html,
body {
  height: 100%;
}

body {
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.noscroll {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

* {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  padding-top: 80px;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .container {
    width: 100%;
    padding: 0 16px;
  }
}

strong {
  font-weight: 700 !important;
}

section {
  padding: 75px 0;
}
@media (max-width: 768px) {
  section {
    padding: 45px 0;
  }
}

.title {
  text-align: center;
  font-weight: 700;
  font-size: 46px;
  line-height: 130%;
  color: #000;
}
@media (max-width: 768px) {
  .title {
    font-size: 28px;
  }
}

.btnplay-place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .btnplay-place {
    margin-top: 30px;
  }
}

.btnplay {
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.btnplay img {
  width: 250px;
}
.btnplay:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 768px) {
  .btnplay img {
    width: 180px;
  }
}

.header {
  background-color: #F7B441;
  padding: 30px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2;
}
@media (max-width: 768px) {
  .header {
    padding: 20px 0;
  }
}

.header-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logomain span {
  font-size: 34px;
  font-weight: 900;
  color: #fff;
}
@media (max-width: 768px) {
  .logomain span {
    font-size: 22px;
  }
}

.header-menu .hmbtn {
  display: none;
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
  z-index: 20;
}
.header-menu .hmbtn span {
  position: absolute;
  left: 8px;
  right: 8px;
  height: 3px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 4px;
}
.header-menu .hmbtn span:nth-child(1) {
  top: 10px;
}
.header-menu .hmbtn span:nth-child(2) {
  top: 18px;
}
.header-menu .hmbtn span:nth-child(3) {
  top: 26px;
}
.header-menu .hmbtn.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 18px;
}
.header-menu .hmbtn.active span:nth-child(2) {
  opacity: 0;
}
.header-menu .hmbtn.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 18px;
}
@media (max-width: 768px) {
  .header-menu .hmbtn {
    display: block;
  }
}
.header-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.header-menu ul li a {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
}
.header-menu ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .header-menu nav {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2458E8;
    padding: 20px;
    padding-top: 120px;
    -webkit-transition: 0.23s;
    transition: 0.23s;
    opacity: 0;
    visibility: hidden;
  }
  .header-menu nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-menu nav ul li a {
    color: #F7B441;
  }
  .header-menu nav.active {
    opacity: 1;
    visibility: visible;
  }
}

.mainsc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mainsc img {
  width: 100%;
  min-width: 1200px;
}

.hello .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hello p {
  font-size: 26px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  font-weight: 500;
  line-height: 130%;
}
.hello img {
  width: 100%;
  max-width: 800px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .hello p {
    font-size: 20px;
  }
}

.btnslins__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
@media (max-width: 768px) {
  .btnslins__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.btnlink {
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.btnlink img {
  height: 70px;
}
.btnlink:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media (max-width: 768px) {
  .btnlink img {
    height: 50px;
  }
}

.headtitle {
  text-align: center;
  font-weight: 700;
  font-size: clamp(26px, 4.267vw, 40px);
  margin-bottom: 40px;
}

.about {
  background-color: #2458E8;
  color: #fff;
}
.about h4 {
  font-weight: 600;
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 30px;
  line-height: 130%;
}
.about p {
  font-size: 18px;
  line-height: 140%;
}
@media (max-width: 768px) {
  .about h4 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .about p {
    font-size: 16px;
  }
}
.about__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .about__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about__image {
  min-width: 400px;
  max-width: 400px;
}
.about__image img {
  width: 100%;
  border-radius: 10px;
  border: 4px solid #fff;
}
@media (max-width: 992px) {
  .about__image {
    min-width: 300px;
    max-width: 300px;
  }
}

.screens-box img {
  width: 100%;
  border-radius: 10px;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.screens-box img:hover {
  opacity: 0.7;
}

.questions__box {
  max-width: 900px;
  margin: 0 auto;
  background-color: #F7B441;
  border-radius: 15px;
  padding: 40px 20px;
  display: -ms-grid;
  display: grid;
  gap: 24px;
}
.questions .questions-item {
  background-color: #2458E8;
  border-radius: 15px;
  padding: 15px;
}
.questions .questions-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 14px;
  padding: 14px 0;
  cursor: pointer;
}
.questions .questions-item__top h4 {
  color: #fff;
  font-weight: 600;
  line-height: 130%;
  font-size: 20px;
}
.questions .questions-item__top svg {
  fill: #fff;
  width: 26px;
  height: 26px;
}
.questions .questions-item__content {
  padding: 24px;
  display: none;
}
.questions .questions-item__content p {
  color: #fff;
  font-weight: 600;
  line-height: 130%;
  font-size: 16px;
}
@media (max-width: 768px) {
  .questions__top h4 {
    font-size: 18px;
  }
  .questions__content {
    padding: 12px;
  }
  .questions__content p {
    font-size: 14px;
  }
}

.mainscV2 {
  height: 250px;
}
.mainscV2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.form-main {
  max-width: 900px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  gap: 24px;
}
.form-main button {
  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;
  padding: 20px 40px;
  border: none;
  border-radius: 15px;
  font-weight: 700;
  font-size: 24px;
  background-color: #F7B441;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.form-main button:hover {
  opacity: 0.8;
}

.form-group label {
  display: block;
  font-weight: 700;
  font-size: clamp(20px, 2.933vw, 24px);
  margin-bottom: 20px;
}
.form-group input,
.form-group textarea {
  width: 100%;
  height: 80px;
  font-size: 18px;
  padding: 0 20px;
  border-radius: 15px;
  border: none;
  background-color: rgba(36, 88, 232, 0.1);
}
.form-group textarea {
  height: 250px;
  padding: 20px;
}

.about-section {
  background-color: #fff;
  color: #000;
}

.ababab .ababab-bx {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 48px 1fr 48px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
@media (max-width: 992px) {
  .ababab .ababab-bx {
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .ababab .ababab-bx {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}
.ababab .ababab-bx .ababab-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  background-color: #2458E8;
  padding: 60px 20px;
  border-radius: 20px;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.ababab .ababab-bx .ababab-item h6 {
  font-size: clamp(20px, 2.933vw, 24px);
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.ababab .ababab-bx .ababab-item p {
  font-size: clamp(18px, 2.533vw, 20px);
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.ababab .ababab-bx .ababab-item:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.content-text-pg {
  padding: clamp(45px, 7.333vw, 75px) 0;
}
.content-text-pg__box {
  background-color: #F7B441;
  padding: clamp(30px, 6vw, 60px) clamp(10px, 4vw, 40px);
  border-radius: 24px;
}
.content-text-pg__box div {
  margin-top: clamp(30px, 6vw, 60px);
  background-color: #2458E8;
  padding: 24px;
  border-radius: 24px;
  color: #fff;
}
.content-text-pg h1 {
  margin-bottom: 40px;
}
.content-text-pg h3 {
  font-size: clamp(22px, 3.333vw, 28px);
  font-weight: 700;
  line-height: 125%;
  margin-top: clamp(30px, 5.333vw, 50px);
  margin-bottom: 30px;
}
.content-text-pg p {
  font-size: 18px;
  line-height: 130%;
  margin-bottom: 20px;
}
.content-text-pg ul {
  list-style-type: disc;
  padding-left: 30px;
  max-width: 700px;
}
.content-text-pg ol {
  list-style-type: decimal;
  padding-left: 30px;
  max-width: 700px;
}

.footer {
  background-color: #2458E9;
  padding: 50px 0;
}
.footer .f-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.footer .f-ttl {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 24px;
}
.footer .f-mnu {
  display: -ms-grid;
  display: grid;
  gap: 18px;
}
.footer .f-mnu a {
  font-size: 18px;
  color: #fff;
}
.footer .f-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
}
.footer .f-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer .f-links a img {
  width: 100%;
  max-width: 150px;
}
.footer .fcprt {
  margin-top: 80px;
  color: #fff;
  font-size: 14px;
  line-height: 130%;
}
@media (max-width: 768px) {
  .footer .f-box {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 80px;
  }
  .footer .f-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
  .footer .f-links a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .f-links a img {
    max-width: 150px;
  }
}

.cooki {
  position: fixed;
  width: calc(100vw - 40px);
  max-width: 900px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 20px;
  background-color: #2458E7;
  border: 5px solid #F7B441;
  border-radius: 20px;
  padding: 40px;
  z-index: 100;
  color: #fff;
}
.cooki p {
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 40px;
}
.cooki a {
  color: #fff;
  text-decoration: underline;
}
.cooki a:hover {
  text-decoration: none;
}
.cooki__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.cooki button {
  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;
  padding: 20px 30px;
  background-color: #F7B441;
  border: none;
  border-radius: 15px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.cooki button:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .cooki {
    padding: 20px;
  }
  .cooki p {
    font-size: 14px;
  }
  .cooki__btns {
    gap: 12px;
  }
  .cooki button {
    font-size: 16px;
    padding: 20px;
  }
}