:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
	  --black: #121212;
    --white: white;
    --orange: #fe5000;
    --dark-grey: #2d373c;
    --slate-grey: #697882;
    --stroke-color: #c7c7c7;
	--black-color: #000;
		--accent-color: #FF6219;
		--accent-hover-color: #D34300;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%;
}
body {
    margin: 0;
    min-height: 100%;
    font-family: 'Fixel Display', sans-serif;
	font-weight:500;
    font-size: 18px;
    line-height: 1.55;
    color: #171717;
    background-color: #E2E2E2 !important;
}
#newhome{
	overflow:hidden;
}

a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
b {
    font-weight: 700;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
	max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}
svg:not(:root) {
    overflow: hidden;
}
code {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
textarea {
    overflow: auto;
}

[data-animation="1"]:not(.animated) {
    visibility: hidden;
}
.ic{
	 width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0;
    background-color: var(--black-color);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% auto;
    mask-size: 100% auto;
    -webkit-mask-position: center;
    mask-position: center;
	transition: .3s;
}
.ic-check {
    -webkit-mask-image: url(../img/ic-check.svg);
    mask-image: url(../img/ic-check.svg);
}
.ic-facebook {
    -webkit-mask-image: url(../img/ic-facebook.svg);
    mask-image: url(../img/ic-facebook.svg);
}
.ic-linkedin {
    -webkit-mask-image: url(../img/ic-linkedin.svg);
    mask-image: url(../img/ic-linkedin.svg);
}
.ic-twitter {
    -webkit-mask-image: url(../img/ic-twitter.svg);
    mask-image: url(../img/ic-twitter.svg);
}
.ic-instagram {
    -webkit-mask-image: url(../img/ic-instagram.svg);
    mask-image: url(../img/ic-instagram.svg);
}
.ic-youtube {
    -webkit-mask-image: url(../img/ic-youtube.svg);
    mask-image: url(../img/ic-youtube.svg);
}
.ic-arrow-right-down {
    -webkit-mask-image: url(../img/ic-arrow-right-down.svg);
    mask-image: url(../img/ic-arrow-right-down.svg);
	width:22px;
	height:22px;
}
.ic-arrow-left,
.ic-arrow-right {
    -webkit-mask-image: url(../img/ic-arrow-left.svg);
    mask-image: url(../img/ic-arrow-left.svg);
	width:30px;
	height:30px;
}
.ic-arrow-right {
	transform: scaleX(-1);
}
.ic-arrow-right-short{
	-webkit-mask-image: url(../img/ic-arrow-right-short.svg);
    mask-image: url(../img/ic-arrow-right-short.svg);
	width:20px;
	height:20px;
	background-color:currentColor;
}
.ic-arrow-left-short{
	-webkit-mask-image: url(../img/ic-arrow-left-short.svg);
    mask-image: url(../img/ic-arrow-left-short.svg);
	width:20px;
	height:20px;
	background-color:currentColor;
}
.ic-bag {
    -webkit-mask-image: url(../img/ic-bag.svg);
    mask-image: url(../img/ic-bag.svg);
	width:32px;
	height:32px;
}
.ic-burger {
    -webkit-mask-image: url(../img/ic-burger.svg);
    mask-image: url(../img/ic-burger.svg);
	width:24px;
	height:24px;
}
.ic-burger-close {
    -webkit-mask-image: url(../img/ic-burger-close.svg);
    mask-image: url(../img/ic-burger-close.svg);
	width:24px;
	height:24px;
}
.ic-intro-2 {
    -webkit-mask-image: url(../img/ic-intro-2.svg);
    mask-image: url(../img/ic-intro-2.svg);
	width:18px;
	height:18px;
}
.ic-intro-3 {
    -webkit-mask-image: url(../img/ic-intro-3.svg);
    mask-image: url(../img/ic-intro-3.svg);
	width:40px;
	height:24px;
}
.ic-search {
    -webkit-mask-image: url(../img/ic-search.svg);
    mask-image: url(../img/ic-search.svg);
	width:32px;
	height:32px;
}

.ic-copy {
    -webkit-mask-image: url(../img/ic-copy.svg);
    mask-image: url(../img/ic-copy.svg);
}

.row{
	display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	margin-left:-20px;
	margin-right:-20px;
}

.row  > [class*="col-"] {
        position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 20px;
		padding-left: 20px;
    }
    .row .col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
    .row .col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
    .row .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
    .row .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
    .row .col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
    .row .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
    .row .col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
    .row .col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
    .row .col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
    .row .col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
    .row .col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
    .row .col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

    .row .col-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.d-block {
    display: block;
}
.d-inline-block {
    max-width: 100%;
    display: inline-block;
}
.button {
    display: inline-block;
    border: 1px solid var(--accent-color) !important;
    line-height: 1.4 !important;
    text-decoration: none;
    cursor: pointer;
	background-color: var(--accent-color) !important;
    color: var(--white) !important;
    border-radius: 8px !important;
    padding:14px !important;
    font-size: 16px !important;
	text-transform:uppercase;
    font-weight: 600;
    transition: all 325ms;
	text-align:center;
	letter-spacing:0.05em;
}
input.button {
    -webkit-appearance: button;
}

.button-block{
	width:100%;
}

.button:hover {
    background-color:var(--white) !important;
	color:var(--accent-color) !important;
	border-color:var(--accent-color) !important;
}
.button-inverse {
    color: var(--orange) !important;
    background-color: var(--white) !important;
	border-color:var(--white) !important;
}

.button-inverse:hover {
    background-color: var(--accent-color) !important;
    color: var(--white) !important;
    border-color:var(--accent-color) !important;
}

.button-outline{
	color: var(--accent-color) !important;
	background:transparent !important;
}
.button-outline:hover{
	background:var(--accent-color) !important;
	color:var(--white) !important;
}
.btitle {
    font-size: 48px;
    line-height: 1.2;
	font-weight:600;
	text-transform:uppercase;
    margin:0 0 40px;
    font-family:"Fixel Display",sans-serif;
}
h1.btitle{color:#171717;margin-bottom:40px !important;}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    margin-bottom: 16px;
	text-transform:uppercase;
	font-family:"Fixel Display",sans-serif;
}
h1 {
    font-size: 64px;
    line-height: 1.1;
}
h2 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 20px;
}
h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px;
}
h4 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
}
h5 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}
h6 {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
}
p {
    margin-top: 0;
    margin-bottom: 20px;
}
p:last-child{
	margin-bottom:0px;
}
ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.color-accent{
	color:var(--accent-color);
}
[type="button"],
[type="reset"],
button {
    border: 0;
    cursor: pointer;
    -webkit-appearance: button;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
}
.form-control{
	font-size: 16px;
    background-color: #E5E5E5 !important;
    padding: 19px 23px;
    line-height: 1.4;
	letter-spacing:0.05em;
}
.form-control:-moz-placeholder {
    color: #858585;
	text-transform:uppercase;
}
.form-control::-moz-placeholder {
    color: #858585;
    opacity: 1;
	text-transform:uppercase;
}
.form-control::-webkit-input-placeholder {
    color: #858585;
	text-transform:uppercase;
}
.input-wrap {
  position: relative;
  display: inline-block;
  width:100%;
  margin-bottom:24px !important;
}

.input-wrap .wpcf7-form-control-wrap{
	margin:0;
	display:block;
}



.fake-placeholder {
  position: absolute;
  left: 24px;
  top: 30px;
  color: #858585;
  pointer-events: none;
  font-size: 16px;
  text-transform:uppercase;
  transition: 0.2s;
}

.fake-placeholder .red {
  color: #FF3F3F;
  display:inline-block;
  margin-top:-2px;
}
.input-wrap:focus-within .fake-placeholder {
  font-size: 10px;
    top: 15px;
}
.input-wrap.filled .fake-placeholder {
  font-size: 10px;
    top: 15px;
}

.form-control[disabled],
.form-control[readonly] {
    cursor: not-allowed;
}
.form-control[readonly] {
    background-color: #eee;
}
textarea.form-control {
    height: auto;
}
/* BLOCKS */

.content-section{
	padding:60px 0;
	clear:both;
}
.inverse-section{
	color:#fff;
	background-color:#171717
}
.tc{
	text-align:center
}

.fs-18{
	font-size:18px;
}
.py-0{
	padding-top:0px;
	padding-bottom:0px;
}
.pt-0{
	padding-top:0px;
}
.pb-0{
	padding-bottom:0px;
}
.my-0{
	margin-top:0px;
	margin-bottom:0px;
}
.mt-0{
	margin-top:0px;
}
.mb-0{
	margin-bottom:0px;
}
.py-xl{
	padding-top:120px;
	padding-bottom:120px;
}
.pt-xl{
	padding-top:120px
}
.pb-xl{
	padding-bottom:120px
}
.pt-l{
	padding-top:60px
}
.pb-l{
	padding-bottom:60px
}
.mt-l{
	margin-top:60px;
}
.mb-l{
	margin-bottom:60px;
}

.mt-m{
	margin-top:40px;
}
.mb-m{
	margin-bottom:40px;
}

.mt-s{
	margin-top:20px;
}
.mb-s{
	margin-bottom:20px;
}

.text-content{
	color:#363636
}

.inverse-section .text-content{
color:#E2E2E2;}

.container{
	max-width:1392px;
	padding-left:16px;
	padding-right:16px;
	margin:0 auto;
}
.max-556{
	max-width:556px;
	margin:0 auto;
}
.max-850{
	max-width:850px;
	margin:0 auto;
}

.bg-light{
	background-color:#F1F1F1;
}

.bg-grafite{
	background-color:#26272B;
}

/* sections */
.intro-section{
	min-height:450px;
	height:100vh;
	min-height: 100vh;
    min-height: -webkit-fill-available;
    min-height: 100dvh; 
	display:flex;
	align-items:center;
	justify-content:center;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	color:#fff;
}
.video-bg{
	position:relative;
overflow:hidden;
}
.video-bg:before{
	content:"";
	display:block;
	position:absolute;
	width:100%;
	height:calc(100% + 6px);
	left:0;
	top:-3px;
	z-index:-2;
	background-color:rgba(0, 0, 0, 0.6);
	-webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    will-change: backdrop-filter;
}

.video-bg video{
	position:absolute;
	z-index:-3;
	left:0;
	top:0;
	width:100%;
	height:100%;
	object-fit:cover;
}

.intro-section .container{
	position:relative;
	z-index:6;
	max-width:1032px;
}

.intro-section h1{
	color:#fff;
	margin:0 0 24px !important;
	font-weight:500;
	font-size:56px;
	text-transform:uppercase;
	line-height:1.1;
}

.intro-section .text-content{
	max-width:700px;
	font-weight:400;
	margin:0 auto;
	font-size:24px;
	color:#fff;
}

.intro-section .button{
	margin-top:32px;
	padding:12px 30px;
	font-weight:600;
	text-transform:uppercase;
	border:1px solid var(--accent-color) !important;
	color:#fff;
	font-size:16px;
	background-color:rgba(255,255,255,.04) !important;
	-webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    will-change: backdrop-filter;
	letter-spacing:0.04em;
	min-width:254px;
}

.intro-section .intro-arrows{
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	width:100%;
	z-index:5;
	padding-top:96px;
	padding-bottom:40px;
}
.intro-section .intro-arrows .container,
.intro-section .intro-arrows .intro-arrows-wrap{
	height:100%;
}
.intro-section .intro-arrows .intro-arrows-wrap{
	position:relative;
}
.intro-section .intro-arrows .ic{
	position:absolute;
	background-color:#fff;
	mask-size: auto;
	-webkit-mask-size: auto;
}

.intro-section .intro-arrows .ic:first-child{
	left:0;
	top:0;
}

.intro-section .intro-arrows .ic:nth-of-type(2){
	bottom:0;
	left:0;
	transform:rotate(-90deg);
}

.intro-section .intro-arrows .ic:nth-of-type(3){
	bottom:0;
	right:0;
	transform:rotate(-180deg);
}
.intro-section .intro-arrows .ic:nth-of-type(4){
	top:0;
	right:0;
	transform:rotate(90deg);
}
.intro-section .intro-arrows .ic:nth-of-type(5){
	top:0;
	left:50%;
	margin-left:-20px;
}
.intro-section .intro-arrows .ic:nth-of-type(6){
	bottom:0;
	left:50%;
	margin-left:-20px;
	transform:rotate(180deg);
}

.bl2-section .row{
	display:flex;
	margin-left:-43px;
	margin-right:-43px;
}

.bl2-section .row .col-4{
	padding-left:43px;
	padding-right:43px;
}
.intro-section.bl3-section{
	max-height:720px;
	min-height:450px;
}
.intro-section.bl3-section:before{
	background-color: rgba(0, 0, 0, 0.3);
	-webkit-backdrop-filter: unset;
    backdrop-filter: unset;
    will-change: unset;
}

.video-tabs .nav-tabs,
.maps-tabs .nav-tabs{
	position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
	background-color:rgba(0,0,0,0.1);
	    -webkit-backdrop-filter: blur(70px);
    backdrop-filter: blur(70px);
    will-change: backdrop-filter;
	width:calc(100% - 32px);
	max-width:813px;
}

.video-tabs .nav-tabs li span,
.maps-tabs .nav-tabs li span{
	color:#fff;
	border-color:#fff;
}
.video-tabs .nav-tabs li:hover span,
.maps-tabs .nav-tabs li:hover span{
	border-color:var(--accent-color);
}


/* chess */
.chess-list,
.srv-list{
	margin-top:80px;
}
.chess-list .item,
.srv-list .item{
	display:flex;
	flex-wrap:wrap;
	min-height:620px;
}
/*
.chess-list .item .item-img{
	overflow:hidden;
}*/

.chess-list .item:nth-of-type(2n+1) .item-img{
	order:-1;
}
.chess-list .item .item-content,
.chess-list .item .item-img,
.srv-list .item .item-content,
.srv-list .item .item-img{
	-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	position:relative;
}

.chess-list .item .item-img img,
.srv-list .item .item-img img{
	width:50vw;
	max-width:50vw;
	height:100%;
	object-fit:cover;
	position:absolute;
	left:0;
	top:0;
}
.chess-list .item .item-img img{
	max-width:900px;
}
.chess-list .item:nth-of-type(2n+1) .item-img img{
	right:0;
	left:inherit;
}
/*
.chess-list .item .item-img:after{
	content:"";
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background: RGBA(0, 0, 0, 0.4);
	background: linear-gradient(0deg,rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 25%);
}*/

.chess-list .item .item-content,
.srv-list .item .item-content {
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
	align-items: flex-start;
    padding: 32px 80px;
    color:#363636;
    width: 100%;
}
.chess-list .item .title,
.srv-list .item .title{
	font-size:32px;
	color:#171717;
	font-weight:600;
	line-height:1.4;
	line-height:normal;
	text-transform:uppercase;
	
}
.chess-list .item .text,
.srv-list .item .text{
	margin-top:16px;
}
.services-section .tc .button-outline:not(:hover){
	color:#fff !important;
}

.chess-list .item .button{
	margin-top:32px;
}

.srv-list .item + .item{
	margin-top:120px;
}

.srv-list .item .item-img img{
	width:100%;
	max-width:100%;
}
.srv-list .item .item-content{
	padding:0px 40px 0 0 !important;
	color:#fff;
	justify-content: flex-start;
}
.srv-list .item .title{
	color:#fff;
	max-width:450px;
	margin-bottom:auto;
}
.srv-list .item .text{
	border-bottom:1px solid #3D3D3D;
	width:100%;
}
.srv-list .item .text a{
	display:block;
	text-transform:uppercase;
	color:#E2E2E2;
	font-size:20px;
	line-height:1.55;
	padding:32px 0;
	border-top:1px solid #3D3D3D;
}
.srv-list .item .text a:after{
	content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    transform: rotate(45deg);
    position: relative;
    margin-left: 16px;
    top: -2px;
	transition:.3s;
}

.srv-list .item .text a:hover{
	color:var(--accent-color);
}
.srv-list .item .text a:hover:after{
	margin-left: 10px;
}

.srv-list .item .image-tags{
	position:absolute;
	left:4px;
	bottom:4px;
	color:#fff;
	z-index:2;
	line-height:1.35;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:0.1em;
}
.srv-list .item .image-tags span{
	display:inline-block;
	position:relative;
	margin:0 0 20px 20px;
	padding:8px 8px 8px 24px;
	
	border-radius:8px;
	background-color: rgba(109, 109, 109, 0.2);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    will-change: backdrop-filter;
}
.srv-list .item .image-tags span:before{
	content:"";
	display:inline-block;
	background:var(--accent-color);
	width:8px;
	height:8px;
	border-radius:100%;
	position:absolute;
	left:8px;
	top:50%;
	margin-top:-4px;
}

.bl6-section .btitle{
	font-size:40px;
}

.bl6-section .buttons{
	display:flex;
	flex-wrap:wrap;
	margin-top:32px;
}

.bl6-section .buttons .button{
	margin:32px 32px 0 0;
}
.video-wrap{
	position:relative;
}
.video-wrap video{
	width:100%;
	height:100%;
	object-fit:cover;
	position:absolute;
	left:0;
	top:0;
}
.video-wrap .play_button{
	cursor:pointer;
	display:block;
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-60px;
	margin-left:-60px;
	z-index:2;
	width:120px;
	height:120px;
	background-color: rgba(255,255,255,0.3);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% auto;
    mask-size: 100% auto;
    -webkit-mask-position: center;
    mask-position: center;
	-webkit-mask-image: url(../img/Play_button.svg);
    mask-image: url(../img/Play_button.svg);
	-webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    will-change: backdrop-filter;
}
.video-wrap .play_button:hover{
	background-color: rgba(255,255,255,0.5);
}

.bl6-section .video-wrap{
	min-height:620px;
}

.adv-list{
	margin-top:80px;
}
.adv-list .item{
	background:#E2E2E2;
	padding:64px 40px 40px 35px;
}
.adv-list .item .left-inner{
	display:flex;
	flex-direction:column;
}
.adv-list .item .left-inner{
	margin-top:auto;
}
.adv-list .item + .item{
	margin-top:64px;
}

.adv-list .item .title{
	font-size:32px;
	font-weight:600;
	color:#171717;
	margin-bottom:31px;
	text-transform:uppercase;
	padding-left:5px;
}


.adv-list .item .text{
	color:#363636;
	font-size:16px;
	margin-bottom:-40px;
}

.adv-list .item .text p{
	margin:0 0 40px;
}

.brand-list{
	margin-bottom:-40px;
	margin-top:80px;
}
.brand-list .col-3{
	margin-bottom:40px;
}
.brand-list .item{
	width:100%;
	padding-top:100%;
	height:0px;
	position:relative;
	background:#fff;
}
.brand-list .item img{
	max-width:84%;
	height:auto;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
}

.reviews-list{
	margin-top:80px;
	position:relative;
}

.reviews-list .swiper-slide{
	height:auto;
}
.reviews-list .swiper-inner{
	display:flex;
	flex-direction:column;
	width:100%;
	height:100%;
	padding:32px;
	background:#E2E2E2;
	min-height:475px;
}

.reviews-list .review-text{
	font-size:32px;
	font-weight:600;
	line-height:1.4;
	margin-bottom:32px;
	text-transform:uppercase;
}

.reviews-list .review-meta{
	margin-top:auto;
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	padding-top:24px;
	border-top:1px solid #ABABAB;
}
.reviews-list .review-meta img{
	width:74px;
	height:74px;
	object-fit:cover;
	border-radius:50%;
	margin-right:20px;
}
.reviews-list .review-name{
	font-size:20px;
	line-height:1.55;
	text-transform:uppercase;
}

.reviews-list .review-position{
	color:#818181;
	margin-top:4px;
}

.reviews-list .swiper-button{
	background:none !important;
	width:40px;
	height:40px;
	transition:.3s;
}
.reviews-list .swiper-button-prev{
	left:-20px;
}
.reviews-list .swiper-button-next{
	right:-20px;
}
.reviews-list .swiper-button:before{
	content:"";
	display:inline-block;
	width: 0px;
    height: 0px;
    position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}

.reviews-list .swiper-button-prev:before{
	border:0px;
	border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-right: 13px solid #171717;
}
.reviews-list .swiper-button-next:before{
	border:0px;
	border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 13px solid #171717;
}
.reviews-list .swiper-button:hover{
	background-color:rgba(0,0,0,0.3) !important;
}

.subs-section .btitle{
	color:#fff;
}

.subs-section.video-bg:before{
	    background-color: rgba(23, 23, 23, 0.8);
}

.subs-section .wpcf7{
	max-width:500px;
	margin:0 auto;
}

.subs-section .wpcf7 input[type=submit].button:not(:hover){
	color:#fff !important;
	background:transparent !important;
}
.wpcf7 .wpcf7-spinner{
	display:none;
}

.wpcf7-form-control-wrap{
	margin-bottom:24px;
}

.use-floating-validation-tip .wpcf7-not-valid-tip{
	width: 100%;
    left: 0;
    top: 100%;
    position: absolute;
    font-size: 12px;
    text-align: left;
    color: #fff;
    background: #dc3232;
    margin-top: -10px;
}
.wpcf7 form .wpcf7-response-output{
    margin: 24px 0 0;
    padding: 16px;
    background: #fff;
    font-size: 16px;
	color:#000;
}

.row-offices-form {
	margin-top:80px;
}

.row-offices-form .form-control{
	padding:28px 24px;
	color:#fff !important;
	background:#303030 !important;
	border-color:#303030;
	width:100%;
	border-radius:0px;
}

.row-offices-form .form-control:-webkit-autofill,
.row-offices-form .form-control:-webkit-autofill:hover,
.row-offices-form .form-control:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #303030 inset !important; /* Changes the background to white */
  -webkit-text-fill-color: #fff !important; /* Changes the text color to black (optional) */
  /* You can also add other styles here, like border, font-size, etc. */
}

.row-offices-form .form-control:focus{
	border-color:#E2E2E2;
}
.row-offices-form textarea.form-control{
	height:177px;
	    width: 100%;
    max-width: 100%;
    min-width: 100%;
	display:block;
}

.row-offices-form  .iti .iti__selected-dial-code{
	color:#fff !important;
	margin-top:-3px;
	    font-size: 17px;
}

.row-offices-form  .iti .iti__arrow{
	border-top-color:#fff;
}

.row-offices-form  .iti .iti__selected-country-primary{
	padding-left:24px;
	margin-top:-3px;
}

.row-offices-form .wpcf7 .wpcf7-submit{
	margin-top:16px;
}

.offices-wrap{
	background:#1D1D1D;
	padding:24px 24px 14px;
	min-height: calc(100% - 87px);
}


.office-tab{
	text-transform:uppercase;
}
.office-tab a{
	color:#fff;
}
.office-tab a:hover{
	color:var(--accent-color);
}
.office-tab .o-item{
	padding:31px 0;
	border-top:1px solid #3D3D3D;
}
.office-tab .social-block{
	margin:0 -20px;
}
.office-tab .social-block li{
	padding:0 20px;
}
.office-tab .social-block li .ic{
	width:31px;
	height:31px;
}
/* MODAL */
.mfp-wrap{
	    z-index: 999991 !important;
}
.white-popup-block {
    z-index: 101;
    max-width: 900px;
    color: #000;
    background-color: #E2E2E2;
    margin: 20px auto;
    padding: 30px;
    position: relative;
}
.white-popup-block .mfp-close {
        opacity: 1;
    top: 0;
    right: 0;
    padding: 0;
    color: #000 !important;
    cursor: pointer;
    font-weight: 700;
}
.white-popup-block .mfp-close:hover {
    color: var(--accent-color) !important;
}
.white-popup-block .form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 14px 16px;
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1;
    color: #000;
    vertical-align: middle;
    background-color: transparent;
    -webkit-text-stroke-color: #000;
    border: 1px solid #000;
    border-radius: 6px;
}
.white-popup-block .form-control:focus {
	background:transparent;
	border-style:solid !important;
    border-color: var(--accent-color);
    -webkit-text-stroke-color: var(--accent-color);
    outline: 0;
}


.custom-select-wrapper {
  position: relative;
  width: 100%;
  font-family: inherit;
}

.custom-select-wrapper select {
  display: none; /* ховаємо оригінальний select */
}

.custom-select-toggle {
  padding: 24px;
  padding-right:56px;
  border: 1px solid transparent;
  background: #E2E2E2;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index:1;
  text-transform:uppercase;
}

.inverse-section .custom-select-toggle{
	color:#fff;
	background:#303030;
	padding-top:27px;
	padding-bottom:27px;
}

.custom-select-toggle::after {
  content: '';
  position: absolute;
  right: 22px;
  top:50%;
  pointer-events: none;
  transition: transform 0.3s ease;
    display: block;
    margin: -7px 0 0;
    width: 10px;
    height: 10px;
	border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
	transform: rotate(45deg);
	transition: .3s;
}

.custom-select-wrapper.open .custom-select-toggle::after {
  transform: rotate(-135deg);
  margin-top:-5px;
}
.custom-select-options-wrap{
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #E2E2E2;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  z-index:2;
  padding:8px 24px;
  margin-top: -2px;
  display: none;
}
.inverse-section .custom-select-options-wrap{
	background:#000;
}
.custom-select-options {
    overflow-y: auto;
	max-height: 240px;
}

.custom-select-wrapper.open .custom-select-options-wrap {
  display: block;
}

.custom-option {
  padding: 16px 0;
  cursor: pointer;
  font-size: 16px;
  
  transition: background 0.2s;
}

.custom-option + .custom-option{
	border-top: 1px solid #3D3D3D;
}

.custom-option:hover {
  color:var(--accent-color);
}

.custom-option.selected {
  background: #d6e9ff;
  font-weight: bold;
}

/* Стилізація скролбару */
.custom-select-options::-webkit-scrollbar {
  width: 6px;
}

.custom-select-options::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 3px;
}

.custom-select-options::-webkit-scrollbar-track {
  background: #fff;
}

.ab1-section{
	padding:96px 0 40px;
}

.ab1-section .row{
	align-items:center;
}

.ab1-section .col-6 img{
	width:100%;
}

.ab1-section .btitle{
	margin-bottom:24px;
	font-weight:500;
	line-height:1.1;
}

.ab1-section.inverse-section .text-content{
	color:#fff;
}
.ab1-section .button{
	min-width:275px;
}
.ab1-section .button-outline:not(:hover) {
    color: #fff !important;
}
.principles-list{
	margin-top:80px;
	margin-bottom:-64px;
}
.principles-list .item{
	padding-bottom:64px;
}
.principles-list .item .item-img,
.team-grid .item .item-img{
	position:relative;
	height:0px;
	padding-top:60.5%;
	margin-bottom:24px;
}
.principles-list .item .item-img img,
.team-grid .item .item-img img{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	object-fit:cover;
}
.principles-list .item .title{
	font-size:32px;
	text-transform:uppercase;
	font-weight:600;
	line-height:1.4;
}
.principles-list .item .text{
	margin-top:16px;
}

.anim-text-section{
	padding:120px 0;
}
.anim-text-section .anim-content{
	font-size:52px;
	line-height:1.4;
	font-weight:600;
	color:rgba(255,255,255,0.2);
	font-style:normal;
	text-transform:uppercase;
}
.anim-text-section .anim-content i{
	color:#fff;
	font-style:normal
}

.team-grid{
	margin-top:80px;
	margin-bottom:-40px;
}
.team-grid .item{
	padding-bottom:40px;
}
.team-grid .item .item-img{
	padding-top:100%;
	margin-bottom:16px;
}
.team-grid .name{
	font-size:20px;
	text-transform:uppercase;
	line-height:1.55;
}
.team-grid .position{
	font-size:16px;
	color:#818181;
	margin-top:4px;
	font-weight:400;
}

.years-list{
	margin-top:80px;
	padding-left:350px;
	
	border-bottom:1px solid #7A7A7A;
}

.years-list .item{
	display:flex;
	padding:42px 0;
	min-height:200px;
	border-top:1px solid #7A7A7A;
	font-size:20px;
	line-height:1.55;
	position:relative;
}

.years-list .item:before{
	content: "";
    display: block;
    position: absolute;
    left: -350px;
    top: -1px;
    width: 150px;
    height: calc(100% + 2px);
    background: url(../img/years-ruler.svg) no-repeat 0 center;
    background-size: auto 100%;
}

.years-list .item .year{
	padding-right:15px;
	width:350px;
	font-weight:600;
	font-size:32px;
	line-height:1.4;
}

.years-list .item .text{
	color:#363636
}

.maps-tabs{
	margin-top:80px;
	position:relative;
}
.maps-tabs .nav-tabs{
	bottom:0px;
	z-index:3;
}
.maps-content{
	background:#666;
}

.maps-contact{
	position:absolute;
	z-index:3;
	width:654px;
	height:auto;
	padding:40px;
	top:24px;
	left:24px;
	color:#fff;
	text-transform:uppercase;
	font-size:16px;
	line-height:1.55;
	background:#171717;
}

.maps-contact .o-item{
	border-top:1px solid #3D3D3D;
	padding:24px 0;
}
.maps-contact .o-item:last-child{
	border-bottom:1px solid #3D3D3D;
}
.maps-contact a{
	color:#fff;
}

.maps-contact a:hover{
	color:var(--accent-color);
}
.map-iframe{
	width:100%;
	height:100%;
	min-height:558px;
	position:relative;
	overflow:hidden;
}
.map-iframe iframe{
	width:100%;
	height:calc(100% + 60px);
	position:absolute;
	left:0px;
	top:-60px;
}
.cl1-section{
	padding:120px 0 64px;
}
.cl1-section .btitle{
	margin-bottom:24px;
}
.cl1-section.inverse-section .text-content{
	color:#fff;
}
.cl1-section .row-offices-form{
	margin-top:0px;
	align-items:center;
}

.anim-content .word {
  display: inline-block;
  white-space: nowrap; /* Забороняє перенос букв на новий рядок */
}

.anim-content .char {
  color: rgba(255, 255, 255, 0.2); /* Початковий, тьмяний колір */
  transition: color 0.05s ease-in-out;
}

.anim-content .char.is-visible {
  color: rgba(255, 255, 255, 1); /* Кінцевий, яскравий колір */
}

body.blog,
body.single-post,
body.single-jobs{
	padding-top:88px;
}

#main-content:after{
	content:"";
	display:table;
	width:100%;
	clear:both;
}

#main-content{
	padding-bottom:80px;
}

#breadcrumbs {
	color:#585858;
	font-size:14px;
	line-height:20px;
	font-weight:500;
	margin-bottom:4px;
}
#breadcrumbs a{
	color:#585858;
	font-size:14px !important;
}
#breadcrumbs a:hover{
	color:#171717;
	text-decoration:underline;
}

#breadcrumbs .separator{
	    font-weight: 100;
    color: #CECECE;
    font-size: 20px;
    line-height: 20px;
    display: inline-block;
}
#breadcrumbs p{
	display:flex;
	flex-wrap:wrap;
	gap:15px;
}


#main-content #primary{
	margin:0px;
	padding:0;
}

.posts-list .ast-row,
.ast-related-posts-wrapper{
	margin-left:-20px !important;
	margin-right:-20px !important;
	display:flex;
	flex-wrap:wrap;
	margin-bottom:-40px;
}

.posts-list .ast-row > article,
.ast-related-posts-wrapper > article{
	padding:20px;
	margin-bottom:20px;
	width:50%;
	background:none;
}

.ast-blog-featured-section,
.ast-related-post-featured-section{
	margin-bottom:32px;
	background:#4B5565;
	
}

.ast-blog-featured-section .post-thumb,
.ast-related-post-featured-section .post-thumb{
	height:0px;
	padding-top:60.7%;
	position:relative;
	overflow:hidden;
}

.ast-blog-featured-section .post-thumb img,
.ast-related-post-featured-section .post-thumb img{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	object-fit:cover;
}

article .entry-header{
	margin-bottom: 16px !important;
    
}

article .entry-header .entry-meta{
	font-size: 18px;
    font-weight: 500;
    color: #475467;
}

.archive .entry-title, 
.blog .entry-title, 
.search .entry-title,
.ast-related-post-title{
	margin:16px 0;
}

.entry-title a{
	font-size:24px;
	text-transform:uppercase;
	font-weight:600;
	color:#171717;
	line-height:1.4;
	display:inline-block;
}

.entry-title a:hover{
	color:var(--accent-color);
}

.post-content>.cat-links, 
.post-content>.read-more, 
.post-content>.tags-links,
.job-item .read-more{
	margin:16px 0 0;
	text-transform:uppercase;
	font-weight:bold;
	font-size:16px;
	line-height:1.4;
}

.read-more a{
	color:var(--accent-color);
	display:inline-block;
	position:relative;
	padding-right:32px;
	line-height:24px;
	min-height:24px;
}

.read-more a:after{
	content:"";
	display:inline-block;
	width:24px;
	height:24px;
	background-color:currentColor;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% auto;
    mask-size: 100% auto;
    -webkit-mask-position: center;
    mask-position: center;
    transition: .3s;
	-webkit-mask-image: url(../img/ic-arrow-up-right.svg);
    mask-image: url(../img/ic-arrow-up-right.svg);
	position:absolute;
	right:0px;
	top:0px;
}

.read-more a:hover{
	color:var(--black-color);
}

.read-more a:hover:after{
	transform:rotate(45deg);
}

.ast-pagination {
  position: relative;
  max-width: 100%;
  width:100%;
  margin: 60px auto 20px;
  border-top:1px solid #CFCFCF;
  padding:20px 0;
}

.ast-pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.ast-pagination .prev.page-numbers {
  position: absolute;
  left: 0;
}

.ast-pagination .next.page-numbers {
  position: absolute;
  right: 0;
}
.ast-pagination .page-numbers.current,
.ast-pagination a.page-numbers:not(.next):not(.prev) {
  margin:2px 2px;
  text-decoration: none;
  width:40px;
  min-width:40px;
  height:40px;
  line-height:40px;
  text-align:center;
  color:#475467;
  font-size:14px;
  font-weight:500;
  border-radius:50%;
  transition:.3s;
}
.ast-pagination a.page-numbers:not(.next):not(.prev):hover,
.ast-pagination .page-numbers.current {
  background-color:#fff;
  color:#171717;
}

.ast-pagination .nav-links::before,
.ast-pagination .nav-links::after {
  content: "";
  width: 80px;
  flex-shrink: 0;
}

.ast-pagination .page-numbers.prev,
.ast-pagination .page-numbers.next {
  z-index: 1;
  display:inline-flex;
  gap:8px;
  align-items:center;
  font-weight:600;
  font-size:18px;
  color:#171717;
}
.ast-pagination .page-numbers.prev:hover,
.ast-pagination .page-numbers.next:hover{
	color:var(--accent-color);
}

.ast-separate-container .ast-article-post, 
.ast-separate-container .ast-article-single{
	padding:0px;
	background:transparent !important;
}

body.single-post #main-content{
	max-width:1112px;
}

.entry-meta-single {
	max-width:960px;
	margin:0 auto;
}
.entry-meta-single .text-content{
	max-width:720px;
	margin-left:auto;
	margin-right:auto;
}
.entry-meta-single .text-content {
	color:#475467;
}

body.single-post .entry-meta-single .post-thumb{
	width: 100%;
	height:0px;
    position: relative;
    margin-top: 64px;
    margin-bottom: -304px;
    padding-top: 50%;
    z-index: 2;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

body.single-post .entry-meta-single .post-thumb img{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

body.single-post #main .entry-content{
	padding:304px 120px 64px;
	background:#F1F1F1;
	
}

.entry-single-footer{
	clear:both;
	margin:24px 0 0;
	padding:24px 0 0;
	border-top:1px solid #CFCFCF;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	align-items: center;
	gap: 10px;
}

.entry-single-footer .copy-link {
	background: transparent;
	border: 1px solid #CFCFCF;
	padding: 9px 16px;
	border-radius: 8px;
	cursor: pointer;
	color:#171717;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	display:inline-flex;
	align-items:center;
	gap:8px;
	line-height:1.4;
	letter-spacing:0.05em;
}

.entry-single-footer .copy-link:hover{
	border-color:var(--accent-color);
}
.entry-single-footer .share-links{
	display:flex;
	gap:12px;
}
.entry-single-footer .share-links a {
	text-decoration: none;
	width:40px;
	height:40px;
	border-radius:8px;
	border:1px solid #CFCFCF;
	transition:.3s;
	padding:9px;
	color:#CFCFCF;
}
.entry-single-footer .share-links a .ic{
	width:20px;
	height:20px;
	background-color:currentColor;
}

.share-links a:hover {
	color: #171717;
	border-color:#171717;
}

.ast-single-related-posts-container{
	background:#F1F1F1;
}

.sb-conclusion{
	background:#F9FAFB;
	padding:32px;
	border-radius:16px;
	margin:48px 0;
	color:#475467;
	font-weight:500;
	font-size:18px;
}

.sb-conclusion .sb-conclusion__title{
	margin:0 0 20px;
	font-weight:600;
	font-size:30px;
	color:#171717;
}

.jobs1-section{
	background-color:#26272B;
}
.jobs-video video{
	width:100%;
	height:auto;
	margin-top:24px;
}
.jobs-gallery .row div[class*="col-"]{
	display:inline-flex;
	flex-direction:column;
}
.jobs-gallery .row div[class*="col-"]:not(.mt-0){
	margin-top:80px;
}

.jobs-gallery .row .v-align-top{
	justify-content:flex-start;
}
.jobs-gallery .row .v-align-middle{
	justify-content:center;
}

.jobs-gallery .row .v-align-bottom{
	justify-content:flex-end;
}

.jobs-values-section{
	background-color: #26272B;
}

.jobs-values-section .btitle{
	margin-bottom:24px;
}
.jobs-values-item{
	margin-top:40px;
	background:#4B5565;
	padding:24px;
}
.jobs-values-content{
	background-color:#26272B;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
	font-size:16px;
	padding:24px;
	height:100%;
	width:100%;
	text-align:center;
}
.jobs-values-content .title{
	font-weight:600;
	font-size:32px;
	margin-bottom:24px;
	text-transform:uppercase;
}

.jobs-values-content .text{max-width:508px;}

.jobs-values-item img{
	max-height:400px;
	width:100%;
	height:auto;
	object-fit:cover;
}

.jobs-values-items .jobs-values-item:nth-of-type(2n) .row{
	flex-direction: row-reverse;
}

.jobs-principles > div{
	margin-top:24px;
}

.jobs-principles-content{
	display:flex;
	flex-direction:column;
	flex-wrap:wrap;
	align-items:flex-start;
	width:100%;
	height:100%;
	background:#F1F1F1;
	padding:32px;
	font-size:16px;
}

.jobs-principles-content img{
	margin-bottom:16px;
}

.jobs-principles-content .title{
	font-size:20px;
	font-weight:600;
	text-transform:uppercase;
	line-height:1.4;
}

.jobs-principles-content .text{
	margin-top:16px;
}

.jobs-filter{
	width:380px;
	margin:0 auto;
}

#jobs-list.is-loading {
  animation: blink 1s infinite;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

#jobs-list{
	margin-top:80px;
}
.jobs-items{
	margin-bottom:-40px;
}
.jobs-items > .job-item{
	margin-bottom:40px;
}

.jobs-items > .job-item.job-featured{
	order:-1;
}

.job-item-inner{
	background:#E2E2E2;
	padding:32px;
	height:100%;
	display:flex;
	flex-direction:column;
	flex-wrap:wrap;
	min-height:195px;
	transition:.3s;
}
.jobs-items  .job-item-inner:hover{
	box-shadow:inset 0 0 15px rgba(0, 0, 0, 0.15);
}
.job-item .job-city{
	color:var(--accent-color);
	font-size:16px;
	margin-bottom:8px;
}
.job-item .title{
	text-transform:uppercase;
	color:#171717;
	font-size:24px;
	font-weight:600;
	margin-bottom:16px;
}
.job-item .title:hover{
	color:var(--accent-color);
}
.job-item .read-more{
	margin-top:auto;
}

.job-single-content{
	display:flex;
	flex-wrap:wrap;
	margin-left:-40px;
	margin-right:-40px;
	padding-bottom:40px;
}

.job-single-content .left-column{
	width:390px;
	padding:0 40px;
}

.job-single-content #primary{
	flex:1;
	padding:0 40px !important;
	border-left:1px solid #CFCFCF;
}

.job-sticky{
	position:sticky;
	top:120px;
	z-index:2;
	color:#171717;
}
.job-sticky h1{
	color:#171717;
	font-size:26px;
	line-height:1.2;
	font-weight:600;
	margin:0 0 32px;
	text-transform:none;
}
.job-meta{font-size:20px;}

.job-meta .job-meta-item{
	display:flex;
	flex-wrap:wrap;
	margin-bottom:16px;
	padding:0 0 8px;
}
.job-meta .job-meta-item span{
	flex:1;
	line-height:1.2;
}

.job-meta .job-meta-item .ic{
	min-width:24px;
	width:24px;
	height:24px;
	margin-right:17px;
	background:currentColor;
}

.ic-job-pin{
	-webkit-mask-image: url(../img/ic-job-pin.svg);
    mask-image: url(../img/ic-job-pin.svg);
}

.ic-job-work{
	-webkit-mask-image: url(../img/ic-job-work.svg);
    mask-image: url(../img/ic-job-work.svg);
}
.ic-job-users{
	-webkit-mask-image: url(../img/ic-job-users.svg);
    mask-image: url(../img/ic-job-users.svg);
}
.ic-job-date{
	-webkit-mask-image: url(../img/ic-job-date.svg);
    mask-image: url(../img/ic-job-date.svg);
}
.ic-cv{
	-webkit-mask-image: url(../img/ic-cv.svg);
    mask-image: url(../img/ic-cv.svg);
	width:24px;
	height:24px;
}
.job-sticky .button{
	margin-top:16px;
}

.job-single-text{
	font-size:18px;
	padding-bottom:40px;
	margin-bottom:40px;
	border-bottom:1px solid #CFCFCF;
}
.job-static-text{
	font-size:16px;
}

.job-single-content #primary h1,
.job-single-content #primary h2,
.job-single-content #primary h3,
.job-single-content #primary h4,
.job-single-content #primary h5,
.job-single-content #primary h6{
	color:#171717;
	font-weight:600;
	margin:0 0 24px;
	line-height:1.2;
}
.job-single-content #primary h2{
	font-size:24px;
}
.job-single-content #primary h3{
	font-size:20px;
}
.job-single-text ul,
.job-single-text ol,
.job-tab ul,
.job-tab ol{
	margin:0 0 24px;
	padding-left:32px;
}

.job-single-text ul:last-child,
.job-single-text ol:last-child,
.job-tab ul:last-child,
.job-tab ol:last-child{
	margin:0;
}

.job-block{
		padding-bottom:40px;
	margin-bottom:40px;
	border-bottom:1px solid #CFCFCF;
}

.job-block-inner{
	background:#F1F1F1;
	padding:24px;
}

#job-form .job-block-inner{
	padding:64px;
}

#job-form h2{
	font-size:32px !important;
	margin:0 0 32px !important;
}

#job-form .form-control {
    padding: 28px 24px;
    background: #E2E2E2 !important;
    border-color: #E2E2E2;
    width: 100%;
    border-radius: 0px;
}
.wpcf7-list-item{
	margin:0 0 16px;
}

.wpcf7-list-item label{
	font-size:14px;
	font-weight:500;
	margin:0;
}


 .custom-file-upload {
     border: 1px solid #E2E2E2;
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    text-transform: uppercase;
    padding: 27px 24px;
    cursor: pointer;
    background: #E2E2E2 !important;
    font-size: 16px;
	line-height:1.4;
    font-weight: 500;
    color: #171717;
    transition: background 0.3s;
	margin:0;
	height:80px;
    }
	.custom-file-upload .file-label-text{
		line-height:1.2;
	}
	
 .custom-file-upload .wpcf7-form-control-wrap{
	 flex:1;
 }
	
	.custom-file-upload input[type="file"] {
        display: none;
    }
	
	.custom-file-upload:hover {
    background: #d6d6d6 !important;
}

.file-label-text.selected {
    color: var(--accent-color);
    text-transform: none;
}

.wpcf7-list-item input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
  position: relative;
  width:16px;
  min-width:16px;
  height: 16px;
  border: 1px solid var(--accent-color);
  border-radius: 4px;
  cursor: pointer;
  margin-right:5px;
}


.wpcf7-list-item input[type="checkbox"] {
  background-color: #fff;
  border-color: var(--accent-color);
}


.wpcf7-list-item input[type="checkbox"]:checked {
  background-color: #fff;
 border-color: var(--accent-color);
}


.wpcf7-list-item input[type="checkbox"]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0) rotate(-45deg); 
  width: 10px;
  height: 5px;
  border-left:2px solid var(--accent-color);
  border-bottom:2px solid var(--accent-color);
  background-color: transparent;
  transition: transform 0.2s ease-in-out;
  margin-top:-1px;
}


.wpcf7-list-item input[type="checkbox"]:checked::before {
  transform: translate(-50%, -50%) scale(1) rotate(-45deg);
}

.job-block-contact{
	background:#EBEBEB;
	padding:32px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	gap:24px;
	font-size:20px;
	font-weight:600;
	line-height:1.8;
}

.job-block-contact .title{
	text-transform:uppercase;
	font-size:32px;
}
.job-block-contact .text a{
	color:var(--accent-color);
}
.job-block-contact .text a:hover{
	text-decoration:underline;
}

.job-tabs-wrap .nav-tabs{
	background:transparent;
}

.job-tabs-wrap  .nav-tabs li span{
	border-color:#E0E0E0;
	color:#171717
}
.job-tabs-wrap  .nav-tabs li:not(.current):hover span{
	color:var(--accent-color);
}

.job-tab {
	font-size:18px;
	line-height:1.8;
	padding:0 8px 8px;
}

.thankyou-section .row{
	align-items:flex-end;
}

.thankyou-section .text-text{
	text-transform:uppercase;
	margin-top:80px;
}
.thankyou-section .text-text  .h3{
	font-size:24px;
	font-weight:600;
	line-height:1.4;
	text-align:center;
	display:block;
}
.thankyou-section .text-text ul{
	margin:30px 0 0;
	padding:0;
	list-style-type:none;
	text-transform:uppercase;
    border-bottom: 1px solid #3D3D3D;
    width: 100%;
}
.thankyou-section .text-text li{
	display:flex;
	align-items:center;
	color:#E2E2E2;
	border-top:1px solid #3D3D3D;
	font-size:20px;
	line-height:1.55;
	padding:32px 0;
}
.thankyou-section .text-text ul a{
	display:block;
	color:#E2E2E2;
}
.thankyou-section .text-text li:after{
	content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    transform: rotate(45deg);
    position: relative;
    margin-left: 16px;
	transition:.3s;
}

.thankyou-section .text-text ul a:hover{
	color:var(--accent-color);
}
.thankyou-section .text-text li:hover:after{
	margin-left: 10px;
}

.single .entry-content .gallery .gallery-item >div{
	position:relative;
	height:0px;
	padding-top:100%;
}
.single .entry-content .gallery .gallery-item >div img{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	object-fit:cover;
}

@media (max-width:1199px){
	
}

@media (max-width:991px){
	
.chess-list .item, .srv-list .item,
.bl6-section .video-wrap{
	min-height:450px;
}
.chess-list .item .item-content, .srv-list .item .item-content{
	padding:32px;
}

.adv-list .text .col-6{
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.reviews-list .swiper-inner{
	min-height:unset;
}

.bl2-section .row{
	margin-left:-15px;
	margin-right:-15px;
	margin-bottom:-32px;
}
.bl2-section .row .col-4{
	padding-left:16px;
	padding-right:16px;
	padding-bottom:32px;
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

/* about responsive */
.ab1-section .row .col-6{
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.ab1-section .row .col-6:first-child{
	margin-bottom:40px;
	text-align:center;
}
.team-grid > .col-3{
	-ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
}

.years-list{
	padding-left:200px;
}
.years-list .item:before{
	left:-200px;
}

.maps-contact{
		position:static;
		width:100%;
	}
	
	.maps-tabs .nav-tabs {
    bottom: 0px;
    position: relative;
    z-index: 3;
    width: 100%;
    background: rgba(0,0,0,0.7);
}

.cl1-section .btitle{
	font-size:28px;
}
body.blog,
body.single-post,
body.single-jobs{
padding-top:80px;}

body.single-post #main .entry-content{
	padding:272px 16px 32px;
	margin-left:-16px;
	margin-right:-16px;
}

.jobs-gallery br,
.jobs-principles-content .title br{
	display:none;
}

.jobs-gallery .row div[class*="col-"]{
	margin-top:40px !important;
	justify-content: center !important;
}

.job-single-content{
	flex-direction:column;
	margin-left:0;
	margin-right:0;
}

.job-single-content .left-column{
	width:100%;
	padding:0 0 40px;
}

#main-content #primary{
	padding:0px !important;
	border:0px !important;
}

#job-form .job-block-inner{
	padding:32px 16px;
	margin-left:-16px;
	margin-right:-16px;
}

.jobs-vacancy-related .jobs-items > .job-item,
.jobs-principles-section .jobs-principles > div{
	    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.job-item-inner{
	padding:24px;
}

}

@media (max-width:767px){
	body{
		font-size:16px;
	}
	
	.button{
		font-size:14px !important;
	}
	
	.fs-18{
		font-size:16px;
	}
	
	h1, .btitle,
	.bl6-section .btitle{
		font-size:28px;
		line-height:1.15;
		margin-bottom:32px;
	}
	h1.btitle{
		margin-bottom:32px !important;
	}
	.button.mt-m{
		margin-top:32px;
	}
	.button.mt-l{
		margin-top:40px;
	}
	.intro-section h1{
		font-size:30px;
		line-height:1.1;
		margin: 0 0 16px !important;
	}
	.intro-section  .text-content{
		font-size:16px;
	}

	
	.white-popup-block{
		padding:30px 24px;
	}
	
	
	.white-popup-block .form-control{
		border-width:2px !important;
		background-color:#D9D9D9;
		height:50px;
		margin-bottom:8px;
	}
	
	.custom-select-toggle,
	.custom-select-options-wrap{
		border-width:2px;
		
	}
	.custom-option{
		font-size:18px;
	}
	
	
	.pt-xl{
		padding-top:60px;
	}
	.pb-xl{
		padding-bottom:60px;
	}
	.py-xl{
		padding-top:60px;
		padding-bottom:60px;
	}
	.row{
		margin-left:-16px;
		margin-right:-16px;
	}
	
	.row > [class*="col-"]{
		padding-left:16px;
		padding-right:16px;
	}
	.btitle br,
	.content-section .text-content br{
		display:none;
	}
	.intro-section .text-content{
		max-width:unset;
	}
	
	.chess-list .item .item-content, 
	.chess-list .item .item-img, 
	.srv-list .item .item-content, 
	.srv-list .item .item-img,
	.bl6-section .row .col-6,
	.adv-list .item .row .col-6,
	.row-offices-form > .col-6,
	.principles-list .col-6{
		    -ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.chess-list, 
	.srv-list,
	.adv-list,
	.brand-list,
	.reviews-list,
	.row-offices-form,
	.principles-list,
	.team-grid,
	.years-list,
	.maps-tabs{
		margin-top:40px;
	}
	
	.chess-list .item, 
	.srv-list .item{
		min-height:unset;
	}
	.chess-list .item + .item, 
	.srv-list .item + .item{
		margin-top:50px;
	}
	.chess-list .item .item-content, 
	.srv-list .item .item-content{
		padding:16px 0 0 !important;
	}
	
	.srv-list .item .title{
		max-width:unset;
	}
	
	.chess-list .item .title, 
	.srv-list .item .title,
	.adv-list .item .title,
	.reviews-list .review-text,
	.principles-list .item .title,
	.anim-text-section .anim-content{
	font-size:24px;
}
.chess-list .item .button,
.bl6-section .buttons{
	margin-top:16px;
}
.bl6-section .buttons .button{
	margin:16px 16px 0 0;
}
.chess-list .item .item-img,
.srv-list .item .item-img{
	order:-1;
	height:0px;
	padding-top:100%;
}
.chess-list .item .item-img img, 
.srv-list .item .item-img img{
	width:100%;
	max-width:100%;
}
.srv-list .item .item-content{
	padding-right:0px !important;
}
.srv-list .item .text a,
.thankyou-section .text-text li{
	font-size:18px;
	padding:16px 0;
}
	.bl6-section .video-wrap{
		min-height:unset;
		height:0px;
		padding-top:100%;
		margin-bottom:32px;
	}
	.adv-list{
		
	}
	.adv-list .item{
		padding:32px 16px;
		margin-left:-16px;
		margin-right:-16px;
	}
	.adv-list .item + .item{
		margin-top:0px;
	}
	
	.adv-list .item .title{
		padding-left:0px;
	}
	
	.adv-list .item .text{
		margin-top:32px;
		margin-bottom:-16px;
	}
	.adv-list .item .text p{
		margin-bottom:16px;
	}
	
	.brand-list .col-3{
		margin-bottom:32px;
		-ms-flex: 0 0 33.333%;
		flex: 0 0 33.333%;
		max-width: 33.333%;
	}
	
	.offices-wrap{
		padding:16px;
	}
	
	.office-tab .o-item,
	.maps-contact .o-item{
		padding:16px 0;
	}
	.office-tab .o-item:last-child{
		border-bottom: 1px solid #3D3D3D;
	}
	
	.nav-tabs li span{
		font-size:14px;
	}
	.reviews-list .review-name{
		font-size:16px;
	}
	
	.ab1-section,
.cl1-section	{
		padding-top:90px;
	}
	
	.principles-list{
		margin-bottom:-50px;
	}
	.principles-list .item{
		padding-bottom:-50px;
	}
	.team-grid{
		margin-bottom:-32px;
	}
	.team-grid > .col-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
	.team-grid .item{
		padding-bottom:32px;
	}
	    
	.team-grid .name{
		font-size:18px;
	}
	
	

.years-list{
	padding-left:100px;
}

.years-list .item:before{
	left:-100px;
	width:80px;
}

.years-list .item{
	flex-direction:column;
	padding:24px 0;
	font-size:16px;
	min-height:150px;
}
.years-list .item .year{
	font-size:24px;
	width:100%;
	margin-bottom:8px;
}

.cl1-section .row .col-6:first-child{
	text-align:center;
	margin-bottom:40px;
}

.posts-list .ast-row > article,
.ast-related-posts-wrapper > article{
	width:100%;
}

.ast-pagination .page-numbers.prev span, 
.ast-pagination .page-numbers.next span{
	display:none;
}

.entry-title a{
	font-size:20px;
}

body.single-post .entry-meta-single .post-thumb{
	margin-bottom:-92px;
}

body.single-post #main .entry-content{
	padding-top:64px;
}
	
.ast-pagination{
	margin-top:40px;
	margin-bottom:0px;
	padding-bottom:0px;
}
#main-content{
	padding-bottom:60px;
}
.job-single-content #primary h2{
	font-size:24px !important;
}
.job-block-contact .title{
	font-size:24px;
}

.jobs-gallery .row > div,
.jobs-values-item .col-6,
.jobs-items > .job-item{
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.jobs-gallery .row div[class*="col-"]{
	display:block;
}
.jobs-gallery img{width:100%;}
.jobs-gallery img.alignright,
.jobs-gallery img.alignleft{
	float:none;
	margin:0;
}

.jobs-values-items .jobs-values-item:nth-of-type(2n) .row {
    flex-direction: row;
}

.jobs-filter{
	width:100%;
}

#jobs-list{
	margin-top:40px;
}

.job-single-content{
	padding-bottom:0px;
}
.thankyou-section .text-text{
margin-top:60px;}

}

@media (max-width:520px){
	.offices-wrap .nav-tabs > li:first-child,
	.maps-tabs .nav-tabs > li:first-child{
		width:100%;
		min-width:100%;
	}
	    .brand-list .col-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
	
	    .team-grid > .col-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
	
	.entry-single-footer .copy-link{
		font-size:11px;
	}
	
}