body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family:'Poppins', sans-serif;
	background: #F6F6FA;
	transition: all ease-in-out .5s .5s
}
*, ::after, ::before {
	box-sizing: border-box;
}
a {
	text-decoration: none;
	cursor: pointer;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
@font-face {
	font-family: "TT Lakes";
	src: url("../fonts/TTLakes-Bold.eot");
	src: url("../fonts/TTLakes-Bold.woff") format('woff');
}
.ll_main_block	{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	text-transform: inherit;
}
.ll_main_block h1 {
	font-family: 'TT Lakes', sans-serif;
	font-size: 40px;
	line-height: 56px;
	color: #F6F6FA;
	text-transform: uppercase;
	margin: 0 0 16px;
}
.ll_main_block h2 {
	font-family: 'TT Lakes', sans-serif;
	font-size: 32px;
	line-height: 40px;
	margin: 0 0 24px;
	color: #063A93;
}
.ll_main_block h3 {
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
}
.ll_main_block h4 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	margin: 16px 0;

}
.ll_main_block h5 {
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
}
.ll_main_block p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	margin: 0 0 16px;
}
.ll_main_block header {
	background: #F6F6FA;
	width: 100%;
	position: relative;
}
.ll_main_block header nav {
	max-width: 1224px;
	width: 100%;
	margin: 0px auto;
	display: flex;
	justify-content: space-between;
	position: relative;
	padding: 24px 0;
	align-items: center;
}
a.logo {
	display: block;
	position: relative;
	width: 240px;
}
.st0 {
	fill:#063A93;
}
.footer_wrapper .st0 {
	fill:#F6F6FA;
}

a.logo:hover .st0 {
	fill:#347DF7;
}
.header-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-right > a {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	text-transform: uppercase;
	margin-right: 24px;
	color: #0C0D0F;
}
.header-right a:hover {
	color: #347DF7;
}
.header-right > a:last-child {
	margin-right: 0;
}
.lng-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.lng-wrapper a:first-of-type {
    margin-right: 8px;
}
.lng-wrapper a {
    width: 24px;
    height: 18px;
    position: relative;
    display: block;
    outline: none;
}
.lng-wrapper a:hover {
	outline: 1px solid #347DF7;
}
.lng-wrapper a img {
    width: 100%;
    height: 100%;
}
.hero_block{
	padding: 120px 0;
	width: 100%;
	display: block;
	background: url(../images/HERO_BLOCK.jpg) no-repeat center center / cover;
	margin: 0;
}
.hero_block_small {
	display: none;
}
.hero_wrapper, .main_wrapper {
	max-width: 1224px;
	margin: 0 auto;
}
.hero_text {
	max-width: 530px;
}
.hero_text h4 {
	color: #F6F6FA;
}
.ll_main_block a.button, input[type="submit" i]  {
	display: inline-block;
	padding: 10px 40px;
	background: #0E63F6;
	border-radius: 8px;
	border: none;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #F6F6FA;
}
.ll_main_block a.button:hover,
input[type="submit" i]:hover { 
	background:#347DF7;
}
input[type="submit" i] {
	color: #F6F6FA;
	margin-top: 16px;
}

section {
	width: 100%;
	position: relative;
	margin: 48px auto;
}

.column_box {
	max-width: 288px;
	width: 100%;
	margin: 0 12px;
	position: relative;
}
.column_box img {
	width: 288px;
	height: 162px;
}
a.secondary_ll {
	border: 1px solid #0E63F6;
	background: transparent;
	color: #211E31;
	display: inline-block;
	display: none;
	padding: 10px 40px;
	border-radius: 8px;
}
a.secondary_ll:hover {
	color: #F6F6FA;
	background: #85B0F9;
}

.column_block {
	width: 100%;
	position: relative;
	justify-content: space-between;
	display: flex;
}
.col2_box, .contact_block, .form_block{
	position: relative;
	width: calc(50% - 12px);
}
.col2_box figure {
	width: 100%;
	height: 0;
	padding-bottom: 56%;
	overflow: hidden;
	margin: 0;
	position: relative;
}
.col2_box img {
	width: 100%;
	height: 100%;
	position: absolute;
}
.col2_box h5 {
	font-weight: 600;
	margin: 0 0 16px;
}
.column_block.pluses {
	flex-wrap: wrap;
}
.pluses_item {
	max-width: calc(50% - 12px);
	width: 100%;
	display: flex;
	margin-bottom: 24px;
	align-items: center;
}
.pluses_item figure {
	margin: 0 24px 0 0;
	width: 120px;
	height: 120px;
	position: relative;
}
.pluses_item figure img {
	width: 100%;
	position: absolute;
	height: 100%;
}
.pluses_text {
	position: relative;
	max-width: calc(100% - 144px);
}
.pluses_text h4 {
	margin: 0 0 8px;
}
.pluses_text p {
	margin: 0;
}
.testimonials_block {
	display: flex;
	position: relative;
	justify-content: space-between;
}
.testimonial_box {
	position: relative;
	max-width: 392px;
	padding: 24px;
	background: #F6F6FA;
	border-radius: 8px;
	/* gap: 16px; */
	display: flex;
	flex-direction: column;
}
.testimonial_box:hover {
	background: #e3e7ea;
}
h5.h5_medium {
	margin: 0 0 16px;
}
.persona_block {
	display: flex;
}
.persona_block figure, .img {
	width: 48px;
	height: 48px;
	position: relative;
	margin: 0 12px 0 0;
	background: #E3E7EA;
	border-radius: 50%;
	overflow: hidden;
}
.img {
	display: flex;
	align-items: center;
	justify-content: center;
}
.persona_block img {
	width: 100%;
	/* position: absolute; */
	height: 100%;
}
.testimonial_text {
	max-width: calc(100% - 60px);
}
.testimonial_text h5, .testimonial_text p {
	margin: 0;
}
.testimonial_text h5 a {
	color: #0E63F6;
	text-decoration: none;
}
.testimonial_text h5 a:hover {
	color: #347df7;
}
.tech-slideshow {
	height: 100px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	transform: translate3d(0, 0, 0);
}

.tech-slideshow > div {
	height: 200px;
	width: 3400px;
	background: url(../images/employers.png) repeat-x;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	transform: translate3d(0, 0, 0);
}

.tech-slideshow .mover-1 {
	animation: moveSlideshow 15s linear infinite;
}


@keyframes moveSlideshow {
	100% { 
		transform: translateX(-30%);  
	}
}
.form_block label:not(first-of-type) {
	margin: 0 0 8px;
	/* background: red; */
	line-height: 32px;
}
.form_block input {
	width: 100%;
	height: 48px;
	margin-bottom: 12px;
	border-radius: 8px;
	border: 1px solid #B3B3CC;
	border-radius: 8px;
	padding: 9px 16px ;
}
.form_block input:focus {
	outline:none;
	border: 1px solid #85B0F9;
}
input[type="text" i] {
	color: #818199;
}
.form_body._error input._error {
   border: 1px solid #930663;
   outline: 1px solid #930663;
}
.form__item {
    padding-top: 8px;
}
.options {
    display: flex;
    gap: 24px;
    height: auto;
}
.options__item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
textarea#msg {
	border: 1px solid #B3B3CC;
	border-radius: 8px;
	width: 100%;
	min-height: 240px;
	padding: 16px;
	resize: vertical;
}
textarea#msg:focus {
	outline: none;
	border: 1px solid #85B0F9;
}
.contact_block {
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding-top: 32px;
}
.contact_bullet {
	display: flex;
	flex-direction: row;
}
.some_wrapper {
    display: flex;
    gap: 24px;
}
p.caption {
	font-size: 14px;
	color: #818199;
	line-height: 22px;
}
.slick-track {
	left: -12px;
}
footer {
	background: #2A2A3D;
	position: relative;
	padding: 40px 0;
}
.footer_wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	color: #F6F6FA;
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.footer_wrapper figure {
	width: 240px;
}
.footer_wrapper p {
	margin: 0;
}
::placeholder {
	opacity: 1;
	color: #B3B3CC;
}
.offers_slider3::after {
	content: '';
	position: absolute;
	height: 2px;
	width: 943px;
	border: 4px dashed #E3E7EA;
	top: 80px;
	z-index: -1;
	/* top: 50%; */
	left: 100px;
	/* transform: translate(-50%, -50%); */
}
.slider_controls {
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	gap: 16px;
}
button.slider_control_previous,
button.slider_control_next {
	padding: 10px 16px;
	border: 1px solid #0E63F6;
	background: transparent;
	color: #211E31;
}
button.slider_control_previous:hover,
button.slider_control_next:hover {
	color: #211E31;
	background: #85B0F9;
}
button.slider_control_previous span {
	transform: rotate(180deg);
	display: flex;

}
#nav-icon {
	width: 40px;
	height: 24px;
	position: absolute;
	right: 0;
	margin: 50px auto;
	-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;
	display: none;
}
#nav-icon span {
	display: block;
	position: absolute;
	height: 6px;
	width: 100%;
	background: #2A2A3D;
	border-radius: 6px;
	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;
}
/* Icon 3 */

#nav-icon span:nth-child(1) {
	top: 0px;
}

#nav-icon span:nth-child(2),#nav-icon3 span:nth-child(3) {
	top: 12px;
}

#nav-icon span:nth-child(4) {
	top: 24px;
}

#nav-icon.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}

#nav-icon.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 6px;
}

#nav-icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 6px;
}

#nav-icon.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}


/* BREAKPOINT 1200px */
@media (max-width: 1200px){
	.ll_main_block header, 
	.hero_wrapper, 
	.main_wrapper,
	.footer_wrapper {
		padding: 0 24px;
	}
	#nav-icon {
		display: block;
	}
	.header-right {
		position: absolute;
		display: flex;
		flex-direction: column;
		height: auto;
		right: 0;
		top: 93px;
		gap: 24px;
		padding: 24px;
		z-index: 8;
		background: #F6F6FA;
		visibility: hidden;
		opacity: 0;
	}
	.header-right.show {
		visibility: visible;
		opacity: 1;
	}
	.testimonials_block {
		gap: 24px;
	}
}

/* BREAKPOINT 1024px */
@media (max-width: 1024px) {
	.hero_text {
		max-width: 50%;
	}
	#aboutus .column_block,
	#ll_form .column_block {
		flex-direction: column;
	}
	.col2_box figure {
		margin-bottom: 40px;
	}
	.testimonials_block {
		flex-direction: column;
	}
	.testimonial_box {
		max-width: 100%;
	}
}

/* BREAKPOINT 768px */
@media (max-width: 768px) {
	.hero_block {
		padding: 0 0 48px;
		margin: 0;
		background: none;
	}
	.hero_block_small {
		width: 100%;
		height: 0;
		display: block;
		padding-bottom: 56%;
		position: relative;
	}
	.hero_block_small img {
		position: absolute;
		width: 100%;
		height: 100%;
	}
	.hero_text {
		max-width: 100%;
		margin-top: 40px;
	}
	.ll_main_block h1 {
		color: #063A93;
	}
	.hero_text h4 {
		color: inherit;
	}
	.column_block.pluses, .footer_wrapper {
		flex-direction: column;
	}
	.col2_box,
	.contact_block,
	.form_block{
		width: 100%;
	}
	.pluses_item {
		max-width: 100%;
	}
	.slick-slider {
		padding-bottom: 64px;
	}
	.slider_controls {
		bottom: 0px;
		top: unset;
		z-index: 5;
	}
	textarea#msg {
		margin-bottom: 16px;
	}
	.footer_wrapper {
		gap: 24px;
	}
}

/* BREAKPOINT 480px */
@media (max-width: 480px) {
	.ll_main_block h1,
	.ll_main_block h2 {
		font-size: 28px;
		line-height: 32px;
	}
	.pluses_item {
		align-items: flex-start;
	}
	.pluses_item figure {
		width: 64px;
		height: 64px;
		margin: 0 16px 0 0;
	}
	.pluses_text {
		max-width: calc(100% - 80px);
	}
}