.cost {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 750px) {
  .cost {
    gap: 24px;
  }
}
.cost .section__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 1062px) {
  .cost .section__header {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px;
  }
}
@media (max-width: 750px) {
  .cost .section__header {
    gap: 24px;
  }
}
.cost .section__header .left {
  display: flex;
  gap: 24px;
  flex-direction: column;
}
@media (max-width: 1009px) {
  .cost .section__header .left {
    gap: 16px;
  }
}
.cost .section__header .left h1 {
  width: 749.272px;
}
@media (max-width: 1009px) {
  .cost .section__header .left h1 {
    width: 598px;
  }
}
@media (max-width: 750px) {
  .cost .section__header .left h1 {
    width: 100%;
  }
}
.cost .section__header .left p {
  width: 648px;
  color: #040B2F;
  font-family: "Exo 2";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 26px */
  margin: 0;
}
@media (max-width: 750px) {
  .cost .section__header .left p {
    width: 100%;
  }
}
.cost .section__header .cost_button {
  display: flex;
  width: 260px;
  padding: 16px;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  background: #001593;
  border-width: 0;
  color: #FFF;
  text-align: center;
  /* Text_inter/Button_14_140% */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 19.6px */
  justify-content: center;
}

.cost .section__header .cost_button:hover {
  background: #0019b2;
}
@media (max-width: 750px) {
  .cost .section__header .cost_button {
    width: 100%;
  }
}
.cost .cost_items {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
@media (max-width: 1009px) {
  .cost .cost_items {
    gap: 20px;
  }
}
@media (max-width: 750px) {
  .cost .cost_items {
    gap: 10px;
  }
}
.cost .cost_items .cost_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  height: 380px;
  width: 324px;
  border-radius: 2px;
  background: #EFF0F3;
}
@media (max-width: 1009px) {
  .cost .cost_items .cost_item {
    height: 300px;
    padding: 20px 16px;
  }
}
@media (max-width: 750px) {
  .cost .cost_items .cost_item {
    padding: 30px;
    height: max-content;
    gap: 50px;
    width: 100%;
  }
}
.cost .cost_items .cost_item__header {
  width: 45px;
  height: 45px;
  flex-shrink: 0;
  border-radius: 4px;
  background: #FB6A29;
  border-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-align: center;
  /* Text_exo2/h3_18_140% */
  font-family: "Exo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 25.2px */
}
@media (max-width: 750px) {
  .cost .cost_items .cost_item__header {
    width: 40px;
    height: 40px;
  }
}
.cost .cost_items .cost_item__content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 750px) {
  .cost .cost_items .cost_item__content {
    gap: 12px;
  }
}
.cost .cost_items .cost_item__content h4 {
  margin: 0;
  color: #030303;
  /* Text_exo2/h2_24_130% */
  font-family: "Exo 2";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 31.2px */
}
@media (max-width: 1009px) {
  .cost .cost_items .cost_item__content h4 {
    font-size: 18px;
    font-weight: 600;
  }
}
.cost .cost_items .cost_item__content p {
  color: rgba(4, 11, 47, 0.65);
  /* Text_inter/Large_16_140% */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}
@media (max-width: 750px) {
  .cost .cost_items .cost_item__content p {
    font-size: 14px;
    font-weight: 500;
  }
}
.cost .cost_banner {
  display: flex;
  flex-direction: column;
  padding: 40px 48px;
  gap: 24px;
  background: #FB6A29;
  position: relative;
}
.cost .cost_banner div.divider {
  width: 86px;
  height: 1px;
  flex-shrink: 0;
}
.cost .cost_banner img.footer_picture {
  position: absolute;
  right: 32px;
  bottom: -40px;
  width: 94.399px;
  height: 176px;
  flex-shrink: 0;
}
.cost .cost_banner article.cost_banner__text {
  align-self: stretch;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 750px) {
  .cost .cost_banner article.cost_banner__text {
    flex-direction: column;
    gap: 40px;
    justify-content: center;
    align-items: stretch;
  }
}
.cost .cost_banner article.cost_banner__text .top {
  display: flex;
  gap: 40px;
  align-self: stretch;
}
@media (max-width: 1009px) {
  .cost .cost_banner article.cost_banner__text .top {
    gap: 24px;
  }
}
@media (max-width: 750px) {
  .cost .cost_banner article.cost_banner__text .top {
    flex-direction: column;
  }
}
.cost .cost_banner article.cost_banner__text .top h4 {
  color: #FFF;
  max-width: 501px;
  flex: 1;
  /* Text_exo2/h2_24_130% */
  font-family: "Exo 2";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 31.2px */
  margin: 0;
}
@media (max-width: 750px) {
  .cost .cost_banner article.cost_banner__text .top h4 {
    width: 100%;
    font-size: 20px;
  }
}
.cost .cost_banner article.cost_banner__text .top p {
  margin: 0;
  color: #FFF;
  font-family: "Exo 2";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
  max-width: 391px;
  align-self: stretch;
  flex: 1;
}
@media (max-width: 750px) {
  .cost .cost_banner article.cost_banner__text .top p {
    font-size: 14px;
  }
}
.cost .cost_banner article.cost_banner__text button.start_comm {
  display: flex;
  width: 242px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: #FFF;
  color: #040B2F;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  border-width: 0;
}

.cost .cost_banner article.cost_banner__text button.start_comm:hover {
  background:#0019b2;
  color: #FFF;
  transition: 0.5s;
}
@media (max-width: 750px) {
  .cost .cost_banner article.cost_banner__text button.start_comm {
    width: 100%;
  }
}
/*# sourceMappingURL=cost.css.map */