.text__padding {
  padding-top: 14rem;
  min-height: 60vh;
  padding-bottom: 6rem;
}

/* .hero__right--bg {
    position: fixed;
    width: 100%;
} */

.masonry {
  display: flex;
  margin-left: -20px;
  max-width: 1280px;
  margin: 0 auto;
}

.masonry_row {
  border-left: 20px solid transparent;
  background-clip: padding-box;
}

/* Style your items */

.masonry_row>div {
  /* change div to reference your elements in <masonry> */
  background: #ddd;
  /* padding: 20px; */
  margin-bottom: 20px;
  overflow: hidden;
}

.masonry_row img {
  width: 100%;
}

.mansory_link {}

#gallery {
  padding-top: 4rem;
}

.masonry_row div {
  transform: scale(1);
  transition: 0.7s ease;
}

.masonry_row div:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
  transform: scale(0.95);
}

.mansory_link {
  display: block;
}

.mansory_link:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
}

.mansory_link img {
  transform: scale(1);
  transition: 0.7s ease;
}

.mansory_link:hover img {
  transform: scale(1.1);
}

.horizontal_slider {
  overflow: hidden;
  position: relative;
}

.horizontal_slider__container {
  display: flex;
  width: 200vw;
}

.horizontal_slider__slide {
  display: flex;
  flex-direction: column;
  /* height: 40vh; */
  flex: 1;
  justify-content: space-between;
  padding: 0;
  align-items: center;
  color: #f0c368;
  position: relative;
  overflow: hidden;
  max-width: 336px;
}

.horizontal_slider__slide img {
  /* width: 30vh; */
  width: 98%;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(grayScale=1)";
  /* border: 40px solid #171717; */
  z-index: -1;
  transition: 0.8s ease;
}

.project_details__image img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(grayScale=1)";
  /* border: 40px solid #171717; */
  z-index: -1;
  transition: 0.8s ease;
}

.project_gallery2__bg img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(grayScale=1)";
  /* border: 40px solid #171717; */
  z-index: -1;
  transition: 0.8s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project_gallery2__bg:hover img {
  filter: none;
}

.project_details__image:hover img {
  filter: none;
}

.horizontal_slider__slide:hover img {
  /* width: 30vh; */
  width: 98%;
  filter: grayscale(0%);
  /* border: 0px solid #171717; */
  z-index: -1;
  transition: 0.8s ease;
}

.horizontal_slider__slide .reveal {
  width: 100%;
  height: 100%;
  position: absolute;
  border: 40px solid #171717;
  transition: 0.8s ease;
}

.horizontal_slider__slide:hover .reveal {
  border: 20px solid #171717;
  transition: 0.8s ease;
}

.about__team {
  position: absolute;
  top: 20px;
  left: 20px;
}

/* slideshow */

body {
  --color-text: #fff;
  --color-bg: #8490d8;
  --color-link: #fff;
  --color-link-hover: #ffeb3b;
  --color-reveal: var(--color-bg);
  --color-title: #fff;
  --color-nav: #fff;
  /* background-color: #fff; */
  /* background-color: var(--color-bg); */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slideshow {
  position: relative;
  width: 100%;
  margin: 3.5rem 0 0 0;
  padding: 0 0 3.5rem 0;
  pointer-events: none;
  overflow: hidden;
}

.slide {
  width: 100%;
  /* height: 50vh; */
  top: 0;
  position: absolute;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 100%;
  align-items: center;
  justify-items: center;
}

.slide--current {
  position: relative;
}

.slide__img-wrap {
  grid-area: 1 / 1 / 1 / 1;
  width: 100%;
  height: calc(100vh - 13rem);
  max-height: 100%;
  overflow: hidden;
  position: relative;
  opacity: 0;
  outline: 3px solid transparent;
}

.slide__img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /* background-size: cover;
  background-position: 50% 50%; */
  position: absolute;
  backface-visibility: hidden;
  pointer-events: none;
}

.slide__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.slide__img::after {
  content: "";
  background: rgba(22, 63, 191, 0.62);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slide__img-reveal {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--color-reveal);
  transform: translate3d(-100%, 0, 0);
  pointer-events: none;
}

.slide__number {
  font-size: 2rem;
  position: absolute;
  top: 5.25rem;
  opacity: 0;
}

.slide__title {
  margin: 0;
  grid-area: 1 / 1 / 1 / 1;
  font-size: 10vw;
  color: var(--color-title);
  position: relative;
  margin-bottom: 1.25rem;
  opacity: 0;
}

.slide--current .slide__img-wrap, .slide--current .slide__number, .slide--current .slide__title {
  opacity: 1;
}

.slidenav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: lowercase;
}

.slidenav__item {
  pointer-events: auto;
  border: 0;
  background: none;
  padding: 1rem;
  margin: 0.85rem;
  text-transform: inherit;
  position: relative;
  line-height: 1;
  color: var(--color-nav);
}

.slidenav__item::before, .slidenav__item::after {
  content: "";
  position: absolute;
  width: 3rem;
  height: 1px;
  background: currentColor;
  top: 50%;
}

.slidenav__item::before {
  right: 100%;
}

.slidenav__item::after {
  left: 100%;
}

.slidenav__item:hover {
  color: var(--color-link-hover);
}

.slidenav__item--prev {
  transform: rotate(-90deg) translateY(-50%);
}

.slidenav__item--next {
  transform: rotate(90deg) translateY(-25%);
}

.slidenav__preview {
  pointer-events: auto;
  color: var(--color-nav);
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
  border: 0;
  background: none;
  padding: 1rem;
  transition: 0.3s transform;
}

.slidenav__preview:hover {
  color: var(--color-link-hover);
}

.slidenav__preview .icon {
  pointer-events: none;
}

.slidenav__preview--open {
  transform: translateX(-50%) rotate(180deg);
}

.preview, .preview__img-wrap, .preview__img, .preview__img-reveal {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.preview {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.preview__img-wrap {
  overflow: hidden;
  opacity: 0;
}

.preview__img {
  background-size: cover;
  background-position: 50% 50%;
  backface-visibility: hidden;
}

.preview__img::after {
  content: "";
  background: rgba(22, 63, 191, 0.62);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.preview__img-reveal {
  background: var(--color-reveal);
}

.preview__title {
  position: relative;
  font-size: 1.5rem;
  opacity: 0;
  padding: 0 1rem;
  margin: 0 0 1rem 0;
  text-align: center;
}

.preview__content {
  column-count: 2;
  position: relative;
  text-align: justify;
  opacity: 0;
  padding: 0 1rem;
}

.preview__content p {
  margin: 0;
}

@media screen and (min-width: 53em) {
  body {
    padding: 0;
  }
  .content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    min-height: 100vh;
    text-align: left;
  }
  .content--fixed {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    display: grid;
    align-content: space-between;
    width: 100%;
    max-width: none;
    min-height: 0;
    height: 100vh;
    padding: 1.5rem 2rem;
    pointer-events: none;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto auto auto;
    grid-template-areas: "codropsheader info" "... ..." "github ...";
  }
  .codrops-header {
    grid-area: codropsheader;
    padding: 0;
    justify-content: start;
  }
  .codrops-links {
    margin: 0;
  }
  .content--fixed a {
    pointer-events: auto;
  }
  .info {
    margin: 0;
    justify-self: end;
  }
  .github {
    grid-area: github;
    justify-self: start;
  }
  .slideshow {
    padding: 0;
    margin: 0;
  }
  .slide {
    /* height: 100vh; */
    padding: 3rem 5rem;
  }
  .slide__img-wrap {
    /* width: 380px; */
  }
  .preview__title {
    font-size: 2.5rem;
  }
  .preview__content {
    padding: 0 5rem;
    max-width: 600px;
  }
  .slide__img::after, .preview__img::after {
    display: none;
  }
}

button {
  outline: none;
}

.icons__block svg, .icons__block img {
  height: 60px;
  width: 60px;
}

.project_gallery__image img {
  max-width: 400px !important;
}

.project_gallery__image {
  margin-bottom: 7rem;
}

.project_gallery__main_part-title {
  left: 0;
}

.project_gallery__view {
  padding-top: 4rem;
}

.project_gallery__main_part-title {
  top: 16px;
}

@media (max-width: 768px) {
  .project_gallery__image img {
    max-width: 100% !important;
  }
}

@media (max-width: 1024px) {
  .footer__right--address {
    -webkit-transform: translateY(-250%);
    -ms-transform: translateY(-250%);
    transform: translateY(-250%);
  }
}

.project_gallery__view {
  max-width: 960px;
}

.team__image img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(grayScale=1)";
}

.team__image:hover img {
  filter: none;
}

/* .project_gallery__image {
  border: 0px solid #171717;
  transition: 1s ease;
} */

.project_gallery__image a {
  display: block;
}

/* .project_gallery__image:hover {
  border: 10px solid #171717;
  transition: 1s ease;
} */

.project_gallery__image img {
  transform: scale(1);
  transition: 1s ease;
}

.project_gallery__image:hover img {
  transform: scale(1.02);
  transition: 1s ease;
}

.directions__block {
  bottom: 16%;
}

/* .hero__left, .hero__right {
  height: 85vh;
} */

.swiper-wrapper {
  padding: 2rem 0 4rem 0;
}

.tema__head {
  text-align: left;
}

.tema__head_left {
  padding-left: 20px;
}

.label_title_main {
  color: #c4c4c4;
  font-family: SF UI Display Light;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 133.84%;
}

/* .hero__gif {
  background-image: url(/assets/img/01_5gs.gif);
  background-position: 50% 50%;
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
} */

.hero__block {
  padding: 1rem;
}

.vacancies__list {
  padding-right: 20px;
}

header {
  background: linear-gradient(180deg, black, transparent);
}

.projects_menu.active ul#projects_menu li {
  background: none;
}

.label_title {
  font-size: 13px;
}

#map {
  height: 500px;
  width: 100%;
}

.hero__utp .word {
  overflow: hidden;
  height: 36px;
}

.project_gallery2__wrapper {
  height: 500px;
  position: relative;
  overflow: hidden;
  margin-bottom: 2REM;
}

.project_gallery2__bg {
  height: 500px;
  overflow: hidden;
}

.project_gallery2__bg img {
  filter: grayscale(1);
  transform: scale(1);
  transition: 1s ease;
}

.project_gallery2__bg:hover img {
  filter: none;
  transform: scale(1.1);
}

.project_gallery__block {
  padding: 7rem 0;
  padding-top: 0;
}

.swiper-container {
  margin-bottom: 0;
  padding-bottom: 2rem;
}

.projects_menu ul#projects_menu li a {
  font-size: 15px;
}

#projects_menu {
  z-index: 999999999;
}

.mobile_menu__projects li a {
  white-space: nowrap;
}

#footer_left_menu li a {
  font-size: 25px;
  text-transform: uppercase;
}

.team__index {
  position: relative;
  padding: 5rem 0px;
}

.team__header {
  position: absolute;
  top: 20px;
  left: 20px;
}

@media (max-width: 768px) {
  .project_gallery__view {
    padding-bottom: 0 !important;
  }
  .project_gallery__block {
    padding: 0 !important;
  }
  .two_gallery__left {
    height: 40vh !important;
  }
  .team {
    padding: 30px 0;
  }
  .about_project__left-name {
    top: 30px;
  }
  .project_gallery2__wrapper {
    height: 50vh;
  }
  .project_gallery2__bg img {
    filter: none;
    opacity: 0.4;
  }
  .two_gallery__left--overlay {
    background-color: rgba(0, 0, 0, .4);
  }
  .two_gallery__left {
    -webkit-filter: none;
    filter: none;
  }
  .two_gallery__left img {
    opacity: 0.5;
  }
  .project_details__image {
    height: 50vh;
  }
  .project_details__image img {
    filter: none;
    opacity: 0.8;
  }
  .project_details__title {
    margin-bottom: 15px;
  }
  .project_details__position, .project_details__position p {
    margin: 5px 0;
  }
  .project_details__person {
    margin-bottom: 40px;
  }
  .project_details__right {
    padding-top: 0;
  }
  .project_details__left {
    padding-bottom: 0;
  }
  .next a {
    border: 10px solid #171717;
  }
}

.text__gallery--latest {
  position: relative;
  margin-top: 3rem;
  overflow: hidden;
}

.text__gallery--latest img {
  transform: scale(1);
  transition: 1s ease;
  position: relative;
  opacity: 0.5;
}

.text__gallery--latest img::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.text__gallery--latest:hover img {
  transform: scale(1.1);
  transition: 1s ease;
}

.projects__list .text__gallery--type {
  position: absolute;
  top: 20px;
}

.projects__list>.text__gallery--code2 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 1.5rem;
}

.hero__left, .hero__right {
  max-height: 1200px;
}

.latest__label {
  top: 30px;
}

.latest__name {
  bottom: 30px;
}

.about_project__left-name {
  top: 40px;
}

.hero, .hero--project, .hero__left, .hero__right {
  /* max-height: 900px; */
}

@media (max-width: 1024px) {
  .hero, .hero--project, .hero__left, .hero__right {
    /* max-height: 820px; */
  }
}

@media (max-width: 560px) {
  .icons {
    padding-top: 5rem;
  }
  .two_blocks__anons {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-100%, 100%) !important;
  }
  .text__gallery--latest img {
    height: unset;
  }
  .projects__list>.text__gallery--code2 {
    font-size: 1.3rem;
    line-height: 1.4rem;
  }
  .hero, .hero--project, .hero__left, .hero__right {
    max-height: 600px;
  }
}

@media (max-width: 400px) {
  .hero, .hero--project, .hero__left, .hero__right {
    max-height: 330px;
  }
}

#footer_left_menu {
  margin-bottom: 1rem;
}

.logo {
  border: 2px solid #fff;
  width: 95px !important;
  height: auto !important;
}

.logo__white {
  background: none;
}

.header__big .header__logo {
  right: -95px;
}

.hero__gif {
  display: none;
}

.hero__slides {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  width: 100%;
  height: 100px;
  overflow: hidden;
}

.hero__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.hero__rubric_ {
  font-family: SF UI Display Heavy;
  font-style: normal;
  font-weight: 800;
  font-size: 34px;
  line-height: 103.34%;
  white-space: nowrap;
  transform: translateY(150%);
  background: #111;
  display: inline-block;
  padding: 20px;
}

.hero__slide.active .hero__rubric_ {
  animation: slide-in2 1.6s cubic-bezier(1, 0, 0, 1) forwards;
  /* animation-delay: 1s; */
}

@keyframes slide-in {
  from {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}

@keyframes slide-in2 {
  from {
    opacity: 0;
    transform: translateY(150%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

.icons__block img, .icons__block svg {
  width: 70px;
  height: 70px;
  ;
}

header {
  background: #111;
}

.hero__utp--word:first-child span {
  -webkit-animation: slide-in .6s cubic-bezier(1, 0, 0, 1) forwards;
  animation: slide-in .6s cubic-bezier(1, 0, 0, 1) forwards;
  -webkit-animation-delay: 0s;
  animation-delay: 1.3s
}

.hero__utp--word:nth-child(2) span {
  -webkit-animation: slide-in .6s cubic-bezier(1, 0, 0, 1) forwards;
  animation: slide-in .6s cubic-bezier(1, 0, 0, 1) forwards;
  -webkit-animation-delay: .09s;
  animation-delay: 1.6s
}

.hero__utp--word:nth-child(3) span {
  -webkit-animation: slide-in .6s cubic-bezier(1, 0, 0, 1) forwards;
  animation: slide-in .6s cubic-bezier(1, 0, 0, 1) forwards;
  -webkit-animation-delay: .18s;
  animation-delay: 1.9s
}

.hero__utp--word:nth-child(4) span {
  -webkit-animation: slide-in .6s cubic-bezier(1, 0, 0, 1) forwards;
  animation: slide-in .6s cubic-bezier(1, 0, 0, 1) forwards;
  -webkit-animation-delay: .27s;
  animation-delay: 2.1s
}

.hero__utp--word:nth-child(5) span {
  -webkit-animation: slide-in .6s cubic-bezier(1, 0, 0, 1) forwards;
  animation: slide-in .6s cubic-bezier(1, 0, 0, 1) forwards;
  -webkit-animation-delay: .36s;
  animation-delay: 2.4s
}

.hero__utp--word:nth-child(6) span {
  -webkit-animation: slide-in .6s cubic-bezier(1, 0, 0, 1) forwards;
  animation: slide-in .6s cubic-bezier(1, 0, 0, 1) forwards;
  -webkit-animation-delay: .45s;
  animation-delay: 2.7s
}

.hero__utp--word:nth-child(7) span {
  -webkit-animation: slide-in .6s cubic-bezier(1, 0, 0, 1) forwards;
  animation: slide-in .6s cubic-bezier(1, 0, 0, 1) forwards;
  -webkit-animation-delay: .54s;
  animation-delay: .54s
}

.hero__utp--word:nth-child(8) span {
  -webkit-animation: slide-in .6s cubic-bezier(1, 0, 0, 1) forwards;
  animation: slide-in .6s cubic-bezier(1, 0, 0, 1) forwards;
  -webkit-animation-delay: .63s;
  animation-delay: .63s
}

.hero__utp--word:nth-child(9) span {
  -webkit-animation: slide-in .6s cubic-bezier(1, 0, 0, 1) forwards;
  animation: slide-in .6s cubic-bezier(1, 0, 0, 1) forwards;
  -webkit-animation-delay: .72s;
  animation-delay: .72s
}

.hero__utp--word:nth-child(10) span {
  -webkit-animation: slide-in .6s cubic-bezier(1, 0, 0, 1) forwards;
  animation: slide-in .6s cubic-bezier(1, 0, 0, 1) forwards;
  -webkit-animation-delay: .81s;
  animation-delay: .81s
}

#project_gallery__view img {
  margin-bottom: 1rem;
  margin-top: 3rem;
}