@font-face {
	font-family: 'NicolettaScript';
	src: url('../fonts/NICOLETTA_SCRIPT.787b4c4f.TTF') format('truetype');
	font-style: normal;
	font-weight: normal;
}

html,
body {
	height: 100%;
	width: 100%;
}

body {
	font-family: 'Montserrat', sans-serif;
	background-color: #fff;
}
a {
	font-family: 'Montserrat', sans-serif;
}
button {
	font-family: 'Montserrat', sans-serif;
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	scroll-behavior: smooth;
}

.logo {
	width: 144px;
	height: 37px;
}

main {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 60px;
}

img {
}

p {
	color: #5e5b61;
}

h2 {
	color: #111827;
	font-size: 30px;
	font-weight: 500;
	margin: 10px 0;
	text-align: center;
}

main section.first_screen {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column-reverse;
}
.nic-font {
	font-family: 'NicolettaScript', sans-serif;
	font-size: 80px;
	font-weight: 400;
	line-height: 0.3;
}

form {
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
}

.form_block {
	margin-top: 25px;
	border: 5px dashed #33333321;
	border-radius: 15px;
	padding: 20px;
}
.form_header {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.form_title {
	font-size: 30px;
	font-weight: 500;
	margin: 10px 0;
}
.form_subtitle {
	font-size: 16px;
	font-weight: 400;
	margin: 10px 0;
}
.social {
	margin: 10px 0;
	width: 250px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
.social a {
	text-decoration: none;
}
.instagram {
}
.telegram {
}
.input_field {
	display: flex;
	flex-direction: column;
}
.input_field > label {
	font-weight: 600;
	margin: 5px 0;
}
.field {
	width: 100%;
	padding: 15px 30px;
	border-radius: 15px;
	border: 1px solid #e0e0e0;
	margin: 10px 0;
}
.btn {
	padding: 15px 30px;
	border-radius: 100px;
	border: none;
	background: #9eb3cb;
	color: #fff;
	margin: 20px 0;
	cursor: pointer;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
}
.form_img {
	width: 100%;
}
.form_img-img {
	height: 500px;
	width: 100%;
	border-radius: 5px;
}
.swiper {
	max-width: 410px;
}

.accordion {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	background-color: #fff;
	color: #444;
	cursor: pointer;
	padding: 18px 18px 18px 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
	border-radius: 5px;
	border: 1px solid rgb(219, 226, 235);
}

.active,
.accordion:hover {
	background-color: #fff;
}

.accordion:after {
	content: '\002B';
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	color: #1145a5;
	border-radius: 50%;
	margin-right: 10px;
	box-sizing: border-box;
	font-weight: 400;
}

.active:after {
	content: '\2212';
}

.panel {
	margin: 5px 0;

	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
.text-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
main section.second_screen {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	color: #31405b;
}
main section.second_screen > p {
	margin-top: 30px;
}
main section.second_screen > img {
	margin-top: 20px;
	width: 100% !important;
}

main section.second_screen .text_block ul li {
	padding-left: 2rem;
	background-image: url(../images/icon.svg);
	background-position: 0 0;
	background-size: 1.6rem 1.6rem;
	background-repeat: no-repeat;
	margin-top: 25px;
	text-align: left;
	list-style: none;
}
ul {
	margin-top: 30px;
}

main section.third_screen .swiper .swiper-pagination {
	margin-top: -40px;
}
main section.third_screen .swiper .swiper-wrapper .swiper-slide {
	border-radius: 5px;
	background-blend-mode: color;
	background-color: #0000008f;
	background-size: cover;
	width: 330px;
	height: 290px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
main section.third_screen .swiper .swiper-wrapper .swiper-slide .price {
display: flex;
flex-direction: row;
align-items: center;
background: #9eb3cb;
padding: 5px;
border-radius: 5px;
position: absolute;
top: 15px;
right: 15px;
}
main section.third_screen .swiper .swiper-wrapper .swiper-slide .price .price_text{
color: #fff;
font-size: 16px;
}
main section.third_screen .swiper .swiper-wrapper .swiper-slide .price .person{

}
main section.third_screen .swiper .swiper-wrapper .swiper-slide .country {
	text-align: left;
	position: absolute;
	top: 220px;
	left: 20px;
}
main
	section.third_screen
	.swiper
	.swiper-wrapper
	.swiper-slide
	.country
	.country_title {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}
main
	section.third_screen
	.swiper
	.swiper-wrapper
	.swiper-slide
	.country
	.country_subtitle {
	color: #fff;
	font-size: 13px;
	font-weight: 500;
}
main section.third_screen .swiper {
	margin-top: 40px;
	margin-bottom: 40px;
}
main section.third_screen {
	margin-top: 30px;
    padding: 40px 25px 0;	
	text-align: center;
	color: #31405b;
	width: 100%;
	position: relative;
	background: #F3F5F7;
}

main section.third_screen .text_block {
    top: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    text-align: center;    
}
main section.third_screen .swiper .swiper-button-prev {
	display: none;
}
main section.third_screen .swiper .swiper-button-next {
	display: none;
}
.step {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 20px;
}
.step-logo {
}
.step_img {
	width: 130px;
}
.step_number {
}
.step-number_text {
	margin-top: 20px;
	display: inline-block;
	background: #31405b;
	text-align: center;
	text-transform: uppercase;
	border-radius: 100px;
	color: #fff;
	padding: 3px 9px 5px;
	margin-bottom: 15px;
}
.step-text {
	text-align: center;
}
.step-text_title {
	font-weight: 500;
	color: #000;
	font-size: 20px;
}
.step-text_desc {
	margin-top: 10px;
	font-size: 16px;
	line-height: 24px;
}

main section.fifth_screen {
	background-image: url(../images/fon.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 560px;
	margin-left: -20px;
	margin-right: -20px;
	text-align: center;
}
main section.six-screen {
	margin: 20px 0;
	text-align: center;
}

.faq h2 {
	margin: 15px 0px 55px 0;
}
footer {
	background-color: #c1d6fa80;
	height: 195px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.footer_list ul li {
	text-decoration: none;
	list-style: none;
	text-transform: uppercase;
	font-size: 12px;
	margin-right: 25px;
	color: #111827;
}
.footer_list ul li:hover {
	color: #283f71;
}
.footer_list ul li a:hover {
	color: #283f71;
	font-weight: 600;
}
.footer_list ul li a {
	text-decoration: none;
	list-style: none;
	color: #111827;
}
.footer_list ul {
	margin-top: 15px;
	display: flex;
	flex-direction: row;
}
.footer_list-text ul li {
	text-align: center;
	text-decoration: none;
	list-style: none;
	font-size: 12px;
	margin-right: 25px;
	color: #111827;
}
.footer_list-text ul li .footer_title {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
}
.footer_list-text ul li .footer_subtitle {
}
.footer_list-text ul {
	margin-top: 15px;
	display: flex;
	flex-direction: row;
}

.swiper-pagination-bullet-active {
	background: #9eb3cb !important;
}
@media (min-width: 900px) {
	.first_screen {
		width: 70%;
	}
	form {
		width: 60%;
	}
	.form_block {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	main section.fifth_screen {
		height: 260px;
	}
}

@media (max-width: 900px) {
	.footer_list ul {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}
	.footer_list ul li {
		margin-right: 0px;
	}
	.footer_list-text ul {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 15px;
	}
	.footer_list-text ul li {
		margin-right: 0px;
	}
	footer {
		height: 340px;
	}
	
}

