/* Общие */
.gap19px {
  gap: 19px;
}
.grid_contentrows {
  grid-auto-rows: max-content;
}
@media (min-width: 576px) {
  .grid_equalrows_sm {
    grid-auto-rows: 1fr;
  }
  .grid_last_child_2col_sm > *:nth-child(odd):last-child {
    grid-column: span 2;
  }
}
@media (min-width: 992px) {
  .gap6_lg {
    gap: var(--space6_d);
  }
  .gap8_lg {
    gap: var(--space8_d);
  }
  .gap10_lg {
    gap: var(--space10_d);
  }
  .mb16px_lg {
    margin-bottom: 16px;
  }
  .mb32px_lg {
    margin-bottom: 32px;
  }
}
/* *** */

/* .form__feedback .button.button_red:disabled {
  background: var(--accent_red) !important;
} */

ul.list > li {
  margin-bottom: 8px;
  padding-left: 15px;
  position: relative;
}
ul.list > li::before {
  content: "•";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 27px;
  width: 7px;
  position: absolute;
  top: 0px;
  left: 0px;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  -o-border-image: initial;
  border-image: initial;
}

.promo_top {
  position: relative;
  overflow: clip;
  /* background-color: #ECF3FF; */
  background-position: right center;
}
.promo_top_content {
  padding: 39px 0;
}
/* .promo_top_content .txt {
  line-height: 140%;
} */
.promo_accent {
  color: var(--accent_blue);
  font-weight: 500;
}

.what_submit {
  padding: 32px 16px 0 16px;
  border-radius: 16px;
  display: grid;
  gap: 24px;
}
.what_submit_img {
  height: 264px;
  background-image: var(--submit_img_desktop);
  background-repeat: no-repeat;
  background-size: 330px;
  background-position: center;
}

.cardpoint {
  padding: 24px;
  border-radius: 12px;
  grid-auto-rows: auto 1fr;
}
.cardpoint_alt {
  padding: 16px;
  border-radius: 16px;
}
.cardpoint__image {
  display: block;
  border-radius: 8px;
}
.cardsimple {
  padding: 24px;
  border-radius: 16px;
}
.cardtag {
  padding: 10px 16px;
  flex-grow: 1;
}
.cardwarning {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cardwarning_alt {
  gap: 20px;
}
.cardwarning__image {
  align-self: flex-start;
}
.cardwarning__text {
  align-self: center;
}
.cardtrust {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 8px;
  background-color: var(--bg_neutral1);
}
.cardsmall {
  padding: var(--space6_d);
}

.combogrid {
  display: grid;
  grid-template-areas:
    "a"
    "b"
    "c";
  gap: var(--space11_m);
}
.combogrid__text {
  grid-area: a;
}
.combogrid__note {
  grid-area: b;
}
.combogrid__image {
  grid-area: c;
  align-self: flex-start;
  justify-self: center;
}
.banner_2imgs_wrap {
  overflow: clip;
  position: relative;
}
.banner_2imgs {
  border-radius: 8px;
  background: var(--accent_blue);
  padding: 32px 16px;
}
.banner_2imgs .button {
  width: 100%;
}
.banner_2imgs__left, .banner_2imgs__right {
  display: none;
  position: absolute;
  pointer-events: none;
}

.altbg {
  padding-top: var(--space13_m);
  padding-bottom: var(--space13_m);
}

.iconchar {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 700;
  background-color: #498EF5;
  color: #FFFFFF;
}

@media (min-width: 576px) {
  .what_submit {
    /* padding: 32px 20px; */
    padding: 32px 20px 0 20px;
  }
  .what_submit_img {
    /* height: 375px; */
    height: 220px;
    background-image: var(--submit_img_tablet);
    background-size: contain;
    background-position: bottom center;
  }
  .cardpoint_alt {
    padding: 24px;
  }
  .cardpoint__image {
    border-radius: 16px;
  }
  .cardtag {
    flex-grow: 0;
  }
  .cardwarning {
    flex-direction: row;
    gap: 24px;
  }
  .cardwarning_alt {
    gap: 20px;
  }
  .banner_2imgs {
    margin-left: var(--negindent_sm);
    margin-right: var(--negindent_sm);
    border-radius: 0;
    margin-bottom: 75px;
    padding: 40px;
  }
  .banner_2imgs .button {
    width: auto;
    min-width: 228px;
  }
  .banner_2imgs__left {
    display: flex;
    width: 377px;
    left: -128px;
    bottom: 13px;
  }
  .banner_2imgs__right {
    display: flex;
    width: 355px;
    right: -85px;
    bottom: -31px;		
  }
}

@media (min-width: 700px) {
  .promo_top_content {
    padding: 32px 354px 32px 0;
  }
  .promo_top_img {
    background-image: var(--promo_top_img_tablet);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center left;
    width: 505px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -115px;
  }
  .promo_top_buttons {
    max-width: 344px;
  }
}

@media (min-width: 992px) {
  .promo_top .container {
    display: grid;
    gap: 32px;
    grid-template-columns: 1fr 1fr;
  }
  .promo_top_content {
    padding: 65px 0 63px;
  }
  .promo_top_img {
    position: static;
    width: 100%;
    background-image: var(--promo_top_img_desktop);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center right;
  }
  .promo_top_buttons {
    max-width: none;
  }
  .promo_top_buttons .button, .promo_top_buttons .button_line {
    min-width: 244px;
  }

  .what_submit {
    padding: 42px 32px;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .what_submit_img {
    height: 100%;
    order: -1;
    background-image: var(--submit_img_desktop);
    /* background-size: contain; */
    background-position: center;
  }
  .cardpoint, .cardpoint_alt {
    padding: 32px;
  }
  .cardsimple {
    padding: 32px;
  }
  .cardwarning {
    gap: 32px;
  }
  .cardwarning_alt {
    gap: 20px;
  }
  .cardtrust {
    padding: 37px 45px;
    gap: 20px;
  }

  .combogrid {
    grid-template-areas:
      "c a"
      "b b";
    grid-template-columns: 1fr 1fr;
    gap: var(--space12_d) var(--space10_m);
  }
  
  .banner_2imgs_wrap .container {
    position: relative;
  }
  .banner_2imgs {
    margin-left: 0;
    margin-right: 0;
    border-radius: 8px;
    margin-bottom: 0;
  }
  .banner_2imgs__left {
    width: 543px;
    left: -203px;
    bottom: unset;
    top: -8px;
  }
  .banner_2imgs__right {
    width: 583px;
    top: -27px;
    bottom: unset;		
    right: -229px;
  }
  .banner_2imgs_padding {
    padding-bottom: 17px;
  }

  .altbg {
    padding: 82px 0;
  }
}

@media (min-width: 1200px) {
  .banner_2imgs__left {
    width: 543px;
    left: -145px;
    bottom: unset;
    top: -5px;
  }
  .banner_2imgs__right {
    width: 583px;
    top: -25px;
    bottom: unset;
    right: -175px;
  }
}
