.information-tpl {
  overflow-x: hidden; }
  .information-tpl .information_baner {
    background-image: url(/image/data/my_theme/juri-banner.png); }

/*******************/
.juri-info-tpl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding-top: 5.5%;
  padding-bottom: 5.5%; }
  .juri-info-tpl .item {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    @media (max-width: 750px) {
      .juri-info-tpl .item {
        width: 100%; }
        .juri-info-tpl .item .info-juri .info-juri {
          width: calc(100% - 172px); } }
    .juri-info-tpl .item .info-juri {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .juri-info-tpl .item .info-juri .first-name {
        font-family: ProximaNovaBold;
        font-size: 26px;
        color: #24333d; }
        @media (max-width: 1360px) {
          .juri-info-tpl .item .info-juri .first-name {
            font-size: 20px; } }
        @media (max-width: 920px) {
          .juri-info-tpl .item .info-juri .first-name {
            font-size: 18px; } }
        @media (max-width: 450px) {
          .juri-info-tpl .item .info-juri .first-name {
            font-size: 16px; } }
      .juri-info-tpl .item .info-juri .status {
        padding-top: 5px; }
        .juri-info-tpl .item .info-juri .status span {
          display: block; }
          .juri-info-tpl .item .info-juri .status span.position {
            font-family: ProximaNova-Light;
            color: #b2c0c2; }
          .juri-info-tpl .item .info-juri .status span.company {
            font-family: ProximaNovaRegular;
            color: #08abcc; }
    .juri-info-tpl .item:nth-child(2n) {
      flex-direction: row; }
      .juri-info-tpl .item:nth-child(2n) .image_wr .romb {
        right: 24px; }
        @media (max-width: 920px) {
          .juri-info-tpl .item:nth-child(2n) .image_wr .romb {
            right: 7px; } }
        @media (max-width: 450px) {
          .juri-info-tpl .item:nth-child(2n) .image_wr .romb {
            right: 11px; } }
      .juri-info-tpl .item:nth-child(2n) .info-juri {
        text-align: left;
        padding-left: 6%; }
        @media (max-width: 1360px) {
          .juri-info-tpl .item:nth-child(2n) .info-juri {
            padding-left: 3%; } }
    .juri-info-tpl .item:nth-child(2n+1) {
      flex-direction: row-reverse; }
      .juri-info-tpl .item:nth-child(2n+1) .image_wr .romb {
        left: 24px; }
        @media (max-width: 920px) {
          .juri-info-tpl .item:nth-child(2n+1) .image_wr .romb {
            left: 7px; } }
        @media (max-width: 450px) {
          .juri-info-tpl .item:nth-child(2n+1) .image_wr .romb {
            left: 11px; } }
      .juri-info-tpl .item:nth-child(2n+1) .info-juri {
        text-align: right;
        padding-right: 6%; }
        @media (max-width: 1360px) {
          .juri-info-tpl .item:nth-child(2n+1) .info-juri {
            padding-right: 3%; } }
  .juri-info-tpl .image_wr {
    padding: 53px;
    position: relative; }
    @media (max-width: 1360px) {
      .juri-info-tpl .image_wr {
        padding: 45px; } }
    @media (max-width: 920px) {
      .juri-info-tpl .image_wr {
        padding: 30px; } }
    @media (max-width: 450px) {
      .juri-info-tpl .image_wr {
        padding: 30px 20px; } }
    .juri-info-tpl .image_wr .romb {
      width: 118px;
      height: 118px;
      border: 1px solid #c6c6c6;
      -moz-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      position: absolute;
      top: calc(50% - 59px); }
      @media (max-width: 1360px) {
        .juri-info-tpl .image_wr .romb {
          width: 90px;
          height: 90px; } }
      @media (max-width: 920px) {
        .juri-info-tpl .image_wr .romb {
          width: 56px;
          height: 56px; } }
      @media (max-width: 450px) {
        .juri-info-tpl .image_wr .romb {
          width: 56px;
          height: 56px; } }
      @media (max-width: 1360px) {
        .juri-info-tpl .image_wr .romb {
          top: calc(50% - 45px); } }
      @media (max-width: 920px) {
        .juri-info-tpl .image_wr .romb {
          top: calc(50% - 28px); } }
      @media (max-width: 450px) {
        .juri-info-tpl .image_wr .romb {
          top: calc(50% - 29px); } }
    .juri-info-tpl .image_wr .image {
      position: relative;
      width: 190px;
      height: 190px;
      overflow: hidden;
      -moz-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
      @media (max-width: 1360px) {
        .juri-info-tpl .image_wr .image {
          width: 147px;
          height: 147px; } }
      @media (max-width: 920px) {
        .juri-info-tpl .image_wr .image {
          width: 112px;
          height: 112px; } }
      @media (max-width: 450px) {
        .juri-info-tpl .image_wr .image {
          width: 65px;
          height: 65px; } }
      .juri-info-tpl .image_wr .image img {
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 330px;
        height: 330px;
        margin: -165px 0 0 -165px; }
        @media (max-width: 1360px) {
          .juri-info-tpl .image_wr .image img {
            width: 212px;
            height: 212px;
            margin: -106px 0 0 -106px; } }
        @media (max-width: 920px) {
          .juri-info-tpl .image_wr .image img {
            width: 160px;
            height: 160px;
            margin: -80px 0 0 -80px; } }
        @media (max-width: 450px) {
          .juri-info-tpl .image_wr .image img {
            width: 94px;
            height: 94px;
            margin: -47px 0 0 -47px; } }

/*******************/
.about-us .about-us-block {
  max-width: 1140px;
  width: 100%;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .about-us .about-us-block.padd-main {
    padding-top: 3.4%; }
  .about-us .about-us-block .sub-title {
    max-width: 1030px;
    width: 100%; }
  .about-us .about-us-block .counter-block {
    margin-top: 3.5%; }
    .about-us .about-us-block .counter-block .tit {
      font-family: ProximaNovaBold;
      font-size: 18px;
      color: #454545;
      text-align: center;
      text-transform: uppercase;
      margin-bottom: 4%; }
    .about-us .about-us-block .counter-block-main {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: space-between;
      position: relative; }
      @media (max-width: 750px) {
        .about-us .about-us-block .counter-block-main {
          justify-content: center;
          flex-wrap: wrap; } }
      .about-us .about-us-block .counter-block-main:before {
        content: '';
        position: absolute;
        height: 1px;
        background: #eee;
        width: 95%;
        margin: auto;
        left: calc(50% - 47.5%);
        top: calc(61% + 5px); }
        @media (max-width: 750px) {
          .about-us .about-us-block .counter-block-main:before {
            display: none; } }
      @media (max-width: 750px) {
        .about-us .about-us-block .counter-block-main .itm-counter {
          width: 33.3%; } }
      .about-us .about-us-block .counter-block-main .itm-counter-svg {
        width: 45px;
        height: 35px;
        margin: auto; }
        .about-us .about-us-block .counter-block-main .itm-counter-svg svg {
          fill: #ffc826; }
      .about-us .about-us-block .counter-block-main .itm-counter .it {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        background: white;
        position: relative;
        z-index: 10; }
        .about-us .about-us-block .counter-block-main .itm-counter .it > span {
          text-align: center; }
          .about-us .about-us-block .counter-block-main .itm-counter .it > span.counter {
            font-family: ProximaNovaRegular;
            font-size: 40px;
            line-height: 1.1;
            width: 115px;
            padding: 20px 20px 0; }
            @media (max-width: 1360px) {
              .about-us .about-us-block .counter-block-main .itm-counter .it > span.counter {
                font-size: 38px;
                padding: 10px 15px 0;
                width: 85px; } }
            @media (max-width: 920px) {
              .about-us .about-us-block .counter-block-main .itm-counter .it > span.counter {
                font-size: 28px;
                padding: 5px 10px 0;
                width: 80px; } }
            @media (max-width: 750px) {
              .about-us .about-us-block .counter-block-main .itm-counter .it > span.counter {
                margin: auto; } }
          .about-us .about-us-block .counter-block-main .itm-counter .it > span:last-child {
            font-family: ProximaNovaRegular;
            text-transform: uppercase;
            font-size: 12px; }
      .about-us .about-us-block .counter-block-main .itm-counter:first-child {
        margin-bottom: 20px; }
        .about-us .about-us-block .counter-block-main .itm-counter:first-child .it > span.counter {
          width: 129px; }
          @media (max-width: 1360px) {
            .about-us .about-us-block .counter-block-main .itm-counter:first-child .it > span.counter {
              width: 115px; } }
          @media (max-width: 920px) {
            .about-us .about-us-block .counter-block-main .itm-counter:first-child .it > span.counter {
              width: 90px; } }
        .about-us .about-us-block .counter-block-main .itm-counter:first-child .itm-counter-svg {
          width: 33px; }
          @media (max-width: 920px) {
            .about-us .about-us-block .counter-block-main .itm-counter:first-child .itm-counter-svg {
              width: 26px; } }
      .about-us .about-us-block .counter-block-main .itm-counter:nth-child(2) {
        margin-bottom: 20px; }
        .about-us .about-us-block .counter-block-main .itm-counter:nth-child(2) .itm-counter-svg {
          width: 34px; }
          @media (max-width: 920px) {
            .about-us .about-us-block .counter-block-main .itm-counter:nth-child(2) .itm-counter-svg {
              width: 28px; } }
      .about-us .about-us-block .counter-block-main .itm-counter:nth-child(3) {
        margin-bottom: 20px; }
        .about-us .about-us-block .counter-block-main .itm-counter:nth-child(3) .itm-counter-svg {
          width: 34px; }
          @media (max-width: 920px) {
            .about-us .about-us-block .counter-block-main .itm-counter:nth-child(3) .itm-counter-svg {
              width: 28px; } }
      .about-us .about-us-block .counter-block-main .itm-counter:nth-child(4) .itm-counter-svg {
        width: 34px; }
        @media (max-width: 920px) {
          .about-us .about-us-block .counter-block-main .itm-counter:nth-child(4) .itm-counter-svg {
            width: 28px; } }
      @media (max-width: 400px) {
        .about-us .about-us-block .counter-block-main .itm-counter:last-child {
          width: 50%; } }
      .about-us .about-us-block .counter-block-main .itm-counter:last-child .itm-counter-svg {
        width: 39px; }
        @media (max-width: 920px) {
          .about-us .about-us-block .counter-block-main .itm-counter:last-child .itm-counter-svg {
            width: 32px; } }
      .about-us .about-us-block .counter-block-main .itm-counter:last-child .it > span.counter {
        width: 156px; }
        @media (max-width: 1360px) {
          .about-us .about-us-block .counter-block-main .itm-counter:last-child .it > span.counter {
            width: 145px; } }
        @media (max-width: 920px) {
          .about-us .about-us-block .counter-block-main .itm-counter:last-child .it > span.counter {
            width: 110px; } }

/*******************/
.benefit {
  background: #f9f9f9; }
  .benefit .circle {
    position: relative;
    width: 320px;
    height: 320px;
    border-radius: 100%;
    overflow: hidden; }
    @media (max-width: 1200px) {
      .benefit .circle {
        width: 250px;
        height: 250px; } }
    @media (max-width: 1000px) {
      .benefit .circle {
        width: 160px;
        height: 160px; } }
    .benefit .circle .circle-img {
      position: absolute;
      top: calc(50% - 160px);
      left: calc(50% - 160px); }
      @media (max-width: 1200px) {
        .benefit .circle .circle-img {
          top: calc(50% - 125px);
          left: calc(50% - 125px); } }
      @media (max-width: 1000px) {
        .benefit .circle .circle-img {
          width: 160px;
          height: 160px; } }
      .benefit .circle .circle-img img {
        width: 320px;
        height: 320px; }
        @media (max-width: 1200px) {
          .benefit .circle .circle-img img {
            width: 250px;
            height: 250px; } }
        @media (max-width: 1000px) {
          .benefit .circle .circle-img img {
            width: 250px;
            height: 250px; } }
    .benefit .circle._1 {
      margin-left: auto;
      margin-bottom: 27%; }
    .benefit .circle._2 {
      width: 337px;
      height: 337px;
      border: 17px solid #f9f9f9;
      position: absolute;
      left: 8%;
      top: 106.6666666667px; }
      @media (max-width: 1200px) {
        .benefit .circle._2 {
          border: 15px solid #f9f9f9; } }
      @media (max-width: 1000px) {
        .benefit .circle._2 {
          border: 7px solid #f9f9f9; } }
      @media (max-width: 1200px) {
        .benefit .circle._2 {
          width: 265px;
          height: 265px; } }
      @media (max-width: 1000px) {
        .benefit .circle._2 {
          width: 167px;
          height: 167px; } }
  .benefit .banefit-bl-main {
    padding-top: 1.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row; }
    .benefit .banefit-bl-main .benefit-photo {
      width: 36%;
      position: relative; }
      @media (max-width: 1200px) {
        .benefit .banefit-bl-main .benefit-photo {
          width: 28%; } }
      @media (max-width: 970px) {
        .benefit .banefit-bl-main .benefit-photo {
          width: 24%; } }
      @media (max-width: 800px) {
        .benefit .banefit-bl-main .benefit-photo {
          display: none; } }
    .benefit .banefit-bl-main .benefit-info {
      width: 64%;
      padding-left: 4%; }
      @media (max-width: 1200px) {
        .benefit .banefit-bl-main .benefit-info {
          width: 72%;
          padding-left: 3%; } }
      @media (max-width: 970px) {
        .benefit .banefit-bl-main .benefit-info {
          width: 76%; } }
      @media (max-width: 800px) {
        .benefit .banefit-bl-main .benefit-info {
          width: 100%;
          padding-left: 0; } }
      .benefit .banefit-bl-main .benefit-info .tab-block {
        width: calc(100% - 194px);
        height: 100%;
        position: relative; }
        @media (max-width: 1100px) {
          .benefit .banefit-bl-main .benefit-info .tab-block {
            width: calc(100% - 160px); } }
        @media (max-width: 650px) {
          .benefit .banefit-bl-main .benefit-info .tab-block {
            width: 100%;
            margin-top: 55px; } }
        .benefit .banefit-bl-main .benefit-info .tab-block #tabs {
          width: 194px;
          position: absolute;
          top: 50%;
          left: 100%;
          z-index: 8; }
          @media (max-width: 1100px) {
            .benefit .banefit-bl-main .benefit-info .tab-block #tabs {
              width: 153px; } }
          @media (max-width: 650px) {
            .benefit .banefit-bl-main .benefit-info .tab-block #tabs {
              width: 300px;
              top: -50px;
              /*left: calc(50% - 132.5px);*/
              left: calc(50% - 150.5px);
              display: flex; } }
          .benefit .banefit-bl-main .benefit-info .tab-block #tabs a {
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -ms-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
            display: inline-block !important;
            padding: 6px 10px 6px 8px;
            padding-right: 16px;
            padding-left: 38px;
            background: #01a9d4;
            position: relative;
            text-transform: uppercase;
            color: white;
            font-size: 15px;
            -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12);
            -moz-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12);
            box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12); }
            @media (max-width: 1100px) {
              .benefit .banefit-bl-main .benefit-info .tab-block #tabs a {
                padding-right: 7px;
                padding-left: 25px;
                font-size: 13px;
                line-height: 1.7; } }
            .benefit .banefit-bl-main .benefit-info .tab-block #tabs a:before {
              content: '';
              position: absolute;
              top: 0;
              width: 0;
              height: 0;
              bottom: 0;
              right: -17px;
              border-top: 17px solid transparent;
              border-bottom: 17px solid transparent;
              border-left: 17px solid #01a9d4; }
            .benefit .banefit-bl-main .benefit-info .tab-block #tabs a:first-child {
              margin-bottom: 10px; }
              @media (max-width: 650px) {
                .benefit .banefit-bl-main .benefit-info .tab-block #tabs a:first-child {
                  margin-bottom: 0; } }
            .benefit .banefit-bl-main .benefit-info .tab-block #tabs a.selected {
              padding: 6px 10px 6px 8px !important;
              background: #4dc3e1; }
              @media (max-width: 1100px) {
                .benefit .banefit-bl-main .benefit-info .tab-block #tabs a.selected {
                  padding: 8px 8px 8px 7px; } }
              .benefit .banefit-bl-main .benefit-info .tab-block #tabs a.selected:before {
                border-left: 17px solid #4dc3e1; }
        .benefit .banefit-bl-main .benefit-info .tab-block .tab-content {
          min-height: 100%;
          -webkit-box-shadow: 11px 0px 21px -18px #000000;
          -moz-box-shadow: 11px 0px 21px -18px #000000;
          box-shadow: 11px 0px 21px -18px #000000;
          padding-bottom: 22px;
          position: relative;
          z-index: 20;
          padding-right: 7%;
          opacity: 0;
          visibility: hidden;
          position: absolute;
          width: 100%;
          z-index: 5;
          top: 0;
          left: 0; }
          @media (max-width: 1200px) {
            .benefit .banefit-bl-main .benefit-info .tab-block .tab-content {
              padding-bottom: 30px; } }
          @media (max-width: 1200px) {
            .benefit .banefit-bl-main .benefit-info .tab-block .tab-content {
              padding-right: 4%; } }
          @media (max-width: 650px) {
            .benefit .banefit-bl-main .benefit-info .tab-block .tab-content {
              -webkit-box-shadow: 0px -12px 21px -18px #000000, 50px -7px 22px -18px #f9f9f9, -50px -7px 22px -18px #f9f9f9;
              -moz-box-shadow: 0px -12px 21px -18px #000000, 50px -7px 22px -18px #f9f9f9, -50px -7px 22px -18px #f9f9f9;
              box-shadow: 0px -12px 21px -18px #000000, 50px -7px 22px -18px #f9f9f9, -50px -7px 22px -18px #f9f9f9;
              padding-top: 30px;
              padding-right: 0; } }
          .benefit .banefit-bl-main .benefit-info .tab-block .tab-content .itm-punkt {
            font-family: ProximaNova-Light;
            font-size: 15px;
            cursor: pointer;
            padding-left: 70px;
            position: relative; }
            .benefit .banefit-bl-main .benefit-info .tab-block .tab-content .itm-punkt .tit-s {
              font-family: ProximaNovaBold;
              font-size: 18px;
              text-transform: uppercase;
              margin-bottom: 2.2%; }
            .benefit .banefit-bl-main .benefit-info .tab-block .tab-content .itm-punkt:not(:first-child) {
              margin-top: 6.8%; }
            @media (max-width: 650px) {
              .benefit .banefit-bl-main .benefit-info .tab-block .tab-content .itm-punkt {
                padding-left: 50px; } }
            .benefit .banefit-bl-main .benefit-info .tab-block .tab-content .itm-punkt .p-svg {
              width: 40px;
              height: 40px;
              position: absolute;
              left: 0;
              top: 0; }
              @media (max-width: 650px) {
                .benefit .banefit-bl-main .benefit-info .tab-block .tab-content .itm-punkt .p-svg {
                  width: 33px;
                  height: 33px; } }
              .benefit .banefit-bl-main .benefit-info .tab-block .tab-content .itm-punkt .p-svg svg {
                fill: #ffc826; }
          .benefit .banefit-bl-main .benefit-info .tab-block .tab-content .swiper-pagination {
            position: absolute;
            width: 100%;
            bottom: 0; }
          .benefit .banefit-bl-main .benefit-info .tab-block .tab-content .swiper-pagination-bullet {
            width: 15px !important;
            height: 15px !important;
            border-radius: 100% !important;
            border: 2px solid #f9f9f9;
            background: #e0e0e0 !important;
            margin: 0 7px; }
          .benefit .banefit-bl-main .benefit-info .tab-block .tab-content .swiper-pagination-bullet-active {
            background: #01a9d4 !important;
            border: 4px solid white !important; }
          .benefit .banefit-bl-main .benefit-info .tab-block .tab-content.act {
            visibility: visible;
            opacity: 1;
            z-index: 10; }

/**********************/
/*.et_trophy {
  @include flex;
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
  margin-top: 12%;
  .trophy {
    position: relative;
    width: 100px;
    .trophy-img {
      position: absolute;
      top: calc(20% - 50px);
      left: 0;
      width: 100%;
    }
  }
}

.date-competition {
  @include flex;
  justify-content: center;

  padding-bottom: 100px;
  margin-right: 40px;

  .item {
    max-width: 295px;
    padding: 5px 10px;
    position: relative;

    .circle {
      width: 10px;
      height: 10px;
      background: $color6;
      border-radius: 50px;
    }
    .top-bot-bl {
      @include flex;
      flex-direction: column;
      position: absolute;
      width: 100%;
      &:before {
        content: '';
        display: block;
        width: 1px;
        position: absolute;
        left: 50%;
        height: 115px;
        background: $color6;
      }
    }
    .numb {
      font-family: "Droid Serif";
      font-size: 80px;
      color: $color6;
      text-align: center;

    }
    .etap {
      @include rotate(-90deg);
      text-transform: uppercase;
      max-width: 45px;
      position: absolute;
      left: 50%;

    }
    .date {
      background-color: $color6;
      !*width: 100px;*!
      padding: 15px 10px 15px 50px;
      position: relative;
      color: $font1;
      font-size: 17px;
      text-align: center;
      font-family: 'Droid Serif', serif;
      font-style: italic;
      &:before {
        content: '';
        display: inline-block;
        position: absolute;
        width: 0;
        height: 0;
        bottom: 0;
        left: 0;
        border-top: 26px solid transparent;
        border-bottom: 26px solid transparent;
        border-left: 25px solid white;
        z-index: 9;
      }
      &:after {
        content: '';
        display: inline-block;
        position: absolute;
        width: 0;
        height: 0;
        bottom: 0;
        right: -25px;
        border-top: 26px solid transparent;
        border-bottom: 26px solid transparent;
        border-left: 25px solid $color6;
        z-index: 10;
      }
    }
    .info {
      font-family: 'Droid Serif', serif;
      font-style: italic;
      color: $font1;
      padding: 15px;
      &:before, &:after {
        content: '';
        display: block;
        position: absolute;
        width: 46%;
        height: 1px;
        background: $color6;

      }
      &:before {
        top: 0;
      }
      &:after {
        bottom: 0;
      }
    }

    &:nth-child(2n+1) {
      .top-bot-bl {
        @include flex;
        flex-direction: column-reverse;
        bottom: 77px;
        &:before {
          top: 112px;
        }

        .circle {
          position: absolute;
          bottom: 24px;
          left: calc(50% - 4px);
        }
      }
      .numb {
        margin-bottom: 25px;
      }
      .etap {
        bottom: -5px;
      }
      .info {
        max-width: 180px;
        width: 100%;
        position: absolute;
        left: 22%;
        margin-top: 15px;
        top: 54px;
        text-align: left;
        border-left: 1px solid $color6;
        &:before, &:after {
          left: 0;
        }
        .circle {
          position: absolute;
          left: calc(45% - 3px);
          bottom: -4px;
        }
      }
    }
    &:nth-child(2n) {
      .top-bot-bl {
        @include flex;
        flex-direction: column-reverse;
        top: 77px;
        &:before {
          bottom: 112px;
        }
        .circle {
          position: absolute;
          top: 24px;
          left: calc(50% - 4px);
        }
      }
      .numb {
        margin-top: 25px;
      }
      .etap {
        top: -5px;
      }
      .info {
        max-width: 180px;
        width: 100%;
        position: absolute;
        right: 12%;
        margin-bottom: 15px;
        bottom: 55px;
        text-align: right;
        border-right: 1px solid $color6;
        &:before, &:after {
          right: 0;
          width: 50%;
        }
        .circle {
          position: absolute;
          left: calc(52% - 6px);
          top: -4px;
        }
      }
    }
  }
  .item {
    &.featured {
      .top-bot-bl {
        &:before {
          background: $color3;
        }
      }
      .circle {
        background: $color3;
      }
      .numb {
        color: $color3;
      }
      .date {
        background-color: $color3;
        color: #fff;
        &:after {
          border-left: 25px solid $color3;
        }

      }
      .info {
        border-color: $color3;
      }
      &:nth-child(2n+1) .info:before, &:nth-child(2n) .info:before,
      &:nth-child(2n+1) .info:after, &:nth-child(2n) .info:after {
        background: $color3;
      }
    }
  }

}

.advantages {
  background: url("/image/data/my_theme/advantages-bg.png");
  background-size: cover;
  .advantage-items {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    @include flex;
    justify-content: space-around;
    padding: 58px 0;
    .item {
      position: relative;
      .count {
        font-size: 40px;
        color: $color4;
        @include transition;
        font-family: ProximaNovaBold;
        vertical-align: middle;
        margin-right: 10px;
      }
      .text-my {
        text-transform: uppercase;
        font-size: 16px;
        font-family: ProximaNovaRegular;
      }
      .romb {
        width: 100px;
        height: 100px;
        position: absolute;
        @include rotate(-45deg);
        top: -22px;
        left: -5px;
        .ab, .cd {
          width: 100%;
          height: 100%;
          position: absolute;
          &:before, &:after {
            content: '';
            display: block;
            background: $font1;
            position: absolute;
          }
        }
        .ab {
          &:before {
            height: 1px;
            width: 100%;
          }
          &:after {
            width: 1px;
            height: 100%;
            top: 0;
          }
        }
        .cd {
          &:before {
            height: 60%;
            width: 1px;
            right: 0;
            bottom: 40%;
          }
          &:after {
            width: 60%;
            height: 1px;
            left: 0;
            bottom: 0;
          }
        }

      }
    }
  }

}*/
.etaps {
  padding-left: 11px;
  padding-right: 11px; }
  @media (min-width: 1340px) {
    .etaps .swiper-pagination {
      display: none; } }
  @media (max-width: 920px) {
    .etaps .et_trophy {
      padding-bottom: 40px; } }
  .etaps .swiper-pagination-bullet {
    background: #f3f3f3 !important; }
  .etaps .swiper-pagination-bullet-active {
    background: #ffb400 !important; }

.et_trophy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
  /*margin-top: 12%;*/
  padding-top: 3.4%; }
  @media (max-width: 1360px) {
    .et_trophy {
      padding-left: 11px;
      padding-right: 11px; } }
  .et_trophy .trophy {
    position: relative;
    width: 100px; }
    @media (max-width: 1360px) {
      .et_trophy .trophy {
        display: none; } }
    .et_trophy .trophy .trophy-img {
      position: absolute;
      top: calc(50% - 50px);
      left: 0;
      width: 100%; }

.date-competition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /*padding-bottom: 100px;*/
  padding-top: 133px;
  padding-bottom: 132px;
  margin-right: 40px;
  padding-left: 2.5%; }
  @media (min-width: 1360px) {
    .date-competition {
      justify-content: center; } }
  @media (max-width: 1360px) {
    .date-competition {
      max-width: 1096px;
      width: 100%;
      margin: auto; } }
  @media (max-width: 1155px) {
    .date-competition {
      max-width: 958px; } }
  @media (max-width: 1360px) {
    .date-competition {
      padding-left: 0;
      padding-right: 0;
      /* margin-right: 0;*/ } }
  .date-competition .item {
    max-width: 295px;
    padding: 5px 35px 5px 0px;
    /*padding: 5px 10px;*/
    position: relative; }
    @media (max-width: 1360px) {
      .date-competition .item {
        max-width: 24.6%;
        padding: 5px 10px 5px 0px; } }
    @media (max-width: 920px) {
      .date-competition .item {
        max-width: 100%;
        padding: 5px 20px 5px 0px; } }
    .date-competition .item .circle {
      width: 10px;
      height: 10px;
      background: #e5e5e5;
      border-radius: 50px; }
    .date-competition .item .top-bot-bl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      position: absolute;
      width: 100%; }
      .date-competition .item .top-bot-bl:before {
        content: '';
        display: block;
        width: 1px;
        position: absolute;
        left: 50%;
        height: 115px;
        background: #e5e5e5; }
    .date-competition .item .numb {
      font-family: "Droid Serif";
      font-size: 80px;
      color: #e5e5e5;
      text-align: center; }
    .date-competition .item .etap {
      -moz-transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      text-transform: uppercase;
      max-width: 45px;
      position: absolute;
      left: 50%; }
    .date-competition .item .date {
      background-color: #e5e5e5;
      /*width: 100px;*/
      padding: 15px 10px 15px 50px;
      position: relative;
      color: #454545;
      font-size: 17px;
      /*@media (max-width: 1155px){
        padding: 15px 5px 15px 35px;

      }*/
      text-align: center;
      font-family: 'Droid Serif', serif;
      font-style: italic; }
      @media (max-width: 14620px) {
        .date-competition .item .date {
          font-size: 16px; } }
      @media (max-width: 1360px) {
        .date-competition .item .date {
          font-size: 15px; } }
      @media (max-width: 1155px) {
        .date-competition .item .date {
          padding: 15px 0px 15px 32px;
          font-size: 14px; } }
      .date-competition .item .date:before {
        content: '';
        display: inline-block;
        position: absolute;
        width: 0;
        height: 0;
        bottom: 0;
        left: 0;
        border-top: 26px solid transparent;
        border-bottom: 26px solid transparent;
        border-left: 25px solid white;
        z-index: 9; }
        @media (max-width: 1155px) {
          .date-competition .item .date:before {
            border-top: 25px solid transparent;
            border-bottom: 25px solid transparent; } }
      .date-competition .item .date:after {
        content: '';
        display: inline-block;
        position: absolute;
        width: 0;
        height: 0;
        bottom: 0;
        right: -25px;
        border-top: 26px solid transparent;
        border-bottom: 26px solid transparent;
        border-left: 25px solid #e5e5e5;
        z-index: 10; }
        @media (max-width: 1155px) {
          .date-competition .item .date:after {
            border-top: 25px solid transparent;
            border-bottom: 25px solid transparent; } }
    .date-competition .item .info {
      font-family: 'Droid Serif', serif;
      font-style: italic;
      color: #454545;
      padding: 15px; }
      .date-competition .item .info:before, .date-competition .item .info:after {
        content: '';
        display: block;
        position: absolute;
        width: 50.1%;
        height: 1px;
        background: #e5e5e5; }
      .date-competition .item .info:before {
        top: 0; }
      .date-competition .item .info:after {
        bottom: 0; }
    .date-competition .item:nth-child(2n+1) .top-bot-bl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column-reverse;
      bottom: 77px; }
      .date-competition .item:nth-child(2n+1) .top-bot-bl:before {
        top: 112px; }
      .date-competition .item:nth-child(2n+1) .top-bot-bl .circle {
        position: absolute;
        bottom: 24px;
        left: calc(50% - 4px); }
    .date-competition .item:nth-child(2n+1) .numb {
      margin-bottom: 25px; }
    .date-competition .item:nth-child(2n+1) .etap {
      bottom: -5px; }
    .date-competition .item:nth-child(2n+1) .info {
      max-width: 180px;
      width: 100%;
      position: absolute;
      left: 22%;
      margin-top: 15px;
      top: 54px;
      text-align: left;
      border-left: 1px solid #e5e5e5; }
      .date-competition .item:nth-child(2n+1) .info:before, .date-competition .item:nth-child(2n+1) .info:after {
        left: 0; }
      @media (max-width: 1360px) {
        .date-competition .item:nth-child(2n+1) .info {
          left: calc(52% - 90px);
          top: 51px; } }
      @media (max-width: 920px) {
        .date-competition .item:nth-child(2n+1) .info {
          left: calc(52% - 87px);
          top: 50px; } }
      .date-competition .item:nth-child(2n+1) .info .circle {
        position: absolute;
        left: calc(47% - 3px);
        bottom: -4px; }
    .date-competition .item:nth-child(2n) .top-bot-bl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column-reverse;
      top: 77px; }
      .date-competition .item:nth-child(2n) .top-bot-bl:before {
        bottom: 112px; }
      .date-competition .item:nth-child(2n) .top-bot-bl .circle {
        position: absolute;
        top: 24px;
        left: calc(50% - 4px); }
    .date-competition .item:nth-child(2n) .numb {
      margin-top: 25px; }
    .date-competition .item:nth-child(2n) .etap {
      top: -5px; }
    .date-competition .item:nth-child(2n) .info {
      max-width: 180px;
      width: 100%;
      position: absolute;
      right: calc(10% + 3px);
      margin-bottom: 15px;
      /* bottom: 55px; */
      bottom: 53px;
      text-align: right;
      border-right: 1px solid #e5e5e5; }
      @media (max-width: 1360px) {
        .date-competition .item:nth-child(2n) .info {
          right: calc(51% - 91px);
          bottom: 51px; } }
      @media (max-width: 920px) {
        .date-competition .item:nth-child(2n) .info {
          right: calc(50% - 91px); } }
      .date-competition .item:nth-child(2n) .info:before, .date-competition .item:nth-child(2n) .info:after {
        right: 0;
        width: 45.1%; }
      .date-competition .item:nth-child(2n) .info .circle {
        position: absolute;
        left: calc(56% - 6px);
        top: -4px; }
  .date-competition .item.featured .top-bot-bl:before {
    background: #ffc826; }
  .date-competition .item.featured .circle {
    background: #ffc826; }
  .date-competition .item.featured .numb {
    color: #ffc826; }
  .date-competition .item.featured .date {
    background-color: #ffc826;
    color: #fff; }
    .date-competition .item.featured .date:after {
      border-left: 25px solid #ffc826; }
  .date-competition .item.featured .info {
    border-color: #ffc826; }
  .date-competition .item.featured:nth-child(2n+1) .info:before, .date-competition .item.featured:nth-child(2n) .info:before, .date-competition .item.featured:nth-child(2n+1) .info:after, .date-competition .item.featured:nth-child(2n) .info:after {
    background: #ffc826; }

.advantages {
  background: url("/image/data/my_theme/advantages-bg.png");
  background-size: cover; }
  .advantages .advantage-items {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    padding: 58px 0; }
    .advantages .advantage-items .item {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      .advantages .advantage-items .item .count {
        font-size: 40px;
        max-width: 74px;
        width: 100%;
        text-align: center;
        display: block;
        color: #08abcc;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        font-family: ProximaNovaBold;
        vertical-align: middle;
        margin-right: 10px; }
      .advantages .advantage-items .item .text-my {
        text-transform: uppercase;
        font-size: 16px;
        font-family: ProximaNovaRegular;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center; }
      .advantages .advantage-items .item .romb {
        width: 100px;
        height: 100px;
        position: absolute;
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: -22px;
        left: -5px; }
        .advantages .advantage-items .item .romb .ab, .advantages .advantage-items .item .romb .cd {
          width: 100%;
          height: 100%;
          position: absolute; }
          .advantages .advantage-items .item .romb .ab:before, .advantages .advantage-items .item .romb .ab:after, .advantages .advantage-items .item .romb .cd:before, .advantages .advantage-items .item .romb .cd:after {
            content: '';
            display: block;
            background: #454545;
            position: absolute; }
        .advantages .advantage-items .item .romb .ab:before {
          height: 1px;
          width: 100%; }
        .advantages .advantage-items .item .romb .ab:after {
          width: 1px;
          height: 100%;
          top: 0; }
        .advantages .advantage-items .item .romb .cd:before {
          height: 60%;
          width: 1px;
          right: 0;
          bottom: 40%; }
        .advantages .advantage-items .item .romb .cd:after {
          width: 60%;
          height: 1px;
          left: 0;
          bottom: 0; }
      .advantages .advantage-items .item:nth-child(1) .count {
        width: 74px; }
      .advantages .advantage-items .item:nth-child(2) .count {
        width: 49px; }
      .advantages .advantage-items .item:nth-child(3) .count {
        width: 74px; }
      .advantages .advantage-items .item:nth-child(4) .count {
        width: 74px; }

/***************/
.participate {
  background: url(/image/data/my_theme/advantages-bg.png);
  background-size: cover; }
  .participate .sub-title {
    max-width: 1000px; }
  .participate .buttons {
    margin-top: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center; }
    .participate .buttons button {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: #ffc826;
      border-radius: 0;
      color: white;
      border: 0;
      font-family: ProximaNovaBold;
      text-transform: uppercase;
      font-size: 14px;
      position: relative;
      padding: 6px 5px 6px 10px; }
      .participate .buttons button:after {
        content: '';
        display: inline-block;
        position: absolute;
        width: 0;
        height: 0;
        bottom: 0;
        left: -17px;
        border-top: 16px solid #ffc826;
        border-bottom: 16px solid #ffc826;
        border-left: 17px solid rgba(255, 255, 255, 0);
        z-index: 9; }
      .participate .buttons button:before {
        content: '';
        display: inline-block;
        position: absolute;
        width: 0;
        height: 0;
        bottom: 0;
        right: -17px;
        border-top: 16px solid transparent;
        border-bottom: 16px solid transparent;
        border-left: 17px solid #ffc826;
        z-index: 10; }

/**************accordion faq************/
.faq .container-my {
  max-width: 1240px; }

/*******accordion**************/
dl {
  margin-bottom: 0px; }

dt {
  margin-top: 1px; }

.heading-primary {
  font-size: 2em;
  padding: 2em;
  text-align: center; }

.accordion dl,
.accordion-list {
  /*border:1px solid #ddd;*/
  /*&:after {
    content: "";
    display:block;
    height:1em;
    width:100%;
    background-color:darken(#38cc70, 10%);
  }*/ }

.accordion dd,
.accordion__panel {
  background-color: white;
  font-size: 1em;
  line-height: 1.5em;
  font-family: ProximaNova-Light; }

.accordion p {
  padding: 1em 2em 1em 2em; }

.accordion {
  position: relative;
  /*  background-color: #eee;*/
  background-color: white; }

.accordionTitle,
.accordion__Heading {
  background-color: white;
  padding: 1.5% 1% 1.5% 50px;
  display: block;
  text-decoration: none;
  color: #454545;
  font-size: 16px;
  font-family: ProximaNova-Light;
  transition: background-color 0.5s ease-in-out;
  border-bottom: 1px solid #eee;
  position: relative;
  /*&:before {
    content: "+";
    font-size:1.5em;
    line-height:0.5em;
    float:left;
    transition: transform 0.3s ease-in-out;
  }*/ }
  @media (max-width: 920px) {
    .accordionTitle,
    .accordion__Heading {
      font-size: 15px; } }
  @media (max-width: 600px) {
    .accordionTitle,
    .accordion__Heading {
      min-height: 52px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center; } }
  @media (max-width: 450px) {
    .accordionTitle,
    .accordion__Heading {
      font-size: 14px; } }
  .accordionTitle .acc-before,
  .accordion__Heading .acc-before {
    position: absolute;
    /* width: 35px;
     height: 35px;*/
    /*top: 3px;*/
    top: 48%;
    left: 17px;
    cursor: pointer;
    outline: none !important;
    outline-style: none !important; }
    .accordionTitle .acc-before:before, .accordionTitle .acc-before:after,
    .accordion__Heading .acc-before:before,
    .accordion__Heading .acc-before:after {
      content: " ";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 12px;
      height: 2px;
      -webkit-transition: all .2s ease;
      -moz-transition: all .2s ease;
      -ms-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease;
      background: white;
      z-index: 9; }
    .accordionTitle .acc-before:after,
    .accordion__Heading .acc-before:after {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
    .accordionTitle .acc-before .romb-v,
    .accordion__Heading .acc-before .romb-v {
      width: 25px;
      height: 25px;
      background: #ffc826;
      -moz-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: calc(50% - 12px);
      left: calc(50% - 6px); }
  .accordionTitle:hover,
  .accordion__Heading:hover {
    /*color: $color3;*/ }

.accordionTitleActive,
.accordionTitle.is-expanded {
  color: #ffc826;
  border-bottom: 1px solid white;
  font-family: ProximaNovaRegular;
  /*&:before {

    transform:rotate(-225deg);
  }*/ }
  .accordionTitleActive .acc-before:after, .accordionTitleActive .acc-before:before,
  .accordionTitle.is-expanded .acc-before:after,
  .accordionTitle.is-expanded .acc-before:before {
    background: #454545; }
  .accordionTitleActive .acc-before:after,
  .accordionTitle.is-expanded .acc-before:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  .accordionTitleActive .acc-before .romb-v,
  .accordionTitle.is-expanded .acc-before .romb-v {
    background: #f3f3f3; }

.accordionItem {
  height: auto;
  overflow: hidden;
  /*max-height:50em;*/
  transition: max-height 1s; }
  @media screen and (min-width: 48em) {
    .accordionItem {
      /*max-height:15em;*/
      transition: max-height 0.5s; } }

.accordionItem.is-collapsed {
  max-height: 0; }

.no-js .accordionItem.is-collapsed {
  max-height: auto; }

.animateIn {
  animation: accordionIn 0.45s normal ease-in-out both 1; }

.animateOut {
  animation: accordionOut 0.45s alternate ease-in-out both 1; }

@keyframes accordionIn {
  0% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
    transform-origin: 50% 0; }
  100% {
    opacity: 1;
    transform: scale(1); } }
@keyframes accordionOut {
  0% {
    opacity: 1;
    transform: scale(1); }
  100% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg); } }
.accordion .left-c {
  max-width: 560px;
  width: calc(100% - 140px); }
.accordion .right-c {
  width: 140px;
  text-align: center;
  text-align: center; }

.accordion-content-title {
  padding: 0% 4% 1.2% 4%;
  background: white;
  border-bottom: 1px solid #ffc826;
  color: #000; }

.one-article {
  max-width: 1115px;
  width: 100%;
  margin: 4% auto;
  text-align: justify;
  line-height: 1.7;
  font-size: 15px; }
  @media (max-width: 1360px) {
    .one-article {
      font-size: 14px; } }
  @media (max-width: 920px) {
    .one-article {
      font-size: 13px; } }
  @media (max-width: 550px) {
    .one-article {
      font-size: 12px; } }
  .one-article blockquote {
    text-align: justify;
    font-size: 15px;
    line-height: 25px;
    font-family: 'ProximaNova-Light';
    color: #666666;
    margin-bottom: 2em; }
    .one-article blockquote + p {
      margin-top: 1em; }
  .one-article p + p, .one-article p + blockquote {
    margin-top: 1em;
    margin-bottom: 0; }
    @media (max-width: 760px) {
      .one-article p + p, .one-article p + blockquote {
        margin-bottom: 0;
        margin-top: 1em; } }
  .one-article blockquote {
    margin-left: 40px;
    margin-right: 40px;
    border-left: 3px solid #ffb400;
    padding: 20px;
    background-color: #f6f6f6; }
    @media (max-width: 991px) {
      .one-article blockquote {
        margin-left: 5%;
        margin-right: 5%; } }
    @media (max-width: 767px) {
      .one-article blockquote {
        margin-left: 2%;
        margin-right: 2%;
        text-align: left; } }
  .one-article img {
    /* picture up to 320px */
    /* picture up to 768px */
    /* picture up to 1000px */
    /* picture more than 1000px */ }
    @media (max-width: 768px) {
      .one-article img.small {
        display: block;
        max-width: 100% !important;
        width: auto !important;
        height: auto !important;
        margin: 0 auto;
        float: none !important; } }
    @media (max-width: 1000px) {
      .one-article img.middle {
        display: block;
        max-width: 100% !important;
        width: auto !important;
        height: auto !important;
        margin: 0 auto;
        float: none !important; } }
    @media (max-width: 1300px) {
      .one-article img.large {
        display: block;
        max-width: 100% !important;
        width: auto !important;
        height: auto !important;
        margin: 0 auto;
        float: none !important; } }
    .one-article img.huge {
      display: block;
      max-width: 100% !important;
      width: auto !important;
      height: auto !important;
      margin: 0 auto;
      float: none !important; }
  .one-article a {
    color: #08abcc; }
  .one-article h1,
  .one-article h2,
  .one-article h3,
  .one-article h4 {
    text-transform: uppercase;
    font-size: 18px;
    margin: 4% 0 2%; }
    @media (max-width: 1360px) {
      .one-article h1,
      .one-article h2,
      .one-article h3,
      .one-article h4 {
        font-size: 17px; } }
    @media (max-width: 920px) {
      .one-article h1,
      .one-article h2,
      .one-article h3,
      .one-article h4 {
        font-size: 15.5px; } }
    @media (max-width: 600px) {
      .one-article h1,
      .one-article h2,
      .one-article h3,
      .one-article h4 {
        text-align: left; } }
    @media (max-width: 550px) {
      .one-article h1,
      .one-article h2,
      .one-article h3,
      .one-article h4 {
        font-size: 14px; } }
  .one-article ul, .one-article ol {
    margin: 2% 0;
    padding-left: 3%; }
    .one-article ul + p, .one-article ol + p {
      margin-top: 1em;
      margin-bottom: 0; }
      @media (max-width: 760px) {
        .one-article ul + p, .one-article ol + p {
          margin-bottom: 0;
          margin-top: 1em; } }
    .one-article ul li, .one-article ol li {
      padding-left: 10px;
      margin-left: 4%; }
  .one-article ul {
    margin: 2% 0;
    padding-left: 3%; }
    .one-article ul + p {
      margin-top: 1em;
      margin-bottom: 0; }
      @media (max-width: 760px) {
        .one-article ul + p {
          margin-bottom: 0;
          margin-top: 1em; } }
    .one-article ul li {
      list-style: none;
      padding-left: 10px;
      margin-left: 4%;
      position: relative; }
      .one-article ul li:after {
        display: block;
        width: 7px;
        height: 7px;
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        content: " ";
        position: absolute;
        top: 9px;
        left: -13px;
        background: #08bcdd; }
        @media (max-width: 992px) {
          .one-article ul li:after {
            top: 7px; } }
        @media (max-width: 500px) {
          .one-article ul li:after {
            top: 5px; } }

.jury_uls {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 10px 0 20px 0;
  text-align: left; }
  @media (max-width: 500px) {
    .jury_uls {
      padding: 10px 0; } }
  .jury_uls .jury_col {
    width: 45%;
    background: rgba(69, 69, 69, 0.03);
    padding: 20px; }
    @media (max-width: 600px) {
      .jury_uls .jury_col {
        width: 80%; } }
    @media (max-width: 500px) {
      .jury_uls .jury_col {
        width: 90%; } }
    @media (max-width: 480px) {
      .jury_uls .jury_col {
        width: 100%; } }
    .jury_uls .jury_col ul li {
      position: relative; }
      .jury_uls .jury_col ul li:after {
        top: 11px; }
        @media (max-width: 992px) {
          .jury_uls .jury_col ul li:after {
            top: 9px; } }
        @media (max-width: 500px) {
          .jury_uls .jury_col ul li:after {
            top: 7px; } }

/*# sourceMappingURL=information.css.map */
