.html, body {
  min-width: 320px;
  position: relative;
  background: #fdbc7b;
  overflow-x: hidden;
}

.html::-webkit-scrollbar, body::-webkit-scrollbar {
  width: 0;
  height: 0;
}

html:before {
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/pattern2.webp) repeat-y left top;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 1;
  position:absolute;
}

* {
  margin: 0;
  outline: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}

.icon {
  width: 18px;
  height: 18px;
  fill: currentColor !important;
  pointer-events: none;
}

input, button, textarea {
  font-family: inherit;
  background: transparent;
  resize: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000;
}

span, p, b, em, h1, h2, h3, h4, h5, h6 {
  cursor: default;
}

img {
  pointer-events: none;
  cursor: default;
}

i.arrow {
  border: 4px solid transparent;
  border-top: 7px solid;
  position: relative;
}

.cursor {
  width: 32px;
  height: 32px;
  border: 3px solid #fff;
  border-radius: 50%;
  position: absolute;
  -webkit-animation: cursorAnim .5s infinite alternate;
          animation: cursorAnim .5s infinite alternate;
  pointer-events: none;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: width 0.34s, height 0.34s, border-radius 0.34s, transform 0.34s, background 0.64s, -webkit-transform 0.34s;
}

.cursor:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  border: 4px solid #fff;
  border-radius: 50%;
  top: 3px;
  left: 3px;
  -webkit-animation: cursorAnim2 .5s infinite alternate;
          animation: cursorAnim2 .5s infinite alternate;
}

@-webkit-keyframes cursorAnim {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

@keyframes cursorAnim {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

@-webkit-keyframes cursorAnim2 {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
}

@keyframes cursorAnim2 {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
}

@-webkit-keyframes cursorAnim3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(3);
            transform: scale(3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

@keyframes cursorAnim3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(3);
            transform: scale(3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

@-webkit-keyframes cursorAnim4 {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
}

@keyframes cursorAnim4 {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
}

.cursor--active {
  -webkit-animation: cursorAnim4 .3s alternate forwards infinite;
          animation: cursorAnim4 .3s alternate forwards infinite;
  mix-blend-mode: difference;
  border-color: currentColor;
}

.cursor--active:after {
  border-color: currentColor;
}

.pattern {
  position: absolute;
  left: -30px;
  top: 0;
  width: 100%;
  mix-blend-mode: multiply;
  -webkit-animation: noise 1.5s steps(1) infinite;
          animation: noise 1.5s steps(1) infinite;
}

@-webkit-keyframes noise {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  10% {
    -webkit-transform: translate3d(-20px, -20px, 0);
            transform: translate3d(-20px, -20px, 0);
  }
  20% {
    -webkit-transform: translate3d(20px, -30px, 0);
            transform: translate3d(20px, -30px, 0);
  }
  30% {
    -webkit-transform: translate3d(-40px, 20px, 0);
            transform: translate3d(-40px, 20px, 0);
  }
  40% {
    -webkit-transform: translate3d(10px, -40px, 0);
            transform: translate3d(10px, -40px, 0);
  }
  50% {
    -webkit-transform: translate3d(-40px, 60px, 0);
            transform: translate3d(-40px, 60px, 0);
  }
  60% {
    -webkit-transform: translate3d(60px, -50px, 0);
            transform: translate3d(60px, -50px, 0);
  }
  70% {
    -webkit-transform: translate3d(-50px, 40px, 0);
            transform: translate3d(-50px, 40px, 0);
  }
  80% {
    -webkit-transform: translate3d(40px, -30px, 0);
            transform: translate3d(40px, -30px, 0);
  }
  90% {
    -webkit-transform: translate3d(-30px, 20px, 0);
            transform: translate3d(-30px, 20px, 0);
  }
  100% {
    -webkit-transform: translate3d(20px, -10px, 0);
            transform: translate3d(20px, -10px, 0);
  }
}

@keyframes noise {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  10% {
    -webkit-transform: translate3d(-20px, -20px, 0);
            transform: translate3d(-20px, -20px, 0);
  }
  20% {
    -webkit-transform: translate3d(20px, -30px, 0);
            transform: translate3d(20px, -30px, 0);
  }
  30% {
    -webkit-transform: translate3d(-40px, 20px, 0);
            transform: translate3d(-40px, 20px, 0);
  }
  40% {
    -webkit-transform: translate3d(10px, -40px, 0);
            transform: translate3d(10px, -40px, 0);
  }
  50% {
    -webkit-transform: translate3d(-40px, 60px, 0);
            transform: translate3d(-40px, 60px, 0);
  }
  60% {
    -webkit-transform: translate3d(60px, -50px, 0);
            transform: translate3d(60px, -50px, 0);
  }
  70% {
    -webkit-transform: translate3d(-50px, 40px, 0);
            transform: translate3d(-50px, 40px, 0);
  }
  80% {
    -webkit-transform: translate3d(40px, -30px, 0);
            transform: translate3d(40px, -30px, 0);
  }
  90% {
    -webkit-transform: translate3d(-30px, 20px, 0);
            transform: translate3d(-30px, 20px, 0);
  }
  100% {
    -webkit-transform: translate3d(20px, -10px, 0);
            transform: translate3d(20px, -10px, 0);
  }
}

.text-3d:before {
  content: attr(data-text) !important;
  position: absolute;
  left: 0px;
  top: 0px;
  color: #fff;
  z-index: -1;
}

.text-3d:after {
  content: attr(data-text) !important;
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-text-stroke-width: 1.2px;
  -webkit-text-stroke-color: currentColor;
  -webkit-text-fill-color: transparent;
  z-index: -1;
}

.checkbox input:checked ~ span {
  display: block !important;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 10l3 3l6-6'/></svg>");
}

.arrows-block:before {
  content: '';
  position: absolute;
  right: 71px;
  bottom: -60px;
  border: 22px solid transparent;
  border-top: solid 66px;
  color: #fff;
  -webkit-transform: rotate(41deg);
          transform: rotate(41deg);
}

.arrows-block:after {
  content: '';
  position: absolute;
  right: 70px;
  bottom: -68px;
  border: 26px solid transparent;
  border-top: solid 72px;
  color: #000;
  -webkit-transform: rotate(41deg);
          transform: rotate(41deg);
  z-index: -1;
}

.text-stroke {
  -webkit-text-stroke-width: 1.2px;
  -webkit-text-stroke-color: currentColor;
  -webkit-text-fill-color: transparent;
}

.news-img {
  position: absolute;
  top: calc(100% - 725px);
  left: 80px;
  -webkit-transform: rotate(-16deg) scale(1.2) translateX(70px);
          transform: rotate(-16deg) scale(1.2) translateX(70px);
}

@media (max-width: 975px) {
  .news-img {
    left: 0;
    -webkit-transform: rotate(-16deg) scale(1.2) translateX(20px);
            transform: rotate(-16deg) scale(1.2) translateX(20px);
    top: calc(100% - 625px);
  }
}

@media (max-width: 775px) {
  .news-img {
    top: calc(100% - 490px);
  }
}

@media (max-width: 575px) {
  .news-img {
    top: calc(100% - 200px);
  }
}

.text-shadow {
  text-shadow: 2px 3px 0px #000;
}

.burger span {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.burger--opened {
  background: #fff !important;
  color: #000 !important;
  visibility: visible !important;
  opacity: 1 !important;
  -webkit-transform: translate(0px, 20px) !important;
          transform: translate(0px, 20px) !important;
}

.burger--opened span:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
          transform: translateY(8px) rotate(-45deg);
}

.burger--opened span:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
          transform: translateY(-8px) rotate(45deg);
}

.burger--opened span:nth-child(2) {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
}

.mobile--opened .mobile {
  display: block !important;
}

.mobile .news-img {
  -webkit-transform: rotate(-16deg) translateY(500px) translateX(80px);
          transform: rotate(-16deg) translateY(500px) translateX(80px);
  top: 0;
  left: -200px;
}

@media (max-width: 425px) {
  .mobile .news-img {
    -webkit-transform: rotate(-16deg) translateY(600px);
            transform: rotate(-16deg) translateY(600px);
  }
}

body.active {
  overflow: hidden;
}

.overlayed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  background: rgba(0, 0, 0, 0.61);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 30px;
  padding-top: 60px;
}

.overlayed.animation-closed .popup {
  -webkit-animation: slideOut 0.3s ease;
          animation: slideOut 0.3s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

@-webkit-keyframes slideOut {
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes slideOut {
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.overlayed:before {
  content: '';
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/modal-texture.webp) no-repeat center center/cover;
  mix-blend-mode: multiply;
  z-index: 1;
  opacity: .5;
  pointer-events: none;
}

.overlayed.active {
  opacity: 1;
  visibility: visible;
}

.popup {
  position: relative;
  display: none !important;
  visibility: hidden;
  -webkit-animation-delay: 1000s;
          animation-delay: 1000s;
  -webkit-animation: slideIn 0.3s ease;
          animation: slideIn 0.3s ease;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  margin-bottom: 30px;
  background: url(../images/modal.svg) no-repeat top/cover;
}

@-webkit-keyframes slideIn {
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes slideIn {
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.popup.active {
  display: block !important;
  visibility: visible;
}

.header__links li a:hover p {
  -webkit-transform: translateY(-30px) scale(0.8);
          transform: translateY(-30px) scale(0.8);
  opacity: 0;
}

.header__links li a:hover span {
  opacity: 1 !important;
}

.header__links li a p {
  -webkit-transform: translateY(0px) scale(1);
          transform: translateY(0px) scale(1);
}

.index .slider img {
  max-height: 580px;
  -o-object-fit: cover;
     object-fit: cover;
}

.index .slider__dots {
  position: absolute;
  right: -110px;
  bottom: 0;
  z-index: 1;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  left: inherit !important;
  top: inherit !important;
}

.index .slider__dots span {
  opacity: 1;
}

.index .slider__dots .swiper-pagination-bullet-active {
  background: #fff;
}

.projects__list-item:before {
  content: '';
  position: absolute;
  right: 71px;
  bottom: -60px;
  border: 22px solid transparent;
  border-top: solid 66px;
  color: #fff;
  -webkit-transform: rotate(41deg);
          transform: rotate(41deg);
}

.projects__list-item:after {
  content: '';
  position: absolute;
  right: 70px;
  bottom: -68px;
  border: 26px solid transparent;
  border-top: solid 72px;
  color: #000;
  -webkit-transform: rotate(41deg);
  transform: rotate(41deg);
  z-index: -1;
}

.team__item--opened .team__open {
  display: none !important;
}

.team__item--opened .team__info {
  width: 100% !important;
  max-width: 100%;
  text-align: left !important;
  padding-bottom: 0 !important;
}

.team__item--opened .team__info-inner {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.team__item--opened .team__info-inner p {
  width: 100%;
}

.team__item--opened .team__info-inner:before {
  content: '';
  position: absolute;
  right: 71px;
  bottom: -60px;
  border: 22px solid transparent;
  border-top: solid 66px;
  color: #fff;
  -webkit-transform: rotate(41deg);
          transform: rotate(41deg);
}

.team__item--opened .team__info-inner:after {
  content: '';
  position: absolute;
  right: 70px;
  bottom: -68px;
  border: 26px solid transparent;
  border-top: solid 72px;
  color: #000;
  -webkit-transform: rotate(41deg);
          transform: rotate(41deg);
  z-index: -1;
}

.philosophy__item:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% + 300px);
  height: calc(100% + 300px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../images/mask-philosophy-stroke.svg) no-repeat center center/contain;
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 1128px) {
  .philosophy__item:before {
    content: none;
  }
}

.philosophy__item-inner:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% + 50px);
  height: calc(100% + 50px);
  -webkit-transform: translate(-51.2%, -50.2%);
          transform: translate(-51.2%, -50.2%);
  background: url(../images/mask-philosophy.svg) no-repeat center center/contain;
  z-index: -1;
  pointer-events: none;
}

@media (max-width: 1128px) {
  .philosophy__item-inner:before {
    content: none;
  }
}

.projects__name {
  text-shadow: 2px 3px 0px #000;
}

@media (min-width: 390px) and (max-width: 575px) {
  .color-text-font{
      color:gray;
  }
  
}

