*,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-style: normal;
  font-weight: 400;
}

body {
  position: relative;
  background: linear-gradient(0deg, #0b001a, #0b001a), #ffffff;
}

.main {
  position: relative;
  overflow: hidden;
}

body::-webkit-scrollbar {
  width: 5px;
}

body::-webkit-scrollbar-track {
  display: none;
}

body::-webkit-scrollbar-thumb {
  background: #000000;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
}

button {
  outline: none;
  border: none;
  background-color: unset;
}

input {
  outline: none;
  border: none;
}

img {
  max-width: 100%;
}

span {
  font: inherit;
  color: inherit;
}

/* Reuseble styles */
.container {
  max-width: 1410px;
  margin: 0 auto;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 100%;
  background: #6fcbf4;
  border-radius: 50px;
  padding: 18.5px 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #0f1719;
  transition: all 0.3s ease-in-out;
}

.btn:hover {
  background: #8edcff;
}

.btn:active {
  background: #4ec8ff;
}

.router {
  position: relative;
}

.router_btn {
  position: relative;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  background: none;
  outline: none;
  transition: all ease-in-out 0.3s;
  width: 85px;
  padding: 4px 23px 4px 4px;
  border: none;
  outline: none;
  text-align: right;
  cursor: pointer;
  border-radius: 4px;
}

.router_btn::after,
.current::after {
  content: '';
  position: absolute;
  right: 5px;
  top: 12px;
  rotate: 180deg;
  background: url(../fonts/router.svg);
  width: 10px;
  height: 5px;
}

.router_btn:hover {
  opacity: 0.8;
}

.router_btn.active {
  opacity: 1;
}

.router_list {
  display: none;
  position: absolute;
  text-align: right;
  background-color: #2d223c;
  top: 0px;
  width: 85px;
}

.router_list.show {
  display: block;
}

.router_item {
  display: block;
  position: relative;
  padding: 4px 23px 4px 4px;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.router_item:hover {
  color: #fff !important;
  opacity: 0.8;
}

.background-gradient {
  position: absolute;
  width: 763.86px;
  height: 628.37px;
}

.background-gradient-left {
  left: -146px;
}

.background-gradient-right {
  right: -118px;
}

.background-gradient-1 {
  top: 10%;
}

.background-gradient-2 {
  top: 18%;
}

.background-gradient-3 {
  top: 28%;
}

.background-gradient-4 {
  top: 36.5%;
}

.background-gradient-5 {
  top: 47%;
}

.background-gradient-6 {
  top: 54%;
}

.background-gradient-7 {
  top: 65%;
}

.background-gradient-8 {
  top: 74%;
}

.background-gradient-9 {
  top: 83%;
}

.background-gradient-10 {
  top: 93%;
}

.background-gradient-11 {
  display: none;
}

.background-gradient-12 {
  display: none;
}

.background-gradient-13 {
  display: none;
}

.background-gradient-14 {
  display: none;
}

.background-gradient-15 {
  display: none;
}

.background-gradient-16 {
  display: none;
}

/* protect */
.protect {
  width: 100%;
  position: absolute;
  top: 4px;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.protect__item {
  font-weight: 400;
  font-size: 8px;
  line-height: 10px;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
}

/* header */
.header {
  background: rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(7.5px);

  margin-bottom: 100px;
}

.header__container {
  padding: 40px 0;
}

.header__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__top h1 {
  color: #fff;
  font-weight: bold;
  font-size: 38px;
}

.header__mob {
  display: none;
}

.header__logo {
  max-width: 237px;
  width: 100%;
}

.header__right {
  display: flex;
  align-items: center;
  column-gap: 50px;
}

.header__billets {
  display: flex;
  align-items: center;
  column-gap: 50px;
}

.header__billet {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 10px;
  padding: 10px 20px;
}

.header__billet:first-child {
  border-right: 10px solid #e0325f;
}

.header__billet:last-child {
  border-right: 10px solid #26e788;
}

.header__billet-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #0f1719;
}

.header__billet-text.bold {
  font-weight: 600;
}

.header__billet-down {
  width: 0px;
  height: 0px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 9px solid #e0325f;
  margin: 0 5px;
}

.header__billet-top {
  width: 0px;
  height: 0px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 9px solid #26e788;
  margin: 0 5px;
}

/* firstScreen section */
.firstScreen__background {
  background: url(./section-1-background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.firstScreen {
  position: relative;
  background: linear-gradient(1.68deg, #0b001a 1.53%, rgba(11, 0, 26, 0) 98.7%);
}

.firstScreen__container {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 70px;
  padding-bottom: 50px;
}

.firstScreen__text {
  max-width: 810px;
}

.firstScreen__billet {
  max-width: fit-content;
  display: flex;
  align-items: center;
  column-gap: 5px;
  background: #ffffff;
  border-right: 15px solid #e0325f;
  border-radius: 12px;
  padding: 15px 25px;

  margin-bottom: 65.5px;
}

.firstScreen__billet-text {
  font-weight: 600;
  font-size: 26px;
  line-height: 31px;
  color: #0f1719;
}

.firstScreen__billet-timer {
  display: flex;
  align-items: center;
  column-gap: 4px;
}

.firstScreen__billet-timer-minutes,
.firstScreen__billet-timer-seconds {
  width: 40px;
  font-weight: 600;
  font-size: 26px;
  line-height: 31px;
  text-align: center;
  color: #ffffff;
  background: #e0325f;
  border-radius: 6px;
  padding: 4.5px;
}

.firstScreen__title {
  font-weight: 700;
  font-size: 60px;
  line-height: 120%;
  color: #ffffff;

  margin-bottom: 30px;
}

.firstScreen__title .colored {
  position: relative;
  color: #6fcbf4;
}

.firstScreen__title .colored::after {
  content: url(./copy.png);
  position: absolute;
  top: -35px;
  right: -20px;
  width: 19px;
  height: 19px;
}

.firstScreen__description {
  max-width: 687px;
  font-weight: 500;
  font-size: 22px;
  line-height: 160%;
  color: #ffffff;

  margin-bottom: 65.5px;
}

.firstScreen__btn {
  max-width: 212px;
  padding: 20.5px 20px;
}

.firstScreen__form {
  flex-shrink: 0;
}

.firstScreen__slider-container {
  max-width: 525px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.firstScreen__slider-item {
  border-radius: 20px 0px 0px 20px;
}

.firstScren__arrow {
  display: block;
  max-width: 30px;
  width: 100%;
  margin: 0 auto;
  -webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
  -moz-animation: ca3_fade_move_down 2s ease-in-out infinite;
  animation: ca3_fade_move_down 2s ease-in-out infinite;
}

/* become-part section */
.become-part {
  padding-bottom: 100px;
}

.become-part__container {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  background: url(./section-4-background.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  border-radius: 20px;
  padding: 50px 50px 0 50px;
}

.become-part__left,
.become-part__right {
  max-width: 540px;
  width: 100%;
}

.become-part__left {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 95px;
}

.become-part__left-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  color: #0f1719;
  text-align: center;
}

.become-part__left-title.tab {
  display: none;
}

.become-part__left-billet {
  min-width: 274px;
  position: absolute;
  background: #ffffff;
  box-shadow: 0px 5px 17px rgba(11, 0, 26, 0.15);
  border-radius: 12px;
  padding: 15px 25px;
}

.become-part__left-billet-1 {
  bottom: 498px;
  right: 16px;
  border-right: 15px solid #26e788;
}

.become-part__left-billet-2 {
  bottom: 358px;
  right: -146px;
  border-right: 15px solid #e0325f;
}

.become-part__left-billet-2-mob {
  display: none;
}

.become-part__left-billet-3 {
  bottom: 218px;
  right: -118px;
  border-right: 15px solid #ac78f2;
}

.become-part__left-billet-3-mob {
  display: none;
}

.become-part__left-billet-4 {
  bottom: 78px;
  right: -190px;
  border-right: 15px solid #6fcbf4;
}

.become-part__left-billet-4-mob {
  display: none;
}

.become-part__left-billet-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #293037;

  margin-bottom: 5px;
}

.become-part__left-billet-description {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #293037;
}

.become-part__left-phone {
  position: relative;
  max-width: 516px;
  width: 100%;
}

.become-part__right-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  text-align: center;
  color: #0f1719;

  margin-bottom: 30px;
}

.become-part__right-title.tab {
  display: none;
}

.become-part__right-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  padding-bottom: 50px;
}

.become-part__right-item {
  background: #ffffff;
  box-shadow: 0px 5px 17px rgba(11, 0, 26, 0.15);
  border-radius: 12px;
  padding: 15px 30px;
}

.become-part__right-item-title {
  max-width: fit-content;
  position: relative;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #0f1719;
  padding-left: 10px;

  margin: 0 auto 10px;
}

.become-part__right-item-title:before {
  content: '';
  position: absolute;
  top: 11px;
  left: -3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0f1719;
}

.become-part__right-item-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #0f1719;
}

.become-part__right-redline {
  width: 80px;
  height: 1px;
  background: #e0325f;

  margin: 0 auto;
}

/* investors section */
.investors {
  padding-bottom: 150px;
}

.investors__title {
  font-weight: 700;
  font-size: 50px;
  line-height: 120%;
  color: #ffffff;

  margin-bottom: 70px;
}

.investors__title.tab {
  display: none;
}

.investors__container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  column-gap: 100px;

  margin-bottom: 50px;
}

.investors__items {
  max-width: 570px;
  width: 100%;
}

.investors__slider {
  cursor: pointer;
}

.investors__slider-item .investors__table {
  display: none;
}

.investors__slider-item-top {
  display: flex;
  align-items: center;
  column-gap: 30px;

  margin-bottom: 15px;
}

.investors__slider-item-image {
  border-radius: 50%;
}

.investors__slider-item-name {
  display: flex;
  align-items: center;

  margin-bottom: 5px;
}

.investors__slider-item-name h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
}

.investors__slider-item-years {
  position: relative;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;

  padding-left: 13px;
}

.investors__slider-item-years::before {
  content: '';
  position: absolute;
  top: calc(50% - (3px / 2));
  left: 5px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #ffffff;
}

.investors__slider-item-profession {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
}

.investors__slider-item-income {
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
  color: #ffffff;

  margin-bottom: 30px;
}

.investors__slider-item-income .sum {
  background: #e0325f;
  border-radius: 6px;
  padding: 5px;
}

.investors__slider-item-comment {
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  color: #ffffff;
}

.investors__slider-arrows {
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.investors__slider-navigation {
  display: flex;
  align-items: center;
  column-gap: 20px;

  margin-top: 50px;
}

.investors__slider-arrow {
  cursor: pointer;
  background: #ffffff;
  border-radius: 50%;
  padding: 17.5px 12.5px;
}

.investors__slider-arrow-next {
  transform: rotate(180deg);
}

.investors__slider-pagination {
  display: flex;
  align-items: center;
  column-gap: 20px;
  position: relative !important;
  bottom: unset !important;
  width: fit-content !important;
}

.investors__slider-pagination .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background: #ffffff !important;
  opacity: 0.6;

  margin: 0 !important;
}

.investors__slider-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.investors__table {
  display: flex;
  align-items: center;
  column-gap: 10px;
  background: #ffffff;
  border-radius: 20px;
  padding: 50px;
}

.investors__table-left {
  min-width: 60px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  row-gap: 28.75px;
}

.investors__table-sum {
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  background: #e0325f;
  border-radius: 3px;
  padding: 3px 5px;
}

.investors__table-right {
  position: relative;
}

.investors__table-right-sum {
  position: absolute;
  top: 0;
  right: 26px;
}

.investors__table-griphic {
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
}

.investors__table-time {
  display: flex;
  justify-content: space-between;
  align-items: center;

  margin-left: 50px;
}

.investors__table-time-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #0f1719;
}

.investors__btn {
  position: relative;
  z-index: 2;
  max-width: 212px;
  padding: 20.5px 20px;

  margin: 0 auto;
}

/* video-section section */
.video-section {
  position: relative;
  z-index: 2;

  padding: 100px 0;
}

.video-section__illustration {
  position: absolute;
  top: -100px;
  right: 120px;
  opacity: 0.8;
}

.video-section__wrapper {
  position: relative;
  z-index: 2;
  max-width: 810px;
}

/* new-age section */
.new-age {
  overflow: hidden;

  padding: 100px 0;
}

.new-age__container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  column-gap: 100px;
}

.new-age__text {
  max-width: 690px;
  width: 100%;
  flex-shrink: 0;
}

.new-age__text-title {
  font-weight: 700;
  font-size: 50px;
  line-height: 120%;
  color: #ffffff;

  margin-bottom: 30px;
}

.new-age__text-description {
  font-weight: 400;
  font-size: 22px;
  line-height: 160%;
  color: #ffffff;
}

.new-age__slider-item {
  width: 500px !important;
  border-radius: 20px;
  transform: scale(0.6);
  transition: all 0.3s ease-in-out;
}

.new-age__slider-item.swiper-slide-active {
  transform: scale(1);
}

/* seos section */
.seos {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.1);
  border-width: 1px 0px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(7.5px);
  padding: 100px 0;

  margin-bottom: 100px;
}

.seos .seo-section {
  padding-bottom: 100px;
}

.seos .seo-section:last-child {
  padding-bottom: 0;
}

.seo-title {
  max-width: 1170px;
  font-weight: 700;
  font-size: 50px;
  line-height: 120%;
  text-align: center;
  color: #ffffff;

  margin: 0 auto 70px;
}

.seo-title .colored {
  color: #6fcbf4;
}

.seo-container {
  display: flex;
  align-items: flex-start;
  column-gap: 70px;
}

.seo-container-left,
.seo-container-right {
  flex-basis: 50%;
}

.seo-content {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #ffffff;

  margin-bottom: 30px;
}

.seo-block {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 30px;

  margin-bottom: 30px;
}

.seo-block .seo-content {
  margin-bottom: 15px;
}

.seo-block .seo-content:last-child {
  margin-bottom: 0;
}

/* makes-dreams section */
.makes-dreams {
  padding-bottom: 100px;
}

.makes-dreams__container {
  position: relative;
  z-index: 2;
  background: #ffffff;
  border-radius: 20px;
  padding: 50px;
}

.makes-dreams__title {
  font-weight: 700;
  font-size: 50px;
  line-height: 120%;
  text-align: center;
  color: #0f1719;

  margin-bottom: 50px;
}

.makes-dreams__wrapper {
  display: flex;
  align-items: flex-start;
  column-gap: 50px;
}

.makes-dreams__text {
  position: relative;
  z-index: 2;
}

.makes-dreams__illustration {
  max-width: 519px;
  width: 100%;
  flex-shrink: 0;
  border-radius: 12px;
}

.makes-dreams__author-name {
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
  color: #0f1719;

  margin-bottom: 5px;
}

.makes-dreams__author-position {
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  color: #0f1719;
}

.makes-dreams__author-content {
  margin: 50px 0;
}

.makes-dreams__author-content-item {
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  color: #0f1719;

  margin-top: 30px;
}

.makes-dreams__author-content-item:first-child {
  margin-top: 0;
}

.makes-dreams__logo {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.makes-dreams__logo-illustration {
  width: 30px;
  height: 30px;
}

.makes-dreams__logo-name {
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  color: #0f1719;
}

.makes-dreams__stump {
  max-width: 207px;
  position: absolute;
  bottom: 56px;
  right: 120px;
}

/* how-start section */
.how-start {
  padding: 100px 0 150px;
}

.how-start__container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  column-gap: 100px;
}

.how-start__illustrations {
  position: relative;
  max-width: 690px;
  width: 100%;
  flex-shrink: 0;
}

.how-start__illustration {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
  transform: scale(0);
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 20px;
  padding: 50px;
  min-height: 608px;
}

.how-start__illustration-container {
  display: flex;
  column-gap: 14px;
}

.how-start__illustration.active {
  transform: scale(1);
}

.how-start__illustration-text-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 14px;
}

.how-start__illustration-text {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 240px;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #000000;
  background: #ffffff;
  box-shadow: 0px 5px 17px rgba(11, 0, 26, 0.15);
  border-radius: 12px;
}

.how-start__illustration-reg .how-start__illustration-text:first-child {
  height: 61%;
}

.how-start__illustration-reg .how-start__illustration-text {
  height: 39%;
}

.how-start__illustration-image {
  max-width: 336px;
  width: 100%;
  flex-shrink: 0;
  background: #ffffff;
  box-shadow: 0px 5px 17px rgba(11, 0, 26, 0.15);
  border-radius: 12px;
}

.how-start__arrow {
  position: absolute;
  right: -40px;
  -webkit-animation: bounceRight 2s infinite;
  animation: bounceRight 2s infinite;
}

.how-start__arrow-1 {
  bottom: 36%;
}

.how-start__arrow-2 {
  bottom: 25%;
}

.how-start__arrow-3 {
  bottom: 21.5%;
}

.how-start__steps-title {
  font-weight: 700;
  font-size: 50px;
  line-height: 120%;
  color: #ffffff;

  margin-bottom: 30px;
}

.how-start__steps-title .colored {
  color: #6fcbf4;
}

.how-start__steps-subtitle {
  font-weight: 400;
  font-size: 22px;
  line-height: 155%;
  color: #ffffff;
}

.how-start__steps-wrapper {
  display: flex;
  align-items: stretch;

  margin: 50px 0 30px;
}

.how-start__steps-item {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  opacity: 0.6;
  padding: 0 0 30px 0;
  border-bottom: 3px solid #ffffff;
}

.how-start__steps-item:nth-child(1) {
  padding: 0 42px 30px 0;
}

.how-start__steps-item:nth-child(2) {
  position: relative;
  padding: 0 42px 30px;
}

.how-start__steps-item:nth-child(2)::after,
.how-start__steps-item:nth-child(2)::before {
  content: '';
  position: absolute;
  top: calc(50% - (50px / 2));
  width: 1px;
  height: 50px;
  background: #6fcbf4;
}

.how-start__steps-item:nth-child(2)::after {
  right: 0;
}

.how-start__steps-item:nth-child(2)::before {
  left: 0;
}

.how-start__steps-item:nth-child(3) {
  padding: 0 0 30px 42px;
}

.how-start__steps-item-number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #6fcbf4;
  border-radius: 40px;

  margin: 0 auto 20px;
}

.how-start__steps-item-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
}

.how-start__steps-additional {
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  color: #ffffff;

  margin-bottom: 50px;
}

.how-start__steps-item.active {
  opacity: 1;
  border-bottom: 3px solid #6fcbf4;
}

.how-start__steps-btn {
  max-width: 212px;
  padding: 20.5px 20px;
}

.how-start__steps-btn.tab {
  display: none;
}

/* start-building section */
.start-building {
  background: url(./section-8-background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0 200px;
}

.start-building__container {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 30px;
}

.start-building__text {
  max-width: 810px;
}

.start-building__form {
  flex-shrink: 0;
}

.start-building__title {
  font-weight: 700;
  font-size: 60px;
  line-height: 120%;
  color: #ffffff;

  margin-bottom: 50px;
}

.start-building__title .colored {
  color: #6fcbf4;
}

.start-building__text-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 50px;
  row-gap: 50px;
}

.start-building__billet {
  max-width: fit-content;
  display: flex;
  align-items: center;
  background: #ffffff;
  border-right: 15px solid #e0325f;
  border-radius: 12px;
  padding: 15px;
}

.start-building__billet br {
  display: none;
}

.start-building__billet:last-child {
  border-right: 15px solid #26e788;
}

.start-building__billet-text {
  font-weight: 600;
  font-size: 26px;
  line-height: 31px;
  color: #0f1719;
}

.start-building__billet-text.sum {
  font-weight: 700;
}

.start-building__billet-down {
  width: 0px;
  height: 0px;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 17px solid #e0325f;
  margin: 0 10px;
}

.start-building__billet-top {
  width: 0px;
  height: 0px;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 17px solid #26e788;
  margin: 0 10px;
}

.start-building__billet-timer {
  display: flex;
  align-items: center;
  column-gap: 4px;

  margin-left: 5px;
}

.start-building__billet-timer-minutes,
.start-building__billet-timer-seconds {
  width: 40px;
  font-weight: 600;
  font-size: 26px;
  line-height: 31px;
  text-align: center;
  color: #ffffff;
  background: #e0325f;
  border-radius: 6px;
  padding: 4.5px;
}

/* companies section */
.companies {
  padding-bottom: 100px;
}

.companies__container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 30px;
}

.companies__item {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px 20px;
}

.companies__item-icon {
  width: auto;
  height: 30px;
  object-fit: contain;

  margin-bottom: 20px;
}

.companies__item-content {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #0f1719;
}

@media (max-width: 1700px) {
  .video-section__illustration {
    right: 0;
  }

  .firstScreen__container {
    column-gap: 30px;
  }
}

@media (max-width: 1420px) {
  .container {
    padding: 0 16px;
  }
}

@media (max-width: 1350px) {
  .firstScreen__text {
    max-width: calc(100% - 545px);
  }

  .firstScreen__form {
    display: none;
  }

  .video-section__wrapper {
    margin: 0 auto;
  }

  .video-section__illustration {
    display: none;
  }

  .become-part__container {
    background: url(./section-4-background-tab.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }

  .become-part__container {
    flex-direction: column-reverse;
    row-gap: 50px;
  }

  .become-part__left,
  .become-part__right {
    max-width: 100%;
  }

  .become-part__left-title.desk {
    display: none;
  }

  .become-part__left-title.tab {
    display: block;
  }

  .become-part__right-title.desk {
    display: none;
  }

  .become-part__right-title.tab {
    display: block;
  }

  .become-part__left-title,
  .become-part__right-title {
    text-align: center;
  }

  .become-part__left-billet-1 {
    right: unset;
    left: 32%;
  }

  .become-part__left-billet-2 {
    right: unset;
    left: 45%;
  }

  .become-part__left-billet-3 {
    right: unset;
    left: 42.5%;
  }

  .become-part__left-billet-4 {
    right: unset;
    left: 50%;
  }

  .become-part__right-wrapper {
    padding-bottom: 0;
  }

  .become-part__left {
    row-gap: 100px;
  }

  .investors__title.tab {
    display: block;
  }

  .investors__title.desk {
    display: none;
  }

  .investors__title {
    position: relative;
    z-index: 2;
    text-align: center;
  }

  .investors__container {
    column-gap: 20px;
  }

  .investors__items {
    max-width: 358px;
  }

  .investors__table-left {
    row-gap: 15px;
  }

  .how-start__container {
    flex-direction: column-reverse;
    row-gap: 50px;
  }

  .how-start__illustrations {
    min-height: 608px;
    margin: 0 auto;
  }

  .how-start__steps {
    width: 100%;
  }

  .how-start__steps-btn.desk {
    display: none;
  }

  .how-start__steps-btn.tab {
    position: relative;
    z-index: 2;
    display: flex;

    margin: 50px auto 0;
  }

  .how-start__steps-title {
    text-align: center;
  }

  .how-start__steps-subtitle {
    text-align: center;
  }

  .how-start__steps-wrapper {
    max-width: 620px;
    margin: 50px auto 30px;
  }

  .how-start__steps-additional {
    text-align: center;

    margin-bottom: 0;
  }
}

@media (max-width: 1130px) {
  .firstScreen__background {
    background-position: top center;
  }

  .firstScreen {
    background: unset;
  }

  .header__right {
    flex-direction: column;
    align-items: flex-end;
    row-gap: 10px;
  }

  .header {
    margin-bottom: 50px;
  }

  .header__main {
    align-items: flex-start;
  }

  .header__billets {
    column-gap: 15px;
  }

  .header__billet {
    padding: 8px 10px 8px 15px;
  }

  .header__billet-text {
    font-size: 12px;
    line-height: 14px;
  }

  .firstScreen__text {
    max-width: calc(100% - 340px);
  }

  .firstScreen__slider-container {
    max-width: 320px;
  }

  .firstScreen__billet {
    padding: 8px 20px;

    margin-bottom: 30px;
  }

  .firstScreen__billet-text {
    font-size: 24px;
    line-height: 29px;
  }

  .firstScreen__billet-timer-minutes,
  .firstScreen__billet-timer-seconds {
    font-size: 24px;
    line-height: 29px;
    padding: 3.5px;
  }

  .firstScreen__title {
    font-size: 45px;
    line-height: 120%;

    margin-bottom: 15px;
  }

  .firstScreen__title .colored::after {
    width: 14px;
    height: 14px;
    top: -25px;
    right: -15px;
  }

  .firstScreen__description {
    font-size: 18px;
    line-height: 160%;

    margin-bottom: 30px;
  }

  .video-section {
    padding: 38px 0 60px;
  }

  .new-age {
    padding: 60px 0 80px;
  }

  .new-age .container {
    padding: 0;
  }

  .new-age__container {
    flex-direction: column;
    row-gap: 30px;
  }

  .new-age__text {
    max-width: 100%;
    padding: 0 16px;
  }

  .new-age__text-title {
    max-width: 636px;
    font-size: 38px;
    line-height: 120%;
    text-align: center;

    margin: 0 auto 15px;
  }

  .new-age__text-description {
    font-size: 18px;
    line-height: 160%;
    text-align: center;
  }

  .new-age__slider-container {
    padding-left: 16px;
  }

  .seos {
    padding: 80px 0;

    margin-bottom: 80px;
  }

  .seos .seo-section {
    padding-bottom: 50px;
  }

  .seo-title {
    font-size: 38px;
    line-height: 120%;

    margin-bottom: 30px;
  }

  .seo-container {
    column-gap: 20px;
  }

  .seo-content {
    margin-bottom: 15px;
  }

  .seo-block .seo-content {
    margin-bottom: 10px;
  }

  .seo-block {
    padding: 15px;

    margin-bottom: 15px;
  }

  .become-part {
    padding-bottom: 80px;
  }

  .become-part__right {
    padding: 0 48px;
  }

  .become-part__left {
    max-width: 651px;
    margin: 0 auto;
  }

  .become-part__left-title {
    padding: 0 48px;
  }

  .become-part__left-phone {
    max-width: 434px;
  }

  .become-part__left-billet-1 {
    bottom: 415px;
    right: 105px;
    left: unset;
  }

  .become-part__left-billet-2 {
    bottom: 295px;
    right: -5px;
    left: unset;
  }

  .become-part__left-billet-3 {
    bottom: 175px;
    right: 44px;
    left: unset;
  }

  .become-part__left-billet-4 {
    bottom: 55px;
    right: -15px;
    left: unset;
  }

  .investors {
    padding-bottom: 60px;
  }

  .investors__title {
    font-size: 38px;
    line-height: 120%;

    margin-bottom: 30px;
  }

  .investors__container {
    margin-bottom: 30px;
  }

  .investors__slider-item-income {
    margin-bottom: 20px;
  }

  .investors__slider-navigation {
    margin-top: 30px;
  }

  .investors__table-time {
    margin-left: 24px;
  }

  .investors__table {
    padding: 24px;
  }

  .makes-dreams {
    padding: 60px 0;
  }

  .makes-dreams__container {
    padding: 50px 50px 150px;
  }

  .makes-dreams__title {
    font-size: 38px;
    line-height: 120%;

    margin-bottom: 30px;
  }

  .makes-dreams__wrapper {
    display: block;
  }

  .makes-dreams__illustration {
    max-width: 340px;
    float: left;
    margin-right: 20px;
    margin-bottom: 24px;
  }

  .makes-dreams__author-name {
    font-size: 24px;
    line-height: 29px;
  }

  .makes-dreams__author-position {
    font-size: 20px;
    line-height: 24px;
  }

  .makes-dreams__author-content {
    margin: 20px 0 30px;
  }

  .makes-dreams__logo-name {
    font-size: 20px;
    line-height: 24px;
  }

  .makes-dreams__stump {
    bottom: 50px;
    right: 70px;
  }

  .how-start {
    padding: 60px 0;
  }

  .how-start__steps-title {
    font-size: 38px;
    line-height: 120%;

    margin-bottom: 15px;
  }

  .how-start__steps-subtitle {
    font-size: 18px;
    line-height: 155%;
  }

  .how-start__steps-additional {
    font-size: 16px;
    line-height: 170%;
  }

  .start-building {
    padding: 60px 0;
  }

  .start-building__container {
    column-gap: 20px;
  }

  .start-building__title {
    font-size: 45px;
    line-height: 120%;

    margin-bottom: 50px;
  }

  .start-building__title {
    max-width: calc(100% - 380px);
  }

  .start-building__form {
    position: absolute;
    top: 0;
    right: 0;
  }

  .start-building__text-wrapper {
    flex-wrap: unset;
    align-items: flex-start;
    flex-direction: column;
  }

  .start-building__billet {
    padding: 11.5px 20px;
  }

  .start-building__billet-text {
    font-size: 24px;
    line-height: 29px;
  }

  .start-building__billet:nth-child(2) {
    padding: 8px 20px;
  }

  .start-building__billet-down {
    border-left: 9.5px solid transparent;
    border-right: 9.5px solid transparent;
    border-top: 15px solid #e0325f;
  }

  .start-building__billet-top {
    border-left: 9.5px solid transparent;
    border-right: 9.5px solid transparent;
    border-bottom: 15px solid #26e788;
  }

  .start-building__billet-timer-minutes,
  .start-building__billet-timer-seconds {
    font-size: 24px;
    line-height: 29px;
    padding: 3.5px;
  }

  .companies {
    padding: 60px 0;
  }

  .companies__container {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .background-gradient-left {
    left: -170px;
  }

  .background-gradient-right {
    right: -195px;
  }

  .background-gradient-1 {
    top: 9%;
  }

  .background-gradient-2 {
    top: 16.5%;
  }

  .background-gradient-3 {
    top: 25%;
  }

  .background-gradient-4 {
    top: 32.5%;
  }

  .background-gradient-5 {
    top: 44%;
  }

  .background-gradient-6 {
    top: 49%;
  }

  .background-gradient-7 {
    top: 59%;
  }

  .background-gradient-8 {
    top: 67%;
  }

  .background-gradient-9 {
    top: 74.5%;
  }

  .background-gradient-10 {
    top: 81%;
  }

  .background-gradient-11 {
    display: block;
    top: 91%;
  }

  .background-gradient-12 {
    display: block;
    top: 98%;
  }
}

@media (max-width: 1023px) {
  .investors__table-left {
    min-width: 40px;
    column-gap: 5px;
  }

  .investors__table-sum {
    font-size: 7px;
    line-height: 8px;
  }

  .investors__table-time-item {
    font-size: 7px;
    line-height: 8px;
  }

  .firstScreen__slider-container {
    top: 75px;
  }
}

@media (max-width: 767px) {
  .become-part__left {
    row-gap: 125px;
  }

  .become-part__left-phone {
    max-width: 400px;
  }

  .investors__tables {
    display: none;
  }

  .investors__items {
    max-width: 100%;
  }

  .investors__items .investors__table {
    display: flex;

    margin-bottom: 20px;
  }
}

@media (max-width: 950px) {
  .container {
    padding: 0 10px;
  }

  .header {
    margin-bottom: 30px;
  }

  .header__container {
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
    padding: 10px 0 30px;
  }

  .header__main {
    flex-direction: column;
    row-gap: 20px;
    padding-top: 20px;
  }

  .header__mob {
    display: block;
  }

  .router.desk {
    display: none;
  }

  .header__billets {
    align-items: flex-start;
    flex-direction: column;
    row-gap: 10px;
  }

  .firstScreen__slider-container {
    display: none;
  }

  .firstScreen__container {
    padding-bottom: 30px;
  }

  .firstScreen__text {
    max-width: 100%;
  }

  .firstScreen__billet {
    margin-bottom: 20px;
  }

  .firstScreen__billet-text {
    font-size: 22px;
    line-height: 26px;
  }

  .firstScreen__billet-timer-minutes,
  .firstScreen__billet-timer-seconds {
    font-size: 22px;
    line-height: 26px;
    padding: 4px;
  }

  .firstScreen__title {
    font-size: 38px;
    line-height: 120%;

    margin-bottom: 10px;
  }

  .firstScreen__title .colored::after {
    width: 10px;
    height: 10px;
    top: -25px;
    right: -10px;
  }

  .firstScreen__description {
    font-size: 16px;
    line-height: 160%;

    margin-bottom: 20px;
  }

  .video-section {
    padding: 28px 0 45px;
  }

  .new-age {
    padding: 45px 0 90px;
  }

  .new-age__text {
    padding: 0 10px;
  }

  .new-age__text-title {
    font-size: 30px;
    line-height: 120%;

    margin-bottom: 10px;
  }

  .new-age__text-description {
    font-size: 16px;
    line-height: 160%;
  }

  .new-age__slider-container {
    padding: 0 10px;
  }

  .new-age__slider-item {
    width: 100% !important;
    transform: scale(1) !important;
  }

  .seos {
    padding: 50px 0;

    margin-bottom: 50px;
  }

  .seo-title {
    font-size: 30px;
    line-height: 120%;

    margin-bottom: 30px;
  }

  .seo-container {
    flex-direction: column;
    row-gap: 15px;
  }

  .seo-container-left,
  .seo-container-right {
    flex-basis: 100%;
  }

  .become-part {
    padding-bottom: 90px;
  }

  .become-part .container {
    padding: 0;
  }

  .become-part__container {
    padding: 50px 10px 0;
    border-radius: 0;
  }

  .become-part__right {
    padding: 0;
  }

  .become-part__right-title {
    font-size: 30px;
    line-height: 120%;
  }

  .become-part__right-item {
    padding: 15px;
  }

  .become-part__left {
    max-width: 100%;
    row-gap: 80px;
  }

  .become-part__left-title {
    font-size: 30px;
    line-height: 120%;
    padding: 0;
  }

  .become-part__left-phone {
    max-width: 260px;
    left: -30px;
  }

  .become-part__left-billet {
    min-width: 200px;
    padding: 7px 10px 7px 20px;
  }

  .become-part__left-billet-title {
    font-size: 24px;
    line-height: 29px;

    margin-bottom: 2px;
  }

  .become-part__left-billet-description {
    font-size: 12px;
    line-height: 14px;
  }

  .become-part__left-billet-1 {
    bottom: 261px;
    left: 64px;
    right: unset;
  }

  .become-part__left-billet-2 {
    bottom: 182px;
    left: 137px;
    right: unset;
  }

  .become-part__left-billet-3 {
    bottom: 103px;
    left: 160px;
    right: unset;
  }

  .become-part__left-billet-4 {
    bottom: 24px;
    left: 204px;
    right: unset;
  }

  .become-part__left-billet-2-desk {
    display: none;
  }

  .become-part__left-billet-2-mob {
    display: block;
  }

  .become-part__left-billet-3-desk {
    display: none;
  }

  .become-part__left-billet-3-mob {
    display: block;
  }

  .become-part__left-billet-4-desk {
    display: none;
  }

  .become-part__left-billet-4-mob {
    display: block;
  }

  .investors {
    padding-bottom: 45px;
  }

  .investors__title {
    font-size: 30px;
    line-height: 120%;
  }

  .investors__slider-item-top {
    column-gap: 20px;

    margin-bottom: 10px;
  }

  .investors__slider-item-name h3 {
    font-size: 18px;
    line-height: 21px;
  }

  .investors__slider-item-income {
    font-size: 24px;
    line-height: 29px;

    margin-bottom: 23px;
  }

  .investors__slider-item-income .sum {
    padding: 3px 5px;
  }

  .investors__items .investors__table {
    padding: 22px;
  }

  .investors__table-left {
    row-gap: 13px;
  }

  .investors__table-time {
    margin-left: 22px;
  }

  .investors__table-sum {
    padding: 1px 2px;
  }

  .investors__table-right-sum {
    right: 15px;
  }

  .investors__table-griphic {
    margin-bottom: 5px;
  }

  .makes-dreams {
    padding: 45px 0;
  }

  .makes-dreams .container {
    padding: 0;
  }

  .makes-dreams__container {
    border-radius: 0;
    padding: 50px 10px 100px;
  }

  .makes-dreams__title {
    font-size: 30px;
    line-height: 120%;

    margin-bottom: 30px;
  }

  .makes-dreams__illustration {
    max-width: 120px;

    margin-right: 20px;
    margin-bottom: 0;
  }

  .makes-dreams__author-name {
    font-size: 24px;
    line-height: 29px;

    margin-bottom: 5px;
  }

  .makes-dreams__author-position {
    font-size: 20px;
    line-height: 24px;

    margin-bottom: 30px;
  }

  .makes-dreams__author-content {
    margin: 0 0 20px;
  }

  .makes-dreams__author-content-item {
    margin-top: 20px;
  }

  .makes-dreams__stump {
    max-width: 150px;
    bottom: 20px;
    right: 20px;
  }

  .makes-dreams__logo {
    align-items: flex-start;
  }

  .makes-dreams__logo-name {
    max-width: 170px;
  }

  .how-start {
    padding: 45px 0;
  }

  .how-start__steps-title {
    font-size: 30px;
    line-height: 120%;

    margin-bottom: 10px;
  }

  .how-start__steps-subtitle {
    font-size: 16px;
    line-height: 155%;
  }

  .how-start__container {
    row-gap: 20px;
  }

  .how-start__steps-wrapper {
    margin: 30px auto 20px;
  }

  .how-start__steps-item:nth-child(1) {
    padding: 0 9.5px 20px 0;
  }

  .how-start__steps-item:nth-child(2) {
    padding: 0 9.5px 20px;
  }

  .how-start__steps-item:nth-child(3) {
    padding: 0 0 20px 9.5px;
  }

  .how-start__steps-item-title {
    font-size: 18px;
    line-height: 21px;
  }

  .how-start__steps-additional {
    font-size: 16px;
    line-height: 170%;
  }

  .how-start__illustrations {
    display: flex;
    justify-content: center;
    min-height: 300px;
  }

  .how-start__illustration {
    max-width: 340px;
    min-height: 295px;
    padding: 15px;
    left: unset;

    margin: 0 auto;
  }

  .how-start__illustration-container {
    display: flex;
    column-gap: 8px;
  }

  .how-start__illustration-text {
    font-size: 12px;
    line-height: 130%;
  }

  .how-start__illustration-image {
    max-width: 173px;
  }

  .how-start__illustration-text-wrapper {
    row-gap: 8px;
  }

  .how-start__arrow {
    max-width: 50px;
  }

  .how-start__arrow {
    right: -26px;
  }

  .how-start__arrow-3 {
    bottom: 20.5%;
  }

  .how-start__steps-btn.tab {
    margin: 30px auto 0;
  }

  .start-building {
    padding: 45px 0;
  }

  .start-building__container {
    flex-direction: column;
    row-gap: 30px;
  }

  .start-building__form {
    position: relative;
    top: unset;
    right: unset;
  }

  .start-building__title {
    max-width: 100%;
    font-size: 38px;
    line-height: 120%;

    margin-bottom: 30px;
  }

  .start-building__text-wrapper {
    row-gap: 20px;
  }

  .start-building__billet {
    padding: 12px 20px;
  }

  .start-building__billet-text {
    font-size: 22px;
    line-height: 26px;
  }

  .start-building__billet-down {
    border-left: 8.5px solid transparent;
    border-right: 8.5px solid transparent;
    border-top: 13px solid #e0325f;
  }

  .start-building__billet-top {
    border-left: 8.5px solid transparent;
    border-right: 8.5px solid transparent;
    border-bottom: 13px solid #26e788;
  }

  .start-building__billet:nth-child(2) {
    order: -1;
  }

  .start-building__billet:last-child {
    flex-wrap: wrap;
  }

  .start-building__billet:last-child {
    max-width: 280px;
  }

  .start-building__form {
    margin: 0 auto;
  }

  .companies {
    padding: 45px 0;
  }

  .companies__container {
    grid-template-columns: repeat(1, 1fr);
  }

  .background-gradient {
    width: 363.9px;
    height: 299.35px;
  }

  .background-gradient-left {
    left: -100px;
  }

  .background-gradient-right {
    right: -112px;
  }

  .background-gradient-1 {
    top: 6%;
  }

  .background-gradient-2 {
    top: 10.5%;
  }

  .background-gradient-3 {
    top: 16%;
  }

  .background-gradient-4 {
    top: 20.5%;
  }

  .background-gradient-5 {
    top: 26%;
  }

  .background-gradient-6 {
    top: 30.5%;
  }

  .background-gradient-7 {
    top: 36%;
  }

  .background-gradient-8 {
    top: 51%;
  }

  .background-gradient-9 {
    top: 56.5%;
  }

  .background-gradient-10 {
    top: 61.5%;
  }

  .background-gradient-11 {
    top: 78%;
  }

  .background-gradient-12 {
    top: 72%;
  }

  .background-gradient-13 {
    display: block;
    top: 88%;
  }

  .background-gradient-14 {
    display: block;
    top: 82.5%;
  }

  .background-gradient-15 {
    display: block;
    top: 98%;
  }

  .background-gradient-16 {
    display: block;
    top: 93%;
  }
}

@-webkit-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  40% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  60% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}

@-moz-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }

  40% {
    transform: translateX(-20px);
  }

  60% {
    transform: translateX(-10px);
  }
}

@keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  40% {
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  60% {
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}

/*animated scroll arrow animation*/
@-webkit-keyframes ca3_fade_move_down {
  0% {
    -webkit-transform: translate(0, -20px);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
}

@-moz-keyframes ca3_fade_move_down {
  0% {
    -moz-transform: translate(0, -20px);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -moz-transform: translate(0, 20px);
    opacity: 0;
  }
}

@keyframes ca3_fade_move_down {
  0% {
    transform: translate(0, -20px);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: translate(0, 20px);
    opacity: 0;
  }
}

.attention {
  display: flex;
  justify-content: center;
  position: fixed;
  z-index: 20;
  bottom: 20px;
  width: 100%;
  padding: 0 16px;

  margin: 0 auto;
}

.attention__content {
  max-width: 851px;
  display: flex;
  align-items: center;
  column-gap: 15px;
  background: #ffffff;
  border-right: 15px solid #ff0000;
  border-radius: 12px;
  padding: 15px 20px;
}

.attention__icon {
  width: 40px;
  height: 40px;
}

.attention__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #0f1719;
}

@media (max-width: 1130px) {
  .attention__content {
    max-width: 630px;
    align-items: flex-start;
  }

  .attention__icon {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 730px) {
  .attention {
    padding: 0 10px;
  }

  .attention__content {
    max-width: 340px;
    column-gap: 10px;
  }

  .attention__icon {
    width: 34px;
    height: 34px;
  }

  .attention__title {
    font-size: 14px;
    line-height: 17px;
  }
}
/* 
@media (max-width: 950px) {
  .start-building__container {
    flex-direction: column;
    row-gap: 30px;
  }
} */
