
.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: .15s ease-in;
    -o-transition: .15s ease-in;
    transition: .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.jpg)
}

section.main .left_right .right .kickstarter {
    width: 40%;
    position: absolute;
    left: 48.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
}

section.what-is .right .btn-trans {
    width: 200px;
    margin-top: 50px
}

.list {
    margin-top: 50px
}

.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.png)
}

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 .left p {
    margin-top: 15px;
    margin-bottom: 35px
}

section.mask .right {
    width: 50%;
    height: 100%;
    background: center/cover no-repeat url(../img/somni-mask.jpg);
    position: absolute;
    top: 0;
    right: 0
}

section.program {
    padding: 120px 0 80px
}

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 {
    width: 47%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: center/cover no-repeat url(../img/program-bg.jpg)
}

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

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: .1s ease;
    -o-transition: .1s ease;
    transition: .1s ease;
    cursor: auto;
}

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
}

.program-bg::after,
.program-bg::before {
    content: "";
    display: block;
    width: 450px;
    height: 250px;
    position: absolute;
    background: center/contain no-repeat;
    z-index: 2
}

.program-bg::before {
    top: -10%;
    right: 10%;
    background-image: url(../img/program.png)
}

.program-bg::after {
    right: -10%;
    bottom: 10%;
    background-image: url(../img/program2.png)
}

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

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
}

@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: 40px;
        line-height: 2.5rem
    }
    .container {
        max-width: 90%
    }
}

@media (max-width:960px) {
    section.main {
        background: center/cover no-repeat url(../img/main-bg.jpg)
    }
    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: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: 36px;
        line-height: 2rem
    }
}

@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 .left {
        display: none
    }
    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:400px) {
    .h2 {
        font-size: 32px;
        line-height: 2rem
    }
    .list {
        font-size: 16px
    }
    .program-bg::after,
    .program-bg::before {
        width: 90%
    }
    section.banner .container .h2 {
        font-size: 26px
    }
}

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

@media (max-width:360px) {
    section.mask .left .h2 {
        font-size: 26px
    }
    section.mask .left p {
        margin-top: 10px;
        font-size: 12px
    }
}



.what-is_list li
{
    cursor: pointer;
    text-decoration: underline;
    transition: 0.5s;
}
.what-is_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;
}
