

/* Start:/local/components/itg/portfolio/templates/.default/style.css?169468533220856*/
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: 'Montserrat';
  src: url(/local/components/itg/portfolio/templates/.default/fonts/Montserrat-Regular.ttf);
  font-weight: 400;
}

@font-face {
  font-family: 'Montserrat';
  src: url(/local/components/itg/portfolio/templates/.default/fonts/Montserrat-Medium.ttf);
  font-weight: 500;
}

@font-face {
  font-family: 'Montserrat';
  src: url(/local/components/itg/portfolio/templates/.default/fonts/Montserrat-SemiBold.ttf);
  font-weight: 600;
}

@font-face {
  font-family: 'Montserrat';
  src: url(/local/components/itg/portfolio/templates/.default/fonts/Montserrat-Bold.ttf);
  font-weight: 700;
}

@font-face {
  font-family: 'Montserrat';
  src: url(/local/components/itg/portfolio/templates/.default/fonts/Montserrat-Black.ttf);
  font-weight: 900;
}

body {
  width: 100%;
  background-image: url(/local/components/itg/portfolio/templates/.default/img/NewBG.png);
  background-color: #fff;
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment:fixed;
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1160px;
  padding: 0;
}

.page-header {
  padding: 90px 0;
}

@media screen and (max-width: 1160px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.container__flex {
  display: flex;
}

/* ----------- colors ------------  */
.text-gradient-dark {
  background: linear-gradient(257.71deg, #C88658 0%, #A06040 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.text-gradient-light {
  background: linear-gradient(257.71deg, #F0AC70 0%, #C88658 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.bg-gradient-dark {
  background: linear-gradient(257.71deg, #C88658 0%, #A06040 100%);
}

.bg-gradient-light {
  background: linear-gradient(257.71deg, #F0AC70 0%, #C88658 100%);
}
/* ----------- //colors ------------  */
/* ----------- title --------------- */
.head-title {
  text-align: center;
  font-family: 'Montserrat';
  font-weight: 900;
  font-size: 72px;
  line-height: 87px;
  background-image: linear-gradient(266.28deg, #202020 30%, #606060 70%);
  
  color: #202020;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-title {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #C88658;
}

@media screen and (max-width: 390px) {
  .main-title {
    font-size: 18px;
  }
}
/* ----------- //title ------------ */
/* ----------- button -------------- */
.btn-center {
  padding: 50px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.projects-btn {
  cursor: pointer;
  display: inline-flex;
  height: 30px;
  padding: 0px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 10px;
  color: #fff;
  background: #151515;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 700;
  transition: 0.4s;
}
.projects-btn:hover {
  background-color: #fff;
  color: #000;
}
/* ----------- /button ------------- */
/* --------- filter card ----------- */
.filter-item {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px;
  background: #FFFFFF;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
}

.filter-item__text {
  display: flex;
  align-items: center;
  font-family: 'Montserrat';
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: #808080;
}

@media screen and (max-width: 420px) {
  .filter-item__text {
    font-size: 14px;
  }
}

.filter-item__name {
  color: #404040;
  margin-right: 5px;
  font-weight: 500;
}

.filter-item__count {
  color: #D0D0D0;
  font-weight: 500;
}

.filter-item__close {
  position: absolute;
  right: 5px;
  top: 5px;
  line-height: 10px;
}

.filter-item.active {
  background: linear-gradient(257.71deg, #C88658 0%, #A06040 100%);
}

.services .filter-item.active {
  background: linear-gradient(257.71deg, #C88658 0%, #A06040 100%);
}

.activities .filter-item.active {
  background: linear-gradient(257.71deg, #F0AC70 0%, #C88658 100%);
}

.filter-item.active .filter-item__name {
  color: #FFFFFF;
  font-weight: 600;
}

.filter-item.active .filter-item__count {
  color: #FFD5AF;
}

/* --------- //filter card --------- */
/* --------- switcher -------------- */
.switcher {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-start;
  gap: 5px;
}

/* .switcher__input {
  height: 0;
  width: 0;
  visibility: hidden;
} */
.switcher__input {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 6;
}

/* .switcher__label {
  position: relative;
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  width: 64px;
  height: 32px;
  border-radius: 32px;
  background: linear-gradient(225deg, #B6B6B6 0%, #F8F8F8 100%);
} */

.switcher__label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 4px;
  width: 64px;
  height: 32px;
  border-radius: 32px;
  background-color: #D0D0D0;
  overflow: hidden;
  box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.05);
}

/* .switcher__label::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 24px;
  height: 24px;
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
  border-radius: 50%;
  transition: .3s ease-in;
} */
.switcher__label::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  bottom: 4px;
  right: 55.5%;
  background-color: #fff;
  border-radius: 32px;
  z-index: 1;
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: left, right;
  transition-delay: 0s, .08s;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.10));
}

.switcher__input:checked+.switcher__label {
  background: linear-gradient(225deg, #A06040 0%, #F0AC70 100%);
  transition: 0.25s ease-in-out;
}

/* .switcher__input:checked + .switcher__label::after {
  left: calc(100% - 4px);
  transform: translateX(-100%);
} */

 .switcher__input:checked+.switcher__label::after {
  right: 4px;
  left: 55.5%;
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: left, right;
  transition-delay: .08s, 0s;
}

.switcher__text {
  color: #D0D0D0;
  font-size: 16px;
  font-family: 'Montserrat';
  font-weight: 700;
  transition: .4s;
}

.switcher__input:checked~.switcher__text {
  color: #404040;
}
/*
.switcher__label:active::after {
  width: 60px;
  border-radius: 32px;
}

 */

/* .switcher {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-start;
  gap: 5px;
}

.switcher__wrapper {
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
  position: relative;
  width: 80px;
  height: 35px;
  border-radius: 100px;
  background-color: #D0D0D0;
  overflow: hidden;
  box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.05);
}

.switcher__input {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 6;
}

.switcher__input:checked ~ .switcher__label {
  right: 2px;
  left: 57.5%;
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: left, right;
  transition-delay: .08s, 0s;
}

.switcher__label {
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  right: 57.5%;
  background-color: #fff;
  border-radius: 36px;
  z-index: 1;
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: left, right;
  transition-delay: 0s, .08s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.switcher__text {
  color: #D0D0D0;
  font-size: 16px;
  font-family: 'Montserrat';
  font-weight: 700;
  transition: .4s;
}

.switcher__input:checked ~ .switcher__text {
  color: #404040;
} */

/* --------- //switcher ------------ */
/* ------ projects filter ------- */
    .projects-filter {
      width: 100%;
      padding: 20px;
      background: #FFFFFF;
      box-shadow: 0px 32px 96px -32px rgba(0, 0, 0, 0.15);
      border-radius: 20px;
      display: flex;
      align-items: flex-start;
    }

    .projects-filter__box {
      width: 50%;
    }

    .projects-filter__box:first-of-type {
      margin-right: 20px;
      margin-bottom: 0;
    }

    .projects-filter__title {
      margin-bottom: 10px;
      text-align: left;
    }

    @media screen and (max-width: 868px) {
      .projects-filter__title {
        text-align: center;
      }
    }

    .projects-filter__box-list {
      background: #F4F4F4;
      border-radius: 10px;
      padding: 10px;
      display: flex;
      gap: 5px;
      flex-wrap: wrap;
    }

    .projects-filter__item {
      flex-grow: 1;
    }

    @media screen and (max-width: 992px) {
      .projects-filter__box:first-of-type {
        margin-right: 10px;
      }
    }

    @media screen and (max-width: 650px) {
      .projects-filter {
        flex-direction: column;
      }

      .projects-filter__box {
        width: 100%;
      }

      .projects-filter__box:first-of-type {
        margin-right: 0;
        margin-bottom: 20px;
      }
    }
    /* ------ //projects filter ------- */
    /* ----- projects head --------- */
    .projects-wrapper {
      width: 100%;
      margin-top: 62px;
    }

    .projects-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 50px;
    }

    @media screen and (max-width: 900px) {
      .projects-head {
        flex-direction: column;
        align-items: flex-start;
      }
    }

    @media screen and (max-width: 868px) {
      .projects-head {
        justify-content: center;
        align-items: center;
      }
    }
    /* ----- //projects head --------- */
    /* ----- project card ---- */
    .project-card {
      display: flex;
      padding: 20px 10px 10px 10px;
      flex-direction: column;
      align-items: flex-start;
      border-radius: 20px;
      box-shadow: 0px 24px 32px -24px rgba(0, 0, 0, 0.25);
      background-color: #fff;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
    }

    .project-card .project-card__cases-item:not(:last-child) {
      margin-bottom: 10px;
    }

    .project-card__head {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-left: 10px;
      padding-right: 10px;
      padding-bottom: 15px;
    }

    .project-card__head-block {
      display: flex;
      align-items: flex-end;
      justify-content: center;
      flex-direction: column;
      max-width: 50%;
      height: 70px;
      overflow: hidden;
      color: #fff;
      font-size: 14px;
      font-family: 'Montserrat';
      font-weight: 900;
    }

    .project-card__head-block--right {
      justify-self: right;
      text-align: right;
    }

    .project-card__head-block--left {
      justify-self: left;
    }

    .project-card__head-block img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    .project-card__head-block span {
      color: #fff;
      font-size: 10px;
      font-family: 'Montserrat';
      font-weight: 500;
    }

    .project-card__description {
      border-radius: 20px;
      padding: 10px;
      display: flex;
      justify-content: flex-start;
      flex-direction: column;
      gap: 10px;

      background: linear-gradient(0deg, rgb(255, 255, 255, 0.3) 0%, rgb(255, 255, 255, 0.4) 100%), rgba(255, 255, 255, 0.2);
      background-blend-mode: screen, soft-light;
      backdrop-filter: blur(8px);
    }

    .project-card__description p {
      color: #000;
      font-size: 14px;
      font-family: 'Montserrat';
      font-weight: 500;
    }

    .project-card__link {
      color: #000;
      font-size: 12px;
      font-family: 'Montserrat';
      font-weight: 700;
      display: flex;
      align-items: center;
      gap: 5px;
      text-decoration: none;
    }

    .project-card__link img {
      width: 16px;
      height: 16px;
      object-fit: contain;
    }

    .project-card__cases-list {
      width: 100%;
      padding-top: 20px;
    }

    .project-card__cases-item .project-card__cases-item-tag {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 30px;
      height: 12px;
      margin-right: 5px;
      color: #030303;
      font-size: 8px;
      font-family: 'Montserrat';
      font-weight: 900;
      text-transform: uppercase;
      background-color: #fff;
      border-radius: 2px;
    }

    .project-card__cases-item .project-card__cases-item-tag--black {
      color: #fff;
      background-color: #030303;
    }

    .project-card__cases-item .project-card__cases-item-name a {
      display: inline;
      width: 100%;
      color: #000;
      font-size: 12px;
      line-height: 16px;
      font-family: 'Montserrat';
      font-weight: 700;
      text-decoration: none;
      border-style: solid;
      border-width: 0px 0px 4px;
      color: #FFF;
      -moz-border-image: url(/local/components/itg/portfolio/templates/.default/img/lne-dashes-light.svg) 0 0 286 round;
      -webkit-border-image: url(/local/components/itg/portfolio/templates/.default/img/lne-dashes-light.svg) 0 0 286 round;
      -o-border-image: url(/local/components/itg/portfolio/templates/.default/img/lne-dashes-light.svg) 0 0 286 round;
      border-image: url(/local/components/itg/portfolio/templates/.default/img/lne-dashes-light.svg) 0 0 286 round;
    }

    .project-card__tags-list {
      width: 100%;
      display: flex;
      gap: 5px;
      flex-wrap: wrap;
      padding-top: 50px;
    }

    .project-card__tags-item {
      flex-grow: 1;
      display: flex;
      padding: 5px 10px;
      justify-content: center;
      align-items: center;
      gap: 10px;
      flex: 1 0 0;
      border-radius: 15px;
      background: #B0B0B0;
      color: #FFF;
      font-size: 10px;
      font-family: 'Montserrat';
      font-weight: 600;
      white-space: nowrap;
      background: #FFF;
      color: #000;
      transition: .4s ease-in;
      opacity: 1;
      cursor: pointer;
    }
    .project-card__tags-item:hover {
      opacity: 0.8;
    }

    /* ----- basic card -------- */

    .project-card--basic .project-card__cases-item .project-card__cases-item-name {
      color: #000;
      -moz-border-image: url(/local/components/itg/portfolio/templates/.default/img/lne-dashes.svg) 0 0 286 round;
      -webkit-border-image: url(/local/components/itg/portfolio/templates/.default/img/lne-dashes.svg) 0 0 286 round;
      -o-border-image: url(/local/components/itg/portfolio/templates/.default/img/lne-dashes.svg) 0 0 286 round;
      border-image: url(/local/components/itg/portfolio/templates/.default/img/lne-dashes.svg) 0 0 286 round;
    }

    .project-card__tags-list--basic .project-card__tags-item {
      background: #000;
      color: #fff;
    }

    .project-card--basic .project-card__head-block,
    .project-card--basic .project-card__head-block span {
      color: #000;
    }
    .project-card--basic .project-card__tags-item {
      background-color: #B0B0B0;
      color: #fff;
    }
    /* ----- //project card ------ */
    /* ----- projects-grid ------- */
    .projects-grid__item {
      width: 275px;
      margin-bottom: 20px;
      /* opacity: 0; */
      transition: opacity 0.3s;
    }
    @media screen and (max-width: 868px) {
      .projects-grid {
        width: 275px;
        margin: 0 auto;
      }
      .projects-grid__item {
        width: 275px;
      }
    }

    .projects-grid-gutter {
      width: 20%;
    }
    .gutter-sizer { width: 4%; }
    /* ----- //projects-grid ------- */
    /* ----- project card ---- */
    .project-card {
      display: flex;
      width: 275px;
      padding: 20px 10px 10px 10px;
      flex-direction: column;
      align-items: flex-start;
      border-radius: 20px;
      box-shadow: 0px 24px 32px -24px rgba(0, 0, 0, 0.25);
      background-color: #fff;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
    }

    .project-card__text-medium {
      font-size: 16px;
    }
    .project-card__text-large {
      font-size: 24px;
    }

    .project-card .project-card__cases-item:not(:last-child) {
      margin-bottom: 10px;
    }

    .project-card__head {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-left: 10px;
      padding-right: 10px;
      padding-bottom: 15px;
    }

    .project-card__head-block {
      display: flex;
      align-items: flex-end;
      justify-content: center;
      flex-direction: column;
      max-width: 50%;
      height: 70px;
      overflow: hidden;
      color: #fff;
      font-size: 14px;
      font-family: 'Montserrat';
      font-weight: 900;
    }

    .project-card__head-block--right {
      justify-self: right;
    }

    .project-card__head-block--left {
      justify-self: left;
    }

    .project-card__head-block img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    .project-card__head-block span {
      color: #fff;
      font-size: 10px;
      font-family: 'Montserrat';
      font-weight: 500;
    }

    .project-card__description {
      border-radius: 20px;
      padding: 10px;
      display: flex;
      justify-content: flex-start;
      flex-direction: column;
      gap: 10px;

      background: linear-gradient(0deg, rgb(255, 255, 255, 0.3) 0%, rgb(255, 255, 255, 0.4) 100%), rgba(255, 255, 255, 0.2);
      background-blend-mode: screen, soft-light;
      backdrop-filter: blur(8px);
    }

    .project-card__link {
      color: #000;
      font-size: 12px;
      font-family: 'Montserrat';
      font-weight: 700;
      display: flex;
      align-items: center;
      gap: 5px;
      text-decoration: none;
    }

    .project-card__link img {
      width: 16px;
      height: 16px;
      object-fit: contain;
    }

    .project-card__cases-list {
      width: 100%;
      padding-top: 20px;
    }

    .project-card__cases-item .project-card__cases-item-tag {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 30px;
      height: 12px;
      margin-right: 5px;
      color: #030303;
      font-size: 8px;
      font-family: 'Montserrat';
      font-weight: 900;
      text-transform: uppercase;
      background-color: #fff;
      border-radius: 2px;
    }

    .project-card__cases-item .project-card__cases-item-tag--black {
      color: #fff;
      background-color: #030303;
    }

    .project-card__cases-item .project-card__cases-item-name {
      display: inline;
      width: 100%;
      color: #000;
      font-size: 12px;
      line-height: 16px;
      font-family: 'Montserrat';
      font-weight: 700;
      text-decoration: none;
      border-style: solid;
      border-width: 0px 0px 4px;
      color: #FFF;
      -moz-border-image: url(/local/components/itg/portfolio/templates/.default/img/lne-dashes-light.svg) 0 0 286 round;
      -webkit-border-image: url(/local/components/itg/portfolio/templates/.default/img/lne-dashes-light.svg) 0 0 286 round;
      -o-border-image: url(/local/components/itg/portfolio/templates/.default/img/lne-dashes-light.svg) 0 0 286 round;
      border-image: url(/local/components/itg/portfolio/templates/.default/img/lne-dashes-light.svg) 0 0 286 round;
    }

    .project-card__tags-list {
      display: flex;
      gap: 5px;
      flex-wrap: wrap;
      padding-top: 50px;
    }

    .project-card__tags-item {
      flex-grow: 1;
      display: flex;
      padding: 5px 10px;
      justify-content: center;
      align-items: center;
      gap: 10px;
      flex: 1 0 0;
      border-radius: 15px;
      background: #B0B0B0;
      color: #FFF;
      font-size: 10px;
      font-family: 'Montserrat';
      font-weight: 600;
      white-space: nowrap;
      background: #FFF;
      color: #000;
    }

    /* ----- basic card -------- */

    .project-card--basic .project-card__cases-item .project-card__cases-item-name {
      color: #000;
      -moz-border-image: url(/local/components/itg/portfolio/templates/.default/img/lne-dashes.svg) 0 0 286 round;
      -webkit-border-image: url(/local/components/itg/portfolio/templates/.default/img/lne-dashes.svg) 0 0 286 round;
      -o-border-image: url(/local/components/itg/portfolio/templates/.default/img/lne-dashes.svg) 0 0 286 round;
      border-image: url(/local/components/itg/portfolio/templates/.default/img/lne-dashes.svg) 0 0 286 round;
    }

    .project-card__tags-list--basic .project-card__tags-item {
      background: #000;
      color: #fff;
    }

    .project-card--basic .project-card__head-block,
    .project-card--basic .project-card__head-block span {
      color: #000;
    }

    .project-card--basic .project-card__cases-item-tag {
      background-color: #000;
      color: #fff;
    }
    /* ----- //basic card -------- */
    /* ----- // project card ------ */
    /* ----- fade-in animation ------*/
    .fade-in {
      opacity: 0;
      transform: translateY(20px);
      transition:0.3s ease-out;
    }
    
    .fade-in.active {
      animation-name: fade-in;
      animation-duration: 0.5s;
      animation-timing-function: ease-in;
      animation-fill-mode: forwards;
      opacity: 1;
      transform: translateY(0);

    }

    @keyframes fade-in {
      0% {
        opacity: 0;
        transform: translateY(20px);
      }
      50% {
        opacity: 1;
      }
      70% {
        transform: translateY(0);
      }
      
    }
    /* ----- //fade-in animation ------*/
/* End */
/* /local/components/itg/portfolio/templates/.default/style.css?169468533220856 */
