* {
  margin: 0;
  padding: 0;
  line-height: 100%;
  box-sizing: border-box;
  font-family: inherit;
}
a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
button,
input {
  border: none;
  background: none;
}
button:focus,
input:focus {
  outline: navajowhite;
}
a,
button,
label {
  cursor: pointer;
}
template {
  border: none;
}
img {
  pointer-events: none;
  width: 100%;
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  max-height: 100%;
  width: 100%;
  overflow: hidden;
  padding: 20px;
}
.modal-wrapper {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
  overflow-y: auto;
  max-height: inherit;
  height: 100%;
}
.modal .form {
  cursor: default;
  margin: auto;
  max-width: 460px;
  width: 100%;
  box-shadow: 0 0 10px #000;
}
.form-head {
  background: #000000;
  text-align: center;
  text-transform: uppercase;
  padding: 20px;
  position: relative;
}
.form-body {
  color: #000000;
  padding: 20px;
  background: #e5e5e5;
}
.form-body-row {
  display: flex;
  flex-direction: column;
}
.form-body-row:not(:last-child) {
  margin-bottom: 20px;
}
.form:invalid *[type="submit"],
.form:invalid .btn-form {
  opacity: 0.2;
  pointer-events: none;
}
.input {
  border: 1px solid #999999;
  padding: 12px;
  font-size: 16px;
}
.label {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
  width: fit-content;
}
.btn-form {
  width: 100%;
  background: #404040;
  color: #ffffff;
  padding: 12px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: background 0.2s linear;
}
.btn-form:hover {
  background: #000000;
}
.close-modal {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
  color: #999999;
}
.close-modal svg {
  width: 100%;
  height: 100%;
}
.close-modal svg path {
  stroke: inherit;
}
.close-modal:hover {
  color: #ffffff;
}
html,
body {
  width: 100%;
  min-height: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  background: #e5e5e5;
  user-select: none;
  overflow-x: hidden;
}
body {
  padding-top: 98px;
}
body.no-scroll {
  overflow-y: hidden;
}
.border {
  position: relative;
}
.border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  bottom: 40px;
  right: 40px;
  pointer-events: none;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  z-index: 1;
}
.container {
  max-width: 1260px;
  padding: 0 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.wrapper {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
}
.logo {
  margin-left: -15px;
}
.menu {
  background: #ffffff;
  font-family: "Saira Extra Condensed", sans-serif;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.menu-top {
  background: #404040;
  color: #ffffff;
  font-size: 15px;
  padding: 12.5px 0;
}
.menu-top-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu-bottom {
  font-size: 25px;
}
.menu-bottom-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu-contact {
  display: flex;
  align-items: center;
  white-space: pre;
}
.menu-contact a {
  padding: 5px 10px;
}
.menu-contact > *:not(:last-child) {
  margin-right: 1em;
}
.menu .container {
  max-width: 1300px;
  padding: 0 40px;
}
.nav {
  display: flex;
  align-items: center;
}
.nav-link {
  padding: 5px 10px;
}
.nav-link:hover,
.nav-link.active {
  text-decoration: underline;
}
.btn {
  font-size: 22px;
  padding: 10px;
  display: inline-block;
  border-radius: 5px;
  white-space: nowrap;
  max-width: 188px;
  width: 100%;
}
.btn-primary {
  background: #404040;
  color: #ffffff;
  text-transform: uppercase;
}
.btn-primary:hover {
  background: #2d2d2d;
}
.btn-secondary {
  text-transform: uppercase;
  background: #e5e5e5;
  color: #000000;
}
.btn-secondary:hover {
  background: #ffffff;
}
.header {
  text-align: center;
  padding-top: 50px;
  font-size: 25px;
  line-height: 1.16em;
  position: relative;
  min-height: calc(100vh - 98px);
}
.header .h1 {
  margin-bottom: 15px;
  letter-spacing: 0.2em;
}
.header .block {
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
  z-index: 1;
}
.header .container {
  position: relative;
  z-index: 1;
}
.header-bg {
  position: relative;
  margin-top: -260px;
  z-index: 0;
}
.header-bg-mobile {
  display: none;
}
.header-btn,
.footer-btn {
  font-family: "Saira Extra Condensed", sans-serif;
  border-radius: 10px;
  font-weight: 700;
  font-size: 42px;
  color: #ffffff;
  padding: 14px;
  background: #454545;
  max-width: 356px;
  width: 100%;
  margin: 17px 0;
}
.header-btn:hover,
.footer-btn:hover {
  background: #383737;
}
.expectations {
  padding-top: 70px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 60px;
  margin-right: 80px;
}
.expectations-img {
  width: 100%;
}
.expectations-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.1875em;
  margin-bottom: 28px;
  margin-top: 28px;
}
.expectations-text {
  max-width: 454px;
}
.expectations p {
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
}
.block {
  max-width: 360px;
  width: 100%;
  margin: auto;
  font-weight: 500;
}
.h1 {
  font-weight: 700;
  font-size: 100px;
  line-height: 1.17em;
}
.h1 span {
  font-size: 0.5em;
  display: block;
}
.h2 {
  text-transform: uppercase;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.1em;
}
.text-small {
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.2em;
}
.suptitle {
  font-size: 50px;
  list-style: 1.18em;
  color: #999999;
  font-weight: 700;
}
.subtitle {
  font-size: 25px;
  line-height: 1.16em;
  max-width: 1028px;
  margin: 0 auto;
}
.section {
  margin-top: 70px;
  margin-bottom: 70px;
  position: relative;
}
.section .container {
  position: relative;
  z-index: 1;
}
.section-bg {
  position: relative;
  margin-top: -150px;
  z-index: 0;
}
.section-head {
  text-align: center;
  margin-bottom: 50px;
}
.questions,
.parts {
  display: grid;
  grid-template-columns: repeat(auto-fill, 320px);
  justify-content: space-between;
  grid-column-gap: 69px;
  grid-row-gap: 40px;
}
.part,
.question {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column-gap: 20px;
}
.part-number,
.question-number {
  font-size: 72px;
  font-weight: 700;
  font-family: "Times New Roman", Times, serif;
  line-height: 90%;
}
.part-title,
.question-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1818em;
}
.question {
  grid-template-rows: auto 1fr;
  grid-template-areas: "number title" "number text";
  grid-row-gap: 40px;
}
.question-number {
  grid-area: number;
  align-self: start;
}
.question-title {
  margin-top: 8px;
  grid-area: title;
}
.question-text {
  align-self: flex-start;
  grid-area: text;
  font-size: 15px;
  line-height: 1.533em;
}
.part-title {
  align-self: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1818em;
}
.footer {
  color: #e5e5e5;
  position: relative;
  padding-top: 100px;
}
.footer .bg-text {
  color: #404040;
}
.footer-bg {
  position: relative;
}
.footer-top {
  color: #000000;
  text-align: center;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.16em;
}
.footer-top img {
  margin-bottom: -10px;
}
.footer-top .block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.footer-center {
  padding-top: 52px;
  padding-bottom: 52px;
  color: #999999;
  text-align: center;
  background: #404040;
}
.footer-bottom {
  background: #000000;
  color: #999999;
  font-size: 15px;
  padding: 5px 0;
}
.bg-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 0;
  text-align: center;
  z-index: 0;
  transform: translateY(3px);
}
.menu-mobile {
  position: fixed;
  z-index: 8;
  top: 98px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #404040;
  color: #ffffff;
  padding: 20px 0;
  display: none;
}
.links {
  display: flex;
  flex-direction: column;
  font-size: 25px;
  align-items: flex-end;
}
.links-item:not(:last-child) {
  margin-bottom: 1em;
}
.open-menu {
  display: block;
  width: 30px;
  height: 18px;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  position: relative;
  transition: border 0.2s linear;
}
.open-menu::after,
.open-menu::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  right: 0;
  width: 100%;
  height: 2px;
  background: #000000;
  transform-origin: center;
  transition: all 0.2s linear;
}
.open-menu.active {
  border-color: transparent;
}
.open-menu.active::after {
  transform: translateY(-50%) rotate(45deg);
}
.open-menu.active::before {
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 992px) {
  .expectations {
    padding-top: 50px;
    grid-column-gap: 40px;
  }
  .questions,
  .parts {
    justify-content: center;
  }
  .h1 {
    font-size: 80px;
  }
  .h2 {
    font-size: 46px;
  }
  .subtitle {
    font-size: 18px;
  }
  .header-bg {
    margin-top: -200px;
  }
  .section-bg {
    margin-top: -100px;
  }
}
@media screen and (max-width: 900px) {
  .header-bg {
    margin-top: -150px;
  }
  .menu-top-item > *:first-child {
    display: none;
  }
  .header-btn,
  .footer-btn {
    font-size: 32px;
  }
  .menu-contact,
  .nav {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .open-menu {
    display: none;
  }
  .menu-mobile {
    display: none !important;
  }
  .border::before {
    bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    font-size: 20px;
  }
  .expectations {
    grid-column-gap: 25px;
  }
  .suptitle {
    font-size: 28px;
  }
  .h1 {
    font-size: 62px;
  }
  .h2 {
    font-size: 38px;
  }
  .part-number,
  .question-number {
    font-size: 46px;
  }
  .question {
    grid-row-gap: 20px;
  }
}
@media screen and (max-width: 650px) {
  .h1 {
    font-size: 9.6875vw;
  }
  .header-bg {
    margin-top: -120px;
  }
  .expectations {
    display: flex;
    flex-direction: column-reverse;
    margin-right: 0px;
  }
  .expectations-text {
    max-width: calc(100% - 120px);
    margin: 0 auto 1em;
  }
  .header-btn,
  .footer-btn {
    font-size: 20px;
    max-width: 250px;
  }
  .questions,
  .parts {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
  .header .container {
    max-width: min-content;
  }
  .section-bg {
    margin-top: -30px;
  }
}
@media screen and (max-width: 460px) {
  .header {
    font-size: 18px;
    min-height: auto;
    padding-top: 20px;
  }
  .header-bg {
    margin-top: -80px;
  }
  .header .block {
    position: relative;
    bottom: 0;
  }
  .header .bg-text {
    display: none;
  }
  .menu-top {
    display: none;
  }
  .menu-mobile {
    top: 58px;
  }
  .border::before {
    top: 0;
    left: 10px;
    bottom: 20px;
    right: 10px;
    z-index: 1;
  }
  .expectations-text {
    max-width: calc(100% - 40px);
  }
  .h2 {
    font-size: 32px;
    margin: 12px 0;
  }
  .suptitle {
    font-size: 22px;
  }
  .subtitle {
    font-size: 16px;
  }
  .section {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .footer {
    padding-top: 0;
  }
  .footer-top .block {
    position: static;
  }
  .footer-center {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .footer-bottom {
    text-align: center;
  }
  .part-number,
  .question-number {
    font-size: 36px;
  }
  .part-title,
  .question-title {
    font-size: 20px;
  }
  .text-small br {
    display: none;
  }
  .menu .container {
    padding: 0 20px;
  }
  .header-bg-desctop {
    display: none;
  }
  .header-bg-mobile {
    display: block;
  }
}
@media screen and (max-width: 420px) {
  .header-bg {
    margin-top: -60px;
  }
  .block {
    max-width: 280px;
  }
}
