.gradient-bg {
  background: linear-gradient(101.69deg, #DBF1C3 -7.72%, #DCE7E3 86.48%);
  border-radius: 40px;
}

*{
  font-family: 'DM Sans', sans-serif;
}
.black-bg{
  background: #000;
  margin: 50px 90px;
  padding: 100px 64px 100px 64px;
  border-radius: 32px;
}

.calc-label{
  border-bottom: 1px solid #5e5e5e;
  display: flex !important;
  gap: 5px;
}
.calc-label input{
  accent-color: #FF8565 !important;
  width: 18px;
  height: 18px;
}

.btn-primary{
  background-color: #FF8565;
  color: #fff !important;
  font-weight: bold;
  border: #ee7456;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus{
  background-color: #ff9f87;

}
.calc-name{
  flex-grow: 1;


}
.calc-price{
  color: #5e5e5e;
}
.hero-annotation {
  color: #FF8565;
  font-size: 15px;
}
.section-annotation {
  color: #FF8565;
  font-size: 15px;
}

.floating-block{
  margin-top: -180px;
}

.accordion{
  background: none !important;
  padding-bottom: 200px;
}
.accordion-item{
  background: none !important;
  border-bottom: 2px solid rgba(17, 16, 19, 0.4) !important;
  
}
.accordion-button, .accordion-button:focus, .accordion-button:active{
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  font-weight: bold;
  font-size: 32px;
  
}
.accordion-body{
  font-size: 16px;
  font-weight: 400;
}

.actions-title{
  font-size: 42px;
  font-weight: 700;
}
.actions-desc{
  font-family: 'Inter', sans-serif;
  color: rgba(17, 16, 19, 0.6) !important;
  font-size: 16px;
}

.actions-card{
  padding: 48px !important;
}



.digits-block{
  background: url('../img/section_rocket.png');

  background-repeat: no-repeat;
  background-position: 80% center;
  background-size: contain;
}
.digits-title{
  font-size: 96px;
  font-weight: 700;
}
.digits-desc{
  font-size: 22px;
  font-weight: 700;
  margin-top: -30px;
  width: 400px;
  text-align: center;
}

.text-primary{
  color: #FF8565 !important;
}

.hero-button {
  align-items: center;
  background: #000;;
  border-radius: 6px;
  color: #FFF;
  display: inline-flex;
  font-weight: 600;
  gap: 10px;
  justify-content: center;
  margin-bottom: 20px;
  padding: 13px 20px 13px 20px;
  text-decoration: none;
}
.section-button{
  font-size: 12px;
  text-wrap: nowrap;
}

.hero-desc {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.hero-desc div {
  font-weight: bold;
  width: 660px;
}


.hero-title {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.section-title{
  font-size: 44px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .section-title{
    font-size: 24px !important;
  }
  .hero-title span{
    font-size: 28px !important;
  }
  .black-bg{
    margin: auto;
    padding: 20px;
  }
  .digits-desc{
    font-size: 14px;
    text-wrap: wrap;
  }
}

.hero-title span {
  font-size: 72px;
  font-weight: 700;
  width: 970px;
}

section#main {
  background-position: center 10px !important;
  background-repeat: no-repeat !important;
  background: url('../img/landing_bg.svg');
  text-align: center;
}

.btn-white{
  border-radius: 6px;
  color: #000;
  background: #FFF;
  border: 1px solid rgba(17, 16, 19, 0.1);
  text-decoration: none;
  
}

.btn-black{
  color: #FFF;
  background: #000;
  border-radius: 6px;
  text-decoration: none;
}
.btn-black:hover, .btn-black:focus, .btn-black:active{
  color: #FFF;
  background: #000;
  border-radius: 6px;
  text-decoration: none;
}

.card{
  padding: 38px 20px ;
  border: none !important;
}
.card .card-title{
font-size: 18px;
font-family: 'DM Sans', sans-serif;
font-weight: 700;
}
.card .card-description{
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: rgba(17, 16, 19, 0.6);

}
.card .card-img{
  width: 36px;
  margin-bottom: 14px;
}

.card-bg{
  background: rgba(255, 133, 101, 1);
  background-image: url('../img/section_decoration.svg');
  background-repeat: no-repeat !important;
  background-position: 80% 85%;
}