@font-face {
    font-family: 'ClearSans';
    src: url('../fonts/ClearSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ClearSans';
    src: url('../fonts/ClearSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'ClearSans';
    src: url('../fonts/ClearSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'ClearSans';
    src: url('../fonts/ClearSans-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'ClearSans';
    src: url('../fonts/ClearSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'ClearSans';
    src: url('../fonts/ClearSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'ClearSans';
    src: url('../fonts/ClearSans-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'ClearSans';
    src: url('../fonts/ClearSans-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}


body {
	margin: 0;
	overflow-x: hidden;
	scroll-behavior: smooth;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100vh;
	font-family: 'ClearSans', sans-serif;
    font-weight: normal;
}
html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
.cards_number {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 10px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
.cards {
	position: relative;
}
.cards > img {
	position: absolute;
    left: 0;
    top: -80%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button {
	padding: 0;
	border: none;
	font: inherit;
	color: inherit;
	background-color: transparent;
	cursor: pointer;
	outline: none !important;
}
input {
	outline: none !important;
}
.modal .form {
	grid-template-columns: 1fr !important;
}
input[type='number'] {
    -moz-appearance: textfield;
}
.seo_text p {
font-size: 16px;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

a {
	text-decoration: none !important;
	color: inherit;
	display: inline-block;
	position: relative;
	outline: none !important;
	transition: all 0.2s linear;
}

.modal .title:after {
    display: none;
}
section {
	position: relative;
}
.modal .calc_block_inputs form {
    grid-template-columns: 1fr;
}
.modal .calc_block_inputs input, .modal .calc_block_inputs select {
    padding: 13px 19px;
}
.modal {
        position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    transition: all .3s linear;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, .6);
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal .calc_block_top {
    margin-bottom: 20px;
}
.modal .title {
    font-size: 25px !important;
    max-width: 100% !important;
    line-height: normal;
    text-align: left !important;
}
.modal .subtitle {
    display: none;
}
.modal .calc_block_wrapper {
	margin: 0;
	padding: 20px;
    max-width: 500px;
	min-width: 355px;
}
strong, b {
	font-weight: 700;
}
.container {
	max-width: 1340px;
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
}
.header__top {
	padding: 17px 0;
	border-bottom: 1px solid #eaeaea4f;
	text-align: center;
}
.header__top span {
	font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 16.22px;
	text-align: left;
	color: #5F5F5F;
}
.header__top a {
	font-size: 12px;
	font-weight: 500;
	color: #ffffff;
	line-height: 16.22px;
	text-align: left;
}
.btn {
	font-size: 18px;
	font-weight: 500;
	line-height: 24.34px;
	text-align: left;
	cursor: pointer;
	transition: all .3s linear;
	padding: 13px 24px;
	border-radius: 5px;
	display: inline-block;
}
.btn.btn_v1 {
	background: #FAB51B;
	color: #ffffff;
}
.btn.btn_v2 {
	color: #000000;
	text-align: center;
	background: #ffffff;;
}
.hero_block {
	background: #323232;
	padding-top: 145px;
	padding-bottom: 273px;
}
.popup_active .modal {
    opacity: 1;
    z-index: 10;
    padding: 0 20px;
    visibility: visible;
}
body.popup_active {
    overflow: hidden;
}
.hero_block__wraper {
	display: grid;
	grid-template-columns: 480px 1fr;
	grid-gap: 20px;
	align-items: center;
}
.hero_block_item img {
	display: block;
	width: 100%;
}
.header {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
  z-index: 8;
}
.hero_block_item h1 {
	font-size: 55px;
	color: #ffffff;
	max-width: 380px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 74.36px;
}
.header__left {
	display: flex;
	align-items: center;
}
.header__main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 0;
}
.header__menu {
	display: flex;
	align-items: center;
}
.header__menu li a {
	font-size: 17px;
	font-weight: 500;
	color: #ffffff;
	line-height: 22.98px;
}
.header__menu li:not(:last-child) {
	margin-right: 60px;
}
.header__logo {
	margin-right: 90px;
}
.hero_block_item p {
	font-size: 18px;
	font-weight: 500;
	line-height: 24.34px;
	color: #9C9C9C;
	margin-top: 35px;
}
.modal_close {
    width: 25px;
    height: 25px;
    display: block;
    transition: all .3s linear;
    position: absolute;
    right: 10px;
    top: 10px;
}
.modal_close svg {
    height: 100%;
    width: 100%;
}
.modal_close:hover {
    opacity: .7;
}
.calc_block_wrapper {
	padding: 35px 85px;
	border-radius: 9px;
	position: relative;
	margin-top: -120px;
	background: #FAB51B;
}
.calc_block_top {
	display: flex;
	align-items: center;
	margin-bottom: 43px;
}
.title {
	font-size: 40px;
	font-weight: 500;
	line-height: 54.08px;
	text-align: left;
	display: flex;
	align-items: center;
	color: #ffffff;
}
.title:after {
	content: '';
	width: 64px;
	height: 1px;
	background: #ffffff;
	margin: 0 15px;
	display: inline-block;
}
.cards2 > img {
	position: absolute;
    right: 0;
    top: -81%;
}
.cards2 {
	position: relative;
}
.subtitle {
	font-size: 18px;
	font-weight: 300;
	max-width: 510px;
	line-height: 24.34px;
	color: #ffffff;
}
.calc_block_inputs .form {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 13px;
}
.calc_block_inputs select option {
    color: #ffffff !important;
}
.calc_block_inputs input, .calc_block_inputs select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: #FAB51B;
	outline: none;
	padding: 21px 19px;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	width: 100%;

	font-size: 18px;
	font-weight: 300;
	line-height: 24.34px;
	color: #ffffff;
}
.calc_block_inputs input::placeholder {
	font-size: 18px;
	font-weight: 300;
	line-height: 24.34px;
	color: #ffffff;
}
.text_block_wrapper {
	display: grid;
	grid-template-columns: 550px 1fr;
	grid-gap: 50px;
	align-items: center;
}
.margin {
	margin: 70px 0 !important;
}
.text_block_wrapper img {
	width: 100%;
	display: block;
}
h2 {
	font-size: 55px;
	font-weight: 500;
	line-height: 74.36px;
	color: #000000;
	margin-bottom: 40px;
}
p {
	font-size: 18px;
	font-weight: 500;
	line-height: 24.34px;
	color: #8E8E8E;
}
.text_block_wrapper p {
	margin-bottom: 47px;
}
.cards_wrapper {
	display: grid;
	margin-top: 60px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 18px;
}
.cards_item {
	box-shadow: 1px 1px 15px 0px #00000040;
	padding: 32px 0;
	border-radius: 5px;
	transition: all .3s linear;
}
.cards_item:hover {
    box-shadow: 0px 0px 15px 0px #FAB51BB2;
    cursor: pointer;
}
.cards_item svg {
    max-width: 100px;
    margin-bottom: 20px;
    margin-left: auto;
    display: block;
    margin-right: auto;
    background: #FAB51B;
    padding: 10px;
    width: 100px;
    height: 71px;
    border-radius: 5px;
}
.cards_title {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 18.13px;
	color: #000000;
	padding: 0 55px;
}
.calc_block_bg {
	background: #FAB51B;
}
.container-small {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	width: 100%;
}
.slider_item {
	padding: 27px;
	margin: 10px 20px;
	box-shadow: 1px 1px 15px 0px #00000040;
	background: #ffffff;
	display: flex !important;
	justify-content: center;
	align-items: center;
}
.slider_item img {
	max-height: 102px;
	min-height: 102px;
	width: 100%;
	object-fit: contain;
}
.slick-dots {
	display: flex;
	align-items: center;
	margin-top: 55px;
	justify-content: center;
}
.slick-dots button {
	display: none;
}
.slick-dots li {
	min-width: 114px;
	background: #D9D9D9;
	height: 4px;
	border-radius: 4px;
	cursor: pointer;
}
.slick-dots li:not(:last-child) {
	margin-right: 20px;
}
.slick-dots .slick-active {
	background: #FAB51B;
}
.custom-arrows button {
	position: absolute;
	top: 75px;
	left: -30px;
}
.v3_mobile {
	display: none;
}
.custom-arrows .next-arrow {
	right: -30px;
	left: auto;
}
.text-center {
	text-align: center;
}
.orange {
	color: #FAB51B;
}
.cards2_wrapper {
	display: flex;
    flex-wrap: wrap;
	margin-top: 79px;
    gap: 1.5rem;
}
.cards2_item {
	width: calc(33.333% - 1rem);
    flex: auto;
    transition: all .3s linear;
}
.cards2_item:hover {
    box-shadow: 0px 0px 15px 0px #FAB51BB2;
    cursor: pointer;
}
.cards2_item {
	padding: 23px 32px;
	border-radius: 7px;
	box-shadow: 1px 1px 10px 0px #00000040;
}
.timeline > img.v1 {
	position: absolute;
    right: 0;
    top: -22%;
}
.timeline > img.v2 {
	position: absolute;
    left: 0;
    top: -37%;
}
.cards2_item_title {
	font-size: 24px;
	font-weight: 500;
	line-height: 32.45px;
	color: #000000;
	margin-top: 22px;
	margin-bottom: 12px;
}
.cards2_item_text {
	font-size: 16px;
	font-weight: 300;
	line-height: 21.63px;
	color: #8E8E8E;
}
.timeline {
	padding: 165px 0;
	position: relative;
	background: #323232;
}
.timeline h2 {
	color:#ffffff;
}
.timeline_wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 80px;
}
.timeline__item {
	display: flex;
	align-items: flex-start;
}
.timeline_number {
	font-size: 75px;
	font-weight: 500;
	line-height: 101.4px;
	margin-top: -24px;
	margin-right: 10px;
	color: #FAB51B;
}
.timeline_title {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
	line-height: 27.04px;
	color: #FFFFFF;
}
.timeline_description {
	font-size: 16px;
	font-weight: 300;
	line-height: 21.63px;
	color: #9C9C9C;
}
.timeline_description_block {
	max-width: 784px;
	margin-top: 149px;
	font-size: 40px;
	position: relative;
	font-weight: 500;
	line-height: 54.08px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 45px;
}
.timeline_description_block:before {
	content: '';
	max-width: 620px;
	width: 100%;
	margin-bottom: 39px;
	height: 1px;
	display: block;
	background: #FAB51B;
}
.timeline {
	margin-top: 75px;
}
.read_more {
	display: inline-block;
	margin-top: 20px;
	font-size: 15px;
	font-weight: 500;
	line-height: 20.28px;
	text-align: left;
	border-bottom: 1px solid #4F4F4F;
	color: #4F4F4F;
}
.footer {
	padding: 144px 0;
	background: #323232;
}
.footer__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer_socials {
	margin-top: 48px;
	display: flex;
	align-items: center;
}
.footer_socials a:not(:last-child) {
	margin-right: 8px;
}
.footer_phone {
	font-size: 20px;
	font-weight: 500;
	line-height: 27.04px;
	text-align: right;
	color: #FFFFFF;
}
.footer__description {
	margin-top: 6px;
	font-size: 14px;
	font-weight: 300;
	line-height: 18.93px;
	color: #FAB51B;
}
.footer__item:last-child {
	display: flex;
	flex-direction: column;
}

.thank-you-text {
  padding: 210px 0 100px;
  min-height: 60vh;
  text-align: center;
}

button.loading {
  position: relative;
  pointer-events: none;
  opacity: 0.6;
}

button.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -9px;
  border: 2px solid #000;
  border-top: 2px solid transparent;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@media(max-width: 1800px) {
	.timeline .v1, .timeline .v2 {
		display: none;
	}
	.cards2 > img {
		display: none;
	}
	.cards > img {
		display: none;
	}
}

@media (max-width: 991px) {
	.header__top span, .header__top a {
		font-size: 8px;
	}
	.v3_mobile {
		display: block;
		position: absolute;
		top: -46px;
		right: 0;
	}
	.hero_block {
		padding-top: 124px;
	}
	.header__menu {
		display: none;
	}
	.hero_block__wraper {
		grid-template-columns: 1fr;
	}
	.btn {
		font-size: 10px;
		padding: 5px 18px;
		text-align: center;
		width: 100%;
	}
	.title:after {
		display: none;
	}
	.calc_block_top {
		margin-bottom: 18px;
	}
	.text_block_wrapper p {
		margin-bottom: 30px;
	}
	h2 br {
		display: none;
	}
	.cards_wrapper {
		grid-template-columns: 1fr 1fr;
	}
	.cards_title {
		padding: 0 14px;
	}
	.cards_item svg {
		max-width: 51px;
		max-height: 51px;
		margin-bottom: 12px;
	}
	.cards_title {
		font-size: 12px;
		line-height: 13px;
	}
	.margin {
		margin: 23px 0 !important;
	}
	.text_block {
		margin-bottom: 0 !important;
	}
	p {
		font-size: 13px;
		line-height: 17px;
		text-align: center;
	}
	.text_block_wrapper {
		grid-template-columns: 1fr;
		grid-gap: 25px;
	}
	h2 {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 24px;
		text-align: center;
	}
	.calc_block_wrapper {
		margin-top: -220px;
	}
	.calc_block_inputs input, .calc_block_inputs select, .calc_block_inputs input::placeholder {
		font-size: 13px;
		line-height: 17px;
	}
	.calc_block_inputs input, .calc_block_inputs select {
		padding: 9px 16px;
	}
	.calc_block_inputs .form {
		grid-template-columns: 1fr;
	}
	.subtitle {
		font-size: 13px;
		line-height: 17px;
		padding-left: 12px;
		border-left: 1px solid #ffffff;
	}
	.title {
		font-size: 24px;
		max-width: 200px;
		text-align: center;
		margin-bottom: 18px;
		line-height: 32px;
	}
	.calc_block_top {
		display: flex;
		flex-direction: column;
	}
	.calc_block_wrapper {
		padding: 27px;
	}
	.hero_block_item h1 {
		font-size: 24px;
		line-height: 32px;
		text-align: center;
		margin-bottom: 15px;
	}
	.hero_block_item p {
		text-align: center;
		font-size: 13px;
		line-height: 17px;
		margin-top: 0;
	}
	.header__logo img {
		max-width: 49px;
		display: block;
	}
	.cards2_item_title {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 9px;
		margin-top: 0;
	}
	.cards2_item {
		width: 100%;
	}
	.slick-dots {
		margin-top: 24px;
	}
	.cards2_wrapper {
		gap: 10px;
	}
	.footer_socials {
		margin-top: 25px;
	}
	.timeline_number {
		margin-top: -11px;
		margin-right: 18px;
	}
	.footer_logo img {
		max-width: 51px;
	}
	.footer_socials a:not(:last-child) {
		margin-right: 4px;
	}
	.footer__description {
		font-size: 10px;
		line-height: 13px;
	}
	.footer_socials a svg  {
		max-width: 20px;
		max-height: 20px;
		width: 20px;
	}
	.footer {
		padding: 45px 0 105px 0;
	}
	.footer_phone {
		font-size: 12px;
		line-height: 16px;
	}
	.read_more {
		font-size: 11px;
		line-height: 15px;
		margin-top: 12px;
	}
	.calc_block_v2 .calc_block_wrapper {
		margin-top: -120px;
	}
	.seo_text p {
		text-align: left;
	}
	.slick-dots li:not(:last-child) {
		margin-right: 7px;
	}
	.timeline_description_block {
		margin-top: 36px;
		font-size: 15px;
		line-height: 24px;
		text-align: center;
	}
	.timeline h2 {
		margin-bottom: 32px;
		max-width: 262px;
		margin-left: auto;
		margin-right: auto;
	}
	.timeline_wrapper {
		grid-template-columns: 1fr;
		grid-gap: 24px;
	}
	.timeline_title {
		font-size: 15px;
		line-height: 20px;
		margin-bottom: 5px;
	}
	.timeline_number {
		font-size: 48px;
		line-height: 64px;
	}
	.timeline {
		padding: 140px 0 165px 0;
	}
	.timeline {
		margin-top: 23px;
	}
	.slick-dots li {
		max-width: 39px !important;
		min-width: 39px;
	}
	.cards2_item {
		display: flex;
		padding: 18px 20px;
	}
	.cards2_item_text {
		font-size: 11px;
		line-height: 15px;
	}
	.hero_block_item:last-child {
		order: -1;
		margin-bottom: 36px;
	}
	.cards2_item svg {
		min-width: 40px;
		margin-right: 19px;
	}
}