@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&family=Russo+One&display=swap');

*{
    outline: none;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html, body{
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
}

header{
    height: 50px;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(29, 30, 38, 0.8);
    z-index: 100;
}
.container{
    max-width: 1190px;
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
}
.align-center{
    align-items: center;
    align-content: center;
}
.h-100{
    height: 100%;
}
.row{
    display: flex;
}
.space-between{
    justify-content: space-between;
}
.d-flex{
    display: flex;
}
.sing-in{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    text-decoration: none;
}
.sing-up{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    color: #FFFFFF;
    background: #FFD700;
    border-radius: 3px;
    padding: 7px 21px;
    gap: 10px;
    text-align: center;
    display: inline-block;
}
.buttons > div:not(:last-child){
    margin-right: 20px;
}
.content {
    position: relative;
    height: 100vh;
    min-height: 100vh;
    width: 100%;
    padding: 100px 0 40px;
    background-image: url("./img/bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    z-index: 1;
}

.content::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: inherit;
    background-position: inherit;
    background-size: inherit;
    background-repeat: inherit;
    filter: brightness(60%);
    z-index: -1;
}


@media (min-width: 1600px) {
    .content{
        background-size: 100% 100%;
    }
}
.logo img{
    height: 30px;
}
.center{
    text-align: center;
}
.title{
    font-family: 'Russo One';
    font-style: normal;
    font-weight: 400;
    font-size: 73.1623px;
    line-height: 88px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.title-big{
    font-family: 'Russo One';
    font-style: normal;
    font-weight: 400;
    font-size: 118.889px;
    line-height: 143px;
    text-transform: uppercase;
    color: #FFD700;
}
.pulse{
    animation: pulse 1.5s ease-in-out infinite;
}
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        color: #FFD700;
        text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
    }
    50% {
        transform: scale(1.08);
        color: #FFED4E;
        text-shadow: 0 0 20px rgba(255, 215, 0, 0.8);
    }
}
.desc{
    font-family: 'Russo One';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 31px;
    text-transform: uppercase;
    color: #FFD700;
    margin-top: 40px;
}
.timer{
    display: flex;
    margin-bottom: 40px;
    justify-content: center;
}
.timer > div{
    width: 118px;
}
.timer .number{
    font-family: 'Russo One';
    font-style: normal;
    font-weight: 400;
    font-size: 46px;
    line-height: 55px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: inline-block;
    width: 100%;
}
.timer .text{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #737479;
    display: inline-block;
    width: 100%;
}
.btn-get{
    width: 205px;
    height: 51px;
    background: #FFD700;
    border-radius: 3px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 51px;
    color: #FFFFFF;
    display: inline-block;
    text-decoration: none;
}
.content-block{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.content-button{
    text-align: center;
}
.how{
    padding: 150px 0;
    text-align: center;
}
.how-title{
    font-family: 'Russo One';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 31px;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 68px;
}
.how-list{
    display: flex;
    justify-content: space-between;
}
.item-how{
    flex: 1;
    position: relative;
}

.item-how:after{
    display: block;
    position: absolute;
    content: "";
    height: 2px;
    background: linear-gradient(221.24deg, rgba(255, 146, 47, 0) 0.79%, #FFD700 185.57%);
    border-radius: 5px;
    bottom: 41px;
    left: 50%;
    width: 100%;
    z-index: -1;
}
.item-how:last-child:after{
    display: none;
}
.item-how img{
    margin-bottom: 30px;
}
.item-how .number{
    width: 84px;
    height: 84px;
    background-color: white;
    background-image: url("img/bg-number.png");
    background-size: 74px 74px;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    font-family: 'Russo One';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 84px;
    text-transform: uppercase;
    color: white;
}
.item-how p{
    font-family: 'Inter';
    font-style: normal;
    height: 44px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
    color: #333333;
}
footer{
    background: #1D1E26;
    padding: 20px 0;
}
.info{
    padding-right: 20px;
}
.info p:first-child{
    margin-bottom: 10px;
}
.info p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #737479;
}

.icons{
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    align-items: flex-end;
}
.carts, .social{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
    align-content: center;
}
.carts{
    margin-bottom: 15px;
}
.carts li:not(:last-child){
    margin-right: 17px;
}
.carts li img{
    display: block;
    height: 18px;
}
.social li:not(:last-child){
    margin-right: 10px;
}
#bonus{
    padding: 35px 30px 20px;
    max-width: 471px;
    width: 100%;
}
.fancybox-slide{
    padding-left: 10px!important;
    padding-right: 10px!important;
}

.bonus-title{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    color: #333333;
    margin-bottom: 30px;
}
.bonus-text{
    margin-bottom: 30px;
}
.bonus-text p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    margin-bottom: 20px;
    color: #737479;
}
.site{
    width: 237px;
    height: 37px;
    padding-left: 15px;
    display: flex;
    align-content: center;
    align-items: center;
    margin: 0 auto;
    background: #F3F4F6;
    border-radius: 100px;
}
.site span{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    padding-left: 10px;
    color: #737479;
}
.field{
    margin-bottom: 20px;
}
.field label{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 5px;
    color: #737479;
    display: inline-block;
}
.field input{
    display: block;
    width: 100%;
    border: 1px solid #66BB66;
    border-radius: 5px;
    height: 43px;
    padding-left: 15px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #333333;
}
button.btn-get{
    display: block;
    margin: 0 auto;
    border: none;
    cursor: pointer;
}
@media (max-width: 1200px) {
    .title{
        font-size: 40px;
        line-height: 50px;
    }
    .title-big{
        font-size: 70px;
        line-height: 90px;
    }
    .desc{
        font-size: 21px;
        line-height: 24px;
    }
    .timer .text{
        font-size: 14px;
        line-height: 17px;
    }
    .timer .number{
        font-size: 38px;
        line-height: 44px;
    }
    .timer > div{
        width: 92px;
    }
    .content{
        height: 100vh;
        min-height: 100vh;
    }
    .how {
        padding: 100px 0;
        text-align: center;
    }
    .content{
        background-position-x: left;
    }
}
@media (max-width: 850px) {
    .how-list{
        flex-direction: column;
        align-content: center;
        align-items: center;
        overflow: auto;
    }
    .item-how{
        padding-left: 90px;
        max-width: 300px;
        width: 100%;
    }
    .item-how .number{
        height: 64px;
        width: 64px;
        line-height: 64px;
        font-size: 16px;
        background-size: 54px 54px;
        position: absolute;
        top: 95px;
        left: 0;
    }
    .item-how p{
        height: auto;
        margin-bottom: 50px;
    }
    .item-how:after{
        bottom: auto;
        top: -60px;
        left: 31px;
        width: 2px;
        height: 100%;
        background: linear-gradient(221.24deg, rgba(255, 146, 47, 0) -62.56%, #EA7B71 185.57%);
    }
    .item-how:last-child:after{
        display: block;
    }
}
@media (max-width: 700px) {
    .title{
        font-size: 24px;
        line-height: 29px;
    }
    .title-big{
        font-size: 40px;
        line-height: 48px;
    }
    .desc{
        font-size: 16px;
        line-height: 19px;
    }
    .timer .text{
        font-size: 11px;
        line-height: 13px;
    }
    .timer .number{
        font-size: 34px;
        line-height: 41px;
    }
    .timer > div{
        width: 75px;
    }
    .btn-get{
        width: 169px;
        height: 43px;
        line-height: 43px;
    }
    .content{
        height: 100vh;
        min-height: 100vh;
        padding: 80px 0 80px;
        /*background-image: url("img/bg-mb.png");*/
        /*background-size: 100% 100%;*/
    }
    .how {
        padding: 70px 0;
    }
    .timer{
        margin-bottom: 20px;
    }
    .desc{
        margin-top: 20px;
    }
    footer .row{
        flex-direction: column-reverse;
    }
    .icons{
        align-items: center;
        align-content: center;
    }
    .info{
        text-align: center;
        padding: 0;
    }
    .carts, .social{
        margin-bottom: 30px;
    }
    .carts li img{
        height: auto;
    }
    footer{
        padding: 50px 0;
    }
    header{
        height: 60px;
    }
}
@media (max-width: 565px) {
    .content{
        background-size: auto 100%;
    }
}