.main {
  width: 100%;
  height: 100%;
}
.main > .title {
  font-size: 40px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: 2px;
  color: #141414;
  margin-top: 64px;
  margin-right: 0px;
  margin-bottom: 36px;
  margin-left: 0px;
  text-align: left;
}
.main > .title:first-child {
  margin-top: 28px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  text-align: center;
}
.main .underText {
  font-family: "IBM Plex Mono";
  color: #737373;
  margin-top: 48px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  text-align: center;
}
.main .infoBlocksContainer {
  display: flex;
  margin-top: 16px;
  height: 524px;
  width: 100%;
}
.main .infoBlocksContainer .outerDevelopment {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-right: 32px;
  width: 620px;
  min-width: 620px;
  height: 100%;
  background-image: url(../../public/images/greenTextureBackground.webp);
  background-color: #018F4E;
  background-size: cover;
  border-radius: 16px;
  overflow: hidden;
  padding: 24px;
}
.main .infoBlocksContainer .outerDevelopment .itIcon {
  height: 50px;
  width: 220px;
}
.main .infoBlocksContainer .outerDevelopment .bubble {
  position: absolute;
  top: -180px;
  right: -165px;
  transform: scaleX(-1) rotate(285.67deg);
  opacity: 0.65;
  width: 548px;
  height: 548px;
}
.main .infoBlocksContainer .outerDevelopment .infoBlockDev {
  margin-top: auto;
}
.main .infoBlocksContainer .outerDevelopment .infoBlockDev h6 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #fff;
}
.main .infoBlocksContainer .outerDevelopment .infoBlockDev p {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}
.main .infoBlocksContainer .outerDevelopment .infoBlockDev div {
  display: flex;
  margin-top: 20px;
}
.main .infoBlocksContainer .outerDevelopment .infoBlockDev button {
  height: 60px;
  border: none;
  border-radius: 8px;
  background-color: #fff;
  color: #000;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
.main .infoBlocksContainer .outerDevelopment .infoBlockDev button:hover {
  transform: scale(1.05);
}
.main .infoBlocksContainer .outerDevelopment .infoBlockDev button:first-child {
  width: 285px;
  padding: 16px 32px;
  margin-right: 8px;
  font-size: 18px;
  font-weight: 500;
}
.main .infoBlocksContainer .outerDevelopment .infoBlockDev button:last-child {
  width: 60px;
  padding: 16px;
}
.main .infoBlocksContainer .outerDevelopment .infoBlockDev button:last-child .arrow-icon {
  display: inline-block;
  width: 13px;
  height: 13px;
  background-color: #000;
  mask-image: url("../../public/images/grayArrow.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../../public/images/grayArrow.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  transform: rotate(-90deg);
}
.main .infoBlocksContainer .projects {
  position: relative;
  overflow: hidden;
  background-image: url(../../public/images/whiteTexture.webp);
  background-size: cover;
  border-radius: 16px;
  padding: 24px;
  width: 100%;
  height: 100%;
}
.main .infoBlocksContainer .projects::before, .main .infoBlocksContainer .projects::after {
  content: "";
  position: absolute;
  width: 16px;
  aspect-ratio: 1;
  background-image: radial-gradient(circle at 0% 0%, transparent 16px, #fff calc(16px + 1px));
  z-index: 3;
}
.main .infoBlocksContainer .projects::before {
  left: calc(100% - 306px - 16px);
  bottom: 0;
}
.main .infoBlocksContainer .projects::after {
  right: 0;
  bottom: 85px;
}
.main .infoBlocksContainer .projects .texture {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url(../../public/images/greenTextureProjects.webp);
  background-size: cover;
  width: 100%;
  height: 100%;
}
.main .infoBlocksContainer .projects .viewProjectsBlock {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 16px;
  z-index: 1;
  border-radius: 16px;
  background-color: rgba(182, 208, 197, 0.6);
  height: 217px;
  width: 418px;
}
.main .infoBlocksContainer .projects .viewProjectsBlock button .arrow-icon {
  display: inline-block;
  width: 13px;
  height: 13px;
  background-color: #fff;
  mask-image: url("../../public/images/grayArrow.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../../public/images/grayArrow.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  transform: rotate(-90deg);
}
.main .infoBlocksContainer .projects .viewProjectsBlock .projectsMore {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.main .infoBlocksContainer .projects .viewProjectsBlock .projectsMore .projectsList {
  display: flex;
}
.main .infoBlocksContainer .projects .viewProjectsBlock .projectsMore .projectsList .projectsListItem {
  position: relative;
  margin-left: -24px;
  border-radius: 16px;
  border: 1px solid #fff;
  background-size: cover;
  height: 100px;
  width: 90px;
}
.main .infoBlocksContainer .projects .viewProjectsBlock .projectsMore .projectsList .projectsListItem:first-child {
  margin-left: 0;
  margin-top: 18px;
  z-index: 1;
  background-image: url("../../public/images/dobro.webp");
}
.main .infoBlocksContainer .projects .viewProjectsBlock .projectsMore .projectsList .projectsListItem:nth-child(2) {
  margin-top: 12px;
  z-index: 2;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  background-image: url("../../public/images/koto.webp");
  background-position: 0 -122px;
  background-repeat: no-repeat;
}
.main .infoBlocksContainer .projects .viewProjectsBlock .projectsMore .projectsList .projectsListItem:nth-child(3) {
  margin-top: 6px;
  z-index: 3;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  background-image: url("../../public/images/pko.webp");
}
.main .infoBlocksContainer .projects .viewProjectsBlock .projectsMore .projectsList .projectsListItem:nth-child(4) {
  margin-top: 0px;
  z-index: 4;
  background-color: rgba(5, 137, 78, 0.5);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
.main .infoBlocksContainer .projects .viewProjectsBlock .projectsMore .projectsList .projectsListItem:nth-child(4):hover {
  transform: scale(1.05);
}
.main .infoBlocksContainer .projects .viewProjectsBlock .projectsMore .projectsList .projectsListItem:nth-child(4) a {
  height: 100%;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .infoBlocksContainer .projects .viewProjectsBlock .projectsMore button {
  background-color: #018F4E;
  border-radius: 8px;
  border: none;
  width: 36px;
  height: 36px;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
.main .infoBlocksContainer .projects .viewProjectsBlock .projectsMore button:hover {
  transform: scale(1.05);
}
.main .infoBlocksContainer .projects .viewProjectsBlock .projectsMore button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .infoBlocksContainer .projects .viewProjectsBlock button {
  background-color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  height: 51px;
  width: 100%;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
.main .infoBlocksContainer .projects .viewProjectsBlock button:hover {
  transform: scale(1.05);
}
.main .infoBlocksContainer .projects .bottomBlock {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 16px;
  padding-top: 8px;
  font-size: 14px;
  background-color: #fff;
  border-radius: 16px 0 0 0;
  z-index: 2;
  height: 85px;
  width: 306px;
}
.main .infoBlocksContainer .projects .bottomBlock span:first-child {
  font-weight: 500;
}
.main .advantagesBlock {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(14, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.main .advantagesBlock .advantageItem {
  height: 158px;
  padding: 24px;
  border-radius: 16px;
}
.main .advantagesBlock .advantageItem:nth-child(1) {
  grid-column: 1/9;
  grid-row: 1;
  border: 3px solid #018F4E;
}
.main .advantagesBlock .advantageItem:nth-child(1) span {
  display: block;
  color: #000;
}
.main .advantagesBlock .advantageItem:nth-child(1) span:first-child {
  font-size: 24px;
  font-weight: 500;
}
.main .advantagesBlock .advantageItem:nth-child(1) span:not(:first-child) {
  font-weight: 400;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.main .advantagesBlock .advantageItem:nth-child(2) {
  background-color: #B6D7C8;
  grid-column: 9/15;
  grid-row: 1;
}
.main .advantagesBlock .advantageItem:nth-child(2) span {
  display: block;
  color: #000;
}
.main .advantagesBlock .advantageItem:nth-child(2) span:first-child {
  font-size: 24px;
  font-weight: 500;
}
.main .advantagesBlock .advantageItem:nth-child(2) span:not(:first-child) {
  font-weight: 400;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.main .advantagesBlock .advantageItem:nth-child(3) {
  background-color: #B6D7C8;
  grid-column: 1/7;
  grid-row: 2;
}
.main .advantagesBlock .advantageItem:nth-child(3) span {
  display: block;
  color: #000;
}
.main .advantagesBlock .advantageItem:nth-child(3) span:first-child {
  font-size: 24px;
  font-weight: 500;
}
.main .advantagesBlock .advantageItem:nth-child(3) span:not(:first-child) {
  font-weight: 400;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.main .advantagesBlock .advantageItem:nth-child(4) {
  grid-column: 7/15;
  grid-row: 2;
  border: 3px solid #018F4E;
}
.main .advantagesBlock .advantageItem:nth-child(4) span {
  display: block;
  color: #000;
}
.main .advantagesBlock .advantageItem:nth-child(4) span:first-child {
  font-size: 24px;
  font-weight: 500;
}
.main .advantagesBlock .advantageItem:nth-child(4) span:not(:first-child) {
  font-weight: 400;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.main .solutions .solutionsList .solutionsListGrid {
  display: grid;
  grid-template-columns: repeat(22, 1fr);
}
.main .solutions .solutionsList .solutionsListGrid div:first-child {
  grid-column: 1/10;
}
.main .solutions .solutionsList .solutionsListGrid div:last-child {
  grid-column: 10/23;
}
.main .solutions .solutionsList .columnNames {
  padding-bottom: 8px;
  border-top: 0px;
  border-right: 0px;
  border-bottom: 1px solid #737373;
  border-left: 0px;
}
.main .solutions .solutionsList .columnNames div {
  font-size: 12px;
  color: #737373;
}
.main .solutions .solutionsList .listItem {
  padding: 24px 0;
  border-top: 0px;
  border-right: 0px;
  border-bottom: 1px solid #737373;
  border-left: 0px;
}
.main .solutions .solutionsList .listItem div:first-child {
  font-size: 18px;
  font-weight: 600;
}
.main .solutions .solutionsList .listItem div:last-child {
  color: #3C3C3C;
}
.main .solutions .buttonsBlock {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.main .solutions .buttonsBlock button {
  height: 60px;
  border: 1px solid #018F4E;
  border-radius: 8px;
  background-color: transparent;
  color: #018F4E;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
.main .solutions .buttonsBlock button:hover {
  transform: scale(1.05);
}
.main .solutions .buttonsBlock button:first-child {
  width: 260px;
  padding: 16px 32px;
  margin-right: 8px;
  font-size: 18px;
  font-weight: 500;
}
.main .solutions .buttonsBlock button:last-child {
  width: 60px;
  padding: 16px;
}
.main .solutions .buttonsBlock button .arrow-icon {
  display: inline-block;
  width: 13px;
  height: 13px;
  background-color: #018F4E;
  mask-image: url("../../public/images/grayArrow.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../../public/images/grayArrow.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  transform: rotate(-90deg);
}
.main .workProcess .processList {
  display: flex;
  gap: 8px;
  list-style-type: none;
}
.main .workProcess .processList .processListItem {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  border-radius: 16px;
  overflow: hidden;
  color: #fff;
  height: 342px;
  width: 230px;
}
.main .workProcess .processList .processListItem:nth-of-type(odd) {
  background-color: #018F4E;
}
.main .workProcess .processList .processListItem:nth-of-type(even) {
  background-color: #B6D7C8;
  color: #141414;
}
.main .workProcess .processList .processListItem:nth-of-type(even) div:nth-child(2) .arrow-icon {
  display: inline-block;
  width: 13px;
  height: 13px;
  background-color: #000;
  mask-image: url("../../public/images/grayArrow.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../../public/images/grayArrow.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  transform: rotate(-45deg);
}
.main .workProcess .processList .processListItem:nth-of-type(even) div:last-child .textBlock > span:last-child {
  font-size: 14px;
  font-weight: 400;
}
.main .workProcess .processList .processListItem .tape {
  position: absolute;
  opacity: 0.8;
  height: 380px;
  width: 515px;
}
.main .workProcess .processList .processListItem:nth-of-type(1) .tape {
  top: -60px;
  right: -45px;
  transform: rotate(-8deg);
}
.main .workProcess .processList .processListItem:nth-of-type(2) .tape {
  top: -55px;
  left: -115px;
  transform: rotate(14deg);
  height: 370px;
  width: 445px;
}
.main .workProcess .processList .processListItem:nth-of-type(3) .tape {
  top: -48px;
  left: -115px;
  transform: rotate(7deg);
  height: 410px;
}
.main .workProcess .processList .processListItem:nth-of-type(4) .tape {
  top: -25px;
  left: -110px;
  transform: rotate(-16deg);
  height: 340px;
  width: 410px;
}
.main .workProcess .processList .processListItem:nth-of-type(5) .tape {
  top: -3px;
  left: -60px;
  transform: rotate(-156deg) scaleY(-1);
  height: 340px;
  width: 410px;
}
.main .workProcess .processList .processListItem div:nth-child(2) {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.main .workProcess .processList .processListItem div:nth-child(2) span {
  font-size: 48px;
}
.main .workProcess .processList .processListItem div:nth-child(2) .arrow-icon {
  display: inline-block;
  width: 13px;
  height: 13px;
  background-color: #fff;
  mask-image: url("../../public/images/grayArrow.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../../public/images/grayArrow.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  transform: rotate(-45deg);
  margin-top: 8px;
  margin-right: 8px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.main .workProcess .processList .processListItem div:last-child .textBlock {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 95px;
  width: 100%;
}
.main .workProcess .processList .processListItem div:last-child .textBlock span:first-child {
  display: block;
  font-size: 18px;
  line-height: 17px;
}
.main .workProcess .processList .processListItem div:last-child .textBlock span:last-child {
  font-size: 14px;
  font-weight: 300;
}
.main .projectsAndSolutions .filter {
  display: flex;
  gap: 8px;
}
.main .projectsAndSolutions .filter .filterButton {
  padding: 8px 16px;
  background-color: transparent;
  border-radius: 8px;
  font-weight: 500;
  white-space: nowrap;
  gap: 10px;
  height: 60px;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  background-color: transparent;
  color: #3C3C3C;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
.main .projectsAndSolutions .filter .filterButton:hover {
  transform: scale(1.05);
}
.main .projectsAndSolutions .filter .filterButton:hover {
  border-color: #018F4E;
}
.main .projectsAndSolutions .filter .filterButton:nth-of-type(1) {
  width: 202px;
}
.main .projectsAndSolutions .filter .filterButton:nth-of-type(2) {
  width: 56px;
}
.main .projectsAndSolutions .filter .filterButton:nth-of-type(3) {
  width: 203px;
}
.main .projectsAndSolutions .filter .filterButton:nth-of-type(4) {
  width: 228px;
}
.main .projectsAndSolutions .filter .filterButton:nth-of-type(5) {
  width: 266px;
}
.main .projectsAndSolutions .filter .filterButton:nth-of-type(6) {
  width: 185px;
}
.main .projectsAndSolutions .filter .filterButton.filterButtonSelected {
  position: relative;
  padding: 16px;
  overflow: hidden;
  background-color: #018F4E;
  height: 60px;
  border: none;
  border-radius: 8px;
  background-color: none;
  color: #F0F3F7;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
.main .projectsAndSolutions .filter .filterButton.filterButtonSelected:hover {
  transform: scale(1.05);
}
.main .projectsAndSolutions .filter .filterButton.filterButtonSelected .glassFigure {
  width: 155px;
  height: 155px;
  position: absolute;
  right: -57px;
  bottom: 0;
  opacity: 0.5;
}
.main .projectsAndSolutions .content {
  display: flex;
  gap: 8px;
  margin-top: 24px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.main .projectsAndSolutions .content .project {
  position: relative;
  height: 260px;
  padding: 16px;
  border-radius: 16px;
  color: #fff;
  overflow: hidden;
  background-color: #018F4E;
}
.main .projectsAndSolutions .content .project:nth-of-type(2) {
  background: #B6D7C8;
  color: #141414;
}
.main .projectsAndSolutions .content .project:nth-of-type(2) > .glassFigure {
  transform: translate(-60%, -65%) scaleX(-1) rotate(40deg);
}
.main .projectsAndSolutions .content .project:nth-of-type(2) div:nth-of-type(1) .arrow-icon {
  display: inline-block;
  width: 13px;
  height: 13px;
  background-color: #000;
  mask-image: url("../../public/images/grayArrow.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../../public/images/grayArrow.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  transform: rotate(-90deg);
}
.main .projectsAndSolutions .content .project:nth-of-type(2) h2 {
  font-weight: 400;
}
.main .projectsAndSolutions .content .project:nth-of-type(2) div:nth-of-type(2) p {
  font-weight: 400;
}
.main .projectsAndSolutions .content .project > .glassFigure {
  position: absolute;
  width: 530px;
  height: 530px;
  top: 50%;
  left: 50%;
  transform: translate(-47%, -55%);
  opacity: 0.3;
}
.main .projectsAndSolutions .content .project:nth-of-type(3) > .glassFigure {
  transform: translate(-49%, -50%) scaleX(-1);
}
.main .projectsAndSolutions .content .project div:nth-of-type(1) {
  display: flex;
  justify-content: flex-end;
}
.main .projectsAndSolutions .content .project div:nth-of-type(1) .arrow-icon {
  display: inline-block;
  width: 13px;
  height: 13px;
  background-color: #fff;
  mask-image: url("../../public/images/grayArrow.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../../public/images/grayArrow.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  transform: rotate(-90deg);
}
.main .projectsAndSolutions .content .project h2 {
  font-size: 24px;
  font-weight: 300;
  margin-top: 16px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.main .projectsAndSolutions .content .project div:nth-of-type(2) {
  margin-top: 28px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.main .projectsAndSolutions .content .project div:nth-of-type(2) p {
  font-size: 14px;
  font-weight: 300;
}
.main .projectsAndSolutions .content .project div:nth-of-type(2) p:nth-of-type(2) {
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.main .aboutCompany {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 24px;
}
.main .aboutCompany .aboutItem {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px 16px;
  height: 180px;
  border-radius: 16px;
  color: #000;
  background: #B6D7C8;
}
.main .aboutCompany .aboutItem:first-of-type {
  position: relative;
  overflow: hidden;
  grid-column: 1/2;
  background-color: #018F4E;
  color: #fff;
}
.main .aboutCompany .aboutItem:first-of-type p {
  font-weight: 300;
}
.main .aboutCompany .aboutItem:first-of-type > .glassFigure {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-47%, -62%);
  opacity: 0.3;
  width: 410px;
  height: 410px;
}
.main .aboutCompany .aboutItem:nth-of-type(2) {
  grid-column: 2/3;
}
.main .aboutCompany .aboutItem:nth-of-type(3) {
  grid-column: 1/2;
  grid-row: 2;
}
.main .aboutCompany .aboutItem:nth-of-type(4) {
  grid-column: 3/4;
  grid-row: 2;
}
.main .aboutCompany .aboutItem:nth-of-type(5) {
  grid-column: 4/5;
  grid-row: 2;
}
.main .aboutCompany .aboutItem h2 {
  font-size: 40px;
  font-weight: 400;
}
.main .aboutCompany .aboutItem p {
  font-size: 18px;
}
.main .team .photos {
  width: 885px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 24px;
}
.main .team .photos .photoItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  white-space: nowrap;
}
.main .team .photos .photoItem > div {
  border: 1px solid black;
  border-radius: 16px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 8px;
  margin-left: 0px;
  width: 100px;
  height: 100px;
}
.main .team .photos .photoItem:nth-of-type(1), .main .team .photos .photoItem:nth-of-type(2), .main .team .photos .photoItem:nth-of-type(3), .main .team .photos .photoItem:nth-of-type(4), .main .team .photos .photoItem:nth-of-type(5) {
  grid-row: 1;
}
.main .team .photos .photoItem:nth-of-type(1) {
  grid-column: 3/5;
}
.main .team .photos .photoItem:nth-of-type(2) {
  grid-column: 5/7;
}
.main .team .photos .photoItem:nth-of-type(3) {
  grid-column: 7/9;
}
.main .team .photos .photoItem:nth-of-type(4) {
  grid-column: 9/11;
}
.main .team .photos .photoItem:nth-of-type(5) {
  grid-column: 11/13;
}
.main .team .photos .photoItem:nth-of-type(6), .main .team .photos .photoItem:nth-of-type(7), .main .team .photos .photoItem:nth-of-type(8), .main .team .photos .photoItem:nth-of-type(9), .main .team .photos .photoItem:nth-of-type(10) {
  grid-row: 2;
}
.main .team .photos .photoItem:nth-of-type(6) {
  grid-column: 1/3;
}
.main .team .photos .photoItem:nth-of-type(7) {
  grid-column: 3/5;
}
.main .team .photos .photoItem:nth-of-type(8) {
  grid-column: 5/7;
}
.main .team .photos .photoItem:nth-of-type(9) {
  grid-column: 7/9;
}
.main .team .photos .photoItem:nth-of-type(10) {
  grid-column: 9/11;
}
.main .team .buttons {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 24px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.main .team .buttons button {
  width: 285px;
  font-size: 18px;
  font-weight: 400;
}
.main .team .buttons button:nth-of-type(1) {
  height: 60px;
  border: 1px solid #018F4E;
  border-radius: 8px;
  background-color: transparent;
  color: #018F4E;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
.main .team .buttons button:nth-of-type(1):hover {
  transform: scale(1.05);
}
.main .team .buttons button:nth-of-type(2) {
  height: 60px;
  border: 1px solid #018F4E;
  border-radius: 8px;
  background-color: #018F4E;
  color: #fff;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
.main .team .buttons button:nth-of-type(2):hover {
  transform: scale(1.05);
}
.main .team .buttons button:nth-of-type(2):hover {
  background-color: #00703C;
}
.main .form-success img {
  margin: 0 auto;
  width: 124px;
  height: 124px;
}
.main .form-success__title {
  margin: 0;
  font-size: 40px;
  letter-spacing: 2px;
  font-weight: 600;
  text-align: center;
}
.main .form-success__text {
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  color: #737373;
  text-align: center;
}
.main .form-success__buttons {
  display: flex;
  justify-content: center;
}
.main .form-success__buttons button {
  height: 60px;
  border: 1px solid #018F4E;
  border-radius: 8px;
  background-color: transparent;
  color: #018F4E;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
.main .form-success__buttons button:hover {
  transform: scale(1.05);
}
.main .form-success__buttons button:first-child {
  width: 260px;
  padding: 16px 32px;
  margin-right: 8px;
  font-size: 18px;
  font-weight: 500;
}
.main .form-success__buttons button:last-child {
  width: 60px;
  padding: 16px;
}
.main .form-success__buttons button .arrow-icon {
  display: inline-block;
  width: 13px;
  height: 13px;
  background-color: #018F4E;
  mask-image: url("../../public/images/grayArrow.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../../public/images/grayArrow.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  transform: rotate(-90deg);
}
.main .form-success__link {
  display: flex;
  justify-content: center;
}
.main .form-success__link > button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 8px;
  background-color: transparent;
  color: #a3a3a3;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
.main .form-success__link > button .arrow-icon {
  margin-left: 12px;
  transition: background-color 0.15s ease-in-out;
  display: inline-block;
  width: 13px;
  height: 13px;
  background-color: #a3a3a3;
  mask-image: url("../../public/images/grayArrow.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../../public/images/grayArrow.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  transform: rotate(180deg);
}
.main .form-success__link > button:hover {
  color: #018F4E;
}
.main .form-success__link > button:hover .arrow-icon {
  background-color: #018F4E;
}
.main .form {
  height: 738px;
  position: relative;
  padding: 24px 40px;
  border-radius: 24px;
  overflow: hidden;
  background-color: #018F4E;
  margin-top: 48px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.main .form .form-inner {
  transition: opacity 0.3s ease;
}
.main .form .form-inner.form-inner--entering {
  opacity: 0;
}
.main .form .form-inner > .title {
  font-size: 40px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: 2px;
  color: #fff;
}
.main .form .form-success {
  display: flex;
  flex-direction: column;
  width: 630px;
  height: 487px;
  opacity: 0;
  border-radius: 8px;
  padding: 40px;
  gap: 28px;
  box-sizing: border-box;
  background-color: #fff;
  margin: auto;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.main .form .form-success img {
  margin: 0 auto;
  width: 124px;
  height: 124px;
}
.main .form .form-success__title {
  margin: 0;
  font-size: 40px;
  letter-spacing: 2px;
  font-weight: 600;
  text-align: center;
}
.main .form .form-success__text {
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  color: #737373;
  text-align: center;
}
.main .form .form-success__buttons {
  display: flex;
  justify-content: center;
}
.main .form .form-success__buttons button {
  height: 60px;
  border: 1px solid #018F4E;
  border-radius: 8px;
  background-color: transparent;
  color: #018F4E;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
.main .form .form-success__buttons button:hover {
  transform: scale(1.05);
}
.main .form .form-success__buttons button:first-child {
  width: 260px;
  padding: 16px 32px;
  margin-right: 8px;
  font-size: 18px;
  font-weight: 500;
}
.main .form .form-success__buttons button:last-child {
  width: 60px;
  padding: 16px;
}
.main .form .form-success__buttons button .arrow-icon {
  display: inline-block;
  width: 13px;
  height: 13px;
  background-color: #018F4E;
  mask-image: url("../../public/images/grayArrow.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../../public/images/grayArrow.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  transform: rotate(-90deg);
}
.main .form .form-success__link {
  display: flex;
  justify-content: center;
}
.main .form .form-success__link > button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 8px;
  background-color: transparent;
  color: #a3a3a3;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
.main .form .form-success__link > button .arrow-icon {
  margin-left: 12px;
  transition: background-color 0.15s ease-in-out;
  display: inline-block;
  width: 13px;
  height: 13px;
  background-color: #a3a3a3;
  mask-image: url("../../public/images/grayArrow.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../../public/images/grayArrow.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  transform: rotate(180deg);
}
.main .form .form-success__link > button:hover {
  color: #018F4E;
}
.main .form .form-success__link > button:hover .arrow-icon {
  background-color: #018F4E;
}
.main .form.form--success {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .form.form--success .form-success {
  opacity: 1;
  pointer-events: auto;
  position: relative;
  z-index: 2;
}
.main .form .content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 32px;
  margin-top: 32px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.main .form .content p {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  text-align: right;
}
.main .form .content .inputBlock {
  display: grid;
  grid-template-columns: 1fr 1fr 225px 225px;
  grid-template-rows: 1fr 1fr 172px;
  gap: 24px;
}
.main .form .content .inputBlock input,
.main .form .content .inputBlock textarea {
  padding: 16px 24px;
  height: 60px;
  border: none;
  border-radius: 8px;
  font-size: 18px;
}
.main .form .content .inputBlock input:focus,
.main .form .content .inputBlock textarea:focus {
  outline: none;
}
.main .form .content .inputBlock input::-moz-placeholder, .main .form .content .inputBlock textarea::-moz-placeholder {
  color: #a3a3a3;
  font-size: 18px;
}
.main .form .content .inputBlock input::placeholder,
.main .form .content .inputBlock textarea::placeholder {
  color: #a3a3a3;
  font-size: 18px;
}
.main .form .content .inputBlock .input-required {
  position: relative;
}
.main .form .content .inputBlock .input-required:nth-of-type(1), .main .form .content .inputBlock .input-required:nth-of-type(2) {
  grid-row: 1;
}
.main .form .content .inputBlock .input-required:nth-of-type(1) {
  grid-column: 3/4;
}
.main .form .content .inputBlock .input-required:nth-of-type(1) > .required-mark {
  right: 105px;
}
.main .form .content .inputBlock .input-required:nth-of-type(2) {
  grid-column: 4/5;
}
.main .form .content .inputBlock .input-required:nth-of-type(2) > .required-mark {
  right: 43px;
}
.main .form .content .inputBlock .input-required:nth-of-type(3) {
  grid-column: 3/5;
  grid-row: 2;
}
.main .form .content .inputBlock .input-required:nth-of-type(3) > .required-mark {
  right: 270px;
}
.main .form .content .inputBlock .input-required .required-mark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #e53935;
  font-size: 18px;
  pointer-events: none;
  z-index: 1;
}
.main .form .content .inputBlock .input-required input {
  width: 100%;
  box-sizing: border-box;
  border: 2px solid transparent;
}
.main .form .content .inputBlock .input-required input.input-error {
  color: #e53935;
  border-color: #e53935;
}
.main .form .content .inputBlock .input-required input.input-error::-moz-placeholder {
  color: #e53935;
}
.main .form .content .inputBlock .input-required input.input-error::placeholder {
  color: #e53935;
}
.main .form .content .inputBlock .input-required input.input-error::-webkit-input-placeholder {
  color: #e53935;
}
.main .form .content .inputBlock .input-required input.input-error::-moz-placeholder {
  color: #e53935;
}
.main .form .content .inputBlock .input-required input.input-error::-ms-input-placeholder {
  color: #e53935;
}
.main .form .content .inputBlock textarea {
  height: 172px;
  width: 475px;
  grid-column: 3/5;
  grid-row: 3;
  resize: none;
}
.main .form .content .confirmBlock {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
}
.main .form .content .confirmBlock > p {
  font-family: "IBM Plex Mono";
  font-size: 16px;
  font-weight: 400;
  word-spacing: -5px;
}
.main .form .content .confirmBlock div {
  display: flex;
}
.main .form .content .confirmBlock div button {
  height: 60px;
  border: none;
  border-radius: 8px;
  background-color: #fff;
  color: #000;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
.main .form .content .confirmBlock div button:hover {
  transform: scale(1.05);
}
.main .form .content .confirmBlock div button:first-child {
  width: 285px;
  padding: 16px 32px;
  margin-right: 8px;
  font-size: 18px;
  font-weight: 500;
}
.main .form .content .confirmBlock div button:last-child {
  width: 60px;
  padding: 16px;
}
.main .form .content .confirmBlock div button:last-child .arrow-icon {
  transition: background-color 0.15s ease-in-out;
  display: inline-block;
  width: 13px;
  height: 13px;
  background-color: #000;
  mask-image: url("../../public/images/grayArrow.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../../public/images/grayArrow.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  transform: rotate(-90deg);
}
.main .form .content .confirmBlock div button:hover {
  color: #018F4E;
}
.main .form .content .confirmBlock div button:hover > .arrow-icon {
  background-color: #018F4E;
}
.main .form .content .confirmBlock div button:disabled {
  color: #d9d9d9;
  pointer-events: none;
}
.main .form .content .confirmBlock div button:disabled .arrow-icon {
  opacity: 0.2;
}
.main .form .content .confirmBlock .checkboxBlock {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.main .form .content .confirmBlock .checkboxBlock > input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 3px solid #fff;
  border-radius: 2px;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  width: 20px;
  height: 20px;
}
.main .form .content .confirmBlock .checkboxBlock > input::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 9px;
  top: 0px;
  left: 5px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  opacity: 0;
}
.main .form .content .confirmBlock .checkboxBlock > input:checked::after {
  opacity: 1;
}
.main .form .content .confirmBlock .checkboxBlock > label {
  font-family: "IBM Plex Mono";
  font-size: 12px;
  font-weight: 400;
  word-spacing: -3px;
  color: #fff;
  cursor: pointer;
  text-align: right;
}
.main .form > .bubble {
  position: absolute;
  bottom: -710px;
  left: -740px;
  z-index: 1;
  transform: scaleX(-1) rotate(105deg);
  opacity: 0.8;
  width: 1808px;
  height: 1808px;
}

.blank {
  margin-top: 32px;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.blank .blankForm {
  transition: opacity 0.3s ease;
}
.blank .blankForm.blankForm--entering {
  opacity: 0;
}
.blank > img {
  position: absolute;
  top: -10px;
  left: -140px;
  z-index: -1;
  height: 745px;
  width: 1010px;
}
.blank > .content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 635px;
  padding: 30px 10px;
}
.blank > .content > .textBlock {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 22px;
}
.blank > .content > .textBlock > h3 {
  font-size: 42px;
  font-weight: 700;
  color: #141414;
}
.blank > .content > .textBlock > p {
  font-size: 20px;
  color: #3C3C3C;
}
.blank > .content > .blankFormWrap > .blankForm {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  border: 1px solid #EFEFF3;
  border-radius: 16px;
  background-color: #F9F9FB;
}
.blank > .content > .blankFormWrap > .blankForm .inputBlock {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.blank > .content > .blankFormWrap > .blankForm .inputBlock input,
.blank > .content > .blankFormWrap > .blankForm .inputBlock textarea {
  padding: 16px 24px;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  border: 1px solid #D9D9D9;
  height: 60px;
  width: 100%;
}
.blank > .content > .blankFormWrap > .blankForm .inputBlock input:focus,
.blank > .content > .blankFormWrap > .blankForm .inputBlock textarea:focus {
  outline: none;
}
.blank > .content > .blankFormWrap > .blankForm .inputBlock input::-moz-placeholder, .blank > .content > .blankFormWrap > .blankForm .inputBlock textarea::-moz-placeholder {
  color: #a3a3a3;
  font-size: 18px;
}
.blank > .content > .blankFormWrap > .blankForm .inputBlock input::placeholder,
.blank > .content > .blankFormWrap > .blankForm .inputBlock textarea::placeholder {
  color: #a3a3a3;
  font-size: 18px;
}
.blank > .content > .blankFormWrap > .blankForm .inputBlock textarea {
  height: 172px;
  resize: none;
}
.blank > .content > .blankFormWrap > .blankForm .inputBlock .input-required {
  position: relative;
}
.blank > .content > .blankFormWrap > .blankForm .inputBlock .input-required:nth-of-type(1) > .required-mark {
  right: 444px;
}
.blank > .content > .blankFormWrap > .blankForm .inputBlock .input-required:nth-of-type(2) > .required-mark {
  right: 383px;
}
.blank > .content > .blankFormWrap > .blankForm .inputBlock .input-required:nth-of-type(3) > .required-mark {
  right: 360px;
}
.blank > .content > .blankFormWrap > .blankForm .inputBlock .input-required .required-mark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #e53935;
  font-size: 18px;
  pointer-events: none;
  z-index: 1;
}
.blank > .content > .blankFormWrap > .blankForm .inputBlock .input-required input {
  width: 100%;
  box-sizing: border-box;
}
.blank > .content > .blankFormWrap > .blankForm .inputBlock .input-required input.input-error {
  color: #e53935;
  border-color: #e53935;
}
.blank > .content > .blankFormWrap > .blankForm .inputBlock .input-required input.input-error::-moz-placeholder {
  color: #e53935;
}
.blank > .content > .blankFormWrap > .blankForm .inputBlock .input-required input.input-error::placeholder {
  color: #e53935;
}
.blank > .content > .blankFormWrap > .blankForm .inputBlock .input-required input.input-error::-webkit-input-placeholder {
  color: #e53935;
}
.blank > .content > .blankFormWrap > .blankForm .inputBlock .input-required input.input-error::-moz-placeholder {
  color: #e53935;
}
.blank > .content > .blankFormWrap > .blankForm .inputBlock .input-required input.input-error::-ms-input-placeholder {
  color: #e53935;
}
.blank > .content > .blankFormWrap > .blankForm > .actionBlock {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 8px;
}
.blank > .content > .blankFormWrap > .blankForm > .actionBlock .text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.blank > .content > .blankFormWrap > .blankForm > .actionBlock .text > .textItem {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.blank > .content > .blankFormWrap > .blankForm > .actionBlock .text > .textItem > .check {
  margin-top: 2px;
  width: 7px;
  height: 14px;
  border: solid #018F4E;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.blank > .content > .blankFormWrap > .blankForm > .actionBlock .text > .textItem > span {
  font-size: 14px;
  color: #3C3C3C;
  line-height: 1.4;
}
.blank > .content > .blankFormWrap > .blankForm > .actionBlock button {
  width: 280px;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 400;
  height: 60px;
  border: none;
  border-radius: 8px;
  background-color: #018F4E;
  color: #fff;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
.blank > .content > .blankFormWrap > .blankForm > .actionBlock button:hover {
  transform: scale(1.05);
}
.blank > .content > .blankFormWrap > .blankForm > .actionBlock button:hover {
  background-color: #00703C;
}
.blank > .content > .blankFormWrap > .form-success {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 28px;
}
.blank > .content > .toSolutions {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  color: #a3a3a3;
  transition: all 0.15s ease-in-out;
  height: 60px;
  width: 100%;
}
.blank > .content > .toSolutions > .toSolutions-arrow {
  margin-left: 12px;
  transition: background-color 0.15s ease-in-out;
  display: inline-block;
  width: 13px;
  height: 13px;
  background-color: #a3a3a3;
  mask-image: url("../../public/images/grayArrow.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../../public/images/grayArrow.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.blank > .content > .toSolutions:hover {
  border-color: #018F4E;
  color: #018F4E;
}
.blank > .content > .toSolutions:hover > .toSolutions-arrow {
  background-color: #018F4E;
}
.blank > .content > .blankFormWrap > .form-success {
  opacity: 0;
  pointer-events: none;
  display: none;
  transition: opacity 0.3s ease;
}
.blank.blank--success > .content > .blankFormWrap > .form-success {
  opacity: 1;
  pointer-events: auto;
  display: flex;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-Black.woff2") format("woff2"), url("../fonts/Inter/Inter-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter/Inter-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-ExtraBold.woff2") format("woff2"), url("../fonts/Inter/Inter-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-ExtraLight.woff2") format("woff2"), url("../fonts/Inter/Inter-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-Light.woff2") format("woff2"), url("../fonts/Inter/Inter-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter/Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-Thin.woff2") format("woff2"), url("../fonts/Inter/Inter-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("../fonts/IBM Plex Mono/IBMPlexMono-Bold.woff2") format("woff2"), url("../fonts/IBM Plex Mono/IBMPlexMono-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("../fonts/IBM Plex Mono/IBMPlexMono-ExtraLight.woff2") format("woff2"), url("../fonts/IBM Plex Mono/IBMPlexMono-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("../fonts/IBM Plex Mono/IBMPlexMono-Light.woff2") format("woff2"), url("../fonts/IBM Plex Mono/IBMPlexMono-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("../fonts/IBM Plex Mono/IBMPlexMono-Medium.woff2") format("woff2"), url("../fonts/IBM Plex Mono/IBMPlexMono-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("../fonts/IBM Plex Mono/IBMPlexMono.woff2") format("woff2"), url("../fonts/IBM Plex Mono/IBMPlexMono.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("../fonts/IBM Plex Mono/IBMPlexMono-SemiBold.woff2") format("woff2"), url("../fonts/IBM Plex Mono/IBMPlexMono-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("../fonts/IBM Plex Mono/IBMPlexMono-Thin.woff2") format("woff2"), url("../fonts/IBM Plex Mono/IBMPlexMono-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
* {
  font-family: "Inter", sans-serif;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

a:active,
a {
  color: #000;
  text-decoration: none;
}

.cursiv {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

img {
  pointer-events: none;
}

.wrapContainer {
  margin: 24px auto;
  height: 100%;
  width: 1180px;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 16px;
  background: #018F4E;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  height: 72px;
  width: 100%;
  padding: 16px 24px;
}
.header .headerLink {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-left: 12px;
  margin-right: 12px;
}
.header .headerLink.active {
  font-weight: 600;
}
.header .headerLink:last-child {
  margin-right: 0;
}
.header .headerLink:first-child {
  margin-left: 0;
}
.header .writeUsButton {
  width: 177px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 8px;
  height: 40px;
  width: 177px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
.header .writeUsButton:hover {
  transform: scale(1.05);
}
.header .writeUsButton img {
  margin-top: 2px;
}
.header .writeUsButton .writeUsButtonText {
  margin-left: 8px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.footer {
  padding: 24px 40px;
  border: 1px solid #d9d9d9;
  border-radius: 16px;
  margin-top: 32px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.footer .top {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  padding-top: 24px;
}
.footer .top .logoBlock {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer .top .logoBlock a {
  width: -moz-fit-content;
  width: fit-content;
}
.footer .top .logoBlock a .arrow-icon {
  display: inline-block;
  width: 150px;
  height: 45px;
  background-color: #018F4E;
  mask-image: url("../images/greenLogo.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../images/greenLogo.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.footer .top .logoBlock p {
  font-family: "IBM Plex Mono";
}
.footer .contacts {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.footer .contacts .contactItem {
  width: 360px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px 0;
}
.footer .contacts .contactItem .arrowLabel {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer .contacts .contactItem .arrowLabel .arrowBlock {
  background-color: #018F4E;
  border-radius: 8px;
  border: none;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .contacts .contactItem .arrowLabel .arrowBlock .arrow-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  mask-image: url("../images/grayArrow.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../images/grayArrow.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  transform: rotate(-90deg);
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.footer .contacts .contactItem .arrowLabel .label {
  font-size: 14px;
  color: #141414;
}
.footer .contacts .contactItem .info {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
  color: #141414;
}
.footer .links {
  display: flex;
  justify-content: space-between;
}
.footer .links .linksBlock {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 385px;
}
.footer .links .linksBlock .footerNavigation {
  display: flex;
  gap: 24px;
}
.footer .links .linksBlock .privacy {
  display: flex;
  justify-content: space-between;
}
.footer .links .linksBlock .privacy a {
  font-size: 12px;
  color: #018F4E;
}
.footer .links .copyright {
  display: flex;
  align-items: center;
  color: #018F4E;
  font-size: 14px;
}

.toTopButton {
  position: fixed;
  bottom: 32px;
  right: 56px;
  border: 1px solid #018F4E;
  border-radius: 100%;
  overflow: hidden;
  visibility: visible;
  opacity: 1;
  transition: transform 0.15s ease-in-out, visibility 0.5s ease-in, opacity 0.5s ease-in;
  cursor: pointer;
}
.toTopButton:hover {
  transform: scale(1.05);
}
.toTopButton {
  width: 44px;
  height: 44px;
}
.toTopButton a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.toTopButton a .arrow-icon {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #018F4E;
  mask-image: url("../images/grayArrow.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../images/grayArrow.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  transform: rotate(-135deg);
}

.hidden {
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.5s ease-in, opacity 0.5s ease-in;
}

/* Privacy modal — как в main.blade.php #p_sogl + popup.css */
.privacy-modal {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  padding: 30px 0;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.privacy-modal[hidden] {
  display: none;
}
.privacy-modal__backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.privacy-modal__dialog {
  position: relative;
  z-index: 1;
  width: 310px;
  max-width: 740px;
  margin: 0 auto;
}
.privacy-modal__content {
  position: relative;
  width: 100%;
  padding: 30px 20px;
  background: #f7f7f7;
  border-radius: 12px;
  font-size: 12px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.privacy-modal__close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  color: #262726;
  opacity: 0.7;
}
.privacy-modal__close::before {
  content: "\00D7";
  display: block;
  line-height: 24px;
  text-align: center;
}
.privacy-modal__close:hover {
  opacity: 1;
}
.privacy-modal__title {
  margin: 0 0 20px;
  padding: 0;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
}
.privacy-modal__body {
  width: 100%;
  position: relative;
  padding: 0;
}
.privacy-modal__block p {
  margin-bottom: 5px;
}
.privacy-modal__block p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 480px) {
  .privacy-modal__dialog {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) {
  .privacy-modal__content {
    padding: 40px;
    font-size: 16px;
  }
  .privacy-modal__close {
    right: 20px;
    top: 20px;
    width: 24px;
    height: 24px;
  }
  .privacy-modal__title {
    margin-bottom: 40px;
    font-size: 28px;
  }
  .privacy-modal__block p {
    margin-bottom: 8px;
  }
}