
::-webkit-scrollbar {
  visibility: hidden;
  height: 0;
  width: 0;
  display: none;
}

body .container-lg {
  overflow: hidden;
  
}


@media (min-width: 1200px) { 
  body .container-lg {
    overflow: visible;
  }
 }
.swiper {
  width: 100%;
  overflow: hidden;
}

img {
  width: 100%;
}


.counter-section,.one-plus-eight-plus-N-section,.team-section,.picture-wall-section,
.offer-section{
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0;
}

.picture-wall-section{
  padding-bottom: 0;
}
.counter-section.lazyloaded{
  background-image: url(../images/counter-bg23.jpg);
}
.one-plus-eight-plus-N-section.lazyloaded {
  background-image: url(../images/oneeightn-bg.png);
}
.team-section.lazyloaded {
  background-image: url(../images/team-bg.png);
}

.picture-wall-section.lazyloaded {
  background-image: url(../images/pictures-wall/bg.png);
}

.union-section ,.students-employment-company-section {
  padding: 60px;
}

.offer-section.lazyloaded{
  background-image: url(../images/offer/bg.png);
}


.union-section .union-items {
  margin: 68px 0 100px;
}
.union-section .union-items>div{
  margin-left: 15px;
  margin-right: 15px;
}

.union-items .union-item {
  background: #F7F7F7;
  text-align: center;
  padding: 49px 21px 47px;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}


.union-item:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  transform: scale(1);
  background: #050A1E;
  z-index: -1;
  transition: 0.5s;
}

.union-item:hover:before {
  transform: scale(1);
}


.union-items .union-item .union-item-icon {
  width: 50px;
  margin: 0 auto;
  filter: brightness(0) invert(1);
}

.union-item-icon img {
  vertical-align: middle;
  border-style: none;
}

.union-item .department-name {
  overflow-wrap: break-word;
  color: rgba(44, 44, 44, 1);
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  line-height: 22px;
  margin-top: 28px;
  color: #ffffff;
}

.union-item:hover .department-name {
  color: #ffffff;
}


.union-item .description {

  overflow-wrap: break-word;
  color: rgba(44, 44, 44, 1);
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  line-height: 24px;
  margin: 22px auto;
  color: #c3c3c3;
}

.union-item:hover .description {
  color: #c3c3c3;
}


.union-item a.feature-button {
  font-size: 15px;
  color: #050a1e;
  font-weight: 400;
  border-bottom: 1px solid #AEAFB4;
  transition: 0.5s;
  text-decoration: none;
  color: #FF4500;
  border-bottom: 1px solid #FF4500;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
}

.union-item:hover a.feature-button {
  color: #FF4500;
  border-bottom: 1px solid #FF4500;
}

.union-item:hover i {
  color: #FF4500;
}

a.feature-button i {
  display: inline-block;
  font-size: 23px;
  transform: rotate(-45deg);
  color: #FF4500;
  transition: 0.5s;
}


.feature-shape1 {
  position: absolute;
  top: -136px;
  left: -137px;
  opacity: 0;
  transition: 0.5s;
}

.feature-shape2 {
  position: absolute;
  right: -145px;
  bottom: -202px;
  opacity: 0;
  transition: 0.5s;
}

.union-item:hover .feature-shape1 {
  opacity: 1
}

.union-item:hover .feature-shape2 {
  opacity: 1
}



.counter-section-title {
  color: rgba(255, 255, 255, 1);
}


.counter-item {
  color: #fff;
  margin-bottom: 20px;
  margin-right: 15px;
  margin-left: 15px;
  flex: 1;
}


.counter-item .descritpion {
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  line-height: 17px;
}

.counter-item .counter {
  font-size: 50px;
  font-weight: 600;
  text-align: left;
  position: relative;
  display: block;
  z-index: 1;
}


.counter-item .counter::before {
  position: absolute;
  content: "";
  top: 1px;
  left: -10px;
  height: 40px;
  width: 40px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: -1;
}


.counter-item .counter-unit {
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  line-height: 15px;
  margin-left: 10px;
}

.counter-section .container-lg {
  margin: 50px auto;
}


.one-plus-eight-plus-N-section .section-title {
  color: #ffffff;
}


.one-plus-eight-plus-N-section .header-block {
  height: 90px;
  display: flex;
  align-items: center;
  margin-top: 40px;
}



.one-plus-eight-plus-N-section .header-block .header-item {
  background-image: linear-gradient(-90deg, rgba(36, 149, 224, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  flex: 1;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  height: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 1);
  position: relative;
  cursor: pointer;
}

.one-plus-eight-plus-N-section .header-block .header-item::after {
  content: '';
  position: absolute;
  background-color: rgba(255, 69, 0, 1);
  width: 4px;
  height: 100%;
  right: 0;
}

.one-plus-eight-plus-N-section .header-block .header-item.active {
  background-image: linear-gradient(-90deg, rgba(255, 69, 0, 1) 0%, rgba(36, 149, 224, 0) 100%);
}



.one-plus-eight-plus-N-section .content {
  background-color: rgba(247, 247, 247, 1);
  width: 100%;
}


.team-section .container-lg {
  position: relative;
  margin-top: 40px;
}

.ips .swiper-button-prev {
  left: -100px;
}

.ips .swiper-button-next {
  right: -100px;
}

.ips .swiper-button-prev::after,
.ips .swiper-button-next::after {
  all: unset;
}

.ips .swiper-button-prev,
.ips .swiper-button-next {

  border: 1px solid #c6c6c6;
  width: 50px;
  height: 50px;
  color: #fc8052;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}



.team-member {
  height: 280px;
  background: unset;
  width: calc(100% / 4);
}


.swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.single_team_thumb1 {
  position: relative;
  z-index: 1;
  width: 80%;
}


.single_team_thumb1 img {
  width: 100%;
}

.single_team_content {
  width: 75%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}

.team-title {
  padding: 10px 0;
  background: #FF4500;
  text-align: center;
  width: 80%;
  position: relative;
  z-index: 1;
  left: 10%;
  border-radius: 3px 3px 0 0;
  transform: perspective(500px)rotateX(0deg);
  -webkit-transition: all 400ms linear 0ms;
  transition: all 400ms linear 0ms;
  margin-bottom: 0px;
}

.team-title h4 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0px;
}

.team-title span {
  color: #fff;
}

.single_team_icon {
  position: relative;
  z-index: 1;
  left: 10%;
  width: 80%;
  background: #131323;
  text-align: center;
  padding: 4px 0;
  border-radius: 0 0 3px 3px;
  transform: perspective(500px)rotateX(0deg);
  -webkit-transition: all 400ms linear 0ms;
  transition: all 400ms linear 0ms;
  top: -2px;
  color: #fff;
  font-size: 14px;
}

.team-member:hover .team-title {
  transform: perspective(500px)rotateX(0deg);
}

.team-member:hover .single_team_icon {
  transform: perspective(500px)rotateX(0deg);
}

.picture-wrapper{
  display: flex;
  flex-wrap: wrap;
}

.picture-wall-section .picture {
  width: 50%;
  position: relative;
  margin-bottom: 100px;
  border-radius: 10px;
}

.picture-wall-section .picture .main-img {
  width: 90%;
  margin: 0 auto;
  display: block;
  border-radius: 10px;
}

.picture-wall-section .picture .content {
  position: absolute;
  background-color: #ff4400;
  bottom: -30px;
  z-index: 1;
  width: 60%;
  height: 35%;
  display: flex;
  align-items: center;
  padding: 30px;
  border-radius: 10px;
}

.picture-wall-section .picture .content .icon {
  width: 25%;
}


.picture-wall-section .picture .content .icon img {
  width: 100%;
}

.picture-wall-section .picture:nth-child(even) .content {
  right: -15px;
}

.picture-wall-section .picture:nth-child(odd) .content {
  left: -15px;
}

.picture-wall-section .picture .content .text {
  margin-left: 20px;
  font-size: 14px;
  color: #fff;
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
}

.picture-wall-section .container-lg {
  margin-top: 40px;
}


.students-employment-company-section .flex-row{
  flex-wrap: wrap;
}


.students-employment-company-section .image-wrapper {
  margin-bottom: 10px;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
  padding-right: 15px;
  padding-left: 15px;
}



.students-employment-company-section .logo {
  width: 100%;
}





.offer-section .section-title {
  color: #fff;
}

.offer-section .container-lg {
  margin-top: 40px;
}

.offer-section .offer {
  width: 100%;
}


.offer-section .swiper-slide {
  border-radius: 15px;
}

.normal-offer-swiper .swiper-slide {
  width: calc(100% / 6 - 10px);
  margin-right: 10px;
}

.primary-offer {
  display: flex;
  align-items: center;
  width: 100%;
  background-size: 100%;
  padding: 50px;
  aspect-ratio: 960/420;
  border-radius: 15px;
  background-color: #ffffff;
}

.primary-offer .offer-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
}

.primary-offer .content {
  flex: 1;
  text-align: left;
  margin-left: 50px;
}


.primary-offer .content .name {
  font-size: 22px;
  font-weight: 700;
  color: #333333;
}



.primary-offer .content .info {
  font-size: 16px;
  font-weight: 700;
  color: #ff4400;
  margin-top: 10px;
  letter-spacing: 3px;
}


.primary-offer .content .text {
  font-size: 18px;
  font-weight: 700;
  color: #777;
  margin-top: 10px;
  line-height: 26px;
}


.primary-offer .offer-img img {
  width: 100%;
}


.offer-section .primary-offer-swiper .swiper-slide-1 .primary-offer.lazyloaded {
  background-image: url(../images/offer/primary-1-bg.png);
}


.offer-section .primary-offer-swiper .swiper-slide-2 .primary-offer.lazyloaded {
  background-image: url(../images/offer/primary-2-bg.png);
}


.offer-section .primary-offer-swiper .swiper-slide-3 .primary-offer.lazyloaded {
  background-image: url(../images/offer/primary-3-bg.png);
}

.primary-offer-swiper .swiper-slide {
  opacity: 0;
}

.primary-offer-swiper .swiper-slide-prev {
  opacity: 0.8;
}


.primary-offer-swiper .swiper-slide-next {
  opacity: 0.8;
  margin-left: -20px;
}

.primary-offer-swiper .swiper-slide-active {
  opacity: 1;
}

.primary-offer-container {
  position: relative;
}

.primary-offer-container .swiper-button-prev,
.primary-offer-container .swiper-button-next {
  color: #fff;
}
