@charset "UTF-8";
/*! 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 */
}
button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
  outline: none;
}

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

a {
  text-decoration: none;
  transition: all 200ms linear;
}
a:hover {
  text-decoration: underline;
}

p {
  margin: 0;
}

html,
body {
  min-height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font: normal 400 18px/1.4 Roboto, sans-serif;
  color: #000;
  background: #fff;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

.block {
  width: 100%;
  min-width: 320px;
  max-width: 1020px;
  margin: auto;
  padding: 0 10px;
  box-sizing: border-box;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  padding: 20px 0;
  background: #ffffff;
  transition: all 200ms linear;
}
@media (max-width: 767px) {
  .header {
    padding: 0 !important;
  }
}
.header.fixed {
  padding: 10px 0;
  border-bottom: 1px solid #BBBBBC;
}
.header .block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 767px) {
  .header__toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
  }
  .header__toggle span {
    position: relative;
    display: block;
    width: 21px;
    height: 3px;
    background: #000;
  }
  .header__toggle span:before, .header__toggle span:after {
    width: 100%;
    height: 3px;
    background: #000;
    position: absolute;
    left: 0;
    content: "";
    border-radius: 3px;
    transform-origin: 50% 50%;
    transition: top 0.3s 0.6s, transform 0.3s;
  }
  .header__toggle span:before {
    top: 7px;
  }
  .header__toggle span:after {
    top: -7px;
  }
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .header__menu {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% - 1px);
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    justify-content: center;
    flex-direction: column;
    background: #ffffff;
    border-bottom: 1px solid #BBBBBC;
  }
}
.header.opened .header__toggle span {
  transition: background 0.2s 0;
  background: transparent;
}
.header.opened .header__toggle span:before, .header.opened .header__toggle span:after {
  transition: top 0.2s, transform 0.2s 0.4s;
  top: 0;
}
.header.opened .header__toggle span:before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.header.opened .header__toggle span:after {
  transform: rotate3d(0, 0, 1, -45deg);
}
.header.opened .header__menu {
  display: flex;
}
.header__lnk {
  font-family: Montserrat, sans-serif;
  color: #bbbbbc;
}
.header__lnk:hover {
  color: #000000;
}

.logo {
  width: 114px;
  height: 23px;
  flex-shrink: 0;
  background: url(../img/logo.svg) no-repeat;
  background-size: contain;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  gap: 11px;
  text-align: center;
  text-decoration: none !important;
  line-height: 1;
  font-weight: 400;
  box-shadow: none;
  white-space: nowrap;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 40px;
  transition: all 200ms linear;
}
.btn_white {
  color: #000000;
  background: #ffffff;
  border: 1px solid #BBBBBC;
}
.btn_white:hover {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn_black {
  color: #ffffff;
  border: 1px solid #000;
  background: #000000;
}
.btn_black:hover {
  color: #000000;
  background: transparent;
}

.hero {
  overflow: hidden;
  flex-shrink: 0;
  padding: 200px 0 50px;
}
@media (max-width: 767px) {
  .hero {
    padding: 50px 0;
  }
}
.hero .block {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding-top: 70px;
  min-height: 500px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .hero .block {
    min-height: 400px;
  }
}
@media (max-width: 500px) {
  .hero .block {
    min-height: 0;
  }
}
.hero__banner {
  position: absolute;
  top: -100px;
  left: 440px;
  max-width: 100%;
}
@media (max-width: 1170px) {
  .hero__banner {
    left: 300px;
  }
}
@media (max-width: 767px) {
  .hero__banner {
    top: 0;
    left: 200px;
  }
}
@media (max-width: 500px) {
  .hero__banner {
    top: 50px;
  }
}
@media (max-width: 440px) {
  .hero__banner {
    display: none;
  }
}
.hero p {
  max-width: 400px;
  color: #bbbbbc;
}
@media (max-width: 767px) {
  .hero p {
    max-width: 250px;
  }
}
@media (max-width: 440px) {
  .hero p {
    max-width: none;
  }
}

.main-title {
  margin: 0 0 30px;
  font-size: 35px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .main-title {
    text-align: center;
    font-size: 25px;
  }
}

.about .about__container {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}
.about .about__list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  gap: 20px;
  flex-grow: 1;
  align-self: stretch;
  counter-reset: about;
  list-style: none;
}
.about .about__entry {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .about .about__entry {
    align-items: flex-start;
  }
}
.about .about__entry:before {
  counter-increment: about;
  content: counter(about);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 115px;
  height: 115px;
  font-size: 65px;
  font-weight: 700;
  border: 1px solid #BBBBBC;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .about .about__entry:before {
    width: 65px;
    height: 65px;
    font-size: 50px;
  }
}
.about .about__entry .inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 767px) {
  .about .about__entry .inner {
    gap: 8px;
  }
}
.about .about__entry .entry__title {
  font-size: 20px;
}
.about .about__entry p {
  color: #bbbbbc;
}
.about .about__img {
  display: block;
  width: 370px;
  flex-shrink: 0;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .about .about__img {
    display: none;
  }
}

.ask {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .ask {
    padding: 50px 0;
  }
}
.ask .ask__entry {
  border-bottom: 1px solid #000000;
}
.ask .ask__entry .entry__ask {
  position: relative;
  padding: 25px 30px 25px 0;
  font-size: 20px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .ask .ask__entry .entry__ask {
    font-size: 16px;
    padding: 5px 20px 5px 0;
  }
}
.ask .ask__entry .entry__ask:after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 28px;
  text-align: center;
  font-size: 50px;
  font-weight: 100;
  color: #000000;
}
@media (max-width: 767px) {
  .ask .ask__entry .entry__ask:after {
    font-size: 30px;
  }
}
.ask .ask__entry .entry__answer {
  display: none;
  padding: 0 0 20px;
  color: #bbbbbc;
  overflow: hidden;
}
.ask .ask__entry.active .entry__ask:after {
  content: "–";
}

.form {
  padding: 0 0 100px;
}
.form p {
  margin: -20px 0 50px;
  color: #bbbbbc;
}
@media (max-width: 767px) {
  .form p {
    text-align: center;
    margin-bottom: 20px;
  }
}
.form .form__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 400px) {
  .form .form__container {
    display: flex;
    flex-direction: column;
  }
}
.form .btn {
  margin: 10px 0;
}
@media (max-width: 767px) {
  .form .btn {
    margin: 10px auto;
    display: block;
    width: max-content;
  }
}
.form .form__label:last-child {
  grid-column: 2;
  grid-row: 1/span 2;
}
.form .form__input {
  display: block;
  width: 100%;
  padding: 15px 0;
  font-size: 18px;
  font-family: Roboto, sans-serif;
  border: none;
  border-bottom: 1px solid #BBBBBC;
}
@media (max-width: 767px) {
  .form .form__input {
    padding: 5px 0;
    font-size: 12px;
  }
}
.form .form__input_textarea {
  resize: none;
  height: 100%;
  box-sizing: border-box;
}
.form .form__hint {
  color: #bbbbbc;
}
@media (max-width: 767px) {
  .form .form__hint {
    text-align: center;
  }
}
.form .form__hint a {
  color: #bbbbbc;
  text-decoration: underline;
}
.form .form__hint a:hover {
  text-decoration: none;
}
.form .form__error {
  color: red;
}
.form .form__success {
  display: none;
  color: green;
}
.form .form__success.is-visible {
  display: block;
}

.footer {
  padding: 0 0 100px;
}
@media (max-width: 767px) {
  .footer {
    padding-bottom: 50px;
  }
}
.footer .block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 767px) {
  .footer .block {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.footer__left {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 767px) {
  .footer__left {
    gap: 15px;
  }
}
.footer__left p {
  color: #bbbbbc;
}
.footer__menu {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 767px) {
  .footer__menu {
    gap: 15px;
  }
}
.footer__menu a {
  color: #000000;
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 767px) {
  .footer__contacts {
    grid-row: 2;
    grid-column: 1/span 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .footer__contacts .contacts__entry {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}
.footer__contacts a {
  color: #000000;
  font-weight: 700;
}

.copy {
  padding: 35px;
  color: #ffffff;
  text-align: center;
  background: #000000;
}

/*# sourceMappingURL=style.css.map */
