

/* Start:/bitrix/templates/.default/components/bitrix/catalog.section/portfolio/style.css?17757165537788*/

/* === section-title scss (Home 01) === */
.section-title__wrapper {
  gap: 30px;
  display: grid;
  grid-template-columns: 430px 810px 1fr;
}
@media only screen and (max-width: 1919px) {
  .section-title__wrapper {
    grid-template-columns: 400px 650px 1fr;
  }
}
@media only screen and (max-width: 1399px) {
  .section-title__wrapper {
    grid-template-columns: 300px 500px 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .section-title__wrapper {
    grid-template-columns: 130px 460px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .section-title__wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .section-title__wrapper {
    gap: 20px;
  }
}
.section-title__wrapper .section-sub-title {
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  line-height: 20px;
  margin-left: 50px;
  position: relative;
  letter-spacing: -0.48px;
}
.section-title__wrapper .section-sub-title::before {
  left: 0;
  top: 50%;
  width: 40px;
  content: "";
  height: 1px;
  position: absolute;
  background: var(--primary);
  transform: translate(-50px, 0px);
}
.section-title__wrapper .section-title {
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: -2.5px;
}
@media only screen and (max-width: 991px) {
  .section-title__wrapper .section-title {
    margin-top: 0;
    letter-spacing: 0;
  }
  .section-title__wrapper .section-title br {
    display: none;
  }
}
@media (max-width: 575px) {
  .section-title__wrapper .section-title {
    font-size: 30px;
    line-height: 40px;
  }
}
.section-title__wrapper .section-title span {
  font-family: var(--font_tartuffotrial);
}
.section-title__wrapper .desc {
  margin-top: 10px;
}
@media only screen and (max-width: 991px) {
  .section-title__wrapper .desc {
    margin-top: 0;
  }
}

@media only screen and (max-width: 991px) {
  .section-subtitle__wrap.overview {
    margin-top: 0;
    padding-left: 10px;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 767px) {
  .section-subtitle__wrap.overview {
    margin-top: 20px;
  }
}
.section-subtitle__wrap .subtitle {
  font-size: 16px;
  font-weight: 450;
  line-height: 20px;
  color: var(--primary);
  font-family: var(--font_suisse-int);
}
.section-subtitle__wrap .white {
  color: var(--white);
}

.section-title__wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .section-title__wrap {
    flex-wrap: wrap;
  }
}
.section-title__wrap.project {
  padding: 105px 0 80px;
}
@media (max-width: 575px) {
  .section-title__wrap.project {
    padding: 40px 0;
  }
}
.section-title__wrap.work {
  display: block;
  text-align: center;
}
.section-title__wrap .mission-title {
  display: block;
  text-align: center;
  padding-bottom: 131px;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .section-title__wrap .mission-title {
    padding-bottom: 60px;
  }
}
.section-title__wrap .section-title {
  font-weight: 300;
  font-size: 150px;
  line-height: 145px;
  color: var(--black);
  text-transform: uppercase;
  font-family: var(--font_tartuffotrial);
}
.section-title__wrap .section-title span {
  display: block;
  text-align: right;
  margin-top: -15px;
  padding-left: 530px;
}
@media only screen and (max-width: 1399px) {
  .section-title__wrap .section-title span {
    padding-left: 264px;
  }
}
@media only screen and (max-width: 991px) {
  .section-title__wrap .section-title span {
    padding-left: 213px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title__wrap .section-title span {
    padding-left: 152px;
  }
}
@media (max-width: 575px) {
  .section-title__wrap .section-title span {
    padding-left: 0;
    text-align: left;
  }
}
@media only screen and (max-width: 1399px) {
  .section-title__wrap .section-title {
    font-size: 75px;
    line-height: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-title__wrap .section-title {
    font-size: 60px;
    line-height: 88px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title__wrap .section-title {
    font-size: 43px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .section-title__wrap .section-title {
    font-size: 30px;
    line-height: 50px;
  }
}
.section-title__wrap .number-text {
  font-weight: 300;
  font-size: 150px;
  line-height: 24px;
  padding-top: 55px;
  color: var(--black);
  letter-spacing: -0.03em;
  font-family: var(--font_tartuffotrial);
}
@media only screen and (max-width: 1919px) {
  .section-title__wrap .number-text {
    font-size: 108px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-title__wrap .number-text {
    font-size: 75px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-title__wrap .number-text {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title__wrap .number-text {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .section-title__wrap .number-text {
    font-size: 35px;
  }
}


/* === projects (Home 01) === */
.projects__wrapper {
  padding-top: 122px;
}
@media only screen and (max-width: 1399px) {
  .projects__wrapper {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .projects__wrapper {
    padding-top: 60px;
  }
}
.projects__wrapper.has--portfolio {
  padding-top: 0;
}

.projects__item {
  display: grid;
  grid-template-columns: 425px 1fr;
}
@media only screen and (max-width: 991px) {
  .projects__item {
    grid-template-columns: 300px 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .projects__item {
    grid-template-columns: 1fr;
  }
}
.projects__item:not(:last-child) {
  margin-bottom: 40px;
}
.projects__item .projects__content {
  display: flex;
  overflow: hidden;
  padding-top: 16px;
  margin-right: 40px;
  flex-direction: column;
  border-top: 1px solid var(--border);
}
.projects__item .projects__content .text .sub-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 4px 12px;
  margin-bottom: 12px;
  border-radius: 500px;
  display: inline-block;
  letter-spacing: -0.42px;
  border: 1px solid #DADADA;
}
.portfolio-details__info-item:not(:last-child) {
    margin-bottom: 12px;
}
.portfolio-details__info span {
    font-size: 16px;
    display: inline;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 2px;
    letter-spacing: -0.48px;
    color: #999;
}
.portfolio-details__info .title {
    font-size: 16px !important;
    font-weight: 500;
    line-height: 20px !important;
    color: var(--primary) !important;
    letter-spacing: 0.5px;
}



@media only screen and (max-width: 767px) {
  .projects__item .projects__content .text .sub-title {
    margin-bottom: 10px;
  }
}
.projects__item .projects__content .text .title {
	font-size: 24px;
	font-weight: 500;
	line-height: 26px;
}
.projects__item .projects__content .text .title a:hover {
  color: var(--secondary);
}
.projects__item .projects__content .projects__info {
  gap: 30px;
  display: flex;
  margin-top: auto;
}
@media only screen and (max-width: 767px) {
  .projects__item .projects__content .projects__info {
    margin-top: 30px;
  }
}
.projects__item .projects__content .projects__info .projects__box .sub-title {
  color: #999;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 4px;
  letter-spacing: -0.48px;
}
.projects__item .projects__content .projects__info .projects__box .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--black);
  letter-spacing: -0.48px;
}
.projects__item .projects__media {
  padding-left: 40px;
  border-left: 1px solid var(--border);
}
@media only screen and (max-width: 767px) {
  .projects__item .projects__media {
    padding-left: 0;
    border-left: none;
    margin-top: 30px;
  }
}
/* End */
/* /bitrix/templates/.default/components/bitrix/catalog.section/portfolio/style.css?17757165537788 */
