/*! 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.
 */
@import 'https://fonts.googleapis.com/css2?family=Commissioner:wght@100..900&display=swap';
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;
}

.header {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: rgb(239, 245, 245);
}
.header__title {
  font-weight: normal;
  font-size: 1.5rem;
}
.header__title_bolder {
  font-weight: bold;
}
.header__link {
  text-decoration: none;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border-radius: 9999px;
  transition: background-color 0.3s;
  font-size: 1rem;
}
.header__link:visited {
  color: inherit;
}
.header__link:hover {
  background-color: rgb(84, 133, 246);
}

.accordion {
  border: 1px solid rgb(198, 205, 218);
  box-sizing: border-box;
}
.accordion__wrapper {
  width: 560px;
  gap: 20px;
  display: flex;
  flex-direction: column;
}
.accordion__title {
  padding: 18px 30px 19px;
  color: rgb(40, 63, 117);
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
}
.accordion__title::marker {
  content: none;
}
.accordion__description {
  padding: 0 30px;
}

@font-face {
  font-family: "Lato";
  src: url("/fonts/Lato/Lato-Regular.woff2") format("woff2"), url("/fonts/Lato/Lato-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
.info {
  display: flex;
  width: 1155px;
  margin: 49px auto 0px;
  justify-content: space-between;
  gap: 54px;
  font-family: "Lato";
}
.info__text {
  width: 540px;
}
.info__text p {
  color: rgb(91, 91, 91);
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 20px;
}
.info__text p:last-of-type {
  margin-bottom: 0;
}
.info__text h2 {
  color: rgb(40, 63, 117);
  font-size: 34px;
  line-height: 1.3;
  font-weight: normal;
  margin: 0 0 30px;
  letter-spacing: -0.34px;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("/fonts/ProximaNova/ProximaNova-Regular.eot");
  src: local("/fonts/Proxima Nova Regular"), local("ProximaNova-Regular"), url("/fonts/ProximaNova/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/ProximaNova/ProximaNova-Regular.woff") format("woff"), url("/fonts/ProximaNova/ProximaNova-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("/fonts/ProximaNova/ProximaNova-Semibold.eot");
  src: local("/fonts/Proxima Nova Semibold"), local("ProximaNova-Semibold"), url("/fonts/ProximaNova/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("/fonts/ProximaNova/ProximaNova-Semibold.woff") format("woff"), url("/fonts/ProximaNova/ProximaNova-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("/fonts/ProximaNova/ProximaNova-Bold.eot");
  src: local("/fonts/Proxima Nova Bold"), local("ProximaNova-Bold"), url("/fonts/ProximaNova/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/ProximaNova/ProximaNova-Bold.woff") format("woff"), url("/fonts/ProximaNova/ProximaNova-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
.card {
  background-color: #EFF5F5;
  font-family: "Proxima Nova";
}
.card__img {
  width: 290px;
  height: 290px;
  object-fit: cover;
  object-position: center;
}
.card__wrapper {
  max-width: 942px;
  margin: 16px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
}
.card__img-wrapper {
  position: relative;
}
.card__info {
  margin-left: 12.5px;
  width: 265px;
}
.card__category {
  text-wrap: wrap;
  margin: 15px 0 0;
  font-size: 14px;
  font-weight: 400;
  color: #6E6659;
}
.card__title {
  text-wrap: wrap;
  margin: 10px 0 0;
  font-size: 18px;
  font-weight: 600;
  color: #264E58;
}
.card__articul {
  text-wrap: wrap;
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: 400;
  color: #A5A5A5;
}
.card__articul-value {
  color: #264E58;
}
.card__price {
  margin: 10px 0 20px;
  font-size: 14px;
  font-weight: 400;
  color: #A5A5A5;
}
.card__price-value {
  font-size: 24px;
  color: #6E6659;
  font-weight: bold;
}

@font-face {
  font-family: "Parangon530C";
  src: url("/fonts/Parangon530C/Parangon530C.eot");
  src: url("/fonts/Parangon530C/Parangon530C.eot?#iefix") format("embedded-opentype"), url("/fonts/Parangon530C/Parangon530C.woff") format("woff"), url("/fonts/Parangon530C/Parangon530C.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
.banner {
  position: absolute;
  left: 15px;
  top: 15px;
  display: flex;
  gap: 4px;
  justify-content: center;
  padding: 4px 12px 2px 7px;
  font-family: "Parangon530C";
}
.banner_best-seller {
  background-color: #A32018;
}
.banner_promo {
  background-color: #E0CD1C;
}
.banner_novelty {
  background-color: #087A28;
}
.banner__text {
  margin: 0;
  font-size: 8px;
  color: white;
}
.banner__icon {
  position: relative;
  bottom: 1px;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("/fonts/ProximaNova/ProximaNova-Regular.eot");
  src: local("/fonts/Proxima Nova Regular"), local("ProximaNova-Regular"), url("/fonts/ProximaNova/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/ProximaNova/ProximaNova-Regular.woff") format("woff"), url("/fonts/ProximaNova/ProximaNova-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("/fonts/ProximaNova/ProximaNova-Semibold.eot");
  src: local("/fonts/Proxima Nova Semibold"), local("ProximaNova-Semibold"), url("/fonts/ProximaNova/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("/fonts/ProximaNova/ProximaNova-Semibold.woff") format("woff"), url("/fonts/ProximaNova/ProximaNova-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("/fonts/ProximaNova/ProximaNova-Bold.eot");
  src: local("/fonts/Proxima Nova Bold"), local("ProximaNova-Bold"), url("/fonts/ProximaNova/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/ProximaNova/ProximaNova-Bold.woff") format("woff"), url("/fonts/ProximaNova/ProximaNova-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
.banner-available {
  position: absolute;
  bottom: 15px;
  right: 15px;
  display: flex;
  gap: 4px;
  justify-content: center;
  padding: 2px 5px;
  background-color: white;
  font-family: "Proxima Nova";
}
.banner-available__text {
  margin: 0;
  font-size: 8px;
  color: #6E6659;
}

@font-face {
  font-family: "Helvetica Neue Cyr";
  src: url("/fonts/HelveticaNeueCyr/HelveticaNeueCyr.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.possibilities {
  background-repeat: no-repeat;
  background-position: right;
  height: 513px;
  border: 1px solid transparent;
  margin-bottom: 60px;
  font-family: "Helvetica Neue Cyr";
}
.possibilities:nth-of-type(2n) {
  background-position: left;
}
.possibilities:nth-of-type(2n) p {
  margin-left: 660px;
}
.possibilities:nth-of-type(2n) h3 {
  margin-top: 80px;
  margin-left: 368px;
}
.possibilities:last-of-type {
  margin-bottom: 0;
}
.possibilities__wrapper {
  max-width: 1290px;
  margin: 15px auto;
}
.possibilities h3 {
  position: relative;
  color: white;
  mix-blend-mode: difference;
  font-size: 48px;
  font-weight: normal;
  line-height: 1.5;
  max-width: 920px;
  margin: 0;
  margin-top: 54px;
  margin-left: 38px;
}
.possibilities h3 span {
  position: absolute;
  top: -10px;
  left: -38px;
  color: white;
  mix-blend-mode: difference;
  font-size: 20px;
}
.possibilities p {
  color: black;
  max-width: 520px;
  font-size: 16px;
  margin: 8px 0 0 80px;
  padding-left: 30px;
  border-left: 1px solid black;
  line-height: 1.5;
}

@media (width < 1310px) {
  .possibilities {
    background-position: center;
    background-size: cover;
  }
  .possibilities:nth-of-type(2n) {
    background-position: center;
  }
  .possibilities:nth-of-type(2n) p {
    color: white;
    margin: 50px auto;
    border-left: 1px solid white;
  }
  .possibilities:nth-of-type(2n) h3 {
    mix-blend-mode: normal;
    font-size: 30px;
    margin: 30px auto 0;
    max-width: 530px;
    text-align: center;
  }
  .possibilities h3 {
    mix-blend-mode: normal;
    font-size: 30px;
    margin: 40px auto 0;
    max-width: 530px;
    text-align: center;
  }
  .possibilities h3 span {
    top: -25px;
    left: -15px;
    font-size: 16px;
  }
  .possibilities p {
    color: white;
    margin: 50px auto;
    border-left: 1px solid white;
  }
}
@media (width < 600px) {
  .possibilities:nth-of-type(2n) p {
    font-size: 12px;
  }
  .possibilities:nth-of-type(2n) h3 {
    font-size: 24px;
  }
  .possibilities h3 {
    font-size: 24px;
  }
  .possibilities h3 span {
    top: -20px;
    left: 0;
    font-size: 10px;
  }
  .possibilities p {
    padding-left: 10px;
    font-size: 12px;
  }
}
@font-face {
  font-family: "Gotham Pro";
  src: url("/fonts/GothamPro/GothamPro.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham Pro";
  src: url("/fonts/GothamPro/GothamPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
.form {
  display: grid;
  grid-template-columns: repeat(3, 340px);
  grid-template-rows: repeat(2, 50px);
  gap: 35px 40px;
}
.form__wrapper {
  width: 1134px;
  margin: 0 auto;
  padding-top: 209px;
}
.form__title {
  font-size: 70px;
  line-height: 1.05;
  font-weight: bold;
  margin: 0;
  letter-spacing: -2.1px;
}
.form__description {
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 20px;
}
.form__label {
  display: none;
}
.form__policy {
  grid-column-start: span 2;
  font-size: 14px;
  margin: 0;
}
.form__policy_link {
  color: #EB7979;
}
.form__input {
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid white;
  padding-left: 30px;
  color: white;
}
.form__input::placeholder {
  color: white;
}
.form__input[name=phoneNumber] {
  padding-left: 53px;
  background-image: url("../../../img/case-4/placeholder.jpg");
  background-repeat: no-repeat;
  background-position: 17px 50%;
}
.form button {
  cursor: pointer;
}

.case-4 {
  background-image: url("../../../img/case-4/background.jpg");
  width: 1360px;
  height: 650px;
  margin: 0 auto;
  padding: 0;
  font-family: "Gotham Pro";
  color: white;
}

.charts {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}
.charts__wrapper {
  display: flex;
  gap: 30px;
}
.charts__group {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 30px;
  width: 510px;
}
.charts__subtitle {
  font-size: 16px;
  line-height: 1.55;
  margin: 0;
  font-weight: 500;
}
.charts__title {
  font-size: 32px;
  line-height: 1.55;
  margin: 0;
  font-weight: 600;
}
.charts__separator {
  flex: 1 1 50%;
  height: 0;
  border-top: 1px solid #E4DFD5;
  transform: translateY(12.4px);
}

.toggle {
  display: flex;
  gap: 13px;
}
.toggle__label {
  display: none;
}
.toggle__checkbox {
  appearance: none;
  width: 33px;
  height: 20px;
  background: #e83d46;
  border-radius: 9999px;
  position: relative;
  cursor: pointer;
  outline: none;
  transition: all 0.2s ease-in-out;
}
.toggle__checkbox:checked {
  border: 1px solid #e83d46;
  background: none;
}
.toggle__checkbox:checked::after {
  border: 1px solid #f9a620;
  background: #e83d46;
  left: calc(100% - 11px - 4px);
}
.toggle__checkbox::after {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #f9a620;
  left: 4px;
  top: calc(50% - 5.5px);
  transition: all 0.2s ease-in-out;
}
.toggle__title {
  font-size: 16px;
  line-height: 1.55;
  color: #A7A7A7;
}
.toggle__title_active {
  color: #626262;
}

.case-5 {
  font-family: "Commissioner";
  width: 1050px;
  margin: 30px auto;
}

body {
  background-color: rgb(255, 255, 255);
}