@font-face {
	font-family: "Montserrat";
	src: url('/assets/fonts/Montserrat/Montserrat-Regular.woff2') format('woff2');
	font-style: normal;
}
@font-face {
	font-family: "Montserrat";
	src: url('/assets/fonts/Montserrat/Montserrat-Italic.woff2') format('woff2');
	font-style: italic;
}

/* width */
::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f0f5ff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #3D4F79;
  border-radius: 3px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #FEC061;
}

*{
	font-family: Montserrat, Roboto, Arial, sans-serif;
	color: #3D4F79;
}
html, body{
	
}
a{
	text-decoration: none !important;
}

section{
	min-height: 60vh;
}
.margin-responsive{
	margin-bottom: 40px;
}

section.main-top{
	background: url(/assets/images/top-bg.png) top center no-repeat;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
}

.navbar{
	/* border-bottom: 3px solid #3D4F79; */
}
.navbar-nav .nav-item{
	margin-right: 2px;
}

.flex-header{
	position: relative;
	display: flex;
    align-items: center;
	justify-content: center;
    min-height: calc(80vh - 110px);
	z-index: 10;
}
.title-name{
	font-size: 60px;
	line-height: 50px;
	text-align: center;
}
.title-name > span:nth-child(3){
	font-size: 24px;
	line-height: 22px;
}
.top-linear{
	
}
.flex-center{
	position: relative;
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-height: calc(80vh - 110px);
	z-index: 1;
}

.header-cash{
	background: url("/assets/images/header_cash.png") no-repeat;
}

.main-button.menu{
	font-size: 18px;
	line-height: 22px;
	border-radius: 8px;
	padding: 10px 36px;
}
.main-button{
	color: #fff;
	border: 0;
	background: #FEC061;
	box-shadow: 4px 4px 10px 0px #00000033;
	font-size: 32px;
	line-height: 34px;
}
.btn-welcome{
    padding: 15px 40px;
    border-radius: 15px;
	margin-top: 95px;
}

section.welcome{
	margin-top: 50px;
}
section.welcome p{
	font-size: 20px;
	line-height: 28px;
}

.margin-welcome{
	margin-bottom: 56px;
}

.welcome-box{
	background: #F0F5FF;
	box-shadow: 4px 4px 20px 0px #0000001A;
	border-radius: 20px;
	max-width: 400px;
	min-height: 550px;
	margin-bottom: 30px;
	padding: 64px 32px;
    text-align: center;
	margin-right: auto;
    margin-left: auto;
}
.welcome-box h4{
	margin: 24px 0px;
    font-weight: 600;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 28px;
}

section.command{
	margin-top: 100px;
}
section.command h3{
	font-size: 28px;
	font-weight: 600;
	line-height: 32px;
}
section.command p{
	font-size: 20px;
	line-height: 28px;
}
.bg-command-list{
	background: #F0F5FF;
	max-width: 630px;
	min-height: 220px;
	border-radius: 10px;
	margin: 32px 0;
	padding: 22px 24px;
}
.bg-command-list ul{
	list-style: none;
    padding: 0px;
    padding-left: 20px;
	margin: 0;
}
.bg-command-list ul > li{
	position: relative;
	margin-bottom: 9px;
	padding-left: 30px;
}
.bg-command-list ul > li:before{
	content: '';
	position: absolute;
	background: #FEC061;
	width: 15px;
	height: 15px;
	border-radius: 20px;
	left: 0px;
    top: 4px;
}
.bg-command-list ul > li:last-child{
	margin-bottom: 0;
}

section.registration{
	background: #FEC061;
	min-height: 400px;
	margin-top: 100px;
	margin-bottom: 150px;
}
.reg-image{
	background-image: url('/assets/images/registration.png');
	background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
	width: 100%;
    height: 400px;
}
.flex-center-reg h3, .flex-center-reg p, .flex-center-reg button{
	color: #fff;
}
.flex-center-reg h3{
	font-size: 24px;
	font-weight: 600;
	line-height: 29px;
}
.flex-center-reg{
	display: flex;
	min-height: 400px;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.button-reg{
	border: 0;
    background: #FEC061;
    box-shadow: 4px 4px 10px 0px #00000033;
    font-size: 32px;
    line-height: 34px;
	margin-top: 64px;
	width: 306px;
	height: 70px;
	padding: 10px 10px 10px 0px;
	border-radius: 20px;
	border: 3px solid #fff;
}

section.contact{}
section.contact h3{
	text-transform: uppercase;
	margin-bottom: 16px;
	font-size: 24px;
	line-height: 25px;
	font-weight: 600;
}
section.contact p{
	margin-bottom: 48px;
	font-size: 20px;
	line-height: 28px;
}
section.contact form input{
	background-color: #F0F5FF;
	height: 64px;
	padding: 10px 15px 10px 15px;
	border-radius: 10px;
	border: 0;
}
section.contact form textarea{
	background-color: #F0F5FF;
	min-height: 170px;
	padding: 10px 15px 10px 15px;
	border-radius: 10px;
	border: 0;
}
section.contact .send-button{
	width: 100%;
    height: 60px;
    border-radius: 10px;
    padding: 10px;
}
section.contact .flex-contact{
	min-height: 400px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
section.contact .icon-email{
	position: relative;
	padding-left: 80px;
	word-break: break-all;
}
section.contact .icon-email:before{
	content: '';
	position: absolute;
	width: 60px;
	height: 44px;
	border-radius: 8px;
	background-color: #FEC061;
	background-image: url('/assets/images/icon_email.png');
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
    top: 3px;
}

footer .icon-telegram{
	display: inline-block;
	background-color: #FEC061;
	background-image: url('/assets/images/icon_tg.png');
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: center;
	width: 40px;
	height: 40px;
	border-radius: 6px;
}
footer .icon-arrow{
	display: inline-block;
	background-color: #FEC061;
	background-image: url('/assets/images/icon_arrow.png');
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: center;
	width: 40px;
	height: 40px;
	border-radius: 6px;
}

#response{
	display: none;
}

#login, #register{
	padding-top: 50px;
	background: rgb(29,23,126);
	background: linear-gradient(333deg, rgba(29,23,126,1) 0%, rgba(8,8,111,1) 26%, rgba(0,212,255,1) 100%);
	min-height: 100vh;
}

.info-message{
	display: none;
	position: fixed;
    min-width: 190px;
    max-width: 360px;
    min-height: 40px;
    background: #ffffff;
    border-radius: 5px;
    right: 15px;
    top: 50px;
    color: #000000;
    padding: 10px 30px;
    font-weight: 500;
	z-index: 99999;
}

@media (width <= 770px){
	section{
		min-height: 50vh;
	}
	section.registration{
		margin-top: 50px;
		margin-bottom: 50px;
	}
	section.contact .flex-contact{
		min-height: 100px;
	}
}
@media (width <= 1200px){
	
	.hide-on-width{
		display: none;
	}
	.bg-command-list{
		padding-left: 5px;
	}
}
@media (width <= 570px){
	section{
		min-height: 40vh;
	}
	.flex-header{
		min-height: calc(60vh - 110px);
	}
	.btn-welcome{
		margin-top: 40px;
	}
	section.welcome{
		margin-top: 50px;
	}
	.title-name{
		font-size: 2.8rem;
	}
	section.command{
		margin-top: 50px;
	}
	section.contact .flex-contact{
		min-height: 0px;
		margin-bottom: 30px;
	}
	section.registration{
		margin-top: 50px;
		margin-bottom: 50px;
	}
}
@media (width <= 380px){
	.title-name{
		font-size: 2rem;
		line-height: 35px;
	}
}
@media (height <= 750px){
	.flex-header{
		margin-top: 40px;
	}
}