.hidden{
	display: none;
}
.brand-logo-mob{
	display: none;
}
@media (max-width: 767.98px){
	.brand-logo-mob{
		display: block;
	}
	.brand-logo-desktop{
		display: none;
	}
}
.section-advantage h1{
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
}
@media (min-width: 1200px){
	.section-advantage h1{
		line-height: 214px;
		font-size: 157px;
	}
}
.box-icon-erin-icon img{
	width: 34px;
}
.desktop .section-reviews .oh-desktop{
	color: #fff;
}
.desktop footer .oh-desktop{
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: var(--col)
}
footer .oh-desktop {
	color: var(--col)
}
.section-about .isotope-item{
	padding: 0 10px;
	margin-bottom: 20px;
}
.section-about .isotope-item:nth-child(1) img{
	height: 480px;
}
.section-about .isotope-item:nth-child(2) img{
	height: 230px;
}
.section-about .isotope-item:nth-child(3) img{
	height: 480px;
}
.section-about .isotope-item:nth-child(4) img{
	height: 230px;
}
.section-about .isotope-item img{
	object-position: center;
	object-fit: cover;
}
.section-about .row{
	margin-right: -10px;
	margin-left: -10px;
}
.desktop .main-form .oh-desktop{
	color: var(--bg)
}
.footer-social-list li:not(:last-child){
	margin-left: 18px;
}
.rd-navbar-fixed .rd-navbar-fixed-element-1{
	display: none;
}
.rd-navbar-tel{
	margin-right: auto;
}
.rd-navbar-tel a{
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: var(--bg);
}
.rd-navbar-tel svg{
	margin-left: 3px;
	width: 24px;
	height: 24px;
}
.rd-navbar-tel{
	display: none;
}
.wpcf7-form br{
	display: none;
}
.wpcf7-form label{
	display: block;
	margin-bottom: 20px;
}
.wpcf7-form label input{
	background: #FFFFFF;
	border-radius: 6px;
	height: 56px;
	padding-right: 16px;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #8080A0;
	width: 100%;
	outline: none;
	border: none;
}
.select2-container{
	max-width: unset;
	width: 100%;
	letter-spacing: unset;
	border-radius: 6px;
	margin-bottom: 20px;
}
.select2-container .select2-choice{
	background: #FFFFFF;
	border-radius: 6px;
	height: 56px;
	padding-right: 16px;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #8080A0;
	width: 100%;
	outline: none;
	border: none;
}
.select2-results .select2-highlighted{
	background: linear-gradient(88.29deg, #B327FF -110.7%, #1BD6FF -80.18%);
}
.wpcf7-form .wpcf7-submit{
	outline: none;
	border: none;
	background: var(--bg);
	border-radius: 100px;
	height: 54px;
	text-align: center;
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	color: #FFFFFF;
	justify-content: center;
	max-width: 254px;
	width: 100%;
	margin-top: 45px;
	cursor: pointer;
	transition: all .25s ease-in-out;
}
.wpcf7-form .wpcf7-submit:hover{
	background: #fff;
	color: var(--bg);
}
.modal .wpcf7-form{
	max-width: 560px;
}
.modal-bg{
	position: fixed;
    top: 0;
    z-index: 9998;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: .2s ease;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(7.5px);
    -webkit-backdrop-filter: blur(7.5px);
}
.modal-bg.active{
	opacity: 1;
    visibility: visible;
    transition: .2s ease;
}
.modal{
	position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    max-width: 1262px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: .2s ease;
    top: 50%;
    right: 50%;
    margin-left: -50%;
    height: auto;
    transform: translate(50%, -50%);
    background-image: url(/wp-content/themes/altenergy/assets/images/modal_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.modal.active{
	opacity: 1;
    visibility: visible;
    transition: .2s ease;
}
.wpcf7-spinner{
	position: absolute;
    right: 0;
    bottom: 80px;
}
.form_text{
	margin-top: 28px;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #FFFFFF;
	max-width: 477px;
	text-align: right;
}
.wpcf7 form.sent .wpcf7-response-output{
	display: none!important;
}
.wrapp-modal{
    padding: 58px 40px 57px 40px;
    position: relative;
    width: 100%;
    display: none;
    border-radius: 10px;
    padding-right: 360px;
}
#header-form.active{
	display: block;
}
.select2-drop{
	z-index: 10000;
}
.wrapp-modal h2{
	font-weight: 700;
	font-size: 22px;
	line-height: 30px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: right;
	margin-bottom: 60px;
}
.modal-close{
	position: absolute;
    top: 18px;
    left: 25px;
    z-index: 9;
    cursor: pointer;
    position: absolute;
    width: 53px;
    height: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.modal-close svg{
	width: 53px;
    height: 53px;
    fill: #fff;
    transition: 0.5s ease;
}
html.rd-navbar-fixed-linked .error404 .page-new{
	padding-top: 0;
}
html.rd-navbar-fixed-linked .page-template-thanks .page-new{
	padding-top: 0;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
	display: none!important;
}
.error404 .swiper-custom-container{
	display: none;
}
.error404 footer{
	display: none;
}
.wpcf7-form-control-wrap{
	display: block;
}
.wpcf7-not-valid-tip{
	position: absolute;
    left: 8px;
    top: 2px;
    color: #f5543f;
    font-size: 11px;
    font-weight: 400;
    line-height: 12px;
}
.wpcf7-form label input.wpcf7-not-valid{
	border: 1px solid #f5543f;
}
.fixed-form{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s; 
	background: var(--bg);
	position: fixed;
	left: 100px;
	bottom: 40px;
	cursor: pointer;
	z-index: 9998;
}
.fixed-form svg{
	transition: all 0.2s; 
	width: 27px;
	height: 27px;
	fill: #fff;
}
.fixed-form:hover{
	background: #fff;
}
.fixed-form:hover svg{
	fill: var(--bg)
}
#ui-to-top{
	display: none;
}
.error404  .section-single .button, .page-template-thanks .section-single .button{
	margin-top: 27px;
	padding: 12px 27px;
	border: 2px solid #FFFFFF;
	border-radius: 100px;
	font-weight: 500;
	font-size: 16px;
	line-height: 32px;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: unset;
	background: transparent;
	margin-right: 100px;
}
.error404  .section-single .button:hover, .page-template-thanks .section-single .button:hover{
	background: linear-gradient(88.29deg, #B327FF -110.7%, #1BD6FF -80.18%);
	border: 2px solid transparent;
}
.error404  .section-single .button:active, .page-template-thanks .section-single .button:active{
	border: 2px solid transparent;
	background: var(--bg);
}
.page-template-thanks .swiper-custom-container{
	display: none;
}
.page-template-thanks footer{
	display: none;
}
.title-thanks{
	font-weight: 700;
	font-size: 65px;
	line-height: 75px;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 20px;
	max-width: 700px;
	padding-right: 100px;
}
.page-template-thanks h4.text-spacing-0{
	font-weight: 400;
	font-size: 24px;
	line-height: 33px;
	color: #FFFFFF;
	padding-right: 100px;
	max-width: 616px
}
.select2-drop-active.active{
	opacity: 0;
}
.preloader img:nth-child(1){
	animation: 2s cubic-bezier(.14,.15,.89,.87) heroCubesDown infinite;
    opacity: 0;
    visibility: hidden;
    transition: .6s ease-in-out;
}
.preloader img:nth-child(2){
    opacity: 0;
    visibility: hidden;
    transition: .6s ease-in-out;
}
@keyframes heroCubesDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(15px);
    }
    100% {
        transform: translateY(0);
    }
}
.preloader img.active{
	opacity: 1;
	visibility: visible;
}
@media (max-width: 1200px){
	.footer-corporate-list a, .footer-corporate-list a:focus, .footer-corporate-list a:active{
		white-space: unset;
	}
	.swiper-slider-5 .button{
		max-width: 245px;
    	letter-spacing: 0;
	}
	.wrapp-modal{
		padding: 75px 15px 53px 15px;
	}
	.modal{
		max-width: 390px;
		background-image: url(/wp-content/uploads/2023/01/Rectangle-103-3.jpg);
	}
	.modal-close{
		top: 12px;
		left: 12px;
	}
	.modal{
		background-position: left;
	}
	.modal .wpcf7-form .wpcf7-submit{
		margin-top: 38px;
	}
	.wrapp-modal h2{
		text-align: center;
		margin-bottom: 33px
	}
	.title-modern{
		padding-right: 0;
	}
	.title-thanks{
		padding-right: 0;
	}
	.page-template-thanks h4.text-spacing-0{
		padding-right: 0;
	}
	.title-modern + h4{
		padding-right: 0;
	}
	.error404 .section-single .button, .page-template-thanks .section-single .button{
		margin-right: 0;
	}
}
@media (max-width: 1100px){
	.section-about .isotope-item{
		position: unset!important;
		width: 50%;
		max-width: 50%;
		flex: unset;
	}
	.section-about .thumbnail-mary-figure img{
		height: 350px;
	}
	.section-about .row{
		display: flex;
		flex-wrap: wrap;
	}
	.section-about .isotope-item img{
		height: 350px!important
	}

}
@media (max-width: 992px){
	.swiper-slider-5 * + .swiper-title-2{
		text-align: center;
		margin: auto;
		margin-top: 30px;
		line-height: 1.22727;
	}
	.section-about .thumbnail-mary-figure img{
		height: 300px;
	}
	.thumbnail-mary-title{
		font-size: 14px;
		white-space: unset;
		text-align: right;
		text-overflow: unset;
	}
	.thumbnail-mary-location{
		text-align: right;
		font-size: 14px;
	}
	.section-about .isotope-item{
		display: flex;
		flex-direction: column;
	}
	.section-about .isotope-item .oh-desktop{
		height: auto;
	}
	.row-md-50 > *:nth-child(odd){
		margin-left: 0;
	}
	.row-md-50 > *{
		max-width: unset;
	}
	.section-about .row{
		height: auto!important;
	}
	.section-about .group-middle{
		text-align: right!important;
		justify-content: space-between!important;
	}
	.title-panel-title{
		text-align: right;
	}
	.rd-navbar-tel{
		display: flex;
	}
	.quote-paris .col-lg-6 p{
	    margin-top: 30px;
	}
	.section-about .isotope-item img{
		height: 250px!important;
	}
}
@media (max-width: 766px){
	.button-lg{
		padding: 14px 45px;
	}
	.swiper-slider-5 .swiper-title-2{
		letter-spacing: unset;
	}
	.title-panel-title{
		letter-spacing: unset;
	}
	.list-share-2 .icon{
		width: 20px;
		height: 20px;
	}
	.section-inset-4 .group-middle{
		justify-content: space-between;
	}
	.services-rose-title{
		font-weight: 600;
		font-size: 16px;
		line-height: 22px;
		text-align: center;
		letter-spacing: 0.07em;
		text-transform: uppercase;
		color: #000040;
	}
	h3, .heading-3{
		font-weight: 700;
		font-size: 22px;
		line-height: 30px;
		text-transform: uppercase;
		color: #FFFFFF;
	}
	.section-about .thumbnail-mary-figure img{
		height: 250px;
	}
	.slick-style-2{
		padding: 10px 0 25px;
	}
	.quote-paris-text{
		padding: 0 27px 0 33px;
	}
	.quote-paris .col-lg-6 p{
		font-weight: 400;
	    font-size: 14px;
	    line-height: 140%;
	    color: #8080A0;
	    margin-top: 30px;
	}
	.quote-paris{
		padding: 71px 0 50px;
	}
	.quote-paris-text::before{
		right: 35px;
    	top: -99px;
	}
	footer .col-md-4.col-lg-5{
		display: none;
	}
	footer .row-50 > *{
		margin-bottom: 70px;
	}
	.wpcf7-form .wpcf7-submit{
		margin: auto;
		margin-top: 66px;
	}
	.section-single-header{
		padding-top: 0;
	}
	.title-modern + h4{
		font-weight: 400;
		font-size: 14px;
		max-width: 235px;
		line-height: 19px;
	}
	.error404 .section-single .button, .page-template-thanks .section-single .button{
		font-size: 14px;
		padding: 14px 24px;
		margin-top: 25px;
		line-height: 140%;
	}
	.error404 .box-transform{
		background-position: 34%;
	}
	.title-thanks{
		font-size: 36px;
		line-height: 49px;
		margin-bottom: 10px;
	}
	.page-template-thanks h4.text-spacing-0{
		max-width: 235px;
		font-weight: 400;
		font-size: 14px;
		line-height: 19px;
	}
	.form_text{
		text-align: center;
		margin-top: 20px;
	}
}

@media (max-width: 500px){
	.section-about .isotope-item{
		width: 100%;
		max-width: 100%;
	}
	.section-about .isotope-item{
		margin-bottom: 40px;
	}
	.section-about .thumbnail-mary-figure img{
		height: 230px!important;
	}
	.thumbnail-mary-title{
		font-weight: 600;
	    font-size: 14px;
	    line-height: 124.6%;
	    display: flex;
	    align-items: center;
	    letter-spacing: 0.07em;
	    text-transform: uppercase;
	    color: #000040;
	}
	.thumbnail-mary-location{
		font-size: 14px;
	    line-height: 19px;
	    display: flex;
	    align-items: center;
	    text-align: center;
	    letter-spacing: 0.07em;
	    text-transform: uppercase;
	}
	.counter-aria-title{
		font-size: 14px;
		line-height: 19px;
		letter-spacing: unset;
	}

}
.rd-navbar-creative.rd-navbar-static.rd-navbar--is-stuck.context-dark, .rd-navbar-creative.rd-navbar-static.rd-navbar--is-stuck.bg-gray-dark, .rd-navbar-creative.rd-navbar-static.rd-navbar--is-stuck.bg-primary, .rd-navbar-creative.rd-navbar-static.rd-navbar--is-clone.context-dark, .rd-navbar-creative.rd-navbar-static.rd-navbar--is-clone.bg-gray-dark, .rd-navbar-creative.rd-navbar-static.rd-navbar--is-clone.bg-primary{
	background: #FFFCFC
}
.rd-navbar-creative.rd-navbar-static{
	background: #FFFCFC
}
.swiper-custom-container .rd-navbar-creative.rd-navbar-static{
	background: #FFFCFC
}
.rd-navbar-nav li{
	display: inline-block;
}
.rd-navbar-nav li a{
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #1F1F1F;
	transition: all .25s;
}
.rd-navbar-nav li:not(:last-child){
	margin-left: 32px;
}
.rd-navbar-nav li a:hover{
	color: #D4272A;
}
.page-template-templates-service .section-lg .row{
	margin-right: 0px;
	margin-left: 0px;
}
.page-template-templates-service .section-lg .col-xl-4{
	padding: 0 9px;
	margin-bottom: 70px;
}
.services-classic-caption{
	padding: 0;
	padding-top: 30px;
}
.services-classic-counter{
	font-weight: 700;
    font-size: 80px;
    line-height: 101.6%;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #E6E6EC;
    opacity: 0.8;
    margin-right: 13px;
}
.page-template-templates-service .unit-spacing-md > *{
	margin-right: 4px;
	margin-bottom: 0;
}
.services-classic-title{
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #000040;
	margin-bottom: 0px;
}
.page-template-templates-service .services-classic-text{
	margin-top: 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #8080A0;
}




@media (max-width: 766.6px){
	.breadcrumbs-custom h3{
		font-size: 26px;
		line-height: 51px;
	}
	* + .breadcrumbs-custom-decor{
		margin-top: 15px;
	}
	.breadcrumbs-custom-decor::before{
		width: 58px;
	}
	.services-classic-title{
		text-transform: unset;
	}
	.services-classic .unit{
		align-items: center;
	}
	.page-template-templates-service .section-lg .col-xl-4{
		padding: 0;
	}
}
@media (max-width: 575px){
	.desktop footer .oh-desktop{
		justify-content: center;
	}
}
.aside-services-title{
	font-weight: 700;
	font-size: 22px;
	line-height: 30px;
	text-transform: uppercase;
	color: #000040;
	letter-spacing: unset;
}
.list-category a{
    padding: 10px 0;
	padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    display: block;
    border-bottom: 1px solid #e1e1e1;
    font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #8080A0;
}
.list-category li a:before {
	position: absolute;
    content: '';
    bottom: -1px;
    right: 0;
    height: 3px;
    width: 0;
    background: var(--bg);
    transition: all .3s ease;
}
.list-category li.current-menu-item a:before{
	width: 55px;
}
.list-category li:not(.current-menu-item) a:hover:before{
	width: 100%;
}
.list-category{
	margin-top: 12px;
}
.aside-services .aside-item:first-child{
	margin-bottom: 100px;
}
.box-contacts-title{
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #8080A0;
	margin-bottom: 7px;
}
.box-contacts .unit-body a{
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #8080A0;
}
.aside-services .box-contacts-item{
	display: flex;
	align-items: center;
}
.aside-services .box-contacts-item .unit-left{
	margin-left: 10px;
}
.aside-services .box-contacts-item .unit{
	display: block;
}
.single-service p{
	color: var(--col);
}
.single-service img + h4{
	font-weight: 700;
	font-size: 24px;
	line-height: 33px;
	text-transform: uppercase;
	color: #000040;
	margin-top: 30px;
	letter-spacing: unset;
}
.single-service .card-corporate .card-title a{
	background: #E6E6EC;
	color: #000040;
}
.card-corporate .card-body p + p{
	margin-top: 8px;
}
.team-classic-title{
	margin-top: 16px;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 140%;
	color: var(--bg);
	text-align: center;
}
.servise-single_form h4{
	font-weight: 700;
	font-size: 22px;
	line-height: 30px;
	text-transform: uppercase;
	color: #000040;
	margin-bottom: 40px;
	letter-spacing: unset;
}
.page-template-templates-project .isotope-item{
	padding: 0 10px;
}
.page-template-templates-project .row{
	margin-right: -10px;
	margin-left: -10px;
}
.page-template-templates-project .thumbnail-classic-title{
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #000040;
}
.page-template-templates-project .thumbnail-classic-tag{
	margin-top: 7px;
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	background: linear-gradient(88.29deg, #B327FF -110.7%, #1BD6FF -80.18%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.breadcrumbs-custom{
	background: var(--bg)
}
.project-page h4{
	font-weight: 700;
	font-size: 22px;
	line-height: 30px;
	text-transform: uppercase;
	color: #000040;
	letter-spacing: unset;
	margin-bottom: 23px
}
.project-page p + p{
	margin-top: 10px;
}
.project-page p{
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #8080A0;
}
.project-page h4 + p{
	margin-top: 0;
}
.project-page-social-list{
	display: flex;
	align-items: center;
	margin-right: 0;
	margin-left: 0;
}
.project-page-social-list li:not(:last-child){
	margin-left: 20px;
}
.project-page-social-list li svg{
	width: 25px;
	height: 25px;
	fill: #000040
}
.project-page-social-list a{
	display: block;
}
.project-page-social-list{
	margin-top: 100px;
}
.footer-social-list-4 .icon{
	fill: #1F1F1F
}
.swiper-custom-container .list-share-2 .icon{
	fill: #1F1F1F
}
.project-page-social-list li{
	margin-top: 0;
	padding: 0;
}
.project-page ~ .button-lg{
	letter-spacing: unset;
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 14px 24px;
	min-width: unset;
}
.slick-project + .table-custom-responsive{
	margin-top: 50px;
}
.table-project td:first-child{
	min-width: 70px;
	padding: 18px;
}
.table-custom{
	max-width: 360px;
}
.table-project td{
	border: 1px solid #E6E6EC;
	letter-spacing: unset;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #000000;
}
.single-projects .carousel-parent .item{
	height: 472px;
}
.main-form .wpcf7-form{
	max-width: 561px;
}
.carousel-parent .item img{
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}
.child-carousel .item{
	height: 110px;
}
.child-carousel .item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.main-form{
	margin-top: 100px;
}
.page-template-default h2{
	font-weight: 700;
	font-size: 22px;
	line-height: 30px;
	text-transform: uppercase;
	color: #000040;
	margin-bottom: 40px;
}
.page-template-default h3{
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.07em;
	line-height: 22px;
	margin-bottom: 30px;
	margin-top: 30px;
	color: #000040
}
.page-template-default p{
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #8080A0;

}
.page-default{
	padding-top: 41px;
	text-align: right;
	padding-bottom: 64px;
}
.page-template-default h1{
	font-weight: 700;
	font-size: 40px;
	line-height: 51px;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: unset;
}
@media (max-width: 767px){
	.single-projects .carousel-parent .item{
		height: 300px;
	}
	.child-carousel .item{
		height: 75px;
	}
	.slick-project .child-carousel .slick-slide{
		margin-left: 25px;
	}
	.slick-project .child-carousel{
		margin-left: -23px;
	}
	.project-page h4{
		font-size: 24px;
		line-height: 33px;
		margin-bottom: 17px;
	}
	.project-page-social-list{
		margin-top: 52px;
		justify-content: center;
	}
	.page-template-templates-project .thumbnail-classic-figure img{
		height: 100%;
		object-position: center;
		object-fit: cover
	}
	.page-template-templates-project .thumbnail-classic-figure{
		height: 300px;
	}
	.page-template-templates-project .thumbnail-classic-tag{
		font-size: 14px;
		line-height: 19px;
	}
	.thumbnail-classic-caption{
		padding: 28px 15px 25px 15px;
	}
	.thumbnail-classic-caption{
		transform: translate3d(0, -50px, 0);
	}
	.page-template-default h1{
		font-size: 22px;
		line-height: 30px;
	}
	.page-default{
		text-align: center;
		padding-top: 60px;
		padding-bottom: 30px;
	}
	.fixed-form{
		left: 15px;
		bottom: 50px;
	}
}
.page-template-templates-contact .project-page-social-list, .page-template-about .project-page-social-list{
	margin-top: 15px;
    margin-bottom: 0;
    transform: unset;
}
.page-template-templates-contact .aside-contacts-title, .page-template-about .aside-contacts-title {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #000040;
}
.aside-contacts-item + .aside-contacts-item{
	padding-top: 20px;
	border-top: 1px solid #E6E6EC;
}
.page-template-templates-contact .aside-contacts .row-30 > *, .page-template-about .aside-contacts .row-30 > * {
	margin-bottom: 20px;
}
.page-template-templates-contact .unit-spacing-xs, .page-template-about  .unit-spacing-xs{
	margin-bottom: 0;
	margin-top: 10px;
	align-items: center;
}
.page-template-templates-contact .unit-spacing-xs > *, .page-template-about .unit-spacing-xs > * {
	margin-bottom: 0;
}
.page-template-templates-contact .unit-body a, .page-template-about  .unit-body a{
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #000040;
}
.aside-contacts{
	border-right: 1px solid #E6E6EC;
}
.servise-single_form label input{
	border: 1px solid #E6E6EC;
	border-radius: 6px;
	background: unset;
	outline: none;
	padding-right: 20px;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	display: flex;
	align-items: center;
	color: #8080A0;
	height: 50px;
}
.servise-single_form label {
	display: block;
	margin-bottom: 0;
}
.servise-single_form .form_row label{
	width: 50%;
}
.form_row{
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}
.form_row label:first-child{
	margin-left: 18px;
}
.asmt_form_inner {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.asmt_form_row {
	width: 48.5%;
	margin-bottom: 17px;
}
@media (max-width: 766.5px){
	.asmt_form_row {
		width: 100%;
	}
}
.asmt_form_row>p {
	font-size: 15px;
	margin-bottom: 20px;
	font-weight: 600;
}
.asmt_form_row label {
	margin-bottom: 20px;
}
textarea{
	border: 1px solid #E6E6EC;
	border-radius: 6px;
	height: 180px;
	margin-top: 6px;
	padding-right: 16px;
	padding-top: 15px;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #8080A0;
	width: 100%;
	resize: unset;
}
.asmt_form_row textarea {
	margin: 0;
	height: 120px;
}
.servise-single_form .wpcf7-form .wpcf7-submit{
	margin-top: 35px;
}
.single-service .team-classic{
	max-width: 255px;
}
.unit-left-mob{
	display: none;
}
.servise-single_form .form_text{
	color: var(--col);
}
.select2-drop.select2-drop-above.select2-drop-active{
	border: 1px solid #E6E6EC;
    border-radius: 6px;
}
.servise-single_form .select2-container{
	margin-bottom: 0;
}
.servise-single_form .select2-container .select2-choice{
	border: 1px solid #E6E6EC;
    border-radius: 6px;
    height: 50px;
    padding: 15px 16px 15px 40px;
}
.select2-drop-active{
	border: 1px solid #E6E6EC;
    border-radius: 6px;
}
.select2-results{
	border: none;
}
.breadcrumbs span{
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #000040;
}
.breadcrumbs a span{
	color: #8080A0;
}
.breadcrumbs img{
	margin: 0 13px;
    transform: rotate(180deg);
}
.breadcrumbs{
	padding: 20px 0;
	padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.select2-container .select2-choice > .select2-chosen{
	display: flex;
	align-items: center;
}
@media (max-width: 766.5px){
	.single-service > img{
		height: 300px;
		object-fit: cover;
		object-position: center;
	}
	.single-service * + .row{
		margin-top: 25px;
	}
	.team-classic-title{
		text-align: right;
	}
	.card-corporate .card-body{
		padding-bottom: 20px;
	}
	.single-services .col-md-5.col-xl-4{
		margin-top: 50px;
	}
	.single-services .aside-services-title{
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 17px;
	}
	.aside-services .aside-item:last-child .aside-services-title{
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 40px;
	}
	.aside-services .box-contacts-item .unit-left{
		display: none;
	}
	.aside-services .box-contacts-item{
		justify-content: center;
		margin-top: 35px;
	}
	.unit-left-mob{
		display: block;
		margin: 5px 0;
	}
	.servise-single_form h4{
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 23px;
	}
	.form_row{
		display: block;
	}
	.form_row label:first-child{
		margin-left: 0;
		margin-bottom: 13px;
	}
	.servise-single_form .form_row label{
		width: 100%;
		margin-bottom: 13px;
	}
	textarea{
		margin-top: 0;
		height: 120px;
	}
	.servise-single_form .wpcf7-form .wpcf7-submit{
		margin-top: 24px;
	}
	.page-template-templates-contact .servise-single_form h4, .page-template-about  .servise-single_form h4{
		font-size: 22px;
		line-height: 30px;
	}
	.page-template-templates-contact .aside-contacts, .page-template-about  .aside-contacts{
		border: none;
	}
	.page-template-templates-contact .aside-contacts, .page-template-about  .aside-contacts{
		padding-bottom: 80px;
	}
	.breadcrumbs span{
		font-size: 12px;
		line-height: 16px;
	}
	.breadcrumbs img{
		margin: 0 4px;
	}

}
.services-classic-title a:hover{
	color: var(--bg);
}
.breadcrumbs a span:hover{
	color: var(--bg);
}
.box-contacts .unit-body a:hover{
	color: var(--bg);
}
.page-template-templates-project .thumbnail-classic-title:hover{
	color: #EEF200
}
.project-page ~ .button-lg:hover{
	color: #000040
}
.project-page-social-list a:hover{
	background: var(--bg);
    border-radius: 3px;
}
.project-page-social-list a:hover svg{
	fill: #fff
}
.page-template-templates-contact .unit-body a:hover, .page-template-about .unit-body a:hover{
	color: var(--bg);
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item{
	display: block!important;
}
.wpml-ls-legacy-list-horizontal a{
	padding: 0;
	margin: 0;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #7E7E7E;
}
.wpml-ls-current-language a{
	color: #D4272A;
}
.wpml-ls-display{
	display: none;
}
.wpml-ls-legacy-list-horizontal{
	border: none!important
}
.header_lang{
	margin-top: 40px;
}
.wpml-ls-legacy-list-horizontal a:hover{
	color: #D4272A;
}
@media (max-width: 1400px){
	.rd-navbar-creative.rd-navbar-static * + .button{
		display: none;
	}
}
@media (max-width: 1199.5px){
	.rd-navbar-tel{display: flex;}
	.rd-navbar-nav li:not(:last-child){
		margin-left: 0;
		width: 100%;
		display: block;
	}
	.rd-navbar-nav li a{
		padding: 15px 18px 15px 56px;
		color: var(--col);
		display: block;
	}
	.rd-navbar-nav li.current-menu-item a{
		color: #fff;
		background: var(--bg)
	}
}
@media (max-width: 991.5px){
	.wpml-ls-legacy-list-horizontal>ul{
		display: flex;
		align-items: center;
	}
	.header_lang{
		margin: 0;
		margin-bottom: 20px;
		margin-right: auto!important;
	}
	.wpml-ls-legacy-list-horizontal{
		padding: 0!important
	}
	.swiper-custom-container .list-share-2{
		display: flex;
		align-items: center;
		padding: 0 15px;
    	margin-right: 0;
	}
	.swiper-custom-container .list-share-2 > li{
		margin-right: 0;
	}
	.swiper-custom-container .list-share-2 > li:not(:last-child){
		margin-left: 20px;
	}
}
.single-service ul{
	margin-top: 20px;
	list-style: disc;
	padding-right: 30px;
}
.single-service ol{
	margin-top: 20px;
	list-style: decimal;
	padding-right: 30px;
}
.single-service ul li{
	color: #8080A0;
	display: list-item;
}
.single-service ol li{
	color: var(--col);
	display: list-item;
}
.single-service ul li:not(:last-child){
	margin-bottom: 10px;
}
.single-service ol li:not(:last-child){
	margin-bottom: 10px;
}
.single-service h2, .single-service h3, .single-service h4, .single-service h5{
	font-weight: 700;
    font-size: 20px;
    line-height: 33px;
    text-transform: uppercase;
    color: var(--col);
    margin-top: 10px;
    letter-spacing: unset;
}

.project-page ul{
	margin-top: 20px;
	list-style: disc;
	padding-right: 30px;
}
.project-page ol{
	margin-top: 20px;
	list-style: decimal;
	padding-right: 30px;
}
.project-page ul li{
	color: #8080A0;
	display: list-item;
}
.project-page ol li{
	color: #8080A0;
	display: list-item;
}
.project-page ul li:not(:last-child){
	margin-bottom: 10px;
}
.project-page ol li:not(:last-child){
	margin-bottom: 10px;
}
.project-page h2, .project-page h3, .project-page h4, .project-page h5{
	font-weight: 700;
    font-size: 20px;
    line-height: 33px;
    text-transform: uppercase;
    color: #000040;
    margin-top: 30px;
    letter-spacing: unset;
}
.project-page-social-list{
	display: flex;
	align-items: center;
	margin-right: 0;
	margin-left: 0;
}
.project-page-social-list li:not(:last-child){
	margin-left: 20px;
}
.project-page-social-list li svg{
	width: 25px;
	height: 25px;
	fill: #000040
}
.project-page-social-list a{
	display: block;
}
.project-page ul.project-page-social-list{
	margin-top: 100px;
	padding-right: 0;
	list-style: none
}
.project-page ul.project-page-social-list li:not(:last-child){
	margin-bottom: 0;
}
.preloader.loaded{
	pointer-events: none;
}

.services_bl {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.about_container {
	background: #E9DBD4;
	padding: 40px 0;
}
.about-item {
	display: flex;
	align-items: center;
	text-align: right;

}
.about-item>img {
	width: 57px;
	margin-left: 17px;
}
.about-item-title {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1.12px;
	font-size: 16px;
	margin-bottom: 10px;
}
.about-item-desc {
	font-size: 14px;
	line-height: 140%;
}
@media (max-width: 991.5px){
	.about-item {
		margin: 15px 0;
	}
}

.work-img {
	padding-left: 60px;
}
@media (max-width: 991.5px){
	.work-img {
		padding-left: 0px;
	}
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: rtl;
}
/* .owl-stage-outer {
    direction: ltr;
} */