.check .nowrap {
  white-space: nowrap;
}
@media (min-width: 641px) {
  .check .d-sm-none {
    display: none;
  }
}
.check .section__main-img {
  display: block !important;
}
.check .section__main-img picture {
  position: relative;
  display: block;
  margin-top: 2em;
}
@media (min-width: 768px) {
  .check .section__main-img picture {
    margin-top: -5em;
  }
}
.check-page-block {
  padding: 5em 0;
}
@media (max-width: 920px) {
  .check-page-block {
    padding: 3em 0;
  }
}
@media (max-width: 640px) {
  .check-page-block {
    padding: 2em 0;
  }
}
.check-signs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.check-signs__item {
  padding: 15px 10px 15px 59px;
  width: calc((100% - 10px) / 2);
  background-color: #F1F5FA;
  background-image: url(./img/reject_mark.svg);
  background-position: 18px 17px;
  background-repeat: no-repeat;
  display: flex !important;
  flex-direction: column;
  gap: 15px;
  border-radius: 10px;
}
@media (max-width: 920px) {
  .check-signs__item {
    width: 100%;
  }
}
.check-signs__item-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
  text-align: left;
}
@media (max-width: 920px) {
  .check-signs__item-title {
    font-size: 19px;
  }
}
@media (max-width: 640px) {
  .check-signs__item-title {
    font-size: 17px;
  }
}
.check-signs__item-text {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4em;
  text-align: left;
}
@media (max-width: 920px) {
  .check-signs__item-text {
    font-size: 12px;
  }
}
.check-protect {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 15px;
}
.check-protect > * {
  width: calc((100% - 30px) / 3);
}
@media (max-width: 920px) {
  .check-protect > * {
    width: calc((100% - 15px) / 2);
  }
}
@media (max-width: 640px) {
  .check-protect > * {
    width: 100%;
  }
}
.check-protect__item {
  display: flex !important;
  gap: 15px;
  flex-direction: column;
}
@media (max-width: 640px) {
  .check-protect__item {
    align-items: center;
    text-align: center;
  }
}
.check-protect__item-icon {
  width: 80px;
  aspect-ratio: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.check-protect__item-icon-1 {
  background-image: url(./img/protect-1.svg);
}
.check-protect__item-icon-2 {
  background-image: url(./img/protect-2.svg);
}
.check-protect__item-icon-3 {
  background-image: url(./img/protect-3.svg);
}
.check-protect__item-icon-4 {
  background-image: url(./img/protect-4.svg);
}
.check-protect__item-icon-5 {
  background-image: url(./img/protect-5.svg);
}
@media (max-width: 920px) {
  .check-protect__item-icon {
    width: 64px;
  }
}
.check-protect__item-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
}
@media (max-width: 920px) {
  .check-protect__item-title {
    font-size: 19px;
  }
}
@media (max-width: 640px) {
  .check-protect__item-title {
    font-size: 17px;
  }
}
.check-protect__item-text {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4em;
}
@media (max-width: 920px) {
  .check-protect__item-text {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .check-protect .section__title {
    display: none !important;
  }
}
.check-confidential__title {
  font-size: 80px;
  font-weight: 700;
  text-align: left;
  background: -webkit-linear-gradient(0deg, #D3175D 0%, #4E1B5C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 920px) {
  .check-confidential__title {
    font-size: 7vw;
  }
}
@media (max-width: 640px) {
  .check-confidential__title {
    font-size: 40px;
  }
}
@media (max-width: 640px) {
  .check-confidential__title-2 {
    font-size: 20px;
  }
}
.check-banner {
  display: flex;
  position: relative;
  gap: 40px;
  background: linear-gradient(90deg, #D3175D 0%, #4E1B5C 100%);
  border-radius: 40px;
  padding: 20px 40px 20px 100px;
  justify-content: space-around;
  color: white;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.5em;
  text-align: left;
  align-items: center;
}
@media (max-width: 920px) {
  .check-banner {
    font-size: 19px;
    gap: 20px;
  }
}
.check-banner::before {
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  background: url("img/check-mark.svg") center no-repeat;
  filter: brightness(10);
  background-size: 100%;
  flex-shrink: 0;
}
@media (max-width: 920px) {
  .check-banner::before {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 920px) {
  .check-banner {
    border-radius: 20px;
    padding: 15px 30px;
  }
}
@media (max-width: 640px) {
  .check-banner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 15px;
  }
}
.check-banner-icon {
  flex-shrink: 0;
  flex-grow: 0;
  background: url(./img/shield_icon.svg) center no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  width: 140px;
}
@media (max-width: 920px) {
  .check-banner-icon {
    width: 54px;
  }
}
@media (max-width: 640px) {
  .check-banner-icon {
    width: 34px;
    height: 34px;
  }
}
.check-banner-text {
  color: white;
  font-size: 39px;
  font-weight: 700;
  line-height: 1.4em;
}
@media (max-width: 920px) {
  .check-banner-text {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  .check-banner-text {
    font-size: 18px;
  }
}
.check-banner-text a {
  color: inherit;
  text-decoration-thickness: 2px;
  text-underline-offset: 9px;
}
@media (max-width: 920px) {
  .check-banner-text a {
    text-decoration-thickness: 0.1em;
    text-underline-offset: 0.2em;
  }
}
.check-banner-exclamation {
  margin: 30px 0;
  position: relative;
}
.check-banner-exclamation::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 40px;
  transform: translate(-50%, -50%);
  width: 64px;
  aspect-ratio: 1;
  background: url(./img/exclamation_sign.svg) center no-repeat;
  background-size: contain;
}
.check-banner-exclamation__text {
  background: white;
  padding: 40px 20px;
  font-size: 17px;
  font-style: italic;
  font-weight: 500;
  line-height: 25.5px;
  text-align: left;
}
.check-materials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.check-materials__item {
  padding: 15px 10px 15px 59px;
  width: calc((100% - 10px) / 2);
  background-color: #F1F5FA;
  background-image: url(./img/information_mark.svg);
  background-position: 18px 17px;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-radius: 10px;
}
@media (max-width: 920px) {
  .check-materials__item {
    width: 100%;
  }
}
.check-materials__item-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
  text-align: left;
  color: inherit;
}
@media (max-width: 920px) {
  .check-materials__item-title {
    font-size: 19px;
  }
}
@media (max-width: 640px) {
  .check-materials__item-title {
    font-size: 14px;
  }
}
.check-materials__item-text {
  font-size: 17px;
  font-weight: 400;
  line-height: 23.8px;
  text-align: left;
}
.check .full-width {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #F1F5FA;
}
.check .list-mark, .check .list-mark-triangle, .check .list-mark-rectangle, .check .list-mark-flash, .check .list-mark-reject {
  list-style: none;
  padding: 0;
}
.check .list-mark-reject li {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4em;
  text-align: left;
  padding: 0.5em 0 0.5em;
  display: flex;
  gap: 1em;
  align-items: baseline;
}
@media (max-width: 920px) {
  .check .list-mark-reject li {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .check .list-mark-reject li {
    font-size: 14px;
  }
}
.check .list-mark-reject li::before {
  flex-grow: 0;
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(./img/reject_mark.svg) center no-repeat;
  background-size: contain;
}
.check .list-mark-flash li {
  font-size: 17px;
  font-weight: 500;
  line-height: 28.8px;
  text-align: left;
  padding: 1em 0;
  display: flex;
  gap: 1em;
  align-items: baseline;
}
.check .list-mark-flash li::before {
  flex-grow: 0;
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(./img/flash_mark.svg) center no-repeat;
  background-size: contain;
}
.check .list-mark-rectangle li {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4em;
  text-align: left;
  padding: 1em 0;
  display: flex;
  gap: 1em;
  align-items: baseline;
}
@media (max-width: 920px) {
  .check .list-mark-rectangle li {
    font-size: 12px;
  }
}
.check .list-mark-rectangle li::before {
  flex-grow: 0;
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(./img/rectangle_mark.svg) center no-repeat;
  background-size: contain;
}
.check .list-mark-triangle li {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4em;
  text-align: left;
  padding: 1em 0;
  display: flex;
  gap: 1em;
  align-items: baseline;
}
@media (max-width: 920px) {
  .check .list-mark-triangle li {
    font-size: 12px;
  }
}
.check .list-mark-triangle li::before {
  flex-grow: 0;
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(./img/triangle_mark.svg) center no-repeat;
  background-size: contain;
}
.check .list-stripped li:not(:last-child) {
  border-bottom: 1px solid #D9D9D9;
}
.check-expandable {
  display: flex;
  flex-direction: column;
  background: #F1F5FA;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}
.check-expandable__title {
  display: flex;
  gap: 2em;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px;
  background: #F1F5FA;
  color: black;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
  text-align: left;
  cursor: pointer;
}
@media (max-width: 920px) {
  .check-expandable__title {
    font-size: 19px;
  }
}
@media (max-width: 640px) {
  .check-expandable__title {
    font-size: 13px;
  }
}
.open > .check-expandable__title, .check-expandable__title:hover {
  color: white;
  background: linear-gradient(90deg, #D3175D 0%, #4E1B5C 100%);
}
.open > .check-expandable__title::after, .check-expandable__title:hover::after {
  filter: contrast(0.5) brightness(10);
}
.open > .check-expandable__title::after {
  transform: rotate(180deg);
}
.check-expandable__title:after {
  content: "";
  flex-grow: 0;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  background: url(./img/expand-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
}
.check-expandable__body {
  padding: 20px 20px;
  background: #F1F5FA;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4em;
  text-align: left;
  transition: all 0.3s;
  box-sizing: border-box;
}
@media (max-width: 920px) {
  .check-expandable__body {
    font-size: 12px;
  }
}
:not(.open) > .check-expandable__body {
  height: 0 !important;
  padding: 0 20px;
}
.check-expandable__body h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4em;
  text-align: left;
  margin-bottom: 0.5em;
}
@media (max-width: 920px) {
  .check-expandable__body h3 {
    font-size: 19px;
  }
}
@media (max-width: 640px) {
  .check-expandable__body h3 {
    font-size: 16px;
  }
}
.check-expandable__body p {
  margin-bottom: 1em;
}
.check .slick-xs .slick-track {
  display: flex;
  align-items: stretch;
}
.check .slick-xs .slick-slide {
  float: none !important;
  height: auto;
  margin: 2px;
}
.check .slick-xs .slick-dots li {
  width: auto;
}
.check .slick-xs .slick-dots li button {
  padding: 0;
  margin: 0;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #F1F5FA;
}
.check .slick-xs .slick-dots li button:before {
  display: none;
}
.check .slick-xs .slick-dots li.slick-active button {
  background: #C7175E;
}
.check-card-mark {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 30px 0 30px 60px;
  background: url("img/check-mark.svg") left 29px no-repeat;
}
@media (max-width: 920px) {
  .check-card-mark {
    background-size: 30px;
    background-position: left 14px;
    padding: 20px 0 20px 50px;
  }
}
.check-card-mark__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3em;
  text-align: left;
}
@media (max-width: 920px) {
  .check-card-mark__title {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .check-card-mark__title {
    font-size: 16px;
  }
}
.check-card-mark__text {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.5em;
  text-align: left;
}
@media (max-width: 920px) {
  .check-card-mark__text {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .check-card-mark__text {
    font-size: 14px;
  }
}

/*# sourceMappingURL=style.css.map */
