* {
	padding: 0;
	margin: 0;
}
@font-face{
font-family: 'titles';
src: url('../img/fonts/titles.otf');
src: url('../img/fonts/titles.otf') format('otf'),
url('../img/fonts/titles.woff') format('woff'),
url('../img/fonts/titles.otf') format('truetype'),
font-weight: normal;
font-style: normal;
}
@font-face{
font-family: 'main';
src: url('../img/fonts/main.otf');
src: url('../img/fonts/main.otf') format('otf'),
url('../img/fonts/main.woff') format('woff'),
url('../img/fonts/main.otf') format('truetype'),
font-weight: normal;
font-style: normal;
}
h1, h2, h3, h4, h5, h6{
	color: #F79A9E;
	font-family: 'titles';
}
a, p, span, li{
	font-family: 'main';
	color: #FFFFFF;
}
html{
	scroll-behavior: smooth;
}
body{
	background: #2b2e3a;
	background: -moz-linear-gradient(top,  #2b2e3a 1%, #07080c 100%);
	background: -webkit-linear-gradient(top,  #2b2e3a 1%,#07080c 100%);
	background: linear-gradient(to bottom,  #2b2e3a 1%,#07080c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2e3a', endColorstr='#07080c',GradientType=0 );
}
.container{
	width: 80%;
	margin: 0 auto; 
}
header{
	padding: 20px 0;
	background-color: #42444E;
}
header .wrapp-header-menu{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
}
header .wrapp-header-menu a.logo-header img{
	width: 180px;
}
header .wrapp-header-menu .nav-menu ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
header .wrapp-header-menu .nav-menu ul li{
	list-style: none;
	margin-right: 50px;
	font-size: 18px;
}
header .wrapp-header-menu .nav-menu ul li:last-child{
	margin-right: 0;
}
header .wrapp-header-menu .nav-menu ul li a{
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
header .wrapp-header-menu .nav-menu ul li a:hover{
	color: #F79A9E;
}
.wrapper .bckg-main-title{
	background: url('../img/left-leaves.png')no-repeat left,
	 url('../img/right-leaves.png')no-repeat right;
	background-size: contain;
	padding: 10% 0;
	margin-bottom: 80px;
}
.wrapper .bckg-main-title .title_content{
	text-align: center;
}
.wrapper .bckg-main-title .title_content h1{
	font-size: 4rem;
	text-transform: uppercase;
  font-weight: 100;
  padding: 50px 0;
}
.wrapper .bckg-main-title .title_content p{
	font-size: 18px;
	font-weight: 100;
	line-height: 2;
}
.wrapp_block-chance .sect_article-chance .block-application-button,
.wrapper .bckg-main-title .title_content .block-application-button{
	margin: 50px 0;
}
.wrapp_block-chance .sect_article-chance .block-application-button a,
.wrapper .bckg-main-title .title_content .block-application-button a{
	text-decoration: none;
  text-transform: uppercase;
  font-size: 22px;
  padding: 15px 50px;
  border: 1px solid #fff;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
}
.wrapp_block-chance .sect_article-chance .block-application-button a:hover,
.wrapper .bckg-main-title .title_content .block-application-button a:hover{
	border: 1px solid #F79A9E;
	color: #F79A9E;
}
.block-to_bottom{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	position: relative;
	padding: 20px 0;
	width: 50px;
	margin:0 auto;
}
.block-to_bottom::before{
	content: '';
	display: block;
	width: 1px;
	height: 90px;
	background: #c57f859c;
}
.block-to_bottom::after{
	content: '';
	background: url('../img/down-chevron.png')no-repeat;
	background-size: 28px 28px;
	display: block;
	width: 28px;
	height: 28px;
	position: absolute;
	top: 46px;
}
.feathers{
	font-size: 3rem;
  font-weight: 100;
  text-transform: uppercase;
	position: relative;
}
.feathers::after{
	content: '';
	background: url('../img/after-title.png')no-repeat;
	background-size: 86px 62px;
	display: block;
	width: 86px;
	height: 62px;
}
.title-about_us{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.title-about_us .title-section.one{
	width: 60%;
}
.title-about_us .title-section.one p{
	line-height: 2;
	width: 80%;
}
.title-section.two{
	width: 40%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  margin-left: 150px;
}
.action-block{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
  -ms-align-items: center;
  align-items: center;
  padding: 10px 0;
}
.title-section.two .action-block img{
	width: 85px;
	margin-right: 50px;
}
.wrapp_block-chance{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}
.wrapp_block-chance .sect_img-block img{
	max-width: 600px;
  width: 100%;
}
.wrapp_block-chance .sect_article-chance{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  margin-left: 50px;
  width: 40%;
}
.wrapp_block-chance .sect_article-chance h2{
	font-size: 3rem;
  font-weight: 100;
  text-transform: uppercase;	
}
.wrapp_block-chance .sect_article-chance p.paragraph-after-title{
	padding: 15px 0;
	font-size: 18px;
	line-height: 1.5;
}
.wrapp_block-chance .sect_article-chance p.second-text-block{
	line-height: 2;
	color: #B4B4B4;
}
.wrapp-our-benefits{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	margin-bottom: 80px;
}
.wrapp-our-benefits .left-block-title{
	width: 40%;
}
.wrapp-our-benefits .right-block-benefits{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 60%;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.wrapp-our-benefits .right-block-benefits .blocks-img-text{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 10px;
	width: 45%;
	justify-content: space-between;
}
.wrapp-our-benefits .right-block-benefits .blocks-img-text img{
	width: 70px;
	margin-right: 30px;
}
.wrapp-our-benefits .right-block-benefits .blocks-img-text .text-benefits h4{
	color: #fff;
	font-weight: 100;
	font-size: 18px;
	margin-bottom: 10px;
}
.wrapp-our-benefits .right-block-benefits .blocks-img-text .text-benefits p{
	font-size: 14px;
	line-height: 1.5;
	color: #B4B4B4;
}
.section-form{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	margin-bottom: 80px;
}
.section-form .wrap_form_main h2.title-form{
  color: #fff;
	font-size: 3rem;
  font-weight: 100;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.section-form .wrap_form_main p.like_title{
	color: #F79A9E;
	margin-bottom: 30px;
}
.wrap_form_main input[type="text"],
.wrap_form_main input[type="tel"]{
	width: 100%;
	padding:15px;
	outline: none;
	color: #B4B4B4;
	margin: 15px 0 ;
	max-width: 680px;
	border-radius: 30px;
	box-sizing: border-box;
	background: transparent;
	border: 1px solid #B4B4B4;
	transition: all 0.3s ease-in-out;
}
.wrap_form_main input[type="text"]:hover,
.wrap_form_main input[type="tel"]:hover,
.wrap_form_main input[type="tel"]:focus,
.wrap_form_main input[type="text"]:focus{
	border: 1px solid #FF9FA3;
}
.wrap_form_main input[placeholder]:hover,
.wrap_form_main input[placeholder]:focus{
	color: #FF9FA3;
}
.wrap_form_main span{
	color: #B4B4B4;
}
.wrap_form_main span a{
	color: #FF9FA3;
	text-decoration: none;
}
.button_submit{
	max-width: 670px;
	width: 100%;
}
.button_submit button[type="submit"]{
	color: #000;
	width: 100%;
	padding: 15px;
	outline: none;
	margin: 15px 0;
	max-width: 680px;
	border-radius: 30px;
	background: #FF9FA3;
	border: 1px solid #FF9FA3;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}
.button_submit button[type="submit"]:hover{
	color: #FF9FA3;
	background: transparent;
	border: 1px solid #FF9FA3;
}
.df{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: center;}
.wrapp_fo{
	padding: 30px 0;
}
p.copyright,
.wrapp_fo .dev p a{
	color: #B4B4B4;
	text-decoration: none;
}
#thanks-form {
	background: #2b2e3a;
	background: -moz-linear-gradient(top,  #2b2e3a 1%, #07080c 100%);
	background: : -webkit-linear-gradient(top,  #2b2e3a 1%,#07080c 100%);
	background: linear-gradient(to bottom,  #2b2e3a 1%,#07080c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2e3a', endColorstr='#07080c',GradientType=0 );
}
#alert_polis_p{
	background: #2b2e3a;
	background: -moz-linear-gradient(top,  #2b2e3a 1%, #07080c 100%);
	background: : -webkit-linear-gradient(top,  #2b2e3a 1%,#07080c 100%);
	background: linear-gradient(to bottom,  #2b2e3a 1%,#07080c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2e3a', endColorstr='#07080c',GradientType=0 );
}
.policy_conf h3.like_title{
	text-align: center;
	margin-bottom: 20px;
}
.iziModal-wrap{
	background: url('../img/left-leaves.png')no-repeat left,
	url('../img/right-leaves.png')no-repeat right;
	background-size: 21%;
}
button.modal__close {
  background: transparent;
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  font-size: 16px;
  position: absolute;
  outline: none;
  top: 15px;
  right: 15px;
}
h1.no-like_title{
	font-size: 4rem;
	font-weight: 100;
	text-align: center;
}
p.like_article{
	text-align: center;
	font-size: 22px;
	padding-top: 50px;
}
img.img_close{
	margin-left: 10px;
	width: 15px;
}
.iziModal .iziModal-content{
	height: 450px;
}
.alert_polis_p .policy_conf p{
	color: #000;
}
.phone.alert_massage{
	display: none;
}
.phone.alert_massage.on{
	display: block !important;
  text-transform: uppercase;
  font-family: 'main';
  text-align: center;
  color: #ec4040;
}
@media screen and (min-width: 1201px) and (max-width: 1366px) {
	.title-about_us .title-section.one p{
		width: 100%;
	}
	.title-section.two{
		margin-left: 50px;
	}
	.wrapp_block-chance .sect_article-chance{
		margin-left: 0px;
    width: 60%;
	}
	.wrapp-our-benefits .right-block-benefits{
		width: 100%;
	}
}
@media screen and (min-width: 901px) and (max-width: 1200px) {
	.wrapper .bckg-main-title{
		background: url(../img/left-leaves.png)no-repeat left bottom,
 		url(../img/right-leaves.png)no-repeat right bottom;
    background-size: 30%;
	}
	.title-about_us{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.title-about_us .title-section.one{
		width: 100%;
	}
	.title-section.two{
		width: 100%;
		margin-left: 0px;
	}
	.wrapp_block-chance .sect_article-chance h2{
		font-size: 2rem;
	}
	.feathers{
		font-size: 2rem;
	}
	.wrapp_block-chance .sect_article-chance{
		margin-left: 0px;
    width: 100%;
	}
	.wrapp-our-benefits{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.wrapp-our-benefits .left-block-title{
		width: 100%;
	}
	.wrapp-our-benefits .right-block-benefits{
		width: 100%;
	}
}
@media screen and (min-width: 769px) and (max-width: 900px) {
	header .wrapp-header-menu .nav-menu ul li{
		margin-right: 30px;
	}
	.wrapper .bckg-main-title{
		background: url(../img/left-leaves.png)no-repeat left bottom,
 		url(../img/right-leaves.png)no-repeat right bottom;
    background-size: 30%;
	}
	.wrapper .bckg-main-title .title_content h1{
		font-size: 3rem;
	}
	.title-about_us{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.title-about_us .title-section.one{
		width: 100%;
	}
	.title-section.two{
		width: 100%;
		margin-left: 0px;
	}
	.wrapp_block-chance{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.wrapp_block-chance .sect_article-chance{
		width: 100%;
	}
	.wrapp-our-benefits{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.wrapp-our-benefits .left-block-title{
		width: 100%;
	}
	.wrapp-our-benefits .right-block-benefits{
		width: 100%;
	}
	.feathers{
		font-size: 2rem;
	}
	.wrapp_block-chance .sect_article-chance h2{
		font-size: 2rem;
	}
}
@media screen and (min-width: 567px) and (max-width: 768px) {
	header .wrapp-header-menu{
		flex-direction: column;
	}
	.title-about_us{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.wrapp_block-chance{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.wrapp_block-chance .sect_article-chance{
		margin-left: 0px;
    width: 100%;
	}
	.wrapp-our-benefits{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.wrapp-our-benefits .right-block-benefits{
		width: 100%;
	}
	.wrapp-our-benefits .right-block-benefits .blocks-img-text{
		width: 100%;
    justify-content: flex-start;
	}
	.wrapper .bckg-main-title{
		background: url(../img/left-leaves.png)no-repeat left bottom,
 		url(../img/right-leaves.png)no-repeat right bottom;
    background-size: 36%;
	}
	.title-about_us .title-section.one{
		width: 100%;
    margin-bottom: 20px;
	}
	.title-section.two{
		width: 100%;
		margin-left: 0px;
	}
}
@media screen and (min-width: 320px) and (max-width: 568px) {
	header .wrapp-header-menu{
		flex-direction: column;
	}
	header .wrapp-header-menu .nav-menu ul{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.nav-menu{
		text-align: center;
	}
	header .wrapp-header-menu .nav-menu ul li{
		margin-right: 0;
	}
	.wrapper .bckg-main-title .title_content h1{
		font-size: 2rem;
		padding: 30px 0;
	}
	.wrapper .bckg-main-title .title_content p{
		line-height: 1.5;
	}
	.title-about_us{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.wrapper .bckg-main-title{
		background: url(../img/left-leaves.png)no-repeat left bottom,
 		url(../img/right-leaves.png)no-repeat right bottom;
    background-size: 36%;
	}
	.wrapp_block-chance .sect_article-chance .block-application-button a,
	.wrapper .bckg-main-title .title_content .block-application-button a{
		font-size: 18px;
    padding: 15px 30px;
	}
	.wrapp_block-chance .sect_article-chance .block-application-button, 
	.wrapper .bckg-main-title .title_content .block-application-button{
		margin: 30px 0;
	}
	.title-about_us .title-section.one{
		width: 100%;
	}
	.wrapp_block-chance .sect_article-chance{
		margin-left: 0px;
    width: 100%;
	}
	.title-section.two .action-block img{
		width: 60px;
    margin-right: 20px;
	}
	.wrapp_block-chance .sect_img-block img{
		margin-bottom: 20px;
	}
	.wrapp_block-chance .sect_article-chance h2{
		font-size: 2rem;
	}
	.title-section.two{
		width: 100%;
		margin-left: 0px;
	}
	.title-about_us .title-section.one p{
		width: 100%;
		line-height: 1.6;
    margin-bottom: 20px;
	}
	.feathers{
		font-size: 2rem;
	}
	.wrapp-our-benefits .right-block-benefits .blocks-img-text img{
		margin-right: 0px;
	}
	.wrapp_block-chance{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.wrapp-our-benefits{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.wrapp-our-benefits .left-block-title{
		width: 100%;
	}
	.wrapp-our-benefits .right-block-benefits{
		width: 100%;
	}
	.wrapp-our-benefits .right-block-benefits .blocks-img-text{
		flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    width: 100%;
	}
	.section-form .wrap_form_main h2.title-form{
		font-size: 2rem;
	}
	.container{
		width: 90%;
	}
	h1.no-like_title{
		font-size: 2rem;
	}
	.iziModal .iziModal-content{
		height: 350px;
	}
}