*{
    margin: 0;
    padding: 0;
}
body{
	font-size: 15px;
	background: #00042f;
	font-family: 'Rubik', sans-serif !important;
}
a:hover{
	text-decoration: none !important;
}
.btn_reg,
#send-ins{
	-webkit-text-stroke-width: 2px;
   -webkit-text-stroke-color: #de8e34;
   font-weight: 800;
	font-size: 30px;
	text-decoration: none !important;
	padding: 15px 30px;
	color: #fff;
	border-radius: 8px; 
	background: rgba(255,111,0,1);
    background: -moz-linear-gradient(left, rgba(255,111,0,1) 0%, rgba(255,192,82,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,111,0,1)), color-stop(100%, rgba(255,192,82,1)));
    background: -webkit-linear-gradient(left, rgba(255,111,0,1) 0%, rgba(255,192,82,1) 100%);
    background: -o-linear-gradient(left, rgba(255,111,0,1) 0%, rgba(255,192,82,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,111,0,1) 0%, rgba(255,192,82,1) 100%);
    background: linear-gradient(to right, rgba(255,111,0,1) 0%, rgba(255,192,82,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6f00', endColorstr='#ffc052', GradientType=1 )

	-webkit-box-shadow: inset 0px -2px 10px -4px rgba(0,0,0,0.45);
    -moz-box-shadow: inset 0px -2px 10px -4px rgba(0,0,0,0.45);
    box-shadow: inset 0px -2px 10px -4px rgba(0,0,0,0.45);
}
.btn_reg:hover{
	color: #fff;
}
.section_header .btn_reg{
	display: block;
	width: 100%;
	max-width: 460px;
	text-align: center;
}
.section_header{
	height: 100vh;
	background: linear-gradient(to bottom, #00000038, #0000002e), url(../img/back1.jpg) no-repeat;
	background-size: cover;
}
.section_header .wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
    justify-content: space-around;
    height: 100vh;
}
.section_header .logo{
	text-align: center;
	margin: 60px 0;
}
.section_header .wrapp_baner{
	color: #fff;
}
.wrapp_baner h1{
	text-transform: uppercase;
	font-size: 7rem;
    font-weight: bold;
    line-height: 100px;
    margin:0 0 40px;
}
.wrapp_baner p{
	font-size: 23px;
	margin-bottom: 40px;
}
.section_header .text_bottom p{
	color: #fff;
	font-size: 25px;
	text-align: center;
} 
.section_header .text_bottom p .wrapp_color{
	color: #ffc152;
	font-size: 30px;
}
.section_advantages{
	background: #010024;
	padding: 40px 0 30px;
}
.section_advantages h2{
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 20px; 
}
.section_advantages .block_items{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.section_advantages .block_items .item{
	width: 30%;
	text-align: center;
	color: #fff; 
	border-radius: 7px;
	margin: 15px;
}
.section_advantages .block_items .item .wrapp{
	padding: 30px; 
	height: 100%;
}
.section_advantages .block_items .item:nth-child(1){
	border: 2px solid #00c6ff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,200,255,1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,200,255,1);
	box-shadow: 0px 0px 10px 0px rgba(0,200,255,1);
}
.section_advantages .block_items .item:nth-child(1) .wrapp{
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,200,255,1);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0,200,255,1);
	box-shadow: inset 0px 0px 10px 0px rgba(0,200,255,1);
}
.section_advantages .block_items .item:nth-child(2){
	border: 2px solid #db3894;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(219,56,148,1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(219,56,148,1);
	box-shadow: 0px 0px 10px 0px rgba(219,56,148,1);
}
.section_advantages .block_items .item:nth-child(2) .wrapp{
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(219,56,148,1);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(219,56,148,1);
	box-shadow: inset 0px 0px 10px 0px rgba(219,56,148,1);
}
.section_advantages .block_items .item:nth-child(3){
	border: 2px solid #ffbf50;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(255,191,80,1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(255,191,80,1);
	box-shadow: 0px 0px 10px 0px rgba(255,191,80,1);
}
.section_advantages .block_items .item:nth-child(3) .wrapp{
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(255,191,80,1);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(255,191,80,1);
	box-shadow: inset 0px 0px 10px 0px rgba(255,191,80,1);
}
.section_advantages .block_items .item img{
	width: 100%;
	height: 70px;
	object-fit: contain;
	margin-bottom: 20px;
}
.section_advantages .block_items .item .title{
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
}
.section_bott_form{
	height: 85vh;
	    background: linear-gradient(to bottom, #00000096, #0000002e), url(../img/back2.jpg) no-repeat;
	background-size: cover;
}
.section_bott_form>.container,
.wrapp_sect_footer{
	height: inherit;
}
.wrapp_sect_footer{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.section_bott_form .wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin-top: 70px;
	justify-content: center;
}
.section_bott_form .wrapper .sect{
	width: 45%;
	color: #fff;
	margin: 0 15px;
}
.section_bott_form .wrapper .sect_title h2{
	font-size: 5rem;
	text-transform: uppercase;
    font-weight: bold;
    line-height: 70px;
    margin: 30px 0 40px;
}
.section_bott_form .wrapper .sect_title p{
	font-size: 2.7rem;
}
.section_bott_form #form{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	background: #fff;
	color: #818080;
	padding: 10px 50px 0; 
	border-radius: 10px; 
}
.section_bott_form #form .wrapp_form_input{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
}
.section_bott_form #form .wrapp_form_input input{
	border: none;
    border-bottom: 1px solid #818080;
    padding: 13px 0;
    outline: none;
    letter-spacing: 1.2px;
    margin-bottom: 15px;
}

.section_bott_form #form .wrapp_form_input input#phone{
	width: 100%;
	padding-left: 45px;
}

.section_bott_form #form h3{
	color: #ff6d00;
	font-weight: bold;
	text-align: center;
}
.section_bott_form #form .polis_conf{
	margin-top: 10px;
}
.section_bott_form #form #send-ins{
	border: none;
    outline: none;
    padding: 10px 30px;
    margin: 0 auto;
    width: 90%;
    position: relative;
    bottom: -30px;
}

.sect_footer{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	color: #818080;
	margin-bottom: 10px;
}

/*modal*/

.modal__content{
    font-size: 20px;
}

.modal__content ul{
	margin-left: 20px;
}

.modal__content ul li{
	font-size: 15px;
}

.modal__close{
    background: #999;
    border: none;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    font-weight: bold;
    position: absolute;
    right: 5px;
    top: 5px;
    transform: rotate(45deg);
    outline: none;
}

.modal_polis p{
    text-align: left;
    font-size: 15px;
}

#alert_after .modal__content{
	text-align: center;
	font-size: 15px;
}

@media screen and (min-width: 668px) and (max-width: 1024px){
	.section_header,
	.section_header .wrapper{
		height: 100%;
	}
	.section_bott_form{
		height: 100%;
	}
	.section_advantages .block_items .item{
		width: 45%;
	}
	.section_bott_form .wrapper .sect_title p{
		text-align: center;
	}
	.section_bott_form .wrapper .sect.sect_title{
		width: 100%;
	}
	.section_bott_form .wrapper .sect.sect_form{
		width: 100%;
		max-width: 450px;
		margin: 0 auto 50px;
	}



}

@media screen and (min-width: 320px) and (max-width: 667px){
	.section_header,
	.section_header .wrapper{
		height: 100%;
	}

	.wrapp_baner h1{
		font-size: 4.2rem;
		line-height: 50px;
	}
	.section_header .text_bottom p{
		font-size: 19px;
	}
	.section_advantages .block_items .item{
		width: 100%;
	}
	.section_bott_form{
		height: 100%;
	}
	.section_bott_form .wrapper .sect{
		width: 100%;
	}
	.section_bott_form .wrapper .sect_title p{
		text-align: center;
	}
	.section_bott_form .wrapper .sect.sect_form{
		width: 100%;
		max-width: 450px;
		margin: 0 auto 50px;
	}
	.section_bott_form .wrapper .sect_title h2{
		font-size: 3rem;
		line-height: 45px;
	}
}



@media (max-width: 568px){
	.logo img{
		width: 100%;
		max-width: 200px
	}
	.sect_footer{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.section_bott_form #form #send-ins{
		font-size: 21px;
		padding: 10px; 
	}
	.section_header{
		background-position-x: center; 
	}
}