

/* Start:/local/templates/metib2023/components/metib/pages/about.information/style.css?17048081488107*/
.general-information {
  /*&-bank {
    display: flex;
    margin: 0 0 60px 0;

    &__item {
      flex: 0 0 50%;

      p {
        margin: 0 auto;
        max-width: 400px;
        font-size: 40px;
        font-weight: bold;
        text-align: center;

        span {
          display: block;
          margin: 0 auto;
          position: relative;
          width: 190px;
          font-size: 28px;
          font-weight: 400;

          &:before {
            content: "";
            display: block;
            height: 5px;
            position: absolute;
            bottom: -1px;
            left: -10px;
            right: -10px;
            background: #003082;
          }
        }
      }

      &:last-child {

        @media all and (max-width: 550px) {
          margin-bottom: 0;
        }
      }

      @media all and (max-width: 550px) {
        margin-bottom: 30px;
      }
    }

    @media all and (max-width: 550px) {
      display: block;
    }
  }

  &-rating {
    display: flex;
    margin: 0 0 60px 0;

    &__item {
      flex: 0 0 48%;
      margin: 0 4% 0 0;
      padding: 30px;
      background: #EEF1F6;

      span {
        display: block;
        margin: 0 0 40px 0;

        img {
          margin: 0 auto;
          display: block;
          max-width: 100%;
        }
      }

      p {
        font-size: 48px;
        font-weight: bold;
        text-align: center;
        color: #00286C;

      }

      &:last-child {
        margin-right: 0;

        @media all and (max-width: 750px) {
          margin-bottom: 0;
        }
      }

      @media all and (max-width: 750px) {
        margin-right: 0;
        margin-bottom: 30px;
      }
    }

    @media all and (max-width: 750px) {
      display: block;
    }
  }

  &-text {

    & > h2 {
      margin: 30px 0 30px 0;
    }

    & > p {
      margin: 0 0 20px 0;
    }
  }*/
}
.general-information__top {
  display: flex;
  padding: 60px;
  min-height: 408px;
  position: relative;
  background: radial-gradient(24.93% 73.41% at 77.01% 40.44%, rgba(150, 236, 255, 0.45) 0%, rgba(150, 196, 255, 0) 79.54%), linear-gradient(135deg, #5898ED 8.46%, #034296 90.85%);
  border-radius: 20px;
  box-shadow: 0 4px 20px 0 rgba(1, 49, 113, 0.08);
}
.general-information__top .top-info {
  position: relative;
  padding: 0 50% 0 0;
  color: #FFFFFF;
}
.general-information__top .top-info__title {
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 500;
}
@media all and (max-width: 767px) {
  .general-information__top .top-info__title {
    margin-bottom: 12px;
  }
}
.general-information__top .top-info ul {
  margin: 28px 0 0 0;
  font-size: 24px;
  line-height: 28px;
}
.general-information__top .top-info ul li {
  margin: 20px 0 0 0;
}
.general-information__top .top-info ul li:before {
  content: "";
  display: inline-block;
  margin: 0 12px 0 0;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  background: url("/local/templates/metib2023/components/metib/pages/about.information/images/list-marker.svg") 50% 50% no-repeat;
  background-size: contain;
}
@media all and (max-width: 767px) {
  .general-information__top .top-info ul li:before {
    width: 20px;
    height: 20px;
  }
}
.general-information__top .top-info ul li:first-child {
  margin-top: 0;
}
@media all and (max-width: 767px) {
  .general-information__top .top-info ul li {
    margin-top: 16px;
  }
}
@media all and (max-width: 767px) {
  .general-information__top .top-info ul {
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
  }
}
.general-information__top .top-info:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -60px;
  bottom: 0;
  left: -60px;
  background: url("/local/templates/metib2023/components/metib/pages/about.information/images/banner-pic.png") 100% 50% no-repeat;
  background-size: contain;
}
@media all and (max-width: 767px) {
  .general-information__top .top-info:before {
    top: unset;
    right: 20px;
    bottom: -50px;
    left: 20px;
    min-height: 220px;
    background-position: 50% 100%;
  }
}
@media all and (max-width: 767px) {
  .general-information__top .top-info {
    padding-right: 0;
    padding-bottom: 208px;
    background-position: 50% 105%;
    background-size: contain;
  }
}
@media all and (max-width: 767px) {
  .general-information__top {
    display: block;
    padding: 20px;
    min-height: unset;
    background: radial-gradient(34.84% 24.34% at 50% 79.06%, rgba(150, 236, 255, 0.45) 0%, rgba(150, 196, 255, 0) 79.54%), linear-gradient(135deg, #5898ED 8.46%, #034296 90.85%);
    overflow: hidden;
  }
}
.general-information__bank {
  margin: 60px 0 0 0;
}
.general-information__bank .ratings {
  display: flex;
}
.general-information__bank .ratings-item {
  flex: 0 0 calc((100% - 40px) / 3);
  margin: 0 20px 0 0;
  padding: 24px;
  text-align: center;
  font-size: 18px;
  line-height: 1.333;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 4px 20px 0 rgba(1, 49, 113, 0.08);
}
.general-information__bank .ratings-item span {
  display: block;
}
.general-information__bank .ratings-item span img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  min-height: 48px;
}
@media all and (max-width: 767px) {
  .general-information__bank .ratings-item span img {
    min-height: 36px;
  }
}
.general-information__bank .ratings-item p {
  margin: 20px 0 0 0;
}
@media all and (max-width: 767px) {
  .general-information__bank .ratings-item p {
    margin-top: 16px;
  }
}
.general-information__bank .ratings-item:last-child {
  margin-right: 0;
}
@media all and (max-width: 767px) {
  .general-information__bank .ratings-item:last-child {
    margin-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .general-information__bank .ratings-item {
    padding: 20px;
    margin-right: 0;
    margin-bottom: 16px;
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  .general-information__bank .ratings {
    display: block;
  }
}
@media all and (max-width: 767px) {
  .general-information__bank {
    margin-top: 28px;
  }
}
.general-information__ratings {
  margin: 60px 0 0 0;
}
.general-information__ratings .ratings {
  display: flex;
}
.general-information__ratings .ratings-item {
  flex: 0 0 calc((100% - 20px) / 2);
  margin: 0 20px 0 0;
  padding: 24px;
  text-align: center;
  font-size: 18px;
  line-height: 1.333;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 4px 20px 0 rgba(1, 49, 113, 0.08);
}
.general-information__ratings .ratings-item span {
  color: #033F8E;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
}
@media all and (max-width: 767px) {
  .general-information__ratings .ratings-item span {
    font-size: 32px;
    line-height: 40px;
  }
}
.general-information__ratings .ratings-item p {
  margin: 12px 0 0 0;
  text-align: center;
}
@media all and (max-width: 767px) {
  .general-information__ratings .ratings-item p {
    margin-top: 8px;
  }
}
.general-information__ratings .ratings-item:last-child {
  margin-right: 0;
}
@media all and (max-width: 767px) {
  .general-information__ratings .ratings-item:last-child {
    margin-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .general-information__ratings .ratings-item {
    padding: 20px;
    margin-right: 0;
    margin-bottom: 16px;
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  .general-information__ratings .ratings {
    display: block;
  }
}
@media all and (max-width: 767px) {
  .general-information__ratings {
    margin-top: 28px;
  }
}
.general-information__results {
  margin: 60px 0 0 0;
}
@media all and (max-width: 767px) {
  .general-information__results {
    margin-top: 28px;
  }
}
.general-information .text-block {
  margin: 20px 0 0 0;
  padding: 24px;
  font-size: 16px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 4px 20px 0 rgba(1, 49, 113, 0.08);
}
.general-information .text-block p {
  margin: 10px 0 0 0;
}
.general-information .text-block p:first-child {
  margin-top: 0;
}
.general-information .text-block .bold {
  font-weight: 700;
}
@media all and (max-width: 767px) {
  .general-information .text-block {
    padding: 20px;
    margin-top: 16px;
    font-size: 14px;
  }
}

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

/* End */
/* /local/templates/metib2023/components/metib/pages/about.information/style.css?17048081488107 */
