@font-face {
  font-family: EuropeExtBold;
  src: url(../fonts/EuropeExtBold.woff) format("woff"),
    url(../fonts/EuropeExtBold.woff2) format("woff2");
  font-weight: 700;
  font-style: bold;
}

@font-face {
  font-family: Mont;
  src: url(../fonts/Mont-Bold.woff) format("woff"),
    url(../fonts/Mont-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: bold;
}

@font-face {
  font-family: Mont;
  src: url(../fonts/Mont-Regular.woff) format("woff"),
    url(../fonts/Mont-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
input {
  outline: none;
}

.btn-trans {
  display: block;
  padding: 15px 0;
  max-width: 200px;
  border: 1px solid #1a1d23;
  border-radius: 2px;
  text-align: center;
  font-size: 14px;
  font-family: EuropeExtBold, Helvetica, sans-serif;
  text-transform: uppercase;
  -webkit-transition: 0.15s ease-in;
  -o-transition: 0.15s ease-in;
  transition: 0.15s ease-in;
}

.btn-trans:hover {
  background-color: #1a1d23;
  color: #fff;
}

section.main {
  background: #f5f5f5;
  padding-top: 50px;
}

section.main .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

section.main .container .left {
  max-width: 40%;
  -webkit-box-flex: 40%;
  -ms-flex-positive: 40%;
  flex-grow: 40%;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section.main .container .left .h1 {
  margin-top: 140px;
  font-size: 80px;
  font-family: EuropeExtBold, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 4.5rem;
}

section.main .container .left .desc {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 18px;
}

section.main .container .left .btn-trans:hover {
  border-color: transparent;
}

section.main .kickstarter.mobile {
  margin: 0 auto;
  margin-top: 45px;
  margin-bottom: 35px;
  width: 300px;
  display: none;
}

section.main .left_right {
  position: relative;
}

section.main .left_right .right {
  max-width: 60%;
  -webkit-box-flex: 60%;
  -ms-flex-positive: 60%;
  flex-grow: 60%;
  position: absolute;
  right: 0;
  top: 0;
  width: 55%;
  height: 100%;
  background: center/cover no-repeat url(../img/main-bg.webp);
}

section.main .left_right .right .kickstarter {
  width: 40%;
  position: absolute;
  left: 52.5%;
  margin-left: -20%;
  bottom: 0;
}

section.what-is {
  padding: 80px 0;
}

section.what-is .container {
  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;
}

section.what-is .left {
  max-width: 50%;
  -webkit-box-flex: 50%;
  -ms-flex-positive: 50%;
  flex-grow: 50%;
  height: 100%;
}

section.what-is .left .h2 {
  margin-bottom: 30px;
  text-align: center;
}

section.what-is .right {
  max-width: 50%;
  -webkit-box-flex: 50%;
  -ms-flex-positive: 50%;
  flex-grow: 50%;
  flex-grow: 1;
  text-align: left;
  margin-left: 25px;
}
.right_top
{
  margin-top: 20px;
}
section.what-is .right .btn-trans {
  width: 200px;
  margin-top: 30px;
}

.list {
  margin-top: 25px;
}

.list li {
  margin: 15px 0;
  padding-left: 25px;
  position: relative;
}

.list li::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 0;
  background: center/contain no-repeat url(../img/list-icon.webp);
}

section.mask {
  position: relative;
  background-color: #f5f5f5;
}

section.mask .container {
  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;
  background-color: #f5f5f5;
}

section.mask .left {
  max-width: 47%;
  -webkit-box-flex: 47%;
  -ms-flex-positive: 47%;
  flex-grow: 47%;
  margin: 200px 0;
}


section.mask .right {
  width: 50%;
  height: 100%;
  background: center/cover no-repeat url(../img/somni-mask.webp);
  position: absolute;
  top: 0;
  right: 0;
}
.what-is_list
{
  margin-bottom: 35px;
}
section.program {
  padding: 120px 0 110px;
}

section.program .left-wrapper {
  position: relative;
  padding: 30px 0;
}

section.program .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

section.program .left {
  position: absolute;
  margin-top: -40px;
  width: 51%;
  height: 100%;
  top: 0;
  left: 0;
}

section.program .right {
  max-width: 40%;
  -webkit-box-flex: 40%;
  -ms-flex-positive: 40%;
  flex-grow: 40%;
}

section.program .right .desc {
  margin-top: 20px;
  margin-bottom: 35px;
}

section.program .right .h3 {
  font-size: 24px;
  text-transform: uppercase;
  font-family: EuropeExtBold, Helvetica, sans-serif;
}

section.program .right .list {
  margin-top: 20px;
}

section.program .right .program-bg {
  display: none;
  position: relative;
  height: 650px;
  margin-bottom: 35px;
}

section.program .right .program-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

section.program .right .download {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  cursor: pointer;
}

section.program .right .download a {
  margin-right: 30px;
  -webkit-transition: 0.1s ease;
  -o-transition: 0.1s ease;
  transition: 0.1s ease;
}

section.program .right .download a:hover {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.program-bg {
  position: relative;
}

section.banner {
  padding: 100px 0;
  background: center/cover no-repeat url(../img/banner.webp);
}

section.banner .container .h2 {
  color: #fff;
}

section.banner .container .h2:first-child {
  margin-bottom: 120px;
}

section.banner .container .h2:nth-child(even) {
  text-align: right;
}

section.banner .container .btn-black {
  margin: 150px auto 0;
  display: block;
  width: 250px;
}

.swiper-container {
  /*width: 1323px;
      height: 837px;*/
  max-width: 835px;
  height: 550px;
}

.swiper-slide {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.form_send {
  width: 100%;
  margin: 55px auto;
}
.form_container {
  display: none;
  width: 100%;
  max-width: 550px;
  margin: 0 auto 55px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.email_input,
.name_input,
.feedback_input,
.comment_input {
  width: 72%;
  margin: 3px 0;
}
.feedback_input {
  position: relative;
}
.chevron {
  background: url(../img/chevron.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 13px;
  right: 8px;
  height: 23px;
  width: 23px;
  cursor: pointer;
}
.input_dynamic {
  display: block;
  padding: 12px 15px;
  border: 1px solid #e7e7e7;
  background-color: #ffffff;
  font-size: 16px;
  font-family: Mont, sans-serif;
  line-height: 24px;
  color: #1a1d23;
  width: 100%;
}
.panel_block {
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 0;
  box-shadow: 0px 5px 10px 2px rgb(34 60 80 / 13%);
  display: none;
  flex-direction: column;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */
  -khtml-user-select: none; /* Konqueror */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}

.aactive {
  display: flex;
}

.panel_block-item {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  padding: 10px 15px;
  transition: all 0.2s;
}
.panel_block-item:hover {
  background-color: #f5f5f5;
}
#Feedback_typee {
  padding-right: 30px;
  cursor: pointer;
}

.area {
  display: block;
  padding: 7px 15px;
  border: 1px solid #e7e7e7;
  background-color: #ffffff;
  font-size: 14px;
  font-family: Mont, sans-serif;
  line-height: 1.4;
  color: #1a1d23;
  width: 100%;
  outline: none;
  resize: none;
  height: 105px;
}

.send_message {
  font-family: "Mont";
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
  font-size: 17px;
  padding: 13px;
  border: 1px solid #f5f5f5;
  width: 180px;
  margin: 0 auto;
  align-items: center;
  text-align: center;
  border-radius: 5px;
  margin-top: 16px;
  background-color: #21e0d5;
  color: #fff;
  transition: all 0.3s;
}

.send_message:hover {
  background-color: #1ed6cc;
}
.pre {
  display: flex;
}
.btn_feedback {
  min-width: 180px;
  padding: 15px 10px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
  border: 2px solid transparent;
  background-color: #1a1d23;
  -webkit-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
  margin: 0 auto;
  cursor: pointer;
  font-size: 17px;
}
@media (max-width: 500px) {
  .email_input,
  .name_input,
  .feedback_input,
  .comment_input {
    width: 85%;
  }
}
@media (min-width: 778px) {
  section.main .container .left .desc br {
    display: none;
  }
  section.what-is .left .h2 {
    display: none;
  }
}

@media (min-width: 1260px) {
  section.main .left_right .right .kickstarter {
    width: 300px;
    margin-left: -150px;
  }
}

@media (min-width: 2000px) {
  section.main .left_right .right {
    max-width: 50%;
    -webkit-box-flex: 50%;
    -ms-flex-positive: 50%;
    flex-grow: 50%;
  }
}

@media (max-width: 1280px) {
  .container {
    max-width: 1040px;
  }
}

@media (max-width: 1080px) {
  .container {
    max-width: 960px;
  }
}

@media (max-width: 990px) {
  .h2 {
    font-size: 54px;
    line-height: 3.5rem;
  }
  .container {
    max-width: 90%;
  }
}

@media (max-width: 960px) {
  section.main {
    background: center/cover no-repeat url(../img/main-bg.webp);
  }
  section.main .container .left {
    max-width: 100%;
    -webkit-box-flex: 100%;
    -ms-flex-positive: 100%;
    flex-grow: 100%;
    color: #fff;
  }
  section.main .container .left .btn-trans {
    border-color: #fff;
    color: #fff;
  }
  section.main .right {
    display: none;
  }
  section.main .kickstarter.mobile {
    display: block;
  }
  section.mask .left p br {
    display: none;
  }
  section.mask .right {
    background-position: -190px center;
  }
}

@media (max-width: 1240px) {
  section.program .container {
    flex-direction: column;
  }
  section.program {
    padding: 80px 0;
  }
  section.program .left {
    position: relative;
    width: 100%;
    max-width: 815px;
    height: 475px;
    margin-bottom: 90px;
  }
  .swiper-container {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 800px) {
  .swiper-container,
  section.program .left {
    height: 450px;
  }
}
@media (max-width: 700px) {
  .swiper-container {
    height: 390px;
  }
  section.program .left {
    margin-bottom: 50px;
    height: 390px;
  }
}
@media (max-width: 550px) {
  .swiper-container,
  section.program .left {
    height: 300px;
  }
}
@media (max-width: 420px) {
  .swiper-container,
  section.program .left {
    height: 220px;
  }
}
@media (max-width: 360px) {
  .swiper-container,
  section.program .left {
    height: 200px;
  }
}
@media (max-width: 290px) {
  .swiper-container,
  section.program .left {
    height: 145px;
  }
  section.banner .container .btn-black {
    width: 200px;
    min-width: 150px;
  }
}

@media (max-width: 960px) and (max-width: 778px) {
  section.main .container .left .h1 {
    margin-top: 100px;
    font-size: 55px;
    line-height: 3.5rem;
  }
}

@media (max-width: 960px) and (max-width: 360px) {
  section.main .container .left .h1 {
    font-size: 45px;
    line-height: 2.7rem;
  }
}

@media (max-width: 850px) {
  .h2 {
    font-size: 45px;
    line-height: 1.15;
  }
}

@media (max-width: 800px) {
  section.mask {
    background-color: transparent;
  }
  section.mask .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  section.mask .left {
    max-width: 100%;
    -webkit-box-flex: 100%;
    -ms-flex-positive: 100%;
    flex-grow: 100%;
    margin: 55px 0;
    padding: 0 20px;
  }
  section.mask .right {
    width: 100%;
    position: relative;
    height: 400px;
    background-position: center;
  }
  section.program {
    padding: 60px 0 40px;
  }
  section.program .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  section.program .right {
    max-width: 100%;
    -webkit-box-flex: 100%;
    -ms-flex-positive: 100%;
    flex-grow: 100%;
    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;
  }
  section.program .right .program-bg {
    display: block;
  }
  section.program .right .download {
    margin-top: 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  section.program .right .download a {
    margin: 0;
  }
  section.program .right .download a:first-child {
    margin-right: 10px;
  }
  .program-bg::after,
  .program-bg::before {
    width: 80%;
  }
  .program-bg::before {
    top: 10%;
    left: 1%;
  }
  .program-bg::after {
    bottom: 10%;
    right: 1%;
  }
}

@media (max-width: 778px) {
  section.main .kickstarter.mobile {
    width: 250px;
  }
  section.what-is {
    padding: 50px 0;
  }
  section.what-is .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  section.what-is .container .left {
    max-width: 100%;
    -webkit-box-flex: 100%;
    -ms-flex-positive: 100%;
    flex-grow: 100%;
    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;
  }
  section.what-is .container .right {
    max-width: 100%;
    -webkit-box-flex: 100%;
    -ms-flex-positive: 100%;
    flex-grow: 100%;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  section.what-is .container .right .h2 {
    display: none;
  }
  section.what-is .container .right .btn-trans {
    margin-top: 30px;
    width: 80%;
    max-width: 80%;
  }
  .list {
    font-size: 24px;
  }
  section.banner {
    padding: 50px 0;
  }
  .copyright span {
    text-align: center;
    display: block;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .h2 {
    font-size: 35px;
    line-height: 1.15;
  }
}
@media (max-width: 400px) {
  .h2 {
    font-size: 34px;
  }
  .list {
    font-size: 16px;
  }
  .program-bg::after,
  .program-bg::before {
    width: 90%;
  }
  section.banner .container .h2 {
    font-size: 33px;
  }
  section.mask .left .btn-trans {
    margin: 0 auto;
  }
  section.mask .left p {
    text-align: center;
  }
}

@media (max-width: 380px) {
  section.what-is .left .h2 {
    font-size: 33px;
    line-height: 1;
  }
}

@media (max-width: 360px) {
  section.mask .left .h2 {
    text-align: center;
    font-size: 26px;
  }
}
@media (max-width: 290px) {
  section.main .kickstarter.mobile {
    width: 200px;
  }
}

.list li {
  cursor: pointer;
  transition: 0.45s;
}
.list li:hover {
  color: #21e0d5;
}
.mask-info-item {
  background: #fff;
  padding: 20px 10px;
  -webkit-box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.07);
  position: absolute;
  margin: 3px 0;
  z-index: 3;
  width: 240px;
  z-index: 99;
  display: none;
}
.mask-info-item.active {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

.mask-info-item p {
  font-size: 16px;
  color: #000;
}
.mask-info-item .close_mask_info_item {
  position: absolute;
  right: 5px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  z-index: 100;
  top: -10px;
}
.mask-info-item .close_mask_info_item:active,
.mask-info-item .close_mask_info_item:focus {
  outline: none !important;
}
@media (max-width: 650px) {
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 35px;
  }
}
@media (max-width: 550px) {
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 30px;
  }
}
@media (max-width: 450px) {
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 28px;
  }
}
