@font-face {
	font-family: 'Segoe UI';
	src: url('../fonts/SegoeUI-Semibold.eot');
	src: url('../fonts/SegoeUI-Semibold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/SegoeUI-Semibold.woff2') format('woff2'),
	url('../fonts/SegoeUI-Semibold.woff') format('woff'),
	url('../fonts/SegoeUI-Semibold.ttf') format('truetype'),
	url('../fonts/SegoeUI-Semibold.svg#SegoeUI-Semibold') format('svg');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Segoe UI';
	src: url('../fonts/SegoeUI.eot');
	src: url('../fonts/SegoeUI.eot?#iefix') format('embedded-opentype'),
	url('../fonts/SegoeUI.woff2') format('woff2'),
	url('../fonts/SegoeUI.woff') format('woff'),
	url('../fonts/SegoeUI.ttf') format('truetype'),
	url('../fonts/SegoeUI.svg#SegoeUI') format('svg');
	font-weight: 400;
	font-style: normal;
}


html, body {
	height: auto;
	min-height: 100%;
	font-size: 100%;
}

body {
	font-family: 'Segoe UI';
	color: rgb(102, 102, 102);
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	background: #fff;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

img {
	max-width: 100%;
}

a {
	color: #3c244e;
}

a:focus, a:hover {
	outline: none;
	text-decoration: none;
	color: rgb(255, 255, 255);
}

p {
	margin: 0;
	font-size: 1rem;
	font-weight: 400;
}

h1 {
	color: rgb(255, 255, 255);
	font-size: 2.25rem;
	font-weight: 600;
	margin-bottom: 0.875rem;
}

h2 {
	color: rgb(39, 56, 65);
	font-size: 2.25rem;
	font-weight: 600;
	margin-bottom: 4.625rem;
}

h3 {
	color: rgb(39, 56, 65);
	font-size: 1.313rem;
	font-weight: 600;
	line-height: 1.875rem;
	margin-bottom: 0;
	text-align: center;
}

.container {
	max-width: 1640px;
	margin: 0 auto;
}

.mt-150 {margin-top: 9.375rem}

.mt-100 {margin-top: 6.25rem}

.mb-30 {margin-bottom: 1.875rem !important}

.mb-43 {margin-bottom: 2.6875rem}

.mb-20 {margin-bottom: 1.25rem;}

.mt-74 {margin-top: 4.625rem}


/*--------------HEADER------------------*/

header {
	background: url(../img/header_bg.svg) right top no-repeat;
	min-height: 848px;
	background-size: cover;
}

.navbar {
	max-width: 1188px;
	margin: 0 auto;
}

.nav-link {
	color: rgb(255, 255, 255);
	font-size: 0.875rem;
	font-weight: 600;
	padding: 0.5rem 0.9375rem !important;
	position: relative;
}

.nav-link:after {
	width: 0;
	content: '';
	height: 2px;
	background: #fff;
	position: absolute;
	bottom: 4px;
	left: 15px;
	transition: 0.2s width ease-in;
}

.nav-link:hover:after {
	width: 100%;
	width: calc(100% - 30px);
}

.nav-item.active > .nav-link:after {
	width: 100%;
	width: calc(100% - 30px);
}

.navbar-toggler-icon {background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");}

.navbar-toggler {
	border-color: rgb(255, 255, 255);
}



.main-text {
	color: #fff;
	max-width: 400px;
	margin-bottom: 1.4375rem;
}

.button {
	display: inline-flex;
	border-radius: 1.313rem;
	text-transform: uppercase;
	min-height: 40px;
	min-width: 160px;
	align-items: center;
	justify-content: center;
}

.button-dark {
	background-color: rgb(39, 56, 65);
	color: rgb(255, 255, 255);
	font-size: 0.75rem;
	font-weight: 600;
}

/*----------MAIN-----------*/

.how-it-works-bg {
	left: 0;
	top: -140px;
	width: 253px;
	height: 1153px;
	position: absolute;
	background: url(../img/how_it_works_bg.svg) left center no-repeat;
}

.button-blue {
	background-color: rgb(0, 159, 227);
	box-shadow: 0 0.313rem 0.938rem rgba(0, 0, 0, 0.2);
	color: rgb(255, 255, 255);
	font-size: 0.75rem;
	font-weight: 600;
}

.container-icons {
	max-width: 1220px;
	margin: 0 auto;
}

.icon {
	flex: 0 0 285px;
	max-width: 285px;
	min-height: 305px;
	margin: 0.625rem;
	box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.16);
	border-radius: 0.625rem;
	transition: all 0.2s ease-in;
	padding: 2rem 1.875rem;
}

.icon:hover {
	background-color: rgb(0, 159, 227);
}

.tick {
	font-family: "Segoe UI Emoji";
	font-weight: 700;
	color: rgb(0, 159, 227);
	font-size: 3.125rem;
}

.subtitle {
	color: rgb(153, 153, 153);
	font-weight: 600;
	line-height: 1.875rem;
	margin-top: 0.875rem;
	text-align: center;
}

.icon-list {
	margin-top: 0.875rem;
	text-align: center;
}

.icon-list li {
	color: rgb(153, 153, 153);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.875rem;
}

.icon-list li span {color: rgb(0, 159, 227);}

.icon:hover h3, .icon:hover .tick, .icon:hover .subtitle, .icon:hover .icon-list li, .icon:hover .icon-list li span {color: #fff !important;}

.owl-prev, .owl-next {
	width: 40px;
	height: 40px;
	border: none;
	background-color: rgb(0, 159, 227);
	top: 50%;
	transform: translate(0, -50%);
	position: absolute;
	box-shadow: 0 0.313rem 0.938rem rgba(0, 0, 0, 0.16);
	border-radius: 50%;
	z-index: 10;
	cursor: pointer;
}

.owl-prev span, .owl-next span {
	font-size: 1.875rem;
	color: #fff;
	position: relative;
	top: -6px;
	left: -1px;
}

.owl-prev {left: 0px;}

.owl-next {right: 0px; }

.owl-prev:focus, .owl-next:focus {outline: none}

.owl-carousel {padding: 0 1.5rem;}

.owl-theme .item{
	margin: 10px 10px;
	box-shadow: 5px 6px 5px 0px rgba(0,0,0,0.75);
}

.top-negative {
	margin-top: -650px;
}

.form-input {
	box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.16);
	border-radius: 0.313rem;
	background-color: rgb(255, 255, 255);
	width: 100%;
	border: none;
	color: rgb(153, 153, 153);
	font-size: 0.875rem;
	font-weight: 600;
	height: 2.5rem;
	padding: 0 0.9375rem;
}

.form-input::placeholder {
	color: rgb(153, 153, 153);
	font-size: 0.875rem;
	font-weight: 600;
}

.form-textarea {
	padding: 0.625rem 0.9375rem;
}

.article .row{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.sign-in-form .row{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.reset-form .row{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.resetting-reset .row{
	display: flex;
	flex-direction: column;
	align-items: center;
}

/*--------FOOTER--------*/

footer {
	background: url(../img/footer_bg.svg) right bottom no-repeat;
	min-height: 355px;
	padding-bottom: 1rem
}

footer.no-bg {background: none; min-height: 100%}

.pre-footer {
	max-width: 1000px;
	width: 100%;
	box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.16);
	border-radius: 0.625rem;
	background-color: rgb(255, 255, 255);
	padding: 2.25rem 6.25rem 1.25rem;
	margin: 8.5rem auto 6.25rem;
}

.pre-footer-title {
	color: rgb(39, 56, 65);
	font-size: 1.313rem;
	font-weight: 600;
}

.footer-links{
	color: rgb(39, 56, 65);
}

.footer-links a{
	color: rgb(39, 56, 65);
}

.footer-links a:hover{
	text-decoration: underline;
}

footer.black .nav-link {color: rgb(39, 56, 65); }

footer.black .nav-link:after {background: rgb(39, 56, 65)}

@media all and (max-width: 1130px) {
	footer {background: none}

	footer .nav-link {color: rgb(39, 56, 65);}

	footer .nav-link:after {background: rgb(39, 56, 65)}

}

@media all and (max-width: 617px) {

	.pre-footer {justify-content: center;}

	.pre-footer > a {
		margin-left: 0 !important;
		text-align: center;
	}
}

@media (max-width: 575px) {
	.main-text {
		max-width: 100%;
	}

	.navbar-nav {
		background-color: rgb(0, 159, 227);
		position: relative;
		z-index: 10;
	}

	footer .navbar-toggler {display: none}

	footer .navbar-brand {margin-right: 0;}
}