/*! 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;
  -webkit-text-size-adjust: 100%;
}

/* 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;
  height: 0;
  overflow: visible;
}

/**
 * * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * * 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;
  font-size: 1em;
}

/**
 * * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * * Show the overflow in IE.
 * * 1. Show the overflow in Edge.
 * */
button,
input {
  overflow: visible;
}

/**
 * * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * * 1. Remove the inheritance of text transform in Firefox.
 * */
button,
select {
  text-transform: none;
}

/**
 * * Correct the inability to style clickable types in iOS and Safari.
 * */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

/**
 * * 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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * * 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;
  padding: 0;
}

/**
 * * 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;
  outline-offset: -2px;
}

/**
 * * 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;
  font: inherit;
}

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

@font-face {
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Gill Sans Regular"), url("../fonts/GillSansLightC.woff2") format("woff2"), url("../fonts/GillSansLightC.woff") format("woff");
}
@font-face {
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Gill Sans Medium"), url("../fonts/GillSansC.woff2") format("woff2"), url("../fonts/GillSansC.woff") format("woff");
}
@font-face {
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Gill Sans Semibold"), url("../fonts/GillSansC-Bold.woff2") format("woff2"), url("../fonts/GillSansC-Bold.woff") format("woff");
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  position: relative;
  min-height: 100%;
}

::-moz-selection {
  background: #A52D23;
  color: #fff;
}

::selection {
  background: #A52D23;
  color: #fff;
}

body {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Gill Sans", sans-serif;
  font-weight: 400;
  color: #202124;
  background: #fff;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
}

p {
  margin: 0 0 1rem;
}

a {
  text-decoration: none;
}
a:hover, a:active {
  color: #A52D23;
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}

.text-right {
  text-align: right;
}

.main {
  position: relative;
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1090px;
  margin: 0 auto;
  padding: 0 15px;
}

.logo__img {
  max-width: 100%;
  height: auto;
}

.info-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.info-list__item {
  position: relative;
  padding-left: 50px;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .info-list__item {
    font-size: 18px;
    padding-left: 30px;
  }
}
.info-list__item:not(:last-child) {
  margin-bottom: 12px;
}
.info-list__item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 30px;
  background: url(../img/check-solid.svg) no-repeat center center;
  background-size: 28px 28px;
  content: "";
}
@media (max-width: 767.98px) {
  .info-list__item:before {
    width: 24px;
    height: 20px;
    background-size: 20px 20px;
  }
}

.scroll-disabled {
  overflow-y: hidden;
}

.input {
  display: block;
  width: 100%;
  height: 36px;
  border-radius: 4px;
  background: none;
  border: 1px solid #202124;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 16px;
  line-height: 1.2;
  color: #202124;
  padding: 4px 16px;
  font-weight: 300;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.input:hover, .input:focus {
  border-color: #A52D23;
}
.input::-webkit-input-placeholder {
  color: #9A9FA8;
  font-weight: 300;
}
.input::-moz-placeholder {
  color: #9A9FA8;
  font-weight: 300;
}
.input:-ms-input-placeholder {
  color: #9A9FA8;
  font-weight: 300;
}
.input::-ms-input-placeholder {
  color: #9A9FA8;
  font-weight: 300;
}
.input::placeholder {
  color: #9A9FA8;
  font-weight: 300;
}

.button {
  position: relative;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0;
  height: 45px;
  padding: 4px 16px;
  border-radius: 0;
  color: #fff;
  background: #A52D23;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.button:hover {
  outline: none;
  background: #A52D23;
}
.button:active {
  outline: none;
  background: #A52D23;
}
.button:focus {
  outline: none;
  background: #A52D23;
}
.button:disabled {
  background: #D9DADD;
  color: #9A9FA8;
  cursor: not-allowed;
  opacity: 0.35;
}

.form {
  max-width: 350px;
}
@media (max-width: 767.98px) {
  .form {
    max-width: 100%;
  }
}
.form__title {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 8px;
}
.form__group {
  margin-bottom: 8px;
}

.header {
  text-align: center;
  padding: 40px 0;
}
.header__logo {
  margin-bottom: 12px;
}
.header__title {
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  margin: 0 auto 6px;
  max-width: 830px;
}
@media (max-width: 767.98px) {
  .header__title {
    font-size: 22px;
  }
}
.header__descr {
  font-size: 30px;
  line-height: 1.2;
  margin: 0 auto;
  max-width: 700px;
}
@media (max-width: 767.98px) {
  .header__descr {
    font-size: 18px;
  }
}

.info-section {
  padding: 40px 0;
  background: #f5f5f5;
}
.info-section__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  gap: 30px;
}
@media (max-width: 767.98px) {
  .info-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;
  }
}
.info-section__picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-column-span: 6;
  grid-column: 6 span;
  -ms-grid-row-span: 2;
  grid-row: 2 span;
}
@media (max-width: 767.98px) {
  .info-section__picture {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 -15px;
  }
}
.info-section__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.info-section__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-column-span: 6;
  grid-column: 6 span;
}
@media (max-width: 767.98px) {
  .info-section__text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.info-section__download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-grid-column-span: 6;
  grid-column: 6 span;
}
@media (max-width: 767.98px) {
  .info-section__download {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.feedback-section {
  padding: 40px 0;
}

.feedback-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .feedback-item {
    display: block;
  }
}
.feedback-item:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .feedback-item:not(:last-child) {
    margin-bottom: 50px;
  }
}
.feedback-item__picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 200px;
  margin-right: 30px;
}
@media (max-width: 767.98px) {
  .feedback-item__picture {
    display: block;
    min-width: 0;
    margin: 0 auto 24px;
    text-align: center;
  }
}
.feedback-item__img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .feedback-item__img {
    width: auto;
  }
}
.feedback-item__text {
  font-size: 22px;
  line-height: 1.16;
  font-weight: 300;
  max-width: 510px;
}
@media (max-width: 767.98px) {
  .feedback-item__text {
    max-width: 100%;
    font-size: 18px;
  }
}
.feedback-item__text p {
  margin: 0 0 8px;
}
.feedback-item__text p:last-child {
  margin-bottom: 0;
}
.feedback-item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.feedback-item:nth-child(odd) .feedback-item__picture {
  margin-right: 0;
  margin-left: 30px;
}
@media (max-width: 767.98px) {
  .feedback-item:nth-child(odd) .feedback-item__picture {
    margin: 0 auto 24px;
  }
}

.download-section {
  padding: 130px 0;
  background: #f5f5f5;
}
@media (max-width: 767.98px) {
  .download-section {
    padding: 40px 0;
  }
}
.download-section__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer {
  padding: 40px 0;
  background: #000;
}
.footer-nav {
  margin-bottom: 20px;
  text-align: center;
}
.footer-nav__list {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.footer-nav__item {
  position: relative;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
}
.footer-nav__item:not(:last-child) {
  margin-right: 15px;
}
@media (max-width: 767.98px) {
  .footer-nav__item:not(:last-child) {
    margin-right: 10px;
  }
}
.footer-nav__item:not(:last-child):after {
  content: "|";
  margin-left: 15px;
}
@media (max-width: 767.98px) {
  .footer-nav__item:not(:last-child):after {
    margin-left: 10px;
  }
}
.footer-nav__link {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
.footer-nav__link:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0);
}
.footer__call {
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
}
.footer__call a {
  color: #fff;
}
.footer__call a:hover {
  color: #fff;
  text-decoration: underline;
}

.modal {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.modal.is-visible {
  opacity: 1;
  visibility: visible;
}
.modal.is-visible .modal__window {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.modal-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  outline: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.modal-wrap.is-visible {
  opacity: 1;
  visibility: visible;
}
.modal__inner {
  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;
  min-height: 100%;
  padding: 16px;
}
.modal__window {
  position: relative;
  width: 100%;
  max-width: 548px;
  padding: 40px;
  border-radius: 0;
  background: #fff;
  /*text-align: center;*/
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 767.98px) {
  .modal__window {
    padding: 40px 20px;
  }
}
.modal__close {
  position: absolute;
  top: 14px;
  inset-inline-end: 14px;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3003_20349)'%3E%3Cpath d='M0 0L16 16' stroke='%239A9FA8' stroke-width='2'/%3E%3Cpath d='M0 16L16 1.58735e-08' stroke='%239A9FA8' stroke-width='2'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3003_20349'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat center center;
  font-size: 0;
  color: #202124;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.modal__close:hover, .modal__close:focus-visible {
  color: #A52D23;
}
.modal__title {
  font-size: 24px;
  margin: 0 0 8px;
}
.modal__text {
  font-weight: 300;
  font-size: 16px;
}
.modal__text > p {
  font-size: 18px;
}
