*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "Gilroy";
  src: url("/fonts/gilroy/Gilroy-Regular.eot");
  src: url("/fonts/gilroy/Gilroy-Regular.ttf") format("truetype");
  font-style: 600;
  font-weight: normal;
}
@font-face {
  font-family: "Gilroy Black";
  src: url("/fonts/gilroy/Gilroy-Black.eot");
  src: url("/fonts/gilroy/Gilroy-Black.ttf") format("truetype");
  font-style: 900;
  font-weight: normal;
}
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #e0e0e0;
  z-index: 100001;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preloader-row {
  margin: 50px auto;
  width: 150px;
  height: 150px;
  position: relative;
}
.preloader .loader {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #00aaa7;
  background: linear-gradient(to right, #00aaa7 10%, rgba(101, 171, 248, 0) 42%);
  animation: load3 1.4s infinite linear;
  transform: translateZ(0);
}
.preloader .loader:after {
  background: #e0e0e0;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.preloader .img {
  background-image: url("/images/preloader.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  top: calc(50% - 28px);
  left: calc(50% - 28px);
  width: 57px;
  height: 57px;
  animation: load4 3s infinite linear;
}
@keyframes load3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes load4 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}

.loaded .preloader {
  display: none;
}

body {
  font-family: "Montserrat", sans-serif;
  background: #000000;
  color: #fff;
}
body p {
  font: 400 15px/24px "Montserrat";
  color: #fff;
  margin: 20px 0;
}

img {
  max-width: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.wrapper {
  width: 1180px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .wrapper {
    width: 95%;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.header {
  padding: 30px 0;
}
@media (max-width: 992px) {
  .header {
    padding: 30px 0 60px;
  }
}
.header .wrapper {
  position: relative;
  z-index: 100;
}
.header .navigation {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .header .navigation {
    padding-top: 10px;
  }
}
.header .navigation div.logo {
  width: 370px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .header .navigation div.logo {
    width: 90%;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 395px) {
  .header .navigation div.logo {
    width: 100%;
  }
}
.header .navigation div.logo .separate {
  width: 1px;
  height: 40px;
  background: #fff;
}
@media screen and (max-width: 800px) {
  .header .navigation div.logo .separate {
    margin: 0 20px;
  }
}
@media screen and (max-width: 414px) {
  .header .navigation div.logo .separate {
    margin: 0 10px;
  }
}
.header .navigation div.logo p {
  font: 500 12px/18px "Montserrat" !important;
  width: 200px;
  margin: 0;
}
@media screen and (max-width: 414px) {
  .header .navigation div.logo p {
    font: 500 10px/18px "Montserrat" !important;
    width: 170px;
  }
}
.header .navigation nav {
  width: calc(100% - 400px);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .header .navigation nav {
    width: 100%;
    margin-top: 20px;
  }
}
.header .navigation nav div.link {
  color: #fff;
  font: 600 16px/28px "Montserrat";
  margin: 0 25px;
  transition: 0.2s linear;
}
@media screen and (max-width: 414px) {
  .header .navigation nav div.link {
    text-align: center;
  }
}
.header .navigation nav div.link:hover {
  cursor: pointer;
  color: #5ca5df;
  text-decoration: underline;
}
.header .navigation nav div.link a {
  text-decoration: none;
  transition: all 0.3s;
  color: #fff;
  font: 600 16px/28px "Montserrat";
  padding: 10px 10px;
  border-radius: 5px;
}
.header .navigation nav div.link a:hover {
  text-decoration: underline;
  color: #5ca5df;
}
.header .navigation .mobile-menu-btn {
  display: none;
  font-size: 25px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  color: #fff;
}
.header .navigation .menu {
  display: flex;
  gap: 1rem;
}
.header .navigation .close-menu {
  display: none;
}
@media (max-width: 992px) {
  .header .navigation .header .navigation nav div.link {
    color: #051c2c;
  }
  .header .navigation .menu {
    display: none;
    flex-direction: column;
    background-color: #fff;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    padding: 1rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 10;
  }
  .header .navigation .menu.open {
    display: flex;
  }
  .header .navigation .mobile-menu-btn {
    display: block;
  }
  .header .navigation nav .link {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    color: #051c2c !important;
  }
  .header .navigation .close-menu {
    font-size: 35px;
    cursor: pointer;
    margin-bottom: 10px;
    position: absolute;
    right: 10px;
    top: 0px;
    display: block;
    color: #000;
  }
}
@media (max-width: 395px) {
  .header .navigation .mobile-menu-btn {
    margin: 0 0 0 auto;
  }
  .header .navigation .header .navigation .menu {
    top: 100px;
  }
}

.head {
  padding: 130px 0 168px;
  position: relative;
  background: #000;
  background: linear-gradient(90deg, rgb(15, 15, 15) 0%, rgb(24, 24, 24) 100%);
}
@media (max-width: 800px) {
  .head {
    background: #000;
  }
}
@media (max-width: 992px) {
  .head {
    padding: 0;
  }
}
.head .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  align-items: stretch;
  position: relative;
}
.head .wrapper:before {
  position: absolute;
  content: "";
  background: url("../images/background.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 834px;
  height: 720px;
  left: -120px;
  top: -130px;
  background-size: contain;
}
@media (max-width: 992px) {
  .head .wrapper:before {
    top: 0;
    left: 0;
  }
}
@media (max-width: 800px) {
  .head .wrapper:before {
    display: none;
  }
}
.head .video-block {
  width: calc(100% - 600px);
  position: relative;
}
@media (max-width: 992px) {
  .head .video-block {
    width: 100%;
    min-height: 760px;
  }
}
@media (max-width: 800px) {
  .head .video-block {
    min-height: auto;
    margin-bottom: 40px;
  }
}
.head .video-block .img-video-mob {
  display: none;
}
@media (max-width: 800px) {
  .head .video-block .img-video-mob {
    display: block;
    margin: 0 auto;
  }
}
.head .content {
  z-index: 10;
  position: relative;
  width: 580px;
}
@media (max-width: 992px) {
  .head .content {
    width: 100%;
    margin: 0;
  }
}
.head .content p.subtitle {
  font: 700 15px/24px "Montserrat";
  color: #5ca5df;
  margin: 0 0 20px;
}
.head .content h1 {
  font: 900 66px/72px "Gilroy Black";
  color: #f5f5f5;
}
@media (max-width: 480px) {
  .head .content h1 {
    font-size: 57px;
  }
}
.head .content > p span.bull {
  color: #5ca5df;
  font-size: 20px;
  margin: 0 3px;
}
.head .content > p span.time {
  color: #ffd964;
}
.head .content .btn {
  border-radius: 5px;
  background: #ffd964;
  width: 320px;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  font: 500 15px/60px "Montserrat";
  color: #051c2c;
  display: block;
  text-decoration: none;
  margin-top: 40px;
  transition: all 0.3s linear;
}
@media (max-width: 480px) {
  .head .content .btn {
    width: 100% !important;
  }
}
.head .content .btn:hover {
  background: #cea93b;
  cursor: pointer;
}
.head .content .btn {
  width: 440px;
}

.backstage {
  padding: 140px 0 170px;
  background: url("../images/backstage-bg.png") left bottom;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .backstage {
    padding: 70px 0 100px;
  }
}
.backstage .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.backstage .wrapper div.left {
  width: 640px;
}
@media (max-width: 992px) {
  .backstage .wrapper div.left {
    width: 100%;
  }
}
.backstage .wrapper div.left p.subtitle {
  font: 700 15px/24px "Montserrat";
  color: #5ca5df;
  margin: 0 0 20px;
}
.backstage .wrapper div.left h2 {
  font: 900 48px/52px "Gilroy Black";
  color: #f5f5f5;
}
@media (max-width: 480px) {
  .backstage .wrapper div.left h2 {
    font: 900 40px/52px "Gilroy Black";
  }
}
@media (max-width: 414px) {
  .backstage .wrapper div.left h2 {
    font: 900 35px/55px "Gilroy Black";
  }
}
.backstage .wrapper div.right {
  width: 440px;
}
@media (max-width: 992px) {
  .backstage .wrapper div.right {
    width: 100%;
  }
}
.backstage .wrapper div.right p:first-child {
  margin-top: 0;
}
.backstage .wrapper div.right .btn {
  border-radius: 5px;
  background: #ffd964;
  width: 320px;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  font: 500 15px/60px "Montserrat";
  color: #051c2c;
  display: block;
  text-decoration: none;
  margin-top: 40px;
  transition: all 0.3s linear;
}
@media (max-width: 480px) {
  .backstage .wrapper div.right .btn {
    width: 100% !important;
  }
}
.backstage .wrapper div.right .btn:hover {
  background: #cea93b;
  cursor: pointer;
}
.backstage .wrapper div.right .btn {
  width: 340px;
}

.releases {
  background-repeat: no-repeat;
  position: relative;
}
.releases:after {
  position: absolute;
  content: "";
  background: url("../images/release-bg.png");
  width: 705px;
  height: 724px;
  right: 0;
  bottom: -140px;
}
@media (max-width: 576px) {
  .releases:after {
    display: none;
  }
}
.releases p.subtitle {
  font: 700 15px/24px "Montserrat";
  color: #5ca5df;
  margin: 0 0 20px;
}
.releases h2 {
  font: 900 48px/52px "Gilroy Black";
  color: #f5f5f5;
}
@media (max-width: 480px) {
  .releases h2 {
    font: 900 40px/52px "Gilroy Black";
  }
}
@media (max-width: 414px) {
  .releases h2 {
    font: 900 35px/55px "Gilroy Black";
  }
}
.releases h2 {
  margin-bottom: 40px;
  max-width: 1040px;
}
.releases .item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 20px 0;
  border-bottom: 1px solid #2b2b2b;
}
.releases .item .video-block {
  position: relative;
}
.releases .item .video-block img {
  width: 160px;
  height: auto;
}
@media (max-width: 480px) {
  .releases .item .video-block img {
    width: 250px;
    height: auto;
  }
}
.releases .item .video-block .video-play {
  width: 40px;
  height: 40px;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
}
.releases .item div.content {
  width: calc(100% - 200px);
}
@media (max-width: 480px) {
  .releases .item div.content {
    width: 100%;
    margin-top: 20px;
  }
}
.releases .item div.content p.title {
  font: 700 20px/32px "Montserrat";
  margin-top: 0;
}
.releases .item div.content p.title span {
  color: #5ca5df;
}
.releases .btn {
  border-radius: 5px;
  background: #ffd964;
  width: 320px;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  font: 500 15px/60px "Montserrat";
  color: #051c2c;
  display: block;
  text-decoration: none;
  margin-top: 40px;
  transition: all 0.3s linear;
}
@media (max-width: 480px) {
  .releases .btn {
    width: 100% !important;
  }
}
.releases .btn:hover {
  background: #cea93b;
  cursor: pointer;
}

.whom {
  padding: 140px 0;
  z-index: 1;
}
@media (max-width: 992px) {
  .whom {
    padding: 100px 0;
  }
}
.whom p.subtitle {
  font: 700 15px/24px "Montserrat";
  color: #5ca5df;
  margin: 0 0 20px;
}
.whom h2 {
  font: 900 48px/52px "Gilroy Black";
  color: #f5f5f5;
}
@media (max-width: 480px) {
  .whom h2 {
    font: 900 40px/52px "Gilroy Black";
  }
}
@media (max-width: 414px) {
  .whom h2 {
    font: 900 35px/55px "Gilroy Black";
  }
}
.whom h2 {
  margin-bottom: 0;
}
.whom .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  align-items: stretch;
}
.whom .content > .item {
  width: calc(50% - 10px);
  padding: 40px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #4d4d4d;
  background: #202020;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 480px) {
  .whom .content > .item {
    width: 100%;
    padding: 20px;
  }
}
.whom .content > .item img {
  width: 100px;
  height: auto;
}
.whom .content > .item > div {
  width: calc(100% - 140px);
}
@media (max-width: 800px) {
  .whom .content > .item > div {
    width: 100%;
    margin-top: 20px;
  }
}
.whom .content > .item > div p.title {
  margin-top: 0;
  font-weight: 700;
}
.whom .content > .item > div p:last-child {
  margin-bottom: 0;
}
.whom .wrapper > p:not(.subtitle) {
  text-align: center;
  max-width: 700px;
  margin: 40px auto;
}
.whom .btn {
  border-radius: 5px;
  background: #ffd964;
  width: 320px;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  font: 500 15px/60px "Montserrat";
  color: #051c2c;
  display: block;
  text-decoration: none;
  margin-top: 40px;
  transition: all 0.3s linear;
}
@media (max-width: 480px) {
  .whom .btn {
    width: 100% !important;
  }
}
.whom .btn:hover {
  background: #cea93b;
  cursor: pointer;
}
.whom .btn {
  margin: 0 auto;
  width: 270px;
}

.final .wrapper {
  background: url("../images/final-bg.png") right bottom;
  background-repeat: no-repeat;
  padding-bottom: 180px;
}
@media (max-width: 800px) {
  .final .wrapper {
    background: url("../images/final-bg.png") -300% bottom;
    background-repeat: no-repeat;
    width: 100%;
    padding: 0 20px 180px;
  }
}
@media (max-width: 576px) {
  .final .wrapper {
    background: transparent;
    width: 95%;
    padding: 0 0 70px;
  }
}
.final .wrapper .content {
  width: 440px;
}
@media (max-width: 576px) {
  .final .wrapper .content {
    width: 100%;
  }
}
.final .wrapper .content h2 {
  font: 900 48px/52px "Gilroy Black";
  color: #f5f5f5;
}
@media (max-width: 480px) {
  .final .wrapper .content h2 {
    font: 900 40px/52px "Gilroy Black";
  }
}
@media (max-width: 414px) {
  .final .wrapper .content h2 {
    font: 900 35px/55px "Gilroy Black";
  }
}
.final .wrapper .content .btn {
  border-radius: 5px;
  background: #ffd964;
  width: 320px;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  font: 500 15px/60px "Montserrat";
  color: #051c2c;
  display: block;
  text-decoration: none;
  margin-top: 40px;
  transition: all 0.3s linear;
}
@media (max-width: 480px) {
  .final .wrapper .content .btn {
    width: 100% !important;
  }
}
.final .wrapper .content .btn:hover {
  background: #cea93b;
  cursor: pointer;
}

footer {
  background-color: #000000;
  margin-top: 0;
  padding: 50px 0;
}
@media (max-width: 480px) {
  footer {
    padding: 30px;
  }
}
footer .fa-footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1180px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  footer .fa-footer {
    width: 95%;
  }
}
footer .fa-footer-block {
  width: 22%;
  padding: 0 20px 0 0;
  box-sizing: border-box;
}
@media (max-width: 800px) {
  footer .fa-footer-block {
    width: 50%;
  }
}
@media (max-width: 480px) {
  footer .fa-footer-block {
    width: 100%;
    padding: 0;
  }
}
footer .fa-footer-block__title {
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  footer .fa-footer-block__title {
    margin-bottom: 40px;
    text-align: center;
  }
}
footer .fa-footer-block__title span {
  position: relative;
  color: #fff;
  font: 700 16px/17px "Montserrat";
}
footer .fa-footer-block__title span:before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 42px;
  height: 2px;
}
@media (max-width: 480px) {
  footer .fa-footer-block__title span:before {
    left: 35%;
  }
}
@media (max-width: 480px) {
  footer .fa-footer-block__title span:after {
    content: "";
    right: -17px;
    top: 7px;
    background: url("/images/menu-arrow-down.png") no-repeat;
    position: absolute;
    width: 10px;
    height: 10px;
  }
}
footer .fa-footer-block__soc {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  footer .fa-footer-block__soc {
    justify-content: center;
  }
}
footer .fa-footer-block__soc a {
  text-decoration: none;
  border: 1px solid #273d61;
  border-radius: 30px;
  transition: all 0.8s;
  display: flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
@media (max-width: 576px) {
  footer .fa-footer-block__soc a {
    margin-right: 5px;
  }
}
@media (max-width: 480px) {
  footer .fa-footer-block__soc a {
    margin-right: auto;
    margin-left: auto;
  }
}
footer .fa-footer-block__soc a svg {
  width: 18px;
  fill: #8ba0c0;
}
footer .fa-footer-block__soc a:hover {
  background: #8ba0c0;
}
footer .fa-footer-block__soc a:hover svg {
  fill: #0d1b31;
}
footer .fa-footer-block__recaptcha p,
footer .fa-footer-block__recaptcha p > a {
  color: #415473;
  font: 400 11px/18px "Montserrat";
  transition: all 0.3s linear;
}
footer .fa-footer-block__recaptcha p > a:hover {
  color: #fff;
  transition: all 0.3s linear;
}
footer .fa-footer-block__menu {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 480px) {
  footer .fa-footer-block__menu {
    height: 0;
    opacity: 0;
    display: none;
  }
}
footer .fa-footer-block__menu li .active-link {
  font: 500 14px/20px "Montserrat";
  background: transparent;
  padding: 11px 0 !important;
}
footer .fa-footer-block__menu li a {
  color: #8ba0c0;
  text-decoration: none;
  padding: 11px 0;
  display: block;
  transition: all 0.3s linear;
  font: 400 14px/20px "Montserrat";
}
footer .fa-footer-block__menu li a:hover {
  color: #fff;
  transition: all 0.3s linear;
}
footer .fa-footer-block .open-menu {
  height: auto;
  opacity: 1;
  display: block;
}
@media (max-width: 480px) {
  footer .fa-footer-block .click-menu span:after {
    transform: rotate(180deg);
    top: 4px;
  }
}
footer .fa-footer-logo {
  width: 375px;
}
@media (max-width: 992px) {
  footer .fa-footer-logo {
    width: 22%;
  }
}
@media (max-width: 800px) {
  footer .fa-footer-logo {
    width: 50%;
  }
}
@media (max-width: 480px) {
  footer .fa-footer-logo {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}
footer .fa-footer-logo img {
  margin-bottom: 35px;
}
footer .fa-footer-logo .fa-footer-block__title span:after, footer .fa-footer-logo .fa-footer-block__title span:before {
  display: none;
}
footer .fa-footer-company .fa-footer-block__title span:before {
  background: #00afaa;
}
footer .fa-footer-stydu .fa-footer-block__title span:before {
  background: #ef476f;
}
footer .fa-footer-project .fa-footer-block__title span:before {
  background: #ffd166;
}

.copyright {
  background-color: #041229;
  margin-bottom: 0;
  color: #415473;
}
.copyright .fa-copyright {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.copyright .fa-copyright-title {
  margin-right: 10px;
  font: 600 14px/20px "Montserrat";
}
@media (max-width: 576px) {
  .copyright .fa-copyright-title {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .copyright .fa-copyright-separate {
    display: none;
  }
}
@media (max-width: 576px) {
  .copyright .fa-copyright-docs {
    width: 100%;
    text-align: center;
  }
}
.copyright .fa-copyright-docs a {
  font: 600 14px/20px "Montserrat";
  color: #415473;
  text-decoration: underline;
  margin-left: 10px;
  transition: all 0.3s linear;
}
@media (max-width: 576px) {
  .copyright .fa-copyright-docs a {
    display: block;
    margin: 5px 0;
  }
}
.copyright .fa-copyright-docs a:hover {
  color: #8ba0c0;
  transition: all 0.3s linear;
}

/* Modal custom */
.open-modal {
  opacity: 1 !important;
  display: block !important;
  visibility: visible !important;
}

.modal {
  background: rgba(0, 0, 0, 0.6);
  margin: 0 auto;
  padding: 0;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.15s linear;
}
.modal .close {
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 98;
  transition: all 0.3s;
  background: url("../images/header-form-close.png");
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 20px;
  background-size: contain;
}
.modal .close:hover {
  opacity: 0.5;
  outline: 0;
}
.modal-content {
  max-width: 600px;
  width: 100%;
  border-radius: 20px;
  background: #5ca5df;
  position: relative;
  padding: 140px 100px 70px;
  box-sizing: border-box;
  margin: 70px auto 0;
}
.modal-content:before {
  position: absolute;
  content: "";
  background: url("../images/modal-bg.png");
  width: 290px;
  height: 230px;
  left: calc(50% - 145px);
  top: -75px;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  .modal-content {
    max-width: 360px;
    padding: 70px 10px 10px 10px;
  }
}
.modal-content .modal-body {
  width: 400px;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .modal-content .modal-body {
    max-width: 100%;
  }
}
.modal-content .modal-body > p {
  color: #272727;
  font: 700 18px/28px "Montserrat";
}
.modal-content form {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0;
  box-sizing: border-box;
  border-radius: 15px;
}
.modal-content form .checkbox-form-1 {
  margin: 20px 0 0;
  text-align: left;
  font: 400 12px/18px "Montserrat";
  color: #272727;
}
.modal-content form .checkbox-form-1 a {
  color: #051c2c;
}
.modal-content form .iti {
  margin-top: 10px;
}
.modal-content form .iti .iti__selected-dial-code {
  color: #272727;
}
.modal-content form input[type=phone] {
  padding-left: 100px !important;
  width: 400px;
  padding-left: 100px !important;
}
@media screen and (max-width: 480px) {
  .modal-content form input[type=phone] {
    width: 320px;
  }
}
.modal-content form p {
  font: 700 18px/24px "Montserrat";
  z-index: 100;
  position: relative;
  margin: 15px 0 0;
  text-align: left;
}
.modal-content input[type=text],
.modal-content input[type=phone],
.modal-content input[type=email] {
  background: #ffffff;
  box-sizing: border-box;
  width: 100%;
  padding: 20px;
  margin: 10px 0;
  border: none;
  color: #000;
  font: 400 14px/24px "Montserrat";
}
@media screen and (max-width: 480px) {
  .modal-content input[type=text],
  .modal-content input[type=phone],
  .modal-content input[type=email] {
    width: 320px;
  }
}
.modal-content .submit {
  border-radius: 5px;
  background: #ffd964;
  width: 320px;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  font: 500 15px/60px "Montserrat";
  color: #051c2c;
  display: block;
  text-decoration: none;
  margin-top: 40px;
  transition: all 0.3s linear;
}
@media (max-width: 480px) {
  .modal-content .submit {
    width: 100% !important;
  }
}
.modal-content .submit:hover {
  background: #cea93b;
  cursor: pointer;
}
.modal-content .submit {
  width: 100%;
  border: 0;
  margin: 20px auto !important;
}
@media screen and (max-width: 440px) {
  .modal-content .submit {
    width: 300px;
  }
}
.modal-content .registration_check-box {
  font: 400 11px/15px "Montserrat";
  padding-left: 5px;
  color: #ffffff;
  position: relative;
}
.modal-content .registration_check-box a {
  color: #ffffff;
  text-decoration: underline;
}

.fixedBody {
  overflow: hidden;
}

.thanks {
  background: #000000;
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(43, 43, 43) 100%);
  padding: 140px 0;
}
@media screen and (max-width: 800px) {
  .thanks {
    padding: 70px 0;
  }
}
.thanks .wrapper > img {
  width: 380px;
  height: 300px;
}
.thanks .wrapper h1 {
  font: 900 48px/65px "Gilroy Black";
  color: #fff;
  margin: 60px 0 0;
}
@media screen and (max-width: 576px) {
  .thanks .wrapper h1 {
    font: 900 40px/55px "Gilroy Black";
  }
}
@media screen and (max-width: 395px) {
  .thanks .wrapper h1 {
    font: 900 35px/50px "Gilroy Black";
  }
}
.thanks .wrapper h1 span {
  color: #ffd964;
}
.thanks .wrapper > p {
  margin-bottom: 40px;
}
.thanks .wrapper a > img {
  width: 240px;
  height: auto;
}

.video-play {
  position: absolute;
  top: calc(50% - 78px);
  left: calc(50% - 78px);
  width: 156px;
  height: 156px;
  cursor: pointer;
  background: url("../images/play.png");
  background-size: contain;
  border: 0;
}
@media (max-width: 480px) {
  .video-play {
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    width: 100px;
    height: 100px;
  }
}

.video-modal {
  position: fixed;
  z-index: 9999;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.video-modal.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.video-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
}

.video-modal__dialog {
  position: relative;
  z-index: 2;
  width: min(1200px, 90vw);
  aspect-ratio: 16/9;
  background: #000;
}

.video-modal__video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background: #000;
}

.video-modal__close {
  position: absolute;
  z-index: 10;
  top: -45px;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.video-modal__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
}
.video-modal__close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.video-modal__close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 767px) {
  .video-modal {
    padding: 0;
    background: #000;
  }
  .video-modal__dialog {
    width: 100vw;
    height: 100dvh;
    max-width: none;
    aspect-ratio: auto;
    background: #000;
  }
  .video-modal__video {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .video-modal__close {
    position: fixed;
    top: max(16px, env(safe-area-inset-top));
    right: max(16px, env(safe-area-inset-right));
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.55);
  }
}
body.video-open {
  overflow: hidden;
}

@media (max-width: 767px) and (orientation: portrait) {
  .video-modal.is-landscape-fallback .video-modal__dialog {
    position: absolute;
    width: 100dvh;
    height: 100dvw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
  }
}