h1,
h2 {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 40px;
}

.insurance__list {
  max-width: 810px;
  font-weight: 400;
  font-size: 19px;
  line-height: 24px;
  color: var(--black-color);
}

.insurance__list li {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--black-color);
}

.insurance__list li:first-child {
  margin-top: 20px;
}

.insurance__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 15px;
  margin-top: -20px;
}

.insurance__buttons button {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: var(--white-color);
  background: -webkit-gradient(linear, left top, left bottom, from(#c09ef7), to(#b289f5));
  background: -o-linear-gradient(top, #c09ef7 0%, #b289f5 100%);
  background: linear-gradient(180deg, #c09ef7 0%, #b289f5 100%);
  -webkit-box-shadow: 0px 22.3363px 17.869px rgb(71 79 160 / 4%), 0px 12.5216px 10.0172px rgb(71 79 160 / 4%),
    0px 6.6501px 5.32008px rgb(71 79 160 / 3%), 0px 2.76726px 2.21381px rgb(71 79 160 / 2%);
  box-shadow: 0px 22.3363px 17.869px rgb(71 79 160 / 4%), 0px 12.5216px 10.0172px rgb(71 79 160 / 4%),
    0px 6.6501px 5.32008px rgb(71 79 160 / 3%), 0px 2.76726px 2.21381px rgb(71 79 160 / 2%);
  border-radius: 30px;
  padding: 15px 30px;
  min-width: 190px;
}

.insurance__process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

.insurance__process h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
}

.process__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 800px;
  width: 100%;
}

.process__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 200px;
}

.process__col p {
  position: relative;
  width: 94px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--black-color);
}

.process__col span {
  font-weight: 900;
  font-size: 100px;
  line-height: 120px;
  color: #d3ebae;
}

.process__col:not(:last-child) p:after {
  content: "";
  position: absolute;
  top: 16px;
  right: -80px;
  background: url(/img/svg/arrow-right.svg) no-repeat center;
  width: 20px;
  height: 20px;
}

.insurance__companys {
  padding-bottom: 10px;
}

.insurance__companys h2 {
  margin-top: 40px;
}

.company__col-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}

.company__col-main p,
.company__col p {
  font-size: 20px;
  line-height: 20px;
  color: var(--black-color);
}

.company__col-main p {
  font-weight: 700;
}

.company__col-main p:last-child {
  width: 130px;
}

.company__col {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  background: var(--white-color);
  border: 1px solid var(--green-color);
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 15px;
}

.company__col-main p:first-child,
.company__col p:first-child {
  padding-left: 30px;
  max-width: 360px;
  width: 100%;
}

.company__col p:first-child {
  position: relative;
  padding-left: 25px;
}

.company__col-main p:first-child {
  max-width: 300px;
}

.company__col p:first-child::before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  background: url(/img/svg/arrow-right.svg) no-repeat center;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.company__col p {
  font-weight: 400;
  width: 190px;
}

.company__col button,
.companys__form button {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #777777;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(202, 234, 148, 0.53)), to(#c4e888));
  background: -o-linear-gradient(top, rgba(202, 234, 148, 0.53) 0%, #c4e888 100%);
  background: linear-gradient(180deg, rgba(202, 234, 148, 0.53) 0%, #c4e888 100%);
  -webkit-box-shadow: 0px 22.3363px 17.869px rgb(71 79 160 / 4%), 0px 12.5216px 10.0172px rgb(71 79 160 / 4%),
    0px 6.6501px 5.32008px rgb(71 79 160 / 3%), 0px 2.76726px 2.21381px rgb(71 79 160 / 2%);
  box-shadow: 0px 22.3363px 17.869px rgb(71 79 160 / 4%), 0px 12.5216px 10.0172px rgb(71 79 160 / 4%),
    0px 6.6501px 5.32008px rgb(71 79 160 / 3%), 0px 2.76726px 2.21381px rgb(71 79 160 / 2%);
  border-radius: 30px;
  padding: 15px 5px;
  min-width: 170px;
  width: 170px;
}

.companys__form {
  display: none;
}

/* ----------------- @media --------------------- */

@media screen and (max-width: 1100px) {
  .insurance__process {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .insurance__process h3 {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .company__col-main p {
    font-size: 16px;
    line-height: 16px;
  }

  .company__col p {
    font-size: 14px;
    line-height: 20px;
  }

  .company__col p:first-child {
    max-width: 250px;
  }

  .company__col-main p:first-child {
    max-width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .process__col:not(:last-child) p:after {
    right: -46px;
  }
}

@media screen and (max-width: 767px) {
  .insurance__buttons {
    margin-top: 15px;
  }

  .company__col-main {
    display: none;
  }

  .company__col {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    gap: 10px;
  }

  .company__col p:first-child {
    max-width: 200px;
  }

  .company__col-main p:first-child {
    padding-left: 0;
  }

  .company__col p {
    width: auto;
    line-height: 16px;
  }

  .company__col button {
    margin-left: auto;
  }
}

@media screen and (max-width: 760px) {
  .insurance__companys h2 {
    font-size: 20px;
    line-height: 20px;
    margin: 20px 0;
  }
}

@media screen and (max-width: 680px) {
  .process__col:not(:last-child) p:after {
    right: -10px;
  }
}

@media screen and (max-width: 520px) {

  h1,
  h2 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .insurance__process h3 {
    font-size: 20px;
    line-height: 20px;
  }

  .process__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .process__col {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
  }

  .process__col:nth-child(1) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .process__col:nth-child(2) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .process__col p {
    width: 125px;
  }

  .process__col span {
    font-size: 60px;
    line-height: 62px;
  }

  .process__col:not(:last-child) p:after {
    display: none;
  }

  .company__col p:first-child {
    margin-right: auto;
    max-width: 100%;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: var(--blue-color);
  }

  .company__col button {
    width: 100%;
  }
}

@media screen and (max-width: 420px) {
  .insurance__list {
    max-width: 270px;
    font-size: 14px;
    line-height: 17px;
  }

  .insurance__list li {
    font-size: 14px;
    line-height: 16px;
    margin-left: 30px;
  }

  .insurance__list li:first-child {
    margin-top: 10px;
  }
}