* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  text-decoration: none;
} .container {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
} .line {
  width: 95px;
  height: 4px;
  background: #EFB400;
  margin-bottom: 10px;
}

.actions-title {
  font-family: 'Roboto';
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 1%;
  text-transform: uppercase;
  color: #EFB400;
} .actions-title::before {
  content: '';
  display: inline-block;
  width: 38px;
  height: 4px;
  background: #EFB400;
  margin: 0 8px 8px 0;
} .actions-item_before::before {
  content: '·';
  display: inline-block;
  height: 30px;
  font-size: 60px;
  color: #354D66;
  margin-right: 10px;
} @media (max-width: 900px) {
  .actions-item_before::before {
    height: 18px;
    font-size: 50px;
  }
} @media (max-width: 600px) {
  .actions-title {
    font-size: 20px;
    line-height: 24px;
  } .actions-title::before {
    width: 20px;
    margin: 0 8px 5px 0;
  }
}

.actions-banner {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  background: url(../images/actions/actions-banner.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right -340px;
  padding: 71px;
  margin-bottom: 20px;
} .actions-banner__content {
  display: flex;
  flex-direction: column;
} .actions-banner h1 {
  max-width: 660px;
  width: 100%;

  font-family: 'Roboto';
  font-size: 64px;
  font-weight: 600;
  line-height: 79px;
  letter-spacing: 0%;
  color: #FFFFFF;
  text-transform: uppercase;
} .actions-banner h1 span {
  font-family: 'Roboto';
  font-size: 64px;
  font-weight: 600;
  line-height: 79px;
  letter-spacing: 0%;
  color: #EFB400;
  text-transform: uppercase;
} .actions-banner__content > p {
  font-family: 'Roboto';
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0%;
  color: #FFFFFF;
  margin-top: 26px;
} .actions-banner__line {
  max-width: 614px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 26px;
} .actions-banner__line svg {
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
} .actions-banner__line p {
  font-family: 'Roboto';
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0%;
  color: #FFFFFF;
} @media (max-width: 1700px) {
  .actions-banner {
    background-position: right -210px;
  }
} @media (max-width: 1550px) {
  .actions-banner {
    background-position: right -140px;
  }
} @media (max-width: 1300px) {
  .actions-banner {
    background-position: right -50px;
  }
} @media (max-width: 1050px) {
  .actions-banner {
    background-position: right bottom;
  }
} @media (max-width: 769px) {
  .actions-banner {
    padding: 20px 0;
    margin-bottom: 0;
  } .actions-banner h1 {
    font-size: 32px;
    line-height: 40px;
  } .actions-banner__content > p {
    max-width: 380px;
    width: 100%;
    font-size: 20px;
    line-height: 22px;
    margin-top: 6px;
  }
} @media (max-width: 600px) {
  .actions-banner h1 {
    font-size: 24px;
    line-height: 28px;
  } .actions-banner__content > p {
    max-width: 200px;
    width: 100%;
    font-size: 15px;
    line-height: 18px;
    margin-top: 0;
  } .actions-banner__line {
    max-width: 312px;
    width: 100%;
    margin-top: 10px;
  } .actions-banner__line svg {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
  } .actions-banner__line p {
    font-size: 15px;
    line-height: 18px;
  }
}

.actions-list {
  padding-top: 20px;
} .actions-list__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
} .actions-list__items {
  display: flex;
  justify-content: space-between;
  gap: 16px;
} .actions-list__item {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 285px;
  width: 100%;
  border: 1px solid #F0F0F0;
  overflow: hidden;
} .actions-list__item-img {
  display: flex;
  justify-content: center;
  align-items: center;
} .actions-list__item img {
  width: auto;
  height: 235px;
} .actions-list__item-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
} .actions-list__item-text_top {
  padding: 20px 15px;
} .actions-list__item h3 {
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #354D66;
} .actions-list__item .actions-list__item-text_top > p {
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #354D66;
  margin: 10px 0 20px;
} .actions-list__item-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 15px;
} .actions-list__item-link p {
  font-family: 'Roboto';
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0%;
  color: #354D66;
} .actions-list__item-link svg {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
} .actions-list__item > span {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 82px;
  height: 76px;
} .actions-list__item > span svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 82px;
  height: 76px;
  min-width: 82px;
  min-height: 76px;
} .actions-list__item > span p {
  position: relative;
  z-index: 2;
  font-family: 'Roboto';
  font-size: 24px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 1%;
  text-transform: uppercase;
  color: #1B212A;
} @media (max-width: 1220px) {
  .actions-list__items {
    flex-wrap: wrap;
    justify-content: start;
  }
} @media (max-width: 620px) {
  .actions-list__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
  } .actions-list__item img {
    width: 100%;
    height: auto;
  }
} @media (max-width: 500px) {
  .actions-list__items {
    gap: 8px;
  } .actions-list__item h3 {
    font-size: 14px;
    line-height: 18px;
  } .actions-list__item .actions-list__item-text_top > p {
    font-size: 14px;
    line-height: 18px;
  } .actions-list__item-link p {
    font-size: 16px;
  }
} @media (max-width: 400px) {
  .actions-list__items {
    grid-template-columns: 1fr;
  } .actions-list__item img {
    width: auto;
    height: 235px;
  } .actions-list__item h3 {
    font-size: 16px;
    line-height: 18px;
  } .actions-list__item .actions-list__item-text_top > p {
    font-size: 16px;
    line-height: 20px;
  } .actions-list__item-link p {
    font-size: 20px;
  }
}

.actions-advantages {
  padding: 15px 0;
} .actions-advantages__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
} .actions-advantages__items {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 24px;
} .actions-advantages__item {
  max-width: 582px;
  width: 100%;
  display: flex;
  gap: 15px;
  padding: 32px 27px;
  box-shadow: 0px 0px 3px 0px #EFB400;
  border-radius: 15px;
} .actions-advantages__item svg {
  width: 94px;
  height: 94px;
  min-width: 94px;
  min-height: 94px;
} .actions-advantages__text {
  display: flex;
  flex-direction: column;
  gap: 15px;
} .actions-advantages__text h3 {
  font-family: 'Roboto';
  font-size: 26px;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: 1%;
  color: #1B212A;
} .actions-advantages__text p {
  font-family: 'Roboto';
  font-size: 24px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 1%;
  color: #354D66;
} @media (max-width: 1220px) {
  .actions-advantages__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
  } .actions-advantages__item {
    flex-direction: column;
    align-items: center;
  }
} @media (max-width: 800px) {
  .actions-advantages__items {
    display: flex;
    justify-content: center;
  } .actions-advantages__item {
    flex-direction: column;
    align-items: center;
  }
} @media (max-width: 600px) {
  .actions-advantages__text h3 {
    font-size: 20px;
    line-height: 25px;
  } .actions-advantages__text p {
    font-size: 16px;
    line-height: 25px;
  }
}

.actions-reviews {
  padding: 15px 0;
}
/* actions-reviews__content */
.actions-reviews__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
} .actions-reviews__header-link {
  display: flex;
  align-items: center;
  gap: 5px;
} .actions-reviews__header-link p {
  font-family: 'Roboto';
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 1%;
  text-transform: uppercase;
  color: #354D66;
} .actions-reviews__header-link svg {
  width: 20px;
  height: 13px;
  min-width: 20px;
  min-height: 13px;
  color: #354D66;
}
/* actions-reviews__slider
actions-reviews__slider-items */
.actions-reviews__slider-item {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 23px 27px;
} .actions-reviews__slider-item {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 23px 27px;
  border: 1px solid #F2F3F5;
  border-radius: 10px;
} .actions-reviews__slider-item img {
  width: 130px;
  height: 130px;
} .actions-reviews__slider-item__text {
  display: flex;
  flex-direction: column;
} .actions-reviews__slider-item__text h3 {
  font-family: 'Open Sans';
  font-size: 20px;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #354D66;
} .actions-reviews__slider-item__text h4 {
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #354D66;
  margin: 5px 0 10px;
} .actions-reviews__slider-item__text p {
  font-family: 'Roboto';
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #373E44;
}