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

h1 {
  color: #FAFAFA;
  font-family: Unbounded;
  font-size: 66px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 1070px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  color: #FAFAFA;
  font-family: Unbounded;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 1070px) {
  h2 {
    font-size: 32px;
  }
}

p {
  color: #FAFAFA;
  font-family: Unbounded;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

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

input {
  border: none;
}

textarea {
  resize: none;
}

html,
body {
  overflow-x: hidden;
}

body {
  background: #131313;
}

.container {
  margin: 0px auto;
  max-width: 1220px;
  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 {
    flex-direction: column;
    row-gap: 20px;
  }
}

@media (max-width: 1070px) {
  .mobc {
    flex-direction: column;
    row-gap: 20px;
    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 {
  padding: 15px 0px;
}
header .header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  header .header__content {
    flex-direction: column;
    gap: 20px;
  }
}
header .header__content .logo a {
  color: #FAFAFA;
  font-family: Unbounded;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
header .header__content .link {
  display: flex;
  gap: 30px;
}
header .header__content .link a {
  color: #FAFAFA;
  font-family: Unbounded;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.content_bottom_cookies {
  position: fixed;
  bottom: -100%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 30px;
  border: 2px solid #FC8804;
  background: #131313;
  max-width: 900px;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  z-index: 5;
  row-gap: 20px;
  opacity: 0;
  transition: bottom 0.5s ease-out, opacity 0.5s ease-out;
  padding: 40px 60px;
  align-items: center;
}
@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%;
    transform: translateX(-50%);
  }
}
.content_bottom_cookies h5 {
  color: #FC8804;
  text-align: center;
  font-family: Unbounded;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
}
.content_bottom_cookies p {
  color: #FAFAFA;
  font-family: Unbounded;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
.content_bottom_cookies .content_bottom_btn {
  width: 100%;
  display: flex;
  text-align: center;
  margin-top: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  justify-content: center;
}
@media (max-width: 768px) {
  .content_bottom_cookies .content_bottom_btn {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}
.content_bottom_cookies .content_bottom_btn .accept__btn {
  border-radius: 50px;
  background: #FC8804;
  color: #131313;
  font-family: Unbounded;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  width: 307px;
  height: 68px;
  flex-shrink: 0;
}
.content_bottom_cookies .content_bottom_btn .reject__btn {
  border-radius: 50px;
  border: 1px solid #FC8804;
  width: 307px;
  height: 68px;
  flex-shrink: 0;
}
.content_bottom_cookies .content_bottom_btn .reject__btn a {
  color: #FC8804;
  font-family: Unbounded;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.btn {
  border-radius: 50px;
  background: #FC8804;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #131313;
  font-family: Unbounded;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  width: 270px;
  height: 68px;
  flex-shrink: 0;
}

.first__section .first__section_wrapper .block__wrapper {
  display: flex;
  gap: 40px;
}
.first__section .first__section_wrapper .block__wrapper .right .right__blocks {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media (max-width: 1024px) {
  .first__section .first__section_wrapper .block__wrapper .right .right__blocks {
    padding: 20px 0px;
  }
}

.second__section .second__section_wrapper .h_title {
  margin-top: 30px;
  color: #FAFAFA;
  font-family: Unbounded;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.second__section .second__section_wrapper .block__wrapper {
  margin-top: 37px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.second__section .second__section_wrapper .block__wrapper .block {
  max-width: 590px;
  width: 100%;
}
.second__section .second__section_wrapper .block__wrapper .block .title {
  color: #FC8804;
  font-family: Unbounded;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 20px;
}
.second__section .second__section_wrapper .block__wrapper .block .subtitle {
  margin-top: 15px;
  color: #FAFAFA;
  font-family: Unbounded;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.third__section .third__section_wrapper .block__wrapper {
  display: flex;
  gap: 40px;
}
.third__section .third__section_wrapper .block__wrapper .left p {
  margin-top: 20px;
  color: #FAFAFA;
  font-weight: 400;
}
.third__section .third__section_wrapper .block__wrapper .left p span {
  color: #fff;
  font-weight: 700;
}
.third__section .third__section_wrapper .block__wrapper .left a {
  margin-top: 40px;
}
.third__section .third__section_wrapper .block__wrapper .right {
  display: flex;
  align-items: flex-end;
}

.fourth__section .fourth__section_wrapper .block__wrapper {
  display: flex;
  gap: 40px;
}
.fourth__section .fourth__section_wrapper .block__wrapper .left {
  display: flex;
  align-items: flex-end;
}
.fourth__section .fourth__section_wrapper .block__wrapper .right .block {
  max-width: 590px;
  width: 100%;
  margin-top: 20px;
}
.fourth__section .fourth__section_wrapper .block__wrapper .right .block .title {
  color: #FC8804;
  font-family: Unbounded;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 20px;
}
.fourth__section .fourth__section_wrapper .block__wrapper .right .block .subtitle {
  margin-top: 15px;
  color: #FAFAFA;
  font-family: Unbounded;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.five__section .five__section_wrapper p {
  margin-top: 20px;
  color: #FAFAFA;
  font-family: Unbounded;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 30px;
}
.five__section .five__section_wrapper .adress {
  color: #FAFAFA;
  font-family: Unbounded;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.five__section .five__section_wrapper form {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.five__section .five__section_wrapper form button {
  border-radius: 50px;
  background: #FC8804;
  width: 199px;
  height: 68px;
  flex-shrink: 0;
  margin-top: 30px;
}
.five__section .five__section_wrapper form .top {
  display: flex;
  gap: 20px;
}
.five__section .five__section_wrapper form input {
  border-radius: 50px;
  border: 1px solid #FC8804;
  padding: 25px 20px;
  background-color: transparent;
  width: 100%;
}
.five__section .five__section_wrapper form textarea {
  border-radius: 50px;
  border: 1px solid #FC8804;
  padding: 25px 20px;
  background-color: transparent;
  width: 100%;
}

.six__section .six__section_wrapper h2 {
  margin-top: 46px;
  text-align: center;
}
.six__section .six__section_wrapper p {
  margin-top: 20px;
  color: #FAFAFA;
  font-family: Unbounded;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
.six__section .six__section_wrapper a {
  margin: 0 auto;
  margin-top: 30px;
  border-radius: 50px;
  background: #FC8804;
  width: 279px;
  height: 68px;
  flex-shrink: 0;
  color: #131313;
  font-family: Unbounded;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer .footer__wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer .footer__wrapper .logo a {
  color: #FAFAFA;
  font-family: Unbounded;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.footer .footer__wrapper .link {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer .footer__wrapper .link a {
  color: #FAFAFA;
  font-family: Unbounded;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer .footer__wrapper p {
  color: rgba(250, 250, 250, 0.5);
  font-family: Unbounded;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.privacy .privacy__wrapper h2 {
  color: #FAFAFA;
  font-family: Unbounded;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .privacy .privacy__wrapper h2 {
    font-size: 32px;
  }
}
.privacy .privacy__wrapper p {
  margin-top: 10px;
  color: #FAFAFA;
  font-family: Unbounded;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}
.privacy .privacy__wrapper ul, .privacy .privacy__wrapper ol {
  margin-top: 10px;
  padding-left: 30px;
  color: #FAFAFA;
  font-family: Unbounded;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.privacy .privacy__wrapper ul a, .privacy .privacy__wrapper ol a {
  color: #FAFAFA;
  font-family: Unbounded;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}/*# sourceMappingURL=style.css.map */