@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
}

button {
  cursor: pointer;
}

.--mob {
  display: none !important;
}

@media (max-width: 650px) {
  .--desk {
    display: none !important;
  }
  .--mob {
    display: block !important;
  }
}
.main {
  width: 100vw;
  height: 100vh;
  background: url("../images/bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  max-height: 100vh;
}
@media (max-width: 650px) {
  .main {
    background: url("../images/bg-mob.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0px 30px;
    max-height: initial;
  }
}
.main__container {
  padding-top: 5.556vh;
  position: relative;
}
@media (max-width: 650px) {
  .main__container {
    padding-top: 0;
  }
}
.main__logo {
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(50%);
  width: 28.542vw;
  padding-top: 5.556vh;
}
@media (max-width: 650px) {
  .main__logo {
    width: 84.615vw;
    padding-top: 3.555vh;
  }
}
@media (max-width: 375px) {
  .main__logo {
    padding-top: 20px;
  }
}
.main__logo svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main__wrapper {
  padding-top: 22.222vh;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13.194vw;
}
@media (max-width: 650px) {
  .main__wrapper {
    flex-direction: column;
    padding-top: 16.351vh;
    gap: 0;
  }
}
.main__right, .main__left {
  width: 22.778vw;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.main__right img, .main__left img {
  width: 100%;
  height: 100%;
}
.main__right img:nth-child(2), .main__left img:nth-child(2) {
  display: none;
}
.main__right button, .main__left button {
  margin-top: 4.444vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3.111vh 3.264vw;
  border-radius: 1.389vw;
  font-size: 2.778vw;
  font-weight: 900;
  text-align: left;
  color: white;
}
@media (max-width: 650px) {
  .main__right, .main__left {
    flex-direction: row;
    align-items: center !important;
    gap: 5.128vw;
    width: initial;
    height: initial;
  }
  .main__right img, .main__left img {
    display: none;
    width: 38.462vw;
    height: 7.109vh;
  }
  .main__right img:nth-child(2), .main__left img:nth-child(2) {
    display: block;
  }
  .main__right button, .main__left button {
    margin-top: 0;
    padding: 2.133vh 9.231vw;
    border-radius: 15px;
    font-size: 5.128vw;
  }
}
.main__right {
  align-items: flex-start;
}
.main__right button {
  background: #bdff00;
  box-shadow: 0px -0.278vw 1.389vw 0px rgba(41, 60, 33, 0.3019607843);
  color: #000;
}
@media (max-width: 650px) {
  .main__right {
    margin-top: 33.057vh;
  }
  .main__right button {
    box-shadow: 0px -4px 10px 0px rgba(41, 60, 33, 0.3019607843);
  }
}
.main__left button {
  background: #eb2490;
  box-shadow: 0px -0.278vw 1.389vw 0px rgba(0, 0, 0, 0.3019607843);
}
.main__cookies {
  transition: 0.3s ease-in-out;
  width: 52.083vw;
  background: #171717;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: 3.333vh;
  color: #fff;
  border-radius: 0.833vw;
  padding: 1.736vw;
}
.main__cookies h4 {
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 110%;
  margin-bottom: 1.111vh;
}
.main__cookies p {
  font-size: 1.042vw;
}
.main__cookies-footer {
  margin-top: 1.736vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main__cookies-footer button {
  padding: 1.444vh 3.333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.556vw;
  color: white;
  font-size: 1.111vw;
  border: 0.069vw solid #50f000;
  background: transparent;
}
.main__cookies-buttons {
  display: flex;
  align-items: center;
  gap: 1.736vw;
}
.main__cookies-buttons button {
  border: none;
}
.main__cookies-buttons button.decline {
  background: #393939;
  padding: 1.444vh 1.667vw;
}
.main__cookies-buttons button.accept {
  background: #50f000;
  color: #000;
  padding: 1.444vh 1.667vw;
}
@media (max-width: 650px) {
  .main__cookies {
    bottom: 1.185vh;
    padding: 18px 15px 20px;
    right: 12px;
    left: 12px;
    bottom: 10px;
    width: calc(100% - 24px);
    transform: translateX(0);
    border-radius: 12px;
  }
  .main__cookies h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .main__cookies p {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.2px;
  }
  .main__cookies-footer {
    margin-top: 20px;
    flex-direction: column;
  }
  .main__cookies-footer button {
    width: 100%;
    font-size: 16px;
    height: 47px;
    border-radius: 8px;
  }
  .main__cookies-footer button.--mob {
    background: #50f000;
    color: #000;
    padding: 1.444vh 1.667vw;
  }
  .main__cookies-buttons {
    gap: 20px;
    margin-top: 16px;
    width: 100%;
  }
  .main__cookies-buttons button {
    flex: 1 1 auto;
  }
  .main__cookies-buttons button.settings, .main__cookies-buttons button.--mob {
    color: white;
    border: 0.069vw solid #50f000;
    background: transparent;
  }
}
.main__cookies-head {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 1.111vh;
}
.main__cookies-head h5 {
  font-size: 1.111vw;
}
.main__cookies-head span {
  display: inline-flex;
  background: #393939;
  font-size: 0.972vw;
  color: #50f000;
  padding: 0.222vh 0.694vw;
  border-radius: 0.694vw;
}
@media (max-width: 650px) {
  .main__cookies-head h5 {
    font-size: 18px;
  }
  .main__cookies-head span {
    font-size: 14px;
    padding: 2px 10px;
    min-width: 123px;
    border-radius: 4px;
  }
}
.main__cookies hr {
  width: 100%;
  height: 1px;
  background: #393939;
  margin-top: 1.111vh;
  margin-bottom: 3.333vh;
}
.main__cookies-settings {
  transition: all 0.35s linear;
}
.main__cookies .main__cookies-info {
  visibility: hidden;
  opacity: 0;
  max-height: 0px;
}
.main__cookies .main__cookies-settings {
  visibility: visible;
  opacity: 1;
  max-height: 9999px;
  display: initial;
}
.main__cookies:not(.open) .main__cookies-settings {
  visibility: hidden;
  opacity: 0;
  max-height: 0px;
  display: none;
}
.main__cookies:not(.open) .main__cookies-info {
  visibility: visible;
  opacity: 1;
  max-height: 9999px;
}

.--hidden {
  display: none !important;
}

.switch label {
  position: relative;
  width: 42px;
  height: 23px;
  border-radius: 0.833vw;
  background: #393939;
  padding: 0.139vw;
  transition: 0.2s linear;
  display: inline-block;
}
.switch label::before {
  content: "";
  transition: 0.2s linear;
  display: inline-block;
  width: 19px;
  height: 19px;
  border-radius: 99999px;
  background: #fff;
  position: absolute;
  left: 0.139vw;
  top: 0.139vw;
  bottom: 0.139vw;
}
.switch input {
  display: none;
}
.switch input:checked + label {
  background: #50f000;
}
.switch input:checked + label::before {
  transform: translateX(100%);
}
@media (max-width: 650px) {
  .switch label {
    width: 46px;
    height: 24px;
    border-radius: 12px;
  }
  .switch label::before {
    width: 20px;
    height: 20px;
    top: 2px;
    bottom: 2px;
    left: 2px;
  }
}