.main-header .slick-track {
  display: flex !important; }

.main-header .slider-controls {
  margin-top: -3.75rem;
  z-index: 999 !important; }
  @media screen and (max-width: 1300px) {
    .main-header .slider-controls {
      margin-top: -1.875rem; } }
  @media screen and (max-width: 767px) {
    .main-header .slider-controls {
      margin-top: 0; } }
  @media screen and (max-width: 320px) {
    .main-header .slider-controls {
      margin-top: 0.625rem; } }

.advantages-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: -2rem -1rem 0; }
  @media screen and (max-width: 1023px) {
    .advantages-list {
      margin: -1.5rem -1rem 0; } }
  @media screen and (max-width: 767px) {
    .advantages-list {
      margin: -1.5rem 0 0; } }
  .advantages-list__wrapper {
    width: 33.333%;
    padding: 0 1rem;
    margin-top: 2rem; }
    @media screen and (max-width: 1023px) {
      .advantages-list__wrapper {
        width: 50%; } }
    @media screen and (max-width: 767px) {
      .advantages-list__wrapper {
        width: 100%;
        padding: 0;
        margin-top: 1.5rem; } }
  .advantages-list__item {
    height: 100%;
    border-radius: 1.25rem;
    background: white;
    padding: 2.5rem;
    box-shadow: 0px 0.3125rem 1.25rem rgba(31, 34, 80, 0.03);
    transition: .5s; }
    @media screen and (max-width: 767px) {
      .advantages-list__item {
        padding: 1.5rem; } }
    .advantages-list__item:hover {
      box-shadow: 0px 1.875rem 3.75rem rgba(31, 34, 80, 0.12); }
  .advantages-list__title {
    margin-bottom: 1.5rem; }
    @media screen and (max-width: 1023px) {
      .advantages-list__title {
        margin-bottom: 1rem; } }
  .advantages-list__img {
    margin-bottom: 1.5rem; }
    @media screen and (max-width: 1023px) {
      .advantages-list__img {
        margin-bottom: 1rem; } }
  .advantages-list__text {
    color: #7E7F94;
    font-style: normal;
    font-weight: 400; }

.section-accounts {
  position: relative; }
  .section-accounts__content {
    position: relative;
    display: flex;
    filter: drop-shadow(0px 0.625rem 1.25rem rgba(31, 34, 80, 0.3)); }
    .section-accounts__content .main-decor {
      z-index: 2; }
      @media screen and (max-width: 1023px) {
        .section-accounts__content .main-decor {
          display: none; } }

.tabs {
  display: flex;
  flex-direction: column;
  width: 26%; }
  @media screen and (max-width: 1023px) {
    .tabs {
      display: none; } }

.tab {
  height: 33.333%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-top-left-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
  cursor: pointer; }
  .tab h3 {
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    font-size: 2.25rem; }
    @media screen and (max-width: 1200px) {
      .tab h3 {
        font-size: 1.875rem; } }
  .tab--2 {
    position: relative;
    color: #FFFFFF;
    background: #342F61;
    overflow: hidden; }
    .tab--2:before {
      content: url(../images/profi.png);
      display: block;
      position: absolute;
      top: -0.0625rem;
      left: -0.0625rem; }
  .tab.shadow {
    box-shadow: inset -0.3125rem 0px 1.5625rem 0px rgba(52, 47, 97, 0.1); }

.account-list {
  width: 74%; }
  @media screen and (max-width: 1023px) {
    .account-list {
      width: 100%; } }
  .account-list__item {
    padding: 2.5rem 2.25rem;
    background: #FFFFFF;
    border-top-right-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem; }
    @media screen and (max-width: 1023px) {
      .account-list__item {
        display: block !important;
        padding: 1.5rem;
        border-radius: 1.25rem;
        margin-bottom: 1.5rem; } }
    .account-list__item li {
      color: #7E7F94; }
      .account-list__item li.unactive {
        color: #C9CDD8; }
        .account-list__item li.unactive:before {
          border-color: #C9CDD8; }
    .account-list__item--1 {
      display: none; }
    .account-list__item--2 {
      display: block;
      color: #FFFFFF;
      background: #342F61; }
      .account-list__item--2 li {
        color: #FFFFFF; }
        .account-list__item--2 li.unactive {
          color: #7E7F94; }
          .account-list__item--2 li.unactive:before {
            border-color: 1px solid #7E7F94; }
    .account-list__item--3 {
      display: none;
      margin-bottom: 0; }
  .account-list__title {
    display: none; }
    @media screen and (max-width: 1023px) {
      .account-list__title {
        display: block;
        font-weight: bold;
        margin-bottom: 2rem;
        text-align: left;
        font-size: 1.875rem;
        line-height: 2.125rem;
        margin-bottom: 1.5rem; }
        .account-list__title:after {
          display: none; } }
  .account-list__text {
    font-family: "Nunito", sans-serif;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin-bottom: 2rem;
    height: 5.25rem; }
    @media screen and (max-width: 1023px) {
      .account-list__text {
        height: auto;
        font-size: 1.25rem;
        line-height: 1.5rem;
        margin-bottom: 1.5rem; } }
  .account-list ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: -1rem;
    margin-bottom: 2rem;
    max-height: 12rem; }
    @media screen and (max-width: 1023px) {
      .account-list ul {
        margin-bottom: 1.5rem; } }
    @media screen and (max-width: 767px) {
      .account-list ul {
        max-height: 100%; } }
    .account-list ul li {
      display: flex;
      width: 50%;
      margin-top: 1rem;
      font-size: 1rem;
      line-height: 1rem; }
      @media screen and (max-width: 767px) {
        .account-list ul li {
          width: 100%; } }
      .account-list ul li:before {
        content: '';
        display: block;
        border-radius: 50%;
        min-width: 0.625rem;
        min-height: 0.625rem;
        max-width: 0.625rem;
        max-height: 0.625rem;
        border: 0.0625rem solid #F19B11;
        margin-right: 0.6875rem;
        margin-left: 0.1875rem;
        margin-top: 0.1875rem; }

.startpage .section-accounts .dots-bg, .startpage .section-accounts .yellow-circle {
  display: none; }

.section-news {
  overflow: visible; }
  .section-news .main-decor {
    overflow: visible; }
  .section-news .h2-title {
    margin-bottom: 1.5rem; }

.news-slider {
  position: relative;
  z-index: 2; }
  .news-slider .slick-list {
    position: relative;
    margin: 0 -1rem;
    margin-top: -1rem;
    padding-top: 1rem;
    padding-bottom: 2.25rem; }
    @media screen and (max-width: 1023px) {
      .news-slider .slick-list {
        padding-bottom: 1.5rem; } }
  .news-slider .slick-slide {
    padding: 0 1rem; }
  .news-slider .slick-dots li {
    cursor: pointer;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    margin: 0 0.25rem;
    background: #8182A2;
    transition: .5s; }
    .news-slider .slick-dots li.slick-active {
      width: 1.5rem;
      background: #2F4DB6;
      border-radius: 4.125rem; }

.news-item {
  height: 100%;
  position: relative;
  box-shadow: 0px 1rem 1rem rgba(31, 34, 80, 0.12);
  border-radius: 0.625rem;
  background: #FFFFFF; }
  @media screen and (max-width: 1023px) {
    .news-item {
      box-shadow: 0px 0.75rem 0.75rem rgba(31, 34, 80, 0.12); } }
  .news-item a {
    height: 100%;
    display: flex;
    flex-direction: column; }
    .news-item a:hover .news-item__title {
      color: #7E7F94; }
    .news-item a:hover .news-item__btn {
      color: #F27217; }
      .news-item a:hover .news-item__btn:before {
        transform: scale(1.3); }
    .news-item a:active .news-item__title {
      color: #65618D; }
    .news-item a:active .news-item__btn {
      color: #FBA726; }
  .news-item__img {
    display: block;
    width: 100%;
    min-height: 13rem;
    max-height: 13rem;
    object-fit: cover;
    border-radius: 0.625rem; }
  .news-item__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    padding: 2.5rem; }
    @media screen and (max-width: 1200px) {
      .news-item__content {
        padding: 2rem; } }
    @media screen and (max-width: 1023px) {
      .news-item__content {
        padding: 1.5rem; } }
  .news-item__title {
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    line-height: 150%;
    margin-bottom: 1rem;
    transition: .3s ease; }
  .news-item__btn {
    display: flex;
    align-items: center;
    color: #F19B11;
    font-size: 0.875rem;
    margin-bottom: 1rem;
    transition: .3s ease; }
    .news-item__btn:before {
      content: url(../images/more.svg);
      display: block;
      width: 1rem;
      height: 1rem;
      margin-right: 0.5rem;
      transition: .3s ease; }
  .news-item__footer {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .news-item__date {
    display: flex;
    align-items: center; }
    .news-item__date:before {
      content: url(../images/calendar.svg);
      display: block;
      width: 1rem;
      height: 1rem;
      margin-right: 0.5rem; }
  .news-item__date, .news-item__author {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #342F61; }

.section-steps {
  position: relative; }
  .section-steps__line {
    position: absolute;
    width: 100%;
    left: 0;
    top: 2%;
    z-index: -1; }
    @media screen and (max-width: 767px) {
      .section-steps__line {
        display: none; } }

.steps-list__img {
  position: relative;
  width: 40%;
  margin-right: 11.42851%; }
  @media screen and (max-width: 767px) {
    .steps-list__img {
      margin-bottom: 1rem; } }
  .steps-list__img img {
    position: relative;
    width: 100%;
    height: auto; }
  .steps-list__img .bg {
    position: absolute;
    display: block;
    top: -12%;
    left: -35%;
    width: 170%;
    height: 150%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1; }

.steps-list__description {
  width: 40%; }
  @media screen and (max-width: 767px) {
    .steps-list__description {
      width: 100%; } }

.steps-list__title {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.5rem;
  margin-bottom: 1.5rem; }
  @media screen and (max-width: 1023px) {
    .steps-list__title {
      font-size: 1.875rem;
      line-height: 2.125rem;
      margin-bottom: 1rem; } }
  @media screen and (max-width: 767px) {
    .steps-list__title {
      font-size: 1.625rem;
      line-height: 1.875rem; } }
  .steps-list__title:after {
    content: '';
    display: block;
    margin-top: 1.5rem;
    width: 4rem;
    height: 0.25rem;
    background: #F19B11;
    border-radius: 0.625rem; }
    @media screen and (max-width: 1023px) {
      .steps-list__title:after {
        margin-top: 1rem; } }

.steps-list__text {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #7E7F94; }

.steps-list__item {
  width: 100%;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 900px) {
    .steps-list__item {
      margin-bottom: 1.5rem; }
      .steps-list__item:last-of-type {
        margin-bottom: 0; } }
  @media screen and (max-width: 767px) {
    .steps-list__item {
      display: block; } }
  .steps-list__item:nth-child(even) {
    flex-direction: row-reverse; }
    .steps-list__item:nth-child(even) .steps-list__img {
      margin-right: 0;
      margin-left: 11.42851%; }
      @media screen and (max-width: 767px) {
        .steps-list__item:nth-child(even) .steps-list__img {
          display: block;
          margin-left: auto;
          margin-right: 0; } }
    .steps-list__item:nth-child(even) .steps-list__description {
      text-align: right; }
    .steps-list__item:nth-child(even) .steps-list__title:after {
      margin-left: auto;
      margin-right: 0; }

.section-benefits {
  position: relative;
  overflow: visible; }
  .section-benefits .main-decor {
    overflow: visible; }

.benefits-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -2rem -1rem 0; }
  @media screen and (max-width: 1023px) {
    .benefits-list {
      margin: -1.5rem 0 0; } }
  .benefits-list__item {
    width: 50%;
    padding: 0 1rem;
    margin-top: 2rem; }
    @media screen and (max-width: 1023px) {
      .benefits-list__item {
        width: 100%;
        padding: 0;
        margin-top: 1.5rem; } }
    .benefits-list__item--inner {
      display: flex; }
      @media screen and (max-width: 500px) {
        .benefits-list__item--inner {
          display: block; } }
  .benefits-list__number {
    display: flex;
    min-width: 9.5625rem;
    margin-right: 2.3125rem; }
    @media screen and (max-width: 500px) {
      .benefits-list__number {
        margin-bottom: 0.5rem; } }
    .benefits-list__number span {
      font-family: "Nunito", sans-serif;
      font-style: normal;
      font-weight: 800;
      font-size: 4.5rem;
      line-height: 3.75rem;
      margin-right: 0.5rem; }
    .benefits-list__number img {
      width: 0.9375rem;
      height: 0.9375rem; }
  .benefits-list__title {
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    margin-bottom: 0.5rem; }
  .benefits-list__text {
    color: #6E7199; }
