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

* {
  box-sizing: border-box;
  margin: 0px;
}

body {
  font-family: "Geometria", "Open Sans", sans-serif;
  color: #000000;
  background-color: #ffffff;
  position: relative;
}

.container {
  max-width: 1300px;
  margin: auto;
  padding: 0 30px;
}

button {
  padding: 0.7em 1.2em;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 20px;
}

input {
  padding: 0.7em 1.6em;
  border: none;
  border-radius: 10px;
  font-size: 20px;
}

img {
  max-width: 100%;
}

h1 {
  font-size: 40px;
  line-height: 120%;
  font-weight: 600;
  margin-bottom: 0.5em;
}

h2 {
  font-size: 36px;
  line-height: 120%;
  font-weight: 600;
  margin-bottom: 0.5em;
}

h3 {
  font-size: 24px;
  line-height: 120%;
  font-weight: 600;
  margin-bottom: 0.5em;
}

h4 {
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
  margin-bottom: 0.6em;
}

h5 {
  font-size: 14px;
  line-height: 120%;
  font-weight: 600;
  margin-bottom: 0.6em;
}

p {
  font-size: 20px;
  line-height: 130%;
  font-weight: 400;
  margin-bottom: 0.6em;
}

a {
  text-decoration: none;
  font-size: 20px;
  line-height: 130%;
  font-weight: 400;
}

@media (max-width: 1330px) {
  .container {
    max-width: 1170px;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 970px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 750px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 460px;
  }
  button {
    font-size: 18px;
  }
  input {
    font-size: 18px;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 14px;
  }
  p {
    font-size: 16px;
  }
  a {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .container {
    max-width: 360px;
  }
  button {
    font-size: 16px;
  }
  input {
    font-size: 16px;
  }
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 16px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 14px;
  }
  p {
    font-size: 14px;
  }
  a {
    font-size: 16px;
  }
}
.header {
  background: #f6fafe;
  padding: 20px 0;
}
.header__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}
.header__telephone {
  color: #294da4;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}
.header__button-wrapper {
  display: flex;
  justify-content: end;
}

.logo {
  display: flex;
  align-items: center;
}
.logo__img {
  width: 160px;
  border-right: 1px solid #767676;
  height: 2rem;
  padding-right: 20px;
  margin-right: 20px;
}
.logo__text {
  min-width: 170px;
  font-size: 18px;
  color: #000000;
  margin-bottom: 0px;
}

.button-call {
  display: flex;
  align-items: center;
  justify-content: end;
  background-color: #8eb210;
}
.button-call__img {
  width: 20px;
  margin-right: 10px;
}
.button-call__text {
  color: #ffffff;
}
.button-call:hover {
  background-color: #849F22;
}

@media (max-width: 992px) {
  .header {
    padding: 10px 0;
  }
  .header__wrapper {
    display: flex;
    justify-content: space-between;
  }
  .header__telephone {
    font-size: 18px;
  }
  .logo__img {
    width: 130px;
    padding-right: 10px;
    margin-right: 10px;
  }
  .logo__text {
    min-width: 110px;
    font-size: 14px;
  }
  .button-call__img {
    margin-right: 0px;
  }
  .button-call__text {
    display: none;
  }
}
@media (max-width: 767px) {
  .logo__img {
    width: 130px;
    padding-right: 0px;
    margin-right: 0px;
    border-right: none;
  }
  .logo__text {
    display: none;
  }
}
@media (max-width: 479px) {
  .logo__img {
    width: 100px;
  }
  .header__telephone {
    font-size: 14px;
  }
  .button-call {
    padding: 10px;
  }
  .button-call__img {
    width: 14px;
  }
}
.main-section__wrapper {
  padding: 60px 0;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto;
  justify-items: center;
  align-items: center;
}
.main-section__title {
  grid-column: span 2;
  text-align: center;
  color: #294da4;
  font-size: 30px;
  text-transform: uppercase;
}
.main-section__subtitle {
  grid-column: span 2;
  text-align: center;
  font-size: 18px;
}
.main-section__advantages {
  list-style-type: none;
  padding: 0;
}
.main-section__item {
  margin-bottom: 16px;
  display: block;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
}
.main-section__slider {
  max-height: 360px;
}

@media (max-width: 992px) {
  .main-section__wrapper {
    padding: 30px 0;
    grid-template-columns: 100%;
  }
  .main-section__title {
    grid-column: span 1;
    font-size: 26px;
  }
  .main-section__subtitle {
    grid-column: span 1;
    font-size: 16px;
  }
  .main-section__slider {
    max-height: 360px;
  }
}
@media (max-width: 479px) {
  .main-section__slider {
    max-height: 200px;
  }
}
.spasibo__wrapper {
  padding: 140px 0;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto;
  justify-items: center;
  align-items: center;
}
.spasibo__title {
  text-align: center;
  color: #294da4;
  font-size: 30px;
  text-transform: uppercase;
}
.spasibo__subtitle {
  text-align: center;
  font-size: 18px;
}

@media (max-width: 992px) {
  .spasibo__wrapper {
    padding: 120px 0;
  }
  .spasibo__title {
    font-size: 26px;
  }
  .spasibo__subtitle {
    font-size: 16px;
  }
}
.slider-promo {
  height: 620px;
  width: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-promo__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-promo__button {
  width: 34px;
  height: 34px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #99b927;
  cursor: pointer;
  border-radius: 50%;
  padding: 8px;
}
.slider-promo__button_left {
  left: 30px;
  right: auto;
}
.slider-promo__button_right {
  right: 30px;
  left: auto;
}
.slider-promo__arrow {
  height: 100%;
}
.slider-promo_mini {
  display: none;
}

@media (max-width: 1330px) {
  .slider-promo {
    height: 600px;
  }
}
@media (max-width: 1200px) {
  .slider-promo {
    height: 460px;
  }
}
@media (max-width: 992px) {
  .slider-promo {
    height: 350px;
  }
  .slider-promo__button {
    height: 30px;
    width: 30px;
  }
  .slider-promo__button_left {
    left: 16px;
  }
  .slider-promo__button_right {
    right: 16px;
  }
}
@media (max-width: 767px) {
  .slider-promo {
    padding: 30px 0;
  }
}
@media (max-width: 479px) {
  .slider-promo__button {
    display: none;
  }
}
.quiz {
  padding: 60px 0;
  overflow: hidden;
}

.footer {
  padding: 60px 0 10px 0;
  background-color: #4a4f54;
}
.footer__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__logo {
  display: block;
  width: 188px;
  margin-bottom: 38px;
}
.footer__tell {
  font-size: 18px;
  margin-bottom: 38px;
  color: #fff;
}
.footer__description {
  font-size: 14px;
  color: #fff;
  margin-bottom: 38px;
}
.footer__copyright {
  display: block;
  color: #fff;
  font-size: 12px;
  border-top: 1px solid #fff;
  padding-top: 10px;
}

.modal {
  z-index: 1000;
}
.modal_hidden {
  display: none;
  opacity: 0;
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(223, 223, 223, 0.39);
  z-index: 1000;
}
.modal__dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1010;
}

@media (max-width: 992px) {
  .modal__dialog {
    padding: 20px;
    border-radius: 20px;
  }
}
.popup-form {
  width: 600px;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
  padding: 40px 50px;
  border-radius: 10px;
}
.popup-form__close {
  position: absolute;
  right: -12px;
  top: -12px;
  background-color: #99b927;
  text-decoration: none;
  cursor: pointer;
  border-radius: 50%;
  padding: 10px;
}
.popup-form__close:hover {
  background-color: #849F22;
}
.popup-form__title {
  font-weight: 600;
  color: #4a4f54;
}
.popup-form__description {
  color: #4a4f54;
  margin-bottom: 29px;
}
.popup-form__input {
  width: 100%;
  box-shadow: inset 0 1px 2px rgba(167, 169, 171, 0.1);
  border: 1px solid #f4f4f4;
  margin-bottom: 20px;
  background-color: #ffffff;
}
.popup-form__button {
  width: 100%;
  background-color: #99b927;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 16px;
}
.popup-form__button:hover {
  background-color: #849F22;
}
.popup-form__info {
  font-size: 14px;
  line-height: 160%;
  color: #4a4f54;
  text-align: center;
}

@media (max-width: 1200px) {
  .popup-form {
    width: 530px;
  }
}
@media (max-width: 992px) {
  .popup-form {
    width: 530px;
  }
}
@media (max-width: 767px) {
  .popup-form {
    padding: 30px;
    width: 340px;
  }
  .popup-form__input {
    margin-bottom: 16px;
  }
  .popup-form__description {
    margin-bottom: 20px;
  }
  .popup-form__info {
    font-size: 12px;
  }
}
@media (max-width: 479px) {
  .popup-form {
    padding: 20px;
  }
  .popup-form__input {
    margin-bottom: 12px;
  }
  .popup-form__info {
    font-size: 10px;
  }
}/*# sourceMappingURL=style.css.map */