html {
	scroll-behavior: smooth;
}
body.hidden {
    overflow: hidden;
}
.page {
	overflow: hidden;
	position: relative;
	font-family: 'Red Hat Display', sans-serif;
	color: #1A1E2C;
}
.title {
	font-weight: 300;
	font-size: 62px;
	line-height: 82px;
	color: #1A1E2C;
}
.title .black {
	font-weight: 900;
}
.title .reg {
	font-weight: 400;
}
.title.big .black {
	font-size: 86px;
	line-height: 114px;
}
.title.small {
	font-size: 24px;
	line-height: 32px;
	font-weight: 900;
}

.desc {
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #1A1E2C;
}
.desc .blue {
	color: #0586C5;
}
a.desc {
	font-weight: 600;
}
button,
a {
	border: 0;
	outline: 0;
	cursor: pointer;
	transition: .3s;
}
a:hover,
button:hover  {
	opacity: .5;
}
.button {
	color: #fff;
	background: #0586C5;
	border-radius: 8px;
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
	padding: 14px;
	min-width: 240px;
}
.section {
	padding: 180px 24px;
	text-align: center;
	position: relative;
}
.section-gray {
	background: #F2F4F8;
}
.section .wrapper {
	max-width: 1520px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.menu {
	display: none;
}


/* header */
.header {
	width: 100%;
	height: auto;
	z-index: 3;
	transition: .3s;
	background: #FFFFFF;
	position: relative;
}
.header .logo {
	width: 197px;
}
.header .section {
	padding: 24px;
	transition: .3s;
	width: 100%;
	height: 115px;
	display: flex;
	align-items: center;
}
.header .section::before {
	display: none;
}
.header .wrapper {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header .nav {
	display: flex;
}
.header .nav li + li {
	margin-left: 65px;
}
.nav a {
	font-weight: 700;
	font-size: 16px;
	line-height: 21px;
	color: #1A1E2C;
}


/* hero */
.hero-section {
	padding: 24px;
	min-height: calc(100vh - 115px);
	position: relative;
	display: flex;
	align-items: center;
}
.section::before {
	content: '';
	width: calc(100% - 100px);
	height: 100%;
	position: absolute;
	left: 50px;
	top: 0;
	background: url('../assets/gray-lines.png');
	background-position: center;
	background-size: 100% 100%;
	z-index: 1;
}
.section-gray::before {
	background-image: url('../assets/white-lines.png');
}
.hero-section .wrapper {
	display: flex;
	align-items: center;
	width: 100%;
	position: relative;
	z-index: 1;
}
.hero-section .left {
	flex: 1;
	text-align: left;
	padding-bottom: 100px;
}
.hero-section .right {
	flex: 1;
}
.hero-section .right .img {
	max-width: 667px;
	width: 100%;
}
.hero-section .letters {
	position: absolute;
	transform: translate(-50%, -50%);
	top: calc(50%);
	left: calc(50% + 100px);
	width: 70%;
}
.hero-section .desc {
	margin-top: 38px;
	max-width: 495px;
}



/* services */

.services-section .img {
	max-width: 1480px;
	margin: 0 auto;
}
.services-section .title {
	text-align: left;
}
.services-section .list {
	display: flex;
	gap: 16px;
	text-align: left;
	margin: 80px 0 180px;
}
.services-section .list .item {
	background: #FFFFFF;
	border-radius: 4px;
	padding: 52px 24px 49px;
	flex: 1;
}
.services-section .list .item .title {
	margin-top: 24px;
}
.services-section .list .item .desc {
	margin-top: 24px;
}
.services-section .list2 {
	gap: 16px;
	text-align: left;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin-top: 180px;
}
.services-section .list2 .item {
	background: #FFFFFF;
	border-radius: 4px;
	padding: 28px;
	min-height: 198px;
	display: flex;
	align-items: center;
	text-align: left;
	justify-content: flex-start;
}
.services-section .list2 .img {
	margin: 0;
	margin-right: 28px;
	width: auto;
	height: 35px;
}
.services-section .list .img {
	width: auto;
	height: 33px;
}



/* consulting */
.consulting-section .list {
	gap: 16px;
	text-align: left;
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 96px;
}
.consulting-section .list .item {
	background: #F2F4F8;
	border-radius: 4px;
	padding: 52px 24px 49px;
	flex: 1;
}
.consulting-section .list .img {
	margin: 0;
	margin-right: 28px;
	width: auto;
	height: 35px;
}
.consulting-section .list .item .title {
	margin-top: 24px;
}
.consulting-section .list .item .desc {
	margin-top: 24px;
}
.consulting-section .wrapper {
	display: flex;
	align-items: center;
}
.consulting-section .left {
	flex: 1;
	text-align: left;
}
.consulting-section .right {
	flex: 1;
}
.consulting-section .right .img {
	max-width: 640px;
	margin-top: 100px;
}


/* offers */
.offers-section {
	text-align: left;
	padding-bottom: 0;
}
.offers-section .wrapper {
	padding-bottom: 280px;
}
.offers-section .list {
	margin-top: 96px;
	gap: 62px 16px;
	text-align: left;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin-top: 180px;
}
.offers-section .item {
	padding-left: 24px;
	position: relative;
}
.offers-section .item:before {
	content: '';
	width: 10px;
	height: 10px;
	background: #0586C5;
	border-radius: 100px;
	position: absolute;
	top: 9px;
	left: 0;
}

.offers-section .list .desc {
	max-width: 368px;
	margin-top: 24px;
}
.blue-wrapper {
	max-width: 1264px;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -100px;
	background: #0586C5;
	border-radius: 24px;
	text-align: center;
	min-height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
}
.blue-wrapper .desc {
	color: #fff;
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 300;
	font-size: 24px;
	line-height: 32px;
}
.blue-wrapper .desc span {
	display: block;
	font-weight: 700;
	margin-bottom: 16px;
}


/* contact */
.contact-section {
	padding-top: 100px;
	padding-bottom: 100px;
}
.contact-section .wrapper {
	padding-top: 100px;
}
.form {
	margin: 44px auto 0;
	background: #F2F4F8;
	border-radius: 12px;
	padding: 62px;
	max-width: 732px;
	font-size: 0;
}
.form label {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	text-align: left;
	margin-bottom: 28px;
}
.form label:first-child {
	width: 50%;
	padding-right: 8px;
}
.form label:nth-child(2) {
	width: 50%;
	padding-left: 8px;
}
.form input,
.form textarea {
	width: 100%;
	border: 0;
	background: #FFFFFF;
	border-radius: 4px;
	padding: 18px 20px;
	outline: none;
	font-size: 14px;
	line-height: 19px;
	color: #1A1E2C;
	font-family: 'Open Sans', sans-serif;
}
.form textarea {
	min-height: 110px;
	resize: none;
}
.form label .desc {
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 19px;
	padding-left: 10px;
}
::placeholder {
	color: #CDD0D6;
}
.form + .title {
	margin-top: 100px;
	font-size: 32px;
	line-height: 42px;
}
.form + .title span {
	font-weight: 700;
	display: block;
	font-size: 24px;
	line-height: 32px;
	margin-top: 8px;
}



/* footer */
.footer {
	background: #F2F4F8;
	padding: 45px 24px;
}
.footer:before {
	display: none;
}
.footer .wrapper {
	display: flex;
	justify-content: space-between;
}
.footer .desc {
	color: #919AAC;
}



/* privacy */
.privacy-page .hero-section:before {
	display: none;
}
.privacy-page .hero-section {
	align-items: flex-start;
	padding: 60px 24px 100px;
}
.privacy-page .hero-section .wrapper {
	display: block;
}

.privacy-page .hero-section .title {
	text-align: center;
	width: 100%;
}
.privacy-page .hero-section a.desc {
	position: absolute;
	left: 0;
	top: 30px;
	margin-top: 0;
	color: #919AAC;
	display: flex;
	align-items: center;
}
.privacy-page .hero-section a.desc img {
	width: 8px;
	margin-right: 12px;
}
.privacy-page .text {
	margin: 138px auto 0;
	max-width: 1000px;
}
.privacy-page .hero-section .text .title {
	text-align: left;	
}
.privacy-page .hero-section .text .desc {
	max-width: 100%;
	text-align: left;
	margin-top: 24px;
}
.privacy-page .hero-section .text .desc + .title {
	margin-top: 80px;
}
.privacy-page .hero-section .text .privacy-desc {
	margin-top: 80px;
	text-align: right;
	font-family: 'Red Hat Display', sans-serif;
	font-style: italic;
}




/* media */
@media screen and (max-width: 900px) {
	.section {
		padding: 48px 16px;
	}
	.header .wrapper {
		flex-direction: column;
	}
	.header .nav {
		margin-top: 24px;
	}
	.header .section {
		height: auto;
		padding: 24px 16px;
	}
	.header .nav li + li {
		margin-left: 0
	}

	.header .nav li {
		margin: 0 12px;
	}
	.hero-section {
		min-height: 0;
		padding-bottom: 48px;
	}
	.hero-section .wrapper {
		flex-direction: column;
	}
	.title {
		font-size: 36px;
		line-height: 42px;
	}
	.title.big .black {
		font-size: 36px;
		line-height: 42px;
	}
	.hero-section .left {
		padding-bottom: 48px;
	}
	.hero-section .letters {
	    position: absolute;
	    transform: translateX(-50%);
	    top: 30px;
	    left: 50%;
	    width: 90%;
	}
	.services-section .list {
		margin-top: 32px;
		margin-bottom: 32px;
		display: block;
	}
	.services-section .list .item + .item {
		margin-top: 16px;
	}
	.services-section .list2 {
		margin-top: 32px;
		display: block;
	}
	.services-section .list2 .item + .item {
		margin-top: 16px;
	}
	.services-section .list + .img {
		display: none;
	}
	.consulting-section .list {
		display: block;
		margin-top: 32px;
	}
	.consulting-section .wrapper {
		display: block;
	}
	.consulting-section .list .item + .item {
		margin-top: 16px;
	}
	.consulting-section .right .img {
		margin-top: 48px;
	}
	.offers-section .list {
		margin-top: 32px;
		display: block;
	}
	.offers-section .item + .item {
		margin-top: 16px;
	}
	.contact-section .wrapper {
		padding-top: 48px;
	}
	.form {
		padding: 24px;
	}
	.form + .title {
		margin-top: 32px;
	}
	.footer .wrapper {
		display: flex;
		flex-direction: column;
	}
	.footer .right {
		margin-top: 16px;
	}
	.privacy-page .hero-section a.desc {
	    left: 50%;
	    transform: translateX(-50%);
	    top: -40px;
	}
	.privacy-page .text {
		margin-top: 48px;
	}
	.privacy-page .hero-section .text .desc + .title {
		margin-top: 48px;
	}
}
#overlay {
    background: rgba(0, 0, 0, .7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999;
    font-family: 'Poppins', sans-serif;
}
#overlay .pop {
    background: #fff;
    max-width: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 60px 50px 50px 50px;
    border-radius: 6px;
    display: none;
}
#overlay .pop .close {
    position: absolute;
    right: 25px;
    top: 20px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
    cursor: pointer;
}
#overlay .pop .close:hover {
    opacity: 1;
}
#overlay .pop .close:before, .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #333;
}
#overlay .pop .close:before {
    transform: rotate(45deg);
}
#overlay .pop .close:after {
    transform: rotate(-45deg);
}
#overlay .pop .message {
    text-align: center;
    font-size: 18px;
}
.privacy u {
	display: block;
	margin: 15px 0px;
}
.privacy ul {
	padding: 0px 0px 20px 20px;
	list-style: disc;
}