body.hidden {
    overflow: hidden;
}
.page {
	overflow: hidden;
	position: relative;
}
html {
	scroll-behavior: smooth;
}
.header {
	position: relative;
	z-index: 1;
}
.title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 42px;
	line-height: 52px;
	color: #28273B;
}
.desc {
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #47465A;
}
.desc b {
	font-weight: bold;
}
.desc ul {
	padding-left: 20px;
}
.desc ul li {
	list-style: disc;
}
.desc-table {
	overflow-x: auto;
}
.desc-table table {
	border-collapse: collapse;
	width: 100%;
}
.desc-table table td {
	border: 1px solid #000;
    padding: 5px;
}
.mob {
	display: none;
}
button,
a {
	border: 0;
	outline: 0;
	cursor: pointer;
	transition: .3s;
}
button:hover, a:hover  {
	opacity: .5;
}
.button {
	font-family: 'Roboto', sans-serif;
    font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	color: #FFFFFF;
	padding: 12px 35px;
	background: linear-gradient(90deg, #0CC59D , #057B9D);
	border-radius: 2px;
}
.wrapper {
	max-width: 1430px;
	margin: 0 auto;
}

/* header */
.logo {
	width: 120px;
}
.header {
	background: #fff;
	padding: 0 24px;
}
.header .wrapper {
	display: flex;
	justify-content: space-between;
	padding: 27px 0;
}
.header .right {
	display: flex;
	align-items: center;
}
.header .nav {
	display: flex;
}
.header .button {
	margin-left: 66px;
}
.header .nav__item {
	margin-left: 74px;
}
.header .nav__item a {
	font-family: 'Roboto', sans-serif;
    font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	color: #28273B;
}
.header .right .close {
	display: none;
}

/* hero section */
.hero-section {
	padding: 165px 24px;
	background-image: url('/images/hero-bg.jpg');
	background-position: center;
	background-size: cover;
}
.hero-section img {
	width: 45%;
}
.hero-section .wrapper {
	display: flex;
	align-items: center;
}
.hero-section .left {
	width: 55%;
	padding-right: 45px;
}
.hero-section .title {
	color: #fff;
	font-size: 54px;
	line-height: 66px;
}
.hero-section .desc {
	color: #fff;
	margin-top: 28px;
}

/* tech section */

.tech-section {
	padding: 100px 24px 60px;
	text-align: center;
	font-size: 0;
}
.tech-section .desc {
	margin-top: 40px;
}
.tech-section .list {
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: calc(100% + 56px);
	margin-left: -28px;
}
.tech-section .item {
	margin: 0 28px 40px;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	max-width: 112px;
}
.tech-section .list img {
	width: 112px;
}
.tech-section .item .name {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	color: #0B123D;
	margin-top: 18px;
	width: 130%;
}


/* service section */
.service-section {
	padding: 102px 24px 123px;
	display: flex;
	flex-wrap: wrap;
	font-size: 0;
	background-image: url('/images/bg2.jpg');
	background-position: center;
	background-size: cover;
}
.service-section img {
	width: 45%;
}
.service-section .container {
	display: flex;
	align-items: center;
}
.service-section .left {
	width: 55%;
	padding-left: 63px;
}
.service-section .title {
	max-width: 580px;
}
.service-section .desc {
	margin-top: 40px;
}
.service-section .list {
	margin-top: 100px;
	display: flex;
	padding: 37px 20px 32px;
	border: 1px solid #E1EAF8;
	border-radius: 14px;
	background: #fff;
}
.service-section .item {
	width: 25%;
	padding: 0 25px;
	border-left: 1px solid #E1EAF8;
}
.service-section .item:first-child {
	padding-left: 0;
	border-left: 0;
}
.service-section .item:last-child {
	padding-right: 0;
}
.service-section .item img {
	width: auto;
	height: 48px;
}
.item__title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	color: #28273B;
	margin-top: 20px;
	width: calc(100% + 20px);
}
.service-section .desc {
	margin-top: 16px;
}


/* stages section */
.stages-section {
	padding: 100px 24px;
}
.stages-section img {
	width: 45%;
}
.stages-section .container {
	display: flex;
	align-items: center;
}
.stages-section .left {
	width: 55%;
	padding-right: 63px;
}
.stages-section .desc {
	margin-top: 40px;
}
.stages-section .list {
	margin-top: 135px;
	display: flex;
}
.stages-section .item .desc {
	margin-top: 16px;
}
.stages-section .item {
	padding: 0 30px;
	position: relative;
}
.stages-section .item:first-child {
	padding-left: 0;
}
.stages-section .item:last-child {
	padding-right: 0;
}
.stages-section .item:before {
	content: '';
	width: 17px;
	height: 17px;
	border-radius: 100%;
	border: 7px solid #026783;
	background: #fff;
	position: absolute;
	left: 30px;
	top: -61px;
}
.stages-section .item:first-child::before {
	left: 0;
}
.stages-section .list-container {
	position: relative;
}
.stages-section .list-container::before {
	content: '';
	width: 100vw;
	position: absolute;
	top: -50px;
	left: calc((-100vw + 1300px) / 2);
	height: 10px;
	background-color: #f2f2f2;
}

/* benifits section */
.benifits-section {
	padding: 100px 24px;
	text-align: center;
	background-image: url('/images/bg3.jpg');
	background-position: center;
	background-size: cover;
}
.benifits-section .desc {
	max-width: 1145px;
	margin: 40px auto 0;
}
.benifits-section .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.benifits-section .item {
	width: 50%;
	text-align: left;
	margin-top: 60px;
}
.benifits-section .item-wrapper::before {
	content: '';
	width: 26px;
	height: 26px;
	left: -42px;
	top: 2px;
	position: absolute;
	background-image: url('/images/checkmark.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.benifits-section .item-wrapper {
	max-width: 440px;
	margin: 0 auto;
	position: relative;
}
.benifits-section .item__title {
	margin-top: 0;
}
.benifits-section .item__title {
	width: calc(100% + 60px);
}
.benifits-section .item .desc {
	margin-top: 16px;
}

/* footer */
.footer {
	background-image: url('/images/footer-bg.jpg');
	background-position: center;
	background-size: cover;
	padding: 60px 24px;
}
.footer .desc {
	color: #fff;
	font-size: 18px;
}
.footer .wrapper {
	display: flex;
}
.reg-num {
	margin-left: 32px;
	position: relative;
}
.reg-num::before {
	content: '';
	width: 1px;
	height: 15px;
	background: #fff;
	position: absolute;
	left: -16px;
	top: 50%;
	transform: translateY(-50%);
}
.footer .nav {
	display: flex;
}
.footer .nav__item {
	margin-left: 32px;
	position: relative;
}
.footer .nav__item::before {
	content: '';
	width: 1px;
	height: 15px;
	background: #fff;
	position: absolute;
	left: -16px;
	top: 50%;
	transform: translateY(-50%);
}
.footer .nav__item a {
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	text-decoration: underline;
}
.footer .wrapper + .wrapper {
	margin-top: 40px;
}


/* privacy section */
.privacy-section {
	padding: 55px 24px;
}
.privacy-section .link {
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
	font-size: 20px;
	line-height: 43px;
	color: #47465A;
}
.privacy-section .link::before {
	content: '';
	width: 9px;
	height: 9px;
	background-image: url('/images/arrow.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 5px;
}
.privacy-section .title {
	margin-top: 40px;
	font-size: 24px;
	line-height: 24px;
}
.privacy-section .desc {
	margin-top: 22px;
}
.privacy-section .title.big {
	margin-top: 29px;
	font-size: 42px;
	line-height: 84px;
}
.privacy-section .date {
	margin-top: 14px;
	font-size: 18px;
	color: #28273B;
}
.privacy-section .date + .desc {
	margin-top: 40px;
}
/* modal */
.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	display: none;
	z-index: 7;
	padding: 24px;
}
.modal-wrapper {
	background: #fff;
	border-radius: 18px;
	max-width: 750px;
	margin: 0 auto;
	position: relative;
	font-size: 0;
	display: flex;
    max-height: 100%;
    overflow: auto;
}
.overlay {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.34);
}
.modal .close {
	width: 42px;
	height: 60px;
	border-radius: 10px 10px 0 0;
	position: absolute;
	top: 5px;
	right: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 13px;
    z-index: 2;
}
.modal .close .img {
	width: 14px;
}
.modal .left {
	position: relative;
	z-index: 1;
	background: url('/images/modalbg.jpg');
	background-size: cover;
	background-position: center;
	border-radius: 18px 0 0 18px;
	padding: 54px 18px;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 33%;
}
.modal .left .desc {
	margin-top: 17px;
	color: #fff;
	max-width: 220px;
	text-align: right;
	padding: 0 33px;
	min-height: 197px;
	position: relative;
    display: flex;
    align-items: center;
}
.modal .left .desc::after {
	content: '';
	position: absolute;
	width: 5px;
	height: 100%;
	border-radius: 3px;
	opacity: 0.33;
	background: #fff;
	right: 0;
	top: 0;
}
.modal .left .desc + .desc {
	margin-top: 62px;
	min-height: 86px;
}
.modal .left img {
	width: 67px;
}
.modal .right {
	width: 67%;
	position: relative;
	z-index: 1;
	background-color: #fff;
	border-radius: 0 18px 18px 0;
	padding: 40px 40px 21px;
}
.modal .label .img {
	width: 20px;
	margin-right: 10px;
}
.modal .right .title {
	font-size: 32px;
	line-height: 39px;
}
.modal .form {
	margin-top: 40px;
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.modal .form .label {
	display: flex;
}
.modal .form input {
	margin-top: 9px;
	border: 1px solid #E1EAF8;
	border-radius: 8px;
	line-height: 38px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 14px;
	outline: 0;
	width: 100%;
	padding: 0 16px;
}
.modal .form textarea {
	margin-top: 9px;
	border: 1px solid #E1EAF8;
	border-radius: 8px;
	line-height: 18px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 14px;
	outline: 0;
	width: 100%;
	padding: 8px 16px;
	resize: none;
	min-height: 88px;
}
.modal .form label .desc {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	white-space: nowrap;
}
.modal .form label {
	display: block;
	margin-bottom: 18px;
	width: 100%;
}
.modal .form label.short {
	width: calc(50% - 9px);
	margin-right: 9px;
}
.modal .form label.short:nth-child(3) {
	margin-left: 9px;
	margin-right: 0;
}
.modal .form .button {
	width: 158px;
}

/* media */
@media screen and (max-width: 1300px) {
	.header .nav__item {
		margin-left: 0;
	}
	.header .right {
		width: calc(100% - 120px);
		justify-content: flex-end;
	}
	.header .button {
		margin-left: 24px;
	}
	.header .nav__item {
		margin-left: 16px;
	}
	.header .button {
		padding: 12px 16px;
	}
	.stages-section .list-container::before {
		left: -24px;
		width: calc(100% + 48px);
	}
	.benifits-section .item-wrapper {
		width: 80%;
	}
	.footer .wrapper {
		flex-wrap: wrap;
	}
	.footer .nav {
		width: 100%;
		margin-top: 24px;
	}
	.footer .nav__item:first-child {
		margin-left: 0;
	}
	.footer .nav__item:first-child::before {
		display: none;
	}
}
@media screen and (max-width: 980px) {
	.header {
		position: fixed;
		background-color: #fff;
		width: 100%;
		left: 0;
		top: 0;
		box-shadow: 0 15px 35px rgba(0,0,0,.07);
	}
	.header .right {
		left: 100%;
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0;
		background: #fff;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		padding: 24px;
		z-index: 5;
		transition: .3s ease;
	}
	.header .right.open {
		left: 0;
	}
	.header .nav {
		flex-direction: column;
	}
	.header .nav__item {
		margin-bottom: 40px;
	}
	.header .right .close {
		position: fixed;
		right: 24px;
		top: 24px;
		display: block;
	}
	.header .right .close span {
		width: 24px;
		height: 3px;
		display: block;
		border-radius: 6px;
		background: #000;
		transition: .3s;
	}
	.header .right .close span + span {
		margin-top: 5px;
	}
	.header .right.open .close span:first-child {
		transform: rotate(45deg);
		margin-top: 7px;
	}
	.header .right.open .close span:nth-child(2) {
		opacity: 0;
	}
	.header .right.open .close span:last-child {
		transform: rotate(-45deg);
		margin-top: -11px;
	}
	.header .wrapper {
		padding: 12px 0;
	}
	.logo {
		width: 100px;
	}
	.hero-section .wrapper {
		flex-direction: column;
	}
	.hero-section {
		padding: 130px 24px 24px;
	}
	.hero-section .left {
		width: 100%;
		padding: 0;
		max-width: 600px;
		margin: 0 auto;
	}
	.hero-section img {
		width: 100%;
		max-width: 600px;
		margin-top: 40px;
	}
	.hero-section .title {
		font-size: 44px;
		line-height: 50px;
	}
	.hero-section .desc {
		margin-top: 16px;
	}
	.tech-section {
		padding: 60px 24px;
	}
	.tech-section .desc {
		margin-top: 16px;
	}
	.service-section .container {
		flex-direction: column;
	}
	.service-section {
		padding: 0 24px 60px;
	}
	.service-section img {
		width: 100%;
		max-width: 600px;
	}
	.service-section .left {
		width: 100%;
		padding: 0;
		margin-top: 24px;
	}
	.service-section .list {
		flex-direction: column;
	}
	.service-section .list {
		margin-top: 24px;
	}
	.service-section .item {
		width: 100%;
		padding: 0;
		border: 0;
	}
	.service-section .item + .item {
		margin-top: 24px;
	}
	.stages-section {
		padding: 60px 24px;
	}
	.stages-section .container {
		flex-direction: column;
	}
	.stages-section img {
		width: 100%;
		max-width: 600px;
		margin-top: 24px;
	}
	.stages-section .left {
		width: 100%;
		padding: 0;
	}
	.stages-section .desc {
		margin-top: 16px;
	}
	.stages-section .list {
		flex-direction: column;
		margin-top: 105px;
	}
	.stages-section .item {
		padding: 0;
	}
	.stages-section .item + .item {
		margin-top: 24px;
	}
	.stages-section .item:before {
		left: 0;
		top: 0;
	}
	.stages-section .item .item__title {
		margin-top: 0;
		padding-left: 40px;
	}
	.benifits-section {
		padding: 60px 24px;
	}
	.benifits-section .desc {
		margin-top: 16px;
	}
	.benifits-section .item__title {
		width: 100%;
	}
}
@media screen and (max-width: 600px) {
	.title {
		font-size: 28px;
		line-height: 40px;
	}
	.benifits-section .item {
		width: 100%;
	}
	.benifits-section .item + .item {
		margin-top: 24px;
	}
	.benifits-section .item-wrapper {
		width: 100%;
	}
	.benifits-section .item__title {
		padding-left: 40px;
	}
	.benifits-section .item-wrapper::before {
		left: 0;
	}
	.item__title {
		font-size: 21px;
		line-height: 28px;
	}
	.footer .nav__item {
		margin-left: 0;
	}
	.footer .nav__item::before {
		display: none;
	}
	.footer .nav__item + .nav__item {
		margin-top: 16px;
	}
	.footer .nav {
		flex-direction: column;
	}
	.reg-num {
		margin-left: 0;
		margin-top: 16px;
	}
	.reg-num::before {
		display: none;
	}
	.footer {
		padding: 40px 24px;
	}
	.privacy-section .title.big {
		line-height: 54px;
	}
	.modal-wrapper {
		flex-direction: column;
	}
	.modal .left {
		width: 100%;
		padding: 24px;
	}
	.modal .right {
		width: 100%;
		padding: 24px;
	}
	.modal .left .desc {
		max-width: 100%;
		min-height: 0;
		padding: 0;
		text-align: center;
	}
	.modal .left .desc + .desc {
		margin-top: 17px;
		min-height: 0;
	}
	.modal .left .desc::after {
		display: none;
	}
	.modal .close {
		top: 0;
		height: 42px;
		background: transparent;
		padding: 0;
		align-items: center;
		z-index: 2;
	}
	.modal .form label.short {
		width: 100%;
		margin: 0 0 18px !important;
	}
}
.modal-wrapper .message {
	width: 500px;
    position: relative;
    z-index: 1;
    background-color: #fff;
    border-radius: 18px;
    padding: 40px 20px;
    color: #000;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    line-height: 25px;
    font-family: 'Roboto', sans-serif;
}
@media screen and (max-width: 600px) {
	.modal-wrapper .message {
	   width: 90%;
	}
}
#legal-business-services {
	margin-top: 100px;
	display: block;
}
#legal-business-services .title {
	text-align: center;
	width: 100%;
	max-width: 100%;
}
@media screen and (max-width: 1485px) {
	.header .nav {
	   align-items: center;
	}
	.header .nav__item a {
	    display: block;
        max-width: 145px;
	}
}
@media screen and (max-width: 1330px) {
    .header .nav__item {
        margin-left: 50px;
    }
}
@media screen and (max-width: 1150px) {
    .header .nav__item {
        margin-left: 30px;
    }
}
@media screen and (max-width: 1050px) {
    .header .nav__item {
        margin-left: 20px;
    }
}
@media screen and (max-width: 1000px) {
    .header .nav__item {
        margin-left: 15px;
    }
}
@media screen and (max-width: 980px) {
    #legal-business-services { 
        margin-top: 24px;
    }
    .header .nav__item {
        margin-left: 0px;
    }
    .header .nav {
        align-items: self-start;
    }
    .header .button {
        margin-left: 0px;
    }
}
.privacy-section a {
	color: blue;
}
.cookie-popup {
	position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.8);
    padding: 15px 20px;
    color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .11);
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, .11);
    max-width: 500px;
}
.cookie-popup .title {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
    font-weight: 500;
	color: #fff;
}
.cookie-popup .text {
	font-family: 'Roboto', sans-serif;
	margin-bottom: 15px;
	line-height: 24px;
}
.cookie-popup .btns {
	text-align: right;
    margin-bottom: 15px;
}
.cookie-popup .text a {
	color: #00b6ff;
}