@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Montserrat:300,regular,500,600&display=swap&subset");

@import url("https://fonts.googleapis.com/css?family=Roboto:regular&display=swap&subset");

/* 3. Keep your Icon Font separate */
[class^="_icon-"], [class*=" _icon-"], .fa-solid {
  font-family: "icons", "Font Awesome 7 Free", sans-serif !important;
}


@font-face {
  font-family: "icons";
  font-display: swap;
  src: url("../fonts/icons.woff2") format("woff2"), url("../fonts/icons.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

[class^=_icon-]:before,
[class*=" _icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=_icon-]:before,
[class*=" _icon-"]:before {
  display: block;
}

._icon-arrow:before {
  content: "\e900";
  text-align: center;
}

._icon-behance:before {
  content: "\e901";
  text-align: center;
}

._icon-dribbble:before {
  content: "\e902";
  text-align: center;
}

._icon-question:before {
  content: "\e903";
  text-align: center;
}


* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html {
  font-size: 18px;
}

html,
body {
  height: 100%;
  min-width: 375px;
}

body {
  line-height: 1;
  font-family: "Montserrat";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Montserrat";
  font-size: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background-color: inherit;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

/*
&::-webkit-scrollbar {
	display: none;
}
*/

body {
  line-height: 22px;
  color: #b9b9b9;
}

body._lock {
  overflow: hidden;
}

body .preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: visible;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 200;
  -webkit-transition: all 3s ease 0s;
  -o-transition: all 3s ease 0s;
  transition: all 3s ease 0s;
  background: #000 url("../img/fill.svg") center/cover no-repeat;
}

body .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 700px;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 500;
  font-size: 55px;
  line-height: 121.8181818182%;
  text-shadow: 1px 1px 10px rgba(101, 227, 255, 0.5);
}

body .done {
  opacity: 0;
  visibility: hidden;
}

.grecaptcha-badge {
  display: none !important;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #000;
}

._container {
  max-width: 1078px;
  margin: 0 auto;
  padding: 0px 26px;
}
.header__container{
  max-width: 1250px;
    margin: 0px auto;
    padding: 0px 26px;
}
.button {
    color: #ffffff;
    box-shadow: 1px 1px 100px 0px rgba(241, 0, 88, 0.5);
   display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
white-space: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 600;
  background-color: #F10058;
  font-size: 16px;
  border-radius: 8px;
  height: 48px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}



.button._fw {
  width: 100%;
}

.select {
  position: relative;
}

.select__item {
  position: relative;
}

.select__title {
  color: #fff;
  border-bottom: 2px solid #d30450;
  background-color: transparent;
  cursor: pointer;
  border-radius: 0 !important;
}

.select__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 25px;
  height: 30px;
  min-width: 325px;
  padding: 0px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.select__value span {
  white-space: nowrap;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  padding: 0px 10px 0px 0px;
}

.select__value:before {
  content: "";
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 11px;
  height: 7px;
  background: url("../img/icons/select.svg") center/100% no-repeat;
}

.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}

.select__options {
  color: #fff;
  position: absolute;
  top: -170px;
  border-radius: 0 !important;
  min-width: 100%;
  left: 0;
  background-color: #121212;
  font-size: 25px;
  white-space: nowrap;
  padding: 10px 0px 5px 0px;
}

.select__option {
  cursor: pointer;
  padding: 15px 15px;
  margin: 0px 0px 0px 0px;
}

.select._active {
  z-index: 5;
}

.select._active .select__value:before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.select._active .select__options {
  display: block;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  outline: none;
}

.input {
  border-radius: 0 !important;
  width: 325px;
  display: block;
  padding: 0px 20px;
  border-bottom: 2px solid #d30450;
  background-color: transparent;
  color: #fff;
  font-size: 25px;
}

.input._error {
  border-bottom: 2px solid #b40202;
}

._title-large {
  font-weight: 600;
  font-size: 48px;
  line-height: 122.9166666667%;
}

._title-medium {
  font-size: 42px;
  line-height: 121.4285714286%;
  font-weight: 600;
  text-align: center;
}

._title-small {
  font-size: 36px;
  line-height: 122.2222222222%;
  font-weight: 500;
}

._text {
  font-size: 16px;
  line-height: 170%;
  color: rgba(255, 255, 255, 0.9);
}

._neon-color {
  color: #F10058;
  text-shadow: 1px 1px 10px  rgba(241, 0, 88, 0.5); 
}

._ibg {
  position: relative;
}

._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

._swiper {
  overflow: hidden;
}

._swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

._swiper.swiper-container-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

._swiper.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}





._no-webp .footer{
  background: url("../img/footer_bg.png") center/cover no-repeat; }

.footer {
  border-top: 3px solid #1a1a1a;
  padding-top: 30px;
  padding-bottom: 35px;
}

.footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__logo img {
  width: 164px;
}

.footer__link {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer__button {
   padding-left: 24px;
  padding-right: 24px;
}



.blog {
  padding-top: 146px;
  padding-bottom: 140px;
}

.blog__title {
  -webkit-transform: translate(0px, 100px);
      -ms-transform: translate(0px, 100px);
          transform: translate(0px, 100px);
  opacity: 0;
  -webkit-transition: opacity 2.5s ease 0s, -webkit-transform 2.5s ease 0s;
  transition: opacity 2.5s ease 0s, -webkit-transform 2.5s ease 0s;
  -o-transition: transform 2.5s ease 0s, opacity 2.5s ease 0s;
  transition: transform 2.5s ease 0s, opacity 2.5s ease 0s;
  transition: transform 2.5s ease 0s, opacity 2.5s ease 0s, -webkit-transform 2.5s ease 0s;
  margin-bottom: 74px;
}

.blog__title._active {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
}

.blog__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translate(0px, 100px);
      -ms-transform: translate(0px, 100px);
          transform: translate(0px, 100px);
  opacity: 0;
  -webkit-transition: opacity 2.5s ease 0s, -webkit-transform 2.5s ease 0s;
  transition: opacity 2.5s ease 0s, -webkit-transform 2.5s ease 0s;
  -o-transition: transform 2.5s ease 0s, opacity 2.5s ease 0s;
  transition: transform 2.5s ease 0s, opacity 2.5s ease 0s;
  transition: transform 2.5s ease 0s, opacity 2.5s ease 0s, -webkit-transform 2.5s ease 0s;
}

.blog__body._active {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
}

.blog__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.blog__column:not(:last-child) {
  margin: 0px 0px 32px 0px;
}

.item-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Roboto";
  background: #121212;
  border-radius: 8px;
  border: 4px solid #212121;
  overflow: hidden;
}

.item-blog__images {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.5%;
          flex: 0 0 33.5%;
}

.item-blog__image-blur {
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.item-blog__image-blur img {
  -webkit-filter: blur(8px);
          filter: blur(8px);
}

.item-blog__image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 2;
  padding-right: 37px;
  padding-left: 37px;
  padding-bottom: 33px;
  padding-top: 33px;
}

.item-blog__image img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.item-blog__content {
  position: relative;
  padding-right: 70px;
  padding-left: 42px;
  padding-bottom: 55px;
  padding-top: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.item-blog__text {
  font-size: 24px;
  line-height: 116.666%;
}

.item-blog__text-spoller {
  padding: 20px 0px 0px 0px;
  font-size: 24px;
  line-height: 116.666%;
}

.item-blog__read-more {
  position: absolute;
  z-index: 2;
  right: 74px;
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.item-blog__read-more span {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  padding: 0px 7px 0px 0px;
}

.item-blog__read-more._active::before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.item-blog__read-more::before {
  font-weight: 600;
  color: transparent;
  background-image: -o-radial-gradient(#65e3ff, #acf0ff);
  background-image: radial-gradient(#65e3ff, #acf0ff);
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 1px 1px 10px rgba(101, 227, 255, 0.5);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.popup {
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: visibility 0.8s ease 0s;
  -o-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
}

.popup::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  -o-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
}

.popup.show {
  visibility: visible;
  overflow: auto;
}

.popup.show::before {
  opacity: 1;
}

.popup.show .popup__body {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup._active {
  overflow: auto;
  visibility: visible;
}

.popup._active::before {
  opacity: 1;
}

.popup._active .popup__body {
  -webkit-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.popup__body {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  width: 100%;
  min-height: 100vh;
}

.popup__close {
  width: 35px;
  height: 35px;
  position: absolute;
  right: 10%;
  top: 5%;
  cursor: pointer;
  z-index: 30;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: url("../img/icons/close.svg") center no-repeat;
}

.toorder-popup__slider {
  position: relative;
}

.toorder-popup__slider::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #121212c7 url("../img/icons/loading.gif") center/50px no-repeat;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.toorder-popup__slider_sending::after {
  opacity: 1;
  visibility: visible;
}

.toorder-popup__body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.toorder-popup__body_last {
  position: relative;
}

.toorder-popup__top {
  background-color: #000;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding-top: 191px;
  padding-bottom: 108px;
}

.toorder-popup__text {
  max-width: 497px;
  font-size: 36px;
  line-height: 122.2222222222%;
}

.toorder-popup__bottom {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  background-color: #121212;
  padding-top: 108px;
  padding-bottom: 108px;
}

.toorder-popup__arrow {
  color: #d30450;
  text-shadow: 1px 1px 10px rgba(241, 0, 88, 0.5); 
  position: absolute;
  cursor: pointer; 
  font-size: 54px;
  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;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.toorder-popup__arrow_next {
  right: 10%;
  bottom: 10%;
}

.toorder-popup__arrow_prev {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  left: 10%;
  bottom: 10%;
}

.toorder-popup .swiper-button-disabled {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  visibility: hidden;
}

.form-popup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-popup__content:not(:last-child) {
  margin-bottom: 34px;
}

.form-popup__lable {
  font-size: 36px;
  line-height: 122.2222222222%;
  padding: 0px 9px 0px 0px;
}

.form-popup__input {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.form-popup__btn {
  position: absolute;
  bottom: 10%;
  right: 10%;
  padding-left: 49.5px;
  padding-right: 49.5px;
  color: #ffffff;
  
  text-shadow: 1px 1px 10px rgba(241, 0, 88, 0.5); 
}

.form-popup__g-recaptcha {
  position: relative;
  width: 100%;
}

.page {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.page__body {
  padding-top: 303px;
  padding-bottom: 228px;
  -webkit-transform: translate(0px, 100px);
      -ms-transform: translate(0px, 100px);
          transform: translate(0px, 100px);
  opacity: 0;
  -webkit-transition: opacity 2.5s ease 0s, -webkit-transform 2.5s ease 0s;
  transition: opacity 2.5s ease 0s, -webkit-transform 2.5s ease 0s;
  -o-transition: transform 2.5s ease 0s, opacity 2.5s ease 0s;
  transition: transform 2.5s ease 0s, opacity 2.5s ease 0s;
  transition: transform 2.5s ease 0s, opacity 2.5s ease 0s, -webkit-transform 2.5s ease 0s;
}

.page__body._active {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
}

.page__title {
  max-width: 696px;
  color: #fff;
  font-weight: 600;
  text-shadow: 1px 1px 10px rgba(241, 0, 88, 0.5);
}

.page__title:not(:last-child) {
  margin: 0px 0px 40px 0px;
}

.page__projects {
  margin-bottom: 268px;
}

.page__team {
  margin-bottom: 238px;
}

.page__services {
  margin-bottom: 171px;
}

.project-filters {
  -webkit-transform: translate(0px, 100px);
      -ms-transform: translate(0px, 100px);
          transform: translate(0px, 100px);
  opacity: 0;
  -webkit-transition: opacity 2.5s ease 0s, -webkit-transform 2.5s ease 0s;
  transition: opacity 2.5s ease 0s, -webkit-transform 2.5s ease 0s;
  -o-transition: transform 2.5s ease 0s, opacity 2.5s ease 0s;
  transition: transform 2.5s ease 0s, opacity 2.5s ease 0s;
  transition: transform 2.5s ease 0s, opacity 2.5s ease 0s, -webkit-transform 2.5s ease 0s;
}

.project-filters._active {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
}

.project-filters__title {
  margin-bottom: 36px;
}

.project-filters__lables {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 76px;
}

.project-filters__lable {
  margin: 0px 14px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: rgba(255, 255, 255, 0.9);

}

.project-filters__lable::after {
  content: "";
  display: block;
  height: 3px;
  margin: 1px -4px 0px -4px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  box-shadow: 1px 1px 10px rgba(241, 0, 88, 0.5);
  background-color: rgba(241, 0, 88, 1);
  visibility: hidden;
  opacity: 0;
}

.project-filters__lable._active::after {
  visibility: visible;
  opacity: 1;
}
.project-filters__lable._active {
cursor: default;
}
.project-filters__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40% auto 39.961%;
  grid-template-columns: 40% auto 39.961%;
  -ms-grid-rows: 300px 300px;
  grid-template-rows: 300px 300px;
  gap: 30px;
  margin: 0px 0px 20px 0px;
}

.project-filters__content._viev {
  -ms-grid-columns: 40% auto 39.961%;
  grid-template-columns: 40% auto 39.961%;
  -ms-grid-rows: 300px 300px 323px 323px;
  grid-template-rows: 300px 300px 323px 323px;
}

.project-filters__content._hide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.project-filters__item {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  background-color: #121212;
}

.project-filters__item:first-child {
  -ms-grid-row-span: 2;
  grid-row: span 2;
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.project-filters__item:nth-child(4) {
  -ms-grid-row-span: 2;
  grid-row: span 2;
}

.project-filters__item:nth-child(5) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.project-filters__item._viev {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.project-filters__item._hide {
  display: none;
}

.project-filters__item-sub {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -ms-grid-columns: 1fr 1fr 55%;
  grid-template-columns: 1fr 1fr 55%;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.project-filters__item-sub._grid {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.project-filters__hover {
  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;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.55);
  border: 3px solid #202020;
  font-weight: 500;
  opacity: 0;
  visibility: hidden;
  font-size: 36px;
  color: #fff;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  /* Если браузер поддерживает backdrop-filter */
}

@supports ((-webkit-backdrop-filter: blur(25px)) or (backdrop-filter: blur(25px))) {
  .project-filters__hover {
    background-color: rgba(0, 0, 0, 0.25);
    -webkit-backdrop-filter: blur(25px);
            backdrop-filter: blur(25px);
  }
}

@-webkit-keyframes lables {
  0% {
    opacity: 0;
    visibility: hidden;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes lables {
  0% {
    opacity: 0;
    visibility: hidden;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

.project-filters__image {
  overflow: hidden;
  min-height: 100%;
  
}

.project-filters__image img {
  transition: transform 1s ease-out;
  border: 3px solid #202020;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-filters__image img:hover {
	transform: scale(1.1);
}

.project-filters__btn {
  cursor: pointer;
  text-align: center;
}

.project-filters__roll-up,
.project-filters__see-all {
  font-size: 16px;
  font-weight: 600;
  color: inherit;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.project-filters__roll-up {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.9);
}

.project-filters__roll-up::before {
  content: "";
  display: block;
  width: 17px;
  height: 12px;
  background: url(../img/polygon.svg) center no-repeat;
  transform: rotate(180deg);
}

.project-filters__roll-up._hide {
  display: none;
}

.project-filters__see-all {
  font-size: 16px;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.9);
}

.project-filters__see-all::before {
  content: "";
  display: block;
  width: 17px;
  height: 12px;
  background: url(../img/polygon.svg) center no-repeat;
  
}

.project-filters__see-all._hide {
  display: none;
}

.about-us {
  -webkit-transform: translate(0px, 100px);
      -ms-transform: translate(0px, 100px);
          transform: translate(0px, 100px);
  opacity: 0;
  -webkit-transition: opacity 2.5s ease 0s, -webkit-transform 2.5s ease 0s;
  transition: opacity 2.5s ease 0s, -webkit-transform 2.5s ease 0s;
  -o-transition: transform 2.5s ease 0s, opacity 2.5s ease 0s;
  transition: transform 2.5s ease 0s, opacity 2.5s ease 0s;
  transition: transform 2.5s ease 0s, opacity 2.5s ease 0s, -webkit-transform 2.5s ease 0s;
}

.about-us._active {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
}

.about-us__body {
  position: relative;
  padding-bottom: 192px;
  padding-left: 88px;
}

.about-us__title {
  max-width: 542px;
  margin-bottom: 30px;
}

.about-us__text {
  max-width: 516px;
}
.about-us__text._text-width{
   max-width: 483px;
}
.about-us__lable {
  position: absolute;
  top: 100px;
  left: -87px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.about-us__lable::before {
  content: "";
  width: 68px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0px 18px 0px 0px;
}

.about-us__lable_services {
  top: 68px;
  left: -72px;
}

.team {
  -webkit-transform: translate(0px, 100px);
      -ms-transform: translate(0px, 100px);
          transform: translate(0px, 100px);
  opacity: 0;
  -webkit-transition: opacity 2.5s ease 0s, -webkit-transform 2.5s ease 0s;
  transition: opacity 2.5s ease 0s, -webkit-transform 2.5s ease 0s;
  -o-transition: transform 2.5s ease 0s, opacity 2.5s ease 0s;
  transition: transform 2.5s ease 0s, opacity 2.5s ease 0s;
  transition: transform 2.5s ease 0s, opacity 2.5s ease 0s, -webkit-transform 2.5s ease 0s;
}

.team._active {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
}

.team__title {
  margin-bottom: 76px;
}

.team__body {
  text-align: center;
}

.team__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px -15px;
}

.team__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
  padding: 0px 15px;
}

.team__item {
  position: relative;
  border: 3px solid #202020;
  border-radius: 8px;
  overflow: hidden;
}

.team__image {
  padding: 0px 0px 115% 0px;
}

.team__info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
  background: #121212;
}

.team__name {
  font-weight: 500;
  font-size: 18px;
  line-height: 122.2222222222%;
  color: rgba(255, 255, 255, 1);
}

.team__profession {
  font-weight: 300;
  font-size: 12px;
  line-height: 125%;
}

.team__more {
  cursor: pointer;
  text-align: center;
}

.team__see-all,
.team__roll-up {
  font-size: 28px;
  color: inherit;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.team__see-all {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.team__see-all::before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  margin: 10px 0px 0px 0px;
}

.team__see-all._hide {
  display: none;
}

.team__roll-up {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.team__roll-up::before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin: 0px 0px 10px 0px;
}

.team__roll-up._hide {
  display: none;
}

.activity {
  -webkit-transform: translate(0px, 100px);
      -ms-transform: translate(0px, 100px);
          transform: translate(0px, 100px);
  opacity: 0;
  -webkit-transition: opacity 2.5s ease 0s, -webkit-transform 2.5s ease 0s;
  transition: opacity 2.5s ease 0s, -webkit-transform 2.5s ease 0s;
  -o-transition: transform 2.5s ease 0s, opacity 2.5s ease 0s;
  transition: transform 2.5s ease 0s, opacity 2.5s ease 0s;
  transition: transform 2.5s ease 0s, opacity 2.5s ease 0s, -webkit-transform 2.5s ease 0s;
}

.activity._active {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
}

.activity__body {
  position: relative;
  padding-bottom: 283px;
  padding-right: 88px;
  display: flex;
    flex-direction: column;
}

.activity__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
    align-self: flex-end;
    max-width: 555px;
  text-align: left;
}

.activity__title {
  margin-bottom: 30px;
}

.activity__text {
  max-width: 543px;
}

.activity__lable {
  position: absolute;
  top: 110px;
  right: -87px;
  color: rgba(255, 255, 255, 0.9);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.activity__lable::before {
  content: "";
  width: 68px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0px 0px 0px 18px;
}

.partners {
  -webkit-transform: translate(0px, 100px);
      -ms-transform: translate(0px, 100px);
          transform: translate(0px, 100px);
  opacity: 0;
  -webkit-transition: opacity 2.5s ease 0s, -webkit-transform 2.5s ease 0s;
  transition: opacity 2.5s ease 0s, -webkit-transform 2.5s ease 0s;
  -o-transition: transform 2.5s ease 0s, opacity 2.5s ease 0s;
  transition: transform 2.5s ease 0s, opacity 2.5s ease 0s;
  transition: transform 2.5s ease 0s, opacity 2.5s ease 0s, -webkit-transform 2.5s ease 0s;
}

.partners._active {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
}

.partners__title {
  margin-bottom: 74px;
}

.partners__body {
  border-top: 3px solid #1a1a1a;
  border-bottom: 3px solid #1a1a1a;
}

.partners__box {
  position: relative;
  padding-top: 112px;
  padding-bottom: 112px;
}

.partners__content {
  display: block;
}

.partners__content_mobile {
  display: none;
}

.partners__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.partners__item {
  min-height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.partners__item_m {
  max-width: 146px;
}

.partners__item_n {
  max-width: 146px;
}

.partners__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-bottom: 40px;
}

.partners__icon img {
  max-width: 100%;
}

.partners__lable {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
}

.partners__arrow {
  position: absolute;
  font-size: 73px;
  cursor: pointer;
  color: #3a3a3a;
  -webkit-transform: translate(0px, -50%);
      -ms-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.partners__arrow_prev {
  top: 50%;
  left: -76px;
}

.partners__arrow_prev::before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.partners__arrow_next {
  top: 50%;
  right: -76px;
}

.services {
  -webkit-transform: translate(0px, 100px);
      -ms-transform: translate(0px, 100px);
          transform: translate(0px, 100px);
  opacity: 0;
  -webkit-transition: opacity 2.5s ease 0s, -webkit-transform 2.5s ease 0s;
  transition: opacity 2.5s ease 0s, -webkit-transform 2.5s ease 0s;
  -o-transition: transform 2.5s ease 0s, opacity 2.5s ease 0s;
  transition: transform 2.5s ease 0s, opacity 2.5s ease 0s;
  transition: transform 2.5s ease 0s, opacity 2.5s ease 0s, -webkit-transform 2.5s ease 0s;
}

.services._active {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
}

.services__title {
  margin-bottom: 73px;
}

.services__image {
  padding: 0px 0px 34% 0px;
}

.advantage {
  -webkit-transform: translate(0px, 100px);
      -ms-transform: translate(0px, 100px);
          transform: translate(0px, 100px);
  opacity: 0;
  -webkit-transition: opacity 2.5s ease 0s, -webkit-transform 2.5s ease 0s;
  transition: opacity 2.5s ease 0s, -webkit-transform 2.5s ease 0s;
  -o-transition: transform 2.5s ease 0s, opacity 2.5s ease 0s;
  transition: transform 2.5s ease 0s, opacity 2.5s ease 0s;
  transition: transform 2.5s ease 0s, opacity 2.5s ease 0s, -webkit-transform 2.5s ease 0s;
  border-top: 3px solid #1a1a1a;
  border-bottom: 3px solid #1a1a1a;
}

.advantage._active {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
}

.advantage__body {
  padding-top: 134px;
  padding-bottom: 134px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.advantage__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
}

.advantage__number {
  position: relative;
  font-size: 124px;
  line-height: 154.7008547009%;
  white-space: nowrap;
  color: #202020;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.advantage__number span {
  position: absolute;
  top: 55%;
  left: 0px;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  -webkit-transform: translate(25px, -50%);
      -ms-transform: translate(25px, -50%);
          transform: translate(25px, -50%);
  color: rgba(255, 255, 255, 1);
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
}

.contact {
  -webkit-transform: translate(0px, 100px);
      -ms-transform: translate(0px, 100px);
          transform: translate(0px, 100px);
  opacity: 0;
  -webkit-transition: opacity 2.5s ease 0s, -webkit-transform 2.5s ease 0s;
  transition: opacity 2.5s ease 0s, -webkit-transform 2.5s ease 0s;
  -o-transition: transform 2.5s ease 0s, opacity 2.5s ease 0s;
  transition: transform 2.5s ease 0s, opacity 2.5s ease 0s;
  transition: transform 2.5s ease 0s, opacity 2.5s ease 0s, -webkit-transform 2.5s ease 0s;
  border-bottom: 3px solid #1a1a1a;
}

.contact._active {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
}

.contact__content {
  padding-top: 215px;
  padding-bottom: 215px;
}

.contact__title {
  margin-bottom: 75px;
}

.contact__questions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #121212;
  border-radius: 8px;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-right: 30px;
  padding-left: 88px;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 28px;
  color: inherit;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contact__questions::before {
  margin: 0px 30px 0px 0px;
  font-size: 40px;
   color: transparent;
  background-color: rgba(241, 0, 88, 1);
  -webkit-background-clip: text;
  background-clip: text;
background-color: rgba(241, 0, 88, 1);
  text-shadow: 1px 1px 10px rgba(241, 0, 88, 0.5); 
}

.contact__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #121212;
  border-radius: 8px;
  font-size: 20px;
  line-height: 120%;
  color: inherit;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contact__column::before {
  font-size: 40px;
  color: transparent;
  background-color: rgba(241, 0, 88, 1);
  -webkit-background-clip: text;
  background-clip: text;
background-color: rgba(241, 0, 88, 1);
  text-shadow: 1px 1px 10px rgba(241, 0, 88, 0.5); 
}

.contact__column span {
  margin: 0px 0px 0px 6px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.talk-about {
  -webkit-transform: translate(0px, 100px);
      -ms-transform: translate(0px, 100px);
          transform: translate(0px, 100px);
  opacity: 0;
  -webkit-transition: opacity 2.5s ease 0s, -webkit-transform 2.5s ease 0s;
  transition: opacity 2.5s ease 0s, -webkit-transform 2.5s ease 0s;
  -o-transition: transform 2.5s ease 0s, opacity 2.5s ease 0s;
  transition: transform 2.5s ease 0s, opacity 2.5s ease 0s;
  transition: transform 2.5s ease 0s, opacity 2.5s ease 0s, -webkit-transform 2.5s ease 0s;
}

.talk-about._active {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
}

.talk-about__body {
  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-top: 212px;
  padding-bottom: 212px;
}

.talk-about__link {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center; 
  height: 48px;
    padding-left: 99px;
    padding-right: 99px;
    font-weight: 500;
    background-color: #f10058;
  border-radius: 8px;
font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
    box-shadow: 1px 1px 100px 0 rgba(241, 0, 88, .5); 
}

@media (min-width: 479.98px) {
  .footer__body {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .footer__list li:not(:last-child) {
    margin-bottom: 15px;
  }

  .footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer__social-link {
    font-size: 28px;
    color: inherit;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .footer__social-link._icon-instagram{
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/icons/ri_instagram-fill.svg) 50% 50%/ 30px 30px no-repeat;
    transition: all 0.3s ease 0s;
  }
    .footer__social-link._icon-instagram:hover{
     background: url(../img/icons/ri_instagram-w-fill.svg) 50% 50%/ 30px 30px no-repeat;
  }
  .footer__social-link:not(:last-child) {
    margin: 0px 0px 25px 0px !important;
  }

  .page__partners {
    margin-bottom: 171px;
  }

  .team__content {
    height: auto !important;
  }

  .team__more {
    display: none;
  }

  .contact__column {
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 88px;
  }

  .contact__column:not(:last-child) {
    margin-bottom: 28px;
  }

  .contact__column::before {
    margin: 0px 40px 0px 0px;
  }
}

@media (min-width: 479.98px) and (any-hover: hover) {
  .footer__social-link:hover {
    color: #fff;
  }
}

@media (min-width: 550px) {
  .advantage__item_center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .advantage__item_right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .advantage__number_two span {
    -webkit-transform: translate(60px, -50%);
        -ms-transform: translate(60px, -50%);
            transform: translate(60px, -50%);
  }

  .advantage__number_last span {
    -webkit-transform: translate(45px, -50%);
        -ms-transform: translate(45px, -50%);
            transform: translate(45px, -50%);
  }
}

@media (min-width: 991.98px) {




  
  .team__column {
    margin: 0px 0px 28px 0px;
  }

  .team__column:nth-child(2) {
    margin: 0;
    -webkit-transform: translate(0px, 62px);
        -ms-transform: translate(0px, 62px);
            transform: translate(0px, 62px);
  }

  .team__column:nth-child(4) {
    margin: 0;
  }

  .team__column:nth-child(5) {
    margin: 0;
    -webkit-transform: translate(0px, 62px);
        -ms-transform: translate(0px, 62px);
            transform: translate(0px, 62px);
  }

  .team__column:last-child {
    margin: 0;
  }
}

@media (min-width: 992px) {
  .select__option:hover {
    background-color: #d9d9d9;
  }
  
}

@media (max-width: 1220px) {
  .partners__arrow_prev {
    left: 0px;
  }

  .partners__arrow_next {
    right: 0px;
  }
}

@media (max-width: 1078px) {
  body .loader {
    font-size: calc(36px + 19 * ((100vw - 320px) / 758));
  }

    .select__value {
    font-size: calc(14px + 11 * ((100vw - 320px) / 758));
  }

  .select__value {
    min-width: calc(125px + 200 * ((100vw - 320px) / 758));
  }

  .select__options {
    top: calc(-160px + -10 * ((100vw - 320px) / 758));
  }

  .select__options {
    font-size: calc(14px + 11 * ((100vw - 320px) / 758));
  }

  .input {
    width: calc(50px + 275 * ((100vw - 320px) / 758));
  }

  .input {
    font-size: calc(18px + 7 * ((100vw - 320px) / 758));
  }

  ._title-large {
    font-size: calc(22px + 26 * ((100vw - 320px) / 758));
  }

  ._title-medium {
    font-size: calc(18px + 24 * ((100vw - 320px) / 758));
  }

  ._title-small {
    font-size: calc(16px + 20 * ((100vw - 320px) / 758));
  }

    .header__body {
    height: calc(48px + 52 * ((100vw - 320px) / 758));
  }

  .header__logo {
    max-width: calc(91px + 56 * ((100vw - 320px) / 758));
  }

  .footer {
    padding-top: calc(24px + 6 * ((100vw - 320px) / 758));
  }

  .footer {
    padding-bottom: calc(28px + 7 * ((100vw - 320px) / 758));
  }

  .footer__logo img {
    width: calc(96px + 68 * ((100vw - 320px) / 758));
  }

  .footer__link {
    font-size: calc(10px + 8 * ((100vw - 320px) / 758));
  }

    .blog {
    padding-top: calc(57px + 89 * ((100vw - 320px) / 758));
  }

  .blog {
    padding-bottom: calc(138px + 2 * ((100vw - 320px) / 758));
  }

  .blog__title {
    margin-bottom: calc(32px + 42 * ((100vw - 320px) / 758));
  }

  .item-blog__image {
    padding-right: calc(25px + 12 * ((100vw - 320px) / 758));
  }

  .item-blog__image {
    padding-left: calc(25px + 12 * ((100vw - 320px) / 758));
  }

  .item-blog__image {
    padding-bottom: calc(19px + 14 * ((100vw - 320px) / 758));
  }

  .item-blog__image {
    padding-top: calc(19px + 14 * ((100vw - 320px) / 758));
  }

  .item-blog__content {
    padding-right: calc(34px + 36 * ((100vw - 320px) / 758));
  }

  .item-blog__content {
    padding-left: calc(34px + 8 * ((100vw - 320px) / 758));
  }

  .item-blog__content {
    padding-bottom: calc(43px + 12 * ((100vw - 320px) / 758));
  }

  .item-blog__content {
    padding-top: calc(20px + 20 * ((100vw - 320px) / 758));
  }

  .item-blog__text {
    font-size: calc(14px + 10 * ((100vw - 320px) / 758));
  }

  .item-blog__text-spoller {
    font-size: calc(14px + 10 * ((100vw - 320px) / 758));
  }

  .item-blog__read-more {
    bottom: calc(-5px + 35 * ((100vw - 320px) / 758));
  }

  .toorder-popup__top {
    padding-top: calc(150px + 41 * ((100vw - 320px) / 758));
  }

  .toorder-popup__top {
    padding-bottom: calc(60px + 48 * ((100vw - 320px) / 758));
  }

  .toorder-popup__text {
    font-size: calc(24px + 12 * ((100vw - 320px) / 758));
  }

  .toorder-popup__bottom {
    padding-top: calc(67px + 41 * ((100vw - 320px) / 758));
  }

  .toorder-popup__bottom {
    padding-bottom: calc(67px + 41 * ((100vw - 320px) / 758));
  }

  .toorder-popup__arrow {
    font-size: calc(34px + 20 * ((100vw - 320px) / 758));
  }

  .form-popup__content:not(:last-child) {
    margin-bottom: calc(12px + 22 * ((100vw - 320px) / 758));
  }

  .form-popup__lable {
    font-size: calc(18px + 18 * ((100vw - 320px) / 758));
  }

  .form-popup__btn {
    padding-left: calc(35.5px + 14 * ((100vw - 320px) / 758));
  }

  .form-popup__btn {
    padding-right: calc(35.5px + 14 * ((100vw - 320px) / 758));
  }

  .page__body {
    padding-top: calc(208px + 95 * ((100vw - 320px) / 758));
  }

  .page__body {
    padding-bottom: calc(215px + 13 * ((100vw - 320px) / 758));
  }

  .page__projects {
    margin-bottom: calc(71px + 197 * ((100vw - 320px) / 758));
  }

  .page__team {
    margin-bottom: calc(51px + 187 * ((100vw - 320px) / 758));
  }

  .page__services {
    margin-bottom: calc(0px + 171 * ((100vw - 320px) / 758));
  }

  .project-filters__title {
    margin-bottom: calc(29px + 7 * ((100vw - 320px) / 758));
  }

  .project-filters__lables {
    margin-bottom: calc(50px + 26 * ((100vw - 320px) / 758));
  }

  .project-filters__hover {
    font-size: calc(14px + 22 * ((100vw - 320px) / 758));
  }

  .project-filters__roll-up,
  .project-filters__see-all {
    font-size: calc(14px + 14 * ((100vw - 320px) / 758));
  }

  .about-us__body {
    padding-bottom: calc(30px + 162 * ((100vw - 320px) / 758));
  }

  .about-us__body {
    padding-left: calc(44px + 44 * ((100vw - 320px) / 758));
  }

 



  .about-us__lable {
    left: calc(-80px + -7 * ((100vw - 320px) / 758));
  }

  .about-us__lable {
    font-size: calc(13px + 1 * ((100vw - 320px) / 758));
  }

  .about-us__lable::before {
    width: calc(58px + 10 * ((100vw - 320px) / 758));
  }

  .about-us__lable_services {
    left: calc(-64px + -8 * ((100vw - 320px) / 758));
  }

  .team__title {
    margin-bottom: calc(29px + 47 * ((100vw - 320px) / 758));
  }

  .team__info {
    padding-top: calc(6px + 6 * ((100vw - 320px) / 758));
  }

  .team__info {
    padding-bottom: calc(6px + 6 * ((100vw - 320px) / 758));
  }

  .team__name {
    font-size: calc(14px + 4 * ((100vw - 320px) / 758));
  }

  .team__profession {
    font-size: calc(10px + 2 * ((100vw - 320px) / 758));
  }

  .team__see-all,
  .team__roll-up {
    font-size: calc(14px + 14 * ((100vw - 320px) / 758));
  }

  .activity__body {
    padding-bottom: calc(0px + 283 * ((100vw - 320px) / 758));
  }

  .activity__body {
    padding-right: calc(44px + 44 * ((100vw - 320px) / 758));
  }

 

  .activity__lable {
    top: calc(90px + 20 * ((100vw - 320px) / 758));
  }

  .activity__lable {
    right: calc(-80px + -7 * ((100vw - 320px) / 758));
  }

  .activity__lable {
    font-size: calc(13px + 1 * ((100vw - 320px) / 758));
  }

  .activity__lable::before {
    width: calc(58px + 10 * ((100vw - 320px) / 758));
  }

  .partners__title {
    margin-bottom: calc(29px + 45 * ((100vw - 320px) / 758));
  }

  .partners__box {
    padding-top: calc(87px + 25 * ((100vw - 320px) / 758));
  }

  .partners__box {
    padding-bottom: calc(87px + 25 * ((100vw - 320px) / 758));
  }

  .partners__icon {
    margin-bottom: calc(10px + 30 * ((100vw - 320px) / 758));
  }

  .partners__lable {
    font-size: calc(14px + 4 * ((100vw - 320px) / 758));
  }

  .partners__arrow {
    font-size: calc(0px + 73 * ((100vw - 320px) / 758));
  }

  .services__title {
    margin-bottom: calc(0px + 73 * ((100vw - 320px) / 758));
  }

  .advantage__body {
    padding-top: calc(54px + 80 * ((100vw - 320px) / 758));
  }

  .advantage__body {
    padding-bottom: calc(85px + 49 * ((100vw - 320px) / 758));
  }

  .advantage__number {
    font-size: calc(96px + 28 * ((100vw - 320px) / 758));
  }

  .advantage__number span {
    font-size: calc(14px + 6 * ((100vw - 320px) / 758));
  }

  .contact__content {
    padding-top: calc(75px + 140 * ((100vw - 320px) / 758));
  }

  .contact__content {
    padding-bottom: calc(85px + 130 * ((100vw - 320px) / 758));
  }

  .contact__title {
    margin-bottom: calc(29px + 46 * ((100vw - 320px) / 758));
  }

  .contact__questions {
    padding-left: calc(27px + 61 * ((100vw - 320px) / 758));
  }

  .contact__questions {
    font-size: calc(13px + 7 * ((100vw - 320px) / 758));
  }

  .contact__questions {
    margin-bottom: calc(24px + 4 * ((100vw - 320px) / 758));
  }

  .contact__questions::before {
    font-size: calc(30px + 10 * ((100vw - 320px) / 758));
  }

  .contact__column {
    font-size: calc(13px + 7 * ((100vw - 320px) / 758));
  }

  .contact__column::before {
    font-size: calc(30px + 10 * ((100vw - 320px) / 758));
  }

  .talk-about__body {
    padding-top: calc(82px + 130 * ((100vw - 320px) / 758));
  }

  .talk-about__body {
    padding-bottom: calc(82px + 130 * ((100vw - 320px) / 758));
  }

}


@media (max-width: 991.98px) {
   
  .project-filters__content {
    gap: 15px;
  }

  .project-filters__item-sub {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }

  .project-filters__hover {
    -webkit-animation: lables 4s ease-in-out infinite alternate 1s;
            animation: lables 4s ease-in-out infinite alternate 1s;
  }

  .project-filters__hover_branding {
    -webkit-animation-delay: 4s;
            animation-delay: 4s;
  }

  .project-filters__hover_design {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }

  .project-filters__hover_illustration {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }

  .team__content {
    margin: 0px -7.5px;
  }

  .team__column {
    margin-bottom: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    padding: 0px 7.5px;
  }

  .team__column:nth-child(5) {
    margin: 0;
  }

  .team__column:last-child {
    margin: 0;
  }
}

@media (max-width: 767.98px) {
  .blog__column:not(:last-child) {
    margin: 0px 0px 40px 0px;
  }

  .item-blog {
    border: 3px solid #212121;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .item-blog__images {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .item-blog__image-blur {
    padding: 0px 0px 60.5% 0px;
  }

  .item-blog__content {
    text-align: center;
  }

  .item-blog__read-more {
    right: 50%;
    bottom: 15px;
  }

  .item-blog__read-more span {
    display: none;
  }

  .item-blog__read-more::before {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }

  .item-blog__read-more._active::before {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }

  .page__body {
    text-align: center;
  }

  .page__title {
    text-align: center;
  }

  .project-filters__lables {
    display: none;
  }

  .project-filters__content {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 8px;
  }

  .project-filters__content._viev {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
  }

  .project-filters__item:first-child {
    -ms-grid-row-span: 2;
    grid-row: span 2;
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }

  .project-filters__item:nth-child(4) {
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }

  .project-filters__item:nth-child(5) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  .project-filters__item-sub {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }

  .partners__content {
    display: none;
  }

  .partners__content_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .partners__item:not(:last-child) {
    margin: 0px 0px 85px 0px;
  }

  .partners__arrow {
    display: none;
  }

  .services {
    display: none;
  }
}

@media (max-width: 700px) {
  .talk-about__link {
    padding-left: 24px;
    padding-right: 24px;
  }

  .select__value {
    padding: 0px 5px;
    max-width: 200px;
  }
}

@media (max-width: 550px) {
  .select__value {
    min-width: 130px;
  }

  .select__option {
    padding: 15px 10px;
  }

  .input {
    width: 130px;
  }

  .popup__close {
    right: 6.5%;
    width: 15px;
    height: 15px;
  }

  .form-popup__btn {
    right: 6.5%;
  }

  .advantage__body {
    padding-right: 25px;
    padding-left: 25px;
  }

  .advantage__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .advantage__item:nth-child(even) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (max-width: 479.98px) {

  .project-filters__roll-up::before {
    margin: 0px 0px 0px 0px;
  }

  .project-filters__see-all::before {
    margin: 0px 0px 0px 0px;
  }

  .about-us {
    display: none;
  }



  .activity {
    display: none;
  }

  .advantage {
    border-top: none;
  }

  .contact__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .contact__column {
    padding: 18px 20px 25px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }

  .contact__column:not(:last-child) {
    margin: 0px 24px 0px 0px;
  }

  .contact__column::before {
    margin: 0px 0px 30px 0px;
  }

  .contact__column span {
    margin: 2px 0px 0px 0px;
  }
}

@media (min-width: 479.98px) and (max-width: 1078px) {
  .footer__list li:not(:last-child) {
    margin-bottom: calc(8px + 7 * ((100vw - 320px) / 758));
  }

  .footer__social-link {
    font-size: calc(18px + 10 * ((100vw - 320px) / 758));
  }

  .page__partners {
    margin-bottom: calc(0px + 171 * ((100vw - 320px) / 758));
  }

  .contact__column {
    padding-left: calc(27px + 61 * ((100vw - 320px) / 758));
  }

  .contact__column:not(:last-child) {
    margin-bottom: calc(24px + 4 * ((100vw - 320px) / 758));
  }
}

@media (any-hover: hover) {
  .button:hover {
    color: #ffffff;
    background-color: #D30450;
    box-shadow: 1px 1px 100px 0px rgba(241, 0, 88, 0.5);

  }
button:disabled {
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(241, 0, 88, 0.6);
}
  .header._scroll .header__button:hover {
    box-shadow: 1px 1px 100px 0px rgba(241, 0, 88, 0.5);

    color: #ffffff;
    }

  .header._scroll .menu__link:hover {
    color: rgba(241, 0, 88, 1);
  }

  .menu__link:hover {
    color: rgba(241, 0, 88, 1);
  }

  .footer__link:hover {
    color: rgba(241, 0, 88, 1);
  }

  .footer__button:hover {
    color: #fff;
   }

  .item-blog__read-more:hover span {
    color: #fff;
  }

  .item-blog__read-more:hover::before {
    color: #fff;
  }

  .popup__close:hover {
    background: url("../img/icons/close-white.svg") center no-repeat;
  }

  .toorder-popup__arrow:hover {
    color: #fff;
  }

  .project-filters__lable:hover {
    color: rgba(241, 0, 88, 1);
  }

  .project-filters__item:hover .project-filters__hover {
    opacity: 1;
    visibility: visible;
  }

  .project-filters__roll-up:hover,
  .project-filters__see-all:hover {
    color: #F10058;
  }

  .team__see-all:hover,
  .team__roll-up:hover {
    color: #fff;
  }

  .partners__arrow:hover {
    color: #fff;
  }

  .advantage__number:hover {
    color: #3a3a3a;
    text-shadow: 1px 1px 2px #3a3a3a;
  }

  .advantage__number:hover span {
    color: #dbdbdb;
  }

  .contact__questions:hover {
    background: #2c2c2c;
  }

  .contact__column:hover {
    background: #2c2c2c;
  }

  .contact__column:hover span {
    color: #fff;
  }

  .talk-about__link:hover {
    color: #fff;
background-color: #d30450;
      box-shadow: 1px 1px 100px 0 rgba(241, 0, 88, .5);
  }
}

._webp .footer{ background: url(../img/footer_bg.webp) center/cover no-repeat; }




.popup-test {
	display: none;
	position: fixed;
	z-index: 20;
	width: 90%;
	max-width: 800px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	padding: 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.popup-test img{
	object-fit: cover;
	width: 100%;
}
.popup-test.active {
	display: block;
	animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.close-icon-test {
	position: absolute;
	z-index: 25;
	top: 10px;
	right: 10px;
	cursor: pointer;
	width: 20px;
	height: 20px;
}

.close-icon-test::before,
.close-icon-test::after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 2px;
	height: 100%;
	background-color: black;
}

 .close-icon-test:hover .close-icon-test::before{
background-color: #fff !important;
 }

.close-icon-test::before {
	transform: translateX(-50%) rotate(45deg);
}

.close-icon-test::after {
	transform: translateX(-50%) rotate(-45deg);
}


.popup-test-2{
	display: none;
	position: fixed;
	z-index: 20;
	width: 90%;
	max-width: 800px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	padding: 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.popup-test-2.active body {
	background-color: #fff !important;
}

.popup-test-2 img {
	object-fit: cover;
	width: 100%;
}

.popup-test-2.active {
	display: block;
	animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.close-icon-test_2 {
	position: absolute;
	z-index: 25;
	top: 10px;
	right: 10px;
	cursor: pointer;
	width: 20px;
	height: 20px;
}

.close-icon-test_2::before,
.close-icon-test_2::after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 2px;
	height: 100%;
	background-color: black;
}

.close-icon-test_2::before {
	transform: translateX(-50%) rotate(45deg);
}

.close-icon-test_2::after {
	transform: translateX(-50%) rotate(-45deg);
}



.popup-test-3 {
	display: none;
	position: fixed;
	z-index: 20;
	width: 90%;
	max-width: 800px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	padding: 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.popup-test-3.active body {
	background-color: #fff !important;
}

.popup-test-3 img {
	object-fit: cover;
	width: 100%;
}

.popup-test-3.active {
	display: block;
	animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.close-icon-test_3 {
	position: absolute;
	z-index: 25;
	top: 10px;
	right: 10px;
	cursor: pointer;
	width: 20px;
	height: 20px;
}

.close-icon-test_3::before,
.close-icon-test_3::after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 2px;
	height: 100%;
	background-color: black;
}

.close-icon-test_3::before {
	transform: translateX(-50%) rotate(45deg);
}

.close-icon-test_3::after {
	transform: translateX(-50%) rotate(-45deg);
}



.popup-test-4 {
	display: none;
	position: fixed;
	z-index: 20;
	width: 90%;
	max-width: 800px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	padding: 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.popup-test-4.active body {
	background-color: #fff !important;
}

.popup-test-4 img {
	object-fit: cover;
	width: 100%;
}

.popup-test-4.active {
	display: block;
	animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.close-icon-test_4 {
	position: absolute;
	z-index: 25;
	top: 10px;
	right: 10px;
	cursor: pointer;
	width: 20px;
	height: 20px;
}

.close-icon-test_4::before,
.close-icon-test_4::after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 2px;
	height: 100%;
	background-color: black;
}

.close-icon-test_4::before {
	transform: translateX(-50%) rotate(45deg);
}

.close-icon-test_4::after {
	transform: translateX(-50%) rotate(-45deg);
}




.menu-icon {
  /* Hidden by default on desktop */
  display: none;
  z-index: 25;
  position: relative;
  width: 30px;
  height: 18px;
  cursor: pointer;
}

.menu-icon span {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: var(--text-primary);
  transition: all 0.3s ease 0s;
}

.menu-icon span:nth-child(1) { top: 0px; }
.menu-icon span:nth-child(2) { top: 8px; }
.menu-icon span:nth-child(3) { top: 16px; }

/* Styles for when the menu is active (Toggled via JS) */
.menu-icon._active span:nth-child(1) { transform: rotate(-45deg); top: 8px; }
.menu-icon._active span:nth-child(2) { transform: scale(0); }
.menu-icon._active span:nth-child(3) { transform: rotate(45deg); top: 8px; }

/* NAVBAR */

.header__body {
  display: flex;
  align-items: center;
  justify-content: space-between; /* Pushes items to the ends */
  height: 100px;
  position: sticky;
}


.header__logo {
    position: relative;
    z-index: 25;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
    max-width: 160px;
    margin-right: 43px;
  
  }



.header__menu {
  -webkit-box-flex: 1;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          min-width: 0;
          
}
.header__button {
  white-space: nowrap;
  
}



.header__button._hide {
  display: auto;
  margin-right: 90px;

}

.header__button:hover{
  background-color: #ca044d ;
}


.menu__list {
  position: relative;
  z-index: 16;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-left: 0;
  list-style: none;
  

}

.menu__link {
    font-weight: 500;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;

  }


.header__logo {
  flex: 0 0 160px;
  max-width: 160px;
}



/* Menu links */
.menu__list {
  display: flex;
  gap: 65px;
  list-style: none;
  margin: 0;
}


.menu__link {
  font-weight: 500;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: color 0.3s ease;
}

.menu__list .menu-item-dropdown  {
  position: relative; 
}
.dropdown__menu{
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0s 0 .3s; 
  position: absolute;
  top: 100%;
  left: 50%; 
  transform: translateX( -50% ); 
  min-width: 160px; 
  padding:0;
  margin-top: 5px; 
  background: #192734; 
  border-radius: 3px;
  list-style: none; 
  z-index: 20;
   transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    visibility 0.3s ease;
    transition-delay: 0s;
}
.menu-item-dropdown:hover .dropdown__menu{
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.dropdown__menu li{
padding: 0;
}
.dropdown__link{
  display: block;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 400;
  color: rgba( 255, 255, 255, 0.85 ) ;
  text-decoration: none;
  transition: background-color 0.2s ease, color  0.2s ease;
  white-space: nowrap; 
}

.dropdown__link:hover{
  background-color: #f10058;
  color: #ffffff;
}
.menu__link:hover {
  color: #f10058;
}

/* Hamburger icon */
.menu__icon {
  display: none; /* hidden on desktop */
  font-size: 26px;
  color: white !important;
  cursor: pointer;
  z-index: 60;
}

.menu__icon .fa-xmark {
  display: none;
}

/* Checkbox toggle */
.menu-toggle {
  display: none;
}



.dropdown__menu li{
  margin-bottom: 0px !important;
}
/* Mobile styles */
@media (max-width: 991px) {
    .header__button {
    display: none;
  }
 
  .menu__icon {
    display: block !important;
  }

  .menu__body {
    align-items: center !important;
    text-align: center !important;
    padding-left: 0 !important;
  }

  .menu__list {
    width: 100% !important;
    padding-left: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 1rem;
  }

  .menu-item-dropdown {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    position: relative !important;
  }

  .dropdown__menu {
    position: static !important;
    display: none !important; 
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    width: 70% !important;
    max-width: 240px !important;    
    margin: 0.5rem auto !important;
    padding: 8px 0 !important;
    background: #192734 !important;
    border-radius: 8px !important;

    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(-5px);
    transition: all 0.3s ease !important;
    z-index: 9999 !important;
  }

  .menu-item-dropdown.active .dropdown__menu {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important; 
    transform: translateY(0) !important;
  }

  .dropdown__menu li {
    width: 100% !important;
    text-align: center !important;
    list-style: none !important;
  }

  .dropdown__link {
    display: block !important;
    width: 100% !important;
    padding: 10px 0 !important;
    text-align: center !important;
    font-size: 16px !important;
    color: rgba(255,255,255,0.95) !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
  }

  .dropdown__link:hover {
    background-color: #f10058 !important;
    color: #fff !important;
  }
  .menu-toggle:checked ~ .header__menu .menu__body {
    right: 0;
  }

  .menu-toggle:checked + .menu__icon .fa-bars {
    display: none;
  }
  .menu-toggle:checked + .menu__icon .fa-xmark {
    display: inline;
  }
  .menu__link {
   
    color: white;
  }
}
/* --- iPad Pro (1024px - 1366px) --- */
@media (max-width: 1366px) {
  /* Hide the "To Order" button */
  .header__button {
    display: none;
  }

  /* Show hamburger icon on the right */
  .menu__icon {
    display: block;
    margin-left: auto; /* push to the right */
    order: 2; /* ensures hamburger is after logo/menu */
  }

  /* Mobile menu slides in from the right */
  .menu__body {
    position: fixed;
    top: 0;
    right: -100%; /* hidden by default */
    width: 70%;
    height: 110vh;
     display: flex;
        flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 120px;
    transition: right 0.4s ease;
    z-index: 40;
  }

  @media (min-width: 992px) {

  .menu__icon {
    display: none !important;
  }

  .menu-toggle {
    display: none !important;
  }

  .header__menu {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    height: auto !important;
    background: none !important;
  }

  .menu__body {
    position: static !important;
    right: auto !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    display: block !important;
    transform: none !important;
  }

  .menu__list {
    flex-direction: row !important;
    gap: 40px !important;
  }

  .header__button {
    display: inline-flex !important;
  }
}

  /* Checkbox toggles menu visibility */
  .menu-toggle:checked ~ .header__menu .menu__body {
    right: 0;
  }

  /* Toggle hamburger/X icons */
  .menu-toggle:checked + .menu__icon .fa-bars {
    display: none;
  }
  .menu-toggle:checked + .menu__icon .fa-xmark {
    display: inline;
  }

  /* Vertical stack for menu links */
  .menu__list {
    flex-direction: column;
    gap: 2rem;
  }

  .menu__link {
  
    color: white;
  }
}


.header_lp {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000; 
  background-color: black;
}

.menu__icon {
  display: block;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 1002;
  position: relative;
  color: var(--foreground);
}

.menu__icon .fa-xmark { display: none; }
.menu-toggle:checked ~ .menu__icon .fa-bars { display: none; }
.menu-toggle:checked ~ .menu__icon .fa-xmark { display: block; }

.menu-toggle {
  display: none;
}


.header__logo {
  position: relative;
  z-index: 1002;
}

.menu__icon {
  display: none;
}

.menu-toggle {
  display: none;
}

@media (min-width: 992px) {
  .header__menu.menu {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: static;
    height: auto;
    background: transparent;
  }

  .menu__list {
    display: flex;
    gap: 30px; 
    list-style: none;
  }
}

@media (max-width: 991px) {
  .menu__body {
      background-color: #111111;
    }
  .menu__icon {
    display: flex; 
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  
}


@media (max-width: 991px) {

  .header__menu {
    position: static;
  }

  .menu__body {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 320px;
    height: 100vh;
       padding: 90px 20px 20px;
    transition: right 0.3s ease;
    z-index: 1000;
    overflow-y: auto;
  }

  .menu-toggle:checked ~ .header__menu .menu__body {
    right: 0;
  }

  .menu__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }

  .menu__link {
    font-size: 18px;
    color: white;
  }

  .header__button {
    display: none;
  }

  .menu__icon {
    display: block;
  }
}

/* ===== DROPDOWN MENU STYLES ===== */

.menu-item-dropdown { 
  position: relative;
}

.menu-item-dropdown .dropdown {
  position: absolute;
  left: -20%;
  margin-top: 5px;
  background-color: #192734;
  border-radius: 3px;
  min-width: 160px;
  z-index: 9999;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease,
    transform 0.3s ease;
  transition-delay: 0s;
}

.menu-item-dropdown:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0s; 
}

.menu-item-dropdown .dropdown__link {
  display: block;
  padding: 10px 18px;
  color: rgba(255,255,255,0.95);
  font-size: 16px;
  text-decoration: none;
}

.menu-item-dropdown .dropdown__link:hover {
  background-color: #f10058;
  color: rgba(255,255,255,0.95);
}

.header__menu, .menu__list { 
  overflow: visible; 
}

.menu-item-dropdown:hover > .menu__link { 
  color: rgba(255,255,255,0.95);
}

.menu-item-dropdown .dropdown--open { 
  display: block; 
}

/* ===== FOOTER DROPDOWN SPECIFIC STYLES ===== */

footer .dropdown li{
  padding: 8px;
  margin-bottom: 0px !important;
}

@media (min-width: 550px) {
.footer__menu .menu-item-dropdown{
  align-items: flex-start !important;
}
}
/* Mobile dropdown styles */
@media (max-width:992px) {

.menu__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0;
  padding: 0;
}

.menu-item-dropdown {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.menu-item-dropdown .dropdown {
  position: static;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #192734;
  border-radius: 8px;
  width: 70%;         
  max-width: 230px;
  margin: 0.4rem auto 0 auto;
  padding: 6px 0;          
  opacity: 0;
  visibility: hidden;
  transform: translate(-5px);
  transition: all 0.3s ease;
  z-index: 9999;
}

.menu-item-dropdown.active .dropdown {
  display: flex;
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.dropdown__link {
  display: block;
  width: 100%;
  padding: 8px 0;   
  text-align: center;
  color: rgba(255,255,255,0.95);
  text-decoration: none;
  font-size: 16px;
  transition: background-color 0.2s ease;
}

.dropdown__link:hover {
  background-color: #f10058;
  color: #fff;
}
}

@media (max-width: 550px) {
  .footer__social {
  display: none;
}
footer .dropdown li{
  padding: 0px;
  margin-bottom: 0px !important;
  
}
footer .footer__list li{
 text-align: center;
  margin: 0px !important;
}
    .footer__button{
    display: none;
  }
  .footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
.footer__link {
    font-size: 12px;
  }
  .footer__logo {
    margin: 0px 0px 22px 0px;
  }

  .footer__menu {
    margin: 0px 0px 25px 0px;
    width: 100%;
    
  }
    .menu-item-dropdown {
        width: 100% !important;
              
    }
  .footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .footer__list li:not(:last-child) {
    margin: 0px 19px 0px 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1150px){
.menu__link {
  font-size: 15px;
}
.menu__list {
  gap: 20px !important;
}
.menu-item-dropdown {
  width: auto;
}
}

