/*
Theme Name: cityarteu
Author: support@goodwebstudio.com
Author URI: http://goodwebstudio.com/
Description: Wordpress Theme for City Art EU
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cityarteu
*/

@font-face {
	font-family: 'FuturaDemiC';
	src: url('fonts/FuturaDemiC.eot');
	src: local('fonts/Futura Demi Cyrillic'), local('fonts/FuturaDemiC'),
		url('fonts/FuturaDemiC.eot?#iefix') format('embedded-opentype'),
		url('fonts/FuturaDemiC.woff') format('woff'),
		url('fonts/FuturaDemiC.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'FuturaMediumC';
	src: url('fonts/FuturaMediumC.eot');
	src: local('fonts/Futura Medium Cyrillic'), local('fonts/FuturaMediumC'),
		url('fonts/FuturaMediumC.eot?#iefix') format('embedded-opentype'),
		url('fonts/FuturaMediumC.woff') format('woff'),
		url('fonts/FuturaMediumC.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'FuturaLightC';
	src: url('fonts/FuturaLightC.eot');
	src: local('fonts/Futura Light Cyrillic'), local('fonts/FuturaLightC'),
		url('fonts/FuturaLightC.eot?#iefix') format('embedded-opentype'),
		url('fonts/FuturaLightC.woff') format('woff'),
		url('fonts/FuturaLightC.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'FuturaBookC';
	src: url('fonts/FuturaBookC.eot');
	src: local('fonts/Futura Book Cyrillic'), local('fonts/FuturaBookC'),
		url('fonts/FuturaBookC.eot?#iefix') format('embedded-opentype'),
		url('fonts/FuturaBookC.woff') format('woff'),
		url('fonts/FuturaBookC.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'Acrom';
    src: url('fonts/Acrom-Regular.eot');
    src: url('fonts/Acrom-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Acrom-Regular.woff2') format('woff2'),
        url('fonts/Acrom-Regular.woff') format('woff'),
        url('fonts/Acrom-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Acrom-Medium';
    src: url('fonts/Acrom-Medium.eot');
    src: url('fonts/Acrom-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Acrom-Medium.woff2') format('woff2'),
        url('fonts/Acrom-Medium.woff') format('woff'),
        url('fonts/Acrom-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

html, body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body{
	color: #222;
	font-family: 'FuturaBookC';
}

@media screen and (min-width: 576px) and (max-width: 1365px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
		max-width: 96%;
	}
}

@media screen and (min-width: 1366px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
		max-width: 1300px;
	}
}

@media screen and (min-width: 1920px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
		max-width: 1600px;
	}
}

object{
	pointer-events: none;
}

h1, .h1, h2, .h2{
	font-size: 40px;
	text-transform: uppercase;
	font-family: 'Acrom-Medium';
}

h1.entry-title{
	margin-top: 35px;
	margin-bottom: 45px;
	text-align: center;
	font-family: 'Acrom';
	text-transform: none;
}

h1.entry-title::first-letter{
	color: #f46f0c;
}

h3, .h3{
	font-size: 21px;
}

h4, .h4{
	font-size: 21px;
}

h5, .h5{
	font-size: 19px;
}

h6, .h6{
	font-size: 18px;
}

a, a:link, a:visited, a:active{
	color: #222;
	text-decoration: underline;
}

a:hover, a:focus{
	text-decoration: none;
	color: #f46f0c;
}

a.phone,
a.email{
	text-decoration: none;
}

p{
	margin-bottom: 1.5em;
}
	
@media screen and (min-width: 992px){
	h1, .h1, h2, .h2{
		font-size: 3vw;
	}

	h1.entry-title{
		margin-top: 35px;
		margin-bottom: 65px;
		font-size: 48px;
	}
	
	h3, .h3{
		font-size: 24px;
	}
}

@media screen and (max-width: 576px){
	.row>*{
		padding-left: 20px;
		padding-right: 20px;
	}
}

#preloader{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #252525;
	z-index: 9998;
}

#loader {
	border: 12px solid #bbb; 
	border-top: 12px solid #f46f0c;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	animation: spin 1s linear infinite;

	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;

	z-index: 9999;
  }
  
  @keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
  }

/* ~~~~~~~~~~~~~~~~ HEADER ~~~~~~~~~~~~~~~~~ */

header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 20px 0;
	z-index: 9;
	transition: all .3s ease;
	background: #252525;
	color: #bbb;
}

header .phone a{
	color: #bbb;
}

.header-nav{
	display: flex;
    align-items: center;
    justify-content: flex-start;
	font-size: 14px;
	text-transform: uppercase;
	height: 100%;
}

.header-nav .text{
	display: none;
}

header .logo{
	text-align: center;
}

header .logo img{
	width: 165px;
}

header .logo p{
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 0;
}

header.sticky .logo p{
	font-size: 11px;
}

.header-contacts{
	display: none;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
}

.header-contacts .phone{
	margin-right: 14px;
    padding-bottom: 5px;
}

.phone a{
	text-decoration: none;
}

.lang-widget select{
	border: none;
    background: transparent;
    font-size: 15px;
}

.social a{
    display: inline-block;
    position: relative;
    width: 28px;
    height: 28px;
    margin: 0 25px 0 0;
}

.social a:last-child{
	margin-right: 0;
}

.social a::before {
    content: '';
    display: block;
    position: absolute;
    width: 28px;
    height: 28px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.social a.facebook::before {
    background-image: url(imgs/icon-facebook.svg);
}

.social a.facebook:hover::before {
    background-image: url(imgs/icon-facebook_color.svg);
}

.social a.instagram::before {
    background-image: url(imgs/icon-instagram.svg);
}

.social a.instagram:hover::before {
    background-image: url(imgs/icon-instagram_color.svg);
}

.social a.linkedin::before {
    background-image: url(imgs/icon-linkedin.svg);
}

.social a.linkedin:hover::before {
    background-image: url(imgs/icon-linkedin_color.svg);
}


.social a.telegram::before {
    background-image: url(imgs/icon-telegram-plane.svg);
}

.social a.telegram:hover::before {
    background-image: url(imgs/icon-telegram-plane_color.svg);
}

.social a.whatsapp::before {
    background-image: url(imgs/icon-whatsapp.svg);
}

.social a.whatsapp:hover::before {
    background-image: url(imgs/icon-whatsapp_color.svg);
}

/* ~~~ NAV ~~~ */

.header-nav .nav-toggler{
	cursor: pointer;
}

.header-nav .nav-toggler .icon-bar{
	width: 36px;
	height: 3px;
	margin-bottom: 7px;
	background-color: #929191;
	transition: all .3s ease;
}

.header-nav .nav-toggler .icon-bar:nth-child(2){
	background-color: #f46f0c;
}

.header-nav .nav-toggler:hover .icon-bar{
	background-color: #f46f0c;
}

.header-nav .nav-toggler:hover .icon-bar:nth-child(2){
	background-color: #929191;
}

.header-menu-wrapper{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100vh;
	background: #252525;
	text-align: center;
    padding: 160px 20px 35px;
}

.close{
	content: '';
	position: absolute;
	width: 27px;
	height: 28px;
	background: url('imgs/close.png') 0 0 no-repeat;
	border: 0;
	outline: none;
	box-shadow: none;
	z-index: 11;
	cursor: pointer;
}

.header-menu-wrapper .close{
	left: 50%;
	margin-left: -13px;
	top: 75px;
}

.header-menu-wrapper .menu-item a{
	color: #fff;
	font-size: 32px;
	font-family: 'Acrom';
	text-decoration: none;
	display: inline-block;
    padding: .1em 1.5em;
	position: relative;
	
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: linear-gradient(to right, #f46f0c, #f46f0c 50%, #fff 50%);
	background-size: 200% 100%;
	background-position: 100%;
	transition: all 0.6s ease-in-out;
}

.header-menu-wrapper .menu-item a:hover,
.header-menu-wrapper .menu-item a:focus,
.header-menu-wrapper .menu-item a:active,
.header-menu-wrapper .menu-item a.active,
.header-menu-wrapper .current-menu-item a,
.header-menu-wrapper .current-page-ancestor a{
	 background-position: 0%;
}

.mobile-contacts{
	background: #252525;
	color: #bbb;
	display: flex;
    justify-content: space-around;
	align-items: center;
	padding: 10px;
	position: fixed;
	bottom: 0;
	left: 0;
    width: 100%;
    z-index: 11;
}

.mobile-contacts a{
	color: #bbb;
	text-decoration: none;
}

.mobile-contacts .social{
	display: flex;
    align-items: center;
}

@media screen and (min-width: 992px){	
	header{
		padding: 20px 0 15px;
	}

	.header-menu-wrapper{
		top: 91px;
		height: calc(100vh - 91px);
	}
	
	header.sticky .header-menu-wrapper{
		top: 74px;
		height: calc(100vh - 74px);
	}

	.header-menu-wrapper .close{
		top: 100px;
	}

	.header-nav .text{
		display: block;
		margin-left: 12px;
	}

	header .logo p{
		font-size: 14px;
	}

	header .logo img{
		width: 257px;
	}

	header.sticky{
		padding: 14px 0;
	}

	header.sticky .logo img{
		width: 185px;
	}

	.header-contacts{
		display: flex;
	}

	.social a{
		width: 20px;
		height: 20px;
		margin: 0 12px 0 0;
	}
	
	.social a::before {
		width: 20px;
		height: 20px;
	}

	.mobile-contacts{
		display: none;
	}
}

/* ~~~~~~~~~~~~~~~~ END OF HEADER ~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~ CONTENT ~~~~~~~~~~~~~~~~~ */

.section{
	position: relative;
}

section .entry{
	font-size: 16px;
}

section h2,
footer h2{
	position: relative;
	margin-bottom: 35px;
}

.entry-content{
	font-size: 18px;
	margin-bottom: 45px;
}

.entry-content h2{
	font-family: 'Acrom';
	text-transform: none;
	margin-bottom: 30px;
}

@media screen and (min-width: 992px){
	#content{
		padding-top: 91px;
	}

	.entry-content{
		font-size: 21px;
		margin-bottom: 60px;
	}
}

/* ~~~~~~~ */

.btn-wrapper{
	display: inline-block;
	position: relative;
}

.btn, a.btn,
.btn:visited, a.btn:visited{
	display: inline-block;
	border: none;
	text-decoration: none;
	letter-spacing: 0;
	padding: 12px 25px;
	border-radius: 0;
	font-family: 'Acrom-Medium';
	font-size: 18px;
	outline: none;
	position: relative;
	z-index: 1;
}

.btn-primary{
	position: relative;
	background: #f46f0c;
	color: #fff!important;
	text-transform: uppercase;
	border-radius: 10px;
	padding: 16px 90px 15px;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus{
	background: #252525;
	border: none;
}

.btn-primary.disabled,
.btn-primary:disabled{
	background: #2b2b2b;
}

a.readmore{
	display: inline-block;
	position: relative;
	font-size: 18px; 
	text-decoration: none;
	border-bottom: 1px solid;
	line-height: 1;
	color: #222;
}

a.readmore:hover{
	border-color: transparent;
}

a.readmore::after{
	content: '>>';
	position: absolute;
	right: -20px;
	top: 2px;
	animation: animascroll_horizontal 1.5s infinite;
}

@keyframes animascroll_horizontal{0%{opacity:1;transform:translateX(0)}50%{opacity:1;transform:translateX(30px)}100%{opacity:0;transform:translateX(30px)}}

.breadcrumbs{
	font-size: 14px;
	margin-top: 25px;
}

.breadcrumbs a{
	color: #f46f0c;
}

.branded-title{
	font-family: 'Acrom-Medium';
	font-size: 20px;
	padding-left: 67px;
	position: relative;
}

.branded-title .first-letter{
    display: flex;
    position: absolute;
    left: 0;
    top: -9px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 3px solid #f46f0c;
    font-size: 18px;
    color: #929191;
    align-content: center;
    justify-content: center;
    padding-top: 9px;
	font-family: 'FuturaDemiC';
}

.wrap-dashed{
	position: relative;
}

.wrap-dashed::after{
	content: '';
    position: absolute;
    left: 42px;
    top: 50px;
    width: 1px;
    height: 78%;
    border-left: 1px dashed #929191;
}

.wrap-dashed-content{
	padding-left: 67px;
	margin-top: 35px;
	font-size: 20px;
}

.wrap-dashed-content .item{
	margin-bottom: 20px;
}

.wrap-dashed-content h3{
	color: #f46f0c;
	font-size: 20px;
	font-weight: 400;
}

.default-margin,
.big-margin{
	height: 45px;
}

.entry-content ul,
.wrap-dashed-content ul{
	margin: 0 0 35px 0;
	padding: 0;
	list-style: none;
}

.entry-content ul li,
.wrap-dashed-content ul li{
	position: relative;
	padding-left: 25px;
}

.entry-content ul li::before,
.wrap-dashed-content ul li::before{
	content: '';
	position: absolute;
	top: 10px;
	left: 3px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #f46f0c;
}

.page-body{
	margin-top: 84px;
}

.page-body .container .row:not(.team-wrapper):nth-child(even) > div:first-child{
	order: 2;
}

.page-body .container .row:not(.team-wrapper):nth-child(even) > div:last-child{
	order: 1;
}

.info-row{
	margin-bottom: 45px;
}

@media screen and (min-width: 992px) {
	.page-body{
		margin-top: 0;
	}

	.branded-title{
		font-size: 24px;
	}

	.wrap-dashed::after{
		left: 33px;
	}

	.wrap-dashed-content{
		font-size: 24px;
	}

	.wrap-dashed-content h3{
		font-size: 24px;
	}

	.entry-content ul li::before,
	.wrap-dashed-content ul li::before{
		top: 14px;
	}

	.default-margin{
		height: 90px;
	}

	.big-margin{
		height: 120px;
	}

	.info-row{
		margin-bottom: 80px;
	}

	.page-body .container .row:not(.team-wrapper):nth-child(even) > div:first-child{
		order: 1;
	}
	
	.page-body .container .row:not(.team-wrapper):nth-child(even) > div:last-child{
		order: 2;
	}
}

/* ~~~ UTP ~~~ */

#utp{
	margin-top: 84px;
}

.slider-content-wrapper{
	position: absolute;
	width: 100%;
	top: 91px;
	left: 0;
	z-index: 3;
}

.slider-content-wrapper .slider-content{
	position: relative;
	color: #fff;
}

.slider-content-wrapper .slider-content h2{
	text-transform: none;
	margin-top: 22vh;
	font-size: 40px;
}

.utp-slider,
.utp-slider .slide-a{
	height: calc(100vh - 139px);
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.utp-slider .slide-a::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f46f0c;
	opacity: .4;
	mix-blend-mode: multiply;
	z-index: 1;
}

.utp-slider .slide-a::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .25;
	z-index: 2;
}

.utp-slider .slide-b{
	display: none;
}

.utp-slider .slick-dots{
	position: relative;
	z-index: 3;
	bottom: 12vh;
	max-width: 1300px;
    width: 100%;
    margin: 0 auto;
	padding-left: 10px;
}

.scroll-down{
	display: none;
}

@media screen and (min-width: 992px){

	#utp{
		margin-top: 0;
	}

	.slider-content-wrapper .slider-content h2{
		margin-top: 200px;
		max-width: 580px;
		font-size: 56px;
	}

	.utp-slider,
	.utp-slider .slide-a{
		height: auto;
	}
	
	.utp-slider .slide-a::before{
		width: 50%;
	}
	
	.utp-slider .slide-b{
		display: block;
		position: relative;
		z-index: 4;
		float: right;
		right: -18px;
		bottom: -150px;
	}
	
	.utp-slider .slick-list{
		padding-bottom: 175px;
	}

	.utp-slider .slick-dots{
		bottom: 280px;
	}
	
	.scroll-down{
		display: block;
		position: absolute;
		z-index: 4;
		bottom: 105px;
		left: 50%;
		margin-left: -13px;
		width: 26px;
		height: 38px;
		background: url('imgs/scroll-icon.png') no-repeat 0 0;
	}

	.scroll-down::after{
		content: '';
		font-family: 'FuturaMediumC';
		display: block;
		transform: rotate(90deg);
		position: absolute;
		bottom: -15px;
		left: 50%;
		margin-left: -7px;
		width: 14px;
		height: 16px;
		background: url('imgs/arrows-bottom.png') no-repeat 0 0;
		color: #fff;
		animation: animascroll_vertical 1.5s infinite;
	}

	@keyframes animascroll_vertical{0%{opacity:1;transform:translateY(0)}50%{opacity:1;transform:translateY(30px)}100%{opacity:0;transform:translateY(30px)}}
}

/* ~~~ ABOUT ~~~ */

#about{
	margin-top: 70px;
}

#about h2{
	text-align: center;
	margin-bottom: 60px;
	line-height: 1;
}

#about .entry{
	font-size: 24px;
}

.about-photo-wrapper{
	position: relative;
}

.about-photo{
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 350px;
}

.we-make-wrapper{
	margin-top: 60px;
}

.we-make-wrapper .item{
	text-align: center;
	width: 50%;
	float: left;
	margin-bottom: 35px;
}

.we-make-wrapper .item .circle{
	position: relative;
	width: 94px;
	height: 94px;
	border-radius: 50%;
	border: 3px solid #f36f0b;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	transition: all .3s ease;
	margin: 0 auto 12px;
}

.we-make-wrapper .item .circle span{
	position: relative;
	z-index: 2;
	font-family: 'FuturaDemiC';
	font-size: 24px;
	color: #fff;
	transition: all .3s ease;
}

.we-make-wrapper .item .text{
	font-size: 18px;
	font-family: 'FuturaMediumC';
	line-height: 1.2em;
}

.page-anchors{
	background: #252525;
	padding: 40px 0 30px;
	margin: 0 0 50px;
	text-align: center;
}

.team{
	background: #252525;
	margin-top: 70px;
	padding: 45px 0 60px;
	color: #fff;
}

.team-wrapper{
	margin-top: 45px;
}

.team-wrapper .item{
	text-align: center;
	margin-bottom: 40px;
}

.team-wrapper .item h3{
	font-family: 'Acrom-Medium';
	font-size: 18px;
	text-transform: uppercase;
	width: 230px;
	margin: 25px auto 15px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #fff;
}

.team-wrapper .item .position{
	font-family: 'FuturaMediumC';
	font-size: 18px;
}

.manufacturing{
	margin-top: 60px;
}

@media screen and (min-width: 992px){
	#about{
		margin-top: -80px;
	}
	
	#about .entry{
		font-size: 20px;
	}
	
	#about a.readmore{
		transform: rotate(90deg);
		margin-top: 170px;
	}

	.about-photo{
		height: 400px;
	}
	
	.we-make-wrapper{
		margin-top: 50px;
		position: relative;
		height: 300px;
		background: url('imgs/half-circle.png') no-repeat 50% 0;
	}
	
	.we-make-wrapper .item{
		position: absolute;
		width: 164px;
		transition: all .3s ease;
		float: none;
		margin-bottom: 0;
	}
	
	.we-make-wrapper .item:nth-child(1){top: 120px; left: 21px;}
	.we-make-wrapper .item:nth-child(1):hover{top: 100px;}
	
	.we-make-wrapper .item:nth-child(2){top: -5px; left: 210px;}
	.we-make-wrapper .item:nth-child(2):hover{top: -25px;}
	
	.we-make-wrapper .item:nth-child(3){top: -5px; right: 210px;}
	.we-make-wrapper .item:nth-child(3):hover{top: -25px;}
	
	.we-make-wrapper .item:nth-child(4){top: 120px; right: 21px;}
	.we-make-wrapper .item:nth-child(4):hover{top: 100px;}
	
	.we-make-wrapper .item:hover{
		cursor: pointer;
	}
	
	.we-make-wrapper .item .circle{
		width: 50px;
		height: 50px;
		margin: 0 auto 36px;
	}
	
	.we-make-wrapper .item:hover .circle{
		width: 94px;
		height: 94px;
		margin: 0 auto 12px;
	}
	
	.we-make-wrapper .item .circle::before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		width: 44px;
		height: 44px;
		border-radius: 50%;
		background: #fff;
		transition: all 1.5s ease;
		opacity: 1;
	}
	
	.we-make-wrapper .item:hover .circle::before{
		opacity: 0;
	}
	
	.we-make-wrapper .item .circle span{
		font-size: 18px;
		color: #929191;
	}
	
	.we-make-wrapper .item:hover .circle span{
		font-size: 24px;
		color: #fff;
	}

	.about-page .entry-content{
		margin-bottom: 70px;
	}

	.page-anchors{
		margin: 0 0 90px;
	}

	.team{
		margin-top: 140px;
		padding: 60px 0 100px;
	}

	.team-wrapper{
		margin-top: 50px;
	}

	.team-wrapper .item{
		margin-bottom: 0;
	}

	.manufacturing{
		margin-top: 120px;
	}
}

/* ~~~ PROJECTS ~~~ */

#projects, #products{
	background: #252525;
	color: #fff;
	padding-top: 70px;
	margin-top: 35px;
}

.projects-page #projects{
	padding-bottom: 30px;
	margin-bottom: 50px;
}

.projects-filter-wrapper{
	margin-bottom: 40px;
}

.nav-styled ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-styled ul li{
	font-size: 18px;
	margin-bottom: 20px;
}

.nav-styled ul li a,
.projects-filter-wrapper a{
	color: #fff;
}

.projects-filter-wrapper a:hover{
	color: #f46f0c;
}

.projects-wrapper,
.products-wrapper{
	display: flex;
    flex-wrap: wrap;
}
.products-wrapper{
	width: 100%;
	padding: 0 10px;
	justify-content: space-between;
}

/* projects styles */
.projects-wrapper .item,
.products-wrapper .item{
	margin: 0 0 25px;
	overflow: hidden;
	position: relative;
}
.products-wrapper .item{
	max-width: 32%;
	flex: 1 0 auto;
	cursor: pointer;
	margin: 0 auto;
}
/* .products-wrapper.subcategories{
	justify-content: center;
}
.products-wrapper.subcategories .item{
	max-width: 48%;
	margin: 0 auto;
} */

.projects-wrapper .item::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f46f0c;
	opacity: .3;
	mix-blend-mode: multiply;
	transition: all .3s ease;
}
.products-wrapper .item::before{
	background: transparent;
}
.products-wrapper .item a{
	height: 100%;
	width: 100%;
	display: block;
	position: relative;
}
.products-wrapper .item h2{
	display: block;
	width: 100%;
	font-size: 25px;
	text-align: center;
	color: #fff;
	text-decoration: none !important;
	margin-top: 25px;
}
.products-wrapper .item:hover h2{
	color: #f46f0c;
	text-decoration: none !important;
}

.projects-wrapper .item:hover::before{
	background: #000;
	opacity: .75;
	mix-blend-mode: unset;
	transition: all .3s ease;
}
.products-wrapper .item a::before{
	display: block;
	content: '';
	position: relative;
}
.products-wrapper .item a:hover::before{
	content: '';
	margin: auto;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .75;
	mix-blend-mode: unset;
	transition: all .3s ease;
}

.projects-wrapper .item img,
.products-wrapper .item img{
	width: 100%;
}
.products-wrapper .item img{
	height: 600px;
	object-fit: cover;
}
.projects-wrapper .item .description{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	color: #fff;
	padding: 0 35px;
}

.projects-wrapper .item .descr-list::after{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	border-right: 1px dashed #fff;
	z-index: 3;
}

.projects-wrapper .item .description a{
	color: #fff;
}

.projects-wrapper .item .description a.readmore{
	opacity: 0;
}

.projects-wrapper .item .description a.readmore::after{
	top: 2px;
}

.projects-wrapper .item:hover .description a.readmore{
	opacity: 1;
}

.projects-wrapper .item .description h2{
	font-family: 'Acrom';
	font-size: 32px;
	text-align: center;
	transition: all .3s ease;
	margin-bottom: 0;
	text-transform: none;
}

.projects-wrapper .item .description:hover h2{
	font-size: 22px;
}

#projects.related-projects{
	padding: 30px 0;
	margin-bottom: 50px;
}

#projects.related-projects > h2{
	text-align: center;
	font-size: 26px;
	font-family: 'Acrom';
	text-transform: none;
}

.descr-list{
	display: none;
	width: 100%;
	margin: 20px auto 35px;
	transition: all .3s ease;
	position: relative;
	font-size: 18px;
}

.projects-wrapper .item .descr-list .row .col-6{
	margin-bottom: 4px;
}

.projects-wrapper .item .descr-list .row .col-6:nth-child(even){
	padding-left: 30px;
}

.projects-wrapper .item:hover .descr-list{ 
	display: block;
}
/* end projects styles */
/* products styles */
.products-page #contacts{
	margin: 50px auto;
}

/* for custom posts block content */
.image-text-block {
	display: flex;
	justify-content: space-between;
    align-items: flex-start;
	gap: 30px;
	margin-bottom: 40px;
	padding: 30px 0;
	flex-wrap: wrap;
}
.image-text-block .image img {
	max-width: 100%;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
.image-text-block .text,
.image-text-block .image {
	max-width: 48%;
	width: 50%;
	max-height: 350px;
	overflow: hidden;
}
.image-text-block .image {
	border-radius: 8px;
}
.image-text-block.left .image { order: 1; }
.image-text-block.left .text  { order: 2; }
.image-text-block.right .text { order: 1; }
.image-text-block.right .image { order: 2; }
@media screen and (max-width: 768px) {
	.products-wrapper{
		flex-direction: column;
		flex-wrap: wrap;
	}
	.products-wrapper .item{
		max-width: 80%;
		width: 80%;
	}
	.products-wrapper .item img{
		height: 450px;
	}
	.image-text-block{
		flex-direction: column;
	}
	.image-text-block .text, 
	.image-text-block .image{
		width: 100%;
		max-width: 100%;
	}
	.image-text-block.left .text{
		 order: 1;
	}
	.image-text-block.left .image{
		order: 2;
	}
}
@media screen and (max-width: 425px) {
	.products-wrapper .item{
		max-width: 90%;
		width: 90%;
	}
}

/* end products styles */


.project-body .descr-list-wrapper{
	margin: 40px 0;
	padding: 25px 0;
	border-top: 1px solid #929191;
	border-bottom: 1px solid #929191;
	font-size: 18px;
	font-family: 'FuturaMediumC';
}

.project-body .descr-list-wrapper .descr-list{
	display: block;
	line-height: 1.25;
}

.project-body .descr-list-wrapper .descr-list .col-6:nth-child(even){
	margin-bottom: 10px;
}

.project-body .descr-list .row .col-6:nth-child(odd)::first-letter{
	color: #f46f0c;
}

.to-filters{
	float: right;
    padding-right: 20px;
}

.to-filters a.readmore{
	color: #fff;
	margin-top: 30px;
}

.to-filters a.readmore::after{
	animation: animascroll_vertical_top 1.5s infinite;
	font-family: Courier;
    letter-spacing: -1px;
	font-weight: bold;
	font-size: 16px;
}

@keyframes animascroll_vertical_top{0%{opacity:1;transform:translateY(0) rotate(-90deg)}50%{opacity:1;transform:translateY(-30px) rotate(-90deg)}100%{opacity:0;transform:translateY(-30px) rotate(-90deg)}}

@media screen and (min-width: 992px) {
	#projects{
		padding-top: 100px;
		margin-top: 0;
	}

	.projects-page #projects{
		padding-bottom: 60px;
		margin-bottom: 100px;
	}
	
	.projects-filter-wrapper{
		margin-bottom: 0;
	}
	
	.projects-wrapper .item .description h2{
		font-size: 2.7vw;
	}

	.projects-wrapper .item .description:hover h2{
		font-size: 32px;
	}

	.descr-list{
		width: 420px;
	}
	
	.nav-styled ul li{
		display: inline-block;
		margin-right: 40px;
	}
	
	.nav-styled ul li a{
		position: relative;
		display: inline-block;
		padding-bottom: 15px;
		text-decoration: none;
	}
	
	.nav-styled ul li a:hover{
		color: #fff;
	}
	
	.nav-styled ul li a::after{
		content: '';
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -5px;
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background: #bbb;
		transition: all .3s ease;
	}
	
	.nav-styled ul li a.active::after,
	.nav-styled ul li a:hover::after{
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		margin-left: 0;
		width: 100%;
		height: 4px;
		border-radius: 0;
		background: #f46f0c;
	}
	
	.projects-wrapper{
		margin-top: 30px;
	}
	
	.projects-wrapper .item{
		width: 49%;
		margin: 0 0 2%;
	}

	.projects-wrapper .item:nth-child(even){
		margin-left: 2%;
	}

	.to-filters{
		float: none;
		padding-right: 0;
	}
	
	.to-filters a.readmore{
		float: right;
	}

	#projects.related-projects{
		padding: 50px 0 60px;
		margin-bottom: 100px;
	}

	#projects.related-projects > h2{
		font-size: 32px;
		margin-bottom: 55px;
	}

}

/* ~~~ Technology ~~~ */

#technology{
	background: #252525;
	color: #fffefe;
	padding-top: 90px;
	padding-bottom: 170px;
}

#technology .description{
	font-size: 20px;
	line-height: 1.3;
    max-width: 70%;
}

.technology-carousel{
	position: relative;
	margin-top: 25px;
}

.technology-carousel::before{
	content: '';
	position: absolute;
	top: 39%;
	left: 0;
	width: 100%;
	height: 1px;
	border-top: 2px dashed #919191;
}

.technology-carousel .item{
	position: relative;
	text-align: center;
}

.technology-carousel .item p{
	font-size: 18px;
	font-family: 'Acrom-Medium';
	text-transform: uppercase;
	margin: 25px auto 0;
	width: 220px;
}

.technology-carousel .item .img{
	position: relative;
	border-radius: 50%;
	position: relative;
	width: 220px;
	height: 220px;
	margin: 0 auto;
	text-align: center;
}

.technology-carousel .item .img:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #f46f0c;
	opacity: .3;
	mix-blend-mode: multiply;
	transition: all .3s ease;
}

.technology-carousel .item .img:hover:before{
	background: #000;
	opacity: .5;
	mix-blend-mode: unset;
}

.technology-carousel .item .img a{
	font-size: 18px;
	font-family: 'FuturaMediumC';
	line-height: 1;
	position: absolute;
	z-index: 1;
	width: 100%;
	left: 0;
	top: 50%;
	margin-top: -9px;
	color: #fff;
	transition: all .3s ease;
}

.technology-carousel .item .img:hover a{
	opacity: 1;
}

.technology-carousel .item img{
	border: 2px solid #f15f09;
	border-radius: 50%;
	width: 220px;
	height: 220px;
}

.technology-carousel .slick-dots{
	left: 0;
	bottom: -80px;
	text-align: center;
}

@media screen and (min-width: 992px) {
	#technology{
		padding-top: 180px;
		padding-bottom: 140px;
	}

	#technology .description{
		font-size: 24px;
		margin-top: 40px;
		width: auto;
	}

	.technology-carousel{
		margin-top: 0;
	}

	.technology-carousel .item .img a{
		opacity: 0;
	}

	.technology-carousel .slick-dots{
		left: -34%;
		bottom: 0;
		text-align: left;
	}

	.technologies-page .container .info-row:nth-child(even) > div:first-child{
		order: 2!important;
	}

	.technologies-page .container .info-row:nth-child(even) > div:last-child{
		order: 1!important;
	}
}

#clients{
	padding-top: 90px;
	padding-bottom: 100px;
}

.clients-items{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
} 

.clients-items .item{
	width: 50%;
	padding: 10px;
	text-align: center;
}

.clients-items .item img{
	filter: grayscale(1);
	transition: all .3s ease;
}

.clients-items .item img:hover{
	filter: grayscale(0);
}

#clients a.readmore{
	margin-top: 45px;
    float: right;
    margin-right: 50px;
}

@media screen and (min-width: 992px){
	#clients .readmore{
		transform: rotate(90deg);
		margin-top: 90px;
		width: max-content;
	}
	
	.clients-items .item{
		width: 25%;
	}

	#clients a.readmore{
		margin-top: 0;
		float: none;
		margin-right: 0;
	}
}

#contacts .entry{
	font-size: 18px;
	line-height: 1.2em;
	max-width: 70%;
}

#contacts .contact-form{
	max-width: 780px;
	margin: 0 auto;
}

.contacts-page .contact-form{
	margin-top: 30px;
}

.entry-big .entry-content{
	font-size: 20px;
}

.map p{
	margin: 0;
}

@media screen and (min-width: 992px){
	#contacts .entry{
		font-size: 24px;
		max-width: 240px;
	}

	.entry-big .entry-content{
		font-size: 24px;
	}

	.contacts-page .contact-form{
		margin-top: 0;
	}
}
	
/* ~~~ FOOTER
~~~ */

footer{
	position: relative;
	background: #252525;
    color: #bbb;
	padding: 70px 0 85px;
	font-size: 16px;
	text-align: center;
	margin-top: 50px;
}

footer a{
	color: #bbb!important;
	text-decoration: none!important;
}

footer .copyright{
	font-size: 16px;
	font-family: 'FuturaMediumC';
	margin-top: 10px;
	margin-bottom: 35px;
}

footer .messengers{
	display: none;
}


@media screen and (min-width: 992px){
	footer{
		font-size: 20px;
		margin-top: 100px;
		text-align: left;
		padding: 50px 0 25px;
	}

	footer .logo img{
		width: 234px;
	}

	footer .copyright{
		margin-bottom: 0;
	}
	
	footer .messengers{
		display: block;
		margin-top: 10px;
	}
}

/* ~~~ FORM STYLES ~~~ */

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]), textarea{
	padding: 5px 3px 7px;
	box-shadow: none;
	display: inline-block;
	margin-bottom: 25px;
	width: 100%;
	border: 0;
	border-bottom: 1px solid #929191;
	color: #222;
	border-radius: 0;
	background: #fff;
	outline: none;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus, textarea:focus{
	border: 0;
	border-bottom: 1px solid #f46f0c;
}

input[type="submit"]{
	border: 0!important;
}

textarea{
	min-width: 100%;
	width: 100%;
	max-width: 100%;
	min-height: 37px;
	height: 37px;
	max-height: 150px;
}

::-webkit-input-placeholder{color: #000;}
::-moz-placeholder{color: #000;}
:-moz-placeholder{color: #000;}
:-ms-input-placeholder{color: #000;}

:focus::-webkit-input-placeholder{color: transparent}
:focus::-moz-placeholder {color: transparent}
:focus:-moz-placeholder{color: transparent}
:focus:-ms-input-placeholder{color: transparent}

@media screen and (min-width: 992px) {
	.inputs-row{
		display: flex;
		justify-content: space-between;
	}
	
	.inputs-row .item{
		padding: 0 15px;
		width: 100%;
	}
	
	.inputs-row .item:first-child{
		padding-left: 0;
	}
	
	.inputs-row .item:last-child{
		padding-right: 0;
	}
}

/* ~~~ SLICK THEME.CSS HERE ~~~ */

/* Arrows */
.slick-prev,
.slick-next{
	font-size: 0;
    line-height: 0;
    position: absolute;
    top: 55%;
    width: 33px;
	height: 16px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
	z-index: 1;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover::before,
.slick-prev:focus::before,
.slick-next:hover::before,
.slick-next:focus::before{
    opacity: 1;
}

.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before{
    opacity: .6;
	filter: grayscale(1);
}

.slick-prev::before,
.slick-next::before{
    content: '';
	display: block;
	position: absolute;
	width: 33px;
	height: 16px;
	top: 0;
	left: 0;
	background-image: url(imgs/arrow.svg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev::before{
	transform: scale(-1,1);
}

.slick-prev{
	left: 10px;
}

.slick-next{
    right: 10px;
}

.slick-slide img{
	margin: 0 auto;
}

@media screen and (min-width: 992px){	
	.slick-prev,
	.slick-next{
		top: 50%;
	}
	
	.slick-prev{
		left: -15px;
	}

	.slick-next{
		right: -15px;
	}
}

/* Dots */

.slick-dots{
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
}

.slick-dots li{
    position: relative;
    display: inline-block;
    margin: 0 8px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 9px;
    height: 9px;
	padding: 5px;
	border-radius: 50%;
    cursor: pointer;
    border: 0;
    outline: none;
    background: #bbb;
	transition: all .3s ease;
}

.slick-dots li button:hover{
    background: #9b9b9b;
}

.slick-dots li.slick-active button{
    width: 80px;
	height: 5px;
	border-radius: 0;
	background: #f46f0c;
	padding: 0;
}


@media screen and (min-width: 992px){
}

/* ~~~ CUSTOM ACCEPTANCE ~~~ */

.wpcf7-acceptance{
	display: inline-block;
	font-size: 15px;
	margin-bottom: 20px;
	text-align: left;
}

.wpcf7-acceptance span.wpcf7-list-item{
	margin: 0;
}

.custom-checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.wpcf7-acceptance label{
	font-size: 14px;
	display: inline-flex;
	align-items: top;
	user-select: none;
}

.wpcf7-acceptance label::before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	flex-shrink: 0;
	flex-grow: 0;
	border: 1px solid #111;
	margin-top: 2px;
    margin-right: 15px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}

.wpcf7-acceptance label a{
	text-decoration: underline!important;
}

label.has-cheked-input::before{
	background-image: url("imgs/accept-check.svg");
}

/* ~~~ SOME CF7 STYLES HERE ~~~ */

div.wpcf7-response-output {
	margin: 1em 0.5em 1em;
	padding: 0.2em 1em;
	font-size: 12px;
	line-height: 1.2em;
	text-align: center;
	clear: both;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 12px;
	font-weight: normal;
	display: block;
	position: absolute;
	top: -5px;
	right: 0;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

.grecaptcha-badge{
	opacity: 0;
}

.wpcf7 input[name="order-item"],
.wpcf7-spinner{
	display: none !important;
}

.wpcf7 p{
	margin-bottom: 0;
}

/* ~~~ MODAL STYLES ~~~ */

body.modal-open{
	overflow: visible!important;
	padding-right: 0!important;
}

.modal-body form{
	text-align: center;
}

.modal-dialog{
	width: 90%;
	max-width: 400px;
	border: 1px solid #fff;
	border-radius: 5px;
	box-shadow: none;
	margin: 5% auto;
	background: #0071ce;
	color: #fff;
}

.modal-dialog.modal-text{
	max-width: 800px;
}

.modal-dialog a{
	color: #fff;
}

.modal-content{
	border: none;
	box-shadow: none;
	background: transparent;
}

.modal-content .btn{
	margin-top: 10px;
}

.modal-header{
	border: none;
}

.modal-body{
	margin: 0 15px;
	padding: 0 1rem;
}

.modal-content .form-title{
	font-size: 21px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.modal input, .modal textarea{
	margin-bottom: 15px!important;
}

.modal div.wpcf7-response-output{
	text-align: center;
}

.modal-full{
	width: 100%!important;
	max-width: 100%;
	height: 100%;
	background: rgba(255,255,255,1);
	top: 0;
	left: 0;
}

/* ~~~ WP DEFAULT STYLES ~~~ */

img.size-full, img{
	width: auto;
	height: auto;
	max-width: 100%;
}

.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
    margin: auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 50px auto;
}
a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pagination h2.screen-reader-text{
	display: none;
}

.nav-links .page-numbers{
	font-size: 17px;
	display: inline-block;
	background: #0099cc;
	color: #fff;
	text-decoration: none;
	padding: 5px 10px;
}

.nav-links .page-numbers:hover{
	background: #f7941c;
}

.nav-links .current,
.nav-links .current:hover{
	background: none;
	color: #323232;
}

/* ~~~ WP DEFAULT GALLERY ~~~ */

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* contact custom block */

.contact-links {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
	position: fixed;
    bottom: 10%;
	right: 3%;
}

.contact-item {
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    text-transform: capitalize;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
    border: 2px solid transparent;
    border-radius: 5px;
    display: inline-block;
}

.call-us {
    color: #fff!important;
    border-color: #ffffff;
	text-decoration: none !important;
	background: #252525;
}

.call-us:hover {
    background: #ffffff;
    color: #252525 !important;
	border-color: #252525;
}

.mail-us {
    color: #f56f0b !important;
    border-color: #f56f0b;
	text-decoration: none !important;
	background: #252525;
}

.mail-us:hover {
    background: #f56f0b !important;
    color: #252525 !important;
}

@keyframes bubble-pop {
    0% {
        transform: scale(1);
    }
    30% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(0.9);
    }
    70% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.call-us:hover, .mail-us:hover {
    animation: bubble-pop 0.5s ease-in-out;
}



@media screen and (max-width:500px) {
	.contact-links{
		flex-direction: column;
		bottom: 10%;
		right: 5%;
	}
	.contact-item{
		font-size: 15px !important;
		width: 90px;
	}
}