
.fp-watermark {
	display: none;
}
html {
	font-size: 1px;

}
body {
	font-family: "mundial", sans-serif;
	font-size: 20rem;
	font-style: normal;
	font-weight: 100;
	line-height: 110%;
	letter-spacing: -0.4px;
}
.container{
	position:relative;
	max-width:1440rem;
	margin:0 auto;
	width:100%;
	z-index:1;
}
.container.medium {
	max-width: 1120rem;
}
h1 {
	font-size: 160rem;
	font-style: normal;
	font-weight: 300;
	line-height: 100%;
	letter-spacing: -8rem;
	margin:0 0 40rem 0;
}
h2 {
	font-size: 80rem;
	font-style: normal;
	font-weight: 300;
	line-height: 100%;
	letter-spacing: -4rem;
	margin: 0 0 70rem 0;
}
h3 {
	color: #0D1641;
	font-size: 22rem;
	font-style: normal;
	font-weight: 100;
	line-height: 128%;
	letter-spacing: -0.44rem;
	margin: 0 0 40rem 0;
}
p {
	font-size: 22rem;
	font-style: normal;
	font-weight: 200;
	line-height: 128%;
	letter-spacing: -0.44rem;
	margin: 0 0 20rem 0;
}
a:link{
	outline:none;
}
/*a.animated:hover {
	transform: scale(1.2);
	transition: all 0.5s ease-in-out;
}*/
a:not(.animated){
	position:relative;
	overflow:hidden;
}

/*	a:not(.animated):hover {
		transition: all 0.5s ease-in-out;
		transform: scale(1.05);
	}*/
#preloader {
	position: fixed;
	background-color: #0D1641;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	right: 0;
	bottom: 0;
	margin: 0;
}
	#preloader .bg {
		width: 250px;
		height: 250px;
		background-image: url(../images/logo.svg);
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		z-index: 1;
		-webkit-animation: load 5s linear infinite;
		-moz-animation: load 5s linear infinite;
		animation: load 5s linear infinite;
		position: absolute;
	}
@-moz-keyframes load {
	33% {
		opacity: 1;
	}

	66% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes load {
	33% {
		opacity: 1;
	}

	66% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes load {
	33% {
		opacity: 1;
	}

	66% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}
@media screen and (max-width:1080px) {
	.container, .container.medium {
		max-width: 90%;
	}
}
@media screen and (max-width:980px) {
	h1 {
		font-size: 180rem;

	}
	h2 {
		font-size: 100rem;
	}
	h3 {
		font-size: 50rem;
	}
		p {
		font-size: 42rem;
	}
}
#secondary{
	display:none !important;
}
footer {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}
.footer {
	width: 100%;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-content: center;
	padding:50rem 0;
}
.footer.desktop {
	justify-content: flex-start;
	gap: 0 150rem;
	flex-wrap:wrap;
}
.footer-title{
	width:100%;
}
.footer.desktop .menu {
	width: 100%;
	margin-top:60rem;
}
.footer.desktop .left-col.col {
	width: 37.5%;
}

.footer .social {
	display: flex;
	gap: 12rem;
}
	.footer .social img{
		height:24rem;
		width:auto;
		display:block;
	}
	.footer .menu {
		display: flex;
		gap: 60rem;
	}
.footer.desktop .menu {
	gap: 30rem;
}
.footer a{
	text-decoration:none;
	color:#fff;
}
	.footer a:hover {
		opacity:0.45;
	}
/*body.white-header .footer, body.white-header .footer a {
	color: #050516 !important;
}*/
/*Header*/
.site-header {
	display: flex;
	width: 100%;
	height: 150rem;
	
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	z-index: 999;
}
body.blue-header .site-header {
	background-color: #0d1641;
}
body.white-header .site-header {
	/*background-color: #fff;*/
}
.site-header .container {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	gap: 30rem;
}
.site-header .logo{
	width:218rem;
	height:47rem;
	background-image:url(../images/logo.svg);
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	display:block;
	z-index:1;
}
.site-header .header-menu ul{
	list-style:none;
	display:flex;
	width:100%;
	padding:0;
	margin:0;
	gap:30rem;
	align-items:center;
}

.site-header .header-menu a{
    text-align: center;
	font-size: 14rem;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: 0.56rem;
	text-transform: uppercase; 
	text-decoration:none;
	color:#fff;
	padding:0 6rem;
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
	padding-bottom:6px;
}
	.site-header .header-menu a.active, 
	.site-header .header-menu a.current {
		color: #fff;

	}
	.site-header .header-menu a:hover {
		color: #979797;
	}
	.site-header .header-menu a.active::after,
	.site-header .header-menu a.current::after {
		background-color: #fff;
		content: "";
		position: absolute;
		bottom: 0;
		width: calc(100% - 12rem);
		height: 2px;
		left: 6rem;
		z-index: 1;
	}
		.site-header .header-menu a:hover::after {
			background-color: #979797;
		}
		body.white-header .header-menu a.active,
		body.white-header .site-header .header-menu a.current {
			color: #050516 !important;
		}
	body.white-header .header-menu a.active::after,
	body.white-header .site-header .header-menu a.current::after {
		background-color: #050516 !important;
	}
.site-header .bt a {
	padding: 15rem 25rem;
	border: solid 3px #2348EE;
	min-width: 140rem;
}
.site-header .header-menu .contact a:hover {
	background-color: #979797 !important;
	border-color: #979797;
	color:#fff;
}

.site-header .header-menu .login a {
}
.site-header .header-menu .contact a.active {
	transform: scale(1);
}
.site-header .header-menu .contact a {
	background-color: #2348EE;
}
.site-header .burger{
	 width: 70rem;
	  height: 40rem;
	  background-image: url(../images/burger.svg);
	  background-position: center;
	  background-size: contain;
	  cursor: pointer;
	  display: none;
	  background-repeat: no-repeat;
}
body.white-header .burger {
	background-image: url(../images/burger-alt.svg);
}
body.white-header .header-menu a {
	color: #050516 !important;
}
body.white-header:not(.open-menu) .site-header .logo {
	background-image: url(../images/logo-alt.svg);
}
body.white-header .site-header .header-menu .contact a {
	color:#fff !important;
}

.quotes {
	position: relative;
	color: #fff;
	text-align: center;
	padding-top: 150rem;
	background-image: url(../images/about/slider-full.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

	.quotes .intro-text h2 {
		margin-bottom: 40rem;
	}

	.quotes .slider-container {
		padding: 0 0 50rem 0;
	}

	.quotes .item {
		padding: 0 60rem;
	}

	.quotes p {
		margin: 20rem 0;
		color: #fff;
		font-size: 26rem;
		font-style: normal;
		font-weight: 200;
		line-height: 110%; /* 28.6px */
		letter-spacing: -0.52rem;
	}

	.quotes .item-container {
		max-width: 890rem;
		margin: auto;
	}

	.quotes h5 {
		margin: 40rem 0 20rem 0;
		color: #fff;
		font-size: 25rem;
		font-style: normal;
		font-weight: 600;
		line-height: 89.748%; /* 22.437px */
		letter-spacing: -1.5rem;
	}

	.quotes h6 {
		margin: 20rem 0;
		color: #fff;
		font-size: 20rem;
		font-style: normal;
		font-weight: 200;
		line-height: 89.748%; /* 17.95px */
		letter-spacing: -1.2rem;
	}

	


@media screen and (max-width:980px) {
	.site-header .burger{
		display:block;
		position:relative;
		z-index:999;
	}
	.site-header .header-menu ul{
		display:none;
	}

	.site-header .header-menu.open ul {
		display: flex;
		position: fixed;
		left: 0;
		top: 0;
		height: 100vh;
		background-color: rgba(12,22,64,1);
		padding: 30rem;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		gap:50rem;
	}
	.site-header .header-menu.open .burger {
		background-image: url(../images/close.svg);
	}
	.site-header .header-menu li {
		width: 100%;
	}
		.site-header .header-menu li.contact{
			display:none;
		}
		.site-header .header-menu a, body.white-header .header-menu a {
			font-size: 65rem;
			width: 100%;
			color: #fff !important;
		}
	.site-header .bt a {
		padding: 25rem 35rem;
	}
	.site-header .header-menu a.active::after, .site-header .header-menu a.current::after, .site-header .header-menu a:hover::after {
		display: none;
	}
	.site-header .header-menu a.active, .site-header .header-menu a.current {
		color: #fff !important;
		text-decoration: underline;
	}
	body.white-header .header-menu a.active,
	body.white-header .site-header .header-menu a.current {
		color: #fff !important;
	}
}


.button {
	display: inline-flex;
	gap: 10rem;
	text-align: center;
	font-size: 14rem;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: 0.56rem;
	text-decoration: none;
	position: relative;
	padding-right: 28rem;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	width: fit-content;
}
.button-1, .button-1:hover, .button-1:link, .button-1:visited {
	color: #2348EE;
	background-image: url(../images/arrow.svg);
}
	.button-1:hover{
		filter:brightness(0.25);
	}
	.button-2, .button-2:hover, .button-2:link, .button-2:visited {
		color: #fff;
		background-image: url(../images/arrow-white.svg);
	}
.button-3, .button-3:hover, .button-3:link, .button-3:visited {
	color: #fff;
	background-image: url(../images/arrow-down.svg);
}
.button-4, .button-4:hover, .button-4:link, .button-4:visited {
	color: #2348EE;
	background-image: url(../images/plus.svg);
}
body .slick-prev::before, body .slick-next::before {
	display: none;
}

body .slick-prev, body .slick-next {
	width: 57rem;
	height: 34rem;
	background-image: url(../images/slick-arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index:10;
}
body .slick-next {
	transform: rotate(180deg);
	margin-top: -17rem;
}
	body .slick-prev:hover, body .slick-prev:focus, body .slick-next:hover, body .slick-next:focus {
		background-image: url(../images/slick-arrow.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		opacity:0.9;
	}
body .slick-arrow.slick-disabled {
	cursor:default;
	visibility:hidden;
}
body .slick-list {
	margin: 0 60rem;
}
body .slick-dots li.slick-active button::before {
	opacity: 1;
	color: #2348EE;
}
body .slick-dots li button::before {
	font-size: 6rem;
}
body .slick-prev {
	left: 0;
}
body .slick-next {
	right: 0;
}

.quotes .slick-dots li button::before {
	color: #fff;
}


body .quotes .slick-dots li.slick-active button::before {
	color: #fff;
}

body .quotes .slick-prev, body .quotes .slick-next {
	background-image: url(../images/slick-arrow-white.svg);
}
@media screen and (max-width:992px){
	body .slick-list {
		margin: 0;
	}
}

@media screen and (orientation: portrait) {
	.button-1 {
		font-size: 42rem;
		padding-right: 84rem;
	}
	body .slick-dots li button::before {
		font-size: 18rem;
	}
}

/*Pages*/
body {
	background-color: #0D1641;
	color: #0D1641;
}
body.normal-page {
	background-color: #fff;
	color: #0D1641;
}
	body.white-header .site-header {
	/*	background-color: #fff;*/
/*		background-image: url(../images/home/data.jpg);*/
		background-size: 100%;
		background-position: top;
		background-repeat: no-repeat;
	}
	body.scrolled-body.white-header .site-header {
		background-color: #fff;
	
	}
.blue-bg {
	background-color: #0D1641;
}

.white-bg {
	background-color: #fff;
	background-image: url(../images/home/data.jpg);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.section,
.slide {
	background-attachment: fixed;
}

/*
.fullpage-wrapper {
	width: 100% !important;
	transform: none !important;
}

	.fullpage-wrapper .fp-section {
		width: 100% !important;
		position: absolute;
		left: 0;
		top: 0;
		visibility: hidden;
		opacity: 0;
		z-index: 0;
		transition: all 0.7s ease-in-out;
	}

.fullpage-wrapper .fp-section.active {
		visibility: visible;
		opacity: 1;
		z-index: 1;
}*/

input, textarea {
	color: #fff;
	font-size: 14rem;
	font-style: normal;
	font-weight: 300;
	line-height: 120%;
	letter-spacing: 0.56rem;
	width: 100%;
	padding: 15rem 25rem 13rem 25rem;
	align-items: center;
	/*	border-radius: 20rem;*/
	border: 1px solid #2348EE;
	background-color: transparent;
}

	input[type=submit] {
/*		border-radius: 40rem;*/
		border: 3px solid #2348EE;
		background-color: #2348EE;
		margin-top: 20rem;
	}

textarea {
	height: 100rem;
}
/*.fullpage-wrapper .fp-section.common_footer{
	height:100% !important;
}*/
.common_footer .mobile{
	display:none;
}
.common_footer {
	color: #fff;
	position: relative;
	width: 100%;
	overflow-x: hidden;
	padding-top: 140rem;
	/*	padding-bottom: 90rem;*/
	min-height:100vh;
}

	.common_footer label br {
		display: none;
	}

	.common_footer .logos-col {
		text-align: left;
		width: 50%;
	}

	.common_footer h2 {
		margin-bottom: 34rem;
	}

	.common_footer p {
		margin: 20rem 0;
		color:#fff !important;
	}
	.common_footer .anim-container {
		width: 700rem;
		height: 700rem;
		display: flex;
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 0;
		overflow: hidden;
	}

	.common_footer .anim {
		width: 900rem;
		height: 900rem;
		position: absolute;
		z-index: 0;
		transition: all 1.5s ease-in-out;
		transition-delay: 1s;
	}

.common_footer .anim {
	transform: rotate(-180deg);
}
.common_footer .anim img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: fill;
}


.common_footer.active .anim{
	transform: rotate(0deg);
}

	.common_footer .items {
		display: flex;
		gap: 30rem;
		margin-top: 20rem;
	}

		.common_footer .items img {
			display: block;
			height: 70rem;
			width: auto;
		}

	.common_footer .logos {
		margin-top: 20rem;
	}
	.footer.desktop .logos {
		margin-top: 85rem;
	}
	.common_footer .content {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: 100%;
	}
	.common_footer .footer-text{
		margin-bottom:40rem;
	}
	.common_footer .footer-text p {
		font-size: 14rem;
		font-style: normal;
		font-weight: 300;
		line-height: 120%; /* 16.8px */
		letter-spacing: 0.56rem;
		margin: 10rem 0;
	}
	.common_footer .wpcf7 form .wpcf7-response-output {
		background-color: #0D1641;
		padding: 15rem 30rem;
		text-align: center;
		width: fit-content;
		height: fit-content;
		border-radius: 20rem;
	}

.customers {
	text-align: center;
	color: #050516;
	padding-top:150rem;
}

	.customers h2 {
		margin-bottom: 20rem;
	}

	.customers .items {
		margin-top: 60rem;
		/*padding-bottom: 60rem;*/
	}

	.customers .item {
		padding: 25rem 35rem;
		height: 100%;
		display: flex !important;
		justify-content: center;
		align-items: center;
	}

		.customers .item img {
			display: block;
			height: 70rem;
			width: auto;
			margin: auto;
		}

@media screen and (orientation: portrait) {
	.common_footer .mobile {
		display: flex;
		
	}
	.common_footer .desktop {
		display: none;
	}
	
	body.normal-page {
		font-size: 42rem;
	}
	.customers .item img {
		height: 90rem;
	}
	.button {
		font-size: 42rem;
		padding-right: 70rem;
	}
	.common_footer .logos-col {
		text-align:center;
		width: 100%;
	}

	input, textarea {
		font-size: 24rem;
		letter-spacing: 1rem;
		width: 100%;
		padding: 25rem 45rem 23rem 45rem;
	}

	textarea {
		height: 240rem;
	}

	.customers .item {
		width: 256rem;
	}
	.common_footer .items {
		gap: 60rem;
		justify-content:center;
	}
	.common_footer .items img {
		height: 150rem;
	}
	.footer {
		width: 100%;
		justify-content: center;
		align-items: center;
		padding: 80rem 0;
		flex-direction: column;
	}
	.footer .social {
		gap: 30rem;
	}
	.footer .social img {
		height: 90rem;
	}
	.footer .menu {
		gap: 30rem;
		flex-direction: column;
		padding: 30rem 0;
		text-align:center;
	}
		.footer ,.footer a {
			font-size: 50rem;
			line-height: normal;
		}
	.footer p {
		margin: 40rem 0 !important;
	}
	.common_footer .anim-container {
		width: 100vw;
		height: 100vw;
		bottom: -20vw;
		right: -20vw;
	}
	.common_footer .anim {
		width: 120vw;
		height: 120vw;
	}

	.quotes {
		background-image: url(../images/about/slider_mobile.png);
	}

		.quotes p {
			font-size: 66rem;
		}

		.quotes h5 {
			margin-top: 60rem;
			font-size: 54rem;
		}

		.quotes h6 {
			font-size: 42rem;
		}
}

.common-page-header{
	padding-top:150rem;
}


.news-block .article {
	display: flex;
	flex-direction: column;
	width: 463rem;
	text-decoration: none;
}

	.news-block .article span {
		display: block;
	}

	.news-block .article .image {
		width: 100%;
		height: 396rem;
		margin-bottom: 25rem;
	}

		.news-block .article .image img {
			display: block;
			width: 100%;
			height: 100%;
			object-fit: cover;
		}

	.news-block .article .category {
		color: #979797;
		font-size: 18rem;
		font-style: normal;
		font-weight: 300;
		line-height: 117%;
		margin-bottom: 15rem;
	}

	.news-block .article .title {
		color: #0D1641;
		font-size: 25rem;
		font-style: normal;
		font-weight: 700;
		line-height: 99.083%;
		margin-bottom: 15rem;
	}
	.news-block .article:hover .title {
		color: #2348EE;
	}
.post-page .news-block .article:hover .title {
	color: #979797;
}
.post-page .related .more:hover {
	color: #979797;
}
.news-block .article .description {
	color: #979797;
	font-size: 18rem;
	font-style: normal;
	font-weight: 300;
	line-height: 117%;
}
@media screen and (orientation: portrait) {
	body.white-header .site-header {
		background-color: #fff;
	
	}
	.common_footer .footer-text p {
		font-size: 36rem;
	}
	.news-block .articles, .articles.news-block {
		flex-direction: column;
		width: 100%;
		gap: 75rem;
	}
	.wp-block-heading {
		line-height:normal;
		font-size:50rem;
	}

	.news-block .article {
		width: 100%;
	}

		.news-block .article .image {
			width: 100%;
			height: 642rem;
		}

		.news-block .article .category {
			font-size: 36rem;
			margin-bottom: 15rem;
		}

		.news-block .article .title {
			font-size: 63rem;
			margin-bottom: 15rem;
		}

		.news-block .article .description {
			font-size: 36rem;
		}

	.news-block.slides {
		justify-content: flex-start !important;
		overflow-x: scroll;
		width: 100%;
		-ms-overflow-style: none;
		scrollbar-width: none;
		gap: 60rem !important;
		flex-direction:row !important;
	}

		.news-block.slides::-webkit-scrollbar {
			display: none;
		}

		.news-block.slides .article {
			width: 100%;
			min-width: 100%;
		}
	.news-block.slides .article .image {
		width: 100%;
		height: 642rem;
	}
	ul, ol {
		margin: 0 0 10rem 0;
		margin-bottom: 10rem;
	}
}

/*common-page*/
.common-page{
	position:relative;
	padding-top:150rem;
}

	.common-page h1 {
		font-size: 100rem;
	}

.loader-main{
	position:absolute;
	z-index:999;
	/*background-color:rgba(0,0,0,0.25);*/
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-align:center;
	display:none;
}

.loader {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	border: 3px solid;
	border-color: #FFF #FFF transparent transparent;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
	margin-top:150px;
}
.loader::after,
.loader::before {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid;
  border-color: transparent transparent #FF3D00 #FF3D00;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotationBack 0.5s linear infinite;
  transform-origin: center center;
}
.loader::before {
  width: 32px;
  height: 32px;
  border-color: #FFF #FFF transparent transparent;
  animation: rotation 1.5s linear infinite;
}
    
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 
@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@media screen and (max-width: 992px){
	#customers .slick-track, #customers .slick-slide{
		width:100% !important;
	}
	#customers .slick-slide {
		display: flex !important;
		flex-wrap: wrap;
		float: none;
		justify-content:space-between;
	}
	#customers .slick-slide > div{
		width:45%;
	}
	.customers .item{
		padding:40rem 0;
	}
	.customers .item img {
		height: 120rem;
	}
	#customers {
		padding-bottom:60rem;
	}

	.common_footer {
		justify-content: flex-start !important;
		min-height: auto !important;
		overflow: hidden !important;
	}

}
@media screen and (max-width: 768px)  {
	.news-block.slides.mb-slides .article {
		min-width: auto;
	}
}
