* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
}

h1 {
  color: #000;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 1070px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 50px;
}

h3 {
  color: #000;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h4 {
  font-size: 24px;
}

h5 {
  color: #858585;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

h6 {
  color: #858585;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 150% */
}

p {
  color: #858585;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 166.667% */
}

button {
  border: none;
  cursor: pointer;
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 8px;
  background: #0A91AB;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.25) inset;
          box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.25) inset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

input {
  border: none;
}

textarea {
  resize: none;
}

html,
body {
  overflow-x: hidden;
}

.container {
  margin: 0px auto;
  max-width: 1060px;
  padding: 0px 10px;
}

a {
  text-decoration: none;
}

textarea {
  resize: none;
}

section {
  padding: 80px 0px;
}

@media (max-width: 1024px) {
  section {
    padding: 40px 0px;
  }
}

@media (max-width: 1070px) {
  .mob {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}

@media (max-width: 1070px) {
  .mobc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 768px) {
  .wrapper img {
    width: 100%;
  }
}

.footer {
  margin-top: 80px;
}

.bg__black {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 54px;
          column-gap: 54px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0px;
  background-color: transparent;
  background: #0C2233;
  -webkit-box-shadow: 0px 2px 19.2px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 19.2px 0px rgba(0, 0, 0, 0.1);
  height: 86px;
}

@media (max-width: 768px) {
  header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}

header .container {
  padding: 17px 24px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  width: 100%;
}

@media (max-width: 1070px) {
  header .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 1070px) {
  header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .logo a {
  color: #FFF;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

header .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 32px;
          column-gap: 32px;
  border-radius: 8px;
  display: flex;
  padding: 8px 24px;
  align-items: center;
  gap: 14px;
}

@media (max-width: 1070px) {
  header .link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: none;
  }
}

header .link .active {
  color: #EBFF00;
  text-align: center;
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

header .link a {
  color: #FFF;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 24px */
  text-transform: capitalize;
}

.content_bottom_cookies {
  position: fixed;
  bottom: -100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 8px;
  background: #FFF;
  width: 95%;
  padding: 20px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 5;
  row-gap: 20px;
  opacity: 0;
  -webkit-transition: bottom 0.5s ease-out, opacity 0.5s ease-out;
  transition: bottom 0.5s ease-out, opacity 0.5s ease-out;
  padding: 40px 60px;
  max-width: 580px;
}

@media (max-width: 1070px) {
  .content_bottom_cookies {
    padding: 40px 20px;
  }
}

.content_bottom_cookies.show {
  bottom: 20px;
  opacity: 1;
}

@media (max-width: 600px) {
  .content_bottom_cookies {
    width: 90%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.content_bottom_cookies h5 {
  color: #1E1E1E;
  text-align: center;
  font-family: Roboto;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  /* 33px */
  letter-spacing: 1.2px;
}

.content_bottom_cookies p {
  color: #1E1E1E;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.content_bottom_cookies .content_bottom_btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin-top: 20px;
  -webkit-column-gap: 20px;
          column-gap: 20px;
}

.content_bottom_cookies .content_bottom_btn button {
  background-color: #fff;
  color: #000;
  border-radius: 20px;
  border: 1px solid #fff;
  height: 48px;
  color: #FFF;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 26.4px */
  border-radius: 8px;
  background: #0A91AB;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.25) inset;
          box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.25) inset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

.content_bottom_cookies .content_bottom_btn button:hover {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.content_bottom_cookies .content_bottom_btn .reject__btn {
  border-radius: 8px;
  background: #F1F1F1;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.25) inset;
          box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.25) inset;
  color: #000;
}

.thank {
  background: #0C2233;
}

.thank .thank__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.thank .thank__wrapper h1 {
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.thank .thank__wrapper h2 {
  margin-top: 26px;
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 33px */
  letter-spacing: 1.2px;
}

.thank .thank__wrapper a {
  display: inline-block;
  margin-top: 60px;
}

.first__section_f .first__section_wrapper_f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}

@media (max-width: 1024px) {
  .first__section_f .first__section_wrapper_f {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.first__section_f .first__section_wrapper_f button {
  margin-top: 60px;
  width: 100%;
}

.first__section_f .first__section_wrapper_f p {
  margin-top: 32px;
}

.second__section_s .second__section_s_wrapper h6 {
  margin-top: 24px;
}

.third__section_t .third__section_t_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}

.third__section_t .third__section_t_wrapper .wp .block {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
          column-gap: 24px;
}

.third__section_t .third__section_t_wrapper .wp .block h5 {
  margin-top: 8px;
}

.fourth__section_f .fourth__section_wrapper_f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.fourth__section_f .fourth__section_wrapper_f ul {
  margin-top: 24px;
}

.fourth__section_f .fourth__section_wrapper_f ul li {
  margin-top: 20px;
  color: #000;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.fourth__section_f .fourth__section_wrapper_f ul li span {
  color: #858585;
}

.five__section_f .five__section_wrapper_f h1 {
  margin-top: 40px;
}

.five__section_f .five__section_wrapper_f h6 {
  margin-top: 24px;
}

.six__section_s {
  background: #295E87;
}

.six__section_s .six__section_wrapper_s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.six__section_s .six__section_wrapper_s h1 {
  color: #FFF;
  font-family: Roboto;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.six__section_s .six__section_wrapper_s p {
  margin-top: 32px;
  color: #FFF;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 166.667% */
}

.six__section_s .six__section_wrapper_s .block {
  width: 100%;
}

.six__section_s .six__section_wrapper_s .left {
  max-width: 580px;
  width: 100%;
}

.six__section_s .six__section_wrapper_s form {
  max-width: 420px;
  width: 100%;
  padding: 24px;
  border-radius: 8px;
  background: #0C2233;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.six__section_s .six__section_wrapper_s form input {
  border-radius: 6px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.six__section_s .six__section_wrapper_s form button {
  border-radius: 8px;
  background: #FFC045;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.25) inset;
          box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.25) inset;
}

.footer {
  margin-top: 0;
  background: #0C2233;
  padding: 40px 0px;
}

.footer .footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer .footer__wrapper .logo a {
  color: #FFF;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.footer .footer__wrapper .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-top: 31px;
}

.footer .footer__wrapper .link a {
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.footer .footer__wrapper .bottom {
  margin-top: 31px;
}

.footer .footer__wrapper .bottom span {
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.privacy .privacy__wrapper h2 {
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 48px;
}

@media (max-width: 1024px) {
  .privacy .privacy__wrapper h2 {
    font-size: 28px;
  }
}

.privacy .privacy__wrapper p {
  margin-top: 10px;
  color: #000;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.privacy .privacy__wrapper ul, .privacy .privacy__wrapper ol {
  margin-top: 10px;
  padding-left: 30px;
  color: #000;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/*# sourceMappingURL=style.css.map */