.pageWrapper {
	padding: 40px 0 15px 0;
}
.pageTitle {
    margin-top: 19px;
    font-size: 42px;
    font-weight: 600;
}
.about-logo {
    height: 51px;
    margin-bottom: 22px;
}
.aboutTitle {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
}
.about-banner {
    padding: 52px 100px 60px 100px;
    background-color: #f4f4f4eb;
    height: 420px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.simpleSection {
	padding-top: 15px;
	padding-bottom: 15px;
}
.expirienceDiv {
	font-size: 22px;
	margin-bottom: 20px;
}
.about-banner .left-part {
	width: 50%;
}
.about-banner .right-part {
	width: 50%;
}
.about-banner .right-part img {
	position: absolute;
	right: 0;
	top: 0;
	width: 609px;
	height: 100%;
	object-fit: cover;
}
.abtConsult {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 54px;
    border: 0;
    border-radius: 9px;
    background: #c0392b;
    color: #fff;
    font-weight: 500;
}
.aboutInfo {
    padding: 20px 0 0 0;
}
.regularPargaraph {
	font-size: 18px;
}
.aboutInfo .regularPargaraph {
	line-height: 1.8;
	padding-left: 37px;
	border-left: 3px solid #c0392b;
	margin-bottom: 53px;
}
.abt-ltl-ttl {
	font-size: 25px;
	display: flex;
	align-items: center;
	margin-bottom: 14px;
	font-weight: 600;
}
.abt-ltl-ttl span {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 27px;
	width: 27px;
	height: 27px;
	font-size: 14px;
	border: 1px solid #c0392b;
	border-radius: 4px;
	color: #c0392b;
	font-weight: 600;
	margin-right: 13px;
}
.varrInfo {
	margin-left: 12px;
	padding-left: 27px;
	padding-top: 28px;
	padding-bottom: 40px;
}
.varrInfo  .regularPargaraph {
    line-height: 1.8;
    padding-left: 27px;
    border-left: 3px solid #c0392b;
    margin-bottom: 18px;
    margin-left: 12px;
}
.varrInfo .col-md-5 {
	position: relative;
}
.varrMan {
    position: absolute;
    bottom: 0;
    right: 0;
}
.deliveryAndPayment .regularPargaraph {
    padding-left: 20px;
    border-left: 3px solid #c0392b;
}
.deliveryAndPayment {
	padding-top: 21px;
	padding-bottom: 20px;
}
.photoGalley .swiper-slide {
	height: 520px;
	background-color: #fbfbfb;
	border-radius: 10px;
	background-size: cover;
	background-position: center;
}
.gallerySection {
	padding-top: 25px;
	padding-bottom: 40px;
}
.photoGalley-nav .swiper-slide {
	height: 150px;
	width: 229px;
	background-color: #f3f3f3;
	border-radius: 10px;
	background-size: cover;
	background-position: center;
	cursor: pointer;
}
.photoGalley {
    margin-bottom: 20px;
    overflow: hidden;
}
.photoGalley-nav {
	overflow: hidden;
}
.gallerySection .container {
    position: relative;
}
.photoGalley .swiper-button-next, .photoGalley .swiper-button-prev{
	top: 35%;
}
.vacansiesEmpty {
	padding: 40px 40px;
	margin-top: 15px;
	border: 1px solid #e3e3e3;
	border-radius: 10px;
	margin-bottom: 20px;
	box-shadow: rgb(50 50 93 / 10%) 0px 2px 5px -2px, rgb(0 0 0 / 3%) 0px 1px 3px -1px;
	background-color: #fbfbfb;
}
