body {
	margin: 0;
	padding: 0;
}
section {
	padding: 50px 0;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
p {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.3;
    font-size: 20px;
}
p span {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}
a {
	transition: 0.54s;
}
img {
	max-width: 100%;
}
#start {
	text-align: center;
}
.lightbg {
	background: #fff;
}
.bluebg {
	background: rgb(32,100,226);
	color: #fff;
}
#start h1 {
	color: rgb(32,100,226);
	font-weight: 800 !important;
	font-family: 'Open Sans', sans-serif;
	max-width: 300px;
    margin: 0 auto 15px;
}
.lightbg p {
    color: rgb(5,24,94);
}
.bluebg h2 {
	color: #fff;
	font: normal normal normal 50px/1.25em worksans-semibold,'work sans',sans-serif;
	font-family: 'Open Sans', sans-serif;
}
.bluebg p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 1.67em;
    font-size: 20px;
}
#second p {
	padding-top: 30px;
}
#second a {
	margin-top: 30px;
	padding: 10px 25px;
	color: rgb(32,100,226);
	background: #fff;
	border: 1px solid #fff;
	border-radius: 25px;
	font-size: 20px;
	font-family: 'Work Sans';
	font-weight: 400;
}
#second a:hover {
	background: rgb(32,100,226);
	color: #fff;
}
#third {
	text-align: center;
}
#third h2 {
	font: normal normal normal 88px/1.20em worksans-semibold,'work sans',sans-serif;
	font-family: 'Open Sans', sans-serif;
	color: rgb(32,100,226);
	font-weight: 700;
}
#third .container {
	max-width: 700px;
}
#third p {
	margin-top: 30px;
	font-size: 22px;
}
#fourth h2 {
	font-size: 42px;
	font-weight: 700;
	color: rgb(32,100,226);
	text-align: center;
}
#fourth p {
	line-height: 1.2;
	color: rgb(32,100,226);
}
.white-in {
	background: #fff;
	max-width: 700px;
	padding: 20px;	
}
ul {
	margin: 30px 0;
	padding: 0;
}
li {
	color: rgb(32,100,226);
	font-family: WorkSans-ExtraLight, sans-serif;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 1.67em;
    font-size: 20px;
}
.bi-check {
	color: green;
	font-size: 26px;
}
#fifth {
	min-height: 0;
	background: #fff;
	padding: 100px 0;
}
#fifth p {
	color: rgb(5,24,94);
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
	line-height: 1.67em;
}
#sixth {
	padding: 0;
}
#sixth li {
	margin-bottom: 15px;
	font-size: 18px;
	display: block;
	color: #fff;
}
#sixth li .bi-check {
    font-size: 26px;
    background: #fff;
    padding: 0px 3px;
}
@media(min-width: 1700px){
	#sixth .text {
		margin-left: calc(100% - 800px);
		max-width: 760px;
		padding-right: 40px;
	}
	.flag img {
		margin-left: 25px;
	}
}
@media(max-width: 1699px) and (min-width: 577px){
	#sixth .text {
		margin-left: 5vw;
		max-width: calc(45vw - 30px);
		padding-right: 30px;
	}
	.flag img {
		margin-left: 25px;
	}
}
@media(max-width: 576px){
	#sixth .text {
		margin-left: 5vw;
		max-width: 90vw;
	}
}
.flag img {
	width: 100%;
}
#sixth h2 {
	font-size: 42px;
	font-weight: 700;
	margin: 0 0 30px;
}
#sixth p {
	margin: 0 0 30px;
}

#seventh {
	text-align: center;
}
#seventh h2 {
	font-size: 42px;
	margin: 30px;
	color: rgb(32,100,226);
}
#seventh .costs span {
	color: rgb(5,24,94);
	padding: 10px 25px;
	margin: 5px;
	transition: 0.54s;
	color: #000;
	font-size: 26px;
}
#seventh .costs span:hover {
	background: #eee;
}
footer a {
	transition: 0.54s;
}
footer a:hover {
	color: rgb(32,100,226);
}
footer * {
	display: block;
	text-align: center;
	font-size: 20px;
	line-height: 2;
}
footer svg {
    display: inline;
    width: 20px;
    height: 20px;
    position: relative;
    bottom: -3px;
}
@media(max-width: 567px){
	h1 {
		font-size: 28px !important;
	}
	h2 {
		font-size: 24px !important;
	}
	#second img {
		display: block;
		margin-bottom: 30px;
	}
}

header {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 31px;
	box-shadow: 0 0 5px #fff;
	background: #fff;
}
header nav {
	position: fixed;
	right: 0;
	top: 0;
}
header nav a {
	padding: 5px 20px 5px;
	font-size: 16px;
	color: #000;
	cursor: pointer;
	transition: 0.54s;
	border-top: 2px solid transparent;
}
header nav a:hover, header nav a.active {
	color: rgb(32,100,226);
	border-color: rgb(32,100,226);
}


.info {
    background-color: rgb(32,100,226);
    padding: 0;
    min-height: auto;
    display: block;
}

.info__article {
    display: flex;
}

.info__article:nth-child(odd) img {
    order: 1;
}

.info__text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 50px 30px;
    color: white;
}

.info__text-wrap p {
    margin-bottom: 24px;
}

.info__img {
    width: 50%;
    min-height: 450px;
    object-fit: cover;
}

@media (max-width:876px) {
    .info__article {
        flex-direction: column;
    }
    
    .info__img {
        width: 100%;
    }
}