.partners-list {
  margin-bottom: -80px; }
  .partners-list__title-min {
    font: bold 24px/130% "Stem", sans-serif;
    text-align: center;
    margin-bottom: 32px; }
  .partners-list .main-h2 {
    margin-bottom: 32px; }
  @media only screen and (min-width: 991px) {
    .partners-list h1 {
      margin: 0 0 40px; } }
  @media only screen and (max-width: 991px) and (min-width: 767px) {
    .partners-list h1 {
      margin: 0 0 35px; } }
  @media only screen and (max-width: 767px) {
    .partners-list h1 {
      margin: 0 0 30px; } }
  @media only screen and (min-width: 991px) {
    .partners-list {
      padding: 40px 0 0; } }
  @media only screen and (max-width: 991px) and (min-width: 767px) {
    .partners-list {
      padding: 30px 0 0; } }
  @media only screen and (max-width: 767px) {
    .partners-list {
      padding: 20px 0 0; } }
  .partners-list__grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -16px;
    margin-left: -16px; }
  @media only screen and (min-width: 991px) {
    .partners-list__section + .partners-list__section {
      margin: 90px 0 0; } }
  @media only screen and (max-width: 991px) and (min-width: 767px) {
    .partners-list__section + .partners-list__section {
      margin: 60px 0 0; } }
  @media only screen and (max-width: 767px) {
    .partners-list__section + .partners-list__section {
      margin: 40px 0 0; } }
  .partners-list__section-heading {
    text-align: center; }
    @media only screen and (min-width: 767px) {
      .partners-list__section-heading {
        margin: 0 0 20px; } }
    @media only screen and (min-width: 991px) {
      .partners-list__section-heading {
        font: 42px/100% "Stem", sans-serif; } }
    @media only screen and (max-width: 991px) and (min-width: 767px) {
      .partners-list__section-heading {
        font: 36px/100% "Stem", sans-serif; } }
    @media only screen and (max-width: 767px) {
      .partners-list__section-heading {
        margin: 0 0 15px;
        font: 24px/100% "Stem", sans-serif; } }
  @media only screen and (min-width: 767px) {
    .partners-list__list {
      font-size: 0; } }
  @media only screen and (max-width: 767px) {
    .partners-list__list {
      margin: 0 0 30px; } }
  .partners-list__item {
    display: none;
    color: #253746;
    text-align: center;
    padding: 0 16px; }
    @media only screen and (min-width: 767px) {
      .partners-list__item {
        margin: 0 0 60px; } }
    @media only screen and (min-width: 991px) {
      .partners-list__item {
        width: 25%;
        cursor: pointer; } }
    @media only screen and (max-width: 991px) and (min-width: 767px) {
      .partners-list__item {
        width: 33.333333%; } }
    @media only screen and (max-width: 767px) {
      .partners-list__item + .partners-list__item {
        margin: 25px 0 0; } }
    .partners-list__item--visible {
      opacity: 0;
      -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
      transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
      transition: transform 0.5s ease, opacity 0.5s ease;
      transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease; }
      @media only screen and (min-width: 991px) {
        .partners-list__item--visible {
          -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px); } }
      @media only screen and (max-width: 991px) and (min-width: 767px) {
        .partners-list__item--visible {
          -webkit-transform: translate(0, 40px);
          transform: translate(0, 40px); } }
      @media only screen and (max-width: 767px) {
        .partners-list__item--visible {
          -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px); } }
      .partners-list__item--visible.partners-list__item--show {
        -webkit-transform: none;
        transform: none;
        opacity: 1; }
      @media only screen and (min-width: 767px) {
        .partners-list__item--visible {
          display: inline-block;
          vertical-align: top; } }
      @media only screen and (max-width: 767px) {
        .partners-list__item--visible {
          display: block; } }
    .partners-list__item:hover .partners-list__image {
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
    .partners-list__item:hover .partners-list__title {
      color: #aa3186; }
    @media only screen and (min-width: 767px) {
      .partners-list__item--third {
        width: 33.33333%; } }
    .partners-list__item--third .partners-list__image-container {
      height: 180px; }
  .partners-list__image-container {
    padding: 16px;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 8px; }
    @media only screen and (min-width: 767px) {
      .partners-list__image-container {
        height: 160px;
        line-height: 160px; } }
    @media only screen and (max-width: 767px) {
      .partners-list__image-container {
        height: 120px;
        line-height: 120px; } }
  .partners-list__image {
    vertical-align: middle;
    -webkit-transition: -webkit-transform 0.7s ease;
    transition: -webkit-transform 0.7s ease;
    transition: transform 0.7s ease;
    transition: transform 0.7s ease, -webkit-transform 0.7s ease; }
    @media only screen and (min-width: 767px) {
      .partners-list__image {
        max-width: 80%;
        max-height: 80%; } }
    @media only screen and (max-width: 767px) {
      .partners-list__image {
        max-width: 90%;
        max-height: 90%; } }
  .partners-list__title {
    margin: 0 auto;
    max-width: 220px;
    font: 300 20px/140% "Stem", sans-serif;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
  .partners-list__show-more {
    position: relative;
    display: table;
    margin: 0 auto;
    text-transform: uppercase;
    font: 500 18px/100% "Stem", sans-serif;
    color: #253746;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .partners-list__show-more:before {
      content: '';
      position: absolute;
      bottom: -6px;
      left: 0;
      right: 0;
      height: 4px;
      background: #aa3186;
      -webkit-transition: bottom 0.3s ease, opacity 0.3s ease;
      transition: bottom 0.3s ease, opacity 0.3s ease; }
    .partners-list__show-more:hover {
      color: #aa3186; }

.partners-contacts {
  text-align: center;
  background: #f7f6f1; }
  @media only screen and (min-width: 991px) {
    .partners-contacts {
      margin: 0 0 50px;
      padding: 35px 0 40px; } }
  @media only screen and (max-width: 991px) and (min-width: 767px) {
    .partners-contacts {
      margin: 0 0 40px;
      padding: 25px 0 30px; } }
  @media only screen and (max-width: 767px) {
    .partners-contacts {
      margin: 0 0 30px;
      padding: 20px 0; } }
  .partners-contacts__container {
    margin: 0 auto;
    max-width: 660px; }
  @media only screen and (min-width: 991px) {
    .partners-contacts__desc {
      margin: 0 0 30px;
      font: 300 20px/130% "Stem", sans-serif; } }
  @media only screen and (max-width: 991px) and (min-width: 767px) {
    .partners-contacts__desc {
      margin: 0 0 25px;
      font: 300 18px/130% "Stem", sans-serif; } }
  @media only screen and (max-width: 767px) {
    .partners-contacts__desc {
      margin: 0 auto 20px;
      max-width: 400px;
      font: 300 16x/130% "Stem", sans-serif; }
      .partners-contacts__desc br {
        display: none; } }
  @media only screen and (min-width: 767px) {
    .partners-contacts__grid {
      display: table;
      width: 100%; } }
  @media only screen and (min-width: 767px) {
    .partners-contacts__cell {
      display: table-cell;
      vertical-align: top;
      padding: 0 20px; } }
  @media only screen and (max-width: 767px) {
    .partners-contacts__cell + .partners-contacts__cell {
      margin: 20px 0 0; } }
  .partners-contacts__grid-desc {
    margin: 0 0 10px;
    font: 300 14px/100% "Stem", sans-serif;
    text-transform: uppercase; }
  .partners-contacts__grid-value {
    font: 300 24px/120% "Stem", sans-serif; }
    .partners-contacts__grid-value a {
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      .partners-contacts__grid-value a, .partners-contacts__grid-value a:hover, .partners-contacts__grid-value a:active {
        text-decoration: underline; }

@media only screen and (min-width: 991px) {
  .sponsorship-packages {
    margin: 0 0 50px; } }

@media only screen and (max-width: 991px) and (min-width: 767px) {
  .sponsorship-packages {
    margin: 0 0 40px; } }

@media only screen and (max-width: 767px) {
  .sponsorship-packages {
    margin: 0 0 30px; } }

.sponsorship-packages__heading {
  text-align: center;
  text-transform: uppercase; }
  @media only screen and (min-width: 991px) {
    .sponsorship-packages__heading {
      margin: 0 0 45px;
      font: 36px/100% "Stem", sans-serif; } }
  @media only screen and (max-width: 991px) and (min-width: 767px) {
    .sponsorship-packages__heading {
      margin: 0 0 35px;
      font: 32px/100% "Stem", sans-serif; } }
  @media only screen and (max-width: 767px) {
    .sponsorship-packages__heading {
      margin: 0 0 20px;
      font: 28px/100% "Stem", sans-serif; } }

@media only screen and (min-width: 767px) {
  .sponsorship-packages__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px; } }

.sponsorship-packages__item {
  display: block;
  border: 4px solid #f1f5f7;
  text-align: center; }
  @media only screen and (min-width: 767px) {
    .sponsorship-packages__item {
      margin: 0 10px 20px;
      min-height: 240px; } }
  @media only screen and (min-width: 991px) {
    .sponsorship-packages__item {
      width: -webkit-calc(33.33333% - 20px);
      width: calc(33.33333% - 20px); } }
  @media only screen and (max-width: 991px) and (min-width: 767px) {
    .sponsorship-packages__item {
      width: -webkit-calc(50% - 20px);
      width: calc(50% - 20px); } }
  @media only screen and (max-width: 767px) {
    .sponsorship-packages__item + .sponsorship-packages__item {
      margin: 15px 0 0; } }

@media only screen and (min-width: 767px) {
  .sponsorship-packages__item-container {
    display: table;
    width: 100%;
    height: 100%; } }

@media only screen and (min-width: 767px) {
  .sponsorship-packages__item-content {
    display: table-cell;
    vertical-align: middle;
    padding: 20px; } }

@media only screen and (max-width: 767px) {
  .sponsorship-packages__item-content {
    padding: 25px 15px; } }

.sponsorship-packages__icon {
  display: block;
  margin: 0 auto 15px;
  max-width: 64px;
  max-height: 64px; }

.sponsorship-packages__title {
  margin: 0 0 10px;
  font: 500 24px/100% "Stem", sans-serif; }

.sponsorship-packages__desc {
  margin: 0 0 8px;
  font: 300 14px/100% "Stem", sans-serif;
  color: #a6b7c6;
  text-transform: uppercase; }

.sponsorship-packages__summ {
  margin: 0 0 25px;
  font: 500 16px/100% "Stem", sans-serif; }

.sponsorship-packages__summ-value {
  margin: 0 0 20px;
  font: 500 20px/100% "Stem", sans-serif; }

.sponsorship-packages__show-more {
  position: relative;
  display: table;
  margin: 0 auto;
  text-transform: uppercase;
  font: 500 18px/100% "Stem", sans-serif;
  color: #253746;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  .sponsorship-packages__show-more:before {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    height: 4px;
    background: #aa3186;
    -webkit-transition: bottom 0.3s ease, opacity 0.3s ease;
    transition: bottom 0.3s ease, opacity 0.3s ease; }
  .sponsorship-packages__show-more:hover {
    color: #aa3186; }

#partner_card .modal-dialog {
  padding: 0;
  max-width: 860px !important; }

#partner_card .modal-body {
  padding: 0; }

#partner_card .modal-content {
  position: relative;
  max-width: 100% !important; }
  @media only screen and (max-width: 767px) {
    #partner_card .modal-content {
      background: white !important; } }

#partner_card .modal-close {
  position: absolute;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  @media only screen and (min-width: 991px) {
    #partner_card .modal-close {
      top: -35px;
      right: -45px;
      width: 35px;
      height: 35px; } }
  @media only screen and (max-width: 991px) {
    #partner_card .modal-close {
      top: 0;
      right: 0;
      width: 45px;
      height: 45px; } }
  #partner_card .modal-close:before, #partner_card .modal-close:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1.5px 0 0 -10px;
    width: 20px;
    height: 3px;
    background: #aa3186;
    border-radius: 2px; }
  #partner_card .modal-close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  #partner_card .modal-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  #partner_card .modal-close:hover, #partner_card .modal-close:active {
    opacity: 0.85; }

.partner-card {
  background: white; }
  @media only screen and (min-width: 767px) {
    .partner-card {
      display: table;
      width: 100%; } }
  @media only screen and (min-width: 991px) {
    .partner-card {
      padding: 35px 10px 45px; } }
  @media only screen and (max-width: 991px) and (min-width: 767px) {
    .partner-card {
      padding: 25px 10px; } }
  @media only screen and (max-width: 767px) {
    .partner-card {
      padding: 20px 20px; } }
  @media only screen and (min-width: 767px) {
    .partner-card__cell {
      display: table-cell;
      vertical-align: top; } }
  @media only screen and (min-width: 767px) {
    .partner-card__cell:first-child {
      padding: 0 20px; } }
  @media only screen and (min-width: 991px) {
    .partner-card__cell:first-child {
      width: 270px; } }
  @media only screen and (max-width: 991px) and (min-width: 767px) {
    .partner-card__cell:first-child {
      width: 200px; } }
  @media only screen and (min-width: 767px) {
    .partner-card__cell:last-child {
      padding: 0 20px 0 0; } }
  .partner-card__image {
    display: block;
    max-width: 100%; }
    @media only screen and (min-width: 767px) {
      .partner-card__image {
        margin: 0 auto; } }
    @media only screen and (max-width: 767px) {
      .partner-card__image {
        margin: 0 0 20px; } }
  .partner-card__heading {
    color: #222528; }
    @media only screen and (min-width: 767px) {
      .partner-card__heading {
        position: relative;
        margin: 0 0 30px;
        font: 500 24px/100% "Stem", sans-serif; }
        .partner-card__heading:before, .partner-card__heading:after {
          content: '';
          position: absolute;
          left: 0;
          bottom: -16px;
          height: 2px; }
        .partner-card__heading:before {
          width: 124px;
          background: #bcbdbe; }
        .partner-card__heading:after {
          width: 40px;
          background: #222528; } }
    @media only screen and (max-width: 767px) {
      .partner-card__heading {
        margin: 0 0 15px;
        font: 500 20px/120% "Stem", sans-serif; } }
  .partner-card__desc {
    margin: 0 0 20px; }
    @media only screen and (min-width: 991px) {
      .partner-card__desc {
        font: 300 18px/130% "Stem", sans-serif; } }
    @media only screen and (max-width: 991px) {
      .partner-card__desc {
        font: 300 16px/130% "Stem", sans-serif; } }
  .partner-card__link {
    font: 300 18px/100% "Stem", sans-serif;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
