[data-fancybox=gallery] {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
[data-fancybox=gallery] > img {
  display: none;
}
[data-fancybox=gallery]:hover:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/zoom.svg) no-repeat 47% 50%/35%;
}
[data-fancybox=gallery]:focus {
  outline: none;
}

.fancybox-navigation .fancybox-button[disabled], .fancybox-navigation .fancybox-button[disabled]:hover {
  opacity: 0.5 !important;
}

.fancybox-inner .fancybox-stage {
  width: 60%;
  height: calc(100% - 250px);
  min-height: 250px;
  transform: translateX(-50%);
  bottom: 220px;
  left: 50%;
  padding: 20px;
  top: initial;
}
@media all and (max-width: 768px) {
  .fancybox-inner .fancybox-stage {
    width: 90%;
    bottom: 185px;
    height: calc(100% - 185px);
  }
}
.fancybox-inner .fancybox-stage:after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 1px solid #fff;
}
@media all and (max-width: 640px) {
  .fancybox-inner .fancybox-stage:after {
    display: none;
  }
}
.fancybox-inner .fancybox-stage .fancybox-image {
  width: initial;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 85%;
}
@media all and (max-width: 640px) {
  .fancybox-inner .fancybox-stage .fancybox-image {
    width: 100%;
  }
}
.fancybox-inner .fancybox-stage .fancybox-button--close {
  background: url(../img/fancy-close.svg) no-repeat center/contain !important;
  width: 30px;
  height: 30px;
  padding: 0;
}
.fancybox-inner .fancybox-stage .fancybox-toolbar {
  right: 30px;
  top: 30px;
}
@media all and (max-width: 640px) {
  .fancybox-inner .fancybox-stage .fancybox-toolbar {
    right: -4px;
  }
}

.fancybox-button.fancybox-button--zoom {
  display: none !important;
}

.fancybox-navigation .fancybox-button.fancybox-button--arrow_right,
.fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
  width: 40px !important;
  height: 40px !important;
  outline: none;
  top: calc(50% - 20px);
}
@media all and (max-width: 640px) {
  .fancybox-navigation .fancybox-button.fancybox-button--arrow_right,
.fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
    display: none;
  }
}
.fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
  background: url(../img/arrow-next-yellow.svg) no-repeat;
  right: 0;
}
.fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
  background: url(../img/arrow-prev-yellow.svg) no-repeat;
  left: 0;
}

.fancybox-navigation > button.fancybox-button {
  padding: 0;
}

.fancybox-bg {
  opacity: 0.85 !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #2e2c70 !important;
}

.fancybox-thumbs .swiper-pagination-bullets {
  left: 0;
  text-align: center;
}

.fancybox-show-thumbs .fancybox-thumbs {
  width: 800px !important;
  bottom: 40px !important;
  top: initial !important;
  right: 50%;
  transform: translateX(50%);
}
@media all and (max-width: 768px) {
  .fancybox-show-thumbs .fancybox-thumbs {
    bottom: 10px !important;
  }
}
.fancybox-show-thumbs .fancybox-thumbs:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-radius: 3px;
  background-color: #d1c1e1;
  position: absolute;
  bottom: 50px;
}

.fancybox-thumbs__list {
  margin: 0 auto !important;
  overflow: initial !important;
  justify-content: center;
}
.fancybox-thumbs__list a:before {
  border: solid 2px #f9a018 !important;
  cursor: pointer;
}

.fancybox-show-thumbs .fancybox-thumbs {
  background: transparent;
  padding-bottom: 70px;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 0 !important;
}

.fancybox-thumbs .swiper-pagination {
  bottom: 0;
}

.fancybox-thumbs-wrapper {
  position: absolute;
  bottom: 0;
}

@media (max-height: 500px) {
  .fancybox-show-thumbs .fancybox-thumbs {
    display: none;
  }

  .fancybox-inner .fancybox-stage {
    width: 80%;
    height: 90%;
    top: 0 !important;
  }
}
h4 {
  font-size: 20px;
  font-weight: 500;
  color: #2e2c70;
  text-transform: uppercase;
  position: relative;
}

.about-us-info {
  margin-bottom: 35px;
  position: relative;
}
@media all and (max-width: 640px) {
  .about-us-info {
    margin-bottom: 0;
  }
}
.about-us-info .wrapper {
  position: static;
}

@media all and (max-width: 640px) {
  .about-us-position {
    position: relative;
  }
}

.about-us-resume {
  width: 70%;
  background-color: #2e2c70;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 40px 150px 15px 0;
  position: relative;
}
.about-us-resume:before {
  content: "";
  width: 1500px;
  height: 100%;
  display: block;
  background-color: #2e2c70;
  position: absolute;
  right: 100%;
  top: 0;
}
.about-us-resume p {
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 1.41;
  color: #ffffff;
}
@media all and (max-width: 1024px) {
  .about-us-resume {
    width: 100%;
    padding-right: 44%;
  }
}
@media all and (max-width: 768px) {
  .about-us-resume {
    padding-right: 240px;
  }
}
@media all and (max-width: 640px) {
  .about-us-resume {
    padding-right: 20px;
    padding-bottom: 450px;
    border-bottom-right-radius: 0;
  }
}

.about-us-resume-addition {
  width: 450px;
  height: 103px;
  display: flex;
  align-items: center;
  border-bottom-right-radius: 30px;
  position: relative;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background: url(../img/compas-logo.svg) no-repeat 125% 0%;
  background-size: 184px 185px;
  background-color: #da1f3d;
}
.about-us-resume-addition:before {
  content: "";
  width: 1500px;
  height: 100%;
  display: block;
  background-color: #da1f3d;
  position: absolute;
  right: 100%;
  top: 0;
}
@media all and (max-width: 640px) {
  .about-us-resume-addition {
    width: 100%;
    max-width: 260px;
    text-align: center;
  }
}

.doc__slider {
  height: 410px;
  width: 43%;
  z-index: 30;
  position: absolute;
  top: 0;
  right: 0;
}
@media all and (max-width: 768px) {
  .doc__slider {
    width: 230px;
  }
}
@media all and (max-width: 640px) {
  .doc__slider {
    top: initial;
    bottom: 70px;
    left: 0;
    width: calc(100% + 28px);
  }
}
.doc__slider .swiper-container {
  height: 412px;
}
.doc__slider .swiper-slide {
  width: 230px !important;
  height: calc(100% - 85px);
  margin-top: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.doc__slider .swiper-slide:hover a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/zoom.svg) no-repeat 47% 50%/100px 100px;
}
.doc__slider .swiper-slide img {
  width: 100%;
  height: 100%;
}
.doc__slider .swiper-slide:after {
  content: "";
  display: block;
  position: absolute;
  top: -23px;
  right: 0;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background-color: #f9a018;
}
.doc__slider .swiper-pagination {
  width: calc(100% - 160px) !important;
  bottom: -38px;
  left: 0;
  text-align: left;
}
@media all and (max-width: 768px) {
  .doc__slider .swiper-pagination {
    width: 100% !important;
  }
}
.doc__slider .swiper-pagination:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #d1c1e1;
  position: absolute;
  left: 160px;
  vertical-align: super;
  transform: translateY(-50%);
  top: 50%;
}
@media all and (max-width: 768px) {
  .doc__slider .swiper-pagination:after {
    display: none;
  }
}
.doc__slider .swiper-pagination .swiper-pagination-bullet {
  left: 0 !important;
}
.doc__slider .swiper-navigation {
  width: 90px;
  position: absolute;
  bottom: -30px;
  right: 30px;
}
.doc__slider .swiper-navigation .swiper-button-next {
  width: 40px;
  height: 40px;
  background: url(../img/arrow-next-yellow.svg) no-repeat;
  right: 0;
  outline: none;
}
.doc__slider .swiper-navigation .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: url(../img/arrow-prev-yellow.svg) no-repeat;
  left: 0;
  outline: none;
}
@media all and (max-width: 768px) {
  .doc__slider .swiper-navigation {
    right: 5px;
  }
}
@media all and (max-width: 640px) {
  .doc__slider .swiper-navigation {
    right: 40px;
  }
}

.goals-container {
  margin-top: 60px;
  margin-bottom: 50px;
}

.goals__list {
  margin-top: 40px;
}
@media all and (max-width: 1024px) {
  .goals__list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.goals__list .goals__item:nth-child(1) .goals__item-img {
  background: url(../img/honest.svg) no-repeat center/70% #ffeacb;
}
.goals__list .goals__item:nth-child(2) .goals__item-img {
  background: url(../img/team.svg) no-repeat center/70% #ffeacb;
}
.goals__list .goals__item:nth-child(3) .goals__item-img {
  background: url(../img/briefcase.svg) no-repeat center/70% #ffeacb;
}
.goals__list .goals__item:nth-child(4) .goals__item-img {
  background: url(../img/development.svg) no-repeat center/70% #ffeacb;
}
.goals__list .goals__item:nth-child(5) .goals__item-img {
  background: url(../img/prize.svg) no-repeat center/70% #ffeacb;
}

.goals__item {
  text-align: center;
  flex: 1;
}
@media all and (max-width: 1024px) {
  .goals__item {
    min-width: 170px;
    max-width: 230px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 768px) {
  .goals__item {
    min-width: 200px;
  }
}
@media all and (max-width: 640px) {
  .goals__item {
    min-width: initial;
    max-width: initial;
    width: calc(40%);
    flex: initial;
  }
}
@media all and (max-width: 425px) {
  .goals__item {
    width: 100%;
  }
}
.goals__item:not(:last-child) {
  margin-right: 30px;
}
@media all and (max-width: 1024px) {
  .goals__item:not(:last-child) {
    margin: 10px;
  }
}
.goals__item p {
  font-size: 14px;
  font-weight: 500;
  color: #2e2c70;
  text-align: center;
}

.goals__item-img {
  width: 106px;
  height: 106px;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-size: contain;
  margin-bottom: 11px;
}
@media all and (max-width: 640px) {
  .goals__item-img {
    width: 90px;
    height: 90px;
  }
}

.company-philosophy {
  background-color: #f1ecf6;
  position: relative;
  margin-bottom: 53px;
  padding-top: 15px;
}
@media all and (max-width: 640px) {
  .company-philosophy {
    margin-bottom: 0;
  }
}

.company-philosophy-internal li {
  position: relative;
  padding-left: 60px;
  display: inline-block;
  width: calc(100% / 3 - 74px);
  margin-bottom: 50px;
  margin-top: 10px;
  vertical-align: middle;
}
.company-philosophy-internal li:before {
  content: url("../img/check-mark-button.svg");
  position: absolute;
  left: 0;
  top: calc(50% - 18px);
}
.company-philosophy-internal li:nth-child(1), .company-philosophy-internal li:nth-child(2) {
  margin-right: 110px;
}
.company-philosophy-internal li:nth-child(1):after, .company-philosophy-internal li:nth-child(2):after {
  content: "";
  display: block;
  width: 75px;
  height: 1px;
  border-radius: 3px;
  background-color: #d1c1e1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -90px;
}
@media all and (max-width: 1024px) {
  .company-philosophy-internal li {
    width: calc(100% / 2 - 55px);
    margin-bottom: 30px;
  }
  .company-philosophy-internal li:first-child {
    margin-right: 110px;
  }
  .company-philosophy-internal li:nth-child(2) {
    margin-right: 0;
  }
  .company-philosophy-internal li:nth-child(n+3) {
    width: 100%;
    margin-right: 0;
    padding-right: 63%;
  }
  .company-philosophy-internal li:nth-child(2):after {
    display: none;
  }
  .company-philosophy-internal li:nth-child(1):after {
    right: -70px;
  }
}
@media all and (max-width: 640px) {
  .company-philosophy-internal li {
    width: 100%;
    margin-right: 0 !important;
    padding-right: 0 !important;
  }
  .company-philosophy-internal li:after {
    display: none !important;
  }
}

.company-philosophy-external {
  background: url(../img/philosophy.jpg) no-repeat center/cover;
  padding: 5px 0 0 45px;
  border-top-left-radius: 35px;
  position: absolute;
  right: 0;
  bottom: -55px;
  width: 55%;
  overflow: hidden;
}
@media all and (max-width: 1440px) {
  .company-philosophy-external {
    width: calc(100% / 3 * 2 - 75px);
  }
}
@media all and (max-width: 1024px) {
  .company-philosophy-external {
    bottom: -53px;
  }
}
@media all and (max-width: 768px) {
  .company-philosophy-external {
    padding-left: 37px;
    padding-right: 15px;
  }
}
@media all and (max-width: 640px) {
  .company-philosophy-external {
    position: static;
    width: calc(100% + 56px);
    margin-left: -28px;
  }
}
.company-philosophy-external h4 {
  color: #fff;
  display: inline-block;
}
.company-philosophy-external h4:after {
  content: "";
  display: block;
  width: 1500px;
  height: 3px;
  border-radius: 3px;
  background-color: #d1c1e1;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  left: calc(100% + 22px);
}
.company-philosophy-external ul {
  display: flex;
  margin-right: 100px;
}
@media all and (max-width: 1024px) {
  .company-philosophy-external ul {
    flex-direction: column;
    margin-right: 66px;
  }
}
@media all and (max-width: 768px) {
  .company-philosophy-external ul {
    margin-right: 0;
  }
}
.company-philosophy-external li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 30px;
  font-size: 14px;
  color: #fff;
}
.company-philosophy-external li:not(:last-child) {
  margin-right: 8%;
}
.company-philosophy-external li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  background-color: #f9a018;
  border-radius: 8px;
  margin-right: 12px;
}

/*# sourceMappingURL=about-us.css.map */
