:root {
	--body-bg: #fff;
	--body-color: rgba(45, 45, 45, 1);
	--body-font: Montserrat;
	--link-color: rgba(255, 186, 38, 1);
	--link-hover: rgba(45, 19, 2, 1);
	--title-font: Montserrat;
	--font-size: 16px;
	--transition: all 0.2s ease-in-out;
	--color-1: rgba(45, 45, 45, 1);
	--color-2: rgba(45, 19, 2, 1);
}
.swiper-wrapper {
	flex-wrap: nowrap;
}
.swiper-flex-buttons {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: right;
	gap: 16px;
	margin-bottom: 35px;
}
.swiper-flex-buttons .slide-button {
	position: relative;
	top: inherit;
	left: inherit;
	right: inherit;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 186, 38, 1);
	margin: 0;
	padding: 0;
	border-radius: 5px;
	color: #fff;
}
.swiper-flex-buttons .slide-button:after {
	color: #fff;
	font-size: 24px;
	font-weight: 500;
}
.swiper-flex-buttons .slide-button:hover {
	background: rgb(200, 147, 34);
}

.color-2 {
	background: var(--color-2);
	color: #fff;
}
.ml-auto {
	margin-left: auto;
}

h1 {
	font-size: 36px;
	font-weight: 700;
	line-height: 120%;
}
h2 {
	font-size: 30px;
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 30px;
}
.heading__box h2 {
	margin-bottom: 16px;
}
.subtitle {
	font-size: 18px;
	margin-bottom: 60px;
}
.padding-section {
	padding: 60px 0 35px;
}

.quote {
	font-size: 16px;
	font-weight: 400;
	font-style: italic;
	padding: 20px 36px;
	border-radius: 20px;
	background: rgba(244, 244, 244, 1);
	margin: 45px 0;
	color: var(--body-color);
}
.center {
	text-align: center;
}

/* Header START */

#header {
	position: relative;
	background: #fff;
	border-bottom: 1px solid transparent;
	height: 100px;
	align-content: center;
	width: 100%;
	z-index: 99;
}
#header.sticky {
	top: 0;
	position: fixed;
	border-color: #d4d4d4;
}
#header .logo {
	max-width: 140px;
}
#header a {
	color: var(--body-color);
}
#header a:hover {
	color: var(--link-hover);
}
.navigation {
	padding-right: 30px;
}
.navigation ul > li:not(:last-child) {
	margin-right: 30px;
}
.navigation ul > li > a {
	font-size: 16px;
	font-weight: 500;
	line-height: 100%;
}
.navigation ul > li > a:hover,
.navigation ul > li > a.active,
.mobnav a.active {
	color: var(--link-hover) !important;
}
#header .contacts li:not(:last-child) {
	margin-bottom: 20px;
}
#header .contacts {
	text-align: right;
}
.contacts li > a {
	font-size: 16px;
	font-weight: 500;
}
.contacts li .icon {
	margin-right: 11px;
	transition: all 0.1s ease-in-out;
}
.contacts li:hover .icon {
	scale: 1.2;
}
.contacts li > a:hover {
	color: var(--color-2) !important;
}

/* Header END */

/* Top banner START */

#top-banner {
	background-repeat: no-repeat !important;
	background-size: 600px !important;
	background-position: center right !important;
	padding: 40px 0;
	color: #fff;
	height: 490px;
	align-content: center;
	z-index: 1;
}

#top-banner .container  {
	z-index: 4;
}
#top-banner h1 {
	margin-bottom: 35px;
}
#top-banner .description {
	font-size: 26px;
	font-weight: 500;
	line-height: 120%;
}
#top-banner .custom__btn {
	margin-top: 40px;
}
#top-banner .box {
	position: relative;
	background: var(--color-1);
	padding: 15px 20px 15px 55px;
	font-size: 14px;
}
#top-banner .box:before,
#top-banner .box:after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	background: rgba(217, 217, 217, 1);
}
#top-banner .box:before {
	width: 30px;
	height: 1px;	
	left: 0;
}
#top-banner .box:after {
	width: 10px;
	height: 10px;
	left: 30px;
	border-radius: 50%;
}

#top-banner .box:not(:last-child) {
	margin-bottom: 16px;
}

/* Top banner END */

/* Projects START */



#projects .item {
	text-align: center;
	margin-bottom: 30px;
	transition: var(--transition);
}
#projects .item figure {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	margin: 0 auto 16px;
	overflow: hidden;
}
#projects .item figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: var(--transition);
}
#projects .item:hover figure img {
	filter: grayscale(10);
}
#projects .item .title {
	font-size: 16px;
	font-weight: 500;
	line-height: 120%;
}
/* Projects END */



.content ul > li {
	position: relative;
	padding-left: 30px;
}
.content ul > li:not(:last-child) {
	margin-bottom: 16px;
}
.content ul > li:before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	font-family: icon;
	content: "\f00c";
}
.content.type-2 ul {
	margin-bottom: 30px;
}
.content.type-2 ul > li:not(:last-child) {
	margin-bottom: 10px;
}
.content.type-2 ul > li {
	padding-left: 16px;
}
.content.type-2 ul > li:before {
	content: "\2e";
	font-size: 18px;
	top: 25%;
}

/* Partners START */

#partners .swiper-slide img {
	height: 220px;
	width: auto;
	margin: 0 auto;
	border-radius: 15px;
	overflow: hidden;
}
/* Partners END */



/* Footer START */

#footer ul li:not(:last-child) {
	margin-bottom: 23px;
}
#footer ul li,
#footer ul li a {
	display: flex;
	align-items: center;
	gap: 28px;
	color: #fff;
}
#footer ul li a {
	color: #fff;
}
#footer ul li a:hover {
	color: rgba(255, 186, 38, 1);
}
#footer .map-wrapper {
	border-radius: 20px;
	overflow: hidden;
}
.bottom-footer {
	padding: 10px 0;
}
.bottom-footer .col-6:last-child {
	text-align: right;
}
.bottom-footer a {
	display: inline;
	color: var(--body-color);
}
.bottom-footer a:hover {
	text-decoration: underline;
	text-underline-position: under;
	text-decoration-style: dotted;
	color: rgba(255, 186, 38, 1);
}

/* Footer END */

.mobnav {
	display: none;
}

.call-now {
	display: none;
}

@media screen and (max-width: 526px) {
	.call-now {
		display: flex;
		align-items: center;
		justify-content: center;
		position: fixed;
		bottom: 30px;
		right: 30px;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		color: #fff;
		background: var(--color-2);
		font-size: 22px;
		z-index: 999;
	}
}

@media screen and (max-width: 1199px) {


.navigation {
	padding-right: 0;
}

.navigation ul > li:not(:last-child) {
	margin-right: 20px;
}
.navigation ul > li > a {
	font-size: 13px;
}
#top-banner {
	background-size: 550px !important;
}
#partners .swiper-slide img {
	width: 100%;
	height: auto;
}

} /* END 1199 */

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

.navigation {
	display: none;
}
#header .col-2 {
	max-width: 33%;
}
#header .col-7 {
	max-width: 70px;
	order: 3;
}
#header .col-3 {
	order: 2;
	max-width: 50%;
	margin-left: auto;
}
#top-banner {
	background-size: 400px !important;
}

#projects .item {
	min-height: 280px;
}


} /* END 992 */

@media screen and (max-width: 767px) {

#header .contacts li:not(:last-child) {
	margin-bottom: 10px;
}
#top-banner .col-6 {
	max-width: 100%;
}
#top-banner .col-6:last-child {
	padding-top: 30px;
}
#top-banner .custom__btn {
	margin: 20px auto 0;
	max-width: 270px;
	display: flex;
}
#projects .col-4 {
	max-width: 50%;
}
#top-banner .col-7 {
	max-width: 100%;
	text-align: center;
}
#top-banner {
	background-size: 300px !important;
	background-position: bottom center !important;
	padding-bottom: 140px;
}

#about-us .col-8,
#about-us .col-4,
#what-we-do .col-7,
#what-we-do .col-5,
#career .col-7,
#career .col-5 {
	max-width: 100%;
}
#about-us .col-4,
#what-we-do .col-5,
#career .col-5 {
	padding: 40px 70px 0;
}
#partners .col-6,
#partners .col-5{
	max-width: 100%;
}
#partners .col-5 {
	margin: 0 auto;
}
#vacancies:after {
	width: 100%;
	opacity: 0.8;
}
#partners .col-4 {
	padding: 0 15px;
}
.slider__partners figure {
	padding: 0 !important;
}
#partners .swiper-wrapper {
	align-items: center;
}
#partners .col-6 {
	padding: 0;
}
#partners .col-6.content {
	padding: 0 15px;
}
#partners .swiper {
	padding-top: 40px;
}
#partners .swiper-wrapper {
	flex-wrap: nowrap;
	align-items: center;
}
.modal .check-box {
	max-width: 65.8%;
}
#footer .col-6 {
	max-width: 100%;
}
#footer .col-6:last-child {
	padding-top: 40px;
}
.bottom-footer {
	font-size: 13px;
}

} /* END 767 */

@media screen and (max-width: 526px) {

h1 {
	font-size: 23px;
}
h2 {
	font-size: 20px;
}

.nav__burger {
	top: 70px;
}

#header .col-3 {
	display: none;
}
#header .col-7 {
	margin-left: auto;
}
#header .col-2 {
	max-width: 50%;
}

#top-banner .description {
	font-size: 16px;
}

#projects .col-4 {
	max-width: 100%;
	padding-bottom: 30px;
}
#projects .col-4 .item {
	max-width: 370px;
	margin: 0 auto 0;
	min-height: 100%;
}
#projects .col-4 .item:hover {
	border-bottom: 1px solid var(--color-2);
}
.modal .check-box {
	max-width: 100%;
}

#partners .swiper-wrapper {
	margin: 0;
}
.nav__burger {
	top: 100px;
}

} /* END 526 */


.lang{
        position: fixed;
    top: 100px;
    right: 7%;
    z-index: 2000;
}

.b_lang{
    display: flex;
}

.b_lang li{
margin-bottom: 14px;
}

.b_lang li a{
    color: #ffffff;
    text-decoration: none;
    background-color: #e7bf50;
    padding: 8px;
    border: 1px solid #fff;
}

.b_lang li a.active{
    
    background: #6a5415;
   
}