:root {
    --red: #dd2a30;
    --black: #303030;
    --white: #ffffff;
    --yellow: rgb(255, 229, 0);
    --gray: #626262;
    --blue: #052962;
    --title-color: #000;
    --text-color: #000;
    --label-color: rgba(255, 255, 255, 0.5);
    --box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);}
 
@media screen and (max-width: 780px) {
    .hyperion-css-1ksh6o4 {
      flex-basis: auto !important;
      -webkit-flex-basis: auto !important;
      width: 100% !important;
    }
    aside {
      display: none;
    }
    
  }
  .default{overflow-X: hidden;}
  
  img{width: 100%;}
  .info__title,
.steps__title {
  text-transform: uppercase;
  margin-top: 1rem;
  font-weight: 700 !important;
  color: #000;
  padding: 0 4px;
  font-family: oe24condensed, sans-serif;
}
.info__text,
.steps__text {
  font-family: open sans, sans-serif;
  line-height: 1.55;
  font-size: 1.15rem;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.info__text span {
  font-family: var(--gotham-medium);
  color: #000;
}

.steps__title {
  margin-top: 0.5rem;
}
.info__important {
    font-size: 1.3rem;
    border-left: 3px solid red;
    font-style: italic;
    padding-left: 8px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.steps {
    font-family: var(--guardian-regular);
  }
  .steps__text {
    font-family: open sans, sans-serif;
    line-height: 1.55;
    font-size: 1.15rem;
    font-weight: 400;
    font-style: normal;
    border-left: 4px solid red;
    padding: 0.385rem;
  }
  .steps__text span {
    color: red;
    font-weight: 700;
  }
  .steps__important {
    font-family: open sans, sans-serif;
    line-height: 1.55;
    font-size: 1.15rem;
    font-weight: 400;
    font-style: normal;
    font-style: italic;
    border-left: 8px solid red;
    padding-left: 1rem;
  }
  .steps__important a {
    color: #dc0505;
  }
  .steps__important a:hover {
    color: #3b5998;
  }
  .steps__img {
    margin-top: 0.5rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100%;
  }
  .steps__img-chel {
    margin: 0 auto;
    display: block;
  }
  .check {
    box-shadow: var(--box-shadow);
    max-width: 100%;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 1rem;
    margin: 1rem 0;
  }
  .check__wrapper {
    padding: 0.5rem;
  }
  .check__top {
  }
  .check__iban {
    margin-bottom: 1rem;
    display: block;
    font-weight: 500;
  }
  .check__top-grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .check__top-col-1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 4rem;
  }
  .check__top-col-1-row {
    display: flex;
    flex-direction: column;
  }
  .bank__logo {
    width: 150px;
}
  .check__top-col-title {
    font-size: 1.2rem;
  }
  .check__top-col-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .check__bot {
    border-bottom: 3px solid #000;
  }
  .check__bot-grid {
    display: grid;
    grid-template-columns: 1fr 5fr 1fr 1fr 1fr;
  }
  .check__bot-grid-col {
    display: flex;
    flex-direction: column;
    border-right: 1px solid #000;
  }
  .check__bot-grid-col-title {
    font-weight: 500;
    background-color: rgba(128, 128, 128, 0.39);
    border-right: 1px solid #000;
    border-bottom: 3px solid #000;
    padding-left: 2px;
  }
  .check__thanks {
    text-align: right;
    display: block;
    margin: 0.5rem 2rem;
  }
  @media (max-width: 1200px) {
    .check {
      font-size: 0.8rem;
    }
    .check__top-col-title {
      font-size: 1rem;
    }
  }
  .reg {
    font-size: var(--text-size);
    font-family: var(--guardian-regular);
  }
  .reg__title {
    font-weight: 700;
    font-family: var(--guardian-medium);
  }
  .reg__list {
    max-width: 80%;
    margin: 0 auto;
    font-size: var(--title-size);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .reg p {
    text-align: center;
    display: block;
    max-width: 60%;
    margin: 0 auto;
    color: #000;
    font-size: 1rem;
    box-shadow: var(--box-shadow);
  }
  .reg p span {
    color: #e02e3d;
  }
  .reg__item {
    font-family: open sans, sans-serif;
    line-height: 1.55;
    font-size: 1.15rem;
    font-weight: 400;
    font-style: normal;
    list-style-type: disc;
    font-weight: 400;
  }
  .reg__item a {
    color: var(--red);
    font-weight: 700;
  }
  .reg__item a:hover {
    color: #3b5998;
  }
 
  .flex-hor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.hidden {
    display: none
}

.comment-line {
    font-size: 1.3rem;
    margin: 1rem 0;
    font-weight: 500;
    font-family: var(--sans);
    border-bottom: 1px solid #1d2129;
    padding: .5rem
}

.comment-terms {
    font-family: var(--sans);
    font-size: .9rem
}

.fb-comment__text-input {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.comment-block-input__input {
    border: none;
    outline: none;
    background-color: inherit;
    flex: 0 1 70%
}

.comment-block-input__button {
    border: none;
    font-weight: 700;
    background-color: transparent;
    color: #000
}

.avatar {
    margin-right: 8px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,.1);
    overflow: hidden
}

.fb-post {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    font: 400 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif
}

.comments-content__arr {
    border-left: 1px solid #dd2a30;
    padding: 12px
}

.fb-comment__item-input {
    border: 1px solid #dddfe2;
    padding: 1rem
}

.fb-post__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fb-post__author {
    color: #000;
    font-weight: 600
}

.fb-comment__author-flex {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.fb-comment__author-time {
    display: block;
    color: #000;
    margin-bottom: .4rem
}

.fb-post__avatar {
    height: 40px;
    width: 40px;
    margin-right: 8px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,.1);
    overflow: hidden
}

.fb-post__time {
    margin: 5px 0;
    color: #606770;
    font-size: 12px;
    line-height: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fb-post__time_public {
    width: 12px;
    height: 12px;
    margin-left: 3px;
    background-position: -382px -270px;
    background-size: auto;
    background-repeat: no-repeat;
    display: inline-block
}

.fb-post__image {
    width: calc(100% + 24px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 -12px
}

.fb-post__stat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 10px 12px 0;
    padding: 0 0 10px;
    border-bottom: 1px solid #dadde1;
    color: #606770;
    font-size: 12px;
    line-height: 20px
}

.fb-post__likes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fb-post__stat-icon {
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-right: 5px;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: auto
}

.fb-post__stat-icon:first-child {
    z-index: 100;
    border: 2px solid #fff;
    border-radius: 100%
}

.fb-post__stat-icon:nth-child(2) {
    z-index: 99;
    margin-left: -8px
}

.fb-post__stat-icon_like {
    background-position: 0 -526px
}

.fb-post__stat-icon_love {
    background-position: -17px -492px
}

.fb-post__com-shares:hover {
    text-decoration: underline
}

.fb-post__act {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: calc(100% + 24px);
    padding: 4px 0;
    margin: 0 -12px;
    border-bottom: 1px solid #dadde1
}

.fb-post__react {
    width: 30%;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 13px;
    line-height: 13px;
    font-weight: 600;
    color: #606770
}

.fb-post__react:hover {
    background-color: rgba(29,33,41,.04);
    border-radius: 2px
}

.fb-post__react span {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 5px;
    background-repeat: no-repeat
}

.fb-post__react_like span {
    background-position: -368px -245px
}

.fb-post__react_comment span {
    background-image: url("");
    background-position: -19px -198px
}

.fb-post__react_share span {
    background-image: url("");
    background-position: 0 -293px
}

.fb-post__comments {
    font-size: 12px
}

.fb-comment__sort {
    color: #365899;
    cursor: pointer;
    margin: 10px 0
}
.label-main {
    display: block;
    font-style: italic;
    text-align: center;
    margin-bottom: 1rem;
    color: rgba(0, 0, 0, 0.5) !important;
}

.fb-comment__sort:hover {
    text-decoration: underline
}

.fb-comment__sort span {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-position: -408px -270px;
    background-repeat: no-repeat
}


.fb-comment__avatar {
    object-fit:none;
    max-width: 32px;
    height: 32px;
    min-width: 32px;
    margin-right: 8px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,.1);
    padding: 0!important;
    position: relative;
    pointer-events: none
}

.fb-comment__write {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fb-comment__input {
    width: 440px;
    height: 34px;
    margin: 10px 0;
    border-radius: 18px;
    padding-left: 5px;
    border: 1px solid #dddfe2;
    background-color: #f2f3f5
}

.fb-comment__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
    margin: 10px 0
}

.fb-comment__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.fb-comment__answer {
    display: flex;
    margin-top: 1.4rem
}

.fb-comment__text {
    width: 100%;
    margin: 0;
    border-radius: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.fb-comment__text.added {
    margin-top: 10px;
    max-width: 400px;
    margin-left: 40px
}

.fb-comment__author {
    font-weight: 600;
    color: #000;
    text-decoration: none;
    display: block
}

.fb-comment__author:hover {
    text-decoration: underline
}

.fb-comment__react {
    text-decoration: none;
    color: #6e7780;
    font-weight: 400
}

.fa-thumbs-down {
    margin-left: .5rem
}

.fb-comment__react:after {
    content: "·";
    color: #606770;
    padding: 3px
}

.fb-comment__posted {
    color: #606770
}

.fb-comment__more {
    color: #365899;
    text-decoration: none
}

.fb-comment__more:hover {
    text-decoration: underline
}

.fb-comment__att {
    display: block;
    max-height: 210px;
    max-width: 260px;
    border-radius: 18px;
    margin: 3px 0
}

.fb-comment__like {
    position: absolute;
    bottom: 5;
    right: 0;
    height: 20px;
    width: 44px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    color: #8d949e;
    font-size: 11px;
    font-weight: 400;
    padding: 2px 1px 2px 2px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fb-comment__like img {
    height: 18px;
    width: 18px;
    display: inline-block;
    margin-right: 3px;
    padding: 0!important
}

.comment-updating {
    color: #90949c!important;
    padding-left: 50px
}

.comment-updating span {
    display: inline-block;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #90949c;
    position: relative;
    animation: coments;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out
}

.comment-updating span:nth-child(2) {
    animation-delay: .2s
}

.comment-updating span:nth-child(3) {
    animation-delay: .4s
}

.comment-updating p {
    display: inline-block;
    margin-left: 10px;
    color: #90949c
}

.fb-comment__item.new-coments {
    opacity: 0;
    height: 0;
    display: none;
    animation-duration: 2s;
    animation-timing-function: 1;
    animation-delay: 3s
}

@keyframes coments {
    0% {
        top: 0
    }

    50% {
        top: -8px
    }

    100% {
        top: 0
    }
}

@keyframes fadeIn {
    0% {
        display: none
    }

    100% {
        display: block;
        height: 100%;
        opacity: 1
    }
}

@media screen and (max-width: 600px) {
    .fb-post {
        width:100%;
        margin: 0;
        padding: 10px;
        border: none
    }

    .fb-post__image {
        width: 100%;
        margin: 0
    }

    .fb-post__act {
        width: 100%
    }

    .fb-comment__text {
        max-width: 100%
    }

    .fb-comment__input {
        width: 100%
    }
}

img {
    padding: 0!important
}

.cta_button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    color: #000;
    background: #02bc00;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    font-weight: 300
}

.center .btn--animate-grow {
    transition-duration: .3s;
    transition-property: transform
}

.center .btn--orange {
    background: #45b37d;
    color: #fff!important;
    max-width: 300px;
    text-align: center
}

.center .btn {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px;
    font-size: 34px;
    line-height: 40px;
    text-align: center;
    border: solid 2px #000;
    width: 300px
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.center {
    text-align: center;
    display: flex;
    justify-content: center
}

@font-face {
    font-family: rbicon;
    src: url("") format("woff2");
    font-weight: 400;
    font-style: normal
}

@-webkit-keyframes chartjs-render-animation {
    from {
        opacity: .99
    }

    to {
        opacity: 1
    }
}

@keyframes chartjs-render-animation {
    from {
        opacity: .99
    }

    to {
        opacity: 1
    }
}

.chartjs-render-monitor {
    -webkit-animation: chartjs-render-animation .001s;
    animation: chartjs-render-animation .001s
}

@font-face {
    font-family: rbicon;
    src: url("") format("woff2");
    font-weight: 400;
    font-style: normal
}

.comm_none {
    pointer-events: none
}

.button-link {
    display: block;
    margin: 1.8rem auto;
    padding: 15px 0;
    width: 80%;
    text-align: center;
    background-color: #dd2a30;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.3s;
    animation: blink 4s linear infinite;
  }
  @keyframes blink {
    0%,
    50% {
      box-shadow: 0 0 10px red;
    }
    25%,
    75% {
      box-shadow: none;
    }
    100% {
      box-shadow: 0 0 10px red;
    }
  }
  .button-link:hover {
    color: #000;
    transform: translateY(5px);