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

ul,
ul[class],
ol[class] {
  padding: 0;
  margin: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class],
ol[class],
ul {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, video {
  object-fit: cover;
}

svg, img, video {
  width: 100%;
  height: 100%;
  display: block;
}

iframe {
  width: 100%;
  height: 100%;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select,
a {
  font: inherit;
  appearance: none;
  outline: none;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.navbar-brand:focus,
.nav-link:focus,
.btn-close:focus,
.btn:focus {
  box-shadow: none;
}

.navbar-expand-md .navbar-nav .nav-link {
  padding: 0;
}

button,
a {
  width: 100%;
  display: block;
}

button {
  border: none;
  background-color: transparent;
}

span {
  display: block;
}

input,
textarea {
  background-color: transparent;
  border: none;
  width: 100%;
}

button {
  cursor: pointer;
}

.container {
  max-width: 120rem;
  padding: 0 2rem;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .container {
    padding: 0 8rem;
  }
}

body {
  overflow: visible;
  color: #000;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 1.9rem;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
body.no-scroll {
  overflow: hidden;
}

footer,
section,
main {
  position: relative;
}

.wrapper {
  overflow: hidden;
}

.title-main {
  font-size: 3.2rem;
  line-height: 4.2rem;
  margin: 0 0 3rem;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 1024px) {
  .title-main {
    font-size: 4.2rem;
    line-height: 4.2rem;
  }
}

.title-section {
  font-size: 3.2rem;
  line-height: 4.2rem;
  margin: 0 0 3rem;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 1024px) {
  .title-section {
    font-size: 4.2rem;
    line-height: 4.2rem;
  }
}

.flex {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (min-width: 768px) {
  .flex {
    justify-content: space-between;
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .flex__wrapper2, .flex__wrapper1 {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .flex__wrapper1 {
    width: 90%;
  }
}

.background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.thaxyou {
  padding: 12rem 0;
}
.thaxyou__title {
  text-transform: uppercase;
  font-size: 4.8rem;
  line-height: 7.2rem;
  margin: 0 0 5rem;
}
.thaxyou__text {
  margin: 0 0 3rem;
}

.wrap_cl {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.cl5,
.cl4,
.cl3,
.cl2 {
  width: 100%;
}
.cl5_text span,
.cl4_text span,
.cl3_text span,
.cl2_text span {
  font-weight: bold;
  margin: 0 0 2rem;
  text-transform: uppercase;
}
.cl5_img,
.cl4_img,
.cl3_img,
.cl2_img {
  margin: 0 0 2rem;
}

@media (min-width: 768px) {
  .cl5 {
    width: 18%;
  }
}

@media (min-width: 768px) {
  .cl4 {
    width: 23%;
  }
}

@media (min-width: 768px) {
  .cl3 {
    width: 32%;
  }
}

@media (min-width: 768px) {
  .cl2 {
    width: 48%;
  }
}

.btn_to_top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  line-height: 100%;
  background-color: rgb(11, 0, 26);
  border-radius: 50%;
  border: 0.2rem solid rgb(72, 60, 8);
  color: rgb(255, 255, 255);
  opacity: 0;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s, opacity 0.5s, transform 0.3s;
  z-index: 2;
}
body.pc .btn_to_top:focus, body.mobile .btn_to_top:active, body.pc .btn_to_top:hover {
  background-color: #fff;
  color: #000;
}
body.pc .btn_to_top:focus {
  transform: scale(1.05);
}
.btn_to_top.visible {
  opacity: 1;
}
@media (min-width: 1024px) {
  .btn_to_top {
    width: 6rem;
    height: 6rem;
    font-size: 2.5rem;
  }
}

.button_util {
  text-transform: uppercase;
  padding: 2rem 0;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  background-color: rgb(143, 23, 23);
  color: #fff;
  border-radius: 1rem;
  max-width: 30rem;
  display: block;
  transition: transform 0.3s;
}
body.pc .button_util:focus, body.pc .button_util:hover, body.mobile .button_util:active {
  transform: scale(1.05);
}

.cookies {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 100;
  color: #000;
}
.cookies__wrap {
  width: 100%;
  background: #fff;
  padding: 2rem;
}
.cookies__text {
  margin: 0 0 2rem;
}
.cookies__title {
  text-transform: uppercase;
  font-size: 2.4rem;
  line-height: 2.9rem;
  margin: 0 0 2rem;
}
.cookies__buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .cookies__buttons {
    flex-direction: row;
  }
}
.cookies__buttons a,
.cookies__buttons button {
  color: #000;
  background-color: #fff;
  border-radius: 1rem;
  border: 0.1rem solid #000;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  padding: 2rem 6rem;
  font-size: 1.4rem;
  line-height: 1.7rem;
  display: block;
  transition: transform 0.3s;
}
body.pc .cookies__buttons a:focus, body.pc .cookies__buttons a:hover, body.mobile .cookies__buttons a:active,
body.pc .cookies__buttons button:focus,
body.pc .cookies__buttons button:hover,
body.mobile .cookies__buttons button:active {
  transform: scale(1.05);
}
.cookies__buttons a.other_back,
.cookies__buttons button.other_back {
  border: none;
  color: #fff;
  background-color: rgb(143, 23, 23);
}

.footer {
  padding: 4rem 0;
  color: #000;
  background-color: #fff;
}
.footer a {
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #000;
}
.footer a a {
  display: block;
  transition: transform 0.3s;
}
body.pc .footer a a:focus, body.pc .footer a a:hover, body.mobile .footer a a:active {
  transform: scale(1.05);
}
.footer__logo {
  max-width: 10rem;
}
.footer__links_footer {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  justify-content: space-between;
  margin: 0 0 3rem;
}
.footer nav ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
  padding: 2rem 0;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  max-width: 10rem;
}

.header__nav {
  position: relative;
  display: none;
}
@media (min-width: 768px) {
  .header__nav {
    display: flex;
    align-items: center;
  }
}
.header__nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 3rem;
  row-gap: 1rem;
  margin: 0 2rem 0 0;
}
.header__nav ul li a {
  color: #000;
  font-size: 1.4rem;
  line-height: 1.7rem;
  text-decoration: none;
  display: block;
  transition: transform 0.3s;
}
body.pc .header__nav ul li a:focus, body.pc .header__nav ul li a:hover, body.mobile .header__nav ul li a:active {
  transform: scale(1.05);
}

.nav__cloud {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: inherit;
  z-index: -1;
}

.mobile_nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgb(17, 17, 17);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in;
}
.mobile_nav li a {
  color: rgb(255, 255, 255);
  font-size: 2rem;
  padding: 0.2rem 0;
  line-height: 1.4rem;
  text-decoration: none;
  display: block;
  transition: transform 0.3s;
}
body.pc .mobile_nav li a:focus, body.pc .mobile_nav li a:hover, body.mobile .mobile_nav li a:active {
  transform: scale(1.05);
}

.mobile_nav_open {
  right: 0;
}

.mobile_nav__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 3rem;
}
.mobile_nav__list .active {
  opacity: 0.5;
}

.mobile_nav-btn {
  --time: 0.1s;
  --width: 4rem;
  --height: 3rem;
  --line-height: .4rem;
  --spacing: .6rem;
  --radius: .4rem;
  height: 4.3rem;
  width: 4.3rem;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: none;
  padding: 0;
}
@media (min-width: 768px) {
  .mobile_nav-btn {
    display: none !important;
  }
}

.nav-icon {
  position: relative;
  width: var(--width);
  height: var(--line-height);
  background-color: #000;
  border-radius: var(--radius);
}

.nav-icon::before,
.nav-icon::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: var(--width);
  height: var(--line-height);
  border-radius: var(--radius);
  background-color: #000;
  transition: transform var(--time) ease-in, top var(--time) linear var(--time);
}

.nav-icon::before {
  top: calc(-1 * (var(--line-height) + var(--spacing)));
}

.nav-icon::after {
  top: calc(var(--line-height) + var(--spacing));
}

.nav-icon.nav_icon_active {
  background-color: transparent;
}

.nav-icon.nav_icon_active::before,
.nav-icon.nav_icon_active::after {
  top: 0;
  transition: top var(--time) linear, transform var(--time) ease-in var(--time);
}

.nav-icon.nav_icon_active::before {
  transform: rotate(45deg);
}

.nav-icon.nav_icon_active::after {
  transform: rotate(-45deg);
}

.mobile_nav-btn {
  z-index: 999;
}

.main {
  padding: 20rem 0;
  text-align: center;
  color: #fff;
}
.main__text {
  margin: 0 0 4rem;
}
.main a {
  margin: 0 auto;
}

.block2 {
  padding: 8rem 0;
}
.block2__text {
  margin: 0 0 4rem;
}

.block3 {
  padding: 8rem 0;
}
.block3__title {
  color: #fff;
}
.block3 .cl4 {
  padding: 2rem;
  background-color: #fff;
}

.block4 {
  padding: 8rem 0;
}
.block4__text {
  margin: 0 0 4rem;
}

.form {
  padding: 8rem 0;
}
.form__text {
  margin: 0 0 4rem;
}
.form__wrap {
  max-width: 60rem;
  margin: 0 auto;
}
.form textarea,
.form input {
  margin: 0 0 1rem;
  padding: 2rem;
  color: #000;
  background-color: rgba(255, 255, 255, 0.5);
  border: 0.1rem solid #000;
  display: block;
  transition: transform 0.3s, opacity 0.3s;
  cursor: pointer;
}
.form textarea::placeholder,
.form input::placeholder {
  color: #000;
}
body.pc .form textarea:focus, body.pc .form textarea:hover, body.mobile .form textarea:active,
body.pc .form input:focus,
body.pc .form input:hover,
body.mobile .form input:active {
  transform: scale(1.02);
}
body.pc .form textarea:focus,
body.pc .form input:focus {
  border: 0.2rem solid;
  cursor: auto;
}

.privacy {
  text-align: left;
  padding: 15rem 0 18rem;
}

.terms {
  text-align: left;
  padding: 15rem 0 18rem;
}