/* Views/www_webpack/pages/rassrochka_i_credit/rassrochka_i_credit.css */
#rassrochka {
  display: grid;
  gap: 20px;
  padding: 20px clamp(20px, 5vw, 10vw);
  font-size: clamp(1em, 1vw, 1.2em);
}
.element_3 {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.element_3__top {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.element_3__top_img_container {
  position: relative;
  flex: 1;
  width: 100%;
  min-width: 422px;
  height: auto;
  min-height: 422px;
}
.element_3__top_img_container .edit_img_container {
  width: 100%;
  height: 100%;
}
.element_3__top_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.element_3__top_content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 20px;
}
.element_3__top_content h2 {
  line-height: 1;
}
.element_3__top_content_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.element_3__top_item {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  min-width: 215px;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 2px 4px 0 rgb(14 30 37 / 12%), 0 2px 16px 0 rgb(14 30 37 / 32%);
}
.element_3__top_item p {
  font-size: 0.9em;
}
.element_3__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.element_3__bottom_item {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 20px;
  min-width: 245px;
}
.element_3__bottom_item h4 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 10px solid var(--color-green-alpha);
}
.list_1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 65px 15px 15px 65px;
  column-gap: 120px;
  row-gap: 90px;
}
.list_1__item {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 20px;
  min-width: 350px;
  max-width: 700px;
  padding: 30px;
  color: var(--color-white);
  background: var(--color);
  border-radius: 30px;
  box-shadow: 0 2px 4px 0 rgb(14 30 37 / 12%), 0 2px 16px 0 rgb(14 30 37 / 32%);
}
.list_1__item > p {
  font-size: 0.9em;
  text-align: center;
}
.list_1__item > h3 {
  padding: 20px;
  color: var(--color-black);
  text-align: center;
  text-transform: uppercase;
  background: var(--color-white);
  border-radius: 100px;
}
.list_1__item > strong {
  font-size: 2em;
  text-align: center;
}
.list_1__item:nth-child(1) {
  --color: linear-gradient(to right, #ff416c, #ff4b2b);
}
.list_1__item:nth-child(2) {
  --color: linear-gradient(90deg, #11998e, #3ec16f);
}
.list_1__item:nth-child(3) {
  --color: linear-gradient(to right, #00b4db, #0083b0);
}
.list_1__item:nth-child(4) {
  --color: linear-gradient(90deg, #654ea3, hsl(335deg 28.73% 60.23%));
}
.list_1__item::after {
  position: absolute;
  top: -15px;
  left: -15px;
  z-index: -1;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  background: var(--color);
  border-radius: 40px;
  filter: brightness(85%);
  content: "";
}
.list_1__item_icon {
  position: absolute;
  top: -65px;
  left: -65px;
  z-index: 2;
  width: 130px;
  height: 130px;
  background: var(--color);
  border-radius: 50%;
  box-shadow: 0 2px 4px 0 rgb(14 30 37 / 12%), 0 2px 16px 0 rgb(14 30 37 / 32%);
}
.list_1__item_icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  background: var(--color-white);
  border-radius: 50%;
  box-shadow: 0 2px 4px 0 rgb(14 30 37 / 12%), 0 2px 16px 0 rgb(14 30 37 / 32%);
  transform: translate(-50%, -50%);
  content: "";
}
.list_1__item_icon .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: +1;
  width: 100%;
  height: 50%;
  object-fit: contain;
  transform: translate(-50%, -50%);
}
