.why-fusion__title {
	margin-top: 120px
}

@media screen and (max-width:720px) {
	.why-fusion__title {
		margin-top: 60px
	}
}

.why-fusion__subtitle {
	text-align: center;
	max-width: 960px;
	margin: 0 auto
}

.what-required {
	background: linear-gradient(180deg, rgba(174, 194, 255, 0.1) -.87%, rgba(191, 214, 255, .1) 99.08%);
	width: 100%
}

.what-required__title {
	margin-bottom: 31px
}

@media (max-width:768px) {
	.what-required__title {
		font-size: 28px
	}
}

@media (max-width:560px) {
	.what-required__title {
		font-size: 24px
	}
}

.what-required__description {
	text-align: center
}

.what-required__options {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: Lato;
	width: 80%;
	margin: 32px auto 0;
	gap: 20px
}

@media (max-width:768px) {
	.what-required__options {
		flex-wrap: wrap
	}
}

.what-required__options__item {
	padding: 32px;
	background: rgb(239 234 255);
	border-radius: 10px;
	color: #0d3350
}

.what-required__options__item-description {
	font-size: 20px;
	font-weight: 400;
	line-height: 24px
}

@media (max-width:560px) {
	.what-required__options__item-description {
		font-size: 16px;
		line-height: 20px
	}
}

.what-required__options__item-middle {
	font-size: 24px;
	font-weight: 400;
	text-align: center
}

@media (max-width:768px) {
	.what-required__options__item-middle {
		width: 100%
	}
}

.what-required__options__item-title {
	font-size: 24px;
	margin-bottom: 16px;
	font-weight: 700
}

@media (max-width:560px) {
	.what-required__options__item-title {
		font-size: 20px;
		line-height: 24px
	}
}

.what-accepted {
	width: 100%;
	box-shadow: 0 0 50px 0 #0d33500d
}

.what-accepted__docs {
	display: flex;
	align-items: flex-start;
	margin-bottom: 16px;
	font-family: Lato
}

.what-accepted__docs-image {
	margin-right: 12px;
	width: 18.3px;
	height: 18.3px
}

.what-accepted__docs-title {
	font-size: 16px;
	font-weight: 400
}

.what-accepted__headline {
	font-size: 48px
}

@media (max-width:860px) {
	.what-accepted__headline {
		font-size: 36px
	}
}

@media (max-width:560px) {
	.what-accepted__headline {
		font-size: 24px
	}
}

.what-accepted__proofs {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	margin: 0 40px
}

@media (max-width:860px) {
	.what-accepted__proofs {
		flex-wrap: wrap
	}
}

@media (max-width:560px) {
	.what-accepted__proofs {
		margin: 0 10px
	}
}

.what-accepted__proofs__item {
	background: #fff;
	font-family: Lato;
	padding: 32px;
	box-shadow: 0 0 50px rgba(13, 19, 80, .05);
	width: 50%;
	box-sizing: border-box;
	border-radius: 10px
}

@media (max-width:860px) {
	.what-accepted__proofs__item {
		width: 80%;
		margin: auto
	}
}

@media (max-width:560px) {
	.what-accepted__proofs__item {
		width: 100%
	}
}

.what-accepted__proofs__item-description {
	margin-bottom: 24px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px
}

.what-accepted__proofs__item-image {
	display: block;
	width: 80px;
	height: 80px;
	object-fit: contain;
	margin-bottom: 24px;
	border-radius: 10px
}

.what-accepted__proofs__item-title {
	margin-bottom: 16px;
	font-size: 24px;
	font-weight: 700
}

@media (max-width:560px) {
	.what-accepted__proofs__item-title {
		font-size: 20px;
		margin-bottom: 8px
	}
}

.accepted-docs-by-country {
	width: 100%;
	background: linear-gradient(180deg, rgba(174, 196, 255, 0.1) -.87%, rgba(191, 214, 255, .1) 99.08%)
}

.accepted-docs-by-country__description {
	text-align: center;
	width: 80%;
	margin: 0 auto 24px
}

.accepted-docs-by-country__documents {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-family: Lato;
	color: #0d3350;
	margin: 24px auto 0;
	width: 85%;
	gap: 12px
}

.accepted-docs-by-country__documents__item {
	padding: 12px;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
	background: #fff;
	border-radius: 10px;
	text-align: center
}

.accepted-docs-by-country__options {
	display: flex;
	width: 100%;
	background: #fff;
	flex-wrap: wrap;
	border-radius: 10px;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 0;
	overflow: hidden;
	box-shadow: 0 0 50px 0 #0d33500d
}

.accepted-docs-by-country__options.show-options {
	height: auto;
	overflow: auto;
	z-index: 1;
	max-height: 40vh
}

.accepted-docs-by-country__options__item {
	display: flex;
	align-items: center;
	padding: 10px 16px;
	width: 100%
}

.accepted-docs-by-country__options__item:hover {
	background: rgba(0, 0, 0, .04)
}

.accepted-docs-by-country__options__item-image {
	width: 32px;
	height: 21px;
	object-fit: contain;
	margin-right: 10px
}

.accepted-docs-by-country__options__item-name {
	font-size: 16px;
	font-weight: 500
}

.accepted-docs-by-country__select {
	margin: auto;
	border: 1px solid #e8e4f4;
	font-family: Lato;
	border-radius: 10px;
	position: relative;
	width: 264px
}

.accepted-docs-by-country__select-arrow {
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	right: 16px;
	width: 8px;
	height: 5px
}

.accepted-docs-by-country__select-field {
	display: flex;
	align-items: center;
	padding: 12px 16px;
	cursor: pointer
}

.accepted-docs-by-country__select-image {
	display: none
}

.accepted-docs-by-country__select-image.show-country-image {
	display: block;
	width: 32px;
	height: 16px;
	object-fit: contain;
	margin-right: 12px
}

.accepted-docs-by-country__select-label {
	font-size: 11px;
	font-weight: 400;
	line-height: 17.6px;
	text-align: left;
	background: #f9f9ff;
	position: absolute;
	top: 0;
	left: 12px;
	transform: translateY(-50%);
	padding: 2px 4px
}

.accepted-docs-by-country__select-value {
	font-family: Lato;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #9ea1b9
}

.accepted-docs-by-country__select-value.filled {
	color: #0d3350
}

.accepted-docs-by-country__title {
	text-align: center;
	margin: 0 auto 16px;
	width: 80%
}

.tips__item-image {
	width: 80px;
	height: 80px;
	display: flex;
	border-radius: 10px;
	margin-bottom: 24px;
	background: #f5efff;
	align-items: center;
	justify-content: center
}

.tips__item-image img {
	width: 40px;
	height: 40px;
	object-fit: contain
}

.tips__icon {
	margin: 0 auto 24px;
	display: block;
	width: 42px;
	height: 42px;
	object-fit: contain
}

.tips-for-docs {
	box-shadow: 0 0 50px 0 #0d33500d;
	background: #fff
}

.tips-for-docs__title {
	width: 65%
}

@media (max-width:860px) {
	.tips-for-docs__title {
		width: 80%
	}
}

.tips-for-docs__recommendations {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	font-family: Lato;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	list-style: none;
	counter-reset: a
}

.tips-for-docs__recommendations__item:before {
	margin-right: 12px;
	content: counter(a);
	border-radius: 50%;
	color: #fff;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f5efff;
	font-size: 16px;
	color: #0d3350;
	z-index: 2
}

.tips-for-docs__recommendations__item:not(:last-child)>.tips-for-docs__recommendations__item-line {
	position: absolute;
	top: 0;
	left: 12px;
	height: calc(100% + 16px);
	width: 1px;
	border: none;
	border-left: 1px dashed #f5efff;
	z-index: 1
}

.tips-for-docs__recommendations__item {
	display: flex;
	align-items: stretch;
	width: 100%;
	position: relative;
	counter-increment: a
}

.tips-for-docs__recommendations__item-text {
	flex: 1
}

.tips-for-docs__recommendations__item-text>li,
.tips-for-docs__recommendations__item-text>ul {
	margin-left: 16px
}

.tips-for-docs__recommendations__item-text>ul {
	list-style: disc
}

.tips-for-docs__advices {
	display: flex;
	gap: 40px;
	margin: 32px 40px 0;
	font-family: Lato
}

@media (max-width:860px) {
	.tips-for-docs__advices {
		flex-wrap: wrap
	}
}

@media (max-width:560px) {
	.tips-for-docs__advices {
		margin: 32px 0 0
	}
}

.tips-for-docs__advices__item {
	padding: 32px;
	box-shadow: 0 0 50px 0 #0d33500d;
	background: #fff;
	width: 50%
}

@media (max-width:860px) {
	.tips-for-docs__advices__item {
		width: 65%;
		margin: auto
	}
}

@media (max-width:560px) {
	.tips-for-docs__advices__item {
		width: 100%
	}
}

.tips-for-docs__advices__item-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	margin-bottom: 24px
}

@media (max-width:560px) {
	.tips-for-docs__advices__item-title {
		font-size: 18px
	}
}

.tips-for-photo {
	background: #f9f8ff
}

.tips-for-photo__title {
	margin-bottom: 32px
}

@media (max-width:560px) {
	.tips-for-photo__title {
		font-size: 22px
	}
}

.tips-for-photo__images {
	display: flex;
	font-family: Lato;
	margin: 0 40px;
	justify-content: space-around;
	gap: 24px
}

@media (max-width:860px) {
	.tips-for-photo__images {
		flex-wrap: wrap
	}
}

@media (max-width:560px) {
	.tips-for-photo__images {
		margin: 0 10px
	}
}

@media (max-width:860px) {
	.tips-for-photo__images__item {
		width: 45%
	}
}

@media (max-width:560px) {
	.tips-for-photo__images__item {
		width: 90%
	}
}

.tips-for-photo__images__item-image {
	width: 100%;
	object-fit: cover;
	display: block;
	margin-bottom: 16px
}

.tips-for-photo__images__item-label {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: center
}