﻿html body {
    background: #0d1118;
    color: #fff;
    font-family: TeXGyreHeros, Arial, sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;

    min-width: 560px;
    font-size: 15px;
    line-height: 1.4;
}

.container {
    width: 1484px;
    margin: 0 auto;
}
h1 {
    margin: 0;
    font-size: 30px;
    font-weight: 400;
}
h2 {
    margin-bottom: 15px;
    font-size: 25px;
}
h3 {
    margin-bottom: 15px;
    font-size: 20px;
}
a {
    outline: none !important;
    text-decoration: underline;
}
p {
    margin-bottom: 25px;
    text-align: justify;
}
p:last-child {
    margin-bottom: 0;
}

a, input, select, span, button {
    outline: none;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.flex-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
.flex-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.flex-middle {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.flex-top {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.flex-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

input[type="text"], input[type="password"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.screen {
    min-height: 100vh;
    position: relative;
}
.screen-image {
    background: url(../csssource/screen2.jpg) no-repeat center center;
    background-size: cover;

    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);

    position: absolute !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.allotted {
    background: rgba(0, 0, 0, 0.5);
    padding: 25px 0;
    margin: 25px 0;
}

.screen-title {
    font-family: Druk Wide, sans-serif;
    font-size: 32px;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.4px;
}

.first-screen .logo {
    position: relative;
    display: block;
    left: -7px;
}
.first-screen .logo > img {
    opacity: 0;
}
.first-screen .logo img {
    max-width: 320px;
    height: auto;
}
.first-screen .logo .animation {
    position: absolute;
    top: -25px;
    left: -30px;
    background: url(../csssource/logo-animation.png);
    background-size: 100% auto;
    width: 320px;
    height: 100px;
}


.first-screen .content {
    height: 100vh;
    align-content: space-between;

}
.first-screen .header {
    width: 100%;
    margin-top: 50px;
}
.first-screen .footer {
    width: 100%;
    margin-bottom: 70px;
}
.first-screen .status-banner {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    position: absolute;
    top: 20px;
    right: 40px;
    z-index: 2;
}
.pill {
    padding: 10px 14px;
    border-radius: 18px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: rgba(0,0,0,0.6);
    border: 1px solid rgba(255,255,255,0.3);
}
.pill.warning {
    border-color: #ff9f46;
    color: #ffcf94;
}
.pill.success {
    border-color: #5dd6b1;
    color: #b8ffe1;
}
.first-screen .screen-title {
    margin-bottom: 2px;
}
.first-screen .text {
    text-transform: uppercase;
}
.first-screen .links {
    margin: 40px 0 0;
    position: relative;
    z-index: 1;
}
.first-screen .links .button {
    margin: 0 15px;
}

.first-screen {
    background: url(../csssource/screen1.jpg) no-repeat top;
    background-size: 100%;
}

.button {
    display: block;
    width: 228px;
    line-height: 49px;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    position: relative;
    background: none;
    border: none;
    cursor: pointer;
	
}
.button:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    height: 128px;
    width: 360px;
    background: url(../csssource/button1.png);
    background-size: 100% auto;
    margin: -62px 0 0 -190px;
    z-index: -1;
box-sizing: border-box;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}
.button:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    height: 128px;
    width: 360px;
    background: url(../csssource/button1.png) 0 -126px;
    background-size: 100% auto;
    margin: -62px 0 0 -190px;
    z-index: -1;
    opacity: 0;
box-sizing: border-box;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

.button:hover:after {
    opacity: 0;
}
.button:hover:before {
    opacity: 1;
}

.button.small {
    width: 172px;
    line-height: 38px;
    font-size: 16px;
}
.button.small:after {
    background: url(../csssource/button2.png);
    width: 470px;
    height: 116px;
    margin: -58px 0 0 -235px;
    background-size: 100% auto;
}
.button.small:before {
    background: url(../csssource/button2.png) 0 -115px;
    width: 470px;
    height: 116px;
    margin: -59px 0 0 -235px;
    background-size: 100% auto;
}

.button.small.orange:after {
    background: url(../csssource/button3.png);
    width: 479px;
    height: 116px;
    margin: -60px 0 0 -237px;
    background-size: 100% auto;
}
.button.small.orange:before {
    background: url(../csssource/button3.png) 0 -117px;
    width: 479px;
    height: 116px;
    margin: -61px 0 0 -238px;
    background-size: 100% auto;
}

.button.small.orange.disabled:after {
    background: url(../csssource/button3.png) 0 -255px;
    width: 479px;
    height: 116px;
    margin: -60px 0 0 -237px;
    background-size: 100% auto;
}
.button.small.orange.disabled:before {
    background: url(../csssource/button3.png) 0 -255px;
    width: 479px;
    height: 116px;
    margin: -60px 0 0 -237px;
    background-size: 100% auto;
}

.button.small.orange.disabled2:after {
    background: url(../csssource/button32.png) 0 -255px;
    width: 479px;
    height: 116px;
    margin: -60px 0 0 -237px;
    background-size: 100% auto;
}
.button.small.orange.disabled2:before {
    background: url(../csssource/button32.png) 0 -255px;
    width: 479px;
    height: 116px;
    margin: -60px 0 0 -237px;
    background-size: 100% auto;
}
.button.small.orange.disabled2 {
    color: #cecfd0;
}

.button.small.orange.disabled, .button.small.orange{
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}

.button.small.orange.disabled {
    cursor: default;
}

.video-screen {
    position: relative;
}
.video-screen .video {
    margin: 0 auto 35px;
}
.video-screen .content {
    padding: 65px 0 85px;
    position: static !important;
}

.gif-screen .content {
    padding: 65px 0;
}
.gif-screen .screen-image {
    background-image: url(../csssource/screen3.jpg);
}
.gif-screen .item .name {
    font-size: 26px;
    line-height: 1.25;
    margin-bottom: 15px;
}
.gif-screen .item {
    width: 430px;
}
.gif-screen .items {
    margin-top: 45px;
}
.gif-screen .item .info {
    padding: 25px 0 0;
}
.gif-screen .item .text {
    line-height: 1.3;
    text-align: left;
}

.owl-prev {
    width: 25%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.owl-prev:after {
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    width: 60px;
    height: 90px;
    background: url(../csssource/img.png);
    margin: -45px 0 0 0;
    opacity: 0;

    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.owl-prev:hover:after {
    opacity: 1;
}

.owl-next {
    width: 25%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    text-indent: -9999px;
}
.owl-next:after {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    width: 60px;
    height: 90px;
    background: url(../csssource/img.png) -60px 0;
    margin: -45px 0 0 0;
    opacity: 0;

    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.owl-next:hover:after {
    opacity: 1;
}

.owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
    text-indent: -9999px;
}
.owl-carousel button.owl-dot {
    margin: 0 4px;
    outline: none;
    padding: 3px !important;
    border-radius: 100px;
}
.owl-carousel button.owl-dot span {
    width: 7px;
    height: 7px;
    display: block;
    border-radius: 100px;
    background: #81a2a7;
}
.owl-carousel button.owl-dot.active {
    background: #cee9eb;
}
.owl-carousel button.owl-dot.active span {
    background: #cee9eb;
}
/*.owl-carousel .owl-item img {*/
    /*height: auto;*/
/*}*/

.gallery-screen .content {
    padding: 65px 0;
}
.gallery-screen .screen-image {
    background-image: url(../csssource/screen4.jpg);
}
.gallery-screen .slider {
    margin: 0 auto;
}
.gallery-screen .video-slide {
    position: relative;
    width: 100%;
    height: 100%;
}
.gallery-screen .video-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    background: #000;
}
.gallery-screen .video-slide:after {
    display: none;
}
.owl-video-frame {
    width: 100%;
    height: 100%;
}

.highlight-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 14px 24px;
}
.highlight-list li {
    position: relative;
    padding-left: 18px;
    line-height: 1.4;
}
.highlight-list li:before {
    content: '•';
    position: absolute;
    left: 0;
    top: 0;
    color: #84d5de;
}

.preorder-screen .content {
    padding: 65px 0;
}
.preorder-screen .screen-image {
    background-image: url(../csssource/screen5.jpg);
    background-position: top;
    background-size: 100% auto;
}

.preorder-screen .item {
    width: 462px;
}
.preorder-screen .info {
    background: rgba(5, 70, 95, 0.4);
    position: relative;
    border-bottom: 1px solid #75a1aa;
    display: flex;
    flex-direction: column;
    padding: 25px 30px 30px;
    justify-content: space-between;
}
.preorder-screen .info .footer {
    margin-top: 25px;
}
.preorder-screen .info .footer .button {
    margin: 0 auto;
    z-index: 1;
}
.preorder-screen .info .footer .button:after,
.preorder-screen .info .footer .button:before {
    z-index: -1;
}
.preorder-screen .item .price {
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
}
.preorder-screen .item .price.green {
    color: #00ffae;
}
.preorder-screen .item .name {
    background: url(../csssource/preorder-header.png);
    height: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 60px;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1.25;
}
.preorder-screen .item li {
    list-style: none;
    position: relative;
    padding-left: 25px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.preorder-screen .item li:last-child {
    margin-bottom: 0;
}
.preorder-screen .item li:after {
    content: '●';
    position: absolute;
    left: 0;
    top: -2px;
    font-size: 25px;
    color: #ffffff;
}
.preorder-screen .item .options {
    margin: 30px 0;
}
.preorder-screen .item .extras li {
    color: #00ffae;
}
.preorder-screen .item .extras .label {
    margin-bottom: 10px;
}
.preorder-screen .item li.no {
    color: #d3cfcf;
}
.preorder-screen .item li.no:after {
    content: 'x';
    font-size: 20px;
    top: 0;
    left: 1px;
    color: #d3cfcf;
}

.preorder-screen .info:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    content: '';
    opacity: 0.75;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#809e9e+0,74a1a8+100 */
    background: #809e9e; /* Old browsers */
    background: -moz-linear-gradient(top, #809e9e 0%, #74a1a8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #809e9e 0%,#74a1a8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #809e9e 0%,#74a1a8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#809e9e', endColorstr='#74a1a8',GradientType=0 ); /* IE6-9 */
}
.preorder-screen .info:after {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    content: '';
    opacity: 0.75;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1b425c+0,729ca5+100 */
    background: #1b425c; /* Old browsers */
    background: -moz-linear-gradient(top, #1b425c 0%, #729ca5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1b425c 0%,#729ca5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1b425c 0%,#729ca5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b425c', endColorstr='#729ca5',GradientType=0 ); /* IE6-9 */
}
.preorder-screen .text {
    margin: 40px 0;
}
.preorder-screen .social {
    margin: 50px 0;
}
.preorder-screen .social a {
    display: block;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 100px;
    margin: 0 22px;
    position: relative;


    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.preorder-screen .social a:after {
    background: url(../csssource/img.png) 0 -90px;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -30px;
    width: 60px;
    height: 60px;
    opacity: 0.8;
}
.preorder-screen .social a.reddit:after {
    background-position: -60px -90px;
}
.preorder-screen .social a.facebook:after {
    background-position: -120px -90px;
}
.preorder-screen .social a.twitter:after {
    background-position: -180px -90px;
}
.preorder-screen .social a.steam:after {
    background-position: -240px -90px;
}

.preorder-screen .social a:hover {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);

    -webkit-box-shadow: 0 0 40px -5px #fff;
    box-shadow: 0 0 40px -5px #fff;
}
.preorder-screen .social a:hover:after {
    opacity: 1;
}
.sale-screen .content {
    padding: 65px 0;
}
.sale-screen .screen-image {
    background-image: url(../csssource/screen5.jpg);
    background-position: top;
    background-size: cover;
}
.sale-grid {
    margin: 45px 0 25px;
    gap: 20px;
}
.sale-card {
    background: rgba(7, 42, 60, 0.6);
    border: 1px solid rgba(132, 213, 222, 0.35);
    border-radius: 10px;
    padding: 24px 24px 20px;
    flex: 1 1 30%;
    min-width: 360px;
}
.sale-card .card-title {
    font-family: Druk Wide, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.sale-card .card-list {
    margin: 0;
    padding-left: 18px;
    line-height: 1.4;
}
.sale-card .card-list li {
    margin-bottom: 10px;
}
.sale-card .card-list li:last-child {
    margin-bottom: 0;
}
.cta-row {
    margin: 30px 0 10px;
    gap: 18px;
}
.button.small.outline {
    border: 1px solid #9bbdc4;
    border-radius: 6px;
    width: auto;
    padding: 0 18px;
    line-height: 38px;
    text-decoration: none;
}
.button.small.outline:after,
.button.small.outline:before {
    display: none;
}
.button.small.outline:hover {
    background: rgba(155, 189, 196, 0.15);
}

.preorder-screen .screen-footer {
    background: #0f1720;
    padding: 35px 0;
}
.preorder-screen .screen-footer a {
    color: #84d5de;
    text-decoration: none;
}
.preorder-screen .screen-footer a:hover {
    text-decoration: underline;
}
.preorder-screen .screen-footer .links a {
    margin-right: 18px;
}
.preorder-screen .screen-footer .links a:last-child {
    margin-right: 0;
}

.preorder-screen .info {
    overflow: hidden;
}
.most-popular {
    background: #0a6387;
    font-size: 12px;
    padding: 10px 0;
    text-align: center;
    position: absolute;
    right: -72px;
    bottom: 30px;
    width: 240px;

    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.iScrollIndicator {
    display: none !important;
}



.screen-title {
    font-size: 26px;
    line-height: 1.3;
}

.first-screen .logo img {
    max-width: 280px;
    display: inline-block
}
.first-screen .screen-title {
    margin-bottom: 0;
}

.first-screen .links .button {
    transform: scale(0.7);
    margin-left: -0px;
    margin-right: -0px;
}

.gif-screen .item {
    max-width: 430px;
    width: 30%;
}
.gif-screen .item:last-child {
    margin-bottom: 0;
}

.first-screen .header {
    margin-top: 35px;
}

.first-screen .links {
    margin-top: 20px;
}
.first-screen .links .button {
    margin-top: 10px;
    margin-bottom: 10px;
}

.first-screen .footer {
    margin-bottom: 35px;
}

.video-screen .content {
    padding: 30px 0;
}
.video-screen .video {
    margin-bottom: 30px;
}
.gif-screen .content {
    padding: 30px 0;
}
.gif-screen .item .info {
    padding: 15px 0 0;
}
.gallery-screen .content {
    padding: 30px 0;
}

.preorder-screen .content {
    padding: 40px 0;
}
.preorder-screen .info  {
    padding: 20px 20px 30px;
    overflow: hidden;
}
.preorder-screen .info .footer {
    margin-top: 30px;
}

.preorder-screen .social a {
    margin-bottom: 15px;
}

.preorder-screen .item {
    max-width: 31%;
}
.preorder-screen .item .name {
    padding: 0 20px;
}
.preorder-screen .item .name {
    background-size: 100% 100%;
    height: 90px;
}
.preorder-screen .item .name {
    font-size: 22px;
}

.owl-dots {
    margin-top: 20px;
}

.preorder-screen .item .price {
    font-size: 35px;
}
.preorder-screen .item .price {
    font-size: 35px;
}
.preorder-screen .item li:after {
    top: 0;
    font-size: 14px;
}
.preorder-screen .item li.no:after {
    top: 0;
    font-size: 14px;
}
.preorder-screen .info .footer .button {
    transform: scale(0.7);
}

.most-popular {
    padding: 7px 0;
    font-size: 10px;
    right: -80px;
    bottom: 25px;
    text-transform: uppercase;
}

.preorder-screen .social a {
    transform: scale(0.7);
    margin: 0 8px;
}
.preorder-screen .social a:hover {
    transform: scale(0.9);
    margin: 0 8px;
}

.modal-wrapper {
    background: rgba(0, 0, 0, 0.85);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 50;
}
.modal {
    width: 1100px;
    background: rgba(16, 43, 67, 0.85);
    position: relative;
    z-index: 1;
    border: 1px solid #5d7d80;
    border-radius: 10px;
}
.modal .inner {
    padding: 70px 110px;
}
.modal-title {
    font-size: 26px;
    font-family: Druk Wide, sans-serif;
    margin-bottom: 25px;
    position: relative;
    text-transform: uppercase;
}
.modal-title.small {
    font-size: 20px;
}

input[type="text"], input[type="password"] {
    height: 60px;
    border: none;
    background: #fff;
    text-indent: 25px;
    color: #333333;
    text-transform: uppercase;
    border-radius: 6px;
    font-size: 16px;
    font-family: TeXGyreHeros, Arial, sans-serif;
}

.preorder-form input[type="text"], .preorder-form input[type="password"] {
    width: 500px;
}

.form-group {
    margin: 30px 0;
}
.form-group:first-child {
    margin-top: 0;
}
.form-group:last-child {
    margin-bottom: 0;
}

.modal .preorder-form {
    margin-top: 30px;
}
.preorder-form  .form-actions {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.preorder-form  .form-actions button {
    margin-right: 35px;
}
.preorder-form  .form-actions button:last-child {
    margin-right: 0;
}

input[type="checkbox"] {
    display: none;
}
input[type="checkbox"]  + label {
    position: relative;
    padding-left: 32px;
    display: block;
}
input[type="checkbox"] + label:after {
    position: absolute;
    width: 23px;
    height: 23px;
    background: url(../csssource/img.png) -120px 0;
    left: 0;
    top: 1px;
    content: '';
}
input[type="checkbox"]:checked + label:after {
    background-position: -120px -30px;
}

button.small.orange:disabled:after {
    background-position: 0 -255px;
    opacity: 1 !important;
}
button.small.orange:disabled:before {
    display: none;
}
button.small.orange:disabled {
    color: #7e8ea3;
    cursor: default;
}

.modal .message {
    position: relative;
    padding-left: 70px;
    margin: 50px 0;
}
.modal .message:after {
    content: '';
    position: absolute;
    left: -5px;
    top: -5px;
    background: url(../csssource/img.png) -150px 0;
    width: 60px;
    height: 60px;
}
.modal .message.error:after {
    background-position: -210px 0;
}
.modal .message p {
    margin-bottom: 15px;
}

.modal-title .text {
    opacity: 0;
}
.modal-title .animation {
    position: absolute;
    top: -40px;
    left: 0;
    background: url(../csssource/logo-animation.png);
    background-size: 100% auto;
    width: 320px;
    height: 100px;
}

.screen-footer .copyright p {
    font-size: 14px;
    color: #AAAAAA;
    margin-top: 0px;
    padding-top: 5px;
}

