.grad1 {

  height:100%;
  width:100%;
  
  /*Fallback if gradeints don't work */
  background: #9b59b6;
  /*Linear gradient... */
  background: 
    radial-gradient(
     at center, #3498db, #9b59b6
    );
}


/* Карточка целиком */
#rec1757037341 .t-accordion__item {
    margin-bottom: 20px !important;
    border: none !important;
}

/* Белая плашка */
#rec1757037341 .t-accordion__item > div {
    background: #ffffff !important;
    border-radius: 24px !important;
    padding: 24px !important;
    box-sizing: border-box;
}

/* Убираем стандартные линии */
#rec1757037341 .t-accordion__item:after,
#rec1757037341 .t-accordion__item:before {
    display: none !important;
}

/* Чтобы контент не вылезал за скругления */
#rec1757037341 .t-accordion__item > div {
    overflow: hidden;
}

/* Последняя карточка без отступа */
#rec1757037341 .t-accordion__item:last-child {
    margin-bottom: 0 !important;
}

:root {
  --29abe3: #29abe3;
  --00a3ff: #00a3ff;
  --1d1d1b: #1d1d1b;
  --f5f6f7: #f5f6f7;
  --464d51: #464d51;
  --f39313: #f39313;
  --006eb7: #006eb7;
  --0064d7: #0064d7;
  --55e0aa: #55e0aa;
  --f49509: #f49509;
  --a9a9a9: #a9a9a9;
  --ffffff: #fff;
  --00659e: #00659e;

  --font-family: "Golos Text", sans-serif;
  --second-family: "Inter", sans-serif;
  --third-family: "Roboto", sans-serif;
}

*, *::before, *::after {
  box-sizing: border-box;
}

.container {
  max-width: 1330px;
  padding: 0 15px;
  margin: 0 auto;
}

.get-cost {
  padding: 160px 0;
  background: #f4f4f4;
  font-family: var(--font-family);
}

.get-cost h2 {
  margin-bottom: 48px;
  font-weight: 600;
  font-size: 44px;
}

.get-cost h2 span {
  color: var(--00a3ff);
}

/* .get-cost__form-row {
  row-gap: 30px;
}
 */
.get-cost__form-row > [class*="col-"] {
  margin-bottom: 30px;
}

.get-cost__form-inner {
  height: auto;
  min-height: 100%;
  padding: 40px 30px;
  border-radius: 24px;
  background: #fff;
}

.get-cost__form-inner h3 {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 600;
}

.get-cost__form-inner p {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.input-row {
  margin-bottom: 30px;
}

.get-cost__form-inner input:not([type="radio"]) {
  width: 100%;
  height: 64px;
  padding: 0 24px;
  border-radius: 8px;
  background: #efefef;
  border: none;
  font-size: 16px;
}

.get-cost__form-inner input::placeholder {
  color: var(--a9a9a9);
}

.get-cost__form-inner--right input {
  margin-bottom: 20px;
}

/* RADIO */

.radio-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.radio-list li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.radio-list li:not(:last-child) {
  margin-bottom: 18px;
}

input[type="radio"] {
  width: 22px;
  height: 22px;
  appearance: none;
  border-radius: 50%;
  border: 2px solid var(--00a3ff);
  position: relative;
}

input[type="radio"]:checked::after {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--00a3ff);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* BUTTON */

button[type="submit"] {
  width: 100%;
  margin-top: 30px;
  padding: 18px;
  border-radius: 60px;
  font-size: 18px;
  background: var(--00a3ff);
  color: #fff;
  border: none;
  cursor: pointer;
}

button[type="submit"]:hover {
  background: var(--0064d7);
}

/* TEXT */

small {
  display: block;
  margin-top: 14px;
  font-size: 14px;
  color: #928c8c;
  text-align: center;
}

/* MOBILE */

@media (max-width: 768px) {
  .get-cost {
    padding: 80px 0;
  }

  .get-cost h2 {
    font-size: 32px;
  }

  .get-cost__form-inner {
    padding: 30px 20px;
  }
}

.form-status {
  display: none;
  margin-top: 20px;
  padding: 16px 20px;
  border-radius: 12px;
  font-size: 16px;
  line-height: 1.4;
}

.form-status--success {
  background: #e9f8f1;
  color: #0a7a4a;
}

.form-status--error {
  background: #fdecec;
  color: #b3261e;
}
