@charset "utf-8";
@font-face {
	font-family: Gellix;
	src: url(../fonts/GellixExtraBold.eot);
	src: local('☺'), url(../fonts/GellixExtraBold.woff) format('woff'), url(../fonts/GellixExtraBold.ttf) format('truetype'), url(../fonts/GellixExtraBold.svg) format('svg');
	font-weight: 900;
	font-style: normal
}

@font-face {
	font-family: Gellix;
	src: url(../fonts/GellixBold.eot);
	src: local('☺'), url(../fonts/GellixBold.woff) format('woff'), url(../fonts/GellixBold.ttf) format('truetype'), url(../fonts/GellixBold.svg) format('svg');
	font-weight: 700;
	font-style: normal
}

@font-face {
	font-family: Gellix;
	src: url(../fonts/GellixSemiBold.eot);
	src: local('☺'), url(../fonts/GellixSemiBold.woff) format('woff'), url(../fonts/GellixSemiBold.ttf) format('truetype'), url(../fonts/GellixSemiBold.svg) format('svg');
	font-weight: 600;
	font-style: normal
}

@font-face {
	font-family: Futura;
	src: url(../fonts/FuturaBold.eot);
	src: local('☺'), url(../fonts/FuturaBold.woff) format('woff'), url(../fonts/FuturaBold.ttf) format('truetype'), url(../fonts/FuturaBold.svg) format('svg');
	font-weight: 700;
	font-style: normal
}
.owl-dots{
	margin-top: 30px; 
}

.rw-words {
	height: 90px;
	position: relative;
}
.banner_content h1{
	margin-bottom: 15px!important;
}
.banner_content h4{
	margin-bottom: 5px!important;
}
@media screen and (max-width: 640px) {
	.rw-words {
		height: 90px;
		position: relative;
	}
}
@media screen and (max-width: 480px) {
	.banner_content h4{
		margin-bottom: 5px!important;
	}
	.banner_content h1{
		font-size: 26px;
		margin-bottom: 0px!important;
	}
	.rw-words {
		height: 30px;
		position: relative;
	}
}

.rw-words-1 h1 {
	position: absolute;
	opacity: 0;
	overflow: hidden;
	color: #fff;
	-webkit-animation: rotateWord 12s linear infinite 0s;
	-ms-animation: rotateWord 12s linear infinite 0s;
	animation: rotateWord 12s linear infinite 0s;
}

.rw-words-1 h1:nth-child(2) {
	-webkit-animation-delay: 3s;
	-ms-animation-delay: 3s;
	animation-delay: 3s;
}

.rw-words-1 h1:nth-child(3) {
	-webkit-animation-delay: 6s;
	-ms-animation-delay: 6s;
	animation-delay: 6s;
}

.rw-words-1 h1:nth-child(4) {
	-webkit-animation-delay: 9s;
	-ms-animation-delay: 9s;
	animation-delay: 9s;
}

@-webkit-keyframes rotateWord {
	0% {
		opacity: 0;
	}
	2% {
		opacity: 0;
		-webkit-transform: translateY(-30px);
	}
	5% {
		opacity: 1;
		-webkit-transform: translateY(0px);
	}
	17% {
		opacity: 1;
		-webkit-transform: translateY(0px);
	}
	20% {
		opacity: 0;
		-webkit-transform: translateY(30px);
	}
	80% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@-ms-keyframes rotateWord {
	0% {
		opacity: 0;
	}
	2% {
		opacity: 0;
		-ms-transform: translateY(-30px);
	}
	5% {
		opacity: 1;
		-ms-transform: translateY(0px);
	}
	17% {
		opacity: 1;
		-ms-transform: translateY(0px);
	}
	20% {
		opacity: 0;
		-ms-transform: translateY(30px);
	}
	80% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@keyframes rotateWord {
	0% {
		opacity: 0;
	}
	2% {
		opacity: 0;
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	5% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	17% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	20% {
		opacity: 0;
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}
	80% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@media screen and (max-width: 768px) {
	.rw-sentence {
		font-size: 18px;
	}
}

@media screen and (max-width: 320px) {
	.rw-sentence {
		font-size: 9px;
	}
}

.gcBox img,
.cs-item img {
	filter: grayscale(100%);
}

.gcBox img:hover,
.cs-item img:hover {
	filter: grayscale(0%);
}

:root {
	--m-color: #070808;
	--s-color: #00b4ff;
	--grey-color: #e1dfdd;
	--bn-color: #eae9e7
}

:root:root {
	--mm-line-height: 20px;
	--mm-listitem-size: 44px;
	--mm-navbar-size: 44px;
	--mm-offset-top: 0;
	--mm-offset-right: 0;
	--mm-offset-bottom: 0;
	--mm-offset-left: 0;
	--mm-color-border: rgba(255, 255, 255, 0.3);
	--mm-color-button: rgba(0, 0, 0, 0.3);
	--mm-color-text: rgba(255, 255, 255, 1);
	--mm-color-text-dimmed: rgba(255, 255, 255, 0.8);
	--mm-color-background: #321e79;
	--mm-color-background-highlight: rgba(0, 0, 0, 0.05);
	--mm-color-background-emphasis: rgba(255, 255, 255, 0.4);
	--mm-shadow: 0 0 10px rgba(0, 0, 0, 0.3)
}

.submit-contact {
	padding: 15px 30px;
	border-radius: 8px;
	background: #00b4ff;
	color: #000;
	display: inline-block;
	border: none;
	cursor: pointer;
	cursor: pointer;
}

.close-modal {
	width: 30px;
	height: 30px;
	color: #000;
	text-align: center;
	line-height: 30px;
	background: #00b4ff;
	border-radius: 50%;
	position: absolute;
	right: -10px;
	top: -10px;
	cursor: pointer;
}

.dua-col {
	column-count: 2;
	column-gap: 15px;
}
.partner{
	text-align: center;
}
.partner h5{margin-bottom: 15px;}
.partner img{
	height: 60px;
}
@media only screen and (max-width: 500px) {
	.dua-col {
		column-count: 1;
		column-gap: 0;
	}
}

.box-modal-contact {
	background: rgba(0, 0, 0, .5);
	position: fixed;
	display: block;
	width: 100%;
	height: 100vh;
	z-index: 999;
	top: 0;
	left: 0; 
}

.modal-contact {
	position: relative;
	padding: 30px;
	background: #000;
	max-width: 600px;
	margin: 0 auto;
	z-index: 1000; 
	margin-top: 30px;
}

.contactfix {
	z-index: 1040;
	position: fixed;
	bottom: 0;
	left: 0;
	font-weight: 700;
	text-align: center;
	padding: 8px;
	font-size: 13px;
	display: block;
	width: 100%;
	background: rgb(240, 240, 240);
	background: linear-gradient(114deg, rgba(240, 240, 240, 1) 0%, rgba(237, 237, 237, 1) 100%);
}

.contactfix a {
	background: #0587c0;
	background: -moz-linear-gradient(left, #0587c0 2%, #3d79a5 82%);
	background: -webkit-linear-gradient(left, #0587c0 2%, #3d79a5 82%);
	background: linear-gradient(to right, #0587c0 2%, #3d79a5 82%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0587c0', endColorstr='#3d79a5', GradientType=1);
	border-radius: 4px;
	padding: 3px 8px;
	color: #fff;
	z-index: 9999;
}

html {
	-webkit-text-size-adjust: 100%;
	font-family: gellix;
	font-weight: 600;
	color: var(--m-color);
	font-size: 18px;
	line-height: 1.55em;
	letter-spacing: .02em
}

body {
	margin: 0;
	padding: 0;
	background: #fff
}

.clear {
	height: 0;
	clear: both;
	line-height: 0
}

.clearfix:after,
.content:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0
}

.IE7 .clearfix:before {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0
}

.clearfix,
.content {
	display: inline-block
}

* html .clearfix,
* html .content {
	height: 1%
}

.clearfix,
.content {
	display: block
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
ol {
	margin: 0;
	padding: 0
}

img {
	border: none
}

a,
button,
input[type=text] {
	text-decoration: none;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease
}

a:hover {
	text-decoration: none
}


select {
	-webkit-appearance: none;
	transition: width .3s ease-in-out;
	-moz-transition: width .3s ease-in-out;
	-webkit-transition: width .3s ease-in-out;
	transition: height .3s ease-in-out;
	-moz-transition: height .3s ease-in-out;
	-webkit-transition: height .3s ease-in-out
}


input{
	background: #fff!important;
	font-family: gellix;
	font-size: 16px;
	color: #757575;
	padding: 0 15px;
	width: 90%;
	height: 40px;
}
 
select {
	background: #fff!important;
	font-family: gellix;
	font-size: 16px;
	color: #757575;
	padding: 0 15px;
	width: 100%;
	height: 40px;
}

textarea{
	background: #fff!important;
	font-family: gellix;
	font-size: 16px;
	color: #757575;
	padding: 8px 15px;
	width: 95%;
}
.formContact input::placeholder,
::-webkit-input-placeholder,
:-ms-input-placeholder,
::placeholder {
  color: #757575!important;
}
input:focus,select:focus,textarea:focus{
	border: none!important;
}
.formContact input,
.formContact select,
.formContact textarea {
	background: #fff!important;
	border:none;
	margin-bottom: 15px;
	color: #757575!important;
}
.formContact button {
	border: none;
	font-family: gellix;
	font-size: 16px;
	color: #fff;
} 
@media screen and (max-width: 728px){ 
	select{
		width: 100%;
	}
	textarea{
		width: 88.9%;
	}
}
@media screen and (max-width: 480px){ 
	select{
		width: 99%;
	}
	textarea{
		width: 90%;
	}
}
@media screen and (max-width: 380px){ 
	select{
		width: 100%;
	}
	textarea{
		width: 90%;
	}
}
@media screen and (max-width: 360px){ 
	select{
		width: 100%;
	}
	textarea{
		width: 90%;
	}
}
@media screen and (max-width: 320px){ 
	select{
		width: 101%;
	}
	textarea{
		width: 90%;
	}
}
/*form {
	margin: 0;
	padding: 0
}*/

ul.menu {
	margin: 0;
	padding: 0; 
}

ul.menu li { 
	list-style: none
}

.content li {
	margin: 0 0 0 30px; 
}
 


 
.container {
	overflow: hidden
}

.internal .container {
	display: flex;
	flex-direction: column;
	min-height: 100vh
}

.left {
	float: left
}

.right {
	float: right
}

.center {
	text-align: center
}

.half {
	width: 50%
}

.third {
	width: 33.33%
}

.fourth {
	width: 25%
}

.half,
.third,
.fourth {
	box-sizing: border-box
}

.row {
	display: flex;
	flex-wrap: wrap
}

.c_row {
	align-items: center
}

.esp_row {
	justify-content: space-between
}

.content {
	max-width: 1440px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box
}

header .content {
	max-width: 1750px
}

p,
ul,
ol {
	margin-bottom: 28px
}

p strong {
	font-weight: 500
}

h1 {
	font-size: 80px;
	line-height: 1.13em;
	color: #fff;
	font-family: futura;
	font-weight: 700;
	margin-bottom: 37px
}

h2 {
	font-size: 60px;
	line-height: 1.3em;
	font-family: futura;
	font-weight: 700;
	letter-spacing: -.025em;
	margin-bottom: 25px
}

h3 {
	font-size: 30px;
	line-height: 1.13em;
	margin-bottom: 25px
}

h4 {
	font-size: 26px;
	line-height: 1.4em;
	margin-bottom: 35px;
	font-weight: 600
}

h5 {
	font-size: 22px;
	line-height: 1.5em;
	font-weight: 700
}

/*h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
a:last-child,
ul:last-child,
li:last-child,
ol:last-child {
	margin-bottom: 0
}*/

.banner {
	background: url(../images/bg-top.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 0px;
	position: relative;
}

.ctaSection {
	background-image: url(../images/bg-2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 0px;
	position: relative; 
	color: #fff;
}

.bg-overlay {
	background: rgba(0, 0, 0, .5);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.banner .content {
	z-index: 1;
	position: relative;
}

.internal .banner {
	background: #fff;
	color: var(--m-color)
}

header {
	padding: 15px 0
}

.internal header {
	padding: 40px 0
}

.logo img,
.ppBox img {
	display: block;
	max-width: 100%
}

.menu_trigger {
	display: none
}

.menu li {
	margin-right: 66px
}

.menu li a {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	display: block;
	position: relative
}

.menu a:hover:before {
	content: '';
	display: block;
	position: absolute;
	height: 1px;
	background: var(--bn-color);
	width: 100%;
	bottom: -17px
}

.internal .menu a:hover:before {
	background: var(--m-color)
}

.cta {
	display: inline-flex;
	height: 68px;
	box-sizing: border-box;
	color: #fff;
	text-transform: uppercase;
	font-size: 22px;
	justify-content: center;
	align-items: center;
	background-color: var(--s-color);
	border-radius: 9px;
	padding: 0 63px
}

.cta.wbCta {
	border: 2px solid var(--bn-color);
	background: 0 0;
	color: var(--bn-color)
}

.cta:hover,
.cta.wbCta:hover {
	background-color: var(--bn-color);
	color: var(--m-color)
}

.internal .cta.wbCta {
	border-color: var(--s-color);
	color: var(--s-color)
}

.internal .cta.wbCta:hover {
	background-color: var(--s-color);
	color: #fff
}

.banner_content {
	max-width: 1070px;
	padding: 70px 0 285px
}

section {
	position: relative
}

/*.afBn:before,
.afBn:after {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 80px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto
}*/

.afBn:before {
	bottom: 100%;
	background: #fff
}

.afBn:after {
	top: 0;
	background: #151514
}

.bdB {
	border-bottom: 1px solid #232425
}

.logosSliderWr {
	padding: 45px 0;
}

.slHeader h5 {
	text-transform: uppercase
}

.chSliderRow {
	flex-wrap: nowrap
}

.slHeader {
	width: 480px;
	min-width: 480px
}

.clients-logos-slider-wr {
	flex: 1;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.clients-logos-slider {
	max-width: 690px
}

.slick-arrow-c {
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/slick-arrow@2x.png) no-repeat 100% 50%;
	background-size: 8px
}

.slick-arrow-c:hover {
	-webkit-filter: brightness(0%);
	filter: brightness(0%)
}

.slick-arrow-c.prev {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.sl-arrows-wr {
	width: 90px;
	display: flex;
	justify-content: space-between;
	position: relative;
	height: 29px;
	align-items: center
}

.sl-arrows-wr:before {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 100%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	background: #070909
}

.stad {
	padding: 60px 0;
}

.sTl {
	max-width: 690px
}

.rpBoxesWr {
	padding-top: 95px
}
#education {
	background: #0587c0;
    background: -moz-linear-gradient(left, #0587c0 2%, #3d79a5 82%);
    background: -webkit-linear-gradient(left, #0587c0 2%, #3d79a5 82%);
    background: linear-gradient(to right, #0587c0 2%, #3d79a5 82%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0587c0', endColorstr='#3d79a5', GradientType=1);
}
.readmore{
	display: inline-block; 
	margin-top: 15px;
	color: #1f79cc;
}
.box-case{
	background: #fff;
	padding: 30px;
	border-radius: 8px;  
	box-sizing: border-box;
	min-height: 300px;
	margin-right: 15px;
}
@media screen and (max-width: 480px){
	.box-case{
		background: #fff;
		padding: 30px;
		border-radius: 8px;   
		min-height: auto;
		margin-right: 0;
	}
	.modal-contact {
		position: relative;
		padding: 30px 15px;
		background: #000;
		max-width: 400px;
		margin: 0 auto;
		z-index: 1000;
		margin: 15px;
	}
	.box-modal-contact { 
		overflow: auto;
	}

}
.rpBox4{
	background: #fff;
	padding: 30px;
	border-radius: 8px;
	width: 25%;
	box-sizing: border-box;
	/*	-webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .25);
	box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .25)	*/
}
.rpBox {
	padding: 42px 42px 70px;
	width: 31.915%;
	box-sizing: border-box;
	-webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, .25);
	box-shadow: 0 20px 50px 0 rgba(0, 0, 0, .25)
}

.boxNb {
	display: block;
	margin-bottom: 40px;
	font: 40px/40px 'Futura'
}

.boxNb span {
	color: var(--s-color)
}
.box-case h4{
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 25px
}
.rpBox4 h4,
.rpBox h4 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 25px
}

p strong {
	font-weight: 900
}

.centerSliderWr {
	padding-top: 60px
}

.cSliderBox {
	padding: 30px 0 60px
}

.owl-item.active.center {
	z-index: 555
}

.centerSlider .owl-item img {
	position: relative;
	right: -77%
}

.centerSlider .owl-item.active img {
	right: 0;
	left: -77%
}

.centerSlider .owl-item.active.center img {
	right: 0;
	left: 0
}

.centerSlider .owl-item.active img,
.centerSlider .owl-item.Previouscenter img {
	-webkit-box-shadow: 0 10px 25px 2px rgba(0, 0, 0, .35);
	-moz-box-shadow: 0 10px 25px 2px rgba(0, 0, 0, .35);
	box-shadow: 0 10px 25px 2px rgba(0, 0, 0, .35)
}

.centerSlider.owl-carousel {
	margin-left: -41px;
	width: calc(100% + 82px)
}

.owl-dots {
	text-align: center;
	padding-top: 40px
}

.owl-dot {
	display: inline-block;
	width: 20px;
	height: 20px;
	box-sizing: border-box;
	border-radius: 50%;
	border: 2px solid #fff!important;
	background: var(--m-color)!important;
	outline: none;
	margin-right: 100px
}

.owl-dot.active {
	background: #fff!important
}

.owl-dot:last-child {
	margin-right: 0
}

.ctaSection {
	padding: 90px 0
}

.ctLimit {
	max-width: 960px
}

.ctLimit h2 {
	color: #fff;
	font-size: 70px
}

.ctLimit h4 {
	max-width: 680px;
	margin-bottom: 40px
}

.frHf {
	width: 42.554%
}

.srHf {
	width: 48.937%
}

.gcWr {
	padding: 60px 0
}

.gcTitle {}

.gcTitle h5 {
	text-transform: uppercase
}

.gcLogos {
	margin-bottom: -30px
}

.gcBox {
	margin-bottom: 30px;
	width: 100%;
	max-width: 210px
}

.gcBox:last-child {
	margin-bottom: 0
}

.gcBox img {
	display: block;
	max-width: 100%
}

.vIconsBox {
	padding-bottom: 70px;
	margin-bottom: 75px;
	border-bottom: 1px solid #232425
}

.vIconsBox:last-child {
	margin-bottom: 0;
	border-bottom: none
}

.vIcomImg {
	margin-bottom: 45px
}

.vIcomImg img {
	display: block
}

.vIconsBox h4 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700
}

.acc-box {
	padding-bottom: 45px
}

.acc-box:last-child {
	padding-bottom: 0
}

.acc-text {
	font-size: 24px;
	font-weight: 700;
	position: relative;
	padding-left: 50px;
	cursor: pointer;
	text-transform: uppercase
}

.acc-content {
	display: none;
	padding-left: 50px;
	padding-top: 30px
}

.acc-text:before {
	height: 11px;
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	margin-left: 4px;
	width: 3px;
	background: var(--s-color);
	transition: all .3s ease
}

.acc-text:after {
	width: 11px;
	content: '';
	position: absolute;
	left: 0;
	top: 14px;
	height: 3px;
	background: var(--s-color)
}

.active_fq .acc-text:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.ppSection {
	padding-bottom: 80px
}

.ppContent {
	max-width: 1170px;
	margin: 0 auto
}

.ppTitle h5 {
	text-transform: uppercase;
	font-weight: 700
}

.ppLogos {
	width: 690px
}
 



/*
footer {
	padding: 60px 0;
	text-align: center;
}*/

/*.internal footer {
	margin-top: auto;
	padding-bottom: 60px
}

.fLogoWr img {
	display: block;
	max-width: 100%
}*/

/*footer span {
	font-size: 14px;
}

footer p {
	font-size: 16px;
	text-align: center;
	font-weight: 700
}

.fDelimiter {
	margin: 0 28px
}*/

html .mm-menu_position-top {
	min-height: 100vh;
	background-color: var(--m-color);
	color: var(--bn-color)
}

html .mm-navbars_top {
	border-width: 1px;
	height: 70px;
	background: url(../images/logo-white.svg) no-repeat left 20px center;
	background-size: 160px auto
}

html .mm-listitem:after,
html .mm-listitem__btn,
html .mm-navbars_bottom,
html .mm-navbars_top,
html .mm-navbar {
	border-color: rgba(255, 255, 255, .2)
}

html .mm-menu .mm-btn:after,
html .mm-menu .mm-btn:before {
	color: var(--bn-color);
	border-color: var(--bn-color)
}

html .mm-navbars_bottom>.mm-navbar,
html .mm-navbars_top>.mm-navbar {
	height: 70px
}

.mm-btn {
	top: 14px;
	right: 0!important;
	left: auto!important
}

html .mm-menu_navbar_top-1 .mm-panels {
	top: 71px
}

#mm-menu .menu.row {
	display: block
}

#mm-menu .menu li {
	margin: 0
}

#mm-menu .menu li a {
	padding-top: 25px;
	padding-bottom: 25px
}

html .mm-listitem:after {
	left: 0
}

.sPages {
	padding-top: 50px
}

.quiz_form_wr {
	max-width: 1000px;
	margin: 0 auto
}

.quiz_form_wr iframe {
	max-height: 500px
}

.meetings-iframe-container {
	padding-top: 25px
}

.ppSectionInternal {
	border-top: 1px solid #232425;
	border-bottom: 1px solid #232425;
	margin: 90px 0 70px;
	padding: 90px 0
}

/*.privacyWr {
	max-width: 1080px;
	margin: 0 auto;
	padding-bottom: 80px
}

.privacyWr a {
	color: var(--s-color);
	text-decoration: none;
	display: inline-block
}

.privacyWr a:hover {
	text-decoration: underline
}

.privacyWr h2 {
	margin-bottom: 50px
}

.privacyWr h3 {
	margin-bottom: 45px;
	margin-top: 90px
}

.privacyWr h4 {
	margin-bottom: 18px;
	margin-top: 60px
}

.privacyWr ul {
	margin-bottom: 30px;
	padding-left: 40px
}

.privacyWr ul li {
	list-style-type: disc
}*/

/*.lp_ct_form_main_wr {
	max-width: 784px;
	margin: 0 auto;
	text-align: left
}

.lp_ct_form_wr {
	margin-top: 100px
}

.lp_ct_form_wr .field label {
	color: var(--m-color);
	display: block;
	font-weight: 700;
	margin-bottom: 15px
}

.lp_ct_form_wr .field label span.hs-form-required {
	color: #d33d5c
}

.lp_ct_form_wr .field {
	margin-bottom: 35px
}

.lp_ct_form_wr fieldset {
	max-width: none!important;
	margin: 0!important;
	padding: 0!important;
	width: 100%!important
}

.lp_ct_form_wr fieldset.form-columns-2 .input {
	margin: 0!important
}

.lp_ct_form_wr fieldset.form-columns-2 .hs-form-field {
	width: 48%!important
}

.lp_ct_form_wr .form-columns-2 .field:last-child {
	float: right!important
}

.lp_ct_form_wr .hs-form {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column
}

.lp_ct_form_wr form .field.hs_recaptcha {
	order: 100;
	margin-bottom: 0;
	margin-top: 25px
}

.lp_ct_form_wr .grecaptcha-badge {
	margin: 0 auto
}

html fieldset.form-columns-1 .input {
	margin-right: 0!important
}*/

.fixHeight {
	position: relative;
	opacity: 0;
	z-index: -999;
	width: 66%;
	height: auto;
	display: block
}

.materializeWR {
	position: relative
}

.deckSliderWr {
	overflow: hidden;
	padding: 90px 0 130px
}

.deckSliderWr .materializeWR * {
	box-sizing: border-box;
	margin: 0;
	padding: 0
}

.deckSliderWr .materializeWR *:focus {
	outline: 0
}

.deckSliderWr .materializeWR html {
	-webkit-tap-highlight-color: transparent
}

.deckSliderWr .materializeWR .carousel {
	height: 100%;
	perspective: 900px;
	transform: translateY(0);
	box-sizing: content-box;
	overflow: visible;
	position: absolute;
	top: 0;
	left: 0
}

.deckSliderWr .materializeWR .carousel .carousel-item {
	cursor: grab;
	width: 66%;
	height: 100%
}

.deckSliderWr .materializeWR .carousel .carousel-item:active {
	cursor: grabbing
}

.deckSliderWr .materializeWR .carousel .carousel-item img {
	width: 100%;
	transition: all .2s ease
}

.deckSliderWr .materializeWR .carousel .carousel-item.active img {
	-webkit-box-shadow: 0 8px 30px 2px rgba(0, 0, 0, .35);
	-moz-box-shadow: 0 8px 30px 2px rgba(0, 0, 0, .35);
	box-shadow: 0 8px 30px 2px rgba(0, 0, 0, .35)
}

.deckSliderWr .materializeWR .carousel .indicators {
	bottom: -130px
}

.deckSliderWr .materializeWR .carousel .indicators .indicator-item {
	display: inline-block;
	width: 20px;
	height: 20px;
	box-sizing: border-box;
	border-radius: 50%;
	border: 2px solid var(--m-color);
	background: var(--m-color);
	outline: none;
	margin: 0 50px
}

.deckSliderWr .materializeWR .carousel .indicators .indicator-item.active {
	background: 0 0
}

@media screen and (max-width:1439px) {
	.content,
	header .content {
		max-width: 1152px
	} 
	.logo {
		max-width: 266px
	}
	.menu li a {
		font-size: 16px
	}
	.menu li {
		margin-right: 45px
	}
	.banner_content {
		padding: 65px 0 169px
	}
	html {
		font-size: 17px
	}
	h1 {
		font-size: 68px;
		line-height: 1.28em
	}
	h2 {
		font-size: 50px
	}
	.ctLimit h2 {
		font-size: 60px
	}
	h4 {
		font-size: 24px
	}
	/*	.rpBox h4,
	.ctLimit h4,
	.vIconsBox h4 {
		font-size: 22px
	}*/
	.ctLimit h4 {
		max-width: 576px
	}
	h5 {
		font-size: 20px
	}
	.slHeader h5,
	.ppTitle h5 {
		font-size: 18px;
		letter-spacing: .01em
	}
	.clients-logos-slider {
		max-width: 546px
	}
	.clients-logos-slider .slick-slide img {
		max-width: 162px;
		height: auto
	}
	.sl-arrows-wr {
		width: 67px
	}
	.sTl {
		max-width: 576px
	}
/*	.stad,
	.gcWr {
		padding: 80px 0
	}*/
	.rpBoxesWr {
		padding-top: 50px
	}
	.rpBox {
		padding: 50px 28px 70px;
		width: 31.73%
	}
	.rpBox:first-child {
		padding-right: 26px
	}
	.boxNb {
		font-size: 36px;
		line-height: 36px
	}
	.centerSliderWr {
		padding-top: 40px
	}
	.owl-dots {
		padding-top: 20px
	}
	.owl-dot {
		width: 15px;
		height: 15px;
		margin-right: 80px
	}
	.centerSlider.owl-carousel {
		margin-left: -35px;
		width: calc(100% + 70px)
	} 
	.ctLimit {
		max-width: 738px
	}
	.frHf {
		width: 43.1%
	}
	.srHf {
		width: 48.667%
	}
	.gcTitle h5 {
		font-size: 18px
	}
	.gcBox {
		max-width: 162px
	}
	.frHf {
		width: 42.79%
	}
	.vIconsBox {
		padding-bottom: 55px;
		margin-bottom: 60px
	}
	.vIconsBox:last-child {
		padding-bottom: 25px
	}
	.acc-text {
		font-size: 18px
	}
	.acc-content {
		padding-top: 26px
	}
	.ppContent {
		max-width: 930px
	}
	.ppLogos {
		max-width: 546px
	}
	.ppBox {
		max-width: 162px
	}
	.fLogoWr {
		max-width: 72px
	}
	.fDelimiter {
		margin: 0 22px
	}
	.sPages {
		padding-top: 40px
	}
	.ppSectionInternal {
		padding: 80px 0
	}
	.deckSliderWr .materializeWR .carousel {
		perspective: 700px
	}
	.deckSliderWr {
		padding-bottom: 100px
	}
	.deckSliderWr .materializeWR .carousel .indicators {
		bottom: -100px
	}
	.deckSliderWr .materializeWR .carousel .indicators .indicator-item {
		width: 15px;
		height: 15px;
		margin: 0 40px
	}
}

@media screen and (max-width:1200px) {
	.content,
	header .content {
		max-width: 914px
	}
	.logo {
		max-width: 209px
	}
	.menu li a {
		font-size: 16px
	}
	.menu li {
		margin-right: 36px
	}
	.banner_content {
		padding: 65px 0 135px
	}
	html {
		font-size: 14px
	}
	h1 {
		font-size: 54px;
		line-height: 1.28em
	}
	h2 {
		font-size: 40px
	}
	.ctLimit h2 {
		font-size: 48px
	}
	.sTl h2 {
		max-width: 358px
	}
	h4 {
		font-size: 19px
	} 
	.box-case h4,
	.rpBox4 h4,
	.rpBox h4 {
		margin-bottom: 16px
	}
	.ctLimit h4 {
		max-width: 576px
	}
	.vIconsBox h4 {
		margin-bottom: 28px
	}
	h5 {
		font-size: 16px
	}
	.slHeader h5,
	.ppTitle h5,
	.gcTitle h5 {
		font-size: 14px;
		letter-spacing: .01em
	}
	.afBn:before,
	.afBn:after {
		height: 59px
	}
	.cta {
		height: 62px;
		font-size: 16px
	}
	.slHeader {
		width: 300px;
		min-width: 300px
	}
	.clients-logos-slider {
		max-width: 434px
	}
	.clients-logos-slider .slick-slide img {
		max-width: 134px
	}
	.sl-arrows-wr {
		width: 59px;
		height: 26px
	}
/*	.logosSliderWr {
		padding: 100px 0 75px
	}*/
/*	.stad {
		padding: 75px 0 70px
	}*/
	.sTl {
		max-width: 584px
	}
	.rpBoxesWr {
		padding-top: 40px
	}
	.rpBox {
		padding: 45px 28px 35px;
		width: 32.13%
	}
	.boxNb {
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 30px
	}
	.owl-dots {
		padding-top: 0
	}
	.owl-dot {
		width: 10px;
		height: 10px;
		margin-right: 52px
	}
	.centerSlider .owl-item img {
		position: relative;
		right: -78%
	}
	.centerSlider .owl-item.active img {
		right: 0;
		left: -78%
	}
	/*	.ctaSection {
		padding: 125px 0 100px
	}*/
	.ctLimit {
		max-width: 584px
	}
	.srHf {
		width: 49.1%
	}
	.gcBox,
	.ppBox {
		max-width: 134px
	}
	.gcWr {
		padding: 80px 0 80px
	}
	.vIcomImg {
		margin-bottom: 35px
	}
	.acc-text {
		font-size: 14px
	}
	.acc-text:before {
		top: 6px
	}
	.acc-text:after {
		top: 10px
	}
	.ppContent {
		max-width: 809px;
		margin-left: 0
	}
	.ppLogos {
		max-width: 439px
	}
	.ppSection {
		padding-bottom: 60px
	}
	.fLogoWr {
		max-width: 44px
	}
	.fDelimiter {
		margin: 0 14px
	}
	.sPages {
		padding-top: 20px
	}
	.privacyWr h3 {
		margin-top: 60px
	}
	.deckSliderWr .materializeWR .carousel {
		perspective: 540px
	}
	.deckSliderWr {
		padding: 60px 0
	}
	.deckSliderWr .materializeWR .carousel .indicators {
		bottom: -60px
	}
	.deckSliderWr .materializeWR .carousel .indicators .indicator-item {
		width: 10px;
		height: 10px;
		margin: 0 25px
	}
}

@media screen and (max-width:920px) {
	.gcBox,
	.ppBox {
		max-width: 31.5%
	}
}

@media screen and (max-width:840px) {
	.slHeader {
		width: 298px;
		min-width: 298px
	}
	.clients-logos-slider {
		max-width: 380px
	}
	.clients-logos-slider .slick-slide img {
		max-width: 110px
	}
	header .cta {
		height: 50px;
		padding: 0 43px
	}
	.menu li {
		margin-right: 24px
	}
}

@media screen and (max-width:767px) {
	.content,
	header .content {
		max-width: 600px
	}
/*	header {
		padding: 38px 0
	}*/
	.logo {
		max-width: 156px
	}
	.banner_content {
		padding: 36px 0 110px
	}
	.cta {
		height: 56px;
		font-size: 16px;
		padding: 0 56px
	}
	.nav_wr {
		display: none
	}
	.menu_trigger {
		width: 58px;
		height: 21px;
		position: relative;
		display: block
	}
	.slicknav_icon {
		width: 100%;
		height: 100%;
		display: block;
		position: relative
	}
	.slicknav_icon span {
		height: 1px;
		width: 100%;
		background: var(--bn-color);
		display: block;
		position: absolute;
		transform-origin: left center
	}
	.banner .slicknav_icon span {
		background: var(--bn-color)
	}
	.internal .banner .slicknav_icon span {
		background: var(--m-color)
	}
	.slicknav_icon span:nth-child(1) {
		top: 0
	}
	.slicknav_icon span:nth-child(2) {
		top: 10px
	}
	.slicknav_icon span:nth-child(3) {
		top: 20px
	}
	html {
		font-size: 15px
	}
	h1 {
		font-size: 40px;
		line-height: 1.3em
	}
	h2 {
		font-size: 36px
	}
	.ctLimit h2 {
		font-size: 40px
	}
	.sTl h2 {
		max-width: 358px
	}
	h4 {
		font-size: 15px
	}
	/*	.rpBox h4,
	.ctLimit h4,
	.vIconsBox h4 {
		font-size: 15px
	}*/
	.box-case h4,
	.rpBox4 h4,
	.rpBox h4 {
		margin-bottom: 15px
	}
	.ctLimit h4 {
		max-width: 576px
	}
	.vIconsBox h4 {
		margin-bottom: 28px
	}
	h5 {
		font-size: 15px
	}
	.slHeader h5,
	.ppTitle h5,
	.gcTitle h5 {
		font-size: 13px;
		letter-spacing: .01em
	}
/*	.logosSliderWr {
		padding: 100px 0 45px
	}*/
	.chSliderRow {
		flex-wrap: wrap;
		display: block
	}
	.slHeader {
		width: 100%;
		min-width: auto;
		text-align: center;
		padding-bottom: 25px
	}
	.clients-logos-slider-wr {
		display: block
	}
	.clients-logos-slider {
		max-width: 100%
	}
	.clients-logos-slider .slick-slide img {
		max-width: 150px;
		margin: 0 auto
	}
	.sl-arrows-wr {
		margin: 30px auto 0
	}
	.rpBox {
		width: 100%;
		max-width: 420px;
		margin: 0 auto 50px
	}
	.rpBox,
	.rpBox:first-child {
		padding-left: 21px;
		padding-right: 21px
	}
	.rpBox:last-child {
		margin-bottom: 0
	}
	.owl-dots {
		padding-top: 0
	}
	/*	.ctaSection {
		padding: 100px 0
	}*/
	.frHf {
		width: 100%;
		margin-bottom: 45px
	}
	.srHf {
		width: 100%
	}
	.centerSlider.owl-carousel {
		margin-left: -21px;
		width: calc(100% + 42px)
	}
	.centerSlider .owl-item.active img,
	.centerSlider .owl-item.Previouscenter img {
		-webkit-box-shadow: 0 10px 15px 2px rgba(0, 0, 0, .35);
		-moz-box-shadow: 0 10px 15px 2px rgba(0, 0, 0, .35);
		box-shadow: 0 10px 15px 2px rgba(0, 0, 0, .35)
	}
	.ppTitle {
		text-align: center;
		margin-bottom: 35px;
		width: 100%;
		max-width: 100%
	}
	.ppLogos {
		width: 100%;
		max-width: 100%
	}
	.fLogoWr {
		margin: 0 auto 25px
	}
	.fCtWr p {
		width: 100%;
		text-align: center
	}
	.fDelimiter {
		display: none
	}
	.sPages {
		padding-top: 0
	}
	.ppSectionInternal {
		padding: 60px 0
	}
	.privacyWr h3 {
		font-size: 26px
	}
	.lp_ct_form_wr fieldset.form-columns-2 .hs-form-field {
		width: 100%!important
	}
	.lp_ct_form_wr .field label {
		margin-bottom: 8px
	}
	.lp_ct_form_wr .field {
		margin-bottom: 20px
	}
	.lp_ct_form_wr {
		margin-top: 50px
	}
}

@media screen and (max-width:600px) {
	.rpBox4{
		width: 50%;
		margin-bottom: 30px;
	}
	.clients-logos-slider .slick-slide img {
		max-width: 210px
	}
	.centerSlider.owl-carousel {
		margin-left: 0;
		width: 100%
	}
	.centerSlider .owl-item img,
	.centerSlider .owl-item.active img {
		right: 0;
		left: 0
	}
	.cSliderBox {
		padding: 30px 20px 60px
	}
}

@media screen and (max-width:480px) {
	.rpBox4{
		width: 100%;
	}
	.clients-logos-slider .slick-slide div {
		text-align: center
	}
	.gcBox,
	.ppBox {
		text-align: center;
		max-width: 48%;
		width: 48%
	}
	.ppBox {
		max-width: 100%;
		width: 100%
	}
	.ppBox img {
		margin: 0 auto
	}
	.gcWr {
		padding: 60px 0
	}
	.ppSectionInternal {
		padding: 50px 0 0;
		border: none;
		margin: 0
	}
	.privacyWr h3 {
		font-size: 22px
	}
	.privacyWr {
		padding-bottom: 40px
	}
	.deckSliderWr {
		margin-left: -15px;
		width: calc(100% + 30px)
	}
	.deckSliderWr .materializeWR .carousel .carousel-item,
	.fixHeight {
		width: 86%
	}
}