@import url("https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap");
*:active,
*:focus,
*:focus-within,
*:target,
*:hover,
*:visited,
*:focus-visible {
  outline: none !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}

a {
  text-decoration: none;
  color: #121212;
}

a:hover {
  text-decoration: none;
}

body {
  font-family: "Exo 2", Helvetica, Arial, sans-serif;
  font-weight: 400;
  position: relative;
  color: rgb(6, 6, 7);
  min-width: 303px;
  font-size: 16px;
}

ol,
ul {
  list-style: none;
}

label,
button {
  cursor: pointer;
}

b {
  font-weight: 700;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  display: none;
  background: rgba(0, 0, 0, 0.8);
  padding: 50px 0;
}

.overlay.active {
  display: block;
}

.button {
  border-radius: 33px;
  background: #ffe045;
  -webkit-box-shadow: 0px 4px 0px rgba(171, 100, 0, 0.58);
  box-shadow: 0px 4px 0px rgba(171, 100, 0, 0.58);
  border: 1px solid transparent;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding: 23px 27px;
  font-family: "Exo 2", Helvetica, Arial, sans-serif;
  -webkit-tap-highlight-color: transparent;
}
.button:hover {
  background: #eed762;
  border: 1px solid transparent;
}

@media (max-width: 783px) {
  .button {
    display: none;
  }
}
.container {
  max-width: 1180px;
  width: 100%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}

@media (max-width: 783px) {
  .container {
    max-width: 380px;
  }
}
.hero {
  background-position: 53% 20%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 3, 3, 0.67)), to(rgba(3, 3, 3, 0.67))), url(../img/background-hero.webp);
  background-image: linear-gradient(rgba(3, 3, 3, 0.67), rgba(3, 3, 3, 0.67)), url(../img/background-hero.webp);
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
}
.hero__wrapper {
  position: relative;
  padding-top: 55px;
  padding-bottom: 200px;
}
.hero__title {
  font-size: 2.1875rem;
  line-height: 1.2;
  font-weight: 400;
  max-width: 695px;
  width: 100%;
  color: #fff;
  margin-bottom: 25px;
}
.hero__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 70px;
}
.hero__list-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.hero__list-text svg {
  width: 26px;
}
.hero__list-text svg path {
  fill: #ffe045;
}
.hero__list-text p {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
}
.hero__man {
  position: absolute;
  bottom: 0;
  left: calc(100% - 537px);
  width: 652px;
}
.hero__button_pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero__button_mobile {
  display: none;
}

@media (max-width: 1030px) {
  .hero__man {
    left: calc(100% - 350px);
  }
}
@media (max-width: 865px) {
  .hero__man {
    display: none;
  }
}
@media (max-width: 783px) {
  .hero__title {
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 55px;
  }
  .hero__wrapper {
    padding-top: 33px;
    padding-bottom: 115px;
  }
  .hero__list {
    gap: 35px;
    margin-bottom: 0;
  }
  .hero__button_pc {
    display: none;
  }
  .hero__button_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
  }
}
.header__wrapper {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 160px;
  width: 100%;
}
.header__logo img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.header__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.header__map-icon {
  max-width: 55px;
  width: 100%;
}
.header__map-text {
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: 400;
  text-align: left;
  color: #fff;
  font-weight: 400;
}

@media (max-width: 783px) {
  .header .header__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 0;
    gap: 15px;
  }
  .header .header__logo {
    max-width: 180px;
  }
}
.advantages {
  padding: 85px 0 55px 0;
}
.advantages__title {
  font-size: 2.1875rem;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  max-width: 690px;
  width: 100%;
  margin: 0 auto 85px;
}
.advantages__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
.advantages__card {
  max-width: 317px;
  width: 100%;
}
.advantages__card-img {
  border-radius: 10px;
  height: 190px;
  overflow: hidden;
  margin-bottom: 5px;
}
.advantages__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}
.advantages__card-title {
  font-size: 1.1875rem;
  line-height: 1.37;
  margin-bottom: 10px;
}
.advantages__card-description {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}

@media (max-width: 783px) {
  .advantages {
    padding: 50px 0 50px 0;
  }
  .advantages .container {
    max-width: 360px;
  }
  .advantages__title {
    font-size: 1.5rem;
    line-height: 1.2;
    margin: 0 auto 40px;
  }
  .advantages__grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .advantages__card {
    max-width: 100%;
  }
  .advantages__card-title {
    font-size: 1.1875rem;
  }
}
.quiz {
  padding-bottom: 85px;
}
.quiz__title {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  margin-bottom: 15px;
}
.quiz__button {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.quiz__button_pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.quiz__button_mobile {
  display: none;
}

@media screen and (max-width: 783px) {
  .quiz__button_pc {
    display: none;
  }
  .quiz__button_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.modal {
  position: relative;
  background: #fff;
  border-radius: 7px;
  padding: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
.modal__close {
  max-width: 16px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 16px;
  right: 15px;
  top: 15px;
  position: absolute;
}
.modal__close svg {
  width: 100%;
  height: 100%;
}
.modal__title {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
  padding: 5px 0;
  text-align: center;
}
.modal__subtitle {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  padding: 10px 0;
  text-align: center;
}
.modal__form {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}
.modal__form-label {
  font-size: 0.9375rem;
  padding-bottom: 10px;
  line-height: 1.375;
  font-weight: 500;
  text-align: left;
}
.modal__form-wrap input {
  display: block;
  width: 100%;
  border: 1px solid transparent;
  font-family: inherit;
  min-height: 2.875rem;
  font-size: inherit;
  line-height: 1.333;
  font-weight: 400;
  padding: 3px 15px 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: keep-all;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #060607;
  border: 1px solid rgba(6, 6, 7, 0.15);
  -webkit-transition: all 0.3s cubic-bezier(0.21, 0.67, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.21, 0.67, 0.58, 1);
  margin-bottom: 5px;
}
.modal__form-wrap input:hover {
  border: 1px solid rgba(6, 6, 7, 0.3);
}
.modal__form-wrap input:active {
  border: 1px solid rgba(6, 6, 7, 0.3);
}
.modal__form-error {
  font-size: 0.625rem;
  line-height: 1.5;
  height: 0;
  font-weight: 500;
  color: #ff714d;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.21, 0.67, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.21, 0.67, 0.58, 1);
}
.modal__form-error.active {
  height: 15px;
  padding-top: 3px;
  pointer-events: all;
  opacity: 1;
  visibility: visible;
}
.modal__form-button {
  border-radius: 5px;
  background: #1b1b1b;
  color: #fff;
  font-size: 0.9375;
  font-weight: 500;
  line-height: 1.37;
  padding: 12px 22px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  border: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.modal__form-button:hover {
  background: #434343;
  border: none;
}
.modal__form-button_rounded {
  border-radius: 22px;
  margin: 0 auto;
  display: block;
  margin-top: 10px;
}/*# sourceMappingURL=style.css.map */