@keyframes fadein {from {opacity:0}to {opacity:1}}@-moz-keyframes fadein {from {opacity:0}to {opacity:1}}@-webkit-keyframes fadein {from {opacity:0}to {opacity:1}}@-o-keyframes fadein {from {opacity:0}to {opacity:1}}
@font-face {
    src:url(../fonts/inserat.ttf);
    font-family: 'inserat';
    font-display:swap;
}
body {
    font: 25px/32px 'Roboto';
    -moz-animation:fadein 2s;
    -ms-animation:fadein 2s;
    -o-animation:fadein 2s;
    animation:fadein 2s;
    position: relative;
    background: url(../img/bg.jpg) no-repeat #0a0b11 100% 0%/cover;
}
.main {
    display: flex;
    position: relative;
    z-index: 3;
    justify-content: space-between;
    padding-top: 80px; 
}
.main > div:first-child {
    width: 85%;
}
.main > div:last-child {
    width: 15%;
}
h2 {
    color: #fff;
    font: 300 28px/32px 'Roboto';
    margin-bottom: 20px;
}
h1 {
    font: 120px/124px 'inserat';
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    transform: translateX(-2px);
}
h1::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -14%;
    width: 1044px;
    height: 941px;
    background: url(../img/blur.png) no-repeat center/cover;
    z-index: -1;
    opacity: .8;
}
h1 .s1 {
    color: #fff;
}
h1 .s2 {
    background: #FAFAFA;
    background: -webkit-linear-gradient(to bottom, #FAFAFA 0%, #D6D6D6 100%);
    background: -moz-linear-gradient(to bottom, #FAFAFA 0%, #D6D6D6 100%);
    background: linear-gradient(to bottom, #FAFAFA 0%, #D6D6D6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
h1 .s3 {
    background: #CACACA;
    background: -webkit-linear-gradient(to bottom, #CACACA 0%, #A4A4A4 100%);
    background: -moz-linear-gradient(to bottom, #CACACA 0%, #A4A4A4 100%);
    background: linear-gradient(to bottom, #CACACA 0%, #A4A4A4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.man {
    position: absolute;
    right: -270px;
    bottom: -80px;
}
.label {
    width: 748px;
    height: 160px;
    color: #fff;
    font: 300 44px/48px 'Roboto';
    position: relative;
    z-index: 3;
    background: url(../img/label.png) no-repeat center/cover;
    display: flex;
    justify-content: center;
    padding-top: 34px;
    margin-left: -86px;
    margin-top: 20px;
}
.bullets-flex {
    position: relative;
    z-index: 4;
    display: flex;
    padding-bottom: 30px;
    margin-left: -50px;
}
.circle {
    width: 12px;
    height: 12px;
    background-color: #0018FD;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 21px 9px rgba(0,24,253,0.4);
    -moz-box-shadow: 0px 0px 21px 9px rgba(0,24,253,0.4);
    box-shadow: 0px 0px 21px 9px rgba(0,24,253,0.4);
    position: absolute;
    left: 9px;
    top: 13px;
    transition: top .4s ease-in-out;
}
.bullets {
    list-style-type: none;
    padding-left: 20px;
    margin-top: 3px;
}
.bullets li {
    color: #777777;
    font: 300 24px/30px 'Roboto';
    transition: .8s;
    margin-bottom: 30px;
    cursor: pointer;
}
.bullets li.active,
.bullets li:hover {
    color: #fff;
}
.box {
    height: 158px;
    width: 31px;
    border: 1px solid #555555;
    border-radius: 50px;
}
.butt span {
    color: #fff;
}
.butt {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 320px;
    height: 70px;
    text-decoration: none;
    border: none;
    color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
}
.butt-1 {
    background-color: #D80202;
}

.butt-3 {
    background-color: #7360f2;
}
.butt-2 {
    background-color: #4FAEFF;
}
.butt::before {
    background: #fff;
    content: "";
    height: 155px;
    opacity: 0;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    width: 40px;
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.butt::after {
    background: #fff;
    content: "";
    height: 20rem;
    opacity: 0;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 40px;
}
.butt::before {
    left: -50%;
}
.butt::after {
    left: -100%;
}
.butt:hover::before {
    left: 120%;
    opacity: 0.5s;
}
.butt:hover::after {
    left: 200%;
    opacity: 0.6;
}
.butt:hover span {
    color: #fff;
}
.butt:hover {
    text-decoration: none;
    transform: translateY(-2px);
}
.bottom {
    width: 100%;
    height: 100%;
    padding-top: 70px;
    position: relative;
    z-index: 5;
    background: url(../img/bottom-bg.png) no-repeat center/cover;
}
.left {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-top: 0px;
}
.hurry {
    color: #fff;
    margin: 30px 0 100px;
    font: 300 20px/28px 'Roboto';
}
.bottom-flex {
    display: flex;
    justify-content: space-between;
}
.left{
    width: 30%;
}
.timer__number {
    color: #fff;
    font: 900 60px/60px 'Roboto';
}
.timer__label {
    color: #fff;
    font: 300 20px/24px 'Roboto';
}
.timer__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 40px;
}
.timer__item:last-child {
    margin-right: 0;
    padding-right: 40px;
    border-right: 2px solid #0018F8;
}
.right {
    width: 63%;
    display: flex;
    flex-direction: column;
    padding-top: 15px;
}
.hint {
    color: #fff;
    font: 300 20px/28px 'Roboto';
    transform: translate(-16px, -17px);
}
.right-flex {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.right-last {
    display: flex;
    margin-top: 80px;
    margin-left: 12px;
}
.right-last p {
    color: #fff;
    font: 300 20px/28px 'Roboto';
}
.icon {
    margin-right: 20px;
}
footer {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #10101B;
    text-align: center;
    position: relative;
}
footer p {
    color: #63637E;
    font: 400 16px/20px 'Roboto';
    margin: 0;
    padding: 20px 0;
}
.last {
    position: absolute;
    bottom: -20px;
    z-index: -1;
}
body .modal-header {
    display: block;
}
body .close {
    text-shadow: none;
}
body .close:focus {
    outline: none;
    border: none;
}
h4 {
    font-size: 30px;
    font-weight: 900;
}
body .modal-body h4 {
    text-align: center;
    margin: 0 auto 20px;
    font-weight: 500;
}
body form p {
    text-align: center;
    margin: 0 auto 24px;
}
.form_register_btn {
    width: 100%;
    padding-bottom: 20px;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 768px;
    }
}
 
@media (min-width: 992px) {
    *:not(body, .bullets-flex *, .timer__items *, .modal, .modal *, .modal-backdrop) {
        zoom: 95%;
    }
}
@media (min-width: 1700px) and (max-width: 1900px) {
    .man {
        position: absolute;
        right: -200px;
        bottom: -61px;
        object-fit: contain;
        height: 100%;
    }
}
@media (min-width: 1500px) and (max-width: 1700px) {
    .man {
        right: -140px;
        height: 116%;
    }
}
@media (min-width: 1300px) and (max-width: 1500px) {
    .man {
        position: absolute;
        right: 5px;
        bottom: -61px;
        object-fit: contain;
        height: 112%;
        width: 670px;
    }
}
@media (min-width: 1300px) {
    .container {
        max-width: 1300px;
        padding: 0;
    }
}
@media (min-width: 1200px) and (max-width: 1300px) {
    .man {
        position: absolute;
        right: -42px;
        bottom: -60px;
        object-fit: contain;
        height: auto;
        width: 674px;
    }
    .container {
        max-width: 1030px;
        padding: 0;
    }
    h1 {
        font: 90px/92px 'inserat';
        z-index: 0;
    }
    .bullets li {
        color: #777777;
        font: 300 21px/30px 'Roboto';
    }
    .butt {
        width: 280px;
        height: 60px;
    }
    .timer__item {
        margin-right: 40px;
    }
    .hint {
        font: 300 20px/24px 'Roboto';
        transform: translate(0px, -16px);
    }
    .main {
        padding-top: 30px;
    }
    .label {
        width: 644px;
        height: 84px;
        color: #fff;
        font: 300 36px/41px 'Roboto';
        position: relative;
        z-index: 3;
        background: url(../img/label.png) no-repeat center/cover;
        padding-top: 13px;
        margin-left: -82px;
        margin-top: 20px;
    }
    .bullets li {
        margin-bottom: 20px;
    }
    .box {
        height: 141px;
        width: 30px;
    }
    .bottom {
        padding-top: 25px;
    }
    .left {
        margin-left: -27px;
    }
    .hurry {
        margin: 30px 0 70px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    h1 {
        font: 87px/87px 'inserat';
        z-index: 0;
    }
    .main {
        padding-top: 10px;
    }
    .man {
        right: -28px;
        bottom: 12px;
        object-fit: contain;
        height: auto;
        width: 603px;
    }
    .label {
        width: 573px;
        height: 81px;
        font: 300 34px/48px 'Roboto';
        z-index: 3;
        background: url(../img/label.png) no-repeat center/cover;
        padding-top: 9px;
        margin-left: -66px;
    }
    .bottom {
        padding-top: 10px;
    }
    body {
        zoom: 0.9;
    }
    .bullets li {
        font: 300 19px/30px 'Roboto';
    }
    .right-last p {
        font: 300 17px/28px 'Roboto';
    }
    .butt {
        width: 250px;
        height: 50px;
        font-size: 19px;
    }
    .hurry {
        font: 300 18px/28px 'Roboto';
    }
    .timer__number {
        font: 900 48px/60px 'Roboto';
    }
    .timer__item {
        margin-right: 30px;
    }
    .hint {
        font: 300 17px/28px 'Roboto';
        transform: translate(0px, -17px);
    }
    .left {
        margin-left: -24px;
    }
}

@media (max-width: 992px) {
	.timer__items {
		display: none !important;
	}
	
	.right-last {
		display: none !important;
	}
	
    body .modal-open .modal {
        padding-left: 0px;
    }
    .main > div:first-child {
        width: 100%;
    }
    .main > div:last-child {
        width: 0%;
    }
    h1 {
        font: 80px/84px 'inserat';
    }
    h2 {
        font: 300 20px/28px 'Roboto';
        width: 160px;
        margin-top: 100px;
        margin-bottom: 25px;
    }
    .man {

        position: absolute;
        right: 0;
        bottom: 0;
        width: 475px;
        height: 100%;
        object-fit: contain;
        top: -315px;
    }
    h1::after {
        content: "";
        position: absolute;
        top: -128%;
        left: -60%;
        width: 640px;
        height: 940px;
        background: url(../img/blur.png) no-repeat center/cover;
        z-index: -1;
        opacity: .8;
    }
    .label {
        width: 600px;
        height: 130px;
        color: #fff;
        font: 300 31px/36px 'Roboto';
        position: relative;
        z-index: 3;
        background: url(../img/label.png) no-repeat center/cover;
        display: flex;
        justify-content: center;
        padding-top: 32px;
        margin: 20px auto 30px;
    }
    .bullets-flex {
        padding-bottom: 30px;
        margin-left: 0px;
    }
    .box {
        height: 219px;
        width: 45px;
    }
    .bottom-flex {
        display: flex;
        justify-content: center;
        flex-direction: column-reverse;
        align-items: center;
    }
    .bottom {
        padding-top: 0px;
        background: url(../img/bg-mob.png) no-repeat center/cover;
        background-size: 100% 50%;
        background-position: top;
    }
    .right-flex {
        padding-top: 20px;
        align-items: center;
        justify-content: center;
        flex-direction: column-reverse;
    }
    .hint {
        font: 300 20px/28px 'Roboto';
        transform: translate(0px, -25px);
    }
    .timer__item:last-child {
        padding-right: 0;
        margin-right: 0;
        border: none;
    }
    .right {
        width: 75%;
    }
    .right-last p br {
        display: none;
    }
    .left {
        width: 60%;
        margin-top: 30px;
        padding-top: 50px;
        text-align: center;
    }
    .butt {
        margin: 0 auto 20px;
    }
    footer {
        margin-bottom: 20px;
        z-index: 23;
    }
    body {
        background: url(../img/bg1.jpg) no-repeat;
        background-size: contain;
        background-position: 50% 0%;
        background-color: #0a0b12;
    }
}
@media (max-width: 768px) {
    .label {
        width: 460px;
        height: 100px;
        font: 300 25px/36px 'Roboto';
        padding-top: 17px;
    }
    .man {
        right: -33px;
    }
    h1 {
        font: 70px/74px 'inserat';
    }
    .bullets li {
        color: #777777;
        font: 300 22px/30px 'Roboto';
    }
    .box {
        height: 242px;
        width: 56px;
    }
    .hint {
        text-align: center;
    }
    .right-last {
        display: flex;
        margin-top: 80px;
        margin-left: 0;
        margin-bottom: 30px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .icon {
        margin-right: 0;
        margin-bottom: 20px;
    }
}
@media (max-width: 576px) {
    .man {
        width: 342px;
        top: -189px;
        z-index: 2;
        right: -4px;
    }
    h1 {
        font: 43px/46px 'inserat';
        z-index: 3;
    }
    h1::after {
        top: -128%;
        left: -60%;
        width: 417px;
        height: 610px;
        background: url(../img/blur.png) no-repeat center/cover;
        z-index: -1;
        opacity: .9;
    }
    .hint {
        font: 300 17px/28px 'Roboto';
    }
    .timer__number {
        color: #fff;
        font: 900 40px/42px 'Roboto';
    }
    .timer__label {
        font: 300 15px/24px 'Roboto';
    }
    .right-last p {
        font: 300 18px/22px 'Roboto';
    }
    .label {
        width: 75%;
        height: 70px;
        font: 300 19px/21px 'Roboto';
        padding-top: 14px;
        margin: 9px auto 11px;
    }
    .box {
        height: 312px;
        width: 74px;
    }
    .timer__item {
        margin-right: 27px;
    }
    .left {
        width: 100%;
    }
    .right-last {
        margin-top: 60px;
        padding-bottom: 80px;
    }
    .left {
        width: 100%;
        margin-top: 30px;
        padding-top: 0px;
        text-align: center;
    }
    h2 {
        font: 300 18px/22px 'Roboto';
        width: 134px;
        margin-top: 50px;
        margin-bottom: 13px;        
    }
    .bullets li {
        font: 300 16px/25px 'Roboto';
        margin-bottom: 15px;
    }
    .box {
        height: 170px;
        width: 48px;
    }
    .right-last {
        margin-top: 40px;
        padding-bottom: 25px;
    }
    .hurry {
        margin: 20px 0 40px;
        font: 300 18px/25px 'Roboto';
    }
    .bottom {
        background-size: 100% 56%;
    }
}
@media (max-width: 424px) {
    h1 {
        font: 47px/54px 'inserat';
    }
    .label {
        width: 100%;
        height: 68px;
        font: 300 19px/36px 'Roboto';
        padding-top: 7px;
    }
    h1::after {
        top: -122%;
        left: -88%;
        width: 402px;
    }
    .hint br {
        display: none;
    }
    .timer__number {
        font: 900 46px/60px 'Roboto';
    }
    .timer__label {
        font: 300 15px/20px 'Roboto';
    }
    .timer__item {
        margin-right: 20px;
    }
    .butt {
        width: 100%;
        height: 60px;
    }
    footer p {
        font: 400 15px/20px 'Roboto';
    }
    .man {
        width: 282px;
        top: -252px;
    z-index: -1;
    right: -13px;
    }
    .box {
        height: 210px;
        width: 61px;
    }
    .left {
        margin-top: 0px;
    }
    .right {
        width: 100%;
    }
    .bottom {
        background-size: 100% 58%;
    }
}