/*!
 * 
 * @version: 1.0.0
 * 
 */

/*! 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.
 */

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-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+.
 */

/**
 * Add the correct display in IE 10.
 */

[hidden],
template {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Atyp Display", sans-serif;
  font-weight: 700;
}

h1 {
  margin: 0 0 40px;
}

h2 {
  margin: 0 0 30px;
}

h3 {
  margin: 0 0 25px;
}

a {
  transition: color 0.2s ease-in-out;
}

p {
  margin: 0 0 25px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.lozad {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.lozad[data-loaded="true"] {
  opacity: 1;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.btn {
  display: inline-flex;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  border: 0 none;
  font-family: "Atyp Display", sans-serif;
  border-radius: 26px;
  line-height: 1.2;
  letter-spacing: 0.5pt;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  outline: 0 none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}

.btn-blue {
  color: #ffffff;
  background: #00beff;
}

.btn-blue:active,
.btn-blue:hover {
  color: #ffffff;
  background: #ffb800;
}

.btn-blue.disabled {
  background: #4f4f4f;
  pointer-events: none;
}

.btn-yellow {
  color: #000000;
  background: #ffb800;
}

.btn-yellow:active,
.btn-yellow:hover {
  color: #ffffff;
  background: #00beff;
}

.btn-dark {
  color: #ffffff;
  background: #000000;
}

.btn-dark:active,
.btn-dark:hover {
  color: #ffffff;
  background: #00beff;
}

.btn-link {
  padding-left: 0;
  padding-right: 0;
  color: #00beff;
}

.btn-link:hover {
  color: #000000;
}

.btn-icon {
  flex-shrink: 0;
  margin: 1px 8px -1px 0;
}

.btn-icon img {
  display: block;
}

.form-group {
  position: relative;
  margin-bottom: 25px;
}

.form-control {
  display: block;
  width: 100%;
  height: 45px;
  padding: 12px 24px 14px;
  font-family: "Atyp Display", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  color: #000000;
  border: 0 none;
  background: #f9f9f9;
  border-radius: 23px;
  transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  outline: 0 none;
  -webkit-appearance: none;
}

.form-control:-webkit-autofill {
  -webkit-text-fill-color: #000000;
  box-shadow: inset 0 0 0 1000px #f9f9f9;
}

.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.form-control:-moz-placeholder,
.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.form-control:focus {
  border-style: solid;
}

form {
  width: 100%;
}

textarea.form-control {
  height: auto;
  resize: vertical;
}

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.error-message {
  display: none;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.4;
  color: #a60000;
}

.has-error .error-message {
  display: block;
}

.has-error .form-control {
  background: rgba(166, 0, 0, 0.1);
}

.checkbox,
.radio {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 1;
}

.checkbox.disabled,
.checkbox.disabled label,
.checkbox[disabled],
.checkbox[disabled] label,
.radio.disabled,
.radio.disabled label,
.radio[disabled],
.radio[disabled] label {
  cursor: not-allowed;
}

.checkbox label,
.radio label {
  display: block;
  min-height: 16px;
  margin-bottom: 0;
  cursor: pointer;
}

.checkbox input[type="checkbox"],
.checkbox input[type="radio"],
.radio input[type="checkbox"],
.radio input[type="radio"] {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.checkbox input[type="checkbox"] + span,
.checkbox input[type="radio"] + span,
.radio input[type="checkbox"] + span,
.radio input[type="radio"] + span {
  position: relative;
  display: block;
  min-height: 16px;
  padding: 1px 0 0 30px;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #000000;
}

.checkbox input[type="checkbox"] + span:empty,
.checkbox input[type="radio"] + span:empty,
.radio input[type="checkbox"] + span:empty,
.radio input[type="radio"] + span:empty {
  padding: 0 0 0 16px;
}

.checkbox input[type="checkbox"] + span:after,
.checkbox input[type="checkbox"] + span:before,
.checkbox input[type="radio"] + span:after,
.checkbox input[type="radio"] + span:before,
.radio input[type="checkbox"] + span:after,
.radio input[type="checkbox"] + span:before,
.radio input[type="radio"] + span:after,
.radio input[type="radio"] + span:before {
  content: "";
  position: absolute;
}

.checkbox input[type="checkbox"] + span:before,
.checkbox input[type="radio"] + span:before,
.radio input[type="checkbox"] + span:before,
.radio input[type="radio"] + span:before {
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border: 2px solid #deddde;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.checkbox input[type="checkbox"] + span:after,
.checkbox input[type="radio"] + span:after,
.radio input[type="checkbox"] + span:after,
.radio input[type="radio"] + span:after {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.checkbox input[type="checkbox"]:checked + span:before,
.checkbox input[type="radio"]:checked + span:before,
.radio input[type="checkbox"]:checked + span:before,
.radio input[type="radio"]:checked + span:before {
  border-color: #408925;
  background-color: #408925;
}

.checkbox input[type="checkbox"]:checked + span:after,
.checkbox input[type="radio"]:checked + span:after,
.radio input[type="checkbox"]:checked + span:after,
.radio input[type="radio"]:checked + span:after {
  opacity: 1;
  visibility: visible;
}

.checkbox input[type="checkbox"] + span:before {
  border-radius: 1px;
}

.checkbox input[type="checkbox"] + span:after {
  content: "";
  top: 4px;
  left: 4px;
  width: 8px;
  height: 5px;
  border-width: 0 0 2px 2px;
  border-style: solid;
  border-color: #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.radio input[type="radio"] + span:before {
  border-radius: 50%;
  border-width: 1px;
}

.radio input[type="radio"] + span:after {
  top: 5px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ffffff;
}

@font-face {
  font-family: 'Atyp Display';
  src: url("f/atyp/AtypDisplay-Regular.woff2") format("woff2"), url("f/atyp/AtypDisplay-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Atyp Display';
  src: url("f/atyp/AtypDisplay-Medium.woff2") format("woff2"), url("f/atyp/AtypDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

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

body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
          font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
          font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

body {
  position: relative;
  display: flex;
  flex-direction: column;
  font-family: "Atyp Display", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  background-color: #ffffff;
}

.advantages-box__title {
  margin: 0 0 20px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
}

.advantages-box__text {
  line-height: 1.3;
}

.advantages-box__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -9px;
}

.advantages-box__list-item {
  flex-shrink: 0;
  width: 33.333333%;
  padding: 0 9px 18px;
  display: flex;
}

.advantages-box__list-box {
  flex-shrink: 0;
  width: 100%;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 36px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.advantages-box__list-image {
  margin-bottom: 15px;
  height: 100px;
  display: flex;
  justify-content: center;
}

.advantages-box__list-image-i {
  flex-shrink: 0;
  width: auto;
  max-height: 100%;
}

.advantages-box__list-title {
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
}

.cat-card.active .cat-card__text_main {
  display: block;
}

.cat-card.active .cat-card__control-more {
  display: none;
}

.cat-card.active .cat-card__control-hide {
  display: block;
}

.cat-card__image {
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 16px;
}

.cat-card__image-i {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cat-card__tags {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.cat-card__tags_yellow .cat-card__tags-link {
  background-color: #fff8e5;
}

.cat-card__tags-item {
  flex-shrink: 0;
  margin: 0 8px 8px 0;
}

.cat-card__tags-link {
  display: block;
  padding: 7px 16px 9px;
  line-height: 1.2;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
  border-radius: 17px;
  background-color: #e5f9ff;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.cat-card__tags-link:hover {
  color: #ffffff;
  background-color: #00beff;
}

.cat-card__title {
  margin: 0 0 10px;
  line-height: 1.2;
  font-weight: 500;
}

.cat-card__text {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 1.4;
}

.cat-card__text_main {
  display: none;
}

.cat-card__text p {
  margin: 0 0 12px;
}

.cat-card__text p:last-child {
  margin-bottom: 0;
}

.cat-card__label {
  display: flex;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
}

.cat-card__label-icon {
  flex-shrink: 0;
  margin-right: 16px;
  width: 36px;
  height: 36px;
}

.cat-card__label-text {
  -ms-grid-row-align: center;
  align-self: center;
  flex-grow: 1;
  flex-shrink: 1;
}

.cat-card__controls {
  display: flex;
  flex-wrap: wrap;
}

.cat-card__controls-item {
  flex-shrink: 0;
}

.cat-card__controls-item:last-child {
  margin-right: 0;
}

.cat-card__control-hide {
  display: none;
}

.cat-list__title {
  margin-bottom: 40px;
  line-height: 1.2;
  font-weight: 500;
}

.cat-list__item:last-child {
  margin-bottom: 0;
}

.cat-list__message {
  padding: 40px 0;
  text-align: center;
}

.cat-list__message-image {
  margin-bottom: 36px;
}

.cat-list__message-image-i {
  display: block;
  margin: 0 auto;
  width: 128px;
  height: 128px;
}

.cat-list__message-title {
  margin-bottom: 18px;
  line-height: 1.3;
  font-weight: 500;
}

.cat-list__message-text {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 500;
}

.cat-list__message-text a {
  color: #00beff;
  text-decoration: none;
}

.cat-list__message-text a:hover {
  color: #ffb800;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.download-modal__section {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.download-modal__section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0 none;
}

.download-modal__head-main {
  display: flex;
}

.download-modal__head-aside {
  flex-shrink: 0;
}

.download-modal__head-button .btn-icon-lock {
  display: none;
}

.download-modal__head-button.disabled .btn-icon-lock {
  display: block;
}

.download-modal__head-button.disabled .btn-icon-unlock {
  display: none;
}

.download-modal__head-icon {
  flex-shrink: 0;
  margin-right: 16px;
  width: 53px;
  height: 53px;
}

.download-modal__head-icon svg {
  display: block;
  width: 100%;
  height: auto;
}

.download-modal__head-wrap {
  flex-grow: 1;
  flex-shrink: 1;
}

.download-modal__head-title {
  margin-bottom: 12px;
  line-height: 1.2;
  font-weight: 500;
}

.download-modal__head-text {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  opacity: 0.4;
}

.download-modal__body {
  padding-top: 30px;
}

.download-modal__form .form-group {
  margin-bottom: 10px;
}

.download-modal__form-check {
  margin-top: 25px;
}

.download-modal__form-footer {
  padding-top: 20px;
}

.error-box {
  text-align: center;
}

.error-box__image {
  display: flex;
  justify-content: center;
}

.error-box__image-i {
  display: block;
  width: 100%;
  max-width: 509px;
  height: auto;
}

.error-box__title {
  margin: 0 0 17px;
  line-height: 1.3;
  font-weight: 500;
}

.error-box__text {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
}

.error-box__footer {
  margin-top: 45px;
}

.filters-box__main {
  margin-bottom: 27px;
  padding: 15px;
  background-color: #f9f9f9;
}

.filters-box__controls-item {
  position: relative;
}

.filters-box__controls-item.active .filters-box__drop {
  display: block;
}

.filters-box__controls-item.active .filters-box__control {
  background-color: #ffb800;
}

.filters-box__controls-item.active .filters-box__control-count {
  color: #ffb800;
}

.filters-box__drop {
  display: none;
  position: absolute;
  z-index: 20;
  top: 100%;
  margin-top: 10px;
  background-color: #ffffff;
  box-shadow: 0 4px 28px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
}

.filters-box__drop-title {
  line-height: 1.2;
  font-weight: 500;
}

.filters-box__drop-section {
  margin-bottom: 30px;
}

.filters-box__drop-section:last-child {
  margin-bottom: 0;
}

.filters-box__drop-list {
  -webkit-columns: 2;
          columns: 2;
}

.filters-box__drop-list-item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 7px;
}

.filters-box__sort-item {
  margin-bottom: 7px;
}

.filters-box__sort-item:last-child {
  margin-bottom: 0;
}

.filters-box__control {
  display: flex;
  align-items: center;
  padding: 16px 28px;
  background-color: #ffffff;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  border-radius: 26px;
  transition: background-color 0.2s ease-in-out;
}

.no-touchevents .filters-box__control:hover {
  background-color: #ffb800;
}

.no-touchevents .filters-box__control:hover .filters-box__control-count {
  color: #ffb800;
}

.filters-box__control-icon {
  flex-shrink: 0;
  margin-right: 8px;
  width: 18px;
  height: 18px;
  pointer-events: none;
}

.filters-box__control-icon svg {
  display: block;
  width: 100%;
  height: auto;
}

.filters-box__control-label {
  font-size: 16px;
}

.filters-box__control-count,
.filters-box__control-label {
  flex-shrink: 0;
  line-height: 1.2;
  font-weight: 500;
  pointer-events: none;
}

.filters-box__control-count {
  margin: 2px 0 0 8px;
  min-width: 20px;
  padding: 2px 5px 3px;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  background-color: #000000;
  border-radius: 10px;
  transition: color 0.2s ease-in-out;
}

.filters-box__list {
  margin: 0 -6px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.filters-box__list-item {
  flex-shrink: 0;
  margin: 0 6px 12px;
}

.filters-box__list-tag {
  display: flex;
  align-items: center;
  padding: 11px 20px 13px;
  background-color: #f9f9f9;
  border-radius: 22px;
  line-height: 1.2;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out;
}

.filters-box__list-tag:hover {
  background-color: #e5f9ff;
}

.filters-box__list-tag:hover .filters-box__list-tag-icon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.filters-box__list-tag-icon {
  flex-shrink: 0;
  margin-left: 12px;
  position: relative;
  width: 12px;
  height: 12px;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.filters-box__list-tag-icon:after,
.filters-box__list-tag-icon:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  margin: -1px 0 0 -6px;
  background-color: #000000;
}

.filters-box__list-tag-icon:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.footer {
  position: relative;
  z-index: 50;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  background-color: #f9f9f9;
}

.footer__main-text {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}

.footer__main-text a {
  color: #00beff;
  text-decoration: none;
}

.footer__main-text a:hover {
  color: #000000;
}

.footer__aside-link {
  display: inline-flex;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
  color: #000000;
}

.footer__aside-link:hover {
  color: #00beff;
}

.footer__aside-link-icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.footer__aside-link-label {
  flex-shrink: 0;
  text-decoration: underline;
}

.footer__logo-image {
  display: block;
}

.footer__text {
  margin-bottom: 23px;
}

.footer__copyright,
.footer__text {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
}

.footer__copyright {
  opacity: 0.5;
}

.header {
  position: fixed;
  z-index: 150;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  will-change: transform;
  transition: -webkit-transform 200ms linear;
  transition: transform 200ms linear;
  transition: transform 200ms linear, -webkit-transform 200ms linear;
}

.header.headroom--top {
  box-shadow: none !important;
}

.header.headroom--pinned {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.header.headroom--unpinned {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo {
  flex-shrink: 0;
  display: block;
  text-decoration: none;
}

.header__logo-image {
  display: block;
}

.header__controls {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.header__control {
  flex-shrink: 0;
  margin-left: 12px;
}

.how-it-works {
  background-color: #f9f9f9;
}

.how-it-works__title {
  margin: 0 0 30px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}

.how-it-works__video {
  margin-bottom: 45px;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.how-it-works__video:hover .how-it-works__video-icon {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.how-it-works__video.played .how-it-works__video-icon,
.how-it-works__video.played .how-it-works__video-overlay {
  opacity: 0;
  visibility: hidden;
}

.how-it-works__video-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.how-it-works__video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}

.how-it-works__video-icon {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin: -35px 0 0 -35px;
  border-radius: 50%;
  background-color: #00beff;
  border: 10px solid #ffb800;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  pointer-events: none;
}

.how-it-works__video-icon:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #ffffff;
}

.how-it-works__text {
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}

.info-box {
  background-color: #f9f9f9;
}

.info-box__title {
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}

.info-box__list-item:nth-child(1) .info-box__list-box {
  background-color: rgba(0, 190, 255, 0.1);
}

.info-box__list-item:nth-child(2) .info-box__list-box {
  background-color: rgba(152, 143, 223, 0.1);
}

.info-box__list-item:nth-child(3) .info-box__list-box {
  background-color: rgba(255, 184, 0, 0.1);
}

.info-box__list-box {
  flex-shrink: 0;
  width: 100%;
  border-radius: 12px;
  text-align: center;
}

.info-box__list-image {
  width: 90px;
  height: 90px;
}

.info-box__list-image-i {
  display: block;
  width: 100%;
  height: auto;
}

.info-box__list-title {
  margin: 0;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500;
}

.informer-box {
  position: relative;
  overflow: hidden;
}

.informer-box__image {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 650px;
}

.informer-box__image-i {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}

.informer-box__content {
  position: relative;
}

.informer-box__title {
  margin: 0 0 20px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
}

.informer-box__text {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 1.3;
}

.informer-box__text p {
  margin: 0 0 12px;
}

.informer-box__list {
  margin-bottom: 40px;
}

.informer-box__list-item {
  margin-bottom: 20px;
  display: flex;
}

.informer-box__list-item:last-child {
  margin-bottom: 0;
}

.informer-box__list-icon {
  flex-shrink: 0;
  margin-right: 15px;
}

.informer-box__list-icon-i {
  display: block;
  width: 100%;
  height: 100%;
}

.informer-box__list-title {
  flex-grow: 1;
  flex-shrink: 1;
  -ms-grid-row-align: center;
  align-self: center;
}

.informer-box__info,
.informer-box__list-title {
  font-size: 16px;
  line-height: 1.3;
}

.informer-box__info a {
  color: #000000;
}

.informer-box__info a:hover {
  color: #00beff;
}

.intro {
  overflow: hidden;
}

.intro__image {
  flex-shrink: 0;
}

.intro__image-i {
  display: block;
  max-width: 100%;
  height: auto;
}

.intro__title {
  margin: 0 0 20px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
}

.intro__text {
  line-height: 1.4;
  font-weight: 500;
}

.main {
  position: relative;
  z-index: 100;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1055;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0 none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
}

.modal:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.modal-close {
  position: absolute;
  top: 13px;
  right: 13px;
  z-index: 5;
  padding: 0;
  width: 30px;
  height: 30px;
  background: none;
  border: 0 none;
  outline: 0 none;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}

.modal-close:hover:after,
.modal-close:hover:before {
  background-color: #00beff;
}

.modal-close:after,
.modal-close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  width: 20px;
  height: 2px;
  background-color: #000000;
  transition: background-color 0.2s ease-in-out;
}

.modal-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal-dialog {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  outline: 0 none;
  text-align: left;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.show .modal-content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.page-head {
  text-align: center;
}

.page-head__title {
  margin: 0 0 25px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
}

.page-head__text {
  line-height: 1.3;
}

.search-widget {
  position: relative;
}

.search-widget__icon {
  position: absolute;
  top: 16px;
}

.search-widget__icon svg {
  display: block;
  width: 18px;
  height: 19px;
}

.search-widget__field {
  display: block;
  width: 100%;
  height: 51px;
  border-radius: 26px;
  border: 0 none;
  background: #ffffff;
  font-family: "Atyp Display", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  color: #000000;
  outline: 0 none;
}

.search-widget__field::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.search-widget__field:-moz-placeholder,
.search-widget__field::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.search-widget__field:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

@media (min-width: 768px) {
  .btn {
    padding: 15px 28px 17px;
    font-size: 16px;
  }

  .advantages-box {
    padding: 100px 0;
  }

  .advantages-box__text {
    width: 70%;
    font-size: 20px;
  }

  .cat-card {
    display: flex;
  }

  .cat-card__content {
    flex-grow: 1;
    flex-shrink: 1;
  }

  .cat-card__tags {
    margin: 0 0 16px;
  }

  .cat-card__tags-link {
    font-size: 15px;
  }

  .cat-card__controls {
    margin: 40px 0 -14px;
  }

  .cat-card__controls-item {
    margin: 0 28px 14px 0;
  }

  .cat-list {
    margin-bottom: 90px;
  }

  .cat-list__title {
    font-size: 28px;
  }

  .cat-list__item {
    margin-bottom: 104px;
  }

  .cat-list__message-title {
    font-size: 28px;
  }

  .download-modal__section {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .download-modal__head {
    display: flex;
    align-items: flex-start;
  }

  .download-modal__head-title {
    font-size: 20px;
  }

  .download-modal__form-row {
    display: flex;
    margin: 0 -5px;
  }

  .download-modal__form-col {
    flex-shrink: 0;
    width: 50%;
    padding: 0 5px;
  }

  .download-modal__form-footer {
    display: none;
  }

  .error-box {
    padding: 280px 0 160px;
  }

  .error-box__image {
    margin-bottom: 65px;
  }

  .error-box__title {
    font-size: 28px;
  }

  .filters-box {
    margin-bottom: 82px;
  }

  .filters-box__controls {
    display: flex;
    align-items: center;
  }

  .filters-box__controls-item {
    flex-shrink: 0;
    margin-right: 10px;
  }

  .filters-box__controls-item:last-child {
    margin-right: 0;
  }

  .filters-box__drop {
    width: 316px;
    padding: 30px;
  }

  .filters-box__drop_wide {
    width: 556px;
  }

  .filters-box__drop-title {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .filters-box__drop-list {
    -webkit-column-gap: 30px;
            column-gap: 30px;
  }

  .filters-box__list-tag {
    font-size: 16px;
  }

  .footer {
    padding: 45px 0;
  }

  .footer__main {
    display: flex;
    align-items: center;
  }

  .footer__logo {
    flex-shrink: 0;
    margin-right: 40px;
  }

  .footer__logo-image {
    width: 144px;
    height: 91px;
  }

  .header__inner {
    padding: 25px 0;
  }

  .header__logo-image {
    width: 121px;
    height: 76px;
  }

  .how-it-works {
    padding: 120px 0 60px;
  }

  .how-it-works__text {
    font-size: 20px;
  }

  .info-box {
    padding: 115px 0;
  }

  .info-box__title {
    margin: 0 0 50px;
  }

  .info-box__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -16px -32px;
  }

  .info-box__list-item {
    flex-shrink: 0;
    padding: 0 16px 32px;
    display: flex;
  }

  .info-box__list-image {
    margin: 0 auto 10px;
  }

  .informer-box__list-icon {
    width: 65px;
    height: 65px;
  }

  .intro__inner {
    display: flex;
  }

  .intro__content {
    flex-grow: 1;
    flex-shrink: 1;
    padding-top: 10px;
  }

  .intro__text {
    margin-bottom: 55px;
  }

  .modal-dialog {
    margin: 30px 0;
  }

  .modal-content {
    border-radius: 16px;
  }

  .search-widget__icon {
    left: 28px;
  }

  .search-widget__field {
    padding: 16px 16px 16px 54px;
  }
}

@media (max-width: 767px) {
  .btn {
    padding: 12px 20px 14px;
    font-size: 14px;
  }

  .advantages-box {
    padding: 60px 0;
  }

  .advantages-box__title {
    font-size: 34px;
  }

  .advantages-box__text {
    margin-bottom: 35px;
    font-size: 16px;
  }

  .advantages-box__list-item {
    width: 50%;
  }

  .advantages-box__list-box {
    padding: 25px 15px;
  }

  .advantages-box__footer {
    padding-top: 15px;
  }

  .advantages-box__button {
    width: 100%;
  }

  .cat-card__image {
    position: relative;
    padding-bottom: 56%;
    margin-bottom: 15px;
  }

  .cat-card__image-i {
    position: absolute;
    top: 0;
    left: 0;
  }

  .cat-card__tags {
    margin: 0 0 10px;
  }

  .cat-card__tags-link {
    font-size: 14px;
  }

  .cat-card__title {
    font-size: 24px;
  }

  .cat-card__controls {
    margin: 20px -14px -14px 0;
  }

  .cat-card__controls-item {
    margin: 0 14px 14px 0;
  }

  .cat-list {
    margin-bottom: 60px;
  }

  .cat-list__title {
    font-size: 20px;
  }

  .cat-list__item {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .cat-list__item:last-child {
    border-bottom: 0 none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .cat-list__message-title {
    font-size: 22px;
  }

  .download-modal {
    padding: 40px 15px;
  }

  .download-modal__section {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }

  .download-modal__head-aside {
    padding-top: 15px;
  }

  .download-modal__head-aside_hide-mobile {
    display: none;
  }

  .download-modal__head-button {
    width: 100%;
  }

  .download-modal__head-title {
    font-size: 18px;
  }

  .error-box {
    padding: 160px 0 60px;
  }

  .error-box__image {
    margin-bottom: 45px;
  }

  .error-box__title {
    font-size: 24px;
  }

  .filters-box {
    margin-bottom: 60px;
  }

  .filters-box__controls-item {
    margin-bottom: 15px;
  }

  .filters-box__controls-item:last-child {
    margin-bottom: 0;
  }

  .filters-box__drop {
    left: 0;
    right: 0;
    padding: 15px;
  }

  .filters-box__drop-title {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .filters-box__drop-list {
    -webkit-column-gap: 15px;
            column-gap: 15px;
  }

  .filters-box__list-tag {
    font-size: 14px;
  }

  .footer {
    padding: 35px 0;
  }

  .footer__logo {
    margin-bottom: 20px;
  }

  .footer__logo-image {
    width: 89px;
    height: 56px;
  }

  .footer__copyright {
    margin-top: 25px;
  }

  .header__inner {
    padding: 10px 0;
  }

  .header__logo-image {
    width: 89px;
    height: 56px;
  }

  .header__control:last-child {
    display: none !important;
  }

  .how-it-works {
    padding: 60px 0;
  }

  .how-it-works__title {
    font-size: 34px;
  }

  .how-it-works__text {
    font-size: 16px;
  }

  .info-box {
    padding: 60px 0;
  }

  .info-box__title {
    margin: 0 0 35px;
    font-size: 34px;
  }

  .info-box__list-item {
    margin-bottom: 20px;
  }

  .info-box__list-item:last-child {
    margin-bottom: 0;
  }

  .info-box__list-box {
    padding: 40px 20px;
  }

  .info-box__list-image {
    margin: 0 auto 20px;
  }

  .informer-box__image {
    display: none;
  }

  .informer-box__content {
    padding: 60px 0;
  }

  .informer-box__title {
    font-size: 30px;
  }

  .informer-box__list-icon {
    width: 45px;
    height: 45px;
  }

  .intro {
    padding: 120px 0 60px;
  }

  .intro__image {
    display: none;
  }

  .intro__title {
    font-size: 34px;
  }

  .intro__text {
    margin-bottom: 35px;
    font-size: 16px;
  }

  .intro__button {
    width: 100%;
  }

  .modal-dialog {
    width: 95%;
    margin: 20px 0;
  }

  .modal-content {
    border-radius: 6px;
  }

  .page-head {
    padding: 120px 0 60px;
  }

  .page-head__title {
    font-size: 34px;
  }

  .page-head__text {
    font-size: 16px;
  }

  .search-widget__icon {
    left: 14px;
  }

  .search-widget__field {
    padding: 16px 16px 16px 40px;
  }
}

@media (max-width: 1023px) {
  .form-control::-webkit-input-placeholder {
    font-size: 14px;
  }

  .form-control:-moz-placeholder,
  .form-control::-moz-placeholder {
    font-size: 14px;
  }

  .form-control:-ms-input-placeholder {
    font-size: 14px;
  }

  .filters-box__main {
    border-radius: 26px;
  }

  .filters-box__search {
    margin-bottom: 15px;
  }

  .footer__aside {
    margin-top: 50px;
  }

  .how-it-works__video {
    padding-bottom: 56.5%;
  }
}

@media (min-width: 1240px) {
  .advantages-box__inner {
    display: flex;
  }

  .advantages-box__content {
    flex-shrink: 0;
    -ms-grid-row-align: center;
    align-self: center;
    padding-right: 18px;
  }

  .advantages-box__aside {
    flex-shrink: 0;
  }

  .advantages-box__title {
    font-size: 64px;
  }

  .advantages-box__text {
    margin-bottom: 35px;
  }

  .advantages-box__footer_mobile {
    display: none;
  }

  .cat-card__image {
    margin-right: 85px;
  }

  .download-modal {
    padding: 60px 70px 75px;
  }

  .download-modal__head-main {
    width: 70%;
  }

  .download-modal__head-aside {
    width: 30%;
  }

  .download-modal__form {
    width: 70%;
  }

  .how-it-works__title {
    font-size: 64px;
  }

  .how-it-works__text {
    width: 50%;
  }

  .info-box__title {
    font-size: 64px;
  }

  .info-box__list-box {
    padding: 48px;
  }

  .informer-box__image {
    right: calc(50% + 100px);
  }

  .informer-box__content {
    padding: 155px 0;
    width: 55%;
  }

  .informer-box__list {
    width: 90%;
  }

  .intro__image {
    width: 623px;
  }

  .intro__title {
    font-size: 64px;
  }

  .intro__text {
    font-size: 20px;
  }

  .page-head__title {
    font-size: 80px;
  }

  .page-head__text {
    margin: 0 auto;
    width: 60%;
  }
}

@media (min-width: 1400px) {
  .advantages-box__content {
    width: 50%;
  }

  .advantages-box__aside {
    width: 50%;
    padding-left: 18px;
  }

  .advantages-box__list-box {
    padding: 35px 25px;
  }

  .container {
    width: 1340px;
  }

  .informer-box__title {
    font-size: 64px;
  }

  .intro__image {
    margin: 0 -25px 0 80px;
  }

  .modal-dialog {
    width: 1300px;
  }
}

@media (min-width: 1240px) and (max-width: 1399px) {
  .advantages-box__content {
    width: 47%;
  }

  .advantages-box__aside {
    width: 53%;
  }

  .advantages-box__list-box {
    padding: 35px 15px;
  }

  .container {
    width: 1200px;
  }

  .informer-box__title {
    font-size: 60px;
  }

  .intro__image {
    margin: 0 -125px 0 80px;
  }

  .modal-dialog {
    width: 1160px;
  }
}

@media (min-width: 1024px) and (max-width: 1239px) {
  .advantages-box__title {
    font-size: 54px;
  }

  .container {
    width: 1000px;
  }

  .download-modal {
    padding: 60px 30px 75px;
  }

  .download-modal__head-main {
    width: 65%;
  }

  .download-modal__head-aside {
    width: 35%;
  }

  .how-it-works__title {
    font-size: 54px;
  }

  .how-it-works__text {
    width: 70%;
  }

  .info-box__title {
    font-size: 54px;
  }

  .info-box__list-box {
    padding: 48px 20px;
  }

  .info-box__list-title {
    font-size: 20px;
  }

  .informer-box__image {
    right: 50%;
  }

  .informer-box__content {
    padding: 100px 0;
    width: 50%;
  }

  .intro__image {
    margin: 0 -75px 0 40px;
    width: 523px;
  }

  .intro__title {
    font-size: 54px;
  }

  .modal-dialog {
    width: 1000px;
  }

  .page-head__title {
    font-size: 70px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .advantages-box__title {
    font-size: 44px;
  }

  .cat-card__image {
    width: 306px;
    height: 300px;
  }

  .cat-card__title {
    font-size: 28px;
  }

  .download-modal {
    padding: 60px 20px;
  }

  .download-modal__head-main {
    flex-grow: 1;
    flex-shrink: 1;
  }

  .download-modal__head-aside {
    margin-left: 30px;
  }

  .download-modal__head-button {
    font-size: 14px;
    min-width: 250px;
  }

  .filters-box__drop {
    left: 0;
  }

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

  .footer__copyright {
    padding-bottom: 6px;
  }

  .how-it-works__title,
  .info-box__title {
    font-size: 44px;
  }

  .info-box__list-item {
    width: 50%;
  }

  .info-box__list-box {
    padding: 48px;
  }

  .informer-box__image {
    left: 50%;
  }

  .informer-box__content {
    padding: 100px 0;
    width: 65%;
  }

  .intro {
    padding: 170px 0 100px;
  }

  .intro__image {
    align-self: flex-end;
    width: 323px;
    margin: 0 -55px 0 20px;
  }

  .intro__title {
    font-size: 44px;
  }

  .modal-dialog {
    width: 100%;
    padding: 0 20px;
  }

  .page-head {
    padding: 185px 0 60px;
  }

  .page-head__title {
    font-size: 54px;
  }

  .page-head__text {
    font-size: 18px;
  }
}

@media (max-width: 1239px) {
  .advantages-box__text,
  .advantages-box__title {
    text-align: center;
  }

  .advantages-box__footer_main {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1239px) {
  .advantages-box__text {
    margin: 0 auto 35px;
  }

  .advantages-box__list-box {
    padding: 35px 25px;
  }

  .advantages-box__footer {
    padding-top: 35px;
    text-align: center;
  }

  .cat-card__image {
    margin-right: 35px;
  }

  .informer-box__title {
    font-size: 44px;
  }

  .intro__text {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .cat-card__image {
    width: 446px;
    height: 380px;
  }

  .cat-card__title {
    font-size: 32px;
  }

  .download-modal__head-main {
    flex-shrink: 0;
  }

  .download-modal__head-aside {
    display: flex;
    justify-content: flex-end;
  }

  .download-modal__head-button {
    min-width: 290px;
  }

  .filters-box__main {
    height: 82px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 41px;
  }

  .filters-box__search {
    width: 400px;
  }

  .filters-box__drop {
    right: 0;
  }

  .footer__inner {
    display: flex;
    align-items: flex-start;
  }

  .footer__main {
    flex-shrink: 0;
    width: 50%;
  }

  .footer__aside {
    flex-shrink: 0;
    width: 300px;
    margin-left: auto;
    padding-top: 15px;
  }

  .footer__aside-wrap {
    margin-bottom: 50px;
  }

  .how-it-works__video {
    padding-bottom: 50%;
  }

  .how-it-works__text {
    margin: 0 auto;
  }

  .info-box__list-item {
    width: 33.333333%;
  }

  .informer-box__content {
    margin-left: auto;
  }

  .intro {
    padding: 170px 0 140px;
  }

  .page-head {
    padding: 215px 0 90px;
  }

  .page-head__text {
    font-size: 20px;
  }
}
