@font-face {
	font-family: "Montserrat";
	font-weight: 400;
	font-style: normal;
	src: url("/fonts/Montserrat/Montserrat-Regular/Montserrat-Regular.eot");
	src:
		url("/fonts/Montserrat/Montserrat-Regular/Montserrat-Regular.eot?#iefix") format("embedded-opentype"),
		url("/fonts/Montserrat/Montserrat-Regular/Montserrat-Regular.woff") format("woff"),
		url("/fonts/Montserrat/Montserrat-Regular/Montserrat-Regular.woff2") format("woff2"),
		url("/fonts/Montserrat/Montserrat-Regular/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
	font-family: "Montserrat";
	font-weight: 600;
	font-style: normal;
	src: url("/fonts/Montserrat/Montserrat-SemiBold/Montserrat-SemiBold.eot");
	src:
		url("/fonts/Montserrat/Montserrat-SemiBold/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"),
		url("/fonts/Montserrat/Montserrat-SemiBold/Montserrat-SemiBold.woff") format("woff"),
		url("/fonts/Montserrat/Montserrat-SemiBold/Montserrat-SemiBold.woff2") format("woff2"),
		url("/fonts/Montserrat/Montserrat-SemiBold/Montserrat-SemiBold.ttf") format("truetype");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

main {
  overflow: hidden;
}

body {
  background: #0F1014;
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1;
  scroll-behavior: smooth;
  color: white;
}

a {
  text-decoration: none;
  transition: all 0.25s linear;
}

img {
  max-width: 100%;
}

.container {
  max-width: 1560px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.team {
  padding: 200px 0 150px;
  position: relative;
  display: flex;
  justify-content: center;
}
.team:before {
  content: "";
  position: absolute;
  max-width: 1560px;
  width: 100%;
  height: 1px;
  margin: 0 20px;
  background: #444;
  bottom: 0;
}
@media (max-width: 1450px) {
  .team:before {
    left: 20px;
    width: calc(100% - 40px);
  }
}
@media (max-width: 991px) {
  .team {
    padding: 80px 0 40px;
  }
   .team:before {
    left: 0;
  }
}

.size-70 {
  font-size: 70px;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .size-70 {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .size-70 {
    font-size: 34px;
  }
}

.size-64 {
  font-size: 64px;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .size-64 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .size-64 {
    font-size: 30px;
  }
}

.size-36 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 991px) {
  .size-36 {
    font-size: 23px;
    margin-bottom: 30px;
  }
}

.size-16 {
  font-size: 16px;
  line-height: 1.2;
}

.mb-109 {
  margin-bottom: 109px;
}
@media (max-width: 991px) {
  .mb-109 {
    margin-bottom: 40px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .mb-30 {
    margin-bottom: 20px;
  }
}

.team-items {
  display: flex;
  flex-flow: row wrap;
  margin-top: -40px;
}

.team-item {
  flex-basis: 25%;
  margin-top: 40px;
  font-size: 19px;
}
@media (max-width: 1200px) {
  .team-item {
    flex-basis: 33%;
  }
}
@media (max-width: 991px) {
  .team-item {
    flex-basis: 50%;
    margin: 15px 0;
  }
}
@media (max-width: 767px) {
  .team-item {
    margin: 10px 0;
    font-size: 14px;
  }
}

.team-item__position {
  margin-bottom: 10px;
  font-weight: 600;
}

@media (max-width: 991px) {
  section {
    padding: 48px 0;
  }
}

.section-contact {
  padding: 158px 0 115px;
  text-align: center;
}
@media (max-width: 991px) {
  .section-contact {
    padding: 45px 0 60px;
  }
}
@media (max-width: 767px) {
  .section-contact {
    position: relative;
  }
}

.section-contact__label {
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .section-contact__label {
    font-size: 18px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .section-contact__label {
    line-height: 25px;
    max-width: 300px;
    font-size: 14px;
    margin: 10px auto 0;
  }
}

.section-contact__mail {
  font-size: 55px;
  font-weight: 600;
  line-height: 40px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: white;
}
@media (max-width: 991px) {
  .section-contact__mail {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .section-contact__mail {
    font-size: 25px;
  }
}

.section {
  display: flex;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  justify-content: center;
}

.section-content__block {
  transition: 0.25s;
  text-decoration: none;
  flex-basis: 50%;
  color: white;
}
@media (max-width: 1280px) {
  .section-content__block {
    padding: 0 10px;
  }
}
.section-content__block:hover {
  background: #1C1D21;
}

.section-left {
  justify-content: flex-end;
}

.section-content {
  display: flex;
  max-width: 670px;
  text-decoration: none;
  align-items: flex-start;
  justify-content: space-between;
}

.section-left .section-content {
  margin: auto 0 auto auto;
  padding: 70px 140px 70px 0;
}
@media (max-width: 1200px) {
  .section-left .section-content {
    padding: 70px 50px 70px 0;
  }
}
@media (max-width: 991px) {
  .section-left .section-content {
    padding: 30px 38px 30px 0;
  }
}
@media (max-width: 767px) {
  .section-left .section-content {
    flex-direction: column;
    padding: 0 !important;
    align-items: flex-end;
  }
}
.section-left .section-content .section-text {
  text-align: right;
}

.section-right .section-content {
  padding: 70px 0 70px 140px;
}
@media (max-width: 1200px) {
  .section-right .section-content {
    padding: 70px 0 70px 140px;
  }
}
@media (max-width: 991px) {
  .section-right .section-content {
    padding: 30px 0 30px 38px;
  }
}
@media (max-width: 767px) {
  .section-right .section-content {
    flex-direction: column-reverse;
    padding: 0 !important;
    align-items: flex-start;
  }
}

.section-content__arrow {
  padding-top: 2px;
}
@media (max-width: 767px) {
  .section-content__arrow img {
    width: 60px;
  }
}

.section-text {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .section-text {
    margin-top: 25px;
  }
}

.section-title {
  font-size: 27px;
  font-weight: 600;
  line-height: 31px;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 0;
  }
}
@media (max-width: 380px) {
  .section-title {
    width: 100%;
    max-width: 167px;
  }
}

.section-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 31px;
}
@media (max-width: 767px) {
  .section-description {
    font-size: 14px;
  }
}

.section-app {
  margin: 0 10px;
  height: 1186px;
  position: relative;
  border-radius: 24px;
  background: linear-gradient(125deg, #FFAB82 0.68%, #FF3F00 100%);
  text-align: center;
  padding: 200px 0 100px;
}
.section-app .container {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}
.section-app h2 {
  position: relative;
  z-index: 1;
}
.section-app .size-64 {
  max-width: 870px;
  width: 100%;
}
@media (max-width: 1200px) {
  .section-app {
    height: 1000px;
  }
}
@media (max-width: 991px) {
  .section-app {
    height: 800px;
  }
}
@media (max-width: 767px) {
  .section-app {
    margin: 0;
    padding: 80px 0 0;
    height: auto;
    border-radius: 16px;
  }
}

.app-items {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .app-items {
    margin: 40px 0 0;
  }
}

.app-item {
  text-decoration: none;
  margin: 0 4px;
}
.app-item:hover {
  opacity: 0.7;
}

.app-bg-pic {
  max-width: 1520px;
  display: flex;
}

.app-bg {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1920px;
  width: 100%;
  bottom: 0;
  pointer-events: none;
}
.app-bg:before {
  content: "";
  border-radius: 24px;
  opacity: 0.8;
  background: linear-gradient(0deg, #FC6F2B 0%, rgba(150, 66, 26, 0) 100%);
  height: 400px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
@media (max-width: 767px) {
  .app-bg:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .app-bg {
    position: relative;
    margin: 40px -20px 0;
    width: auto;
  }
}

.label {
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  color: #FF7A0F;
  margin-bottom: 30px;
}

.section-technology {
  padding: 200px 0;
}
@media (max-width: 767px) {
  .section-technology {
    padding: 80px 0;
  }
}

.technology-items {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .technology-items {
    margin-top: 0;
    flex-direction: column;
  }
}

.technology-item {
  flex-basis: calc(33.3% - 20px);
  text-align: center;
}
@media (max-width: 767px) {
  .technology-item {
    flex-basis: auto;
    margin-top: 40px;
  }
  .technology-item:nth-child(1) img {
    width: 117px;
  }
  .technology-item:nth-child(2) img {
    width: 150px;
  }
  .technology-item:nth-child(3) img {
    width: 71px;
  }
}

.technology-item-pic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 24px;
  background: #1C1D21;
  height: 220px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .technology-item-pic {
    height: 146px;
    margin-bottom: 10px;
  }
}

.technology-item-title {
  font-size: 20px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .technology-item-title {
    font-size: 16px;
  }
}

.section-top {
  min-height: 900px;
  height: 100dvh;
  background-image: url("/img/section-top.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0 100px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .section-top {
    padding: 40px 0 60px;
    min-height: auto;
  }
}
@media (max-width: 700px) {
  .section-top {
    background-image: url("/img/section-top-mobile.jpg");
  }
}
.section-top:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1176px;
  min-height: 900px;
  height: 100%;
  opacity: 0.8;
  background: linear-gradient(270deg, rgba(150, 66, 26, 0) 0%, #FC6F2B 100%);
  mix-blend-mode: multiply;
}
@media (max-width: 991px) {
  .section-top:before {
    min-height: auto;
  }
}
@media (max-width: 700px) {
  .section-top:before {
    display: none;
  }
}
.section-top .container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.section-top__arrow {
  margin-bottom: 57px;
}
@media (max-width: 991px) {
  .section-top__arrow {
    margin-bottom: 30px;
    width: 50px;
  }
}
@media (max-width: 700px) {
  .section-top__arrow {
    width: 40px;
    margin-bottom: 20px;
  }
}

.section-top-container {
  max-width: 610px;
  display: flex;
  flex-direction: column;
}

.section-top-tabs {
  display: flex;
  flex-flow: row wrap;
  margin-top: 20px;
}

.section-top-tab {
  margin-top: 10px;
  margin-right: 10px;
  font-size: 18px;
  padding: 10px 30px;
  background: transparent;
  border: 1px solid white;
  border-radius: 21px;
  color: white;
}
.section-top-tab:hover, .section-top-tab.active {
  background: white;
  color: black;
}
@media (max-width: 767px) {
  .section-top-tab {
    font-size: 14px;
  }
}

.section-about {
  padding: 180px 0;
}
@media (max-width: 767px) {
  .section-about {
    padding: 80px 0 100px;
  }
}

.about-container {
  display: flex;
  align-items: flex-start;
}
.about-container .size-36 {
  flex-basis: 650px;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .about-container .size-36 {
    flex-basis: 400px;
  }
}
@media (max-width: 991px) {
  .about-container .size-36 {
    flex-basis: 250px;
  }
}
@media (max-width: 767px) {
  .about-container .size-36 {
    flex-basis: auto;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .about-container {
    flex-direction: column;
  }
}

.about-content {
  width: 100%;
}
.about-content p {
  font-size: 21px;
  line-height: 1.6;
  color: #A7A7A7;
}
@media (max-width: 991px) {
  .about-content p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .about-content p {
    font-size: 16px;
  }
}

.about-content-video {
  color: white;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-top: 60px;
}
.about-content-video svg {
  margin-right: 12px;
}
@media (max-width: 767px) {
  .about-content-video {
    margin-top: 30px;
  }
}

.section-gameplay {
  border-radius: 24px;
  background: linear-gradient(125deg, #FFAB82 0.68%, #FF3F00 100%);
  margin: 0 10px;
  padding-top: 200px;
  position: relative;
}
.section-gameplay:before {
  content: "";
  background-image: url("/img/ball-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 1160px;
  position: absolute;
  top: 600px;
}
@media (max-width: 1200px) {
  .section-gameplay:before {
    top: 1200px;
    height: 619px;
  }
}
@media (max-width: 767px) {
  .section-gameplay:before {
    height: auto;
    top: 40%;
    padding-bottom: 60.6%;
  }
}
@media (max-width: 1200px) {
  .section-gameplay {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .section-gameplay {
    padding: 80px 0 0;
    margin: 0;
  }
}

.gameplay-video {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .gameplay-video {
    flex-direction: column-reverse;
    align-items: center;
  }
}

.gameplay-video-image {
  flex-shrink: 0;
  position: relative;
  border-radius: 88px;
  overflow: hidden;
}
.gameplay-video-image img {
  position: relative;
  z-index: 1;
}
.gameplay-video-image video {
  position: absolute;
  left: 15px;
  top: 3px;
  width: calc(100% - 30px) !important;
  height: calc(100% - 10px) !important;
  object-fit: cover;
}
@media (max-width: 767px) {
  .gameplay-video-image video {
    left: 2px;
    width: calc(100% - 4px) !important;
  }
}
@media (max-width: 1500px) {
  .gameplay-video-image {
    width: 440px;
    border-radius: 84px;
  }
}
@media (max-width: 1400px) {
  .gameplay-video-image {
    width: 340px;
    border-radius: 67px;
  }
}
@media (max-width: 1200px) {
  .gameplay-video-image {
    margin-top: 50px;
    border-radius: 61px;
  }
}
@media (max-width: 767px) {
  .gameplay-video-image {
    width: 210px;
    border-radius: 40px;
  }
}

.gameplay-video-content {
  position: relative;
  margin-left: 167px;
  max-width: 743px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.gameplay-video-content p {
  font-size: 20px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .gameplay-video-content p {
    font-size: 16px;
  }
}
@media (max-width: 1400px) {
  .gameplay-video-content {
    margin-left: 100px;
  }
}
@media (max-width: 1200px) {
  .gameplay-video-content {
    margin-left: 0;
    max-width: 100%;
  }
}

.gameplay-tag {
  color: #E45B25;
  font-weight: 600;
  padding: 20px;
  font-size: 22px;
  background: white;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .gameplay-tag {
    font-size: 14px;
  }
}

.gameplay-video-arrow {
  position: absolute;
  top: calc(100% + 40px);
  left: -70px;
}
@media (max-width: 1200px) {
  .gameplay-video-arrow {
    left: 0;
    transform: rotateY(180deg);
  }
}
@media (max-width: 767px) {
  .gameplay-video-arrow {
    width: 40px;
    height: 40px;
    top: calc(100% + 22px);
  }
}

.gameplay-pic-img {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 1500px) {
  .gameplay-pic-img img {
    width: 790px;
  }
}
@media (max-width: 1400px) {
  .gameplay-pic-img img {
    width: 650px;
  }
}
@media (max-width: 1200px) {
  .gameplay-pic-img {
    justify-content: center;
  }
}

.gameplay-pic {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -394px;
}
@media (max-width: 1500px) {
  .gameplay-pic {
    margin-top: -300px;
  }
}
@media (max-width: 1400px) {
  .gameplay-pic {
    margin-top: -120px;
  }
}
@media (max-width: 1200px) {
  .gameplay-pic {
    margin-top: 80px;
  }
}

.gameplay-bottom {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  margin-top: 50px;
}
.gameplay-bottom .gameplay-video-image {
  margin-bottom: -180px;
}
@media (max-width: 767px) {
  .gameplay-bottom .gameplay-video-image {
    margin-bottom: -113px;
  }
}
.gameplay-bottom .gameplay-video-content {
  margin-top: 200px;
}
@media (max-width: 1200px) {
  .gameplay-bottom .gameplay-video-content {
    margin-top: 0;
  }
}
.gameplay-bottom .gameplay-video-arrow {
  transform: rotateX(180deg);
  top: auto;
  bottom: calc(100% + 30px);
}
@media (max-width: 1200px) {
  .gameplay-bottom .gameplay-video-arrow {
    bottom: auto;
    top: calc(100% + 30px);
    right: 0;
    left: auto;
    transform: rotateY(0deg);
  }
}
@media (max-width: 1200px) {
  .gameplay-bottom {
    flex-direction: column-reverse;
    margin-top: 88px;
    align-items: center;
  }
}

.balls {
  padding-top: 247px;
}
@media (max-width: 767px) {
  .balls {
    padding-top: 147px;
  }
}

.balls-item {
  width: 220px;
  font-size: 21px;
  text-align: center;
  line-height: 1.6;
  color: #A7A7A7;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .balls-item {
    font-size: 12px;
    width: 100px;
  }
}

.balls-item__icon {
  width: 100%;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  border: 3px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 10px;
  border-radius: 36px;
}
@media (max-width: 767px) {
  .balls-item__icon {
    height: 100px;
    border-radius: 16px;
    padding: 19px;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
}

.balls-container {
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 40px;
}
@media (max-width: 767px) {
  .balls-container {
    gap: 20px;
  }
}

.marquee {
  flex-shrink: 0;
  display: flex;
  gap: 40px;
  counter-reset: item;
  justify-content: space-around;
  min-width: 100%;
  animation: scroll 20s linear infinite;
}
@media (max-width: 767px) {
  .marquee {
    gap: 20px;
  }
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 40px));
  }
}
.section-animations {
  padding: 200px 0 0;
}
.section-animations .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.section-animations .label {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .section-animations .label {
    margin-bottom: 20px;
  }
}
.section-animations .size-64 {
  max-width: 1000px;
}
@media (max-width: 767px) {
  .section-animations {
    padding: 80px 0 0;
  }
}

.animation-items {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 20px;
}

.animation-item {
  margin-top: 40px;
  flex-basis: calc(33.3% - 20px);
  height: 280px;
  border-radius: 36px;
  border: 3px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .animation-item {
    margin-top: 20px;
    flex-basis: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .animation-item {
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    height: 88px;
  }
}

.section-theme {
  padding: 200px 0;
}
@media (max-width: 767px) {
  .section-theme {
    padding: 80px 0 100px;
  }
}

.section-theme.theme-dark .theme-check-block-circle {
  left: 6px;
  background: #FFF;
  filter: drop-shadow(0px 0px 12px rgba(252, 111, 43, 0.5));
}
@media (max-width: 767px) {
  .section-theme.theme-dark .theme-check-block-circle {
    left: 3px;
  }
}
.section-theme.theme-dark .theme-check-block {
  background: #D1D1D1;
}

.theme-pic {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 1300px) {
  .theme-pic {
    width: 380px;
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .theme-pic {
    width: auto;
    margin: 40px 0;
  }
}

.theme-pic-black {
  transition: all 0.25s linear;
}

.theme-pic-white {
  position: absolute;
  transition: all 0.25s linear;
}

.theme-container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .theme-container {
    flex-direction: column;
  }
}

.theme-content {
  flex-basis: 740px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .theme-content {
    flex-basis: auto;
  }
}

.theme-content-text {
  font-size: 20px;
  line-height: 1.6;
  color: #7C7C7C;
  max-width: 620px;
}
@media (max-width: 767px) {
  .theme-content-text {
    font-size: 16px;
    margin-top: 20px;
  }
}

.theme-content-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .theme-content-top {
    justify-content: center;
    align-items: center;
  }
}

.theme-tag {
  background: #E45B25;
  padding: 20px;
  border-radius: 20px;
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .theme-tag {
    font-size: 14px;
  }
}

.theme-check {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .theme-check {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .theme-check {
    flex-direction: column;
  }
}

.theme-check-icon {
  position: relative;
}
.theme-check-icon input {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}

.theme-check-block {
  width: 160px;
  height: 80px;
  background: #292929;
  margin-right: 26px;
  border-radius: 60px;
  position: relative;
  display: flex;
  transition: all 0.25s linear;
  cursor: pointer;
  align-items: center;
}
@media (max-width: 767px) {
  .theme-check-block {
    margin-right: 0;
    margin-bottom: 20px;
    width: 80px;
    height: 40px;
    border-radius: 30px;
  }
}

.theme-check-block-circle {
  background: #FC6F2B;
  filter: drop-shadow(0px 0px 12px rgba(252, 111, 43, 0.5));
  width: 68px;
  height: 68px;
  top: 6px;
  left: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  transition: all 0.25s linear;
  border-radius: 50%;
}
.theme-check-block-circle img {
  transition: all 0.25s linear;
  position: absolute;
  width: 40px;
  height: 40px;
}
@media (max-width: 767px) {
  .theme-check-block-circle img {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 767px) {
  .theme-check-block-circle {
    width: 34px;
    height: 34px;
    top: 3px;
    left: 43px;
  }
}

.theme-check-block-circle-light {
  opacity: 1;
}

.theme-check-block-circle-dark {
  opacity: 1;
}

.theme-check-text {
  position: relative;
  margin-left: 26px;
  font-size: 21px;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .theme-check-text {
    margin-left: 0;
    font-size: 16px;
  }
}

.theme-check-dark {
  position: absolute;
  opacity: 0;
  transition: all 0.25s linear;
}

.theme-check-light {
  transition: all 0.25s linear;
}

.theme-content-desktop {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .theme-content-desktop {
    display: none;
  }
}

.theme-content-mobile {
  display: none;
}
@media (max-width: 991px) {
  .theme-content-mobile {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
}

.section-screens {
  margin: 0 10px;
  border-radius: 24px;
  background: #1C1D21;
  padding: 200px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .section-screens {
    border-radius: 16px;
    padding: 80px 0;
    margin: 0;
  }
}

.screen-item {
  max-height: 100%;
  display: flex;
}
@media (max-width: 991px) {
  .screen-item {
    margin-right: -20px;
    padding-right: 20px;
    margin-left: -20px;
    padding-left: 20px;
  }
  .screen-item::-webkit-scrollbar {
    display: none;
  }
}

.screens-container {
  margin-top: 60px;
}
.screens-container img {
  max-width: inherit;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .screens-container img {
    height: 250px;
  }
}
@media (max-width: 991px) {
  .screens-container {
    height: 250px;
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .team-items {
    margin-top: -10px;
  }
}

