* {
  margin: 0;
  border: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 16px;
  scroll-behavior: smooth;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background: transparent;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../../fonts/HelveticaNeue-Bold.woff2") format("woff2"), url("../../fonts/HelveticaNeue-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto-Bold.woff2") format("woff2"), url("../../fonts/Roboto-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto-Light.woff2") format("woff2"), url("../../fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../fonts/HelveticaNeue-Roman.woff2") format("woff2"), url("../../fonts/HelveticaNeue-Roman.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto-Regular.woff2") format("woff2"), url("../../fonts/Roboto-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}
body {
  font-family: "Roboto", sans-serif;
}

.lock {
  overflow: hidden;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

[class*=__container] {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.main {
  flex: 1 1 auto;
}

.header {
  position: fixed;
  top: 0;
  z-index: 50;
  width: 100%;
  background: #fff;
}
@media (max-width: 991px) {
  .header {
    background: #0094d8;
  }
}
.header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 29px 0;
  min-height: 102px;
}
@media (max-width: 991px) {
  .header__content {
    padding: 12px 0;
    min-height: 53px;
  }
}
.header__logo {
  position: relative;
  z-index: 40;
}
.header__logo a {
  display: flex;
  align-items: center;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 75%;
  color: #0b3053;
}
.header__logo a img {
  display: block;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .header__logo a {
    font-size: 21px;
    color: #fff;
  }
}

@media (max-width: 991px) {
  .menu__icon {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 50;
    top: 0;
    right: 0;
    width: 73px;
    height: 30px;
    cursor: pointer;
  }
  .menu__icon span, .menu__icon::before, .menu__icon::after {
    left: 0;
    position: absolute;
    height: 10%;
    width: 20px;
    transition: all 0.3s ease 0s;
    background-color: #fff;
  }
  .menu__icon::before, .menu__icon::after {
    content: "";
    height: 2px;
  }
  .menu__icon::before {
    top: 8px;
  }
  .menu__icon::after {
    bottom: 8px;
    height: 2px;
  }
  .menu__icon span {
    height: 2px;
    top: 50%;
    transform: scale(1) translate(0px, -50%);
  }
  .menu__icon_active span {
    transform: rotate(45deg) scale(0) translate(0px, -50%);
  }
  .menu__icon_active::before {
    top: 50%;
    transform: rotate(-45deg) translate(0px, -50%);
  }
  .menu__icon_active::after {
    bottom: 50%;
    transform: rotate(45deg) translate(0px, 50%);
  }
}
.menu__text {
  display: none;
}
@media (max-width: 991px) {
  .menu__text {
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 166%;
    text-align: right;
    color: #fefefe;
    display: block;
    margin-left: auto;
    padding-top: 3px;
  }
}
@media (max-width: 991px) {
  .menu__body {
    display: block;
    position: fixed;
    top: 0px;
    left: -100%;
    width: 100%;
    height: 100%;
    padding: 100px 0 0;
    background: #0094d8;
    transition: left 0.3s ease 0s;
    overflow: auto;
  }
  .menu__body_active {
    left: 0;
  }
  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 16;
  }
}
.menu__list {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .menu__list {
    flex-direction: column;
  }
}
.menu__item {
  padding: 11px 16px;
  border-right: 1px solid #0094D8;
}
.menu__item:last-child {
  border: none;
}
@media (max-width: 991px) {
  .menu__item {
    border: none;
  }
}
.menu__link {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 111%;
  color: #0b3053;
}
@media (max-width: 991px) {
  .menu__link {
    color: #fff;
  }
}

.banner {
  margin: 102px 0 0;
  height: 375px;
}
@media (max-width: 991px) {
  .banner {
    margin: 54px 0 0;
  }
}
@media (max-width: 575px) {
  .banner {
    height: 101px;
  }
}
.banner__img {
  width: 100%;
  height: 375px;
}
@media (max-width: 575px) {
  .banner__img {
    height: 101px;
  }
}
.banner__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.contact {
  background: #282828;
  padding: 28px 0 36px;
}
.contact__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact__title {
  font-weight: 300;
  font-size: 28px;
  line-height: 110%;
  letter-spacing: -0.04em;
  text-align: center;
  color: #fff;
  margin-bottom: 18px;
}
.contact__title span {
  font-weight: 700;
}
@media (max-width: 575px) {
  .contact__title {
    margin-bottom: 14px;
  }
}
.contact__text {
  font-weight: 400;
  font-size: 15px;
  line-height: 167%;
  text-align: center;
  color: #fff;
  margin-bottom: 14px;
}
.contact__form {
  display: flex;
  position: relative;
  max-width: 540px;
  width: 100%;
  height: 33px;
}
.contact__inp {
  max-width: 446px;
  width: 100%;
  height: 100%;
  padding: 0 18px;
  font-weight: 400;
  font-size: 14px;
  color: #999;
  border: 1px solid #ccd1d9;
  border-radius: 17px 0 0 17px;
  background: #eee;
}
.contact__error {
  color: #fff;
  background: #bf0a13;
  padding: 3px 10px;
  position: absolute;
  bottom: -18px;
  left: 18px;
  border-radius: 5px;
  z-index: 2;
  text-overflow: ellipsis;
  text-wrap: nowrap;
}
.contact__error::after {
  position: absolute;
  top: -2px;
  left: 10px;
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  background: #bf0a13;
  transform: rotate(45deg);
  z-index: -1;
}
.contact__error_email {
  display: none;
}
.contact__btn {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  text-align: center;
  color: #fff;
  background: #171b60;
  max-width: 94px;
  width: 100%;
  height: 100%;
  border: 1px solid #171b60;
  border-radius: 0 17px 17px 0;
}

.footer {
  background: #cdd51c;
  padding: 48px 0 52px;
}
@media (max-width: 767px) {
  .footer {
    padding: 36px 0 26px;
  }
}
.footer__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .footer__content {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .footer__list {
    display: flex;
  }
}
@media (max-width: 575px) {
  .footer__list {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .footer__item {
    margin-right: 20px;
  }
  .footer__item:last-child {
    margin: 0;
  }
}
@media (max-width: 575px) {
  .footer__item {
    margin: 0;
  }
}
.footer__address {
  margin: 0 20px;
}
@media (max-width: 767px) {
  .footer__address {
    margin: 50px 0;
  }
}
.footer__link, .footer__text, .footer__phone {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 159%;
  color: #0b3053;
}
@media (max-width: 575px) {
  .footer__text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer__contact {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.terms {
  margin: 200px 0;
}
@media (max-width: 991px) {
  .terms {
    margin: 100px 0 200px;
  }
}
.terms__content {
  max-width: 646px;
  width: 100%;
  margin: 0 auto;
}
.terms__title {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 75%;
  text-align: center;
  color: #000;
  margin-bottom: 50px;
}
.terms__text {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000;
}
.terms__list {
  counter-reset: section;
}
.terms__list > li {
  display: flex;
  counter-increment: section;
  margin-bottom: 20px;
}
.terms__list > li::before {
  content: counter(section) ". ";
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.terms__list-sub {
  counter-reset: subsection;
}
.terms__list-sub > li {
  counter-increment: subsection;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.terms__list-sub > li::before {
  content: counter(section) "." counter(subsection) " ";
}
.terms__list-dots > li {
  margin-left: 20px;
  list-style: disc;
}

.banner {
  display: none;
}
@media (max-width: 991px) {
  .banner {
    display: block;
  }
}

.mb-20 {
  margin-bottom: 20px;
}