*{
    padding: 0;

    margin: 0;

    border: 0;
}

*, *:before, *:after{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus, :active{outline: none;}
a:focus, a:active{outline: none;}

nav,footer,header,aside{display: block;}

html, body{
    height: 100%;
    width: 100%;
    font-style: 100%;
    line-height: 1;
    font-style: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

input, button, textarea{font-family: inherit;}

input::-ms-clear{display:none;}

button{cursor: pointer;}

button::-moz-focus-inner{padding: 0;border: 0;}

a, a:visited{text-decoration: none;}

a:hover{text-decoration: none;}

ul li{list-style-type: none;}

img{vertical-align: top;}

h1,h2, h3, h4, h5, h6{font-style: inherit; font-weight: 400;}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;800&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2;
}



header {
    z-index: 10000;
    position: fixed;
    top: 0;
    width: 100%;
    padding-left: 50px;
    align-items: center;
    height: 80px;
    display: flex;
    flex-direction: row;
    background: #0D0D0D;
    justify-content: space-between;
    .logo {
        width: 100px;
        height:100px;
    }
    .h-text{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        font-size: 17px;
        color: #fff;
        gap: 80px;
		p{
			font-size: 17px;
    		color: #fff;
        	gap: 80px;
		}
        .lang {
            justify-content: center;
            align-items: center;
            display: flex;
            flex-direction: row;
            gap: 10px;
            .img-lang {
            justify-content: center;
            align-items: center;
                width: 30px;
                height: 25px;
            }
        }
    }
    .button {
        display: flex;
        flex-direction: column;
        width: 300px;
        height: 80px;
        justify-content: center;
        align-items: center;
        font-size: 17px;
        color: #FFF;
        font-weight: 600;
        background: linear-gradient(87.79deg, #0099FA 0%, #002ED9 100%);
    }
}
main {
    margin-top: 80px;
    .first-block {
        background-image: url('/images/background.png');
        background-size: cover;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: center;
        padding-left: 50px;
        padding-bottom: 100px;
        height: 1000px;
        .block-with-txt {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            .left {
				width: 700px;
                margin-top: 100px;
                h1{
                    color: #FFF;
                    font-size: 40px;
                    margin-bottom: 26px;
					font-weight: 700;
                }
                p {
					width: 700px;
                    line-height: 1.3;
                    color: #FFF;
                    span {
                        font-weight: 700;
                    }
                    font-size: 20px;
                }
                .button{
					justify-self: center;
                    width: 415px;
                    letter-spacing: 5px;
                    background: linear-gradient(87.79deg, #0099FA 0%, #002ED9 100%);
                    border: solid, 1px, blue;
                    border-radius: 12px;
                    color: #FFF;
                    height: 71px;
                    text-align: center;
                    align-content: center;
                    font-size: 17px;
                    margin-top: 40px;
                    font-weight: 600;
                }
                .bonus{
					text-align: center;
                    color: #FFF;
                    margin-top: 21px;
                    font-size: 17px;
					.eee{
						color: rgb(255, 0, 0);
					}
                }
            }
            
            .regis{
                height: 100%;
                position: fixed;
                right: 0;
                display: flex;
                flex-direction: column;
                padding-left: 30px;
                padding-right: 30px;
                width: 300px;
                background-color: rgba(0, 0, 0, 1);
                padding-bottom: 30px;
                .top{
                    display: flex;
                    flex-direction: column;
                    input{
                        color: #FFF;
                        background-color: transparent;
                        height: 38px;
                        border-bottom: solid 1px #96AEC1;
                        margin-top: 16px;
                    }
                    input::placeholder {
                        padding: 5px;
                        color: gray;
                        font-size: 16px;
                        font-weight: 300;
                    }
                    .button{
                        background: linear-gradient(87.79deg, #0099FA 0%, #002ED9 100%);
                        border: solid, 1px, blue;
                        border-radius: 12px;
                        color: #FFF;
                        height: 51px;
                        text-align: center;
                        align-content: center;
                        font-size: 17px;
                        margin-top: 40px;
                        font-weight: 600;
                    }
                    .or{
                        margin-top: 15px;
                        color: #FFF;
                        font-size: 16px;
						text-align: center;
                    }
                    .button-google{
                        margin-top: 10px;
                        background-color: #FFF;
                        border-radius: 12px;
                        display: flex;
                        flex-direction: row;
                        height: 33px;
                        align-items: center;
                        justify-content: center;
                        img{
                            width: 18px;
                            height: 18px;
                        }
                        p{
                            color: #707070;
                            font-weight: 600;
                            margin-left: 8px;
							height: 18px;
                        }
                    }
                }
                .follow{
					text-align: center;
                    margin-top: 30px;
                    color: #FFF;
                    .images{
						display: flex;
						flex-direction: row;
						gap: 20px;
                        margin-top: 20px;
                        display: flex;
                        justify-content:center;
                    }
                }
            }
        }
    }
    .second-block{
        display: flex;
        flex-direction: row;
        gap: 10px;
        background-color: #EEF2F9;
        padding-top: 100px;
        padding-left: 100px;
        padding-bottom: 50px;
        justify-content: space-between;
        .left-left{
            h2{
                color: #1E385B;
                font-size: 36px;
                margin-bottom: 80px;
            }
            .rl{
                display: flex;
                flex-direction: row;
                gap: 16px;
                .left-right{
                    display: flex;
                    flex-direction: column;
                    gap: 30px;
                    .min-sum{
                        width: 300px;
                        display: flex;
                        flex-direction: column;
                        gap: 10px;
                        .sum{
                            -webkit-text-fill-color: transparent;
                            background: linear-gradient(135deg, #0099fa, #1a4dde);
                            background-clip: text;
                            color: #0b75ec;
                            font-size: 56px;
                        }
                        .txt{
                            color: #173257;
                            opacity: 70%;
                            font-weight: 600;
                            font-size: 20px;
                        }
                    }
                }
            }
        }
        .right-right{
            img{
                width: 100%;
                height: 100%;
            }
        }
    }
    .third-block{
        background-color: white;
        padding-top: 100px;
        padding-left: 92px;
        padding-right: 400px;
        padding-bottom: 56px;
        display: flex;
        flex-direction: column;
        align-items: center;
        .poc{
            color: #1E385B;
            font-size: 36px;
        }
        .block{
            margin-top: 80px;
            display: flex;
            flex-direction: column;
            row-gap: 67px;
            .top{
                display: flex;
                flex-direction: row;
                column-gap: 60px;
                .sec{
					min-width: 240px;
                    display: flex;
                    flex-direction: column;
                    row-gap: 10px;
                    img{
                        width: 60px;
                        height: 60px;
                    }
                    h3{
                        font-size: 20px;
                        color: #212121;
                    }
                    p{
                        color: #515151;
                        font-size: 17px;
                    }
                }
            }
        }
        .button{
            padding-top: 32px;
            padding-bottom: 31px;
            font-size: 16px;
            border-radius: 12px;
            margin-top: 63px;
            background: linear-gradient(87.79deg, #0099FA 0%, #002ED9 100%);
            width: 248px;
            height: 82px;
            text-align: center;
            align-self: center;
            color: white;
        }
    }
    .fourth-block{
        display: flex;
        flex-direction: row;
        gap: 10px;
        background-color: #0F487C;
        padding-left: 102px;
        padding-right: 402px;
        justify-content: space-between;
        padding-top: 100px;
        padding-bottom: 140px;
        .sec{
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            border-radius: 12px;
            background-color: #04294B;
            width: 357px;
            height: 352px;
            align-items: center;
            padding-bottom: 28px;
            img{
                width: 228px;
                height: 228px;
                margin-top: -48px;
            }
            p{
                color: white;
                font-weight: 700;
                line-height: 1.7;
                text-align: center;
            }
            .but{
                background: #0F487C;
                width: 156.96px;
                height: 51px;
                border-radius: 12px;
                color: #fff;
                text-align: center;
                margin-top: 30px;
                display: flex;
                flex-direction: column;
                justify-content: center;
                font-weight: 600;
            }
        }
    }
    .fiveth-block{
        display: flex;
        flex-direction: row;
        padding-left: 208px;
        padding-right: 413px;
        height: 349px;
        background-color: #EEF2F9;
        img{
            position: absolute;
            left: 0;
            width: 254px;
            height: 349px;
        }
        .txt{
            h3{
                margin-top: 65px;
                position: absolute;
                color: #1E385B;
                font-size: 46px;
            }
            p{
                color: #515151;
                font-size: 20px;
                position: absolute;
                margin-top: 134px;
                line-height: 1.4;
            }
        }
        .email{
            display: flex;
            flex-direction: row;
            gap: 25px;
            position: absolute;
            margin-top: 150px;
            right: 400px;
            input{
                width: 253px;
                height: 54px;
                border-radius: 12px;
                padding-left: 24px;
            }
            input::placeholder{
                color: #515151;
                opacity: 50%;
                font-weight: lighter;
                margin-left: 24px;
            }
            .button{
                justify-content: center;
                display: flex;
                flex-direction: column;
                background: linear-gradient(86.77deg, #0099FA 0%, #002ED9 100%);
                width: 152px;
                height: 51px;
                border-radius: 12px;
                color: white;
                font-weight: 600;
                font-size: 16px;
                text-align: center;
            }
        }
    }
    .sixth-block{
        background-color: #b2cefd;
        padding-left: 52px;
        padding-top: 100px;
        padding-right: 352px;
        padding-bottom: 100px;
        display: flex;
        flex-direction: column;
        h1{
			text-align: center;
            color: #1E385B;
            font-size: 46px;
            font-weight: 600;
        }
        .www{
			text-align: center;
            margin-top: 16px;
            color: #515151;
            font-size: 17px;
        }
        .coms{
            margin-top: 80px;
            display: flex;
            flex-direction: column;
            gap: 20px;
            .top{
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                gap: 20px;
                .comm{
					display: flex;
					flex-direction: column;
					justify-content: space-between;
                    width: 480px;
                    background-color: #fff;
                    padding-bottom: 24px;
                    padding-left: 24px;
                    padding-right: 24px;
                    padding-top: 24px;
                    border-radius: 15px;
                    .rate-date{
                        display: flex;
                        flex-direction: row;
                        align-items: center;
						justify-content: space-between;
                        .r{
                            color: #0099FA;
                            font-size: 18px;
                            letter-spacing: 3px;
                        }
                        .txt{
                            color: #515151;
                            font-size: 15px;
                        }
                    }
                    .com-t{
                        height: 81px;
                        color: #515151;
                        margin-top: 20px;
                        font-size: 16px;
                        line-height: 1.3;
                    }
                    .flag{
                        margin-top: 20px;
                        border-top: 1px solid #96AEC1;
                        height: 78px;
                        display: flex;
                        flex-direction: row;
                        gap: 15px;
                        align-items: center;
                        img{
                            width: 50px;
                            height: 50px;
                        }
                        .id-name{
                            display: flex;
                            flex-direction: column;
                            gap: 4px;
                            .name{
                                color: #3A4A68;
                                font-size: 17px;
                                font-weight: 700;
                            }
                            .id{
                                color: #3A4A68;
                                font-size: 14px;
                            }
                        }
                    }
                }
            }
        }
    }
    .seventh-block{
        background-color: #0F487C;
        height: 400px;
        padding-right: 402px;
        padding-left: 102px;
        padding-top: 72px;
        padding-bottom: 72px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
       .top{
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            img{
                width: 269px;
                height: 100px;
            }
        }
    }
}
footer {
    height: 770px;
    background-color: #063764;
    padding-top: 80px;
    padding-left: 102px;
    padding-right: 402px;
    padding-bottom: 70px;
    .risk{
        display: flex;
        flex-direction: column;
        gap: 10px;
        .risk-h1{
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 7px;
            img{
                width: 29px;
                height: 29px;
            }
            p{
                color: #96AEC1;
                font-size: 15px;
                font-weight: 700;
            }
        }
        p{
            color: #96AEC1;
            font-size: 13px;
            line-height: 1.8;
        }
    }
    .rules{
        display: flex;
        flex-direction: column;
        margin-top: 50px;
        color: #96AEC1;
        line-height: 1.8;
        font-size: 13px;
        gap: 15px;
    }
    .links{
        margin-top: 55px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        div{
            height: 22px;
            border-bottom: solid 1px #0099FA;
            color: white;
            font-size: 16px;
        }
    }
    .logo{
        margin-top: 140px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        img{
            text-align: center;
            width: 100px;
            height: 100px;
        };
        .right{
            display: flex;
            flex-direction: row;
            gap: 17px;
            align-items: center;
            p{
                color: #96AEC1;
                font-size: 13px;
            }
            img{
                width: 40px;
                height: 40px;
            }
        }
    }
}

@media (max-width: 1600px) {
    header {
        z-index: 10;
        position: fixed;
        top: 0;
        width: 100%;
        padding-left: 50px;
        align-items: center;
        height: 80px;
        display: flex;
        flex-direction: row;
        background: #0D0D0D;
        justify-content: space-between;
        .logo {
            width: 100px;
            height: 100px;
        }
        .h-text{
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            font-size: 17px;
            color: #fff;
            gap: 80px;
            .lang {
                justify-content: center;
                align-items: center;
                display: flex;
                flex-direction: row;
                gap: 10px;
                .img-lang {
                justify-content: center;
                align-items: center;
                    width: 30px;
                    height: 25px;
                }
            }
        }
        .button {
            display: flex;
            flex-direction: column;
            width: 300px;
            height: 80px;
            justify-content: center;
            align-items: center;
            font-size: 17px;
            color: #FFF;
            font-weight: 600;
            background: linear-gradient(87.79deg, #0099FA 0%, #002ED9 100%);
        }
    }
    main {
        margin-top: 80px;
        .first-block {
            background-image: url('/images/background.png');
            background-size: cover;
            background-attachment: fixed;
            background-repeat: no-repeat;
            background-position: center;
            padding-left: 50px;
            padding-bottom: 100px;
            height: 1000px;
            .block-with-txt {
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                .left {
                    margin-top: 100px;
                    h1{
                        color: #FFF;
                        font-size: 40px;
                        margin-bottom: 26px;
                    }
                    p {
                        line-height: 1.3;
                        color: #FFF;
                        span {
                            font-weight: 700;
                        }
                        font-size: 20px;
                    }
                    .button{
                        width: 315px;
                        letter-spacing: 5px;
                        background: linear-gradient(87.79deg, #0099FA 0%, #002ED9 100%);
                        border: solid, 1px, blue;
                        border-radius: 12px;
                        color: #FFF;
                        height: 51px;
                        text-align: center;
                        align-content: center;
                        font-size: 17px;
                        margin-top: 40px;
                        font-weight: 600;
                    }
                    .bonus{
                        color: #FFF;
                        margin-top: 21px;
                        font-size: 17px;
                    }
                }
                
                .regis{
                    min-height: 1000px;
                    position: relative;
                    right: 0;
                    display: flex;
                    flex-direction: column;
                    padding-left: 30px;
                    padding-right: 30px;
                    width: 300px;
                    background-color: rgba(0, 0, 0, 1);
                    padding-bottom: 30px;
                    .top{
                        display: flex;
                        flex-direction: column;
                        input{
                            color: #FFF;
                            background-color: transparent;
                            height: 38px;
                            border-bottom: solid 1px #96AEC1;
                            margin-top: 16px;
                        }
                        input::placeholder {
                            padding: 5px;
                            color: gray;
                            font-size: 16px;
                            font-weight: 300;
                        }
                        .button{
                            background: linear-gradient(87.79deg, #0099FA 0%, #002ED9 100%);
                            border: solid, 1px, blue;
                            border-radius: 12px;
                            color: #FFF;
                            height: 51px;
                            text-align: center;
                            align-content: center;
                            font-size: 17px;
                            margin-top: 40px;
                            font-weight: 600;
                        }
                        .or{
                            margin-top: 15px;
                            color: #FFF;
                            font-size: 16px;
							text-align: center;
                        }
                        .button-google{
                            margin-top: 10px;
                            background-color: #FFF;
                            border-radius: 12px;
                            display: flex;
                            flex-direction: row;
                            height: 33px;
                            align-items: center;
                            justify-content: center;
                            img{
                                width: 18px;
                                height: 18px;
                            }
                            p{
                                color: #707070;
                                font-weight: 600;
                                margin-left: 8px;
                            }
                        }
                    }
					.follow{
						text-align: center;
						margin-top: 30px;
						color: #FFF;
						.images{
							display: flex;
							flex-direction: row;
							gap: 20px;
							margin-top: 20px;
							display: flex;
							justify-content:center;
						}
					}
                }
            }
        }
        .second-block{
            display: flex;
            flex-direction: row;
            gap: 10px;
            background-color: #EEF2F9;
            padding-top: 100px;
            padding-left: 100px;
            padding-bottom: 50px;
            justify-content: space-between;
            .left-left{
                h2{
                    color: #1E385B;
                    font-size: 36px;
                    margin-bottom: 80px;
                }
                .rl{
                    display: flex;
                    flex-direction: row;
                    gap: 16px;
                    .left-right{
                        display: flex;
                        flex-direction: column;
                        gap: 30px;
                        .min-sum{
                            width: 300px;
                            display: flex;
                            flex-direction: column;
                            gap: 10px;
                            .sum{
                                -webkit-text-fill-color: transparent;
                                background: linear-gradient(135deg, #0099fa, #1a4dde);
                                background-clip: text;
                                color: #0b75ec;
                                font-size: 56px;
                            }
                            .txt{
                                color: #173257;
                                opacity: 70%;
                                font-weight: 600;
                                font-size: 20px;
                            }
                        }
                    }
                }
            }
            .right-right{
                img{
                    width: 100%;
                    height: 100%;
                }
            }
        }
        .third-block{
            background-color: white;
            padding-top: 100px;
            padding-left: 92px;
            padding-bottom: 56px;
            padding-right: 92px;
            display: flex;
            flex-direction: column;
            .poc{
                color: #1E385B;
                font-size: 36px;
            }
            .block{
                margin-top: 60px;
                display: flex;
                flex-direction: column;
                row-gap: 47px;
                .top{
                    display: flex;
                    flex-direction: row;
                    justify-content: space-between;
                    column-gap: 60px;
                    .sec{
						min-width: 240px;
						display: flex;
                        flex-direction: column;
                        row-gap: 10px;
                        img{
                            width: 60px;
                            height: 60px;
                        }
                        h3{
                            font-size: 20px;
                            color: #212121;
                        }
                        p{
                            color: #515151;
                            font-size: 17px;
                        }
                    }
                }
            }
            .button{
                margin-left: 0px;
                padding-top: 32px;
                padding-bottom: 31px;
                font-size: 16px;
                border-radius: 12px;
                margin-top: 63px;
                background: linear-gradient(87.79deg, #0099FA 0%, #002ED9 100%);
                width: 248px;
                height: 82px;
                text-align: center;
                align-self: center;
                color: white;
            }
        }
        .fourth-block{
            display: flex;
            flex-direction: row;
            gap: 10px;
            background-color: #0F487C;
            padding-left: 102px;
            padding-right: 102px;
            justify-content: space-between;
            padding-top: 100px;
            padding-bottom: 140px;
            .sec{
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                border-radius: 12px;
                background-color: #04294B;
                width: 357px;
                height: 352px;
                align-items: center;
                padding-bottom: 28px;
                img{
                    width: 228px;
                    height: 228px;
                    margin-top: -48px;
                }
                p{
                    color: white;
                    font-weight: 700;
                    line-height: 1.7;
                    text-align: center;
                }
                .but{
                    background: #0F487C;
                    width: 156.96px;
                    height: 51px;
                    border-radius: 12px;
                    color: #fff;
                    text-align: center;
                    margin-top: 30px;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    font-weight: 600;
                }
            }
        }
        .fiveth-block{
            display: flex;
            flex-direction: row;
            padding-left: 208px;
            padding-right: 413px;
            height: 349px;
            background-color: #EEF2F9;
            img{
                position: absolute;
                left: 0;
                width: 254px;
                height: 349px;
            }
            .txt{
                h3{
                    margin-top: 65px;
                    position: absolute;
                    color: #1E385B;
                    font-size: 46px;
                }
                p{
                    color: #515151;
                    font-size: 20px;
                    position: absolute;
                    margin-top: 134px;
                    line-height: 1.4;
                }
            }
            .email{
                display: flex;
                flex-direction: row;
                gap: 25px;
                position: absolute;
                margin-top: 150px;
                right: 200px;
                input{
                    width: 253px;
                    height: 54px;
                    border-radius: 12px;
                    padding-left: 24px;
                }
                input::placeholder{
                    color: #515151;
                    opacity: 50%;
                    font-weight: lighter;
                    margin-left: 24px;
                }
                .button{
                    justify-content: center;
                    display: flex;
                    flex-direction: column;
                    background: linear-gradient(86.77deg, #0099FA 0%, #002ED9 100%);
                    width: 152px;
                    height: 51px;
                    border-radius: 12px;
                    color: white;
                    font-weight: 600;
                    font-size: 16px;
                    text-align: center;
                }
            }
        }
        .sixth-block{
            background-color: #b2cefd;
            padding-left: 52px;
            padding-top: 100px;
            padding-right: 52px;
            padding-bottom: 100px;
            display: flex;
            flex-direction: column;
            h1{
                color: #1E385B;
                font-size: 46px;
                font-weight: 600;
            }
            .www{
                margin-top: 16px;
                color: #515151;
                font-size: 17px;
            }
            .coms{
                margin-top: 80px;
                display: flex;
                flex-direction: column;
                gap: 20px;
                .top{
                    display: flex;
                    flex-direction: row;
                    justify-content: space-between;
                    .comm{
						display: flex;
						flex-direction: column;
						justify-content: space-between;
                        background-color: #fff;
                        padding-bottom: 20px;
                        padding-left: 20px;
                        padding-right: 20px;
                        padding-top: 20px;
                        border-radius: 15px;
                        .rate-date{
                            display: flex;
                            flex-direction: row;
                            justify-content: space-between;
                            align-items: center;
                            .r{
                                color: #0099FA;
                                font-size: 16px;
                                letter-spacing: 3px;
                            }
                            .txt{
                                color: #515151;
                                font-size: 16px;
                            }
                        }
                        .com-t{
                            color: #515151;
                            margin-top: 20px;
                            font-size: 16px;
                            line-height: 1.3;
                        }
                        .flag{
                            margin-top: 20px;
                            border-top: 1px solid #96AEC1;
                            height: 78px;
                            display: flex;
                            flex-direction: row;
                            gap: 15px;
                            align-items: center;
                            img{
                                width: 50px;
                                height: 50px;
                            }
                            .id-name{
                                display: flex;
                                flex-direction: column;
                                gap: 4px;
                                .name{
                                    color: #3A4A68;
                                    font-size: 17px;
                                    font-weight: 700;
                                }
                                .id{
                                    color: #3A4A68;
                                    font-size: 14px;
                                }
                            }
                        }
                    }
                }
            }
        }
        .seventh-block{
            background-color: #0F487C;
            height: 400px;
            padding-right: 52px;
            padding-left: 52px;
            padding-top: 72px;
            padding-bottom: 72px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
           .top{
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                img{
                    width: 269px;
                    height: 100px;
                }
            }
        }
    }
    footer {
        background-color: #063764;
        padding-top: 80px;
        padding-left: 102px;
        padding-right: 102px;
        padding-bottom: 70px;
        .risk{
            display: flex;
            flex-direction: column;
            gap: 10px;
            .risk-h1{
                display: flex;
                flex-direction: row;
                align-items: center;
                gap: 7px;
                img{
                    width: 29px;
                    height: 29px;
                }
                p{
                    color: #96AEC1;
                    font-size: 15px;
                    font-weight: 700;
                }
            }
            p{
                color: #96AEC1;
                font-size: 13px;
                line-height: 1.8;
            }
        }
        .rules{
            display: flex;
            flex-direction: column;
            margin-top: 50px;
            color: #96AEC1;
            line-height: 1.8;
            font-size: 13px;
            gap: 15px;
        }
    }
}

@media (max-width: 800px) {
    header {
		position: relative;
        padding-left: 25px;
		padding-right: 25px;
        align-items: center;
        height: 80px;
        display: flex;
        flex-direction: row;
        background: #0D0D0D;
        justify-content: space-between;
        .logo {
            width: 100px;
            height: 100px;
        }
        .h-text{
			width: auto;
            font-size: 17px;
            color: #fff;
            gap: 50px;
			.p{
				display: none;
			}
			.hhh{
				display: none;
			}
            .lang {
                justify-content: center;
                align-items: center;
                display: flex;
				position: absolute;
				right: 25px;
                flex-direction: row;
                gap: 10px;
                .img-lang {
                justify-content: center;
                align-items: center;
                    width: 30px;
                    height: 25px;
                }
            }
        }
        .button {
			display: none;
            flex-direction: column;
            width: 100px;
            height: 50px;
            justify-content: center;
            align-items: center;
            font-size: 14px;
            color: #FFF;
			border-radius: 12px;
            font-weight: 600;
            background: linear-gradient(87.79deg, #0099FA 0%, #002ED9 100%);
        }
    }
    main {
        margin-top: 0px;
        .first-block {
			height: auto;
            background-image: url('/images/back_mob.jpg');
            background-size: cover;
            background-attachment: fixed;
            background-repeat: no-repeat;
            background-position: center;
            padding-left: 25px;
            padding-bottom: 50px;
			padding-right: 25px;
			text-align: center;
			padding-top: 50px;
            .block-with-txt {
                display: flex;
                flex-direction: row;
                justify-content: center;
				width: 100%;
                .left {
					display: flex;
					flex-direction: column;
					justify-content: center;
					align-items: center;
                    margin-top: 0px;
                    h1{
                        color: #FFF;
                        font-size: 25px;
                        margin-bottom: 26px;
                    }
                    p {
						max-width: 300px;
                        line-height: 1.3;
                        color: #FFF;
                        span {
                            font-weight: 700;
                        }
                        font-size: 16px;
                    }
                    .button{
                        width: 300px;
                        letter-spacing: 5px;
                        background: linear-gradient(87.79deg, #0099FA 0%, #002ED9 100%);
                        border: solid, 1px, blue;
                        border-radius: 12px;
                        color: #FFF;
                        height: 51px;
                        text-align: center;
                        align-content: center;
                        font-size: 17px;
                        margin-top: 40px;
                        font-weight: 600;
                    }
                    .bonus{
                        color: #FFF;
                        margin-top: 21px;
                        font-size: 15px;
                    }
                }
                .regis{
					display: none;
                }
            }
        }
        .second-block{
            display: flex;
            flex-direction: column;
            gap: 10px;
            background-color: #EEF2F9;
            padding-top: 70px;
            padding-left: 25px;
			padding-right: 25px;
            padding-bottom: 70px;
            justify-content: center;
            .left-left{
                h2{
					text-align: center;
                    color: #1E385B;
                    font-size: 36px;
                    margin-bottom: 50px;
                }
                .rl{
                    display: flex;
                    flex-direction: column;
                    gap: 30px;
					justify-content: center;
					align-items: center;
                    .left-right{
                        display: flex;
                        flex-direction: column;
                        gap: 30px;
						justify-content: center;
                        .min-sum{
							text-align: center;
                            display: flex;
                            flex-direction: column;
                            gap: 10px;
                            .sum{
                                -webkit-text-fill-color: transparent;
                                background: linear-gradient(135deg, #0099fa, #1a4dde);
                                background-clip: text;
                                color: #0b75ec;
                                font-size: 56px;
                            }
                            .txt{
                                color: #173257;
                                opacity: 70%;
                                font-weight: 600;
                                font-size: 20px;
                            }
                        }
                    }
                }
            }
            .right-right{
				display: none;
                img{
                    width: 100%;
                    height: 100%;
                }
            }
        }
        .third-block{
            background-color: white;
            padding-top: 70px;
            padding-left: 25px;
            padding-bottom: 70px;
            padding-right: 25px;
            display: flex;
            flex-direction: column;
			justify-content: center;
			align-items: center;
            .poc{
				text-align: center;
                color: #1E385B;
                font-size: 36px;
            }
            .block{
				width: 100%;
                margin-top: 60px;
                display: flex;
                flex-direction: column;
				justify-content: center;
				align-items: center;
                row-gap: 40px;
                .top{
					width: 100%;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
					align-items: center;
                    row-gap: 40px;
                    .sec{
						text-align: center;
						min-width: 0px;
						display: flex;
                        flex-direction: column;
						justify-content: center;
						align-items: center;
                        row-gap: 10px;
                        img{
                            width: 60px;
                            height: 60px;
                        }
                        h3{
                            font-size: 20px;
                            color: #212121;
                        }
                        p{
                            color: #515151;
                            font-size: 17px;
                        }
                    }
                }
            }
            .button{
                margin-left: 0px;
                padding-top: 32px;
                padding-bottom: 31px;
                font-size: 16px;
                border-radius: 12px;
                margin-top: 63px;
                background: linear-gradient(87.79deg, #0099FA 0%, #002ED9 100%);
                width: 248px;
                height: 82px;
                text-align: center;
                align-self: center;
                color: white;
            }
        }
        .fourth-block{
            display: flex;
            flex-direction: column;
            gap: 60px;
            background-color: #0F487C;
            padding-left: 25px;
            padding-right: 25px;
            justify-content: center;
            padding-top: 70px;
            padding-bottom: 70px;
			align-items: center;
            .sec{
                display: flex;
                flex-direction: column;
                justify-content: center;
                border-radius: 12px;
                background-color: #04294B;
                width: 100%;
                height: 352px;
                align-items: center;
                padding-bottom: 28px;
                img{
                    width: 228px;
                    height: 228px;
                    margin-top: -48px;
                }
                p{
                    color: white;
                    font-weight: 700;
                    line-height: 1.7;
                    text-align: center;
                }
                .but{
                    background: #0F487C;
                    width: 156.96px;
                    height: 51px;
                    border-radius: 12px;
                    color: #fff;
                    text-align: center;
                    margin-top: 30px;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    font-weight: 600;
                }
            }
        }
        .fiveth-block{
            display: flex;
            flex-direction: column;
            padding-left: 50px;
            padding-right: 50px;
			padding-bottom: 70px;
			padding-top: 70px;
            background-color: #EEF2F9;
			align-items: center;
			justify-content: center;
			height: auto;
            img{
				display: none;
                position: absolute;
                left: 0;
                width: 254px;
                height: 349px;
            }
            .txt{
				display: flex;
				flex-direction: column;
				justify-content: center;
				align-items: center;
				text-align: center;
                h3{
                    margin-top: 0px;
                    position: relative;
                    color: #1E385B;
                    font-size: 46px;
                }
                p{
					text-align: center;
					width: 250px;
                    color: #515151;
                    font-size: 20px;
                    position: relative;
                    margin-top: 15px;
                    line-height: 1.4;
                }
            }
            .email{
                display: flex;
                flex-direction: column;
                gap: 25px;
                position: relative;
                margin-top: 30px;
                right: 0px;
				justify-content: center;
				align-items: center;
                input{
					text-align: center;
                    width: 253px;
                    height: 54px;
                    border-radius: 12px;
                    padding-left: 0px;
                }
                input::placeholder{
					text-align: center;
                    color: #515151;
                    opacity: 50%;
                    font-weight: lighter;
                    margin-left: 24px;
                }
                .button{
                    justify-content: center;
                    display: flex;
                    flex-direction: column;
                    background: linear-gradient(86.77deg, #0099FA 0%, #002ED9 100%);
                    width: 125px;
                    height: 51px;
                    border-radius: 12px;
                    color: white;
                    font-weight: 600;
                    font-size: 15px;
                    text-align: center;
                }
            }
        }
        .sixth-block{
            background-color: #b2cefd;
            padding-left: 25px;
            padding-top: 70px;
            padding-right: 25px;
            padding-bottom: 70px;
            display: flex;
            flex-direction: column;
            h1{
				text-align: center;
                color: #1E385B;
                font-size: 46px;
                font-weight: 600;
            }
            .www{
				text-align: center;
                margin-top: 18px;
                color: #515151;
                font-size: 20px;
            }
            .coms{
                margin-top: 40px;
                display: flex;
                flex-direction: column;
                gap: 20px;
                .top{
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
					align-items: center;
                    .comm{
						display: flex;
						flex-direction: column;
						justify-content: space-between;
						width: 100%;
                        height: auto;
                        background-color: #fff;
                        padding-bottom: 14px;
                        padding-left: 24px;
                        padding-right: 24px;
                        padding-top: 24px;
                        border-radius: 15px;
                        .rate-date{
							text-align: center;
                            display: flex;
                            flex-direction: row;
                            justify-content: space-between;
                            align-items: center;
                            .r{
                                color: #0099FA;
                                font-size: 22px;
                                letter-spacing: 3px;
                            }
                            .txt{
                                color: #515151;
                                font-size: 17px;
                            }
                        }
                        .com-t{
                            color: #515151;
                            margin-top: 20px;
                            font-size: 16px;
                            line-height: 1.3;
							height: auto;
                        }
                        .flag{
                            margin-top: 15px;
                            border-top: 1px solid #96AEC1;
                            height: 70px;
                            display: flex;
                            flex-direction: row;
                            gap: 15px;
                            align-items: center;
                            img{
                                width: 50px;
                                height: 50px;
                            }
                            .id-name{
                                display: flex;
                                flex-direction: column;
                                gap: 4px;
                                .name{
                                    color: #3A4A68;
                                    font-size: 17px;
                                    font-weight: 700;
                                }
                                .id{
                                    color: #3A4A68;
                                    font-size: 14px;
                                }
                            }
                        }
                    }
                }
            }
        }
        .seventh-block{
            background-color: #0F487C;
            height: auto;
            padding-right: 52px;
            padding-left: 52px;
            padding-top: 70px;
            padding-bottom: 70px;
            display: flex;
            flex-direction: column;
            justify-content: center;
			align-items: center;
			gap: 50px;
           .top{
                display: flex;
                flex-direction: column;
                justify-content: center;
				gap: 70px;
                img{
                    width: 269px;
                    height: 100px;
                }
            }
        }
    }
	footer {
		height: auto;
		background-color: #063764;
		padding-top: 70px;
		padding-left: 25px;
		padding-right: 25px;
		padding-bottom: 70px;
		.risk{
			display: flex;
			flex-direction: column;
			gap: 10px;
			text-align: center;
			justify-content: center;
			align-items: center;
			.risk-h1{
				display: flex;
				flex-direction: row;
				align-items: center;
				gap: 7px;
				img{
					width: 29px;
					height: 29px;
				}
				p{
					color: #96AEC1;
					font-size: 15px;
					font-weight: 700;
				}
			}
			p{
				color: #96AEC1;
				font-size: 13px;
				line-height: 1.8;
			}
		}
		.rules{
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			text-align: center;
			margin-top: 30px;
			color: #96AEC1;
			line-height: 1.8;
			font-size: 13px;
			gap: 15px;
		}
		.links{
			margin-top: 35px;
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			gap: 15px;
			div{
				text-align: center;
				width: auto;
				height: 22px;
				border-bottom: solid 1px #0099FA;
				color: white;
				font-size: 16px;
			}
		}
		.logo{
			margin-top: 40px;
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			gap: 40px;
			img{
				text-align: center;
				width: 100px;
				height: 100px;
			};
			.right{
				display: flex;
				flex-direction: column;
				gap: 40px;
				align-items: center;
				p{
					color: #96AEC1;
					font-size: 13px;
				}
				img{
					width: 40px;
					height: 40px;
				}
			}
		}
	}
}