/* line 1, ../scss/current-project/_archive.scss */
#the-archive-container {
  margin: 40px 0;
}

@media screen and (min-width: 768px) {
  /* line 5, ../scss/current-project/_archive.scss */
  .new-archive-slider.owl-carousel > .owl-stage-outer {
    margin: 0 50px;
  }
}

/* line 12, ../scss/current-project/_archive.scss */
.new-archive-slider.owl-carousel .owl-nav button.owl-prev,
.new-archive-slider.owl-carousel .owl-nav button.owl-next {
  background-color: #195ed1;
  color: #fff;
  position: absolute;
  width: 40px;
  height: 340px;
  top: 0;
  left: 0;
  font-size: 4rem;
  border-radius: 0 !important;
  transform: none;
}
/* line 25, ../scss/current-project/_archive.scss */
.new-archive-slider.owl-carousel .owl-nav button.owl-prev span,
.new-archive-slider.owl-carousel .owl-nav button.owl-next span {
  color: #fff;
}

/* line 30, ../scss/current-project/_archive.scss */
.new-archive-slider.owl-carousel .owl-nav button.owl-next {
  right: 0;
  left: unset;
}

/* line 35, ../scss/current-project/_archive.scss */
.new-archive-title.section-title {
  color: #195ed1;
  margin-bottom: 30px;
}

/* line 40, ../scss/current-project/_archive.scss */
.new-archive-slider-wrapper.container {
  width: 100%;
  max-width: none;
  padding: 0;
}

@media screen and (max-width: 768px) {
  /* line 46, ../scss/current-project/_archive.scss */
  .new-archive-item-wrap {
    margin: 0 50px;
  }
}

@media screen and (min-width: 768px) {
  /* line 52, ../scss/current-project/_archive.scss */
  .new-archive-item {
    width: 290px;
  }
}
/* line 57, ../scss/current-project/_archive.scss */
.new-archive-item .new-archive-item-inner {
  display: flex;
  flex-wrap: wrap;
}
/* line 62, ../scss/current-project/_archive.scss */
.new-archive-item .new-archive-item-left, .new-archive-item .new-archive-item-right {
  position: relative;
  width: 100%;
}
/* line 66, ../scss/current-project/_archive.scss */
.new-archive-item .new-archive-item-left .img-wrapper-info-bottom, .new-archive-item .new-archive-item-right .img-wrapper-info-bottom {
  display: none;
  color: #195ed1;
  margin-bottom: 30px;
}
/* line 71, ../scss/current-project/_archive.scss */
.new-archive-item .new-archive-item-left .img-wrapper-info-bottom h3, .new-archive-item .new-archive-item-right .img-wrapper-info-bottom h3 {
  margin: 0;
}
/* line 79, ../scss/current-project/_archive.scss */
.new-archive-item .new-archive-item-right {
  display: none;
  position: relative;
  padding: 0;
}
/* line 83, ../scss/current-project/_archive.scss */
.new-archive-item .new-archive-item-right .info-slider {
  display: none;
}
@media screen and (min-width: 768px) {
  /* line 89, ../scss/current-project/_archive.scss */
  .new-archive-item.active {
    width: 600px;
  }
}
@media screen and (min-width: 1000px) {
  /* line 89, ../scss/current-project/_archive.scss */
  .new-archive-item.active {
    width: 800px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 89, ../scss/current-project/_archive.scss */
  .new-archive-item.active {
    width: 950px;
  }
}
/* line 100, ../scss/current-project/_archive.scss */
.new-archive-item.active .img-wrapper-info {
  background-color: rgba(25, 94, 209, 0.8);
}
/* line 104, ../scss/current-project/_archive.scss */
.new-archive-item.active .img-wrapper-info {
  cursor: default;
}
@media screen and (max-width: 1000px) {
  /* line 111, ../scss/current-project/_archive.scss */
  .new-archive-item.active .img-wrapper {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  /* line 116, ../scss/current-project/_archive.scss */
  .new-archive-item.active .new-archive-item-left {
    flex: 0 0 35%;
    max-width: 35%;
    order: 1;
  }
}
/* line 124, ../scss/current-project/_archive.scss */
.new-archive-item.active .data {
  background-color: #2a2a2a;
}
/* line 128, ../scss/current-project/_archive.scss */
.new-archive-item.active .new-archive-item-right {
  display: block;
}
/* line 131, ../scss/current-project/_archive.scss */
.new-archive-item.active .new-archive-item-right .info-slider {
  display: block;
}
@media screen and (min-width: 1000px) {
  /* line 128, ../scss/current-project/_archive.scss */
  .new-archive-item.active .new-archive-item-right {
    flex: 0 0 65%;
    max-width: 65%;
    order: 2;
    padding-left: 15px;
  }
}
/* line 144, ../scss/current-project/_archive.scss */
.new-archive-item.active .bottom-info {
  display: block;
}
@media screen and (max-width: 1000px) {
  /* line 148, ../scss/current-project/_archive.scss */
  .new-archive-item.active .img-wrapper-info-bottom {
    display: block;
  }
}
/* line 157, ../scss/current-project/_archive.scss */
.new-archive-item .img-wrapper {
  background-color: #195ed1;
}
/* line 160, ../scss/current-project/_archive.scss */
.new-archive-item .img-wrapper .wrap-bg {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
}
/* line 167, ../scss/current-project/_archive.scss */
.new-archive-item .data-wrapper {
  position: absolute;
  right: 0%;
  width: auto;
  top: 0;
  transform: translateX(100%);
  z-index: 50;
}
/* line 175, ../scss/current-project/_archive.scss */
.new-archive-item .data {
  padding: 8px 15px;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  background: #195ED1;
  transform-origin: 0 0;
  transform: rotate(90deg);
}
/* line 184, ../scss/current-project/_archive.scss */
.new-archive-item .img-wrapper-info {
  background-color: rgba(25, 94, 209, 0.8);
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
  padding: 15px 60px 15px 15px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  height: 340px;
  cursor: pointer;
  transition: 0.35s all;
}
/* line 196, ../scss/current-project/_archive.scss */
.new-archive-item .img-wrapper-info:hover {
  background-color: #195ed1;
}
/* line 200, ../scss/current-project/_archive.scss */
.new-archive-item .img-wrapper-info .title {
  font-weight: bold;
  margin: 0 0 10px;
  font-size: 36px;
}
/* line 210, ../scss/current-project/_archive.scss */
.new-archive-item .info-slider-track {
  height: 100px;
}
/* line 214, ../scss/current-project/_archive.scss */
.new-archive-item .bottom-info {
  margin: 50px 0;
  display: none;
}
/* line 218, ../scss/current-project/_archive.scss */
.new-archive-item .bottom-info .data-year {
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  /* line 218, ../scss/current-project/_archive.scss */
  .new-archive-item .bottom-info .data-year {
    display: none !important;
  }
}
/* line 225, ../scss/current-project/_archive.scss */
.new-archive-item .bottom-info .data-city {
  margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
  /* line 225, ../scss/current-project/_archive.scss */
  .new-archive-item .bottom-info .data-city {
    display: none !important;
  }
}
/* line 231, ../scss/current-project/_archive.scss */
.new-archive-item .bottom-info .data-body {
  max-height: 300px;
  overflow: hidden;
}
/* line 237, ../scss/current-project/_archive.scss */
.new-archive-item .new-archive-slide-gallery-row {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
}
/* line 244, ../scss/current-project/_archive.scss */
.new-archive-item .new-archive-slide-gallery-btn {
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 340px;
  position: relative;
  min-height: 340px;
  background-color: #f0f0f0;
}

/* line 261, ../scss/current-project/_archive.scss */
.new-archive-item-right .new-archive-project-close {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #fff;
  width: 40px;
  height: 40px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  cursor: pointer;
}
/* line 274, ../scss/current-project/_archive.scss */
.new-archive-item-right .new-archive-project-close:hover {
  background-color: #195ed1;
  color: #fff;
}

/* line 280, ../scss/current-project/_archive.scss */
.new-archive-item-right .owl-carousel .owl-dots {
  margin: 0;
  position: relative;
  text-align: right;
  float: right;
}

/* line 290, ../scss/current-project/_archive.scss */
.new-archive-item-right .owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: #dbdbdb;
  transition: all 0.5s ease;
  display: inline-block;
  margin: 0 5px;
}
/* line 298, ../scss/current-project/_archive.scss */
.new-archive-item-right .owl-carousel .owl-dots .owl-dot.active {
  background-color: #195ed1;
}

/* line 308, ../scss/current-project/_archive.scss */
.owl-carousel .zoom-btn {
  background-image: url(../img/full-screen-icon.svg);
  content: "";
  width: 34px;
  height: 34px;
  position: relative;
  bottom: 0px;
  left: 0;
  display: block;
  cursor: pointer;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  float: left;
}

/* ---------- contact ---------- */
/* line 3, ../scss/current-project/_contact.scss */
.map-section .map-wrapper {
  position: relative;
  padding-top: 60%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 990px) {
  /* line 3, ../scss/current-project/_contact.scss */
  .map-section .map-wrapper {
    padding-top: 36%;
  }
}

/* line 14, ../scss/current-project/_contact.scss */
.map-section .map-wrapper #map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 0;
}

/* line 21, ../scss/current-project/_contact.scss */
.address-section {
  background: #195ed1;
  color: #fff;
  padding: 50px 0;
}

/* line 26, ../scss/current-project/_contact.scss */
.address-section a {
  color: #fff;
  text-decoration: none;
}

/* line 30, ../scss/current-project/_contact.scss */
.address-section a:hover {
  text-decoration: underline;
}

/* line 33, ../scss/current-project/_contact.scss */
.address-section .divider {
  height: 5px;
  background: #fff;
  max-width: 116px;
  margin-bottom: 25px;
}

/* line 39, ../scss/current-project/_contact.scss */
.address-section .info-block {
  width: 50%;
  display: inline-block;
  float: left;
  line-height: 1.38;
  margin-bottom: 30px;
  position: relative;
}

/* line 47, ../scss/current-project/_contact.scss */
.address-section .info-block .inner {
  display: inline-block;
  text-align: left;
}

/* line 51, ../scss/current-project/_contact.scss */
.address-section .info-block .info-block-title,
.address-section .bottom a {
  font-size: 18px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  /* line 51, ../scss/current-project/_contact.scss */
  .address-section .info-block .info-block-title,
  .address-section .bottom a {
    font-size: 28px;
  }
}

/* line 60, ../scss/current-project/_contact.scss */
.address-section .info-block .info-block-description {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}

/* line 65, ../scss/current-project/_contact.scss */
.address-section .info-block a {
  font-weight: 400;
  text-decoration: none;
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  /* line 65, ../scss/current-project/_contact.scss */
  .address-section .info-block a {
    font-size: 25px;
  }
}

/* line 74, ../scss/current-project/_contact.scss */
.address-section .info-block a:hover {
  text-decoration: underline;
}

/* line 77, ../scss/current-project/_contact.scss */
.address-section .info-block.featured-info {
  width: 100%;
  float: none;
  margin-bottom: 44px;
}

/* line 83, ../scss/current-project/_contact.scss */
.address-section .bottom h1,
.address-section .info-block.featured-info .info-block-title {
  font-size: 28px;
  margin-bottom: 20px;
}

/* line 88, ../scss/current-project/_contact.scss */
.address-section .info-block.featured-info p {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 990px) {
  /* line 88, ../scss/current-project/_contact.scss */
  .address-section .info-block.featured-info p {
    font-size: 26px;
  }
}

/* line 102, ../scss/current-project/_contact.scss */
.address-section .info-block:not(.featured-info):nth-of-type(even) {
  left: 11.7%;
}

/* line 105, ../scss/current-project/_contact.scss */
.address-section .info-block:not(.featured-info):nth-of-type(odd) {
  clear: both;
}

/* line 108, ../scss/current-project/_contact.scss */
.address-section .bottom h1 {
  margin-bottom: 2px;
  line-height: 1;
}

/* ---------- footer ---------- */
/* line 7, ../scss/current-project/_footer.scss */
.mmd-footer .hr-foorer:before {
  height: 1px;
  content: "";
  display: block;
  width: 100%;
  background-color: #ccc;
}
/* line 16, ../scss/current-project/_footer.scss */
.mmd-footer .row {
  align-items: flex-start;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
/* line 23, ../scss/current-project/_footer.scss */
.mmd-footer .col-footer-mmd {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 720px) {
  /* line 23, ../scss/current-project/_footer.scss */
  .mmd-footer .col-footer-mmd {
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 992px) {
  /* line 23, ../scss/current-project/_footer.scss */
  .mmd-footer .col-footer-mmd {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media screen and (min-width: 992px) {
  /* line 45, ../scss/current-project/_footer.scss */
  .mmd-footer .col-footer-mmd.adddress {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media screen and (min-width: 992px) {
  /* line 52, ../scss/current-project/_footer.scss */
  .mmd-footer .col-footer-mmd.email {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
/* line 62, ../scss/current-project/_footer.scss */
.mmd-footer div {
  font-weight: 500;
}
/* line 67, ../scss/current-project/_footer.scss */
.mmd-footer a {
  color: #222;
  text-decoration: none;
  transition: 0.35s all;
}
/* line 72, ../scss/current-project/_footer.scss */
.mmd-footer a:hover {
  color: #195ed1;
}
@media screen and (min-width: 720px) {
  /* line 77, ../scss/current-project/_footer.scss */
  .mmd-footer ul.footer-socials {
    text-align: right;
  }
}
/* line 85, ../scss/current-project/_footer.scss */
.mmd-footer ul.footer-socials li {
  margin: 0 0.25rem;
}
/* line 89, ../scss/current-project/_footer.scss */
.mmd-footer ul.footer-socials a {
  color: #d2d2d2;
  font-size: 32px;
}
/* line 92, ../scss/current-project/_footer.scss */
.mmd-footer ul.footer-socials a:hover {
  color: #195ed1;
}
/* line 99, ../scss/current-project/_footer.scss */
.mmd-footer .form-subtitle {
  font-weight: bold;
  color: #000;
}
/* line 104, ../scss/current-project/_footer.scss */
.mmd-footer .fields-wrapper-newsletter {
  display: flex;
  width: 100%;
  align-items: center;
}
/* line 109, ../scss/current-project/_footer.scss */
.mmd-footer .fields-wrapper-newsletter input {
  height: 40px;
  border-bottom: 1px solid #ccc;
  border-top: 0 none;
  border-right: 0 none;
  border-left: 0 none;
  font-family: inherit;
  font-size: inherit;
}
/* line 118, ../scss/current-project/_footer.scss */
.mmd-footer .fields-wrapper-newsletter input::placeholder {
  color: #ccc;
}
/* line 123, ../scss/current-project/_footer.scss */
.mmd-footer .fields-wrapper-newsletter button {
  width: 40px;
  font-size: 22px;
  height: 40px;
  border-top: 0 none;
  border-right: 0 none;
  border-left: 0 none;
  border-bottom: 1px solid #ccc;
  background-color: transparent;
  color: #222;
  transition: 0.35s all;
}
/* line 134, ../scss/current-project/_footer.scss */
.mmd-footer .fields-wrapper-newsletter button:hover {
  color: #195ed1;
}

/* ---------- go top ---------- */
/* line 3, ../scss/current-project/_go-to.scss */
.go-top {
  position: fixed;
  z-index: 90;
  white-space: nowrap;
  width: 35px;
  bottom: 30px;
  right: 30px;
  transform: none;
}
@media (min-width: 990px) {
  /* line 3, ../scss/current-project/_go-to.scss */
  .go-top {
    width: 50px;
  }
}

/* line 18, ../scss/current-project/_go-to.scss */
.fix-scroll-object {
  opacity: 0;
  transition: all 0.4s ease;
  display: none;
}

/* line 24, ../scss/current-project/_go-to.scss */
.fix-scroll-object.show {
  opacity: 1;
  display: block;
}

/* line 28, ../scss/current-project/_go-to.scss */
.go-top.white {
  color: #fff;
}

/* line 31, ../scss/current-project/_go-to.scss */
.fix-scroll-object:hover {
  text-decoration: none;
  opacity: 1;
}

/* ---------- blue ---------- */
/* line 3, ../scss/current-project/_header-colors.scss */
body header.main-header.custom-logo-colors:not(.sticky) .header-logo.blue .header-logo-icon .hcls-1 {
  fill: #2a2c2b !important;
}

/* line 7, ../scss/current-project/_header-colors.scss */
body header.main-header.custom-logo-colors:not(.sticky) .header-logo.blue .header-logo-icon .hcls-2 {
  fill: #d4d4d4 !important;
}

/* line 11, ../scss/current-project/_header-colors.scss */
body header.main-header.custom-logo-colors:not(.sticky) .header-logo.blue .header-logo-icon .hcls-3 {
  fill: #195ed1 !important;
}

/* ---------- dark ---------- */
/* line 18, ../scss/current-project/_header-colors.scss */
body header.main-header.custom-logo-colors:not(.sticky) .header-logo.dark .header-logo-icon .hcls-1 {
  fill: #2e2d2c !important;
}

/* line 22, ../scss/current-project/_header-colors.scss */
body header.main-header.custom-logo-colors:not(.sticky) .header-logo.dark .header-logo-icon .hcls-2 {
  fill: #d4d4d4 !important;
}

/* line 26, ../scss/current-project/_header-colors.scss */
body header.main-header.custom-logo-colors:not(.sticky) .header-logo.dark .header-logo-icon .hcls-3 {
  fill: #2e2d2c !important;
}

/* ---------- origin ---------- */
/* line 33, ../scss/current-project/_header-colors.scss */
body header.main-header.custom-logo-colors:not(.sticky) .header-logo.original .header-logo-icon .hcls-1 {
  fill: #fff !important;
}

/* line 37, ../scss/current-project/_header-colors.scss */
body header.main-header.custom-logo-colors:not(.sticky) .header-logo.original .header-logo-icon .hcls-2 {
  fill: #d4d4d4 !important;
}

/* line 41, ../scss/current-project/_header-colors.scss */
body header.main-header.custom-logo-colors:not(.sticky) .header-logo.original .header-logo-icon .hcls-3 {
  fill: #fff !important;
}

/* line 48, ../scss/current-project/_header-colors.scss */
body .main-header.sticky .header-logo .header-logo-icon .hcls-3 {
  fill: #195ed1 !important;
}

/* line 2, ../scss/current-project/_header.scss */
body header.main-header {
  padding: 0;
  transition: all 0.3s ease;
  position: relative;
  z-index: 99;
  height: 80px;
  display: flex;
  align-items: center;
  box-sizing: content-box;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
/* line 18, ../scss/current-project/_header.scss */
body header.main-header.transparent-bg:not(.sticky) {
  background-color: rgba(255, 255, 255, 0);
}
/* line 22, ../scss/current-project/_header.scss */
body header.main-header.sticky {
  background-color: #fff;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.04);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: inherit;
}

/* line 34, ../scss/current-project/_header.scss */
body header.main-header .header-logo {
  display: block;
  max-width: 155px;
  width: inherit;
  overflow: hidden;
  margin-right: auto;
}

/* line 44, ../scss/current-project/_header.scss */
body header.main-header .hamb {
  top: inherit;
  float: none;
  right: inherit;
}

/* line 50, ../scss/current-project/_header.scss */
body header.main-header.branding-header .hamb span:after {
  background: #195ed1;
}

/* line 56, ../scss/current-project/_header.scss */
.margin-top-header {
  margin-top: 80px;
}

/* line 61, ../scss/current-project/_header.scss */
body header.main-header.sticky .header-logo .logo-mask {
  height: 40px;
  width: 60px;
  overflow: hidden;
}

/* line 67, ../scss/current-project/_header.scss */
body header.main-header.sticky .header-logo {
  max-width: 60px;
}

/* line 71, ../scss/current-project/_header.scss */
.header-project-inner .wrap-title {
  text-align: right;
  margin-right: 30px;
}

/* line 77, ../scss/current-project/_header.scss */
.wrap-title {
  display: none;
}
@media (min-width: 990px) {
  /* line 77, ../scss/current-project/_header.scss */
  .wrap-title {
    display: block;
  }
}

/* line 85, ../scss/current-project/_header.scss */
.wrap-title h2.title-category-link {
  font-size: 32px;
  margin: 0;
}
/* line 89, ../scss/current-project/_header.scss */
.wrap-title h2.title-category-link a {
  color: #195ed1;
}

/* line 94, ../scss/current-project/_header.scss */
.wrap-title h3.project-title {
  font-size: 17px;
  margin: 0;
  padding: 0;
}

/* line 102, ../scss/current-project/_header.scss */
.header-project-inner {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}

/* line 111, ../scss/current-project/_header.scss */
body header.main-header .header-logo .logo-mask {
  height: 40px;
  width: 200px;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* line 118, ../scss/current-project/_header.scss */
body header.main-header .header-logo .header-logo-icon {
  height: 40px;
  width: 155px;
  min-height: 40px;
  min-width: 155px;
}

/* line 125, ../scss/current-project/_header.scss */
body header.main-header .header-logo .header-logo-icon .hcls-2 {
  fill: #d2d2d2;
}

/* line 1, ../scss/current-project/_layout.scss */
.intro-content-section .left-side .section-title,
.intro-content-section .left-side h1 {
  font-size: 40px;
}
@media screen and (min-width: 992px) {
  /* line 1, ../scss/current-project/_layout.scss */
  .intro-content-section .left-side .section-title,
  .intro-content-section .left-side h1 {
    font-size: 53px;
  }
}
@media screen and (min-width: 1199px) {
  /* line 1, ../scss/current-project/_layout.scss */
  .intro-content-section .left-side .section-title,
  .intro-content-section .left-side h1 {
    font-size: 60px;
  }
}
@media screen and (min-width: 1399px) {
  /* line 1, ../scss/current-project/_layout.scss */
  .intro-content-section .left-side .section-title,
  .intro-content-section .left-side h1 {
    font-size: 80px;
  }
}
@media screen and (min-width: 1480px) {
  /* line 1, ../scss/current-project/_layout.scss */
  .intro-content-section .left-side .section-title,
  .intro-content-section .left-side h1 {
    font-size: 94px;
  }
}

/* line 21, ../scss/current-project/_layout.scss */
.method #sub-main,
.page-template-page-blocks #sub-main,
.single-post #sub-main,
.search #sub-main,
.blog #sub-main,
.archive.date #sub-main {
  margin-top: 0 !important;
}

/* line 30, ../scss/current-project/_layout.scss */
.main-menu li a {
  font-family: 'Montserrat', sans-serif;
}

/* line 34, ../scss/current-project/_layout.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
}

/* line 4, ../scss/current-project/_news-detail.scss */
.sub-news li, #sub-main .sub-events li,
.single-news li, #sub-main .sub-method li {
  list-style: none;
  padding: 0;
}

/* line 10, ../scss/current-project/_news-detail.scss */
.sub-news li::before, #sub-main .sub-events li::before,
.single-news li::before, #sub-main .sub-method li::before {
  content: none !important;
  display: none !important;
}

/* line 17, ../scss/current-project/_news-detail.scss */
.single-news .single-news-mainImg {
  display: block;
  width: 100%;
  height: auto;
}

/* line 28, ../scss/current-project/_news-detail.scss */
.single-news .single-news-date-share {
  margin: 15px 0;
  padding: 0;
  font-size: 90%;
  color: #c7c7c7;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

/* line 39, ../scss/current-project/_news-detail.scss */
.single-news .single-news-date-share .single-news-share {
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

@media screen and (max-width: 420px) {
  /* line 46, ../scss/current-project/_news-detail.scss */
  .single-news .single-news-date-share .single-news-share {
    margin-top: 15px;
  }
}
/* line 51, ../scss/current-project/_news-detail.scss */
.single-news .single-news-date-share .single-news-share p {
  margin: 0;
  padding: 0;
  font-size: 19px;
  font-weight: 300;
  color: #2e2d2c;
  margin-right: 20px;
}

@media screen and (max-width: 420px) {
  /* line 61, ../scss/current-project/_news-detail.scss */
  .single-news .single-news-date-share .single-news-share p {
    font-size: 18px;
  }
}
/* line 66, ../scss/current-project/_news-detail.scss */
.single-news .single-news-date-share .single-news-share a {
  margin: 0;
  padding: 0;
  font-size: 26px;
}

@media screen and (max-width: 992px) {
  /* line 73, ../scss/current-project/_news-detail.scss */
  .single-news .single-news-date-share .single-news-share a {
    font-size: 22px;
  }
}
@media screen and (max-width: 420px) {
  /* line 79, ../scss/current-project/_news-detail.scss */
  .single-news .single-news-date-share .single-news-share a {
    font-size: 18px;
  }
}
/* line 84, ../scss/current-project/_news-detail.scss */
.single-news .single-news-date-share .single-news-share a:nth-child(3) {
  margin: 0 14px;
}

/* line 88, ../scss/current-project/_news-detail.scss */
.single-news .single-news-date-share .single-news-share a i {
  color: #2e2d2c;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}

/* line 97, ../scss/current-project/_news-detail.scss */
.single-news .single-news-date-share .single-news-share a:hover i {
  color: #195ed1;
}

/* line 103, ../scss/current-project/_news-detail.scss */
.single-news .single-news-description,
.single-news-pagination,
.single-news-date-share {
  max-width: 800px;
  margin: 0 auto;
}

/* line 111, ../scss/current-project/_news-detail.scss */
.single-news .single-news-description h1 {
  color: #195ed1;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 56px;
  line-height: 1.1;
  font-weight: 700;
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  /* line 122, ../scss/current-project/_news-detail.scss */
  .single-news .single-news-description h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 699px) {
  /* line 128, ../scss/current-project/_news-detail.scss */
  .single-news .single-news-description h1 {
    font-size: 24px;
  }
}
/* line 133, ../scss/current-project/_news-detail.scss */
.single-news .single-news-description h5 {
  margin: 0;
  padding: 0;
  font-size: 29px;
  color: #2e2d2c;
  font-weight: 700;
  margin-top: 65px;
}

@media screen and (max-width: 1440px) {
  /* line 143, ../scss/current-project/_news-detail.scss */
  .single-news .single-news-description h5 {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  /* line 149, ../scss/current-project/_news-detail.scss */
  .single-news .single-news-description h5 {
    margin-top: 35px;
  }
}
@media screen and (max-width: 699px) {
  /* line 155, ../scss/current-project/_news-detail.scss */
  .single-news .single-news-description h5 {
    font-size: 22px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 340px) {
  /* line 162, ../scss/current-project/_news-detail.scss */
  .single-news .single-news-description h5 {
    font-size: 20px;
    margin-top: 15px;
  }
}
/* line 168, ../scss/current-project/_news-detail.scss */
.single-news .single-news-description p {
  font-size: inherit;
}

/* line 190, ../scss/current-project/_news-detail.scss */
.single-news .single-news-pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 45px;
}

@media screen and (max-width: 340px) {
  /* line 200, ../scss/current-project/_news-detail.scss */
  .single-news .single-news-pagination {
    margin-top: 30px;
  }
}
/* line 205, ../scss/current-project/_news-detail.scss */
.single-news .single-news-pagination a {
  margin: 0;
  padding: 0;
  font-size: 25px;
  font-weight: 700;
  color: #2e2d2c;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}

/* line 218, ../scss/current-project/_news-detail.scss */
.single-news .single-news-pagination a:hover {
  color: #195ed1;
}

@media screen and (max-width: 699px) {
  /* line 223, ../scss/current-project/_news-detail.scss */
  .single-news .single-news-pagination a {
    font-size: 24px;
  }
}
@media screen and (max-width: 340px) {
  /* line 229, ../scss/current-project/_news-detail.scss */
  .single-news .single-news-pagination a {
    font-size: 18px;
  }
}
/* line 234, ../scss/current-project/_news-detail.scss */
.single-news .single-news-pagination a:nth-child(1) {
  margin-right: 56px;
}

@media screen and (max-width: 699px) {
  /* line 239, ../scss/current-project/_news-detail.scss */
  .single-news .single-news-pagination a:nth-child(1) {
    margin-right: 50px;
  }
}
@media screen and (max-width: 340px) {
  /* line 245, ../scss/current-project/_news-detail.scss */
  .single-news .single-news-pagination a:nth-child(1) {
    margin-right: 30px;
  }
}
/* line 252, ../scss/current-project/_news-detail.scss */
.single-news-description .gallery.gallery-columns-1 {
  margin: 20px 0;
}
/* line 255, ../scss/current-project/_news-detail.scss */
.single-news-description .gallery.gallery-columns-1 .gallery-item {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: transparent;
  margin: 0;
  transition: opacity 0.3s;
  position: relative;
  width: 100%;
  margin: 0;
}
/* line 270, ../scss/current-project/_news-detail.scss */
.single-news-description .gallery.gallery-columns-1 .gallery-icon a {
  display: block;
  margin: 0;
  text-align: center;
}
/* line 275, ../scss/current-project/_news-detail.scss */
.single-news-description .gallery.gallery-columns-1 .gallery-icon img {
  max-height: 500px;
  display: block;
  margin: 0 auto;
  width: auto;
}

/* line 1, ../scss/current-project/_news.scss */
.sub-events {
  margin-top: 0;
}

/* line 5, ../scss/current-project/_news.scss */
.marshall-category-tabs-wrap {
  padding-top: 50px;
}

/* line 9, ../scss/current-project/_news.scss */
.marshall-category-tabs {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
/* line 17, ../scss/current-project/_news.scss */
.marshall-category-tabs .marshall-category-tab {
  font-size: 32px;
  font-weight: bold;
  color: #ccc;
  line-height: 1;
  cursor: pointer;
}
/* line 24, ../scss/current-project/_news.scss */
.marshall-category-tabs .marshall-category-tab:hover {
  color: #000;
}
/* line 28, ../scss/current-project/_news.scss */
.marshall-category-tabs .marshall-category-tab.active {
  color: #195ed1;
}
/* line 33, ../scss/current-project/_news.scss */
.marshall-category-tabs .marshall-category-tab + .marshall-category-tab {
  margin-left: 15px;
}

/* line 39, ../scss/current-project/_news.scss */
.sub-events-pagination {
  display: flex;
  list-style: none;
  list-style-image: none;
}

/* ---------- news ---------- */
/* line 47, ../scss/current-project/_news.scss */
.news-item {
  position: relative;
  width: 100%;
  max-width: 630px;
  margin-bottom: 60px;
}

/* line 53, ../scss/current-project/_news.scss */
.news-item .image-wrapper {
  position: relative;
  margin-bottom: 30px;
}

/* line 57, ../scss/current-project/_news.scss */
.news-item .image-wrapper .inner {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

/* line 62, ../scss/current-project/_news.scss */
.news-item .image-wrapper .news-item-link,
.news-item .image-wrapper a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

/* line 72, ../scss/current-project/_news.scss */
.news-item .image-wrapper .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 62%;
}

/* line 78, ../scss/current-project/_news.scss */
.news-item .content-wrapper {
  position: relative;
  font-size: 25px;
  color: #2e2d2c;
  max-width: 480px;
}

/* line 84, ../scss/current-project/_news.scss */
.news-item .content-wrapper .date {
  display: block;
  font-size: 25px;
  font-weight: 700;
  color: #c7c7c7;
  line-height: 1;
  margin-bottom: 12px;
}

/* line 92, ../scss/current-project/_news.scss */
.news-item .content-wrapper p {
  margin: 0;
}

/* line 95, ../scss/current-project/_news.scss */
.news-item .content-wrapper h4,
.news-item .content-wrapper h5,
.news-item .content-wrapper h6 {
  font-size: 33px;
  color: #195ed1;
  margin: 0 0 10px;
  line-height: 1.12;
}

/* line 103, ../scss/current-project/_news.scss */
.news-item .content-wrapper h4 a,
.news-item .content-wrapper h5 a,
.news-item .content-wrapper h6 a {
  color: #195ed1;
}

/* line 108, ../scss/current-project/_news.scss */
.news-item .content-wrapper a,
.news-item .content-wrapper .item-more {
  font-weight: 700;
  color: #2e2d2c;
  text-decoration: none;
}

/* line 114, ../scss/current-project/_news.scss */
.news-item .content-wrapper a:hover,
.news-item .content-wrapper .item-more:hover {
  color: #195ed1;
}

/* line 118, ../scss/current-project/_news.scss */
.news {
  padding: 83px 0 234px;
}

/* line 121, ../scss/current-project/_news.scss */
.news .section-title {
  margin-bottom: 48px;
}

/* line 124, ../scss/current-project/_news.scss */
.news .button-wrapper {
  text-align: right;
  margin-top: 5px;
}

/* line 131, ../scss/current-project/_news.scss */
.sub-news .sub-news-title-pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 56px;
}

@media screen and (max-width: 768px) {
  /* line 142, ../scss/current-project/_news.scss */
  .sub-news .sub-news-title-pagination {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 699px) {
  /* line 148, ../scss/current-project/_news.scss */
  .sub-news .sub-news-title-pagination {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 420px) {
  /* line 154, ../scss/current-project/_news.scss */
  .sub-news .sub-news-title-pagination {
    margin-bottom: 20px;
  }
}
/* line 159, ../scss/current-project/_news.scss */
.sub-news .sub-news-title-pagination h6 {
  margin: 0;
  padding: 0;
  font-size: 70px;
  font-weight: 700;
  color: #2e2d2c;
}

@media screen and (max-width: 1280px) {
  /* line 168, ../scss/current-project/_news.scss */
  .sub-news .sub-news-title-pagination h6 {
    font-size: 64px;
  }
}
@media screen and (max-width: 768px) {
  /* line 174, ../scss/current-project/_news.scss */
  .sub-news .sub-news-title-pagination h6 {
    font-size: 36px;
    width: 100%;
  }
}
/* line 181, ../scss/current-project/_news.scss */
.wrap-filters-tabs {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

/* line 187, ../scss/current-project/_news.scss */
.sub-events-pagination,
.sub-news-pagination {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  /* line 187, ../scss/current-project/_news.scss */
  .sub-events-pagination,
  .sub-news-pagination {
    margin-top: 20px;
    flex-wrap: wrap;
    line-height: 28px;
  }
}
/* line 204, ../scss/current-project/_news.scss */
.sub-events-pagination li,
.sub-news-pagination li {
  padding: 0;
  margin: 0;
}
/* line 208, ../scss/current-project/_news.scss */
.sub-events-pagination li:before,
.sub-news-pagination li:before {
  display: none !important;
}
/* line 214, ../scss/current-project/_news.scss */
.sub-events-pagination li a,
.sub-news-pagination li a {
  margin: 0;
  padding: 0;
  font-size: 19px;
  color: #c7c7c7;
  font-weight: 700;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
/* line 232, ../scss/current-project/_news.scss */
.sub-events-pagination a.pagination-active,
.sub-news-pagination a.pagination-active {
  color: #000;
}
@media screen and (max-width: 1024px) {
  /* line 237, ../scss/current-project/_news.scss */
  .sub-events-pagination li a,
  .sub-news-pagination li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  /* line 243, ../scss/current-project/_news.scss */
  .sub-events-pagination li a,
  .sub-news-pagination li a {
    margin: 0 calc(6px / 2);
  }
}
@media screen and (max-width: 699px) {
  /* line 249, ../scss/current-project/_news.scss */
  .sub-events-pagination li a,
  .sub-news-pagination li a {
    margin: 0 20px 0 0;
    font-size: 17px;
  }
}
/* line 255, ../scss/current-project/_news.scss */
.sub-events-pagination li a:hover,
.sub-news-pagination li a:hover {
  color: #195ed1;
}

/* line 262, ../scss/current-project/_news.scss */
.sub-events-pagination li a {
  margin: 0 20px 0 0;
}

/* line 267, ../scss/current-project/_news.scss */
.sub-news .sub-news-blocks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

@media screen and (max-width: 420px) {
  /* line 277, ../scss/current-project/_news.scss */
  .sub-news .sub-news-blocks {
    flex-direction: column;
  }
}
/* line 282, ../scss/current-project/_news.scss */
.sub-news .sub-news-blocks .sub-news-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: calc(50% - 54px);
  margin-bottom: 70px;
  height: 320px;
}

@media screen and (max-width: 1440px) {
  /* line 294, ../scss/current-project/_news.scss */
  .sub-news .sub-news-blocks .sub-news-block {
    height: 295px;
  }
}
@media screen and (max-width: 1280px) {
  /* line 300, ../scss/current-project/_news.scss */
  .sub-news .sub-news-blocks .sub-news-block {
    height: 260px;
  }
}
@media screen and (max-width: 1024px) {
  /* line 306, ../scss/current-project/_news.scss */
  .sub-news .sub-news-blocks .sub-news-block {
    height: 220px;
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 992px) {
  /* line 313, ../scss/current-project/_news.scss */
  .sub-news .sub-news-blocks .sub-news-block {
    flex-direction: column-reverse !important;
    width: 100%;
    height: 100%;
    margin-bottom: 70px;
    width: calc(50% - 21px);
  }
}
@media screen and (max-width: 699px) {
  /* line 323, ../scss/current-project/_news.scss */
  .sub-news .sub-news-blocks .sub-news-block {
    margin-bottom: 50px;
  }

  /* line 326, ../scss/current-project/_news.scss */
  .sub-news .sub-news-blocks .sub-news-block:nth-last-child(1) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 479px) {
  /* line 332, ../scss/current-project/_news.scss */
  .sub-news .sub-news-blocks .sub-news-block {
    width: 100%;
  }
}
/* line 337, ../scss/current-project/_news.scss */
.sub-news .sub-news-blocks .sub-news-block:nth-child(4n), .sub-news .sub-news-blocks .sub-news-block:nth-child(4n-1) {
  flex-direction: row-reverse;
}

/* line 341, ../scss/current-project/_news.scss */
.sub-news .sub-news-blocks .sub-news-block .sub-news-block-leftSide, .sub-news .sub-news-blocks .sub-news-block .sub-news-block-rightSide {
  display: block;
  width: calc(50% - 50px);
}

/* line 346, ../scss/current-project/_news.scss */
.sub-news .sub-news-blocks .sub-news-block .sub-news-block-leftSide {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: inherit;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 0;
  position: relative;
}

/* line 357, ../scss/current-project/_news.scss */
.sub-news .sub-news-blocks .sub-news-block .sub-news-block-leftSide .inner {
  overflow: hidden;
  height: auto;
}

@media screen and (max-width: 992px) {
  /* line 363, ../scss/current-project/_news.scss */
  .sub-news .sub-news-blocks .sub-news-block .sub-news-block-leftSide {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 699px) {
  /* line 370, ../scss/current-project/_news.scss */
  .sub-news .sub-news-blocks .sub-news-block .sub-news-block-leftSide {
    margin-top: 20px;
  }
}
/* line 375, ../scss/current-project/_news.scss */
.sub-news .sub-news-blocks .sub-news-block .sub-news-block-leftSide h6 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #c7c7c7;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 1440px) {
  /* line 385, ../scss/current-project/_news.scss */
  .sub-news .sub-news-blocks .sub-news-block .sub-news-block-leftSide h6 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1280px) {
  /* line 391, ../scss/current-project/_news.scss */
  .sub-news .sub-news-blocks .sub-news-block .sub-news-block-leftSide h6 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1199px) {
  /* line 397, ../scss/current-project/_news.scss */
  .sub-news .sub-news-blocks .sub-news-block .sub-news-block-leftSide h6 {
    font-size: 15px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 992px) {
  /* line 405, ../scss/current-project/_news.scss */
  .sub-news .sub-news-blocks .sub-news-block .sub-news-block-leftSide h6 {
    line-height: 1.58;
  }
}
@media screen and (max-width: 768px) {
  /* line 411, ../scss/current-project/_news.scss */
  .sub-news .sub-news-blocks .sub-news-block .sub-news-block-leftSide h6 {
    font-size: 22px;
  }
}
/* line 416, ../scss/current-project/_news.scss */
.sub-news .sub-news-blocks .sub-news-block .sub-news-block-leftSide p {
  line-height: 1.2;
  margin: 8px 0 0 0;
  padding: 0;
  font-size: 28px;
  font-weight: 700;
  color: #195ed1;
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 1440px) {
  /* line 427, ../scss/current-project/_news.scss */
  .sub-news .sub-news-blocks .sub-news-block .sub-news-block-leftSide p {
    font-size: 26px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 1280px) {
  /* line 434, ../scss/current-project/_news.scss */
  .sub-news .sub-news-blocks .sub-news-block .sub-news-block-leftSide p {
    font-size: 21px;
  }
}
@media screen and (max-width: 1199px) {
  /* line 441, ../scss/current-project/_news.scss */
  .sub-news .sub-news-blocks .sub-news-block .sub-news-block-leftSide p {
    font-size: 17px;
  }
}
@media screen and (max-width: 1024px) {
  /* line 448, ../scss/current-project/_news.scss */
  .sub-news .sub-news-blocks .sub-news-block .sub-news-block-leftSide p {
    font-size: 17px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  /* line 458, ../scss/current-project/_news.scss */
  .sub-news .sub-news-blocks .sub-news-block .sub-news-block-leftSide .inner {
    height: auto !important;
  }

  /* line 464, ../scss/current-project/_news.scss */
  .sub-news .sub-news-blocks .sub-news-block .sub-news-block-leftSide p {
    font-size: 22px;
    margin: 20px 0 20px 0;
  }
}
@media screen and (max-width: 699px) {
  /* line 472, ../scss/current-project/_news.scss */
  .sub-news .sub-news-blocks .sub-news-block .sub-news-block-leftSide p {
    font-size: 21px;
    margin: 9px 0 16px;
  }
}
/* line 478, ../scss/current-project/_news.scss */
.sub-news .sub-news-blocks .sub-news-block .sub-news-block-leftSide ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 15px;
  line-height: 1;
  position: static;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 498, ../scss/current-project/_news.scss */
.sub-news .sub-news-blocks .sub-news-block .sub-news-block-leftSide ul li {
  margin-right: 4px;
  padding-right: 4px !important;
  border-right: 1px solid #2e2d2c;
}

/* line 504, ../scss/current-project/_news.scss */
.sub-news .sub-news-blocks .sub-news-block .sub-news-block-leftSide ul li:nth-last-child(1) {
  border-right: none;
  margin-right: 0;
  padding-right: 0 !important;
}

/* line 510, ../scss/current-project/_news.scss */
.sub-news .sub-news-blocks .sub-news-block .sub-news-block-leftSide ul li span {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: #2e2d2c;
  text-decoration: none;
}

@media screen and (max-width: 1440px) {
  /* line 521, ../scss/current-project/_news.scss */
  .sub-news .sub-news-blocks .sub-news-block .sub-news-block-leftSide ul li span {
    font-size: 16px;
  }
}
@media screen and (max-width: 1280px) {
  /* line 527, ../scss/current-project/_news.scss */
  .sub-news .sub-news-blocks .sub-news-block .sub-news-block-leftSide ul li span {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  /* line 533, ../scss/current-project/_news.scss */
  .sub-news .sub-news-blocks .sub-news-block .sub-news-block-leftSide ul li span {
    font-size: 12px;
  }
}
@media screen and (max-width: 992px) {
  /* line 539, ../scss/current-project/_news.scss */
  .sub-news .sub-news-blocks .sub-news-block .sub-news-block-leftSide ul li span {
    font-size: 18px;
  }
}
/* line 544, ../scss/current-project/_news.scss */
.sub-news .sub-news-blocks .sub-news-block .sub-news-block-rightSide {
  display: block;
  width: 51%;
  height: 100%;
  background-image: url("../img/bg-big.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1440px) {
  /* line 555, ../scss/current-project/_news.scss */
  .sub-news .sub-news-blocks .sub-news-block .sub-news-block-rightSide {
    width: 52%;
  }
}
@media screen and (max-width: 1200px) {
  /* line 561, ../scss/current-project/_news.scss */
  .sub-news .sub-news-blocks .sub-news-block .sub-news-block-rightSide {
    width: 58%;
    height: 100%;
  }
}
@media screen and (max-width: 992px) {
  /* line 568, ../scss/current-project/_news.scss */
  .sub-news .sub-news-blocks .sub-news-block .sub-news-block-rightSide {
    width: 100%;
    padding-top: 80%;
  }
}
/* line 574, ../scss/current-project/_news.scss */
.sub-news .sub-news-btn {
  float: right;
  margin-top: 40px;
}

@media screen and (max-width: 699px) {
  /* line 580, ../scss/current-project/_news.scss */
  .sub-news .sub-news-btn {
    margin-top: 40px;
  }
}
/* line 586, ../scss/current-project/_news.scss */
.sub-events .sub-events-title-pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 56px;
}

@media screen and (max-width: 699px) {
  /* line 597, ../scss/current-project/_news.scss */
  .sub-events .sub-events-title-pagination {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 420px) {
  /* line 603, ../scss/current-project/_news.scss */
  .sub-events .sub-events-title-pagination {
    margin-bottom: 20px;
  }
}
/* line 608, ../scss/current-project/_news.scss */
.sub-events .sub-events-title-pagination h6 {
  margin: 0;
  padding: 0;
  font-size: 70px;
  font-weight: 700;
  color: #2e2d2c;
}

@media screen and (max-width: 1280px) {
  /* line 617, ../scss/current-project/_news.scss */
  .sub-events .sub-events-title-pagination h6 {
    font-size: 64px;
  }
}
@media screen and (max-width: 768px) {
  /* line 623, ../scss/current-project/_news.scss */
  .sub-events .sub-events-title-pagination h6 {
    font-size: 36px;
  }
}
@media screen and (max-width: 699px) {
  /* line 629, ../scss/current-project/_news.scss */
  .sub-events .sub-events-title-pagination h6 {
    width: 100%;
  }
}
/* line 634, ../scss/current-project/_news.scss */
.sub-events .sub-events-title-pagination .sub-events-pagination {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  /* line 646, ../scss/current-project/_news.scss */
  .sub-events .sub-events-title-pagination .sub-events-pagination {
    margin-top: 20px;
  }
}
@media screen and (max-width: 699px) {
  /* line 652, ../scss/current-project/_news.scss */
  .sub-events .sub-events-title-pagination .sub-events-pagination {
    flex-wrap: wrap;
    margin-top: 0;
  }
}
@media screen and (max-width: 479px) {
  /* line 660, ../scss/current-project/_news.scss */
  .sub-events .sub-events-title-pagination .sub-events-pagination {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 699px) {
  /* line 667, ../scss/current-project/_news.scss */
  .sub-events .sub-events-title-pagination .sub-events-pagination li {
    line-height: 28px;
  }
}
/* line 672, ../scss/current-project/_news.scss */
.sub-events .sub-events-title-pagination .sub-events-pagination li a {
  margin: 0;
  padding: 0;
  font-size: 19px;
  color: #c7c7c7;
  font-weight: 700;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  margin: 0 calc(20px / 2);
}

/* line 686, ../scss/current-project/_news.scss */
.sub-events .sub-events-title-pagination .sub-events-pagination li a.pagination-active {
  color: #195ed1;
}

/* line 690, ../scss/current-project/_news.scss */
.sub-events .sub-events-title-pagination .sub-events-pagination li a:hover {
  color: #195ed1;
}

@media screen and (max-width: 1024px) {
  /* line 695, ../scss/current-project/_news.scss */
  .sub-events .sub-events-title-pagination .sub-events-pagination li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  /* line 701, ../scss/current-project/_news.scss */
  .sub-events .sub-events-title-pagination .sub-events-pagination li a {
    margin: 0 calc(6px / 2);
  }
}
@media screen and (max-width: 699px) {
  /* line 707, ../scss/current-project/_news.scss */
  .sub-events .sub-events-title-pagination .sub-events-pagination li a {
    margin: 0 calc(10px / 2);
    font-size: 17px;
  }
}
/* line 713, ../scss/current-project/_news.scss */
.sub-events .sub-events-blocks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

/* line 722, ../scss/current-project/_news.scss */
.sub-events .sub-events-blocks .sub-events-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 70px;
  height: 345px;
}

@media screen and (max-width: 1280px) {
  /* line 734, ../scss/current-project/_news.scss */
  .sub-events .sub-events-blocks .sub-events-block {
    height: 320px;
  }
}
@media screen and (max-width: 1024px) {
  /* line 740, ../scss/current-project/_news.scss */
  .sub-events .sub-events-blocks .sub-events-block {
    height: 280px;
  }
}
@media screen and (max-width: 768px) {
  /* line 746, ../scss/current-project/_news.scss */
  .sub-events .sub-events-blocks .sub-events-block {
    height: 250px;
    margin-bottom: 85px;
  }
}
@media screen and (max-width: 699px) {
  /* line 753, ../scss/current-project/_news.scss */
  .sub-events .sub-events-blocks .sub-events-block {
    flex-direction: column !important;
    height: 100%;
    margin-bottom: 40px;
  }

  /* line 758, ../scss/current-project/_news.scss */
  .sub-events .sub-events-blocks .sub-events-block:nth-last-child(1) {
    margin-bottom: 40px;
  }
}
/* line 763, ../scss/current-project/_news.scss */
.sub-events .sub-events-blocks .sub-events-block:nth-child(even) {
  flex-direction: row-reverse;
}

/* line 767, ../scss/current-project/_news.scss */
.sub-events .sub-events-blocks .sub-events-block:nth-child(even) .sub-events-block-rightSide {
  align-items: flex-end;
}

@media screen and (max-width: 699px) {
  /* line 772, ../scss/current-project/_news.scss */
  .sub-events .sub-events-blocks .sub-events-block:nth-child(even) .sub-events-block-rightSide {
    align-items: flex-start;
  }
}
/* line 777, ../scss/current-project/_news.scss */
.sub-events .sub-events-blocks .sub-events-block:nth-child(even) .sub-events-block-rightSide h6 {
  margin: 0;
  padding: 0;
  text-align: right;
}

@media screen and (max-width: 699px) {
  /* line 784, ../scss/current-project/_news.scss */
  .sub-events .sub-events-blocks .sub-events-block:nth-child(even) .sub-events-block-rightSide h6 {
    text-align: left;
  }
}
/* line 789, ../scss/current-project/_news.scss */
.sub-events .sub-events-blocks .sub-events-block:nth-child(even) .sub-events-block-rightSide p {
  margin: 0;
  padding: 0;
  text-align: right;
}

@media screen and (max-width: 699px) {
  /* line 796, ../scss/current-project/_news.scss */
  .sub-events .sub-events-blocks .sub-events-block:nth-child(even) .sub-events-block-rightSide p {
    text-align: left;
  }
}
/* line 801, ../scss/current-project/_news.scss */
.sub-events .sub-events-blocks .sub-events-block .sub-events-block-leftSide {
  display: block;
  width: 61%;
  height: 100%;
  background-image: url("../img/bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1366px) {
  /* line 812, ../scss/current-project/_news.scss */
  .sub-events .sub-events-blocks .sub-events-block .sub-events-block-leftSide {
    width: 58%;
  }
}
@media screen and (max-width: 1024px) {
  /* line 818, ../scss/current-project/_news.scss */
  .sub-events .sub-events-blocks .sub-events-block .sub-events-block-leftSide {
    width: 56%;
  }
}
@media screen and (max-width: 699px) {
  /* line 824, ../scss/current-project/_news.scss */
  .sub-events .sub-events-blocks .sub-events-block .sub-events-block-leftSide {
    width: 100%;
    height: 320px;
  }
}
@media screen and (max-width: 479px) {
  /* line 831, ../scss/current-project/_news.scss */
  .sub-events .sub-events-blocks .sub-events-block .sub-events-block-leftSide {
    height: 228px;
  }

  /* line 835, ../scss/current-project/_news.scss */
  .sub-events .sub-events-blocks .sub-events-block .sub-events-block-rightSide {
    margin-top: 14px;
  }
}
/* line 840, ../scss/current-project/_news.scss */
.sub-events .sub-events-blocks .sub-events-block .sub-events-block-rightSide {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  width: 35%;
  height: 100%;
  min-height: 100%;
}

@media screen and (max-width: 1280px) {
  /* line 852, ../scss/current-project/_news.scss */
  .sub-events .sub-events-blocks .sub-events-block .sub-events-block-rightSide {
    width: 38%;
  }
}
@media screen and (max-width: 1024px) {
  /* line 858, ../scss/current-project/_news.scss */
  .sub-events .sub-events-blocks .sub-events-block .sub-events-block-rightSide {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  /* line 864, ../scss/current-project/_news.scss */
  .sub-events .sub-events-blocks .sub-events-block .sub-events-block-rightSide {
    width: 38%;
  }
}
@media screen and (max-width: 699px) {
  /* line 870, ../scss/current-project/_news.scss */
  .sub-events .sub-events-blocks .sub-events-block .sub-events-block-rightSide {
    width: 100%;
    margin-top: 20px;
  }
}
/* line 876, ../scss/current-project/_news.scss */
.sub-events .sub-events-blocks .sub-events-block .sub-events-block-rightSide h6 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #c7c7c7;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 1280px) {
  /* line 886, ../scss/current-project/_news.scss */
  .sub-events .sub-events-blocks .sub-events-block .sub-events-block-rightSide h6 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  /* line 892, ../scss/current-project/_news.scss */
  .sub-events .sub-events-blocks .sub-events-block .sub-events-block-rightSide h6 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  /* line 898, ../scss/current-project/_news.scss */
  .sub-events .sub-events-blocks .sub-events-block .sub-events-block-rightSide h6 {
    font-size: 22px;
  }
}
/* line 903, ../scss/current-project/_news.scss */
.sub-events .sub-events-blocks .sub-events-block .sub-events-block-rightSide p {
  margin: 8px 0 0 0;
  padding: 0;
  font-size: 28px;
  font-weight: 700;
  color: #195ed1;
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 1280px) {
  /* line 913, ../scss/current-project/_news.scss */
  .sub-events .sub-events-blocks .sub-events-block .sub-events-block-rightSide p {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  /* line 919, ../scss/current-project/_news.scss */
  .sub-events .sub-events-blocks .sub-events-block .sub-events-block-rightSide p {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  /* line 925, ../scss/current-project/_news.scss */
  .sub-events .sub-events-blocks .sub-events-block .sub-events-block-rightSide p {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  /* line 931, ../scss/current-project/_news.scss */
  .sub-events .sub-events-blocks .sub-events-block .sub-events-block-rightSide p {
    margin-top: 2px;
  }
}
@media screen and (max-width: 699px) {
  /* line 937, ../scss/current-project/_news.scss */
  .sub-events .sub-events-blocks .sub-events-block .sub-events-block-rightSide p {
    margin-top: 0;
  }
}
/* line 942, ../scss/current-project/_news.scss */
.sub-events .sub-events-btn {
  float: right;
  margin-top: 40px;
}

@media screen and (max-width: 699px) {
  /* line 948, ../scss/current-project/_news.scss */
  .sub-events .sub-events-btn {
    margin-top: -4px;
  }
}
@media screen and (max-width: 992px) {
  /* line 955, ../scss/current-project/_news.scss */
  .sub-news .sub-news-blocks .sub-news-block .sub-news-block-leftSide {
    width: 100%;
    margin-top: 20px;
  }
}
/* line 1, ../scss/current-project/_owl.scss */
.owl-theme.owl-carousel {
  position: relative;
}
/* line 4, ../scss/current-project/_owl.scss */
.owl-theme.owl-carousel:after {
  content: "";
  display: block;
  clear: both;
}
/* line 10, ../scss/current-project/_owl.scss */
.owl-theme.owl-carousel .owl-stage-outer {
  background-color: #efefef;
}

/* line 15, ../scss/current-project/_owl.scss */
.owl-theme .owl-nav {
  margin-top: 0;
  font-family: Montserrat, sans-serif;
}

/* line 20, ../scss/current-project/_owl.scss */
.owl-theme.owl-carousel .zoom-btn {
  margin: 15px 0 0;
}

/* line 24, ../scss/current-project/_owl.scss */
.owl-theme.owl-carousel .owl-dots {
  margin: 15px 0 0;
  position: relative;
  text-align: right;
  float: right;
}

/* line 31, ../scss/current-project/_owl.scss */
.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
  content: #fff;
}

/* line 36, ../scss/current-project/_owl.scss */
.owl-theme.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #dbdbdb;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  margin: 0 5px;
  border-radius: 0;
}

@media (min-width: 992px) {
  /* line 50, ../scss/current-project/_owl.scss */
  .owl-theme.owl-carousel .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
  }

  /* line 55, ../scss/current-project/_owl.scss */
  a.slide-gallery-link {
    height: calc(100vh - 110px);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto 100%;
  }

  /* line 62, ../scss/current-project/_owl.scss */
  a.slide-gallery-link img {
    display: none !important;
  }
}
/* line 69, ../scss/current-project/_owl.scss */
.owl-theme.owl-carousel .owl-dots .owl-dot.active span {
  background: #195ed1;
}

/* line 75, ../scss/current-project/_owl.scss */
.owl-theme.owl-carousel .owl-nav .owl-prev,
.owl-theme.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
  margin: -25px 0 0;
}

/* line 87, ../scss/current-project/_owl.scss */
.owl-theme.owl-carousel .owl-nav .owl-prev span,
.owl-theme.owl-carousel .owl-nav .owl-next span {
  font-size: 80px;
  font-weight: 300;
  color: #195ed1;
  display: flex;
  line-height: unset;
  padding: 0;
  width: 50px;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 50px;
}

/* line 106, ../scss/current-project/_owl.scss */
.owl-theme.owl-carousel .owl-nav .owl-prev {
  left: 10px;
}

/* line 110, ../scss/current-project/_owl.scss */
.owl-theme.owl-carousel .owl-nav .owl-next {
  right: 10px;
}

/* line 1, ../scss/current-project/_project-branding.scss */
body .sub-project-description-gallery {
  margin-bottom: 180px;
}

/* line 5, ../scss/current-project/_project-branding.scss */
body.single-project.branding-post-detail .wrap-title h3.project-title {
  display: none !important;
}

/* line 12, ../scss/current-project/_project-branding.scss */
.branding-post-wrap {
  font-size: 18px;
}

/* line 16, ../scss/current-project/_project-branding.scss */
.branding-title {
  margin-top: 2rem;
}

/* line 20, ../scss/current-project/_project-branding.scss */
.branding-title h1 {
  font-size: 28px;
}
@media (min-width: 990px) {
  /* line 20, ../scss/current-project/_project-branding.scss */
  .branding-title h1 {
    font-size: 55px;
    width: 80%;
  }
}

/* line 29, ../scss/current-project/_project-branding.scss */
.branding-banner {
  margin-bottom: 20px;
}

/* line 33, ../scss/current-project/_project-branding.scss */
.branding-fields {
  margin: 2rem 0;
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
  flex-direction: column;
}
@media (min-width: 990px) {
  /* line 33, ../scss/current-project/_project-branding.scss */
  .branding-fields {
    flex-direction: row;
  }
}
/* line 43, ../scss/current-project/_project-branding.scss */
.branding-fields .branding-field {
  margin-top: .5rem;
  margin-bottom: .5rem;
}
@media (min-width: 990px) {
  /* line 43, ../scss/current-project/_project-branding.scss */
  .branding-fields .branding-field {
    margin-right: 2rem;
  }
}
/* line 51, ../scss/current-project/_project-branding.scss */
.branding-fields .fields-label-project {
  font-weight: 900;
  color: #ccc;
  font-size: 1.5rem;
  margin: 0 0 0.35rem;
}
/* line 58, ../scss/current-project/_project-branding.scss */
.branding-fields a {
  color: #222;
  text-decoration: none;
  transition: 0.35s all;
}
/* line 63, ../scss/current-project/_project-branding.scss */
.branding-fields a:hover {
  color: #195ed1;
}

/* line 70, ../scss/current-project/_project-branding.scss */
.branding-gallery {
  margin-bottom: 20px;
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 990px) {
  /* line 70, ../scss/current-project/_project-branding.scss */
  .branding-gallery {
    margin-right: -10px;
    margin-left: -10px;
  }
}

/* line 83, ../scss/current-project/_project-branding.scss */
.branding-row {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  align-items: center;
}
/* line 90, ../scss/current-project/_project-branding.scss */
.branding-row .branding-row-block {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 20px;
}
/* line 99, ../scss/current-project/_project-branding.scss */
.branding-row .branding-row-block .block-title {
  font-weight: bold;
  font-size: 130%;
  margin: 2rem 0 1rem;
  line-height: 1.25;
  width: 80%;
}
/* line 108, ../scss/current-project/_project-branding.scss */
.branding-row .branding-row-block .block-text {
  display: none;
  margin: 1rem 0;
  width: 80%;
}
/* line 113, ../scss/current-project/_project-branding.scss */
.branding-row .branding-row-block .block-text * {
  line-height: 1.5;
}
/* line 118, ../scss/current-project/_project-branding.scss */
.branding-row .branding-row-block .block-show-more-icon {
  color: #195ed1;
  transition: all .35s;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  width: 22px;
  height: 22px;
  margin-bottom: 2rem;
}
/* line 129, ../scss/current-project/_project-branding.scss */
.branding-row .branding-row-block .block-show-more-icon:before, .branding-row .branding-row-block .block-show-more-icon:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: #195ed1;
  content: "";
  display: block;
  transition: all .5s;
}
/* line 140, ../scss/current-project/_project-branding.scss */
.branding-row .branding-row-block .block-show-more-icon:before {
  width: 22px;
  height: 6px;
}
/* line 145, ../scss/current-project/_project-branding.scss */
.branding-row .branding-row-block .block-show-more-icon:after {
  height: 22px;
  width: 6px;
}
/* line 150, ../scss/current-project/_project-branding.scss */
.branding-row .branding-row-block .block-show-more-icon.open:before {
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
  background-color: rgba(25, 94, 209, 0);
}
/* line 155, ../scss/current-project/_project-branding.scss */
.branding-row .branding-row-block .block-show-more-icon.open:after {
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
}
@media (min-width: 990px) {
  /* line 163, ../scss/current-project/_project-branding.scss */
  .branding-row.blocks-count-2 .branding-row-block {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* line 178, ../scss/current-project/_project-branding.scss */
.branding-back-wrap {
  margin-bottom: 100px;
}
/* line 181, ../scss/current-project/_project-branding.scss */
.branding-back-wrap a {
  font-weight: bold;
  transition: all .35s;
  color: #222;
}
/* line 186, ../scss/current-project/_project-branding.scss */
.branding-back-wrap a:hover {
  color: #195ed1;
}

/* line 193, ../scss/current-project/_project-branding.scss */
.branding-realted-projects {
  margin-bottom: 100px;
}
/* line 198, ../scss/current-project/_project-branding.scss */
.branding-realted-projects h3 {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  white-space: nowrap;
  color: #195ed1;
  margin-bottom: 20px;
}
/* line 207, ../scss/current-project/_project-branding.scss */
.branding-realted-projects h3:before {
  content: "";
  height: 1px;
  background-color: #ccc;
  display: block;
  width: 100%;
  margin-right: 1.5rem;
}
/* line 217, ../scss/current-project/_project-branding.scss */
.branding-realted-projects .owl-theme.owl-carousel .owl-stage-outer {
  background-color: transparent;
}
/* line 229, ../scss/current-project/_project-branding.scss */
.branding-realted-projects .wrap-related-projects .row-project-link {
  color: #000;
  transition: all .35s;
}
/* line 233, ../scss/current-project/_project-branding.scss */
.branding-realted-projects .wrap-related-projects .row-project-link .image {
  margin-bottom: 20px;
}
/* line 237, ../scss/current-project/_project-branding.scss */
.branding-realted-projects .wrap-related-projects .row-project-link h2 {
  font-size: inherit;
  margin-bottom: 4px;
}
/* line 242, ../scss/current-project/_project-branding.scss */
.branding-realted-projects .wrap-related-projects .row-project-link:hover {
  color: #195ed1;
}

/* line 3, ../scss/current-project/_project-video.scss */
body.video-project-active {
  background-color: #000;
}
/* line 6, ../scss/current-project/_project-video.scss */
body.video-project-active .mmd-footer {
  color: #fff;
}
/* line 9, ../scss/current-project/_project-video.scss */
body.video-project-active .mmd-footer .row {
  border-top: 0 none;
}
/* line 12, ../scss/current-project/_project-video.scss */
body.video-project-active .mmd-footer a {
  color: #fff;
}
/* line 15, ../scss/current-project/_project-video.scss */
body.video-project-active .mmd-footer .form-subtitle {
  font-weight: bold;
  color: #fff;
}
/* line 20, ../scss/current-project/_project-video.scss */
body.video-project-active .wrap-info-inner-vimeo-video {
  height: calc(100vh - 170px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 2rem 1rem;
}
@media (min-width: 990px) {
  /* line 20, ../scss/current-project/_project-video.scss */
  body.video-project-active .wrap-info-inner-vimeo-video {
    justify-content: center;
  }
}
/* line 33, ../scss/current-project/_project-video.scss */
body.video-project-active .tax-menu li a {
  color: #fff;
}
/* line 36, ../scss/current-project/_project-video.scss */
body.video-project-active .tax-menu li a:hover {
  color: #195ed1;
}

/* line 51, ../scss/current-project/_project-video.scss */
body:not(.video-project-active) .smart-page-loader {
  display: none !important;
}

/* line 56, ../scss/current-project/_project-video.scss */
.controls-projects-arrows .container-bigger {
  max-width: 600px;
  margin: 20px auto 0;
}

/* line 61, ../scss/current-project/_project-video.scss */
.info-arrow-wrap {
  padding: 0 45px;
}

/* line 65, ../scss/current-project/_project-video.scss */
.arrow-controls-wrap {
  width: 40px;
  height: 40px;
  margin-top: 5px;
}

/* line 71, ../scss/current-project/_project-video.scss */
.arrow-controls-wrap a:hover svg {
  color: #195ed1;
  fill: #195ed1;
}

/* line 76, ../scss/current-project/_project-video.scss */
.info-wrap-overlay-project-video-top {
  margin-top: 100px;
}

/* line 80, ../scss/current-project/_project-video.scss */
.sub-intro-content-video iframe {
  width: 100%;
  height: calc(100vh - 170px);
}

/* line 88, ../scss/current-project/_project-video.scss */
.wrap-video-project-sub-intro.vimeo-video-on .sub-intro-content-video {
  display: block;
}

/* line 93, ../scss/current-project/_project-video.scss */
.sub-intro-content-video-overlay-inner {
  height: 100% !important;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 109, ../scss/current-project/_project-video.scss */
.sub-intro-content-video-overlay .fa {
  display: block;
  font-size: 50px;
  color: #195ed1;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

/* line 120, ../scss/current-project/_project-video.scss */
.sub-intro-content-video {
  display: none;
}

/* line 123, ../scss/current-project/_project-video.scss */
.wrap-video-project-sub-intro.vimeo-video-on .sub-intro-content-video {
  display: block;
}

/* line 128, ../scss/current-project/_project-video.scss */
.wrap-video-project-sub-intro {
  color: #fff;
}

/* line 133, ../scss/current-project/_project-video.scss */
.sub-intro-content-video-overlay {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #000;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
}
/* line 143, ../scss/current-project/_project-video.scss */
.sub-intro-content-video-overlay:hover .icon-play {
  opacity: 1;
}

/* line 150, ../scss/current-project/_project-video.scss */
.wrap-video-iframe {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

/* line 158, ../scss/current-project/_project-video.scss */
.wrap-video-project-sub-intro {
  position: relative;
}

/* line 166, ../scss/current-project/_project-video.scss */
.controls-projects-arrows {
  left: 0;
  right: 0;
  bottom: 0;
  height: 100px;
  color: #fff;
}

/* line 174, ../scss/current-project/_project-video.scss */
.wrap-video-project-sub-intro.vimeo-video-on .sub-intro-content-video {
  height: 100% !important;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  display: block;
}

/* line 194, ../scss/current-project/_project-video.scss */
.wrap-info-vimeo-video {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* line 200, ../scss/current-project/_project-video.scss */
.sub-intro-content-video-overlay {
  height: 100% !important;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 211, ../scss/current-project/_project-video.scss */
.icon-play {
  transform: translateY(-50%) translateX(-50%);
  top: 50%;
  position: absolute;
  left: 50%;
  width: 290px;
  height: 290px;
  opacity: 0.5;
  transition: .35s all;
}

/* line 222, ../scss/current-project/_project-video.scss */
.icon-play svg {
  opacity: .3;
  transition: opacity .5s ease-out;
}

/* line 227, ../scss/current-project/_project-video.scss */
.sub-intro-content-video-overlay-inner:hover .icon-play svg {
  opacity: .6;
}

/* line 231, ../scss/current-project/_project-video.scss */
h2.title-video {
  color: #fff;
}

/* line 235, ../scss/current-project/_project-video.scss */
p.description-video {
  font-size: 19px;
  font-weight: 300;
  line-height: 22px;
  color: #fff;
}

@media (max-width: 768px) {
  /* line 1, ../scss/current-project/_projects.scss */
  .category-choose-block {
    flex-direction: column;
    margin-bottom: 10px;
  }
}

@media (max-width: 992px) {
  /* line 8, ../scss/current-project/_projects.scss */
  .categories-links {
    font-size: 18px;
    width: auto;
    justify-content: flex-end;
  }
}

@media (max-width: 992px) {
  /* line 17, ../scss/current-project/_projects.scss */
  .categories-links .category-link {
    margin-right: 10px;
    margin-top: 10px;
  }
}

@media (max-width: 992px) {
  /* line 24, ../scss/current-project/_projects.scss */
  .filter-block {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  /* line 30, ../scss/current-project/_projects.scss */
  .filter-block.active-filter-block {
    justify-content: flex-end;
  }
}

@media (max-width: 992px) {
  /* line 36, ../scss/current-project/_projects.scss */
  .filter-block .filter-link {
    margin-left: 15px;
    margin-bottom: 0;
    line-height: 1.4;
    margin-right: 0;
  }
}

/* line 45, ../scss/current-project/_projects.scss */
a.gallery-item-link-inner {
  text-decoration: none !important;
}

/* line 50, ../scss/current-project/_projects.scss */
.gallery-item {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background: transparent;
  margin-bottom: 36px;
  transition: opacity 0.3s;
  position: relative;
  margin: 0 0 30px;
}

/* line 63, ../scss/current-project/_projects.scss */
.project-gallery-wrap {
  position: relative;
}

/* line 67, ../scss/current-project/_projects.scss */
.gallery-item img {
  height: auto;
  width: 100%;
  max-width: none;
}

/* line 72, ../scss/current-project/_projects.scss */
.gallery-item img.widthest {
  height: 500px;
  width: auto;
}

/* line 76, ../scss/current-project/_projects.scss */
.gallery-item img.heightest {
  height: auto;
  width: 100%;
}

/* line 80, ../scss/current-project/_projects.scss */
.gallery-item:hover .gallery-item-info {
  transform: translate(-50%, 0%);
}

/* line 83, ../scss/current-project/_projects.scss */
.gallery-item .gallery-item-info {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  background: #195ed1;
  color: #fff;
  overflow: hidden;
  -webkit-transition: transform 0.5s ease 0s;
  -moz-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
}

/* line 103, ../scss/current-project/_projects.scss */
.gallery-item .gallery-item-info .gallery-item-link {
  padding: 0 20px;
  justify-content: center;
  align-items: flex-start;
}
@media (min-width: 990px) {
  /* line 103, ../scss/current-project/_projects.scss */
  .gallery-item .gallery-item-info .gallery-item-link {
    padding: 0 50px;
    align-items: center;
  }
}

/* line 119, ../scss/current-project/_projects.scss */
.gallery-item .gallery-item-info .country {
  color: #fff;
  text-decoration: none;
  font-size: 1em;
  margin-bottom: 0.5em;
  font-weight: 300;
  margin-bottom: 10px;
}

/* line 130, ../scss/current-project/_projects.scss */
.gallery-item .gallery-item-info .description {
  font-size: 1em;
  line-height: 1.4em;
  margin-bottom: 0.8em;
  border-bottom: 2px solid #fff;
  padding-bottom: 0.8em;
  width: 100%;
  display: none;
  color: #fff;
}
@media (min-width: 990px) {
  /* line 130, ../scss/current-project/_projects.scss */
  .gallery-item .gallery-item-info .description {
    display: block;
  }
}
/* line 143, ../scss/current-project/_projects.scss */
.gallery-item .gallery-item-info .description p {
  margin: 0;
  line-height: 1;
}

/* line 153, ../scss/current-project/_projects.scss */
.gallery-item .gallery-item-info .line {
  width: 100%;
  height: 0.16vw;
  background: #fff;
  margin-bottom: 12px;
  display: none;
}

/* line 162, ../scss/current-project/_projects.scss */
.gallery-item .gallery-item-info .client {
  color: #fff;
  text-decoration: none;
  font-weight: 300;
}

/* line 172, ../scss/current-project/_projects.scss */
.gallery-item .gallery-item-info .title {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
@media (min-width: 990px) {
  /* line 172, ../scss/current-project/_projects.scss */
  .gallery-item .gallery-item-info .title {
    font-size: 24px;
  }
}
@media (min-width: 1140px) {
  /* line 172, ../scss/current-project/_projects.scss */
  .gallery-item .gallery-item-info .title {
    font-size: 36px;
  }
}

/* line 188, ../scss/current-project/_projects.scss */
.gallery-item .gallery-item-info .date {
  line-height: 1;
  margin-bottom: 10px;
  color: #fff;
  font-size: 0.9em;
  line-height: 1;
  margin-bottom: 0.2em;
  font-weight: 700;
  text-decoration: none;
}

/* line 200, ../scss/current-project/_projects.scss */
.gallery-item .gallery-item-info .country {
  margin-bottom: 10px;
}

/* line 204, ../scss/current-project/_projects.scss */
.gallery-item .gallery-item-info .client {
  font-size: 1.15em;
  margin-bottom: 0 !important;
}

/* line 214, ../scss/current-project/_projects.scss */
.sub-project .sub-project-content .sub-project-content-leftSide.show-more-active {
  max-height: none;
}

/* line 228, ../scss/current-project/_projects.scss */
.sub-project-gallery .new-branding-gallery-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 990px) {
  /* line 228, ../scss/current-project/_projects.scss */
  .sub-project-gallery .new-branding-gallery-row {
    margin-right: -30px;
    margin-left: -30px;
  }
}
/* line 239, ../scss/current-project/_projects.scss */
.sub-project-gallery .new-branding-gallery-row .new-branding-gallery-image {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 990px) {
  /* line 239, ../scss/current-project/_projects.scss */
  .sub-project-gallery .new-branding-gallery-row .new-branding-gallery-image {
    padding-right: 30px;
    padding-left: 30px;
  }
}
/* line 255, ../scss/current-project/_projects.scss */
.sub-project-gallery .new-branding-gallery-row.count-2 .new-branding-gallery-image {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 990px) {
  /* line 255, ../scss/current-project/_projects.scss */
  .sub-project-gallery .new-branding-gallery-row.count-2 .new-branding-gallery-image {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* line 267, ../scss/current-project/_projects.scss */
.container.sub-project-description-wrap {
  margin-bottom: 30px;
}
@media (min-width: 990px) {
  /* line 267, ../scss/current-project/_projects.scss */
  .container.sub-project-description-wrap {
    margin-bottom: 60px;
  }
}

/* line 279, ../scss/current-project/_projects.scss */
.sub-project-content .more-wrapper {
  font-size: inherit;
  margin-top: 30px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

/* line 288, ../scss/current-project/_projects.scss */
.sub-project-content .more-wrapper .right {
  display: flex;
  float: none;
  width: auto;
  position: relative;
  cursor: pointer;
}

/* line 297, ../scss/current-project/_projects.scss */
.wrap-tile-project {
  width: 100%;
}

/* line 302, ../scss/current-project/_projects.scss */
.sub-project .sub-project-content .sub-project-content-leftSide-wrap {
  width: 100%;
}
@media (min-width: 992px) {
  /* line 302, ../scss/current-project/_projects.scss */
  .sub-project .sub-project-content .sub-project-content-leftSide-wrap {
    width: 61%;
  }
}

/* line 313, ../scss/current-project/_projects.scss */
.sub-project .sub-project-content .sub-project-content-rightSide-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  position: relative;
  margin-bottom: 40px;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
@media (min-width: 992px) {
  /* line 313, ../scss/current-project/_projects.scss */
  .sub-project .sub-project-content .sub-project-content-rightSide-wrap {
    width: 30.5%;
  }
}

/* line 334, ../scss/current-project/_projects.scss */
.sub-project .sub-project-content .sub-project-content-rightSide {
  width: 100%;
}

/* line 338, ../scss/current-project/_projects.scss */
.sub-project .sub-project-content .sub-project-content-leftSide {
  width: 100%;
}
/* line 342, ../scss/current-project/_projects.scss */
.sub-project .sub-project-content .sub-project-content-leftSide.show-more-active {
  max-height: none;
}

/* line 356, ../scss/current-project/_projects.scss */
.sub-project-gallery .new-branding-gallery-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 990px) {
  /* line 356, ../scss/current-project/_projects.scss */
  .sub-project-gallery .new-branding-gallery-row {
    margin-right: -30px;
    margin-left: -30px;
  }
}
/* line 367, ../scss/current-project/_projects.scss */
.sub-project-gallery .new-branding-gallery-row .new-branding-gallery-image {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
}
@media (min-width: 990px) {
  /* line 367, ../scss/current-project/_projects.scss */
  .sub-project-gallery .new-branding-gallery-row .new-branding-gallery-image {
    padding-right: 30px;
    padding-left: 30px;
    margin-bottom: 60px;
  }
}
/* line 385, ../scss/current-project/_projects.scss */
.sub-project-gallery .new-branding-gallery-row.count-2 .new-branding-gallery-image {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 990px) {
  /* line 385, ../scss/current-project/_projects.scss */
  .sub-project-gallery .new-branding-gallery-row.count-2 .new-branding-gallery-image {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* line 396, ../scss/current-project/_projects.scss */
.container.sub-project-description-wrap {
  margin: 60px auto 30px;
}
@media (min-width: 990px) {
  /* line 396, ../scss/current-project/_projects.scss */
  .container.sub-project-description-wrap {
    margin: 100px auto 50px;
  }
}

/* line 404, ../scss/current-project/_projects.scss */
.gallery-sizer, .gallery-item {
  width: 100%;
}
@media (min-width: 720px) {
  /* line 404, ../scss/current-project/_projects.scss */
  .gallery-sizer, .gallery-item {
    width: calc(50% - 15px);
  }
}

/* line 413, ../scss/current-project/_projects.scss */
.gutter-sizer {
  width: 0;
}
@media (min-width: 720px) {
  /* line 413, ../scss/current-project/_projects.scss */
  .gutter-sizer {
    width: 30px;
  }
}

/* line 420, ../scss/current-project/_projects.scss */
.sub-project .sub-project-content .sub-project-content-rightSide .sub-project-content-rightSide-blocks h6 {
  font-weight: bold;
}

/*************** SCROLLBAR BASE CSS ***************/
/* line 3, ../scss/current-project/_scrollbar.scss */
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

/* line 9, ../scss/current-project/_scrollbar.scss */
.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

/* line 24, ../scss/current-project/_scrollbar.scss */
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/* line 29, ../scss/current-project/_scrollbar.scss */
.scroll-element {
  display: none;
}

/* line 32, ../scss/current-project/_scrollbar.scss */
.scroll-element, .scroll-element div {
  box-sizing: content-box;
}

/* line 36, ../scss/current-project/_scrollbar.scss */
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

/* line 41, ../scss/current-project/_scrollbar.scss */
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

/* line 46, ../scss/current-project/_scrollbar.scss */
.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

/* line 50, ../scss/current-project/_scrollbar.scss */
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

/* line 53, ../scss/current-project/_scrollbar.scss */
.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

/* line 67, ../scss/current-project/_scrollbar.scss */
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE OUTER SCROLLBAR ***************/
/* line 77, ../scss/current-project/_scrollbar.scss */
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

/* line 87, ../scss/current-project/_scrollbar.scss */
.scrollbar-outer > .scroll-element {
  background-color: #ffffff;
}

/* line 91, ../scss/current-project/_scrollbar.scss */
.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

/* line 99, ../scss/current-project/_scrollbar.scss */
.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}

/* line 106, ../scss/current-project/_scrollbar.scss */
.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}

/* line 113, ../scss/current-project/_scrollbar.scss */
.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}

/* line 114, ../scss/current-project/_scrollbar.scss */
.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}

/* line 116, ../scss/current-project/_scrollbar.scss */
.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

/* line 117, ../scss/current-project/_scrollbar.scss */
.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee;
}

/* line 119, ../scss/current-project/_scrollbar.scss */
.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

/* line 127, ../scss/current-project/_scrollbar.scss */
.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
}

/* line 128, ../scss/current-project/_scrollbar.scss */
.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}

/* line 129, ../scss/current-project/_scrollbar.scss */
.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* scrollbar height/width & offset from container borders */
/* line 134, ../scss/current-project/_scrollbar.scss */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}

/* line 135, ../scss/current-project/_scrollbar.scss */
.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}

/* line 137, ../scss/current-project/_scrollbar.scss */
.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}

/* line 138, ../scss/current-project/_scrollbar.scss */
.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}

/* update scrollbar offset if both scrolls are visible */
/* line 143, ../scss/current-project/_scrollbar.scss */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}

/* line 144, ../scss/current-project/_scrollbar.scss */
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}

/* line 146, ../scss/current-project/_scrollbar.scss */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}

/* line 147, ../scss/current-project/_scrollbar.scss */
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}

/* line 1, ../scss/current-project/_share.scss */
.marshall-share-wrapper {
  position: fixed;
  right: 30px;
  bottom: 100px;
  width: 35px;
  z-index: 99;
}
@media (min-width: 990px) {
  /* line 1, ../scss/current-project/_share.scss */
  .marshall-share-wrapper {
    width: 50px;
  }
}
/* line 11, ../scss/current-project/_share.scss */
.marshall-share-wrapper:hover .marshall-share-trigger {
  background-color: #1654ba;
  color: #fff;
}
/* line 16, ../scss/current-project/_share.scss */
.marshall-share-wrapper .marshall-share-trigger {
  background-color: #195ed1;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 54px;
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 990px) {
  /* line 16, ../scss/current-project/_share.scss */
  .marshall-share-wrapper .marshall-share-trigger {
    width: 50px;
    height: 50px;
  }
}
/* line 35, ../scss/current-project/_share.scss */
.marshall-share-wrapper .marshall-share-trigger svg {
  height: 60%;
  width: 60%;
}
/* line 41, ../scss/current-project/_share.scss */
.marshall-share-wrapper .marshall-share-link {
  background-color: #195ed1;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 54px;
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  color: #fff;
  margin-bottom: 8px;
  display: block;
}
/* line 54, ../scss/current-project/_share.scss */
.marshall-share-wrapper .marshall-share-link.marshall-share-link-facebook {
  background-color: #4267b2;
}
/* line 56, ../scss/current-project/_share.scss */
.marshall-share-wrapper .marshall-share-link.marshall-share-link-facebook:hover {
  background-color: #34518d;
}
/* line 60, ../scss/current-project/_share.scss */
.marshall-share-wrapper .marshall-share-link.marshall-share-link-twitter {
  background-color: #1da1f2;
}
/* line 62, ../scss/current-project/_share.scss */
.marshall-share-wrapper .marshall-share-link.marshall-share-link-twitter:hover {
  background-color: #0c85d0;
}
/* line 66, ../scss/current-project/_share.scss */
.marshall-share-wrapper .marshall-share-link.marshall-share-link-linkedin {
  background-color: #0084bf;
}
/* line 68, ../scss/current-project/_share.scss */
.marshall-share-wrapper .marshall-share-link.marshall-share-link-linkedin:hover {
  background-color: #00618c;
}

/* line 1, ../scss/current-project/_single-project.scss */
.sub-project .sub-project-back-share .back-project {
  color: #000;
}
/* line 3, ../scss/current-project/_single-project.scss */
.sub-project .sub-project-back-share .back-project:hover {
  color: #195ed1;
}

/* line 9, ../scss/current-project/_single-project.scss */
.sub-project-blue {
  display: block;
  position: relative;
  background-color: #195ed1;
  padding: 0;
  margin: 50px 0;
}

/* line 20, ../scss/current-project/_single-project.scss */
.sub-project-blue .sub-project-blue-circle {
  background: #fff none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  box-sizing: border-box;
  display: block;
  height: 50px;
  position: relative;
  width: 7px;
}
@media (min-width: 990px) {
  /* line 20, ../scss/current-project/_single-project.scss */
  .sub-project-blue .sub-project-blue-circle {
    height: 80px;
  }
}

/* line 36, ../scss/current-project/_single-project.scss */
.sub-project-description-gallery .sub-project-description {
  align-items: center;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  height: auto;
}

/* line 44, ../scss/current-project/_single-project.scss */
.sub-project-description-gallery .sub-project-description .sub-project-description-rightSide h5 {
  margin-bottom: 40px;
}

/* line 48, ../scss/current-project/_single-project.scss */
.sub-project-description-gallery .sub-project-description a {
  display: block;
  width: 100%;
  position: static;
  height: auto;
}

/* line 55, ../scss/current-project/_single-project.scss */
.sub-project-description-gallery .sub-project-description a img {
  opacity: 1;
  width: 100%;
  height: auto;
}

/* line 61, ../scss/current-project/_single-project.scss */
.sub-project-blue h5 {
  padding: 15px 0 50px;
  font-size: 24px;
  line-height: 1.2;
  width: 100%;
  display: block;
  margin: 0;
}
@media (min-width: 990px) {
  /* line 61, ../scss/current-project/_single-project.scss */
  .sub-project-blue h5 {
    padding: 0 0 80px 20%;
    font-size: 42px;
  }
}

/* line 80, ../scss/current-project/_single-project.scss */
.sub-project-description-gallery .sub-project-description .sub-project-description-leftSide-wrap {
  display: block;
  width: 100%;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 990px) {
  /* line 80, ../scss/current-project/_single-project.scss */
  .sub-project-description-gallery .sub-project-description .sub-project-description-leftSide-wrap {
    width: 63%;
    margin: 0;
  }
}

@media screen and (max-width: 420px) {
  /* line 98, ../scss/current-project/_single-project.scss */
  .sub-project-description-gallery .sub-project-description a {
    width: 100%;
  }
}
@media screen and (max-width: 420px) and (min-width: 990px) {
  /* line 98, ../scss/current-project/_single-project.scss */
  .sub-project-description-gallery .sub-project-description a {
    width: 72%;
  }
}

/* line 107, ../scss/current-project/_single-project.scss */
.sub-project-description-gallery .sub-project-description .sub-project-description-rightSide {
  display: none;
}
@media (min-width: 990px) {
  /* line 107, ../scss/current-project/_single-project.scss */
  .sub-project-description-gallery .sub-project-description .sub-project-description-rightSide {
    width: 37%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0;
    padding: 0 0 0 30px;
  }
}

/* ---------- subpages ---------- */
/* line 5, ../scss/current-project/_subpages.scss */
.container.project-gallery-block {
  overflow: hidden;
}

/* line 9, ../scss/current-project/_subpages.scss */
#sub-main {
  overflow: hidden;
}

/* line 14, ../scss/current-project/_subpages.scss */
.sub-intro {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: calc(100vh - 80px) !important;
}

/* line 21, ../scss/current-project/_subpages.scss */
.sub-intro .angle {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  max-height: 180px;
  margin-bottom: -1px;
  display: none;
}

/* line 31, ../scss/current-project/_subpages.scss */
.sub-intro .angle .svg-angle {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

/* line 37, ../scss/current-project/_subpages.scss */
.sub-intro .sub-intro-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}

/* line 47, ../scss/current-project/_subpages.scss */
.sub-intro .sub-intro-content .inner {
  max-width: 550px;
}

/* line 50, ../scss/current-project/_subpages.scss */
#sub-main .intro-content-section {
  padding: 130px 0 270px;
}

/* line 4, ../scss/mmd.scss */
body, p, div {
  font-family: "helvetica", "Montserrat", sans-serif !important;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  /* line 4, ../scss/mmd.scss */
  body, p, div {
    font-size: 20px;
  }
}

/* line 14, ../scss/mmd.scss */
.sub-project .sub-project-content {
  font-size: inherit;
}

/* line 18, ../scss/mmd.scss */
p {
  margin-bottom: 30px;
}

/* line 22, ../scss/mmd.scss */
.sub-project .sub-project-content .sub-project-content-leftSide p,
.intro-content-section,
.sub-project .sub-project-content .sub-project-content-rightSide .sub-project-content-rightSide-blocks.sub-project-content-rightSide-blocks-services .sub-project-content-rightSide-services a,
.sub-project .sub-project-content .sub-project-content-leftSide p,
.sub-project-description-gallery .sub-project-description .sub-project-description-rightSide p {
  font-size: inherit;
  line-height: inherit;
}

/* line 31, ../scss/mmd.scss */
.sub-project .sub-project-content .sub-project-content-rightSide .sub-project-content-rightSide-blocks h6,
.sub-project .sub-project-content .sub-project-content-rightSide .sub-project-content-rightSide-blocks span {
  font-size: inherit;
  line-height: inherit;
}
/* line 35, ../scss/mmd.scss */
.sub-project .sub-project-content .sub-project-content-rightSide .sub-project-content-rightSide-blocks h6 a,
.sub-project .sub-project-content .sub-project-content-rightSide .sub-project-content-rightSide-blocks span a {
  font-family: "helvetica", "Montserrat", sans-serif !important;
}

/* line 41, ../scss/mmd.scss */
.project-info-block p {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}
/* line 46, ../scss/mmd.scss */
.project-info-block p:last-child {
  margin-bottom: 0;
}

/* line 52, ../scss/mmd.scss */
.container-bigger, .container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (min-width: 992px) {
  /* line 52, ../scss/mmd.scss */
  .container-bigger, .container {
    padding: 0 40px;
  }
    /* line 52, ../scss/mmd.scss */
  .container-bigger > .row, .container > .row {
      margin-left: -40px;
      margin-right: -40px;
  }
}
