.section-1 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.section-1 .txt-1-light:nth-child(2) {
  margin-top: 15px;
}
.section-1 .txt-1-light:nth-child(3) {
  margin-top: 20px;
}
.section-1 .txt-1-light:nth-child(4) {
  margin-top: 12px;
}
.section-1 .link-block {
  margin-top: 30px;
  margin-bottom: 40px;
}
.section-1 a {
  color: var(--color-blue-dark);
  position: relative;
}
.section-1 a:after {
  background-image: url(../images/arrow-right.svg);
  position: absolute;
  content: '';
  width: 33px;
  height: 100%;
  right: -36px;
  top: -1px;
  background-repeat: no-repeat;
  background-position: center;
}
.section-1 .grid-cols-1 {
  row-gap: 18px;
}
.section-1 .card-2 img {
  height: 22px;
  width: 22px;
}
.section-2 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section-2 .txt-1-l {
  margin-top: 15px;
}
.section-2 button {
  margin-top: 30px;
  margin-bottom: 40px;
}
.section-2 .card-2 img {
  height: 40px;
  width: 40px;
}
.section-2 .cards-block {
  row-gap: 18px;
}

.section-3 .txt-1-l {
  margin-top: 15px;
}
.section-3 .cards-block {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 51px;
}
.section-3 .cards-block .card-2:after {
  content: '';
  bottom: -35px;
  left: calc(50% - 7px);
  background-image: url(../images/arrow-right.svg);
  transform: rotateZ(90deg);
  position: absolute;
  height: 15px;
  width: 17px;
  background-repeat: no-repeat;
  background-position: center;
}
.section-3 .cards-block .card-2:last-child:after {
  content: unset;
}
.section-3 .alert-info {
  margin-top: 20px;
}

.section-4 .txt-1-l {
  margin-top: 15px;
}
.section-4 button {
  margin-top: 30px;
}
.section-4 .cards-block {
  margin-top: 40px;
  row-gap: 19px;
}
.section-4 .cards-block .card-2 .card-body {
  column-gap: 20px;
}
.section-4 .cards-block .card-2 {
  padding: 0;
}

.section-5 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section-5 h2 {
  color: black;
}
.section-5 .txt-1-l {
  margin-top: 15px;
  color: black;
}
.section-5 .cards-block {
  margin-top: 40px;
  row-gap: 18px;
}
.section-5 .cards-block .card-2 img {
  height: 45px;
  width: 45px;
}
.section-5 .txt-muted {
  margin-top: 18px;
  font-family: Muller;
  font-weight: 300;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0%;
}

.section-6 .txt-1-l {
  margin-top: 15px;
}
.section-6 .cards-block {
  margin-top: 40px;
  row-gap: 18px;
  column-gap: 18px;
}
.section-6 .cards-block .card-body img {
  width: 23px;
  height: 23px;
}
.section-6 .cards-block .card-2 {
  padding: 18px;
}

.section-6 .cards-block .card-body .title span {
  font-family: Rubik;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
  margin-right: 8px;
}
.section-6 button {
  margin-top: 30px;
}
.section-6 .card-3 {
  margin-top: 35px;
  background-image: url(../images/index/image1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.section-7 .txt-1-l {
  margin-top: 20px;
}
.section-7 button {
  margin-top: 30px;
}
.section-7 .cards-block {
  margin-top: 40px;
  gap: 18px;
}

.section-8 {
  padding-bottom: 60px;
}
.section-8 .txt-1-l {
  margin-top: 15px;
}
.section-8 .cards-block {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 18px;
}
.section-8 .card-4 .sub-title {
  margin-top: 8px;
}
.section-8 .card-4.bg-gradient-1 {
  margin-top: 30px;
}
.section-8 .card-4.bg-gradient-1 .title {
  font-family: Muller;
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0%;
}
.section-8 .card-4.bg-gradient-1 .sub-title {
  font-size: 16px;
  margin-top: 12px;
}
.section-8 .card-4.bg-gradient-1 button {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .section-1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section-1 .grid-cols-1 {
    column-gap: 18px;
  }
  .section-1 .grid-cols-1 {
    row-gap: 20px;
  }
  .section-2 .cards-block .card-2:nth-child(5) .card-body {
    flex-direction: row;
  }
  .section-4 .cards-block {
    column-gap: 10px;
  }
  .section-4 .cards-block .card-2 .img-block {
    position: relative;
  }
  .section-4 .cards-block .card-2 .img-block:after {
    content: '';
    position: absolute;
    width: calc(100% - 45px);
    height: 1.5px;
    border: 1.5px solid #DDDFE3;
    top: calc(50% - 1px);
    left: 45px;
  }
  .section-4 .cards-block .card-2:last-child .img-block:after {
    content: unset;
  }
  .section-4 .cards-block .card-2:nth-child(3) .img-block:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 1.5px;
    border: 1.5px solid #DDDFE3;
    top: calc(50% - 1px);
    left: -40px;
  }
  .section-5 {
    padding-top: 80px;
    padding-bottom: 80px;
  }



  .section-5 .cards-block {
    column-gap: 18px;
  }
  .section-5 .cards-block .card-2:nth-child(3) .card-body,
  .section-5 .cards-block .card-2:nth-child(4) .card-body,
  .section-5 .cards-block .card-2:nth-child(5) .card-body {
    flex-direction: row;
  }

  .section-5 .cards-block .card-2:nth-child(4) .card-body {
    position: relative;
  }

  .section-5 .cards-block .card-2:nth-child(4) {
    overflow: hidden;
  }
  .section-5 .cards-block .card-2:nth-child(4) .card-body:after {
    content: '15%';
    font-family: Rubik;
    font-weight: 600;
    font-size: 80px;
    line-height: 130%;
    letter-spacing: 0%;
    position: absolute;
    left: calc(100% - 143px);
    top: calc(100% + -48px);
    color: #ffffff0f;
  }
  .section-5 .txt-muted {
    font-size: 14px;
  }
  .section-6 .card-2 .card-body {
    flex-direction: row;
  }
  .section-6 .card-2 .card-body .subtitle {
    margin-top: 8px;
  }
  .section-6 .card-3 {
    height: 424px;
  }
  .section-8 {
    padding-top: 80px !important;
  }
  .section-8 .cards-block .card-4:nth-child(1):after {
    content: 'A |ru.am|.';
    font-family: Rubik;
    font-weight: 500;
    font-size: 55px;
    line-height: 130%;
    letter-spacing: 0%;
    position: absolute;
    left: calc(100% - 287px);
    top: calc(100% + -54px);
    color: #ffffff0f;
    white-space: nowrap;
  }
  .section-3 .alert-info {
    margin-top: 30px;
  }
  .section-4 .txt-1-l {
    margin-top: 19px;
  }
}

@media (min-width: 1440px) {
  .section-1 .card-2 .card-body {
    flex-direction: row;
  }
  .section-1 .grid-cols-1 {
    column-gap: 119px;
    row-gap: 23px;
  }
  .section-2 > .grid {
    column-gap: 18px;
  }

  .section-3 .cards-block {
    flex-direction: row;
    column-gap: 51px;
  }
  .section-3 .cards-block .card-2:after {
    left: calc(100% + 13px);
    transform: rotateZ(0deg);
    top: calc(50% - 9px);
  }
  .section-5 .cards-block .card-2:nth-child(3) .card-body {
    flex-direction: column;
  }
  .section-4 button {
    margin-top: -12px;
  }
  .section-5 .txt-muted {
    margin-top: 30px;
    font-family: Rubik;
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0%;
  }
  .section-5 .h2 {
    color: black;
  }
  .section-5 .cards-block .card-2:nth-child(4) .card-body {
    flex-direction: column;
  }
  .section-6 .card-3 {
    margin-top: 0;
    height: 586px;
    padding: 29px;
  }
  .section-6 .section-6-1 {
    column-gap: 20px;
  }
  .section-6 .cards-block .card-body .title span {
    font-size: 18px;
  }
  .section-6 .cards-block .card-2 {
    padding: 25px;
  }
  .section-6 .txt-1-l {
    margin-top: 20px;
  }
  .section-5 .cards-block .card-2:nth-child(4) .card-body:after {
    top: calc(100% + -42px);
  }
  .section-7 button {
    margin-top: -12px;
  }
  .section-8 .cards-block {
    margin-top: 0px;
  }
  .section-8 > .grid {
    column-gap: 18px;
  }
  .section-8 > .grid > .col-span-2 {
    display: flex;
    flex-direction: column;
  }
  .section-8 .card-4.bg-gradient-1 {
    margin-top: 0px;
    margin-right: 85px;
    padding: 30px;
    border-radius: 12px;
  }
  .section-8 > .grid > .col-span-2 .bg-gradient-1 {
    margin-top: auto;
  }
  .section-8 .cards-block {
    row-gap: 22px;
  }
  .section-8 .card-4.bg-gradient-1 .title {
    font-size: 28px;
  }
  .section-8 .card-4.bg-gradient-1 .sub-title {
    margin-top: 20px;
    font-size: 18px;
    line-height: 140%;
  }
  .section-8 .card-4.bg-gradient-1 button {
    margin-top: 49px;
  }
  header {
    padding-top: 39px;
  }
  .section-5, .section-2, .section-1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .modal {
    padding: 40px;
  }
  .section-1 .card-2 {
    margin-left: 57px;
  }
  .section-1 .card-2 img {
    height: 29px;
    width: 25px;
  }
  .section-2 .txt-1-l {
    margin-top: 21px;
  }
  .section-2 button {
    margin-top: 39px;
    margin-bottom: 0;
  }
  .section-2 .card-2 img {
    height: 50px;
    width: 50px;
  }
  .section-2 .cards-block {
    row-gap: 21px;
  }
  .section-2 .cards-block .card-2:nth-child(5) .card-body {
    flex-direction: column;
  }
  .section-3 {
    padding-top: 121px !important;
  }
  .section-3 .txt-1-l {
    margin-top: 19px;
  }
  .section-3 .cards-block {
    margin-top: 49px;
  }
  .section-3 .cards-block .card-2 {
    flex: 1 1 0%;
  }
  .section-3 .card-2 .card-body {
    column-gap: 21px;
  }
  .section-3 .card-2 .subtitle {
    margin-top: 9px;
  }
  .section-3 .alert-info {
    font-family: Rubik;
    font-weight: 400;
    font-size: 16px;
    border-radius: 8px;
    padding: 20px;
    margin-top: 41px;
  }
  .section-4 {
    padding-bottom: 123px;
  }
  .section-4 .cards-block {
    margin-top: 48px;
  }
  .section-4 .card-2 .subtitle {
    margin-top: 9px;
  }
  .section-4 .cards-block .card-2 .img-block:after {
    left: 61px;
    width: calc(100% - 63px);
  }
  .section-4 .cards-block .card-2 .card-body {
    row-gap: 31px;
  }
  .section-4 .cards-block .card-2:nth-child(3) .img-block:after {
    width: calc(100% - 76px);
  }
  .section-4 .cards-block .card-2:last-child {
    margin-left: -12px;
  }
  .section-4 .cards-block .card-2:nth-child(1) .img-block:after {
    width: calc(100% - 52px);
  }
  .section-4 .cards-block .card-2:nth-child(2) {
    margin-left: 8px;
  }
  .section-5 {
    padding-top: 102px;
    padding-bottom: 97px;
  }
  .section-5 .txt-1-l {
    margin-top: 18px;
  }
  .section-5 .cards-block {
    margin-top: 50px;
    row-gap: 22px;
  }
  .section-5 .cards-block .card-2 img {
    height: 50px;
    width: 50px;
  }
  .section-5 .cards-block .card-2:nth-child(4) .card-body:after {
    font-size: 100px;
    left: calc(100% - 181px);
    top: calc(100% + -39px);
  }
  .section-5 .cards-block .card-2 .card-body {
    row-gap: 22px;
  }
  .section-5 .cards-block .card-2:nth-child(5) .card-body {
    flex-direction: column;
  }
  .section-5 .cards-block .card-2:nth-child(4) .subtitle, .section-5 .cards-block .card-2:nth-child(5) .subtitle {
    margin-top: 10px;
  }

  .section-6 {
    padding-top: 122px !important;
    padding-bottom: 122px;
  }
  .section-6 button {
    margin-top: 26px;
  }
  .section-6 .cards-block .card-body img {
    width: 25px;
    height: 27px;
  }
  .section-6 .cards-block .card-body {
    column-gap: 19px;
  }
  .section-7 .cards-block {
    margin-top: 49px;
  }
  .section-7 .cards-block .card-2 {
    padding-right: 16px;
  }
  .section-8 {
    padding-top: 103px !important;
    padding-bottom: 100px;
  }
  .section-8 .txt-1-l {
    margin-top: 19px;
  }
  .section-8 .card-4 {
    padding: 24px;
  }
  .section-8 .cards-block .card-4:nth-child(1):after {
    left: calc(100% - 237px);
    top: calc(100% + -49px);
  }
}
