@font-face {
  font-family: "Louis";
  src: local("Louis"), url("../font/louis/louis-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Louis";
  src: local("Louis"), url("../font/louis/louis-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

.tab__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4.46154vw;
  position: relative;
}

.tab__buttons::after {
  content: '';
  position: absolute;
  background: #E6E7E8;
  width: 100%;
  height: 0.07692vw;
  bottom: -1.26923vw;
  z-index: 0;
}

.tab__text {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  display: none;
}

.tab__text.tab__text_active {
  display: block;
}

.tab__text h3 {
  font-family: "Louis","Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.92308vw;
  line-height: 2.30769vw;
  margin-bottom: 1.61538vw;
}

.tab__text p {
  margin-bottom: 1.15385vw;
}

.tab__text ul {
  margin-bottom: 1.15385vw;
  padding-left: 0;
}

.tab__link {
  cursor: pointer;
  font-family: "Louis","Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.38462vw;
  line-height: 2vw;
  color: #BDBDBD;
  position: relative;
  background: none;
}

.tab__link:first-child {
  margin-right: 1.23077vw;
}

.tab__link_active {
  color: #393839;
  position: relative;
}

.tab__link_active::after {
  content: '';
  background: #CD9834;
  width: 14vw;
  height: 0.30769vw;
  position: absolute;
  left: 0;
  bottom: -1.30769vw;
  z-index: 1;
}

.tab__link__mb {
  display: none;
}

.credits__wrapper {
  padding-bottom: 4.61538vw;
}

.credits .lists ol li, .credits .lists ul li {
  padding-left: 1.15385vw;
}

.credits .lists ul li::before {
  left: 0.07692vw;
}

.credits__bank {
  margin-bottom: 1.53846vw;
  padding: 2.69231vw 8.07692vw 3.84615vw 4.92308vw;
  border: 0.07692vw solid #EBEBEB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.credits__bank:hover {
  background: #FFFFFF;
  border-color: #FFFFFF;
  -webkit-box-shadow: 0px 0.76923vw 3.07692vw rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0.76923vw 3.07692vw rgba(0, 0, 0, 0.08);
}

.credits__bank__logo {
  width: 29.38462vw;
  min-width: 29.38462vw;
  padding-top: 0.84615vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.credits__bank__logo img {
  max-width: 100%;
  height: auto;
}

.credits__bank__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  background: #CD9834;
  letter-spacing: 0.02em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  padding: 0.92308vw 2.30769vw 1.15385vw 2.30769vw;
  font-family: "Louis","Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.53846vw;
  line-height: 1.84615vw;
}

@media screen and (max-width: 999px) and (min-width: 760px) {
  .credits__bank__link {
    padding: 1.57895vw 3.94737vw 1.97368vw 3.94737vw;
    font-family: "Louis","Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.63158vw;
    line-height: 3.15789vw;
  }
}

@media screen and (max-width: 759px) {
  .credits__bank__link {
    padding: 3.75vw 1.5625vw 4.6875vw 1.5625vw;
    width: 100%;
    font-family: "Louis","Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 6.25vw;
    line-height: 7.5vw;
  }
}

@media screen and (min-width: 1300px) {
  .credits__bank__link {
    padding: 12px 30px 15px 30px;
    font-family: "Louis","Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
  }
}

.credits__bank__link__desctop {
  display: block;
}

.credits__bank__link__mb {
  display: none;
}

.credits__bank__info {
  width: 46.69231vw;
}

.credits__bank__title {
  text-align: left;
  margin-bottom: 1.84615vw;
}

@media screen and (min-width: 1300px) {
  .tab__buttons {
    margin-bottom: 58px;
  }
  .tab__buttons::after {
    height: 1px;
    bottom: -16.5px;
  }
  .tab__text h3 {
    font-family: "Louis","Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 21px;
  }
  .tab__text p {
    margin-bottom: 15px;
  }
  .tab__text ul {
    margin-bottom: 15px;
  }
  .tab__link {
    font-family: "Louis","Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 26px;
  }
  .tab__link:first-child {
    margin-right: 16px;
  }
  .tab__link_active::after {
    width: 182px;
    height: 4px;
    bottom: -17px;
  }
  .credits__wrapper {
    padding-bottom: 60px;
  }
  .credits .lists ol li, .credits .lists ul li {
    padding-left: 15px;
  }
  .credits .lists ul li::before {
    left: 1px;
  }
  .credits__bank {
    margin-bottom: 20px;
    padding: 35px 105px 50px 64px;
    border: 1px solid #EBEBEB;
  }
  .credits__bank:hover {
    -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08);
  }
  .credits__bank__logo {
    width: 382px;
    min-width: 382px;
    padding-top: 11px;
  }
  .credits__bank__info {
    width: 607px;
  }
  .credits__bank__title {
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 760px) and (max-width: 999px) {
  .tab__buttons {
    margin-bottom: 8.02632vw;
  }
  .tab__text h3 {
    font-family: "Louis","Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 3.28947vw;
    line-height: 3.94737vw;
    margin-bottom: 2.76316vw;
  }
  .tab__text p {
    margin-bottom: 1.97368vw;
  }
  .tab__text ul {
    margin-bottom: 1.97368vw;
  }
  .tab__link {
    font-family: "Louis","Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.36842vw;
    line-height: 3.42105vw;
  }
  .tab__link:first-child {
    margin-right: 2.10526vw;
  }
  .tab__link_active::after {
    width: 23.94737vw;
    height: 0.52632vw;
    left: 0;
    bottom: -1.57895vw;
  }
  .tab__link__mb {
    display: none;
  }
  .credits .lists ol li, .credits .lists ul li {
    padding-left: 1.97368vw;
  }
  .credits .lists ul li::before {
    left: 0.13158vw;
  }
  .credits__bank {
    margin-bottom: 2.63158vw;
    padding: 4.60526vw 13.81579vw 6.57895vw 8.42105vw;
    border: 0.13158vw solid #EBEBEB;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .credits__bank:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #EBEBEB;
  }
  .credits__bank__logo {
    width: 100%;
    min-width: 0;
    padding-top: 0;
    margin-bottom: 4.73684vw;
  }
  .credits__bank__logo img {
    max-width: 47.10526vw;
  }
  .credits__bank__link {
    margin-top: 3.28947vw;
  }
  .credits__bank__link__desctop {
    display: block;
  }
  .credits__bank__link__mb {
    display: none;
  }
  .credits__bank__info {
    width: 100%;
  }
  .credits__bank__title {
    margin-bottom: 3.15789vw;
  }
}

@media screen and (max-width: 759px) {
  .tab__buttons {
    margin-bottom: 2.8125vw;
  }
  .tab__buttons::after {
    display: none;
  }
  .tab__text {
    padding-top: 7.8125vw;
  }
  .tab__text h3 {
    font-family: "Louis","Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 5.625vw;
    line-height: 7.8125vw;
    margin-bottom: 3.75vw;
  }
  .tab__text p {
    margin-bottom: 4.6875vw;
  }
  .tab__text ul {
    margin-bottom: 4.6875vw;
  }
  .tab__link {
    width: 100%;
    text-align: left;
    color: #393839;
    font-family: "Louis","Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 4.6875vw;
    line-height: 6.5625vw;
  }
  .tab__link:first-child {
    margin-right: 0;
  }
  .tab__link:not(.tab__link_active)::after {
    content: '';
    width: 100%;
    height: 0.3125vw;
    left: 0;
    position: absolute;
    background-color: #E6E7E8;
    bottom: -1.875vw;
  }
  .tab__link:not(.tab__link_active)::before {
    content: '';
    width: 100%;
    height: 0.3125vw;
    right: 0;
    top: 0.9375vw;
    position: absolute;
    background: url("../img/svg/tab_close.svg") no-repeat;
    width: 5.625vw;
    height: 5.625vw;
  }
  .tab__link_active::after {
    width: 100%;
    height: 1.25vw;
    left: 0;
    bottom: -2.8125vw;
  }
  .tab__link_detail {
    display: none;
  }
  .tab__link__mb {
    margin-top: 3.4375vw;
    display: inline-block;
  }
  .credits .lists ol li, .credits .lists ul li {
    padding-left: 4.6875vw;
  }
  .credits .lists ul li::before {
    left: 0.3125vw;
  }
  .credits .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .credits .owl-stage .owl-item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .credits__wrapper {
    position: relative;
   /* padding-top: 11.25vw; */
    padding-bottom: 16.5625vw;
  }
  .credits__wrapper .owl-nav {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .credits__wrapper .owl-nav::after {
    position: absolute;
    content: '';
    background: #E6E7E8;
    width: 80.3125vw;
    height: 0.3125vw;
    top: 2.65625vw;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 0;
  }
  .credits__wrapper .owl-nav button.owl-next {
    background: url(../img/svg/owl_arrow_right.svg) no-repeat;
    width: 3.125vw;
    height: 5.625vw;
    background-size: cover;
    display: inline-block;
    position: absolute;
    right: 0;
    z-index: 1;
  }
  .credits__wrapper .owl-nav button.owl-prev {
    background: url(../img/svg/owl_arrow_left.svg) no-repeat;
    width: 3.125vw;
    height: 5.625vw;
    background-size: cover;
    display: inline-block;
    position: absolute;
    left: 0;
    z-index: 1;
  }
  .credits .main__h1 {
    margin-bottom: 12.5vw;
  }
  .credits__bank {
    margin-bottom: 0;
    padding: 6.25vw 6.25vw 10.9375vw 5.3125vw;
    border: 1px solid #EBEBEB;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 100%;
    width: 87.5vw;
  }
  .credits__bank:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #EBEBEB;
  }
  .credits__bank__logo {
    width: 100%;
    min-width: 0;
    padding-top: 0;
  }
  .credits__bank__logo img {
    max-width: 53.125vw;
  }
  .credits__bank__link {
    margin-top: 12.5vw;
    text-align: center;
    width: 100%;
    display: inline-block;
  }
  .credits__bank__link__desctop {
    display: none;
  }
  .credits__bank__link__mb {
    display: inline-block;
  }
  .credits__bank__info {
    width: 100%;
  }
  .credits__bank__title {
    margin-bottom: 6.875vw;
    margin-top: 7.1875vw;
  }
}
/*# sourceMappingURL=credits.css.map */