html,
body {
	height: 100%
}

body {
	font-family: 'Arial', Arial, sans-serif;
	color: #000000;
	font-size: 20px;
	font-weight: 300;
}

strong, b {
	font-weight: 700;
}

.h1 {
	font-size: 60px;
	line-height: 57px;
	font-weight: 700;
}

.h2 {
	font-size: 44px;
	font-weight: 400;
	line-height: 1.15;
}

.h3 {
	font-size: 36px;
	line-height: 1.23;
	font-weight: 600;
}

.h4 {
	font-size: 28px;
	line-height: 1.17;
	font-weight: 700;
}

.h5 {
	font-size: 20px;
	line-height: 1.55;
	font-weight: 700;
}

.h5-light {
	font-size: 20px;
	line-height: 1.55;
	font-weight: 500;
}

main {
	flex: 1 0 auto;
	overflow: hidden;
	padding-bottom: 406px;
	margin-bottom: -406px;
}

.main-section-title:after {
	content: "";
	height: 2px;
	display: block;
	width: 100px;
	background-image: linear-gradient(90deg, rgba(55,172,168,1) 0%, rgba(35,112,118,1) 100%);
	margin-top: 30px;
	margin-bottom: 30px;
}

.main-features .main-section-title:after {
	margin-top: 10px;
	margin-bottom: 10px;
}

.main-features p {
	color: rgba(0, 0, 0, 0.3);
}

.updates-history ul,
.updates-history ol {
	padding-left: 18px;
}

.footer-title-menu {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 21.6px;
	color: #9e9e9e;
	text-transform: uppercase;
	font-weight: 600;
}

.footer-main-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

.footer-main-menu li {
	line-height: 1.55;
	margin-bottom: 10px;
}

.footer-main-menu a {
	color: #cccccc;
	text-decoration: none !important;
}

footer small {
	font-size: 12px;
	font-weight: 400;
	color: #8a8a8a;
	line-height: 1.55;
	display: block;
}

.opacity-4 {
	opacity: 0.4;
}

.text-info {
	color: #030757 !important;
}

.related-questions {
	list-style: none !important;
	margin: 0;
	padding: 0;
}

.btn-primary {
	background-color: transparent;
	background-image: linear-gradient(to left, #237076, #37aca8);
	border: none;
	padding: 18px 31px;
	border-radius: 16px;
	font-size: 18px;
	font-family: 'Arial', Arial, sans-serif;
	font-weight: 600;
	line-height: 1;
}

.main-page-block-left-image-container,
.main-page-block-right-image-container {
	position: relative;
}

.main-page-block-1-image-container {
	height: 455px;
}

.main-page-block-1-main-image {
	height: 455px;
	margin: 0 auto;
}

.main-page-block-2-back-main-image {
	width: 100%;
	z-index: -1;
	position: absolute;
	left: 0;
	right: 0;
}

.main-page-block-2-main-image {
	margin: auto;
}

.main-page-block-3-back-main-image {
	width: 100%;
	z-index: -1;
	position: absolute;
	left: 0;
	right: 0;
	top: -218px;
}

.main-page-block-3-main-image {
	margin: auto;
}

.main-page-block-4-back-main-image {
	width: 100%;
	z-index: -1;
	position: absolute;
	left: 0;
	right: 0;
}

.main-page-block-4-main-image {
	margin: auto;
}


.main-page-block-1-main-image,
.main-page-block-2-main-image,
.main-page-block-3-main-image,
.main-page-block-4-main-image {
	position: relative;
	z-index: 1;
	display: block;
	width: auto;
	margin-bottom: 50px;
}

.main-page-block-1-back-main-image {
	position: absolute;
	z-index: 0;
	width: 100%;
	bottom: 0;
	/*left: 80px;*/
}

footer {
	padding-top: 90px;
	padding-bottom: 70px;
	background-color: #003e57;
	position: relative;
}

.ready-to-get-started {
	font-size: 44px;
	font-weight: 400;
}

@media (min-width: 992px) {
	footer {
		padding-top: 120px;
		margin-top: 290px;
	}

	footer:before {
		content: "";
		position: absolute;
		height: 290px;
		left: 0;
		right: 0;
		top: -290px;
		width: 100%;
		background: url(../images/footer-bg.svg) no-repeat center bottom;
		background-size: contain;
	}

	.ready-to-get-started {
		background: url(../images/ready-to-get-started.svg) no-repeat 0 0;
		width: 1120px;
		/*width: 100%;*/
		height: 406px;
		position: absolute;
		top: 0;
		left: -68px;
		right: 0;
		margin: auto;
		z-index: 1;
	}

	.main-page-block-right-image-container {
		position: absolute;
		left: 100%;
		top: 0;
	}

	.main-page-block-left-image-container {
		position: absolute;
		right: 100%;
		top: 0;
	}

	.main-page-block-4-main-image {
		padding-right: 90px;
	}

	.main-page-block-1-main-image {
		height: 622px;
		width: auto;
	}

	.main-page-block-1-back-main-image {
		position: absolute;
		z-index: -1;
		width: 490px;
		top: -25%;
		left: 80px;
	}

	.main-page-block-2-back-main-image {
		position: absolute;
		z-index: -1;
		width: 760px;
		bottom: 0;
		top: 0;
		right: 0;
		left: -150px;
		transform: rotate(180deg);
		margin: auto;
	}

	.main-page-block-3-back-main-image {
		position: absolute;
		z-index: -1;
		width: 610px;
		top: -50%;
		left: -20%;
	}

	.main-page-block-4-back-main-image {
		position: absolute;
		z-index: -1;
		width: 800px;
		bottom: -10%;
		right: 0;
		left: -150px;
		transform: rotate(180deg);
	}
}

@media (min-width: 1200px) {
	footer:before {
		background: url(../images/footer-bg.svg) no-repeat left bottom;
	}

	.main-page-block-1-back-main-image {
		position: absolute;
		z-index: 0;
		width: 490px;
		top: -25%;
		left: 80px;
	}

	.main-page-block-2-back-main-image {
		position: absolute;
		z-index: 0;
		width: 760px;
		bottom: 0;
		top: 0;
		right: 0;
		margin: auto;
		left: auto;
		transform: rotate(0);
	}

	.main-page-block-3-back-main-image {
		position: absolute;
		z-index: -1;
		width: 610px;
		top: -50%;
		left: -20%;
	}

	.main-page-block-4-back-main-image {
		position: absolute;
		z-index: -1;
		width: 800px;
		bottom: -10%;
		right: 0;
		left: auto;
		transform: rotate(0);
	}

	.ready-to-get-started {
		left: 0;
	}
}

.navbar-toggler:focus, .navbar-toggler:hover {
	outline: none;
}
.navbar-toggler:not(.collapsed) span:nth-child(2) {
    transform: rotate(45deg);
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
    transform: rotate(-45deg) ;
}
.navbar-toggler:not(.collapsed) span:nth-child(1) {
    opacity: 0;
}
.navbar-toggler:not(.collapsed) span:nth-child(4) {
    opacity: 0;
}
.navbar-toggler span:nth-child(2) {
    transform: rotate(0deg);
}
.navbar-toggler span:nth-child(3) {
    transform: rotate(0deg);
}
.navbar-toggler span:nth-child(1) {
    opacity: 1;
}
.navbar-toggler span:nth-child(4) {
    opacity: 1;
}

.logo {
	width: 169px;
	height: 40px;
	display: inline-block;
	background: url(../images/logo.svg) no-repeat 0 0;
	position: relative;
	z-index: 999;
}

.gr-socials,
.gr-socials-footer {
	list-style: none;
	margin-bottom: 50px;
	padding: 0;
}

.gr-socials li,
.gr-socials-footer li {
	display: inline-block;
}

.gr-socials li a {
	color: #000000;
}

.gr-socials-footer li a {
	font-size: 14px;
	color: #9e9e9e;
}

.gr-socials-footer li a .fa-inverse {
	color: #003e57;
}

.gr-main-menu {
	padding: 0;
	list-style: none;
	text-align: center;
}

.gr-main-menu li {
	font-size: 30px;
}

.gr-main-menu li a {
	color: #000000;
}

.main-header {
	padding-top: 20px;
	min-height: 80px;
	padding-bottom: 20px;
}

.section-1 {
	margin-top: 180px !important;
}

.framing-container {
	min-height: 210px;
	padding-top: 65px;
	padding-bottom: 65px;
}

.framing-container p {
	margin-bottom: 0;
	opacity: 0.4;
	font-size: 16px;
}

.framing-1 {
	background: url(../images/framing-1.svg) no-repeat center center;
}

.framing-2 {
	background: url(../images/framing-2.svg) no-repeat center center;
}

.framing-3 {
	background: url(../images/framing-3.svg) no-repeat center center;
}

#tinymce {
	padding: 10px;
}

.gr-burger {
	position: relative;
	width: 28px;
	height: 20px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	z-index: 999;
}

.gr-burger span {
	display: block;
	position: absolute;
	width: 100%;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	height: 3px;
	background-color: #003e57;
}

.gr-burger span:nth-child(2),
.gr-burger span:nth-child(3) {
	top: 8px;
}

.gr-burger span:nth-child(4) {
	top: 16px;
}

.gr-menu {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ebebeb;
	height: 100vh;
	z-index: 99;
}

.btn-mail {
	background-color: #030757;
}

.confirm-email {
	display: none !important;
}

