/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

#particles-js {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}



/* ---- stats.js ---- */

img {
	max-width: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Josefin Sans', sans-serif;
}

* {
	margin: 0;
	padding: 0;
}

a {
	font-family: Josefin Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	text-decoration: none;
	font-weight: 400;
}

body {
	font-family: 'Josefin Sans', sans-serif;
	background-color: #ebf0f6;
}

/* ___________style_text___________ */

p {
	font-weight: 300;
	font-size: 18px;
	line-height: 140%;
	margin: 0;
}

ul, ol{
	font-weight: 300;
	font-size: 18px;
	line-height: 140%;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: 'Josefin Sans', sans-serif;
	line-height: 1.15;
	margin: 0;
	padding: 0;
}

h1 {
	margin-top: 0;
	font-size: 48px;
	line-height: 120%;
	font-weight: 600;
}

h2 {
	font-size: 36px;
	font-weight: bold;
	line-height: 120%;
}

h3 {
	font-size: 24px;
	font-weight: 400;
	line-height: 120%;
}

#subtitle {
	font-weight: normal;
	font-size: 18px;
	line-height: 133%;
	text-align: center;
}

#link_extra {
	color: black;
	font-weight: 600;
	font-size: 18px;
	line-height: 133%;
	-webkit-text-decoration-line: underline;
	        text-decoration-line: underline;
}

h4 {
	font-size: 1.777em;
}

h5 {
	font-size: 1.333em;
}

small,
.text_small {
	font-size: 0.75em;
}

/* ______________________________  */


/* _____________block_header__________ */

header {
	width: 100%;
	-webkit-background-size: cover;
	background-attachment: fixed;
	background-size: cover;
}
#kav{
	font-size: 300px;
	line-height: 100%;
}
.menu {
	z-index: 3;
	padding-top: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

header .logo {
	z-index: 5;
	width: 180px;
	height: 30px;
	margin-left: 15px;
}
.wrapper a{
	color: #2C7CD1;
  text-decoration: underline;
}

.privacy-policy a, .cookies-policy a{
	color: #2C7CD1;
  text-decoration: underline;
}

@media (max-width: 576px) {
	.privacy-policy a, .cookies-policy a{
		font-size: 16px;
		max-width: 320px;
	}
}



header .link {
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

header .menu .ll a {
	color: #000;
	margin-left: 30px;
}

header .ll {
	margin-right: 30px;
}

#LogIn {
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 40px;
	width: 81px;
	color: #042458;
	border-radius: 4px;
	border: 1px solid #042458;
	font-weight: 600;
	font-size: 18px;
}

.SignUp {
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 40px;
	width: 100px;
	margin-left: 20px;
	background-color: #042458;
	border-radius: 4px;
	font-weight: 600;
	font-size: 18px;
	color: #ffff;
}


header .buttons {
	margin-top: 40px;
}

button {
	margin-right: 20px;
	padding: 15px 30px;
	height: 48px;
	border-width: 0;
	background: #2C7CD1;
	border-radius: 4px;
	font-weight: 600;
	font-size: 18px;
	line-height: 21px;
	color: #fff;
	z-index: 3;
}

header #button_2 {
	color: #ffffff;
	border-radius: 4px;
	border: 1px solid #FFFFFF;
	font-weight: 600;
	font-size: 18px;
	background: none;
}

header #demo01 {
	margin-right: 15px;
}

/* ______________________________ */

/*____________main_________________*/
h1{
	margin-top: 40px;
	margin-bottom: 20px;
}

h2{
	margin-top: 40px;
	margin-bottom: 20px;
}

ul,ol {
	margin-left: 30px;
	margin-bottom: 40px;

}

li {
	margin-top: 10px;
}

p{
	margin-bottom: 20px;
}




/*____________main-end_________________*/



footer {
	padding-bottom: 30px;
	background: #171717;
	color: #fff;
	font-family: Josefin Sans;
}

footer .logo {
	width: 304px;
	height: 60px;
	margin-top: 40px;
	margin-bottom: 20px;
}

footer .first a {
	color: #fff;
	margin-top: 25px;
	-webkit-text-decoration-line: underline;
	        text-decoration-line: underline;
	margin-right: 30px;
}

footer .get-touch {
	margin-top: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

footer .get-touch a {
	color: #fff;
	-webkit-text-decoration-line: underline;
	        text-decoration-line: underline;
	margin-bottom: 30px;
}

footer .get-touch .title {
	margin-bottom: 15px;
	font-family: Josefin Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 120%;
	color: #787878;
}

footer .image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	margin-top: 30px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

footer .partner{
	max-width: 240px;
}

footer .image img {
	width: 40px;
	height: 40px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 25px;
}

footer .image .big-logo{
 width: 55px;
}

footer .image p {
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 133%;

}

footer .first a {
	margin-bottom: 20px;
	line-height: 40px;
}

/*_________________modals-registration____________________*/

#btn-close-modal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	margin-top: 35px;
	margin-right: 50px;
}

#animatedModal .col-lg-4 .card{
	margin-top: 50%;
}

#animatedModal .card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	text-align: center;
	width: 100%;
	height: 315px;
	background: #FFFFFF;
	border-radius: 4px;
	padding: 0px 35px;
}

#animatedModal .card p {
	margin-top: 20px;
	margin-bottom: 35px;
}

#animatedModal a {
	margin: 0 auto;
	padding: 15px 30px;
	height: 48px;
	width: 130px;
	background: #2C7CD1;
	border-radius: 4px;
	font-weight: 600;
	font-size: 18px;
	line-height: 21px;
	color: #fff;
}

.blog{
	border-top: 30px;
	margin-bottom: 50px;
	text-align: center;
}

.blog h2{
	font-weight: 400;
}
