.html{
	height: 100%;
	font-family: 'Montserrat', sans-serif;
}

.main-page{
	background: linear-gradient(270deg, #A5DEFF 0%, #FCFEFF 100%);

	height: 100%;
	display: flex;
	flex-direction: column;
}

.wrapper{
	width: 1170px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}

.head{
	margin-top: 34px;
	margin-bottom: 58px;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
}

.logo-text{
	margin-left: 18px;
}

.main-page-row{
	display: flex;
	justify-content: space-between;
	height: 100%;
}

.banderogus-container{
	background: #fff;
	padding: 60px 56px;
	align-self: center;
}

.banderogus-greeting{
	color: #1B1D1F;

	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 16px;
}

.banderogus-start-text{
	color: #FF6B0A;

	font-weight: 600;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 48px;
}

.banderogus-tittle{
	color: #1B1D1F;

	font-weight: 600;
	font-size: 64px;
	line-height: 72px;
	margin-bottom: 24px;
}

.banderogus-descr{
	color: #1B1D1F;

	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 48px;
}

.banderogus-launch{
	background: #FF6B0A;
	border-radius: 8px;

	padding: 12px 24px;
	gap: 10px;

	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	cursor: pointer;
}

.banderogus-image{
	align-self: flex-end;
}

.gus-facts{
	padding: 52px 0 72px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.gus-tittle{
	color: #1B1D1F;

	font-weight: 600;
	font-size: 48px;
	line-height: 100px;
	margin: 16px 0;
}

.gus-descr{
	color: #1B1D1F;

	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	width: 875px;
	text-align: center;
}

.gus-facts-container{
	width: 1170px;
	display: flex;
	justify-content: space-between;
}

.gus-facts-item{
	width: 33%;
}

.gus-facts-tittle{
	color: #1B1D1F;

	font-weight: 600;
	font-size: 24px;
	line-height: 24px;
	margin: 12px 0 32px 0;
}

.gus-facts-descr{
	color: #1B1D1F;

	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	width: 280px;
}

.victory-footer{
	display: flex;
	justify-content: center;
}

.victory-bdg{
	background: linear-gradient(270deg, #C1E8FF 0%, #FFFFFF 100%);

	width: 1170px;
	padding: 72px 0;
	margin-bottom: 72px;
	display: flex;
    flex-direction: column;
    align-items: center;
}

.victory-tittle{
	color: #1B1D1F;

	font-weight: 600;
	font-size: 48px;
	line-height: 100px;
	margin: 16px 0;
}

.victory-descr{
	color: #1B1D1F;

	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}

.modal-bdg{
	background: rgb(27 29 31 / 70%);

	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out;

	opacity: 0;
	pointer-events: none;
}

.modal-form-container{
	background: #fff;

	padding: 32px 92px 60px 92px;
	position: relative;
}

.modal-form{
	display: flex;
    flex-direction: column;
    align-items: center;
}

.close-btn{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 20px;
	margin-top: 24px;
	margin-right: 24px;
	color: #1B1D1F;
	cursor: pointer;
	border: 0;
	background: none;
}

.modal-form-tittle{
	color: #000000;

	font-weight: 600;
	font-size: 24px;
	line-height: 24px;
	margin-top: 32px;
	margin-bottom: 12px;
}

.modal-form-deacr{
	color: #000000;

	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 24px;
}

.modal-form-field{
	width: 100%;
	display: flex;
    flex-direction: column;
	margin: 8px 0 16px 0;
}

.modal-field-name{
	color: #000000;

	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}

.modal-field-input{
	border: 1px solid #005BBB;
	border-radius: 8px;
	height: 48px;
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 24px;
	padding: 4px 8px;
}

.modal-form-btn{
	background: #FF6B0A;
	border-radius: 8px;

	padding: 12px 24px;
	gap: 10px;

	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	cursor: pointer;
	border:  0;
	margin-top: 24px;
}

.modal-descr{
	margin-bottom: 0;
}

.modal-active{
	opacity: 1;
	pointer-events: all;
}
