@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
html{	
	font-size: 16px;	
	
}	

body {
	background-color: #fff;
	font-family: 'Montserrat', sans-serif ! important;
}
body p {
	margin-top: 20px;
	font-size: 18px;
    font-weight: 500;
}
body h1 {
	font-size: 78px;
	text-align: center;
	font-weight: 400;
}
body h4 {
	font-size: 22px;
    margin: 0;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 10px;
}
.bold-text {
	font-weight: 700;
 }
body h3 {
	font-size: 35px;
}
body a {
	text-decoration: none;
    color: #000;
}
body a:hover {
    color: #000;
}
@media (min-width: 1200px) {
	body .container {
		width: 1200px;
	}
}
img {
	width: 100%;
}
header{
	width: 100%;
	height: 100vh;
	background: linear-gradient(to bottom, rgba(0,0,0,.8), rgba(0,0,0,.5)), url("https://images.unsplash.com/photo-1523374228107-6e44bd2b524e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80") center no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
a{
	text-decoration: none;
	color: #eee;
}
body {
  font-size: 2em;
}

a {
  text-decoration: none;
  color: inherit;
  line-height: 1;
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
*:focus {
    outline: none;
}
.container{
	max-width: 120rem;
	width: 90%;
	margin: 0 auto;
	display: block;
}
section {
	padding: 20px;
}
.link-step {
	margin: 10px 0;
}
.link-step a {
	text-transform: uppercase;
	font-size: 14px;
}
.link-step .active-page {
	font-weight: 700;
}
.link-step a:hover {
	text-decoration: revert;
}
.btn-read {
	border-radius: 16px;
    font-weight: 900;
    margin: 15px 0;
    font-size: 14px;
    padding: 8px 17px;
	display: inline-block;
    line-height: 1.5;
    color: #000;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.btn-read.stile-yellow {
    border: 1px solid #FFD800;
	background: #FFD800;
}
.btn-read.stile-yellow:hover {
	color: #6c757d;
}
.btn-read.stile-black {
    border: 1px solid #000;
	background: #000;
	color: #FFD800;
}
.btn-read.stile-black:hover {
	color: #fff;
}
.background-s2 {
	background: #e5e5e5;
	padding: 25px 0 0;
}
.background-s3 {
	color: white;
	background: black;
}
.background-s3 .info-worker a {
	color: white;
}
/* header style*/
.header {
    padding-top: 2px;
    width: 100%;
    display: block;
    background: white;
    z-index: 9999;
    height: 100%;
    overflow: initial;
    box-shadow: 0 0 10px black;
}

#top-bar {
	width: 100%;
    height: 40px;
    background: #000;
    line-height: 40px;
	text-align: end;
	position: absolute;
    top: 0;
}
#top-bar a {
	color: #fff;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 20px;
    letter-spacing: 1.3px;
}
#top-bar a:hover {
	font-size: 110%;
}
.row-top-bar {
	display: flex;
	justify-content: end;
}
.box-contact1 {
	width: 220px;
	text-align: right;
}
.box-contact2 {
	width: 185px;
	text-align: left;
}
#header-row {
	height: 80px;
	margin-top: 37px;
}
.logo-img {
	float: left;
}
.fa-regular, .far {
	font-size: 16px;
    padding-top: 7px;
}
.top-main-menu.phone {
	cursor: default;
}
/*style menu header*/
nav{
  z-index: 99;
  width: 100%;
}
nav .wrapper{
  position: relative;
  margin:  auto;
  display: flex;
  align-items: center;
  width: 100%;
}
.wrapper .logo a{
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}
.wrapper .nav-links{
  display: inline-flex;
  height: 80px;
  margin: 0;
  line-height: 63px;
}
.nav-links li{
	list-style: none;
    padding-top: 12px;
    text-align: center;
    width: 125px;
}
.nav-links .drop-menu li {
	width: 100%;
}
.nav-links li a{
  color: #000;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 9px 0 0;
  transition: all 0.3s ease;
  text-align:left !important;
}
.nav-links span:hover:before {
    width: 100%;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.nav-links a span:hover:before {
    width: 100%;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.nav-links span:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0px;
    height: 1.5px;
    width: 0px;
    background: #FFD800;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}

.link-menu.active {
  font-weight: 600;
}
.nav-links .mobile-item{
  display: none;
}
.nav-links .drop-menu{
  position: absolute;
  background: #fff;
  width: 50%;
  line-height: 45px;
  left: 0;
  top: 80px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
  padding: 5px;
  padding-top:10px;
  border-radius: 0 0 12px 12px;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}
.nav-links .drop-menu.drop2 {
	width: 20%;
    left: 74%;
}
.drop-menu.drop2 li a {
	text-align: left;
}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box{
  transition: all 0.3s ease;
  top: 70px;
  opacity: 1;
  visibility: visible;
}
.drop-menu li {
	padding: 0;
    text-align: left;
    display: flex;
}
.drop-menu li a{
  width: 100%;
  display: block;
  padding: 0 5px;
  font-weight: 400;
  border-radius: 0px;
  line-height: 41px;
  text-align: center;
}
.drop-menu li a:hover {
	border-bottom: 0;
}
.desktop-item.select {
	border-bottom: 2px solid;
	font-weight: 800;
}
.mega-box{
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}
.mega-box .content{
  background: #242526;
  padding: 25px 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.mega-box .content .row{
  width: calc(25% - 30px);
  line-height: 45px;
}
.content .row img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .row header{
  color: #f2f2f2;
  font-size: 20px;
  font-weight: 500;
}
.content .row .mega-links{
  margin-left: -40px;
  border-left: 1px solid rgba(255,255,255,0.09);
}
.row .mega-links li{
  padding: 0 20px;
}
.row .mega-links li a{
  padding: 0px;
  padding: 0 20px;
  color: #d9d9d9;
  font-size: 17px;
  display: block;
}
.row .mega-links li a:hover{
  color: #f2f2f2;
}
.wrapper .btn{
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.wrapper .btn.close-btn{
  position: absolute;
  right: 30px;
  top: 10px;
}
.languageselect {
	border: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-color: #FFD800;
	font-weight: 700;
	font-size: 18px;
	padding-top: 0px;
	position: absolute;
	right: 0;
	top: 26px;
}
.flag {
	width: 80px;
    height: 35px;
    background: #FFD800;
}
.flag a {
	display: flex;
	justify-content: center;
}
.flag a span {
	padding: 3px 0;
}
.languageselect img {
    position: relative;
    margin-left: 6px;
    width: 34px;
    padding: 0;
    height: 28px;
}
.languageselect div.flag:not(.selected) {
    display: none;
}
.languageselect div.flag.selected {
    display: block;
}
.languageselect:hover div.flag {
    display:block;
}
@media screen and (max-width: 991px) {
	#header-row {
		height: 66px;
		margin-top: 41px;
	}
	.languageselect {
		top: 20px;
	}
	.flag {
		line-height: 33px;
	}
  .wrapper .btn{
    display: block;
  }
  nav .wrapper {
	flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .wrapper .nav-links{
    position: fixed;
    height: 100vh;
    width: 100%;
    top: -115%;
    left: 0;
    color: white;
    background: black;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
    transition: all 0.3s ease;
  }
  .nav-links li a {
  	color: white;
  }
  .wrapper .nav-links {
	  margin: 0;
  }
  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #242526;
  }
  ::-webkit-scrollbar-thumb {
    background: #3A3B3C;
  }
  #menu-btn:checked ~ .nav-links{
    top: 0%;
  }
  #close-btn:checked ~ .btn.menu-btn{
    display: block;
  }
  .nav-links li{
    margin: 15px 10px;
  }
  .nav-links li a{
    padding: 0 20px;
    display: block;
    font-size: 20px;
  }
  .nav-links .drop-menu{
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }
  #showDrop:checked ~ .drop-menu,
  #showMega:checked ~ .mega-box{
    max-height: 100%;
  }
  .nav-links .desktop-item{
    display: none;
  }
  .nav-links .mobile-item{
    display: block;
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  .nav-links .mobile-item:hover{
    background: #3A3B3C;
  }
  .drop-menu li{
    margin: 0;
  }
  .drop-menu li a{
    border-radius: 5px;
    font-size: 18px;
  }
  .mega-box{
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .mega-box .content{
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }
  .mega-box .content .row{
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2){
    border-top: 0px;
  }
  .content .row .mega-links{
    border-left: 0px;
    padding-left: 15px;
  }
  .row .mega-links li{
    margin: 0;
  }
  .content .row header{
    font-size: 19px;
  }
}
nav input{
  display: none;
}
.desktop-item-link img {
	width: 50px;
    height: 50px;
}
.fa-rotate-90 {
	transform: rotate(315deg) !important;
}
body .nav-links .drop-menu span {
	margin: 0;
    font-size: 12px;
    text-transform: initial;
    line-height: 20px;
    text-transform: uppercase;
	text-align: left;
	font-weight: 500;
}
li .desktop-item-link:hover p .fa-arrow-right-long {
	color: #FFD800;
	transform: rotate(180deg) !important;
}
.nav-links .drop-menu.dropm2 {
	width: 16%;
    right: 11.5%;
    left: unset;
}
/*end style menu header*/
.section-top {
	padding: 0;
}
/*carosel*/
.owl-dots {
	margin: auto;
	position: absolute;
	bottom: -35px;
	right: 0;
	left: 0;
	text-align: center;
}
.owl-dot span {
	width: 15px;
	height: 15px;
	background-color: #878787;
	border-radius: 50px;
	border: none;
	opacity: 1;
	margin: 3px;
	display: block;
}
.owl-dot.active span {
    opacity: 1;
    background: #1D1D1B;
}
/*section 2 rcd group*/
.section2 {
	margin-top: 40px;
	text-align: center;
}
.link-site {
	font-weight: bold;
    margin-top: 24px;
}
/*section 3 about us*/
.section_about_us {
	background: #000;
    margin: 25px 0;
    color: #fff;
}
.image-section {
	background-image: linear-gradient(90deg, rgba(0,0,0,1) 8%, rgba(0,0,0,0) 57%, rgba(0,0,0,1) 100%), url(../images/img-section2.png);
    background-size: 100%;
    height: 400px;
	background-repeat: no-repeat;
    background-position: center;
}
.section_about_us h4 {
	text-align: right;
    padding-top: 20%;
	font-weight: 100;
}

.section_about_us .btn-read.stile-yellow {
	float: right;
}
/*section team */
.section-team {
	height: 500px;
}
.home-page .section-team {
	height: 615px;
}
.grow {transition: all .2s ease-in-out;}
.grow:hover {transform: scale(1.4);}
.info-worker {
	display: none;
	width: 73%;
    margin: 5px auto 0;
    line-height: 13px;
}
.info-worker p {
	margin: 0;
    font-size: 10px;
}
.info-worker .name-worker {
	font-size: 14px;
}
.grow:hover .info-worker {
	display: block;
}
.team-slide .owl-stage-outer {
	padding-top: 30px;
    padding-bottom: 30px;
}

.section-team .owl-carousel.owl-drag .owl-item {
	padding: 15px;
}
/*SECTION 5* NEWS*/
.section-news {
	padding: 25px 25px 40px;
}
#news-carousel .owl-item img {
	max-width: 310px;
    margin: 20px 0 10px;
}
.section-news .date-news {
	width: 75px;
    text-align: center;
    background: #000;
    color: #fff;
    height: 30px;
    line-height: 30px;
    font-weight: 700;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 14px;
}
.section-news .item p {
	max-width:320px;
	line-height: 21px;
}
.section-news .item .title-news {
	font-weight: 800;
    margin-bottom: 0;
	margin-top: 10px;
	text-align: left;
}
.section-news .item .text-news {
	margin-top: 0;
    font-weight: 500;
	text-align: left;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
/*section6*/
.section6 {
	padding-top: 20px;
	padding-bottom: 50px;
    /*text-align:center;*/
}
#section6-carousel .owl-item img {
	max-width: 160px;
    margin: 0 auto 15px;
}
#section6-carousel .owl-item .item{
	text-align: center;
    padding: 0 20px;
}
.client-name {
	font-weight: 800;
}
.client-name, .cl-title {
	text-transform: uppercase;
}
.cl-title {
	font-weight: 500;
}
.cl-text {
	margin-top: 7px;
}
@media (min-width: 600px) {
	#section6-carousel .owl-item {
		border-right: 1px solid;
		margin-top: 10px;
	}
}
@media (max-width: 1119px) {
	.section-team {
		padding-bottom: 40px
	}
	.grow:hover {
		transform: scale(1.1);
	}
}
@media (min-width: 1000px) {
	.owl-item.active + .owl-item.active + .owl-item.active {
		border-right: 0 !important;
	}
}
@media (max-width: 1024px) {
	.info-worker {
		display: block;
	}
	.team-slide .owl-stage-outer {
		padding-top: 0;
		padding-bottom: 0;
	}
}
@media (max-width: 999px) and (min-width: 600px){
	.owl-item.active + .owl-item.active {
		border-right: 0 !important;
	}
}

/*footer*/
#footer {
	background: #191918;
    color: #fff;
	padding: 20px 45px;
    font-size: 14px;
    font-weight: 300;
}
#footer a {
	color: #fff;
	line-height: 18px;
}
#footer a:hover {
	/*font-weight: 700;*/
}
#footer p {
	margin: 0;
	font-size: 13px;
	text-align: left;
}
.footer-box-title {
	font-weight: 700;
    font-size: 16px;
}
.footer-row-title, .footer-box p span {
	font-weight: 700;
}
.footer-box {
	margin: 10px 0;
    line-height: 20px;
}
.link-menu-footer {
	display: grid;
}
.footer-social-icons {
	display: flex;
	padding: 0;
}
.footer-social-icons li {
	list-style: none;
    width: 38px;
    height: 38px;
    border-radius: 20px;
    text-align: center;
    margin-right: 10px;
    line-height: 39px;
}
.footer-social-icons li img {
	    width: 150%;
}
#topBtn {
	display: none;
	position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 22px;
    border: none;
    outline: none;
    background-color: white;
    cursor: pointer;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 70px;
	border: 1px solid #242424;
}
#topBtn .fa, .fas {
	font-size: 20px;
	display: block;
	font-weight: 700;
}
/*style other page*/
.background-dark {
	background: black;
}
.background-dark p {
	color: #FFFFFF;
}
.section-team .owl-dot span, .slider-jobs .owl-dot span {
	background-color: #242424;
}
.background-dark .owl-dot span {
	background-color: #FFFFFF;
}
.section-team .owl-dot.active span, .slider-jobs .owl-dot.active span, .section-reference .owl-dot.active span  {
	background-color: #FFD800;
}
.info-team {
	text-align: center;
    margin: auto;
}
.info-team img {
	width: 25%;
	max-height: 65px;
}
.info-team p {
	margin-top: 15px;
	font-size: 15px;
	text-align: justify;
	line-height: 22px;
    text-align:center;
}

.team-slide {
	height: 295px;
}
.section-team-info {
	padding-bottom: 10px;
   /* text-align:center;*/
}
.jobs-rcd{
    text-align:center;
}
.jobs-link {
	display: flex;
    justify-content: center;
}
.jobs-link .btn-read.stile-black {
	line-height: 16px;
	padding: 10px 20px;
	margin-right: 20px;
	display: flex;
	gap: 4px;
}
.jobs-link .btn-read.stile-black p {
	font-weight: 300;
    margin: 0;
}
.btn-img {
	text-align: center;
    line-height: 72px;
    max-width: 155px;
    margin-top: 5px;
}
.slider-jobs .item {
	background: #000;
    border-radius: 40px;
	max-width: 360px;
	margin: auto;
	height: 120px;
}
.jobs-review {
	padding: 30px 20px 15px;
	line-height: 18px;
}
.row-info-jobs {
	display: flex;
    justify-content: flex-start;
	margin-top: 15px;
}
.jobs-review p {
	margin: 0;
    color: #fff;
}
.jobs-review .jobs-title {
	font-weight: 700;
    font-size: 18px;
}
.jobs-review .info-jobs {
	font-weight: 100;
    font-size: 14px;
}
.row-info-jobs div {
	background: #fff;
    padding: 2px 12px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 13px;
    margin-right: 6px;
}
.page-top-img {
	background: url("../images/career4.png");
	height: 380px;
    background-repeat: round;
    padding: 35px 0 0;
    color: #fff;
}
.section-team {
	height: 520px;
}
#info-company {
    margin: 50px auto;
    background: #000;
    text-align: center;
    border-radius: 15px;
}
.box-company-info {
	display: flex;
	justify-content: space-evenly;
}
.box-company-info .site-link {
	line-height: 75px;
}

#right-carousel-page-company .item img {
	max-width: 445px;
    margin: auto;
    border-radius: 30px;
}
.box-company-info .site-link a {
	background: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 5px 12px;
    border-radius: 10px;
}
#info-company .social-icons-info span {
	color: #fff;
    font-weight: 600;
}
#info-company .social-icons-info .footer-social-icons {
	margin-top: 5px;
}
.section-company h4 {
	text-transform: capitalize;
	font-size: 24px;
	margin-bottom: 0;
}
.section-company p {
	margin-left: 0;
    text-align:center;
	
}
.company-subtitle {
	text-transform: capitalize;
	font-size: 17px;
	margin-bottom: 10px;
    text-align:center;
}
.section-company ul li:nth-of-type(odd) {
  font-weight: bold;
}
.section-reference .owl-carousel .item img {
	width: 85%;
    border-radius: 30px;
    margin: auto;
    height: 386px;
}
.section-reference {
	padding-bottom: 40px;
}
.section-reference .owl-carousel .item .zoom-reference {
	width: 40px;
    height: 40px;
    right: 40px;
    background: #000;
    position: absolute;
    border-radius: 30px;
    top: 20px;
	padding: 5px;
}
.mfp-arrow-right:before {
    border-left: 0 !important;
}
.mfp-arrow-left:before {
	border-right: 0 !important;
}
.section-reference .owl-carousel-wrap {
	width: 100%;
    max-width: 960px;
    margin: auto;
    position: relative;
}
.section-reference .popup {
  position: absolute;  
  width: 0;
  height: 0 !important;
  background: rgba(0,0,0,0.4);
  z-index: 10;
  opacity: 0;
  text-align: center;
}
.section-reference .popup img {
	width: 70%;
	border-radius: 82px;
}
.background-dark h4 .bold-text {
	color: #fff;
}
.history-title {
	font-size: 26px;
	font-weight: 700;
	text-align: center;
}
.history p {
	font-size: 15px;
    line-height: 27px;
	font-weight: 500;
}
.history-year {
	text-align: center;
    font-size: 22px;
}
.history img {
	max-width: 450px;
	border-radius: 30px;
}
.history .part-right-image img {
	float: right;
}
.part-right {
	float: right;
}
.part-right-text {
	text-align: right;
}
.history .col-md-6:nth-of-type(odd){
	border-right: 2px solid #000;
	padding-right: 7%;
}
.history .col-md-6:nth-of-type(even){
	padding-left: 7%;
}
.vertical {
	position: absolute;
    top: 30%;
    left: 20%;
    height: 40rem;
    z-index: 2;
    color: black;
    border-right: 2px solid black;
    background-attachment: fixed;
}

#offer-carousel .owl-item img {
    width: 65%;
    margin: auto;
}
.section-offer {
	padding-bottom: 40px;
}
#offer-carousel {
	margin-top: 50px;
}
/*style page contact us */
body .contact-page p {
	margin-top: 0;
}
.contact-page .bold-text {
	margin-bottom: 0;
}
#contactFormAdvanced {
	padding-right: 30px;
}
.right-col-contact {
	padding-left: 30px;
}
.text-title2-p {
	margin-top: 40px;
}
.list-item-contact {
	padding: 0;
}
.contact-page ul li {
	list-style: none;
	margin: 5px 0;
}
.contact-page ul li .fas {
	color: #FFD800;
    font-size: 18px;
	padding-right: 8px;
}
.contact-page-working li {
	margin: 0 !important;
}
.row-img {
	display: flex;
}
.box-img img {
	height: 150px;
}
.logo-card {
	border: 5px solid #242424;
    border-radius: 14px;
    background: #FFD800;
    margin: 0 15px 40px;
}
.box-logo-img {
	padding: 40px 20px;
    border: 5px solid #FFD800;
    border-radius: 14px;
    background: #919191;
    height: 135px;
}
.go-link {
	height: 45px;
    text-align: center;
    line-height: 40px;
    font-weight: 600;
}
.go-link a:hover {
	font-size: 110%;
}
/*style page careers*/
.section-careers h4 {
	text-align: center;
	margin-bottom: 30px;
}
.work-position {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 15px;
    /*border: 1px solid black;*/
    border-radius: 15px;
    box-shadow: 5px 5px 20px #ccc
}
.section-careers h1 {
	margin-bottom: 25px;
}
.work-position .work-info {
	width: 56%;
	border-right: 1px dashed #ccc;
	padding: 10px;
}
.work-position .work-appliaction {
	width: 19%;
    padding: 10px;
    display: flex;
    border-right: 1px dashed #ccc;
    gap: 10px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
}
.work-position .work-firm-info {
	width: 25%;
    background: white;
    padding: 10px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    height: 95px;
}
.work-position .work-date {
	font-size: 12px;
}
.work-position .work-position-title {
	margin: 5px 0 0 0;
	font-size: 15px;
}
.work-salary {
	color: #333;
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 10px;
	display: block;
}
.box-position {
    border-radius: 42px;
	width: 100%;
    margin-bottom: 30px;
	background: white;
  	color: #000;
}
.box-position ul {
	padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}
.logo-part {
	margin-bottom: 30px;
    background: black;
    width: 100%;
    display: flex;
    padding: 30px;
    justify-content: center;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.logo-part img {
	max-width: 300px;
}
.box-position .box-position-title {
	font-size: 26px;
    text-align: center;
    margin-top: 0;
    font-weight: 400;
    margin-bottom: 15px;
}
.box-position ul li {
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 10px;
}
li::marker {
	font-size: 26px;
	line-height: 26px;
	color: rgba(255, 216, 0, 1);
}
.section-company ul li a {
	font-size: 15px;
	font-weight: bold;
	line-height: 26px;
}
.section-company ul li a:hover {
	border-bottom: 2px solid rgba(255, 216, 0, 1);
	-webkit-transition: 0.7s;
    transition: 0.7s;
}
.box-position ul li span{
	position: relative;
	top: -6px;
	left: -10px;
	margin-left: 10px;
} 
.box-position p, .row-link {
    margin-left: 10px;
	margin-bottom: 0;
}
.box-position p {
	margin-top: -6px;
}
.work-position .link-jobs {
	border: 1px solid black;
    border-radius: 12px;
    font-size: 14px;
    padding: 8px 17px;
    color: black;
    font-weight: 700;
    text-decoration: none;
}
.home-page h1 {
	font-size: 46px;
	margin-top: 10px;
}
.work-position .link-jobs.black-link {
	font-weight: 500;
	background: #812392;
    color: #fff;
	text-align: center;
	width: 70%;
}

.work-position ul li .link-jobs span {
	margin: 0;
    font-weight: 600;
	position: unset;
}
.row-bonus {
	display: flex;
    margin-top: 40px;
    gap: 10px;
}
.bonus-card {
	border-radius: 14px;
    background: #FFD800;
    margin: 0;
    width: 20%;
    text-align: center;
}
.info-bonus {
	font-size: 18px;
    padding: 20px 20px 0;
	line-height: 28px;
	margin-top: 0;
}
.bonus-card img {
	width: 25%;
    margin-top: 19px;
}
@media (max-width: 1200px) {
	.nav-links li {
		padding: 12px 8px 0;
	}
	.nav-links li a {
		font-size: 16px;
	}
	.slider-jobs {
		padding: 5px;
	}
}
@media (max-width: 992px) and (min-width: 768px) {
	.footer-social-icons li {
		line-height: 35px;
		height: 32px;
	}
}
@media (max-width: 992px) {
	
}
@media (max-width: 599px) {
	.info-worker {
		line-height: 20px;
	}
	.info-worker p {
		font-size: 20px;
	}
}
@media (max-width: 499px) {
	body h1 {
		font-size: 36px;
		margin: 0;
	}
	body h4 {
		font-size: 30px;
		line-height: 33px;
		text-align: center;
	}
	body p {
		margin-top: 15px;
		text-align: center;
	}
	.section_about_us h4 {
		text-align: center;
		padding-top: 0;
	}
	.image-section {
		height: 280px;
	}
	.link-site, .section_about_us {
		margin: 18px 0;
	}
	.section_about_us .btn-read.stile-yellow, .btn-read.stile-black {
		float: unset;
		width: 140px;
		margin: 15px auto;
		display: block;
	}
	.team-slide .owl-stage-outer {
		padding-top: 0;
		padding-bottom: 0;
	}
	body .info-worker p {
		text-align: left;
	}
	.section-news .owl-dots {
		bottom: -20px;
	}
}
.nav-links li:hover .drop-menu {
	display: block;
}
.company-page .section-team {
	margin-bottom: 0;
	padding-bottom: 50px;
}
.history {
	margin-bottom: 20px;
}
.section-reference .reference-name {
	background: #FFD800;
    position: absolute;
    width: 85%;
    bottom: 0px;
    margin-left: 7.5%;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    text-align: center;
    padding: 10px;
    font-weight: 700;
    font-size: 15px;
    height: 40px;
    display: flex;
	justify-content: center;
	flex-direction: column;
}
.black-link.link-jobs:hover {
	background: black;
	color: white !important;;
}
.black-link.link-jobs:hover span {
	color: white;
}
.black-link.link-jobs span:before {
	content: none;
}

.work-position .link-appliaction {
    font-weight: 400;
    background: black;
    color: white;
    text-align: center;
    border: 1px solid black;
    border-radius: 12px;
    font-size: 14px;
    padding: 8px 0;
    text-decoration: none;
    width: 70%;
}

.section-bonus {
	padding-top: 0;
}
.form-control {
	border-radius: 30px !important;
}
textarea {
	box-sizing: border-box;
}
#contactFormSubmit {
	margin: 0;
}
.background-dark .info-worker a {
	color: white;
}
.background-dark {
	padding-bottom: 50px;
}
.owl-carousel .owl-stage {
	margin: 0 auto
}
.salary {
	background: rgba(255, 216, 0, 1) !important;
}
.work-position-title {
	font-weight: 700;
	margin: 15px 0;
    display: block;
}
.work-position-title:hover span {
	font-weight: 700;
}
.info-all-companies {
	display: flex;
	flex-direction: column;
	background: black;
    border-radius: 15px;
    box-shadow: 5px 5px 20px #ccc;
}
.info-all-company a {
    padding: 20px;
    display: flex;
    justify-content: center;
}
.info-all-company:nth-child(2n) a {
	background: white;
}
.info-all-company:nth-child(2n - 1) {
	background: white;
}
.info-all-company:nth-child(2n - 1) a {
	background: black;
}
.info-all-company img {
	width: 35%;
}
.info-all-company a, .info-all-company:first-child {
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
}
.info-all-company:last-child a {
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}
.section-companies, .section-partners {
    height: auto;
}
.section-companies .container {
	display: flex;
	flex-direction: row;
    justify-content: space-between;
    width: 100%;
    gap: 50px;
}
.section-companies.background-dark .container {
	flex-direction: row-reverse;
}
.section-companies .container .company-logo {
	width: 30%;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.section-companies .container .company-info {
	width: 70%;
}
.section-companies.background-dark, .section-companies.background-dark a {
	color: white;
}
.section-companies .company-title {
	font-size: 20px;
}
.section-companies .company-info .company-text {
	margin-bottom: 10px;
	font-size: 15px;
}
.section-companies .company-view-more {
	border: 1px solid black;
    border-radius: 12px;
    font-size: 14px;
    background: black;
    color: white;
    font-weight: 400;
    text-decoration: none;
    margin-top: 10px;
    display: block;
    width: 155px;
    line-height: 1.5;
    padding: 8px 17px;
}
.section-companies.background-dark .company-view-more, .section-companies .company-view-more:hover {
	color: black;
    background: #FFD800;
}
.section-companies.background-dark .company-view-more:hover {
	border-color: white;
	background: black;
    color: white;
}
.section-companies {
	box-shadow: 5px 5px 20px #ccc;
	width: 1200px;
	margin: 15px auto;
	border-radius: 15px;
}
.section-top h1 {
	font-size: 24px;
    text-align: left;
}
.section-partners .container {
	display: flex;
	flex-direction: row;
    justify-content: space-between;
    width: 100%;
    gap: 50px;
}
.section-partners .container .ref-logo {
	width: 20%;
}
.section-partners .container .ref-info {
	width: 80%;
}
.section-partners {
	background: white;
    color: black;
    width: 1200px;
    margin: 15px auto;
    border-radius: 15px;
    box-shadow: 5px 5px 20px #ccc;
    position: relative;
}
.ref-info .ref-title {
	font-size: 20px;
}
.view-partner {
	border-radius: 14px;
    background: #FFD800;
    display: block;
    padding: 7px 10px;
    text-align: center;
    margin-top: 10px;
    position: absolute;
    border: 1px solid #FFD800;
    bottom: 7px;
    right: 15px;
    font-size: 14px;
        border-radius: 12px;
}
.view-partner:hover {
	border-color: white;
	color: white;
	background: black;
}
.section-partner .owl-carousel .item .zoom-reference {
    width: 40px;
    height: 40px;
    right: 10px;
    background: #000;
    position: absolute;
    border-radius: 30px;
    top: 10px;
    padding: 5px;
}
.section-partner .item {
	border-radius: 15px;
    border: 1px solid black;
}
.section-partner .item img {
	border-radius: 15px;
}
.section-partner .reference-name {
	padding: 5px 0;
    font-size: 14px;
	color: white;
	background: black;
	text-align: center;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.section-partner .popup {
    position: absolute;
    width: 0;
    height: 0 !important;
    background: rgba(0,0,0,0.4);
    z-index: 10;
    opacity: 0;
    text-align: center;
}
.pswp {
	z-index: 110000 !important;
}
.section-bonus {
	margin-top: 20px;
}
.work-firm-logo {
	margin: auto;
}
.work-firm-logo img {
	width: auto;
    height: 35px;
}
.work-firm-info {
	display: flex;
    flex-direction: row;
}
.work-about-us {
	border-radius: 15px;
	padding: 5px 15px;
	border: 1px solid black;
	display: block;
    height: 35%;
    font-size: 14px;
}
.nav-logo {
	display: none;
}
.ref-img, .zoom-reference {
	cursor: pointer;
}
.empty-nav {
	background: rgba(0, 0, 0, 0.6); 
	position: fixed; 
	right: 0; 
	top: 0; 
	width: 20%; 
	height: 100%;
	display: none;
}
.nav-social {
	display: none;
}
main {
	margin-top: 90px;
}
.header {
	position: fixed;
    height: 90px;
    z-index: 10000;
    top: 0;
}
.page-all-companies .background-dark {
	padding-bottom: 20px;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
	padding: 5px !important;
}
.form-control {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
	border-radius: 12px !important;
}
a span:hover:before, .fixed-buttons a.active span:before {
    width: 100%;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
a span:before, .fixed-buttons a.active span:before  {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0px;
    height: 1.5px;
    width: 0px;
    background: #FFD800;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.fixed-buttons a {
	position: relative;
}
.fixed-buttons a.active span:before {
	width: 100%;
}
.history a.bold-text {
	font-weight: 700;
	font-size: 17px;
}
.pswp__button.pswp__button--arrow--left{
	left: 25% !important;
}
.pswp__button.pswp__button--arrow--right {
	right: 25% !important;
}
.drop-menu p img {
	width: 25%;
	height: auto;
}
.drop-menu p, .drop-menu p a {
	text-transform: initial;
	margin-bottom: 0;
	text-align: left;
	line-height: 22px;
	padding: 0;
}
.drop-menu p a {
	color: blue;
}
.drop-text a {
	color: #000 !important;
	font-size: 13px !important;
	line-height: 20px !important;
	opacity: 0.7;
	width: 87%;
}
.nav-links .drop-menu li {
	border-bottom: 1px solid #ccc;
	padding: 10px 0 10px 25px;
}
.nav-links .drop-menu li:last-child {
	border-bottom: none;
}
.section-team.background-dark, .section-team.background-s3 {
	background: #e5e5e5;
	color: black;
}
.info-team p, .info-worker p, .info-worker a {
	color: black !important;
}