@font-face {
  font-family: "Gilroy";
  src: url("../../assets/fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy Semibold";
  src: url("../../assets/fonts/Gilroy-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy Bold";
  src: url("../../assets/fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

.header {
  padding: 52px 36px 23px;
}

.call-btn {
  background: #fee440;
  border-color: #fee440;
  color: #1a1a1a;
}

.call-btn:hover {
  opacity: 0.7;
}

.toggle {
  background: #f5f5f5;
}

.bitrix {
  padding: 27px 36px 7px;
}

.bitrix-holder {
  background: #1a1a1a;
  border-radius: 40px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fefefe;
  padding-top: 45px;
}

.bitrix__subtext {
  font-family: "Gilroy Bold", sans-serif;
  font-size: 20px;
  margin-bottom: 24px;
}

.bitrix__title {
  font-size: 48px;
  margin-bottom: 24px;
  text-align: center;
}

.bitrix__cards {
  width: 50%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.bitrix__card {
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 0;
}

.bitrix__btn {
  outline: none;
  border: none;
  margin: 24px 0 41px;
  font-size: 20px;
  background: #fee440;
  padding: 21px 24px;
  border-radius: 10px;
  font-family: "proxima-nova-extra-wide", sans-serif;
  cursor: pointer;
  transition: all 0.5s;
}

.bitrix__btn:hover {
  opacity: 0.7;
}

.bitrix-holder img {
  width: 70%;
}

.clients {
  padding: 22px 36px 21px;
}

.clients-holder {
  width: 100%;
  background: #fee440;
  border-radius: 40px;
  padding: 45px 0 122px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.clients__subtext {
  font-family: "Gilroy Bold", sans-serif;
  font-size: 20px;
  margin-bottom: 24px;
}

.clients__title {
  font-size: 84px;
}

.icon-marquee {
  overflow: hidden;
  width: 100%;
  margin-top: 48px;
}

.icon-track {
  display: flex;
  gap: 40px;
  will-change: transform;
}

.icon-track img {
  height: 50px;
  flex-shrink: 0;
}

.real-time {
  padding: 72px 36px 67px;
  text-align: center;
  font-size: 84px;
}

.real-time__subtext {
  font-family: "Gilroy Bold", sans-serif;
  font-size: 20px;
}

.real-time__holder {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 42px;
}

.real-time__left {
  background: #fee440;
  border-radius: 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.real-time__img {
  width: 60%;
}

.real-time__img-3 {
  margin-top: auto;
}

ul {
  margin-top: 24px;
}

li:not(:last-child) {
  margin-bottom: 7px;
}

.real-time__right {
  height: 375px;
  background: #f2f2f2;
  border-radius: 40px;
  padding: 42px;
  text-align: left;
}

.real-time__title {
  font-size: 38px;
}

.real-time__text {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 20px;
}

.profits {
  padding: 38px 36px 149px;
  color: #fefefe;
  text-transform: uppercase;
}

.profits-holder {
  border-radius: 40px;
  background: #1a1a1a;
  text-align: center;
  padding: 45px 116px 150px;
}

.profits__subtext {
  font-size: 20px;
  font-family: "Gilroy Bold", sans-serif;
}

.profits__title {
  font-size: 84px;
  margin-bottom: 64px;
}

.profits__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
}

.profit__card__text {
  margin-top: 8px;
  font-size: 32px;
}

.profit__card__img-holder {
  margin-bottom: 32px;
  background: #a2f5ac;
  border-radius: 40px;
  padding: 105px 89px;
  height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profit__card__img-holder img {
  width: 100%;
}

.profit__card-red {
  background: #f99292;
}
.profit__card-grey {
  background: #e6e6e6;
}
.profit__card-yellow {
  background: #fff3a7;
}

.cost {
  padding: 45px 36px 133px;
  text-align: center;
}

.cost__subtext {
  font-size: 20px;
  font-family: "Gilroy Bold", sans-serif;
}

.cost__title {
  font-size: 84px;
}

.cost__block {
  position: relative;
  padding: 58px;
  background: #fee440;
  margin-top: 42px;
  border-radius: 40px;
  text-align: left;
}

.cost__block img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-height: 90%;
}

.cost__block__title {
  font-size: 48px;
  margin-bottom: 15px;
  margin-bottom: 279px;
}

.cost__black-block {
  width: fit-content;
  padding: 18px 42px;
  border-radius: 40px;
  background: #1a1a1a;
  margin-bottom: 279px;
  color: #fefefe;
}

.cost__price {
  margin-bottom: 15px;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Gilroy Bold", sans-serif;
}

.cost__submit-btn {
  outline: none;
  border: none;
  border-radius: 15px;
  padding: 21px 82px;
  background: #fefefe;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.5s;
  font-family: "proxima-nova-extra-wide", sans-serif;
}

.cost__submit-btn:hover {
  opacity: 0.7;
}

.img-cost-mobile {
  display: none;
}

.about {
  padding: 13px 35px 82px;
  display: flex;
  flex-direction: column;
}

.about__subtitle {
  padding-bottom: 6px;
  border-bottom: 2px solid #fee440;
  margin-bottom: 11px;
  font-family: "Gilroy Semibold", sans-serif;
  font-size: 24px;
  width: 33%;
  text-align: center;
}

.about__logo {
  width: 25%;
}

.about__title {
  font-size: 40px;
  text-wrap: nowrap;
}

.about__years {
  gap: 10px;
  display: flex;
  align-items: center;
}

.about__title-big {
  font-size: 300px;
  line-height: 100%;
  color: #acacac;
}

.about__projects {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -50px;
}

.about__projects .flex {
  width: 100%;
  justify-content: space-between;
}

.projects__title {
  width: 100%;
}

.projects__subtitle {
  width: 100%;
  text-align: end;
}

.projects__block {
  width: fit-content;
  margin-left: auto;
}

@media (max-width: 1400px) {
  .cost__block img {
    max-height: 60%;
  }

  .about {
    padding: 32px 23px;
  }

  .about__years {
    flex-direction: column;
  }

  .about__projects .flex {
    flex-direction: column;
  }

  .about__projects {
    margin: 0;
    gap: 0;
  }

  .about__title-big {
    font-size: 200px;
    margin: -80px 0;
  }

  .about__logo {
    position: relative;
    z-index: 10;
    width: 60%;
  }

  .about__years {
    margin-bottom: 38px;
  }

  .about__projects .about__title-big {
    margin: 0;
    font-size: 100px;
  }

  .about__title {
    font-size: 25px;
    width: 50%;
    text-wrap: wrap;
    text-align: center;
  }

  .projects__title {
    width: 50%;
    text-wrap: wrap;
    text-align: center;
    font-size: 25px;
  }
}

@media (max-width: 1000px) {
  .bitrix {
    padding: 0 10px 42px;
  }

  .bitrix-holder {
    padding: 51px 11px 41px;
  }

  .bitrix__subtext {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .bitrix__title {
    font-size: 48px;
    margin-bottom: 20px;
  }

  .bitrix__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 0;
    font-size: 12px;
  }

  .bitrix__card:first-child {
    grid-column: 1;
    margin-right: 8px;
  }

  .bitrix__card:last-child {
    grid-column: 1 / 4;
  }

  .bitrix-holder > :nth-last-child(2) {
    order: 2;
    margin: 10px 0 0 0;
    font-size: 14px;
    width: 100%;
  }

  .bitrix-holder > :last-child {
    order: 1;
    width: 100%;
    margin-top: 11px;
  }

  .clients {
    padding: 32px 10px 42px;
  }

  .clients__subtext {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .clients__title {
    font-size: 40px;
    margin-bottom: 14px;
  }

  .real-time {
    padding: 30px 10px 42px;
    font-size: 40px;
  }

  .real-time__subtext {
    font-size: 16px;
  }

  .real-time__holder {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .real-time__img {
    width: auto;
    height: 100%;
  }

  .real-time__left {
    border-radius: 20px;
    display: flex;
    justify-content: center;
    padding: 10px;
    height: 200px;
  }

  .real-time__title {
    font-size: 20px;
  }

  .real-time__text {
    font-size: 12px;
  }

  .real-time__right {
    height: auto;
    padding: 20px 14px;
    border-radius: 20px;
  }

  .real-time__left-3 {
    padding-bottom: 0;
  }

  ul {
    margin-top: 8px;
    list-style-type: none;
  }

  li:not(:last-child) {
    margin-bottom: 3px;
  }

  .profits {
    padding: 25px 10px 42px;
  }

  .profits-holder {
    padding: 30px 25px 42px;
  }

  .profits__subtext {
    font-size: 16px;
  }

  .profits__title {
    font-size: 40px;
    margin-bottom: 25px;
  }

  .profits__cards {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .profit__card__img-holder {
    padding: 43px 35px;
    margin-bottom: 8px;
    height: auto;
  }

  .profit__card__img-holder img {
    width: 80%;
  }

  .profit__card__text {
    font-size: 20px;
  }

  .cost {
    padding: 32px 10px 43px;
  }

  .cost__subtext {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .cost__title {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .cost__block {
    margin: 0;
    padding: 15px;
    border-radius: 20px;
    overflow: hidden;
  }

  .cost__block__title {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .cost__black-block {
    font-size: 14px;
    padding: 8px 0;
    width: 100%;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 65vw;
  }

  .cost__block img,
  .img-cost {
    display: none;
  }

  .cost__price,
  .cost__submit-btn {
    position: relative;
    z-index: 10;
  }

  .img-cost-mobile {
    position: static !important;
    display: block !important;
    width: 100%;
    max-height: unset !important;
  }

  .cost__price {
    font-size: 14px;
    margin-bottom: 7px;
    text-align: start;
    margin-top: -33vw;
  }

  .cost__submit-btn {
    padding: 12px 0;
    width: 100%;
    font-size: 14px;
  }
}

@media (max-width: 900px) {
  .cost__black-block {
    margin-bottom: 55vw;
  }
}

@media (max-width: 500px) {
  .cost__black-block {
    margin-bottom: 45vw;
  }
}
