

/* Start:/local/templates/vjweb_sever/css/home.css?175784854113596*/
 
/* home page */
.buy-products-section {
  padding: 64px 0 0 0;
}
@media (max-width: 992px) {
  .buy-products-section {
    padding-top: 14px;
  }
}
@media (max-width: 767px) {
  .buy-products-section {
    padding-top: 28px;
  }
}

.buy-products {
  padding-bottom: 64px;
}
@media (max-width: 992px) {
  .buy-products {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .buy-products {
    padding-bottom: 35px;
  }
}
@media (max-width: 992px) {
  .buy-products .col-lg-6:last-child .buy-product-item {
    margin-bottom: 0;
  }
}

.buy-product-item {
  position: relative;
  border-radius: 15px 0 0 15px;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .buy-product-item {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .buy-product-item {
    justify-content: flex-start;
    flex-direction: column;
    border-radius: 0;
    margin-bottom: 38px;
  }
}
.buy-product-item__img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.buy-product-item__img:before {
  content: "";
  background: linear-gradient(270deg, #0c1b32 3.449%, rgba(12, 27, 50, 0) 69.491%), linear-gradient(270deg, #0c1b32 3.449%, rgba(12, 27, 50, 0) 69.491%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media (max-width: 767px) {
  .buy-product-item__img {
    position: relative;
    margin-bottom: 16px;
    height: 195px;
    border-radius: 15px 0 0 15px;
  }
}
.buy-product-item__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
}
.buy-product-item__content {
  padding: 25px;
  max-width: 305px;
  width: 100%;
  position: relative;
  z-index: 9;
}
@media (max-width: 1100px) {
  .buy-product-item__content {
    max-width: 305px;
  }
}
@media (max-width: 767px) {
  .buy-product-item__content {
    max-width: 100%;
    padding: 0;
  }
}
.buy-product-item__content p {
  color: #edf6ff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: left;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .buy-product-item__content p {
    font-size: 13px;
    line-height: 19px;
  }
}
.buy-product-item__title {
  display: block;
  margin-bottom: 4px;
  color: #e7e0c6;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.5px;
  text-align: left;
}
@media (max-width: 767px) {
  .buy-product-item__title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 1px;
  }
}
.buy-product-item__link a {
  display: flex;
  align-items: center;
  color: #e7e0c6;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: left;
}
.buy-product-item__link a:hover .icon {
  transform: translateX(8px);
}
.buy-product-item__link a .icon {
  margin-left: 8px;
  transition: 0.5s;
}
.buy-product-item__link a .icon img {
  display: block;
  width: 20px;
  height: 20px;
}
.buy-product-item__tag {
  position: absolute;
  bottom: 19px;
  left: 25px;
  z-index: 9;
  display: inline-flex;
  align-items: center;
  border-radius: 27px;
  backdrop-filter: blur(3.33px);
  background: #212e43;
  color: #e7e0c6;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: left;
  height: 24px;
  padding: 0 14px 0 25px;
  display: none;
}
.buy-product-item__tag:before {
  content: "";
  width: 3px;
  height: 3px;
  background: #e7e0c6;
  border-radius: 50%;
  position: absolute;
  left: 13px;
  top: calc(50% - 2px);
}

.about-section {
  padding: 64px 0 0 0;
}
@media (max-width: 992px) {
  .about-section {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .about-section {
    padding-top: 32px;
  }
}

.about-content {
  padding-bottom: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
@media (max-width: 992px) {
  .about-content {
    flex-direction: column;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .about-content {
    padding-bottom: 26px;
  }
}
.about-content__img {
  width: 730px;
  min-width: 730px;
}
@media (max-width: 1280px) {
  .about-content__img {
    width: 500px;
    min-width: 500px;
  }
}
@media (max-width: 992px) {
  .about-content__img {
    width: 100%;
    margin-bottom: 30px;
    min-width: auto;
    order: -2;
  }
}
.about-content__img img {
  width: 100%;
  display: block;
}
@media (max-width: 992px) {
  .about-content__img img {
    width: auto;
    max-width: 100%;
    height: 340px;
    object-fit: cover;
    object-position: 100% 50%;
  }
}
@media (max-width: 566px) {
  .about-content__img img {
    height: 195px;
  }
}
.about-content__info {
  width: calc(100% - 736px);
}
@media (max-width: 1280px) {
  .about-content__info {
    width: calc(100% - 500px);
  }
}
@media (max-width: 992px) {
  .about-content__info {
    width: 100%;
    transform: translateX(0px);
  }
}
.about-content__info p {
  color: #edf6ff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: left;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .about-content__info p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .about-content__info p {
    font-size: 13px;
    line-height: 18px;
  }
}
.about-content__numbers {
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 566px) {
  .about-content__numbers {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.about-content__number {
  width: calc(100%/3);
  color: #edf6ff;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.5px;
  text-align: left;
  padding-right: 15px;
}
@media (max-width: 566px) {
  .about-content__number {
    padding-right: 0;
    margin-bottom: 24px;
    width: 100%;
  }
}
.about-content__number span {
  display: inline-block;
  margin-bottom: 16px;
  background: linear-gradient(90deg, #e7e0c6, rgba(231, 224, 198, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 42px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: 0.5px;
  text-align: left;
}
@media (max-width: 767px) {
  .about-content__number span {
    margin-bottom: 0px;
  }
}
@media (max-width: 566px) {
  .about-content__number span {
    font-size: 34px;
  }
}

.vacancy-content {
  padding: 64px 0;
}
@media (max-width: 992px) {
  .vacancy-content {
    padding: 40px 0 18px 0;
  }
}
@media (max-width: 767px) {
  .vacancy-content {
    padding: 32px 0 10px 0;
  }
}

.vacancy-item {
  margin-bottom: 20px;
  background: linear-gradient(to left, #e7e0c6, rgba(231, 224, 198, 0));
  padding: 1px;
  box-sizing: border-box;
  border-radius: 15px;
}
@media (max-width: 992px) {
  .vacancy-item {
    min-height: 310px;
  }
}
.vacancy-item__content {
  background: #212e43;
  padding: 32px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .vacancy-item__content {
    min-height: 310px;
  }
}
@media (max-width: 767px) {
  .vacancy-item__content {
    padding: 20px;
  }
}
.vacancy-item__title {
  color: #e7e0c6;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: left;
  display: block;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .vacancy-item__title {
    min-height: auto;
  }
}
.vacancy-item p {
  color: rgba(237, 246, 255, 0.8);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: left;
  margin-bottom: 32px;
}
.vacancy-item__payment {
  color: #edf6ff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: left;
  display: block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .vacancy-item__payment {
    margin-bottom: 26px;
  }
}
@media (max-width: 480px) {
  .vacancy-item .btn {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .main-slider .swiper-nav {
    bottom: 38px;
    display: none;
  }
}
@media (max-width: 992px) {
  .main-slider--nav-show .swiper-nav {
    display: block;
  }
}
@media (max-width: 767px) {
  .main-slider--nav-show .swiper-nav {
    bottom: 15px;
  }
}
@media (max-width: 375px) {
  .main-slider .swiper-pagination {
    margin: 0 12px;
  }
}

.main-slide {
  position: relative;
}
.main-slide:before {
  content: "";
  width: 100%;
  height: 400px;
  bottom: 0;
  position: absolute;
  left: 0;
  z-index: 2;
  background: linear-gradient(0deg, #0c1b32, rgba(12, 27, 50, 0) 100%);
}
.main-slide__img img {
  display: block;
  width: 100%;
  height: 656px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 992px) {
  .main-slide__img img {
    height: 335px;
  }
}
@media (max-width: 767px) {
  .main-slide__img img {
    height: 460px;
  }
}
.main-slide__content {
  width: 100%;
  z-index: 9;
  position: absolute;
  bottom: 60px;
}
@media (max-width: 992px) {
  .main-slide__content {
    bottom: auto;
    top: 60px;
  }
}
@media (max-width: 767px) {
  .main-slide__content {
    bottom: 15px;
    top: auto;
  }
}
.main-slide__content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: left;
  margin-bottom: 32px;
  max-width: 564px;
}
@media (max-width: 767px) {
  .main-slide__content p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 22px;
  }
}
.main-slide__content p .h1 {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .main-slide__content p .h1 {
    text-transform: none;
    margin-bottom: 18px;
  }
}

.swiper-nav {
  right: -3px;
  position: absolute;
  bottom: 59px;
  width: 100%;
  z-index: 12;
}
@media (max-width: 992px) {
  .swiper-nav {
    bottom: 0;
  }
}
.swiper-nav__content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.swiper-pagination, .swiper-pagination-excellence {
  width: auto;
  position: relative;
  left: auto;
  right: auto;
  margin-top: -3px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #c4c7cf;
}
@media (max-width: 992px) {
  .swiper-pagination, .swiper-pagination-excellence {
    margin: -3px 12px 0 12px;
  }
}
@media (max-width: 767px) {
  .swiper-pagination, .swiper-pagination-excellence {
    font-size: 16px;
    margin: -3px 24px 0 24px;
  }
}
.swiper-pagination .swiper-pagination-current, .swiper-pagination-excellence .swiper-pagination-current {
  color: #fff;
}

.swiper-button-next {
  position: relative;
  width: 40px;
  height: 40px;
  background: url(/local/templates/vjweb_sever/css/../images/slider-arrow.svg) 50% 50% no-repeat;
  left: auto;
  right: auto;
  margin-left: 24px;
}
@media (max-width: 992px) {
  .swiper-button-next {
    margin-left: 0;
  }
}
.swiper-button-next:after {
  display: none;
}

.swiper-button-prev {
  position: relative;
  width: 40px;
  height: 40px;
  background: url(/local/templates/vjweb_sever/css/../images/slider-arrow-prev.svg) 50% 50% no-repeat;
  left: auto;
  right: auto;
  margin-left: 32px;
}
@media (max-width: 992px) {
  .swiper-button-prev {
    margin-left: 0;
    order: -2;
  }
}
.swiper-button-prev:after {
  display: none;
}

.excellence-slider-section {
  position: relative;
  padding: 65px 0 130px 0;
  background: url(/local/templates/vjweb_sever/css/../images/img-4.jpg) 50% 50% no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 992px) {
  .excellence-slider-section {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
@media (max-width: 767px) {
  .excellence-slider-section {
    padding-top: 40px;
    padding-bottom: 0px;
  }
}
.excellence-slider-section:before {
  content: "";
  width: 100%;
  height: 483px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #0c1b32, rgba(12, 27, 50, 0) 100%);
}
.excellence-slider-section:after {
  content: "";
  width: 100%;
  height: 374px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #0c1b32, rgba(12, 27, 50, 0) 100%);
}

.excellence-slider {
  position: relative;
  z-index: 9;
  overflow: visible;
}
@media (max-width: 767px) {
  .excellence-slider {
    padding-bottom: 160px;
  }
}
.excellence-slider .swiper-nav {
  bottom: -67px;
}
@media (max-width: 767px) {
  .excellence-slider .swiper-nav {
    bottom: 30px;
  }
}
@media (max-width: 992px) {
  .excellence-slider .swiper-nav__content {
    justify-content: center;
  }
}
.excellence-slider .swiper-wrapper {
  overflow: visible;
}
.excellence-slider .swiper-slide {
  width: 400px;
}
@media (max-width: 767px) {
  .excellence-slider .swiper-slide {
    width: 290px;
  }
}

.excellence-item {
  width: 100%;
  border-radius: 15px;
  box-shadow: 13px 13px 27.8px 0px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(15px);
  background: rgba(12, 27, 50, 0.7);
  padding: 32px;
}
.excellence-item__title {
  display: block;
  color: white;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: 0.5px;
  text-align: left;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .excellence-item__title {
    font-size: 20px;
    margin-bottom: 16px;
    line-height: 24px;
  }
}
.excellence-item p {
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: left;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .excellence-item p {
    font-size: 14px;
    margin-bottom: 16px;
    line-height: 20px;
  }
}
.excellence-item__btns .btn {
  margin-bottom: 32px;
}
.excellence-item__btns .btn:last-child {
  margin-bottom: 0;
}

/* end home page */
/* End */
/* /local/templates/vjweb_sever/css/home.css?175784854113596 */
