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

h2 {
  color: #FFF;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 43.2px */
}

p {
  color: #FFF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 23.4px */
}

button {
  border: none;
  cursor: pointer;
  height: 48px;
}

input {
  border: none;
}

textarea {
  resize: none;
}

html,
body {
  overflow-x: hidden;
}

.container {
  margin: 0px auto;
  max-width: 1100px;
  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 {
  background: #2B3A38;
  padding: 20px 0px;
}

header .header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1024px) {
  header .header__wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

header .header__wrapper .logo a {
  color: #FFF;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 33.6px */
}

header .header__wrapper .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  display: flex;
  padding: 20px 20px;
  border-radius: 111.111px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 1024px) {
  header .header__wrapper .link {
    display: none;
  }
}

header .header__wrapper .link a {
  color: #FFF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
}

.content_bottom_cookies {
  position: fixed;
  bottom: -100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #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;
}

@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: #000;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 50.4px */
  text-transform: uppercase;
}

.content_bottom_cookies p {
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  border-radius: 100px;
  background: #B7003A;
  color: #FFF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 23.4px */
}

.first__section {
  background-image: url(../images/bg1.png);
  background-size: cover;
}

.first__section .first__section_wrapper p {
  margin-top: 20px;
}

.first__section .first__section_wrapper a {
  margin-top: 40px;
  max-width: 410px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  border-radius: 100px;
  background: #B7003A;
  color: #FFF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 23.4px */
}

.second__section {
  background: #2B3A38;
}

.second__section .second__section_wrapper .block__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}

.second__section .second__section_wrapper .block__wrapper .block {
  max-width: 255px;
  width: 100%;
}

.second__section .second__section_wrapper .block__wrapper .block .title {
  margin-top: 0;
  color: #FFF;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 31.2px */
  text-transform: uppercase;
  padding-bottom: 14px;
  border-bottom: 1px solid #fff;
  margin-bottom: 14px;
}

.second__section .second__section_wrapper .block__wrapper .block p {
  margin-top: 14px;
  color: #FFF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 23.4px */
}

.third__section {
  background-image: url(../images/bg2.png);
  background-size: cover;
}

.third__section .third__section_wrapper p {
  margin-top: 20px;
}

.fourth__section .fourth__section_wrapper .block__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fourth__section .fourth__section_wrapper .block__wrapper .right .title {
  color: #2B3A38;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 31.2px */
}

.fourth__section .fourth__section_wrapper .block__wrapper .right p {
  color: #2B3A38;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 23.4px */
  margin-top: 20px;
}

.five__section {
  background-image: url(../images/bg3.png);
  background-size: cover;
}

.five__section .five__section_wrapper h2 {
  color: #2B3A38;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 43.2px */
  text-transform: uppercase;
}

.five__section .five__section_wrapper .block__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  gap: 20px;
}

.five__section .five__section_wrapper .block__wrapper .block {
  background-color: #fff;
  max-width: 255px;
  width: 100%;
}

.five__section .five__section_wrapper .block__wrapper .block .bottom {
  padding: 18px 10px;
}

.five__section .five__section_wrapper .block__wrapper .block .title {
  color: #2B3A38;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 31.2px */
}

.five__section .five__section_wrapper .block__wrapper .block .subtitle {
  margin-top: 14px;
  color: #2B3A38;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 23.4px */
}

.six__section {
  background: #2B3A38;
}

.six__section .six__section_wrapper .block__wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.six__section .six__section_wrapper .block__wrapper .left {
  padding: 40px;
}

.six__section .six__section_wrapper .block__wrapper .left p {
  color: #2B3A38;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 23.4px */
  margin-top: 24px;
}

.seven__section .seven__section_wrapper h2 {
  margin: 0 auto;
  color: #2B3A38;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  max-width: 600px;
}

.seven__section .seven__section_wrapper form {
  margin: 0 auto;
  margin-top: 40px;
  max-width: 600px;
}

.seven__section .seven__section_wrapper form input {
  border-bottom: 2px solid #2B3A38;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  width: 100%;
  padding: 20px 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.seven__section .seven__section_wrapper form input::-webkit-input-placeholder {
  color: #A8A8A8;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.seven__section .seven__section_wrapper form input:-ms-input-placeholder {
  color: #A8A8A8;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.seven__section .seven__section_wrapper form input::-ms-input-placeholder {
  color: #A8A8A8;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.seven__section .seven__section_wrapper form input::placeholder {
  color: #A8A8A8;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.seven__section .seven__section_wrapper form button {
  margin-top: 40px;
  border-radius: 100px;
  background: #B7003A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  color: #FFF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 23.4px */
}

.eight__section .eight__section_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.eight__section .eight__section_wrapper .title {
  width: 100%;
  color: #000;
  text-align: left;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 50.4px */
  text-transform: uppercase;
}

.eight__section .eight__section_wrapper .subtitle {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: left;
}

.eight__section .eight__section_wrapper a {
  max-width: 390px;
  border-radius: 100px;
  background: #B7003A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 23.4px */
}

.footer {
  background: #2B3A38;
  padding: 60px 0px;
}

.footer .footer__wrapper .logo {
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}

.footer .footer__wrapper .logo a {
  color: #FFF;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 33.6px */
}

.footer .footer__wrapper .bottom {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .footer__wrapper .bottom .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .footer__wrapper .bottom .link a {
  color: #FFF;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  /* 21px */
}

.footer .footer__wrapper .bottom .link span {
  color: #FFF;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  /* 21px */
}

.privacy .privacy__wrapper h2 {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 50.4px */
  text-transform: uppercase;
  margin-bottom: 20px;
}

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

.privacy .privacy__wrapper p {
  margin-top: 10px;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

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