img {
  max-width: 100%;
}

.col {
  padding: 0 15px;
}

.row {
  display: flex;
  margin: 0 -15px;
}

.theme-button {
  display: block;
  font-size: 24px;
  padding: 15px 20px;
  width: 300px;
  text-align: center;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  transition: all .3s;
}

@media screen and (max-width: 480px) {
  .theme-button {
    width: 230px;
    font-size: 20px;
  }
}

.theme-button:hover {
  background: #1e1e1e;
  color: #fff;
}

.home-header {
  height: 100vh;
  min-height: 850px;
  position: relative;
  padding: 70px 0;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 992px) {
  .home-header {
    height: auto;
    min-height: auto;
  }
}

.home-header__slider {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.home-header__slider .owl-carousel.owl-loaded {
  display: flex;
}

@media screen and (max-width: 992px) {
  .home-header__slider .owl-carousel.owl-loaded {
    height: 100%;
  }
}

@media screen and (max-width: 992px) {
  .home-header__slider .owl-carousel .owl-stage {
    height: 100%;
  }
}

.home-header__slider .owl-stage-outer,
.home-header__slider .item {
  height: 100vh;
  min-height: 850px;
}

@media screen and (max-width: 992px) {
  .home-header__slider .owl-stage-outer,
  .home-header__slider .item {
    height: auto;
    min-height: auto;
  }
}

.home-header__slider .item {
  position: relative;
  height: 100vh;
  min-height: 850px;
}

.home-header__slider .item:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.64);
}

.home-header__slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  z-index: 5;
  display: flex;
  justify-content: center;
}

.home-header__slider .owl-dots .owl-dot {
  margin: 0 15px;
  width: 20px;
  height: 20px;
  background: #888888;
  transition: all .3s;
  outline: none;
}

.home-header__slider .owl-dots .owl-dot:hover {
  background: #fff;
}

.home-header__slider .owl-dots .owl-dot.active {
  width: 46px;
  background: #fff;
}

.home-header__content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 100%;
}

@media screen and (max-width: 992px) {
  .home-header__content {
    min-height: 300px;
  }
}

.home-header__content .container {
  display: flex;
  flex-direction: column;
}

.home-header__content-inner {
  display: flex;
  flex-direction: column;
}

.home-header__content-logo {
  align-items: flex-start;
}

@media screen and (max-width: 1200px) {
  .home-header__content-logo {
    padding-top: 50px;
  }
}

@media screen and (max-width: 1200px) {
  .home-header__content-logo-image {
    display: none;
  }
}

.home-header__content-logo-phone {
  margin-left: auto;
  font-size: 28px;
  position: relative;
  display: flex;
  font-weight: 300;
  align-items: center;
}

@media screen and (max-width: 992px) {
  .home-header__content-logo-phone {
    justify-content: center;
    margin-left: 0;
    flex: 0 0 100%;
  }
}

.home-header__content-logo-phone img {
  display: block;
  margin-right: 10px;
}

.home-header__content-logo-phone a {
  color: #fff;
  text-decoration: none;
}

.home-header__content-logo-language {
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: 300;
}

@media screen and (max-width: 1200px) {
  .home-header__content-logo-language {
    display: none;
  }
}

.home-header__content-logo-language img {
  display: block;
  margin-right: 10px;
}

.home-header__content-logo-language a {
  color: #fff;
}

.home-header__content-logo-language a:hover {
  color: #fff;
  text-decoration: underline;
}

.home-header__content-menu {
  margin-top: auto;
  align-items: flex-end;
}

@media screen and (max-width: 992px) {
  .home-header__content-menu {
    flex-wrap: wrap;
    align-items: center;
  }
}

.home-header__content-menu-items {
  font-weight: 300;
  font-size: 24px;
  flex: 0 0 33.3333%;
}

.home-header__content-menu-slogan {
  flex: 0 0 100%;
  color: #fff;
  text-align: center;
  font-size: 40px;
  /*padding: 30px 0;*/
  /*padding: 30px 0 130px 0;*/
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -24px;
}

.home-header__content-menu-items ul li {
  transition: all .3s;
  padding-left: 45px;
  margin-bottom: 20px;
  position: relative;
}

.home-header__content-menu-items ul li:last-child {
  margin-bottom: 0;
}

.home-header__content-menu-items ul li:before {
  content: '';
  background: #888888;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.home-header__content-menu-items ul li:hover:before {
  background: #fff;
}

.home-header__content-menu-items ul li a {
  position: relative;
  color: #ffffff;
  display: block;
  transition: all .3s;
}

.home-header__content-menu-items ul li a:after, .home-header__content-menu-items ul li a:before {
  content: '';
  height: 0;
  width: 1px;
  background: #c7c7c7;
  position: absolute;
  left: -35px;
  opacity: 0;
  transition: height .3s;
}

.home-header__content-menu-items ul li a:before {
  bottom: 135px;
}

.home-header__content-menu-items ul li a:after {
  top: 135px;
}

.home-header__content-menu-items ul li a.active {
  padding: 95px 0;
}

.home-header__content-menu-items ul li a.active:after, .home-header__content-menu-items ul li a.active:before {
  opacity: 1;
  height: 70px;
}

.home-header__content-menu-items ul li:first-child a:before {
  display: none;
}

.home-header__content-menu-button {
  flex: 0 0 33.333333%;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 992px) {
  .home-header__content-menu-button {
    flex: 0 0 100%;
  }
}

.home-header__content-menu-socials {
  flex: 0 0 33.333333%;
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 992px) {
  .home-header__content-menu-socials {
    flex: 0 0 100%;
    padding-top: 15px;
    justify-content: center;
  }
}

.home-header__content-menu-socials ul {
  display: flex;
  margin: 0 -15px;
}

.home-header__content-menu-socials ul li {
  padding: 0 15px;
}

.home-header__content-menu-socials ul li a {
  display: flex;
  color: #5d5d5d;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 40px;
  height: 40px;
  font-size: 25px;
  transition: all .3s;
}

.home-header__content-menu-socials ul li a:hover {
  background: #0c67ad;
  color: #fff;
}

.sidebar-menu {
  font-weight: 300;
  font-size: 24px;
  margin-top: auto;
}

@media screen and (max-width: 992px) {
  .sidebar-menu {
    display: none;
  }
}

.sidebar-menu ul li {
  transition: all .3s;
  padding-left: 45px;
  margin-bottom: 20px;
  position: relative;
}

.sidebar-menu ul li:last-child {
  margin-bottom: 0;
}

.sidebar-menu ul li:before {
  content: '';
  background: #888888;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.sidebar-menu ul li.active:before,
.sidebar-menu ul li:hover:before {
  background: #fff;
}

.sidebar-menu ul li a {
  position: relative;
  color: #ffffff;
  display: block;
  transition: all .3s;
}

.sidebar-menu ul li a:after, .sidebar-menu ul li a:before {
  content: '';
  height: 0;
  width: 1px;
  background: #c7c7c7;
  position: absolute;
  left: -35px;
  opacity: 0;
  transition: height .3s;
}

.sidebar-menu ul li a:before {
  bottom: 135px;
}

.sidebar-menu ul li a:after {
  top: 135px;
}

.sidebar-menu ul li a.active {
  padding: 95px 0;
}

.sidebar-menu ul li a.active:after, .sidebar-menu ul li a.active:before {
  opacity: 1;
  height: 70px;
}

.sidebar-menu ul li:last-child {
  margin-bottom: 0;
}

.sidebar-menu ul li:last-child a {
  padding-bottom: 0;
}

.sidebar-menu ul li:last-child a:after {
  display: none;
}

.sidebar-menu ul li:last-child a:before {
  bottom: 52px;
}

.sidebar-menu ul li:last-child:before {
  top: 100%;
  margin-top: -24px;
}

.sidebar-menu ul li:first-child a:before {
  display: none;
}

.section {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

@media screen and (max-width: 1200px) {
  .section {
    min-height: auto;
  }
}

.section__copyright {
  display: flex;
  justify-content: space-between;
  margin: 0 -15px;
  color: #888888;
}

@media screen and (max-width: 560px) {
  .section__copyright {
    flex-wrap: wrap;
  }
}

.section__copyright-developer {
  padding: 0 15px;
}

@media screen and (max-width: 560px) {
  .section__copyright-developer {
    flex: 0 0 100%;
    text-align: center;
    order: 2;
  }
}

.section__copyright-developer a:hover {
  text-decoration: underline;
}

.section__copyright-text {
  padding: 0 15px;
}

@media screen and (max-width: 560px) {
  .section__copyright-text {
    flex: 0 0 100%;
    text-align: center;
    order: 1;
  }
}

.section-dark {
  background: #1e1e1e;
  color: #fff;
}

.section-dark .page-title {
  color: #fff;
}

.section-dark .section__slider-navigation-item:not(:last-child) {
  border-right: 1px solid #9a9a9a;
}

.section-dark .swiper-pagination-bullet-active .section__slider-pagination-item-bullet,
.section-dark .section__slider-pagination-item-bullet:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.section-dark .section__slider-navigation-item button {
  color: #888888;
}

.section-dark .section__slider-navigation-item button:hover {
  color: #fff;
}

.section-dark .team-slider .section__slider-navigation-item button {
  width: 100px;
  height: 40px;
  justify-content: center;
  border: 1px solid #888888;
}

.section-dark .team-slider .section__slider-navigation-item button img {
  margin: 0;
}

.section .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  max-width: 100%;
}

.section .container .row {
  /*align-items: center;*/
  align-items: flex-start;
}

.section-light .sidebar-menu ul li a {
  color: #2a2a2a;
}

.section-light .sidebar-menu ul li.active:before,
.section-light .sidebar-menu ul li:hover:before {
  background: #2a2a2a;
}

.section-light .clients-slider .section__slider-navigation-item button {
  width: 100px;
  height: 40px;
  justify-content: center;
  border: 1px solid #888888;
}

.section-light .clients-slider .section__slider-navigation-item button img {
  margin: 0;
}

.section__row-menu {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  flex: 0 0 25%;
  min-width: 360px;
  padding-bottom: 73px;
  justify-content: center;
}

@media screen and (max-width: 1600px) {
  .section__row-menu {
    min-width: 300px;
  }
}

@media screen and (max-width: 1200px) {
  .section__row-menu {
    display: none;
  }
}

.section__row-menu-logo {
  padding-bottom: 120px;
}

.section__row-content {
  min-width: 0;
  position: relative;
  flex: 1 1 auto;
}

.section__row-content-toptitle {
  font-size: 65px;
  text-transform: uppercase;
  font-weight: 300;
  padding-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .section__row-content-toptitle {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .section__row-content-toptitle {
    font-size: 50px;
  }
}

@media screen and (max-width: 480px) {
  .section__row-content-toptitle {
    font-size: 33px;
  }
}

.section__row-content-text {
  font-size: 20px;
  line-height: 1.6;
  padding-bottom: 40px;
}

.section__row-content-title {
  position: absolute;
  right: -70px;
  overflow: hidden;
  font-weight: 300;
  color: #bebebe;
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 10px;
  z-index: 4;
  bottom: 58px;
}

@media screen and (max-width: 1600px) {
  .section__row-content-title {
    display: none;
  }
}

.section__row-content-title-text {
  writing-mode: vertical-lr;
  transform: rotate(-180deg);
}

.section__slider {
  position: relative;
}

.section__slider #team-slider {
  margin: 0 -15px;
}

.section__slider #team-slider .swiper-slide {
  padding: 0 15px;
}

.section__slider #clients-slider {
  margin: -15px;
}

.section__slider #clients-slider .section__slider-object {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.section__slider #clients-slider .swiper-wrapper {
  align-items: center;
}

.section__slider-object {
  position: relative;
}

.section__slider-object img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.section__slider-object-description {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.65);
  padding: 30px;
  color: #fff;
}

@media screen and (max-width: 480px) {
  .section__slider-object-description {
    position: relative;
  }
}

.section__slider-object-description-title {
  font-weight: bold;
  font-size: 28px;
  padding-bottom: 10px;
}

.section__slider-object-description-text {
  padding-bottom: 15px;
  font-weight: 300;
  line-height: 1.5;
  font-size: 20px;
}

.section__slider-object-team {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
  padding: 30px;
  opacity: 0;
  transition: all .3s;
}

@media screen and (max-width: 768px) {
  .section__slider-object-team {
    padding: 15px;
  }
}

.section__slider-object-team-title {
  font-weight: bold;
  color: #fff;
  padding-bottom: 10px;
  font-size: 24px;
}

.section__slider-object-team-job {
  font-size: 20px;
  color: #fff;
}

.section__slider-object:hover .section__slider-object-team {
  opacity: 1;
}

.section__slider-pagination {
  display: flex;
  padding-bottom: 25px;
  margin: 0 -25px;
}

@media screen and (max-width: 992px) {
  .section__slider-pagination {
    display: none;
  }
}

.section__slider-pagination .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  opacity: 1;
}

.section__slider-pagination-item {
  padding: 0 25px;
  position: relative;
}

.section__slider-pagination-item-bullet {
  display: block;
  width: auto;
  height: auto;
  background: transparent;
  outline: none;
  padding: 15px 0;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  border-radius: 0;
  opacity: 1;
  transition: all .3s;
  color: #7a7a7a;
  font-size: 24px;
  font-weight: 300;
  position: relative;
}

.section__slider-pagination-item-bullet:hover, .section__slider-pagination-item-bullet-active {
  color: #101010;
  border-bottom: 5px solid #9a9a9a;
}

.section__slider-pagination-item.swiper-pagination-bullet-active .section__slider-pagination-item-bullet {
  border-bottom: 5px solid #9a9a9a;
}

.section__slider-pagination-item:not(:last-child):before {
  content: '';
  position: absolute;
  right: 0;
  background: #7a7a7a;
  width: 1px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
}

.section__slider-navigation {
  display: flex;
  align-items: center;
  margin: 0 -25px;
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .section__slider-navigation {
    margin: 0 -15px;
  }
}

.section__slider-navigation-item {
  padding: 0 25px;
}

@media screen and (max-width: 768px) {
  .section__slider-navigation-item {
    padding: 0 15px;
  }
}

.section__slider-navigation-item button {
  display: flex;
  align-items: center;
  background: transparent;
  border: none;
  outline: none;
  color: #101010;
  font-size: 24px;
  padding: 0;
  opacity: 0.7;
  transition: all .3s;
}

@media screen and (max-width: 480px) {
  .section__slider-navigation-item button {
    font-size: 18px;
  }
}

@media screen and (max-width: 480px) {
  .section__slider-navigation-item button {
    font-size: 14px;
  }
}

.section__slider-navigation-item button:hover {
  opacity: 1;
}

.section__slider-navigation-item button img {
  display: block;
}

.section__slider-navigation-item:not(:last-child) {
  border-right: 1px solid #101010;
}

.section__slider-navigation-next img {
  margin-left: 20px;
}

@media screen and (max-width: 480px) {
  .section__slider-navigation-next img {
    margin-left: 10px;
  }
}

.section__slider-navigation-prev img {
  margin-right: 20px;
}

@media screen and (max-width: 480px) {
  .section__slider-navigation-prev img {
    margin-right: 10px;
  }
}

.section__slider.clients-slider .section__slider-navigation, .section__slider.team-slider .section__slider-navigation {
  justify-content: space-between;
}

.section__slider.clients-slider .section__slider-navigation .section__slider-navigation-item:not(:last-child), .section__slider.team-slider .section__slider-navigation .section__slider-navigation-item:not(:last-child) {
  border: none;
}

.section__contacts-items {
  display: flex;
}

@media screen and (max-width: 640px) {
  .section__contacts-items {
    flex-wrap: wrap;
  }
}

.section__contacts-item {
  padding: 0 30px;
  border-left: 1px solid #fff;
}

@media screen and (max-width: 1600px) {
  .section__contacts-item {
    padding: 0 15px;
  }
}

@media screen and (max-width: 640px) {
  .section__contacts-item {
    margin-bottom: 30px;
  }
}

.section__contacts-item-phones {
  min-width: 180px;
}

.section__contacts-item-title {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 30px;
}

@media screen and (max-width: 992px) {
  .section__contacts-item-title {
    font-size: 22px;
  }
}

.section__contacts-item-links {
  font-weight: 300;
  font-size: 18px;
}

.section__contacts-item-links-link:not(:last-child) {
  padding-bottom: 10px;
}

.section__contacts-item-links a {
  color: #fff;
}

.section__contacts-item ul {
  display: flex;
  margin: 0 -15px;
}

@media screen and (max-width: 992px) {
  .section__contacts-item ul {
    margin: 0 -5px;
  }
}

.section__contacts-item ul li {
  padding: 0 15px;
}

@media screen and (max-width: 992px) {
  .section__contacts-item ul li {
    padding: 0 5px;
  }
}

.section__contacts-item ul li a {
  display: flex;
  padding: 5px;
  color: #fff;
  background: #000;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  transition: all .3s;
}

.section__contacts-item ul li a:hover {
  color: #0c67ad;
}

.section__contacts-map {
  flex: 1 1 auto;
  padding-top: 40px;
}

@media screen and (max-width: 640px) {
  .section__contacts-map {
    padding-top: 10px;
  }
}

.map-block {
  width: 100%;
  height: 400px;
}

.contacts .section__row-content {
  display: flex;
  flex-direction: column;
}

.page-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #1e1e1e;
  padding: 15px 0;
  z-index: 5;
}

.page-header__row {
  align-items: center;
  position: relative;
}

.page-header__logo {
  flex: 0 0 180px;
}

@media screen and (max-width: 1200px) {
  .page-header__logo {
    flex: 0 0 130px;
  }
}

@media screen and (max-width: 480px) {
  .page-header__logo {
    flex: 0 0 110px;
  }
}

.page-header__language {
  display: flex;
}

.page-header__language img {
  margin-right: 10px;
}

.page-header__language a {
  color: #fff;
}

@media screen and (min-width: 1200px) {
  .page-header__button {
    display: none;
  }
}

.page-header__button button {
  width: 30px;
  height: 22px;
  background: transparent;
  border: none;
  position: relative;
  outline: none;
}

.page-header__button button span {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
}

.page-header__button button span:nth-child(1) {
  top: 0;
  left: 0;
}

.page-header__button button span:nth-child(2) {
  top: 50%;
  left: 0;
}

.page-header__button button span:nth-child(3) {
  bottom: 0;
  left: 0;
}

.page-header__list {
  flex: 1 1 auto;
}

.page-header__list ul {
  display: flex;
  margin: 0 -20px;
  justify-content: space-between;
}

@media screen and (max-width: 1600px) {
  .page-header__list ul {
    margin: 0 -5px;
    justify-content: space-around;
  }
}

@media screen and (max-width: 1199px) {
  .page-header__list ul {
    display: none;
    position: absolute;
    right: 0;
    z-index: 6;
    top: 100%;
    background: #1e1e1e;
    margin: 0;
    text-align: right;
    padding: 5px 10px;
  }
}

.page-header__list ul li {
  padding: 0 10px;
}

@media screen and (max-width: 1600px) {
  .page-header__list ul li {
    padding: 0 5px;
  }
}

@media screen and (max-width: 1199px) {
  .page-header__list ul li {
    padding: 5px;
  }
}

.page-header__list ul li a {
  color: #fff;
  font-weight: 300;
  font-size: 21px;
  position: relative;
  text-decoration: none;
}

@media screen and (max-width: 1600px) {
  .page-header__list ul li a {
    font-size: 16px;
  }
}

.page-header__list ul li a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: all .3s;
}

.page-header__list ul li a:hover:before {
  width: 100%;
}

.page-header__list ul li.current-menu-item:before {
  width: 100%;
}

.breadcrumbs {
  padding: 25px 0;
}

.breadcrumbs__row {
  font-size: 24px;
}

.breadcrumbs__row a {
  color: #fff;
}

.breadcrumbs__row a:hover {
  color: #0c67ad;
}

.breadcrumbs__row .sep {
  color: #fff;
  padding: 0 5px;
}

.breadcrumbs__row span {
  color: #fff;
}

.page-main {
  padding-top: 80px;
}

@media screen and (max-width: 480px) {
  .page-main {
    padding-top: 70px;
  }
}

.project-page {
  height: calc(100vh - 80px);
  display: flex;
  flex-direction: column;
  padding-bottom: 45px;
}

@media screen and (max-width: 1199px) {
  .project-page {
    height: auto;
  }
}

.project-page__content {
  color: #fff;
  margin-top: auto;
}

.project-page__content-row {
  display: flex;
}

.project-page__content-info {
  padding: 30px;
  background: rgba(0, 0, 0, 0.65);
}

.project-page__content-info-title {
  font-weight: 300;
  font-size: 75px;
}

@media screen and (max-width: 1200px) {
  .project-page__content-info-title {
    font-size: 55px;
  }
}

@media screen and (max-width: 992px) {
  .project-page__content-info-title {
    font-size: 45px;
  }
}

@media screen and (max-width: 640px) {
  .project-page__content-info-title {
    font-size: 29px;
  }
}

.project-page__content-info-text {
  font-size: 28px;
}

@media screen and (max-width: 640px) {
  .project-page__content-info-text {
    font-size: 20px;
  }
}

.page-title {
  font-size: 56px;
  font-weight: 300;
  text-transform: uppercase;
  color: #272727;
  padding-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .page-title {
    font-size: 40px;
  }
}

@media screen and (max-width: 480px) {
  .page-title {
    font-size: 30px;
  }
}

.page-text {
  padding-bottom: 30px;
}

.projects-page-description {
  padding: 90px 0;
}

@media screen and (max-width: 992px) {
  .projects-page-description {
    padding: 45px 0;
  }
}

.projects-page-description__shadow {
  margin-top: 70px;
  padding: 40px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.28);
}

@media screen and (max-width: 640px) {
  .projects-page-description__shadow {
    padding: 15px;
  }
}

.projects-page-description__masonry {
  margin: -1px;
}

@media screen and (min-width: 560px) {
  .projects-page-description__masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    column-gap: 0;
  }
}

@media screen and (max-width: 560px) {
  .projects-page-description__masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    column-gap: 0;
  }
}

.projects-page-description__masonry-item {
  display: block;
  width: 100%;
  padding: 1px;
}

.projects-page-description__masonry-item a {
  display: block;
}

.projects-page-description__masonry-item img {
  display: block;
  width: 100%;
}

.projects-page-description__items {
  margin: -1px;
  display: flex;
  flex-wrap: wrap;
}

.projects-page-description__items-item {
  padding: 1px;
  flex: 0 0 33.3333%;
}

@media screen and (max-width: 992px) {
  .projects-page-description__items-item {
    flex: 0 0 50%;
  }
}

@media screen and (max-width: 640px) {
  .projects-page-description__items-item {
    flex: 0 0 100%;
  }
}

.projects-page-description__items-item-data {
  display: block;
  position: relative;
}

.projects-page-description__items-item-data img {
  display: block;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -webkit-filter: grayscale(1);
  transition: all .3s;
  width: 100%;
}

.projects-page-description__items-item-data-category {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding: 5px 20px;
}

.projects-page-description__items-item-data-category a {
  color: #fff;
}

.projects-page-description__items-item-data-category a:hover {
  text-decoration: underline;
}

.projects-page-description__items-item-data-info {
  position: absolute;
  left: 0;
  bottom: 2px;
  right: 30px;
  background: rgba(0, 0, 0, 0.65);
  padding: 20px;
  color: #fff;
  opacity: 0;
  transition: all .3s;
}

.projects-page-description__items-item-data-info-title {
  font-weight: bold;
  font-size: 24px;
}

.projects-page-description__items-item-data-info-text {
  font-size: 20px;
}

.projects-page-description__items-item-data:hover .projects-page-description__items-item-data-info {
  opacity: 1;
}

.projects-page-description__items-item-data:hover img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  -webkit-filter: grayscale(0);
}

.projects-page-description__items-item:nth-child(3n + 1) .projects-page-description__items-item-data-category {
  background: #026586;
}

.projects-page-description__items-item:nth-child(3n + 2) .projects-page-description__items-item-data-category {
  background: #86023a;
}

.projects-page-description__items-item:nth-child(3n + 3) .projects-page-description__items-item-data-category {
  background: #028634;
}

.team-slider .section__slider-object img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -webkit-filter: grayscale(1);
  transition: all .3s;
}

.team-slider .section__slider-object:hover img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  -webkit-filter: grayscale(0);
}

.other-projects {
  padding-bottom: 90px;
}

.other-projects .section__slider-navigation {
  justify-content: center;
}

.other-projects .swiper-slide:nth-child(3n + 1) .projects-page-description__items-item-data-category {
  background: #026586;
}

.other-projects .swiper-slide:nth-child(3n + 2) .projects-page-description__items-item-data-category {
  background: #86023a;
}

.other-projects .swiper-slide:nth-child(3n + 3) .projects-page-description__items-item-data-category {
  background: #028634;
}

@media screen and (min-width: 1201px) {
  .home-header-mobile {
    display: none;
  }
}

.swiper-wrapper {
  max-width: 100%;
}

@media screen and (min-width: 1200px) {
  .mobile-title {
    display: none;
  }
}

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: none;
  z-index: 1;
}

.language-switcher {
  position: relative;
  z-index: 6;
}

.language-switcher__current {
  display: flex;
  align-items: center;
  padding-right: 18px;
  cursor: pointer;
  color: #fff;
}

.language-switcher__current:before {
  content: '<';
  position: absolute;
  right: 0;
  top: -1px;
  transform: rotate(-90deg);
  color: #fff;
  font-size: 22px;
}
.language-switcher__list {
  position: absolute;
  top: 100%;
  background: #1e1e1e;
  padding: 10px;
  left: -10px;
  width: 95px;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 0;
  display: none;
  z-index: 6;
}

.language-switcher__list-item {
  margin-top: 10px;
  display: flex;
  align-items: center;
}

.home-header__content-logo-language .language-switcher__current:before {
  top: 3px;
}

.home-header__content-logo-language .language-switcher__list {
  left: -10px;
  background: transparent;
}