

/* Start:/local/templates/main/styles/blocks/section-head/section-head.css?1764337385412*/
.section-head:not(:last-child) {
  margin-bottom: 45px;
}
@media (max-width: 1239px) {
  .section-head:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 759px) {
  .section-head:not(:last-child) {
    margin-bottom: 20px;
  }
}
.section-head--mb35:not(:last-child) {
  margin-bottom: 35px;
}
@media (max-width: 1239px) {
  .section-head--mb35:not(:last-child) {
    margin-bottom: 20px;
  }
}

/* End */


/* Start:/local/templates/main/styles/blocks/info-accordion/info-accordion.css?17643373851561*/
.info-accordion__header {
  position: relative;
  cursor: pointer;
  padding: 40px 70px 40px 35px;
  background: #f2f2f2;
  font: 700 20px/1.33 'CocoSharp', sans-serif;
}
@media (max-width: 1239px) {
  .info-accordion__header {
    padding: 35px 65px 35px 30px;
    font-size: 18px;
  }
}
@media (max-width: 759px) {
  .info-accordion__header {
    padding: 25px 65px 25px 16px;
    font-size: 16px;
  }
}
.info-accordion__header-info {
  color: #797979;
  font-weight: 400;
}
.info-accordion__header::after {
  content: '';
  position: absolute;
  top: 45%;
  right: 35px;
  -webkit-transform: translateY(-50%) rotate(-45deg) skew(5deg, 5deg);
          transform: translateY(-50%) rotate(-45deg) skew(5deg, 5deg);
  width: 11px;
  height: 11px;
  border: solid;
  border-width: 0 0 3px 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 759px) {
  .info-accordion__header::after {
    right: 20px;
    width: 9px;
    height: 9px;
    border-width: 0 0 2px 2px;
  }
}
.info-accordion__header--nobg {
  background: none;
}
.info-accordion__header--inner::after {
  right: 0;
}
.info-accordion__header--active::after {
  -webkit-transform: translateY(-50%) rotate(135deg) skew(5deg, 5deg);
          transform: translateY(-50%) rotate(135deg) skew(5deg, 5deg);
}
.info-accordion__main {
  display: none;
}
.info-accordion__main--mt-xl {
  margin-top: 30px;
}
@media (max-width: 1239px) {
  .info-accordion__main--mt-xl {
    margin-top: 25px;
  }
}
@media (max-width: 759px) {
  .info-accordion__main--mt-xl {
    margin-top: 20px;
  }
}

/* End */


/* Start:/local/templates/main/styles/blocks/info-disclosure-branching/info-disclosure-branching.css?176433738510907*/
.bg-outside {
  position: relative;
}
.bg-outside:before,
.bg-outside:after {
  content: '';
  display: block;
  width: calc((100vw - 100%) / 2);
  background: inherit;
  position: absolute;
  bottom: 0px;
  top: 0px;
}
.bg-outside:before {
  right: 100%;
}
.bg-outside:after {
  left: 100%;
}
body .wrapper main .m-inner {
  max-width: 1440px;
  padding: 60px 10px 90px;
}
body .wrapper main .m-inner h1.detail,
body .wrapper main .m-inner h1.info-disclosure {
  max-width: 1050px;
}
body .wrapper main .m-inner h1.detail--max-w-none {
  max-width: none;
}
body .wrapper main .m-inner .section:not(:last-child) {
  margin-bottom: 80px;
}
body .wrapper main .m-inner .section:not(:last-child).section-mb-xs {
  margin-bottom: 60px;
}
body .wrapper main .m-inner .section:not(:last-child).section-mb-xxs {
  margin-bottom: 30px;
}
body .wrapper main .m-inner .section:not(:last-child).section-mb-xxxs {
  margin-bottom: 20px;
}
body .wrapper main .m-inner .docs {
  padding: 0;
  margin-bottom: 20px;
}
body .wrapper main .m-inner .docs_title {
  position: relative;
  display: inline-block;
  padding-right: 35px;
  font: 700 48px/60px 'CocoSharp', sans-serif;
  color: #dc0533;
  padding-bottom: 20px;
  cursor: pointer;
}
body .wrapper main .m-inner .docs_title::after {
  content: '';
  position: absolute;
  right: 0;
  top: 17px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 20px;
  height: 20px;
  border-right: 2px solid #f65e64;
  border-bottom: 2px solid #f65e64;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body .wrapper main .m-inner .docs_title.active::after {
  top: 30px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
body .wrapper main .m-inner .docs-container {
  margin-top: 0;
}
body .wrapper main .m-inner .docs-container.info-disclosure-page {
  display: none;
}
body .wrapper main .m-inner .docs-wrap {
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body .wrapper main .m-inner .docs-content {
  width: 37%;
  margin-right: 40px;
}
body .wrapper main .m-inner .docs-item {
  padding: 15px 0;
  border-top: 1px solid #e7e7e7;
}
body .wrapper main .m-inner .docs-item:last-child {
  border-bottom: 1px solid #e7e7e7;
}
body .wrapper main .m-inner .docs-name {
  font: 700 18px/42px 'CocoSharp', sans-serif;
  color: #cacdc2;
  cursor: pointer;
}
body .wrapper main .m-inner .docs-name.active {
  color: #262626;
}
body .wrapper main .m-inner .docs-name a {
  color: #cacdc2;
}
body .wrapper main .m-inner .docs-list.info-disclosure-page {
  display: none;
}
body .wrapper main .m-inner .docs-list.info-disclosure-page.active {
  display: block;
}
body .wrapper main .m-inner .docs-list-item a {
  margin-bottom: 20px;
}
body .wrapper main .m-inner .docs-list-item a::before {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='26' viewBox='0 0 18 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='16' height='18.8333' rx='2' stroke='%23DC0533' stroke-width='2'/%3E%3Cpath d='M4.90918 6.25H10.6365' stroke='%23DC0533' stroke-width='2'/%3E%3Cpath d='M4.90918 10.4167H13.091' stroke='%23DC0533' stroke-width='2'/%3E%3Cpath d='M4.90918 14.5833H13.091' stroke='%23DC0533' stroke-width='2'/%3E%3Cpath d='M8.18164 25H16.3635' stroke='%23DC0533' stroke-width='2'/%3E%3C/svg%3E%0A");
}
body .wrapper main .m-inner .docs-nav {
  width: 600px;
}
body .wrapper main .m-inner .docs.creditovanie-page {
  margin-top: 100px;
}
body .wrapper main .m-inner .indicators-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
body .wrapper main .m-inner .indicators.info-disclosure-branching {
  padding: 0;
}
body .wrapper main .m-inner .indicators.info-disclosure-branching a {
  color: #dc0533;
}
body .wrapper main .m-inner .indicators.info-disclosure-branching .indicators-list {
  padding: 0;
}
body .wrapper main .m-inner .indicators.info-disclosure-branching .indicators-list-item {
  display: grid;
  grid-template-columns: 13% 30% 30% 1fr;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 16px;
}
body .wrapper main .m-inner .indicators.info-disclosure-branching .indicators-list-item-point {
  width: auto;
  padding-left: 0;
  padding-right: 0;
}
body .wrapper main .m-inner .indicators.info-disclosure-branching .indicators-list-item-point span {
  font: 300 11px/14px 'CocoSharp', sans-serif;
  color: #858f9a;
  display: none;
  margin-bottom: 3px;
}
body .wrapper main .m-inner .indicators.info-disclosure-branching .indicators-list-item-val {
  padding-left: 0;
  width: auto;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.3;
  color: #858f9a;
}
body .wrapper main .m-inner .indicators.info-disclosure-branching .indicators-list-item-val br {
  display: none;
}
body .wrapper main .m-inner .indicators.info-disclosure-branching .indicators-list-item .docs-list-item {
  margin-top: 0;
}
body .wrapper main .m-inner .indicators.info-disclosure-branching .indicators-list-item .docs-list-item a {
  color: unset;
  margin-bottom: 0;
}
body .wrapper main .m-inner .indicators.info-disclosure-branching.indicators--1col .indicators-list-item {
  grid-template-columns: 1fr;
}
body .wrapper main .m-inner .indicators.info-disclosure-branching.indicators--2col .indicators-list-item {
  grid-template-columns: 30% 1fr;
}
body .wrapper main .m-inner .indicators.info-disclosure-branching.indicators--3col .indicators-list-item {
  grid-template-columns: 20% 20% 1fr;
}
body .wrapper main .m-inner .indicators.info-disclosure-branching.indicators--table .indicators-list-item {
  grid-template-columns: 18% 18% 1fr 20%;
  gap: 30px;
  padding: 20px 35px;
}
body .wrapper main .m-inner .indicators.info-disclosure-branching.indicators--table .indicators-list-item--head {
  grid-template-columns: 1fr;
  padding: 30px 35px;
  background: #f2f2f2;
}
body .wrapper main .m-inner .indicators.info-disclosure-branching.indicators--table .indicators-list-item--3col {
  grid-template-columns: 20% 20% 1fr;
}
body .wrapper main .m-inner .indicators.info-disclosure-branching.indicators--table:first-child {
  border-right: 1px solid #dfe0e2;
}
body .wrapper main .m-inner .indicators.indicators-accordion .indicators-list-item {
  padding: 20px;
}
@media (max-width: 1239px) {
  body .wrapper main .m-inner .section:not(:last-child) {
    margin-bottom: 60px;
  }
  body .wrapper main .m-inner .section:not(:last-child).section-mb-xs {
    margin-bottom: 45px;
  }
  body .wrapper main .m-inner .section:not(:last-child).section-mb-xxs {
    margin-bottom: 25px;
  }
  body .wrapper main .m-inner .docs_title {
    font-size: 40px;
  }
  body .wrapper main .m-inner .indicators.info-disclosure-branching.indicators--mob-scroll {
    width: 100%;
    max-width: 1440px;
    overflow-x: scroll;
    padding-bottom: 16px;
  }
  body .wrapper main .m-inner .indicators.info-disclosure-branching.indicators--mob-scroll::-webkit-scrollbar {
    height: 4px;
  }
  body .wrapper main .m-inner .indicators.info-disclosure-branching.indicators--mob-scroll::-webkit-scrollbar-track {
    border-radius: 4px;
    background-color: #f2f2f2;
  }
  body .wrapper main .m-inner .indicators.info-disclosure-branching.indicators--mob-scroll::-webkit-scrollbar-thumb {
    background-color: #d3d3d3;
    border-radius: 4px;
  }
  body .wrapper main .m-inner .indicators.info-disclosure-branching.indicators--mob-scroll .indicators-list {
    min-width: 1200px;
  }
  body .wrapper main .m-inner .indicators.info-disclosure-branching.indicators--mob-scroll .indicators-list-item {
    padding-right: 55px;
  }
}
@media (max-width: 979px) {
  body .wrapper main .m-inner {
    padding-top: 0;
    padding-bottom: 60px;
  }
  body .wrapper main .m-inner .docs-wrap {
    display: block;
  }
  body .wrapper main .m-inner .docs-content {
    width: 100%;
    margin-right: 0;
  }
  body .wrapper main .m-inner .docs_title {
    font-size: 32px;
    line-height: 42px;
  }
  body .wrapper main .m-inner .docs_title::after {
    top: 15px;
    width: 13px;
    height: 13px;
  }
  body .wrapper main .m-inner .docs_title.active::after {
    top: 21px;
  }
  body .wrapper main .m-inner .docs-name {
    font-size: 14px;
    line-height: 32px;
  }
  body .wrapper main .m-inner .docs-list-item a {
    font-size: 14px;
    margin-bottom: 0;
  }
  body .wrapper main .m-inner .docs-list-item a::before {
    width: 17px;
    height: 24px;
  }
  body .wrapper main .m-inner .indicators.info-disclosure-branching .indicators-list-item-point {
    font-size: 14px;
    padding-right: 0;
  }
  body .wrapper main .m-inner .indicators.info-disclosure-branching .indicators-list-item-point span {
    font-size: 14px;
  }
  body .wrapper main .m-inner .indicators.info-disclosure-branching .indicators-list-item-point span.lg {
    font-size: 16px;
    line-height: 26px;
  }
  body .wrapper main .m-inner .indicators.info-disclosure-branching .indicators-list-item-val {
    font-size: 16px;
    line-height: 26px;
  }
  body .wrapper main .m-inner .indicators.info-disclosure-branching .indicators-list-item-val span {
    font-size: 14px;
  }
}
@media (max-width: 759px) {
  body .wrapper main .m-inner .section:not(:last-child) {
    margin-bottom: 40px;
  }
  body .wrapper main .m-inner .section:not(:last-child).section-mb-xs {
    margin-bottom: 30px;
  }
  body .wrapper main .m-inner .section:not(:last-child).section-mb-xxs {
    margin-bottom: 20px;
  }
  body .wrapper main .m-inner .docs_title {
    font-size: 24px;
    line-height: 34px;
    padding-right: 20px;
  }
  body .wrapper main .m-inner .docs_title::after {
    top: 11px;
    width: 8px;
    height: 8px;
  }
  body .wrapper main .m-inner .docs_title.active::after {
    top: 16px;
  }
  body .wrapper main .m-inner .docs.creditovanie-page {
    margin-top: 60px;
  }
  body .wrapper main .m-inner .indicators.info-disclosure-branching {
    width: 100%;
    overflow-x: scroll;
    padding-bottom: 16px;
  }
  body .wrapper main .m-inner .indicators.info-disclosure-branching::-webkit-scrollbar {
    height: 4px;
  }
  body .wrapper main .m-inner .indicators.info-disclosure-branching::-webkit-scrollbar-track {
    border-radius: 4px;
    background-color: #f2f2f2;
  }
  body .wrapper main .m-inner .indicators.info-disclosure-branching::-webkit-scrollbar-thumb {
    background-color: #d3d3d3;
    border-radius: 4px;
  }
  body .wrapper main .m-inner .indicators.info-disclosure-branching .indicators-list {
    min-width: 1000px;
  }
  body .wrapper main .m-inner .indicators.info-disclosure-branching .indicators-list.indicators-accordion .indicators-list-item {
    padding: 16px;
  }
  body .wrapper main .m-inner .indicators.indicators-accordion .indicators-list-item {
    padding: 16px;
  }
}

/* End */
/* /local/templates/main/styles/blocks/section-head/section-head.css?1764337385412 */
/* /local/templates/main/styles/blocks/info-accordion/info-accordion.css?17643373851561 */
/* /local/templates/main/styles/blocks/info-disclosure-branching/info-disclosure-branching.css?176433738510907 */
