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

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

:active,
:focus {
  outline: 0;
}

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

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

body,
html {
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  overscroll-behavior: none;
}

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

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

input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

textarea::placeholder,
input::placeholder {
  color: inherit;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
}

textarea {
  resize: none;
}

button {
  cursor: pointer;
  background-color: transparent;
}

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

a {
  display: inline-block;
  color: inherit;
}

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}
.disk {
  list-style: disc;
  margin-left: 20px;
}
img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: top;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
}

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

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

@font-face {
  font-family: "byao_opensanslight";
  font-weight: 100 900;
  font-style: normal;
  src: url(../byao_opensanslight.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "byao_racingsansoneregular";
  font-weight: 100 900;
  font-style: normal;
  src: url(../byao_racingsansoneregular.woff2) format("woff2");
  font-display: swap;
}

:root {
  overscroll-behavior: none;
  /* // Шрифты */
  --font-main: "byao_opensanslight", sans-serif;
  --background-page: #f1f2e7;
  --main: #2f2522;
  --black: #000000;
  --white: #ffffff;
  --i: calc(1vw + 1vh);
  --hover-a: #a09f9f;
}

.byao_page {
  display: flex;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background-color: var(--background-page);
}
.container {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
}

section {
  padding: 40px 0;
}

.container {
  padding: 0 40px;
}

@media (max-width: 991px) {
  .container {
    padding: 0 30px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .container {
    padding: 0 16px;
  }
}

h1 {
  color: var(--orange2, #ed4a25);
  font-family: "byao_racingsansoneregular";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

  @media (max-width: 991px) {
    font-size: 32px;
  }
}

h2 {
  color: var(--orange2, #ed4a25);
  font-family: "byao_racingsansoneregular";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  @media (max-width: 991px) {
    font-size: 24px;
  }
}

h3 {
  color: var(--orange2, #ed4a25);
  font-family: "byao_racingsansoneregular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

p,
li,
a,
span {
  font-family: "byao_opensanslight";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

header a {
  font-family: "byao_opensanslight";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

footer a {
  font-family: "byao_opensanslight";
  color: var(--orange2, #ed4a25);

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer p {
  font-family: "byao_opensanslight";
  color: var(--orange2, #ed4a25);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.btn {
  color: #dfe7b1;
  font-family: "byao_racingsansoneregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;

  padding: 14px;
  width: 100%;
  max-width: 300px;
  display: flex;
  justify-content: center;

  border-radius: 100px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
  transition: 0.5s;
  background: repeating-linear-gradient(75grad, rgba(0, 0, 0, 0) 25%, rgba(255, 255, 255, 0.6) 26%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%), #ed4a25;

  background-size: 500px 100%;
  animation: mymove 1s infinite linear;
}

@keyframes mymove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 500px 0;
  }
}

#fag {
  background: black;
}
.btn:hover {
  background:
    /*блик, при наведении становится чуть ярче и цвет текста меняется*/ repeating-linear-gradient(
      75grad,
      rgba(0, 0, 0, 0) 25%,
      rgba(255, 255, 255, 0.6) 26%,
      rgba(0, 0, 0, 0) 70%,
      rgba(0, 0, 0, 0) 100%
    ),
    /*задний фон при наведении*/ #ef6748; /*-----------поменяй на ЗЕЛЕНЫЙ!!!*/
  color: black;
  box-shadow: -1px 5px 10px rgba(0, 0, 0, 0.35);
}

/* font-weight */

.f--w-100 {
  font-weight: 100;
}

.f--w-200 {
  font-weight: 200;
}

.f--w-300 {
  font-weight: 300;
}

.f--w-400 {
  font-weight: 400;
}

.f--w-500 {
  font-weight: 500;
}

.f--w-600 {
  font-weight: 600;
}

.f--w-700 {
  font-weight: 700;
}

.f--w-800 {
  font-weight: 800;
}

.f-w-900 {
  font-weight: 900;
}
/* font-size */

.f-s-10 {
  font-size: 10px;
}

.f-s-12 {
  font-size: 12px;
}

.f-s-14 {
  font-size: 14px;
}

.f-s-16 {
  font-size: 16px;
}

.f-s-20 {
  font-size: 20px;
}

.f-s-16 {
  font-size: 16px;
}

.f-s-18 {
  font-size: 18px;
}

.f-s-20 {
  font-size: 20px;
}

.f-s-24 {
  font-size: 24px;
}

.f-s-26 {
  font-size: 26px;
}

.f-s-30 {
  font-size: 30px;
}

.f-s-32 {
  font-size: 32px;
}

.f-s-40 {
  font-size: 40px;
}

.f-s-50 {
  font-size: 50px;
}

/* padding */

.m-b-12 {
  margin-bottom: 12px;
}
.p-t-20 {
  padding-top: 20px;
}

.p-t-40 {
  padding-top: 40px;
}

.p-t-50 {
  padding-top: 50px;
}
.p-t-80 {
  padding-top: 80px;
}
.p-t-100 {
  padding-top: 100px;
}

.p-b-10 {
  padding-bottom: 10px;
}
.p-b-16 {
  padding-bottom: 16px;
}

.p-b-20 {
  padding-bottom: 20px;
}
.p-b-24 {
  padding-bottom: 24px;
}
.p-b-50 {
  padding-bottom: 50px;
}
.p-b-50 {
  padding-bottom: 50px;
}

/* margin */
.m-b-8 {
  margin-bottom: 8px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-t-20 {
  margin-top: 20px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-40 {
  margin-top: 40px;
}
.m-t-50 {
  margin-top: 50px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-20 {
  margin-bottom: 20px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.m-b-16 {
  margin-bottom: 16px;
}
.m-b-24 {
  margin-bottom: 24px;
}
.m-b-32 {
  margin-bottom: 32px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-b-50 {
  margin-bottom: 50px;
}

/* flex */

.flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.justi-center {
  justify-content: center;
}

.space-between {
  justify-content: space-between;
}

.colum {
  flex-direction: column;
}

.wrap {
  flex-wrap: wrap;
}

.byao_main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.no-wrap {
  white-space: nowrap;
}

.none-uppercase {
  text-transform: none;
}

.word-break {
  word-break: break-all;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.img-contain {
  object-fit: contain;
}

.img-cover {
  object-fit: cover;
}

.underline {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.rd-upload img {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.rd-load img {
  opacity: 1;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* gap */
/* !!!!!!!!!!!!!!!!!!!!!!! */
.gap-5 {
  gap: 5px;
}

.gap-10 {
  gap: 10px;
}
.gap-15 {
  gap: 15px;
}
.gap-18 {
  gap: 18px;
}
.gap-12 {
  gap: 12px;
}
.gap-8 {
  gap: 8px;
}
.gap-14 {
  gap: 14px;
}

.gap-20 {
  gap: 20px;
}
.gap-30 {
  gap: 30px;
}
.gap-40 {
  gap: 40px;
}
.gap-50 {
  gap: 50px;
}
.gap-24 {
  gap: 24px;
}
.gap-32 {
  gap: 32px;
}
.gap-28 {
  gap: 28px;
}
.gap-36 {
  gap: 36px;
}
.gap-16 {
  gap: 16px;
}
.gap-48 {
  gap: 48px;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* terms */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.byao_terms_sect_1_wrapper_content {
  padding: 24px;
  border-radius: 30px;
  border: 1px solid var(--orange2, #ed4a25);
  background: var(--green2, #dfe7b1);

  @media (max-width: 991px) {
    padding: 24px 16px;
  }
}

@media (max-width: 991px) {
  .byao_terms_sect_1_container {
    gap: 16px;
  }
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* header */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.byao_header_age_wrapper {
  padding: 4px 16px;
  background: var(--orange2, #ed4a25);
}

.byao_header_age_num {
  color: var(--green2, #dfe7b1);
  font-family: "byao_racingsansoneregular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.byao_header_age_num_p {
  color: var(--green2, #dfe7b1);
}

.byao_header {
  padding: 8px 0;
  background: var(--green2, #dfe7b1);
}

header .byao_logo img {
  width: 24px;
  height: 24px;
}

.byao_logo_text {
  color: var(--orange2, #ed4a25);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.byao_nav__link_active {
  font-family: "byao_racingsansoneregular";
}

.byao_header__container {
  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;
  gap: 20px;
}

@media (max-width: 991px) {
  .byao_header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #dfe7b1;
    z-index: 100;
    padding: 100px 30px 30px 30px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: auto;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, pointer-events 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, pointer-events 0.2s ease-in-out;
  }
}

@media (max-width: 600px) {
  .byao_header__menu {
    padding: 80px 30px 30px 30px;
  }
}

.byao_header__menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

.byao_header__exit-menu {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;

  background-color: transparent;
}

@media (max-width: 991px) {
  .byao_header__exit-menu {
    display: block;
    top: 30px;
    right: 30px;
  }
}

@media (max-width: 600px) {
  .byao_header__exit-menu {
    top: 15px;
    right: 15px;
  }
}

.byao_header__exit-menu::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ed4a25;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.byao_header__exit-menu::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #ed4a25;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.byao_nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}

@media (max-width: 991px) {
  .byao_nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}

@media (max-width: 991px) {
  .byao_nav__list_footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px 30px;
  }
}

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

.byao_nav__link {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

@media (any-hover: hover) {
  .byao_nav__link:hover {
    color: var(--hover-a);
  }
}

.byao_nav__link:focus-visible {
  color: var(--hover-a);
}

.byao_nav__link:active {
  color: var(--active);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.byao_burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 30px;
  height: 18px;
  background-color: transparent;
}

@media (max-width: 991px) {
  .byao_burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.byao_burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ed4a25;
  border-radius: 8px;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* footer */
/* !!!!!!!!!!!!!!!!!!!!!!! */

footer {
  padding: 40px 0;
  background: #dfe7b1;
}

.gap-80 {
  gap: 80px;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* form contact */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.popap_contact {
  display: none;
}
.popap_contact_active {
  display: block;
}
.byao_footer_blocks {
  align-items: end;
}

@media (max-width: 580px) {
  .byao_footer_blocks {
    flex-direction: column;
    align-items: start;
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .byao_footer_links {
    justify-content: center;
  }
}

/* AGE */

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* popup */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.popup {
  position: fixed;
  display: flex; /* если без локал Wite20 тогда fLex */
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(6px);
}

.display_none {
  display: none;
}

.popup.active {
  display: flex;
}

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

.popup__content {
  max-width: 540px;
  overflow: auto;
  width: 100%;
  position: relative;
  z-index: 2;
  margin: auto;

  border-radius: 10px;
  background: var(--green2, #dfe7b1);

  backdrop-filter: blur(12.5px);
  padding: 24px 16px;
  text-align: center;
}

.popup__text {
  color: var(--white);
}

.popup__text h3 {
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 40px */
  text-transform: uppercase;
}

.popup__text p {
  color: var(--black);
  padding-bottom: 16px;
}

#confirmAgeNone,
.info {
  border-radius: 100px;
  border: 1px solid var(--orange2, #ed4a25);
  background: none;
  color: var(--orange2, #ed4a25);
}

.wrapper_age_btn .btn {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 400px) {
  .wrapper_age_btn {
    flex-direction: column;
  }
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* cookie */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.cookie-banner {
  z-index: 1000;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;

  border-top: 1px solid #000;
  border-radius: 10px 10px 0 0;
  background: var(--green2, #dfe7b1);

  display: flex;
  flex-direction: column;
  justify-content: center;

  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.5s, transform 0.5s;
  max-width: 100%;
}
.show {
  opacity: 1;
  transform: translateY(0);
}
.cookie_banner_container {
  padding: 24px;
  width: 100%;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  align-items: end;
}

.cookie-content {
  width: 100%;
}

.cookie-content p {
  color: var(--black);
  font-size: 16px;
}

.cookie_buttons {
  display: flex;
  height: fit-content;
  width: 100%;
  max-width: 470px;
  gap: 16px;
}
.cookie_buttons .btn {
  max-width: 225px;
}

@media (max-width: 480px) {
  .cookie_banner_container {
    flex-direction: column;
  }
}

@media (max-width: 400px) {
  .cookie_buttons {
    flex-direction: column;
  }
  .cookie_buttons .btn {
    max-width: 100%;
  }
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* home */
/* !!!!!!!!!!!!!!!!!!!!!!! */



/* byao_home_sect_4 */

.byao_home_sect_4_li {
  width: 100%;
  padding: 24px 16px;
  border-radius: 30px;
  border: 1px solid var(--orange2, #ed4a25);
  background: var(--green2, #dfe7b1);
}
.byao_home_sect_4_li_person_img {
  width: 100px;
  height: 100px;
}

.byao_home_sect_4_li_level {
  width: 100%;
  padding: 14px 24px;
  border-radius: 100px;
  border: 1px solid var(--orange2, #ed4a25);
  background: var(--lig_blue, #cad9fa);
}

.byao_home_sect_4_li_level img {
  width: 24px;
  height: 24px;
}

@media (max-width: 991px) {
  .byao_home_sect_4_container {
    gap: 16px;
  }
  .byao_home_sect_4_ul {
    gap: 16px;
    display: grid;
    grid-template-columns: repeat(2, 2fr);
  }
}

@media (max-width: 480px) {
  .byao_home_sect_4_ul {
    grid-template-columns: repeat(1, 2fr);
  }
}

/* byao_home_sect_5 */

.byao_home_sect_5_li {
  width: 100%;
  padding: 24px 16px;
  border-radius: 30px;
  border: 1px solid var(--orange2, #ed4a25);
  background: var(--green2, #dfe7b1);
}

.byao_home_sect_5_ul {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 24px;
}

@media (max-width: 991px) {
  .byao_home_sect_5_ul,
  .byao_home_sect_5_container,
  .byao_home_sect_6_container {
    gap: 16px;
  }
}

@media (max-width: 768px) {
  .byao_home_sect_5_ul {
    grid-template-columns: repeat(1, 2fr);
  }
}

/* byao_games_sect_1 */

.byao_games_sect_1_li {
  width: 100%;
  padding: 24px 16px;
  border-radius: 10px;
  border: 1px solid var(--orange2, #ed4a25);
  background: var(--green2, #dfe7b1);
  align-items: start;
}

.byao_games_sect_1_li .btn {
  max-width: 100%;
}
.byao_games_sect_1_li_img {
  object-fit: cover;
  width: 100%;
  height: 332px;
  border-radius: 10px;
}

@media (max-width: 991px) {
  .byao_games_sect_1_ul,
  .byao_games_sect_1_container {
    gap: 16px;
  }
}

@media (max-width: 768px) {
  .byao_games_sect_1_ul {
    flex-direction: column;
  }
  .byao_games_sect_1_li .btn {
  }

  .byao_games_sect_1_li_img {
    height: 396px;
  }
}
@media (max-width: 480px) {
  .byao_games_sect_1_li_img {
    height: 296px;
  }
}

/* byao_about_sect_1 */

.byao_about_sect_1_wrapper {
  padding: 40px;
  border-radius: 30px;
  border: 1px solid var(--orange2, #ed4a25);
  background: var(--green2, #dfe7b1);
  text-align: start;
}

.byao_about_sect_1_wrapper img {
  width: 100%;
  max-width: 220px;
}

.orange_text {
  color: var(--orange2, #ed4a25);
}

@media (max-width: 991px) {
  .byao_about_sect_1_container {
    gap: 16px;
  }
}

@media (max-width: 768px) {
  .byao_about_sect_1_wrapper {
    padding: 16px 24px;
    flex-direction: column-reverse;
  }
}

/* byao_contact_sect_1 */

.ktywn_contact_sect_1_wrapper {
  padding: 40px;
  border-radius: 20px;
  background: var(--green2, #dfe7b1);
  text-align: start;
  color: var(--orange2, #ed4a25);
}

.ktywn_contact_sect_1_wrapper_local {
  font-size: 14px;
  padding: 24px;
  border-radius: 16px;
  background: rgba(249, 249, 249, 0.25);
}
.ktywn_contact_sect_1_wrapper_local a {
  font-size: 14px;
}
.ktywn_contact_sect_1_wrapper_local li {
  font-size: 14px;
}

.form_contact {
  width: 100%;
}

.form_contact label {
  margin-bottom: 4px;
}
.form_contact .input_contact {
  width: 100%;
  margin-bottom: 8px;
  padding: 14px 16px;
  border-radius: 10px;
  background: rgba(249, 249, 249, 0.25);
  color: var(--black);
}

.form_contact .input_contact::placeholder {
  color: var(--Grey_input, #999);
}

textarea {
  height: 140px;
  margin-bottom: 8px;
}

.form_contact_wrapper_check_box p {
  color: var(--black);
}

.form_contact_wrapper_check_box input {
  width: 16px;
  height: 16px;
  background: var(--white);
  border-radius: 2px;
  border: 1px solid #000;
  cursor: pointer;
  appearance: auto;
  -webkit-appearance: auto;
}

.form_contact_wrapper_check_box {
  margin-bottom: 24px;
}

.ktywn_contact_sect_1_wrapper_local {
  height: fit-content;
}

@media (max-width: 768px) {
  .ktywn_contact_sect_1_wrapper {
    flex-direction: column;
  }
  .ktywn_contact_sect_1_wrapper {
    padding: 24px 16px;
  }
}
