*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Gilroy-Regular";
}
@font-face{
    font-family: "Gilroy-Regular";
    src: url(../fonts/gilroy-regular.ttf);
}
@font-face{
    font-family: "Gilroy-Medium";
    src: url(../fonts/gilroy-medium.ttf);
}
@font-face{
    font-family: "Gilroy-bold";
    src: url(../fonts/gilroy-bold.ttf);
}
@font-face{
    font-family: "Gilroy-black";
    src: url(../fonts/gilroy-black.ttf);
}
.container{
    max-width: 1200px;
    padding: 0 30px;
    margin: 0 auto;
}
.navigation{
    position: absolute;
    width: 100%;
    z-index: 999;
}
.nav-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}
.logo{
    display: flex;
    align-items: center;
    gap: 24px;
    text-decoration: none;
}
.first-screen{
    width: 100%;
    height: 100vh;
    background-image: url(../fs.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    
}
.first-screen .container{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    position: relative;
}
.first-screen__info{
    width: 100%;
}
.logo__descript{
    color:#ffffff;
    font-size: 18px;
}
.navigation__btn{
    color: #000000;
    background-color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 28px;
    padding-right: 28px;
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 17px;
    font-family: "Gilroy-bold";
    transition-duration:0.3s
}
.navigation__btn:hover{
    opacity: 0.8;
    transition-duration:0.3s
}
h1 {
    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-weight: 900;
    font-size: 58px;
    line-height: 1.1;
    font-family: "Gilroy-black";

}
ul{
    margin-top: 32px;
}
li{
    color: #ffffff;
    font-size: 17px;
    margin-bottom: 10px;
    position: relative;
    display: flex;
    list-style: none;
    line-height: 140%;
    font-family: "Gilroy-Medium";
}
li::before{
    content: '+';
    margin-right: 8px;
}
.btn-fs{
    color: #ffffff;
    text-decoration: none;
    font-size: 1.6em;
    font-weight: 500;
    text-transform: none;
    background-color: #F44336;
    border-radius: 10px;
    padding: 20px 30px 20px 30px;
    background-image: linear-gradient(180deg, #f5776e 0%, #F44336 100%);
    font-family: "Gilroy-black";
    display: flex;
    align-items: center;
    gap: 8px;
    width: max-content;
    margin-top: 65px;
    transition-duration:0.3s
}

.btn-fs:hover{
    opacity: 0.8;
    transition-duration:0.3s
}
.footer-descript{
    margin-top: 20px;
    display: block;
    font-size: 24px;
    color: #ffffff;
    font-family: "Gilroy-bold";
}

.bonus-block{
    border-radius: 12px;
    background-color: #ffffff;
    padding: 20px;
    position: absolute;
    right: 30px;
    bottom: 30px;
}
.bonus-block h3{
    font-family: "Gilroy-bold";
    font-size: 24px;
    margin-bottom: 10px;
}
.bonus-block span{
    font-family: "Gilroy-Medium";
    font-size: 17px;
    display: block;
    margin-bottom: 5px;
}
.bonus-block a{
    color: #F44336;
    font-family: "Gilroy-bold";
}
.bonus-block p{
    font-size: 17px;
    font-family: "Gilroy-Medium";
}
.bonus-block p span{
    display: inline;
    font-size: 24px;
    font-family: "Gilroy-black";
}
@media(max-width:770px){
    .nav-row{
        padding-top: 10px;
    }
    .logo__icon svg{
        width: 60px !important;
        height: 60px !important;
    }
    .logo{
        gap: 8px;
    }
    .logo__descript{
        font-size: 15px;
        display: none;
    }
    .navigation__btn{
        font-size: 15px;
    }
    h1{
        font-size: 36px;
    }
    .first-screen .container{
        padding-top: 100px;
        justify-content: flex-start;
        align-items: flex-start;
        display: block;
    }
li{
    font-size: 15px;

}
.btn-fs{
    font-size: 20px;
    width: 100%;
    justify-content: center;
}
.footer-descript{
    font-size: 18px;
}

.bonus-block{
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: 50px;
    text-align: center;
}
.first-screen{
    min-height: auto;
    padding-bottom: 70px;
}
}






.footer-bs {
  background-color: #3c3d41;
	padding: 60px 40px;
	color: rgba(255,255,255,1.00);
	border-bottom-right-radius: 6px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 6px;
 
  margin: auto;
}
.footer-bs .footer-brand, .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { padding:10px 25px; }
.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-color: transparent; }
.footer-bs .footer-brand h2 { margin:0px 0px 10px; }
.footer-bs .footer-brand p { font-size:12px; color:rgba(255,255,255,0.70); }

.footer-bs .footer-nav ul.pages { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.pages li { padding:5px 0px;}
.footer-bs .footer-nav ul.pages a { color:rgba(255,255,255,1.00); font-weight:bold; text-transform:uppercase; }
.footer-bs .footer-nav ul.pages a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }
.footer-bs .footer-nav h4 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom:10px;
}

.footer-bs .footer-nav ul.list { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.list li { padding:5px 0px;}
.footer-bs .footer-nav ul.list a { color:rgba(255,255,255,0.80); }
.footer-bs .footer-nav ul.list a:hover { color:rgba(255,255,255,0.60); text-decoration:none; }

.footer-bs .footer-social ul { list-style:none; padding:0px; }
.footer-bs .footer-social h4 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.footer-bs .footer-social li { padding:5px 4px;}
.footer-bs .footer-social a { color:rgba(255,255,255,1.00);}
.footer-bs .footer-social a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }

.footer-bs .footer-ns h4 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom:10px;
}
.footer-bs .footer-ns p { font-size:12px; color:rgba(255,255,255,0.70); }
