@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic");
@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i&subset=cyrillic");
@import url("https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700,700i&subset=cyrillic");
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot?knd71i");
  src: url("../fonts/icomoon/icomoon.eot?knd71i#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?knd71i") format("truetype"), url("../fonts/icomoon/icomoon.woff?knd71i") format("woff"), url("../fonts/icomoon/icomoon.svg?knd71i#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-nav:before {
  content: ""; }

.icon-left:before {
  content: ""; }

.icon-right:before {
  content: ""; }

.icon-close:before {
  content: ""; }

.search-box {
  display: inline-block;
  margin-top: 2.1rem;
  margin-left: 7rem;
  position: relative; }
  .search-box input[type="text"] {
    border: 2px solid rgba(255, 255, 255, 0.15);
    background: none;
    width: 28rem;
    padding: 0.6rem 5rem 0.6rem 1.5rem;
    box-sizing: border-box;
    color: #fff;
    font-weight: 300; }
    .search-box input[type="text"]::-webkit-input-placeholder {
      color: #aec9e8; }
    .search-box input[type="text"]::-moz-placeholder {
      color: #aec9e8; }
    .search-box input[type="text"]:-ms-input-placeholder {
      color: #aec9e8; }
    .search-box input[type="text"]:-moz-placeholder {
      color: #aec9e8; }
  .search-box .search-wr {
    position: absolute;
    right: 0;
    top: 0; }
    .search-box .search-wr .icon-search {
      position: absolute;
      width: 50px;
      height: 37px;
      text-align: center;
      font-size: 1.4rem;
      line-height: 3.8rem;
      color: #fff; }
    .search-box .search-wr input {
      opacity: 0;
      width: 50px;
      height: 37px; }

.form {
  margin-top: 20px; }
  .form input:not([type="submit"]) {
    background-color: rgba(255, 255, 255, 0.76);
    border: 1px solid #c5c5c5;
    padding: 7px 15px;
    width: 100%; }
  .form textarea {
    background-color: rgba(255, 255, 255, 0.76);
    border: 1px solid #c5c5c5;
    padding: 7px 15px;
    width: 100%;
    height: 150px; }
  .form__wrapper {
    display: block;
    margin-bottom: 3rem; }
    .form__wrapper:after {
      display: block;
      content: "";
      clear: both;
      position: relative; }
  .form__label {
    width: 50%;
    padding-right: 2rem;
    display: block;
    box-sizing: border-box;
    float: left;
    margin-top: 7px; }
    @media (max-width: 768px) {
      .form__label {
        width: 100%;
        padding-right: 0;
        float: none;
        margin-bottom: 10px;
        margin-top: 0; } }
    .form__label ~ .wpcf7-form-control-wrap {
      float: left;
      width: 50%;
      display: block; }
      @media (max-width: 768px) {
        .form__label ~ .wpcf7-form-control-wrap {
          width: 100%;
          float: none;
          padding-right: 0; } }
  @media (max-width: 768px) {
    .form .wpcf7-form-control-wrap {
      display: block;
      width: 100%; } }
  .form span.wpcf7-list-item {
    margin-left: 0; }
  .form .checkbox-420 input {
    opacity: 0;
    visibility: hidden;
    display: none; }
  .form .checkbox-420 input ~ span {
    padding-left: 0; }
    @media (max-width: 768px) {
      .form .checkbox-420 input ~ span {
        padding-right: 45px;
        display: block; } }
    .form .checkbox-420 input ~ span:before {
      content: "";
      display: block;
      width: 25px;
      height: 25px;
      position: absolute;
      background-color: #fff;
      border: 1px solid #c5c5c5;
      border-radius: 5px;
      right: -63px; }
      @media (max-width: 768px) {
        .form .checkbox-420 input ~ span:before {
          right: 0; } }
    .form .checkbox-420 input ~ span:after {
      opacity: 0;
      display: block;
      content: "✔";
      font-size: 14px;
      position: absolute;
      top: 1px;
      right: -57px;
      color: #99a1a7; }
      @media (max-width: 768px) {
        .form .checkbox-420 input ~ span:after {
          right: 7px;
          top: 3px; } }
  .form .checkbox-420 input:checked ~ span:after {
    opacity: 1; }
  .form select {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.76);
    border: 1px solid #c5c5c5;
    padding: 7px 0;
    min-height: 310px;
    visibility: visible; }
    .form select option {
      padding: 3px 15px; }
  .form input[type="submit"] {
    border-color: #15161b;
    background-color: #15161b;
    color: #fff;
    font-size: 1.6rem;
    border-radius: 5px;
    outline: none;
    padding: 10px 50px;
    letter-spacing: 1px; }
  .form div.wpcf7-validation-errors, .form div.wpcf7-acceptance-missing {
    margin: 0; }
  .form div.wpcf7-mail-sent-ok {
    margin: 0; }

html {
  font-size: 62.5%; }

img {
  max-width: 100%; }

body {
  margin: 0;
  font-family: "PT Sans", sans-serif;
  line-height: 1.5;
  font-size: 1.8rem;
  min-width: 30rem;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center top; }

#main-wrapper {
  min-height: calc(100vh - 360px); }

h1 {
  font-family: "PT Sans", sans-serif;
  color: #060707;
  font-weight: bold;
  font-size: 3.6rem; }

h2 {
  font-size: 3rem;
  color: #060707;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  color: #060707; }

h3 {
  font-size: 2.4rem;
  color: #060707;
  font-family: "PT Sans", sans-serif;
  font-weight: 500;
  color: #060707; }

p {
  margin-bottom: 1.8rem;
  font-family: "PT Sans", sans-serif;
  color: #051f36; }

ul li {
  font-family: "PT Sans", sans-serif;
  color: #051f36; }

a {
  color: #3072c4;
  font-size: 1.7rem;
  display: inline-block;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

.ui-button-1 {
  border-radius: 3px;
  border: 1px solid #060707;
  color: #060707;
  font-size: 1.4rem;
  padding: 2rem 3rem;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s linear; }
  .ui-button-1:hover, .ui-button-1:visited, .ui-button-1:focus {
    text-decoration: none; }
  .ui-button-1:hover {
    color: #fff;
    background-color: #060707; }

.ui-button-2 {
  border-radius: 3px;
  border: 1px solid #06253f;
  color: #fff;
  font-size: 1.4rem;
  background-color: #06253f;
  padding: 2rem 3rem;
  text-decoration: none;
  transition: all 0.3s linear; }
  .ui-button-2:hover, .ui-button-2:visited, .ui-button-2:focus {
    text-decoration: none;
    color: #fff; }
  .ui-button-2:hover {
    color: #06253f;
    background-color: transparent; }

.ui-button-3 {
  border-radius: 3px;
  border: 1px solid #fff;
  color: #000;
  font-size: 1.4rem;
  padding: 2rem 3rem;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s linear;
  background-color: #fff; }
  .ui-button-3:hover, .ui-button-3:visited, .ui-button-3:focus {
    text-decoration: none; }
  .ui-button-3:hover {
    color: #fff;
    background-color: transparent; }

.ui-button-4 {
  border-radius: 3px;
  border: 1px solid #fff;
  color: #000;
  font-size: 1.4rem;
  padding: 1rem 3rem;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s linear;
  background-color: #fff; }
  .ui-button-4:hover, .ui-button-4:visited, .ui-button-4:focus {
    text-decoration: none; }
  .ui-button-4:hover {
    color: #fff;
    background-color: transparent; }

.awards {
  font-size: 0;
  margin-right: -2%; }
  .awards__item {
    display: inline-block;
    vertical-align: top;
    width: 23%;
    margin-right: 2%;
    margin-bottom: 2%;
    height: 180px;
    position: relative; }
    .awards__item span {
      position: absolute;
      bottom: 0;
      padding: 2rem;
      color: #fff;
      text-decoration: none;
      font-size: 1.7rem;
      font-weight: bold; }
      .awards__item span:hover, .awards__item span:visited, .awards__item span:focus {
        text-decoration: none;
        color: #fff; }
    .awards__item .subtitle {
      position: absolute;
      bottom: 0;
      padding: 1rem 2rem;
      color: #fff;
      text-decoration: none;
      font-size: 1.7rem;
      font-weight: bold; }
      .awards__item .subtitle:hover, .awards__item .subtitle:visited, .awards__item .subtitle:focus {
        text-decoration: none;
        color: #fff; }
      .awards__item .subtitle span {
        display: block;
        position: relative;
        bottom: auto;
        left: auto;
        padding: 0.2rem 0; }
    .awards__item_1 {
      background-image: url("../images/awards/icon-1.jpg"); }
    .awards__item_2 {
      background-image: url("../images/awards/icon-10.jpg"); }
    .awards__item_3 {
      background-image: url("../images/awards/icon-3.jpg"); }
    .awards__item_4 {
      background-image: url("../images/awards/icon-4.jpg"); }
    .awards__item_5 {
      background-image: url("../images/awards/icon-5.jpg"); }
    .awards__item_6 {
      background-image: url("../images/awards/icon-6.jpg"); }
    .awards__item_7 {
      background-image: url("../images/awards/icon-7.jpg"); }
    .awards__item_8 {
      background-image: url("../images/awards/icon-15.jpg"); }
    .awards__item_11 {
      background-image: url("../images/awards/icon-11.jpg"); }
    .awards__item_12 {
      background-image: url("../images/awards/icon-14.jpg"); }

.jury__item {
  text-align: center;
  border: 1px dashed #dddddd;
  padding: 4rem 1.5rem;
  border-radius: 5px;
  height: 220px; }
  .jury__item img {
    margin-bottom: 2rem; }
  .jury__item p {
    color: #060707;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.2; }
.jury .anons {
  height: 260px; }

.data-list__item {
  background-position: center center;
  background-size: contain, cover;
  background-repeat: repeat, no-repeat;
  position: relative;
  margin-bottom: 3rem;
  padding: 4rem 4rem 2rem; }
  .data-list__item .title {
    color: #fff;
    font-size: 2.5rem;
    line-height: 1.35; }
  .data-list__item .title-1 {
    color: #fff;
    font-size: 3rem;
    line-height: 1.2; }
  .data-list__item .text {
    color: #fff;
    font-size: 1.8rem; }
  .data-list__item .numbers {
    font-size: 12rem;
    color: #fff;
    font-weight: 300;
    line-height: 6rem;
    margin-bottom: 4rem; }
  .data-list__item .sub-title {
    color: #fff; }
  .data-list__item .right-sub {
    color: #fff; }
  .data-list__item_1 {
    background-image: url("../images/black.png"), url("../images/photo-1.jpg"); }
    .data-list__item_1 .sub-title {
      font-size: 1.7rem;
      line-height: 1.3; }
    .data-list__item_1 .right-sub {
      position: absolute;
      right: 50px;
      top: 110px; }
      .data-list__item_1 .right-sub:before {
        position: absolute;
        left: -35px;
        top: 8px;
        content: "";
        width: 11px;
        height: 11px;
        display: block;
        border-radius: 50%;
        background-color: #007aff; }
  .data-list__item_2 {
    background-image: url("../images/black.png"), url("../images/photo-2.jpg");
    padding: 12rem 3rem 0rem 4rem; }
    .data-list__item_2 .sub-title {
      margin-bottom: 1rem; }
    .data-list__item_2 .text {
      line-height: 1.2;
      font-size: 1.6rem; }
    .data-list__item_2 .numbers {
      font-size: 7rem;
      margin-bottom: 0; }
  .data-list__item_3 {
    background-image: url("../images/black.png"), url("../images/photo-2.jpg");
    position: relative;
    height: 730px; }
    .data-list__item_3 .numbers {
      font-size: 8rem;
      margin-bottom: 1rem; }
    .data-list__item_3 .text-wr {
      position: absolute;
      bottom: 30px;
      width: 100%;
      left: 0;
      padding: 0 4rem; }
  .data-list__item_4 {
    background-image: url("../images/black.png"), url("../images/photo-4.jpg");
    position: relative;
    height: 600px; }
    .data-list__item_4 .text-wr {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 4rem; }
    .data-list__item_4 .title {
      font-size: 2.2rem;
      line-height: normal;
      margin-bottom: 7rem; }
    .data-list__item_4 .text {
      font-weight: bold;
      font-size: 2.2rem; }
    .data-list__item_4 .text-1 {
      margin-bottom: 0.2rem;
      font-size: 2.5rem;
      color: #fff; }
    .data-list__item_4 .numbers {
      font-size: 6rem;
      margin-bottom: 1rem; }

.news-list-1 {
  background-color: #f4f4f4;
  margin-bottom: 7rem; }
  .news-list-1 h2 {
    text-align: center; }
  .news-list-1__item {
    width: 390px;
    display: block;
    background-color: #fff; }
    .news-list-1__item .image-link {
      display: block;
      height: 240px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      margin-bottom: 4rem; }
    .news-list-1__item .text-wr {
      padding: 0 3rem 8rem; }
      .news-list-1__item .text-wr a {
        font-weight: bold; }
    .news-list-1__item .date {
      font-size: 1.2rem;
      color: #aeaeae;
      margin-bottom: 2.4rem; }

.additional-list__item {
  padding: 3rem 4rem;
  height: 350px;
  box-shadow: 0 0 55px 3px #e0e0e0; }
  .additional-list__item_1 {
    background-image: url("../images/black.png"), url("../images/additional-1.jpg");
    background-position: center center;
    background-size: contain, cover;
    background-repeat: repeat, no-repeat; }
    .additional-list__item_1 h2 {
      color: #fff;
      font-size: 2.7rem; }
    .additional-list__item_1 .link-1 {
      position: absolute;
      bottom: 7rem;
      left: 7.2rem;
      text-decoration: none;
      /* IE6-9 */ }
      .additional-list__item_1 .link-1:before {
        position: absolute;
        width: 50px;
        height: 50px;
        top: -15px;
        left: -20px;
        content: "";
        display: block;
        border-radius: 50%;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#58d0f5+0,3478c6+100 */
        background: #58d0f5;
        /* Old browsers */
        background: -moz-linear-gradient(top, #58d0f5 0%, #3478c6 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #58d0f5 0%, #3478c6 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #58d0f5 0%, #3478c6 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#58d0f5', endColorstr='#3478c6', GradientType=0); }
      .additional-list__item_1 .link-1 .icon-play {
        text-decoration: none;
        color: #fff;
        display: inline-block;
        position: relative;
        padding-right: 3rem; }
      .additional-list__item_1 .link-1 span {
        font-size: 1.4rem;
        text-decoration: underline;
        color: #fff; }
        .additional-list__item_1 .link-1 span:hover {
          text-decoration: none; }
  .additional-list__item_2 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f4f4f4+100 */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0);
    /* IE6-9 */ }
    .additional-list__item_2 p.title {
      font-size: 1.7rem;
      color: #2a2a2a;
      font-weight: bold; }
    .additional-list__item_2 p.text {
      font-size: 1.4rem;
      line-height: 1.8; }
    .additional-list__item_2 .ui-button-1 {
      padding: 1.5rem 4rem; }
  .additional-list__item_3 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f4f4f4+100 */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f4f4f4+100 */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0);
    /* IE6-9 */
    background: #ffffff;
    background-image: url("/app/images/thx.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 90% auto; }
    .additional-list__item_3 p.title {
      font-size: 1.7rem;
      color: #2a2a2a;
      font-weight: bold;
      float: left; }
    .additional-list__item_3 p.text {
      font-size: 1.2rem; }
    .additional-list__item_3 .link-1 {
      margin-top: 0.3rem;
      float: right;
      font-size: 1.4rem; }
      .additional-list__item_3 .link-1:hover i {
        left: 5px; }
      .additional-list__item_3 .link-1 span {
        display: inline-block;
        vertical-align: bottom;
        margin-right: 0.5rem; }
      .additional-list__item_3 .link-1 i {
        transition: all 0.3s linear;
        position: relative;
        left: 0;
        display: inline-block;
        vertical-align: bottom;
        line-height: 1.7rem; }

.publishing-list__item {
  width: 250px; }
  .publishing-list__item .image-link {
    height: 220px;
    width: 220px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain; }
  .publishing-list__item p.text {
    font-size: 1.2rem;
    color: #2a2a2a; }
    .publishing-list__item p.text a {
      font-size: 1.7rem;
      font-weight: bold; }

.programm-list__item {
  min-height: 360px;
  box-shadow: 0 0 55px 3px #e0e0e0;
  margin-bottom: 3rem;
  background-color: #fff; }
  .programm-list__item .image-link {
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 165px;
    margin-bottom: 2rem; }
  .programm-list__item .img-wr {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    height: 53px;
    margin-bottom: 2rem; }
  .programm-list__item .text-wr {
    padding: 0 1.5rem; }
    .programm-list__item .text-wr a {
      font-weight: bold;
      line-height: 1.3;
      font-size: 1.6rem; }

.photos-list__item {
  width: 280px;
  box-shadow: 0 0 55px 3px #e0e0e0; }
  .photos-list__item .image-link {
    height: 200px;
    display: block;
    margin-bottom: 4rem; }
  .photos-list__item .text {
    padding: 0 2rem; }
    .photos-list__item .text a {
      font-weight: bold; }

.testimonials-list__item {
  border: 1px solid #f2efef;
  padding: 4rem 2rem 2rem;
  width: 280px; }
  .testimonials-list__item .img-wr {
    border-radius: 50%;
    height: 135px;
    width: 135px;
    margin: 0 auto 4rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  .testimonials-list__item p.title {
    text-align: center;
    margin-bottom: 2rem; }
    .testimonials-list__item p.title a {
      color: #3072c4;
      font-size: 1.7rem;
      font-weight: bold; }
  .testimonials-list__item p.text {
    font-size: 1.5rem;
    text-align: center;
    height: 157px;
    overflow: hidden;
    margin-bottom: 0;
    color: #000; }

.partners-list__item {
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-image: none !important;
  text-align: center;
  margin-bottom: 5rem; }
  .partners-list__item a {
    display: inline-block;
    height: 100px; }
    .partners-list__item a img {
      position: relative;
      display: inline-block !important;
      max-width: 100%;
      width: auto;
      max-height: 100px; }
.partners-list.owl-carousel .owl-item img {
  width: auto; }
.partners-list.owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  top: 0; }
  .partners-list.owl-carousel .owl-nav .owl-prev {
    outline: none;
    position: absolute;
    top: 63px;
    left: 0;
    width: 18px;
    height: 30px;
    background-image: url("../images/nav.png");
    background-position: left 0px top 0; }
    .partners-list.owl-carousel .owl-nav .owl-prev:hover {
      background-position: left 0px top 30px; }
    .partners-list.owl-carousel .owl-nav .owl-prev.disabled {
      background-position: left 0px top 30px; }
  .partners-list.owl-carousel .owl-nav .owl-next {
    outline: none;
    position: absolute;
    top: 63px;
    right: 0;
    width: 18px;
    height: 30px;
    background-image: url("../images/nav.png");
    background-position: left 18px top 0; }
    .partners-list.owl-carousel .owl-nav .owl-next:hover {
      background-position: left 18px top 30px; }
    .partners-list.owl-carousel .owl-nav .owl-next.disabled {
      background-position: left 18px top 30px; }
.partners-list.owl-carousel .owl-dots {
  position: relative;
  width: 100%;
  bottom: 0;
  text-align: center;
  margin-top: 3rem; }
  .partners-list.owl-carousel .owl-dots button {
    width: 7px;
    height: 7px;
    background-color: #eee;
    margin-left: 7px;
    margin-right: 7px;
    border-radius: 3px; }

.jurylist__item {
  min-height: 210px;
  margin-bottom: 3rem; }
  .jurylist__item img {
    max-width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 20px 0px #b7b7b7; }
  .jurylist__item .title {
    font-size: 2.4rem;
    font-weight: bold;
    color: #060707; }
  .jurylist__item .regards {
    font-size: 1.8rem;
    font-style: italic;
    color: #051f36; }
  .jurylist__item .words {
    font-size: 1.8rem;
    color: #051f36; }

.jurylist.jurylist_final.row .col-xs-12:nth-child(2n):after {
  display: block;
  content: "";
  clear: both; }

.jurylist.jurylist_final.row .col-xs-12:nth-child(2n-1):before {
  display: block;
  content: "";
  clear: both; }

.jury-carousel__item {
  text-align: center;
  padding: 1.5rem; }
  .jury-carousel__item .img-wr {
    border-radius: 50%;
    width: 140px;
    height: 140px;
    margin: 0 auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 3rem; }
  .jury-carousel__item .text-wr {
    padding: 3rem;
    text-align: left;
    background-color: #fff;
    box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.05);
    min-height: 280px; }
  .jury-carousel__item p.title {
    text-align: left;
    color: #2a2a2a;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1rem; }
  .jury-carousel__item p.words {
    text-align: left;
    color: #7d7d7d;
    font-size: 1.6rem;
    font-weight: 400; }
  .jury-carousel__item .jury-reg-comment {
    display: block;
    font-style: italic;
    font-size: 1.6rem;
    opacity: 0.7;
    margin-bottom: 1rem; }
  .jury-carousel__item .video-link {
    position: relative;
    background-color: #000;
    box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.05); }
    .jury-carousel__item .video-link:hover img {
      opacity: 1; }
    .jury-carousel__item .video-link:hover .play {
      transform: translate(-50%, -50%) scale(0.9); }
    .jury-carousel__item .video-link img {
      opacity: 0.8;
      transition: all 0.2s linear; }
    .jury-carousel__item .video-link .play {
      display: inline-block;
      width: 50px;
      position: absolute;
      top: 50%;
      left: 50%;
      transition: all 0.2s linear;
      transform: translate(-50%, -50%) scale(1); }
      .jury-carousel__item .video-link .play svg {
        fill: white; }

.jury-carousel.owl-carousel .owl-nav {
  display: block !important;
  width: 100%;
  position: absolute;
  top: 0; }
  .jury-carousel.owl-carousel .owl-nav button.owl-prev {
    width: 50px;
    height: 50px;
    border: 1px solid #ebebeb;
    font-family: "icomoon";
    font-size: 1.6rem;
    color: #2d429d;
    outline: none;
    position: absolute;
    top: 6rem;
    left: 1.5rem;
    background-color: #fff; }
    .jury-carousel.owl-carousel .owl-nav button.owl-prev:before {
      content: ""; }
  .jury-carousel.owl-carousel .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    border: 1px solid #ebebeb;
    font-family: "icomoon";
    position: absolute;
    top: 6rem;
    font-size: 1.6rem;
    color: #2d429d;
    outline: none;
    right: 1.5rem;
    background-color: #fff; }
    .jury-carousel.owl-carousel .owl-nav button.owl-next:before {
      content: ""; }

.inner-news__item {
  margin-bottom: 1rem; }
  .inner-news__item .date {
    font-size: 1.2rem;
    color: #8e8e8e; }

.inner-news-1__item {
  margin-bottom: 4rem;
  font-size: 0; }
  .inner-news-1__item .logo-wr {
    width: 150px;
    display: inline-block;
    vertical-align: top; }
    .inner-news-1__item .logo-wr img {
      max-width: 150px;
      width: 100%; }
  .inner-news-1__item .text-box {
    padding-left: 3rem;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 150px); }
    .inner-news-1__item .text-box h2 {
      margin-top: 0; }
    .inner-news-1__item .text-box .date {
      font-size: 1.2rem; }

#wpcf7-f236-p237-o1 .compositions-wrapper, #wpcf7-f311-p312-o1 .compositions-wrapper {
  margin-bottom: 2rem;
  position: relative;
  display: inline-block; }
  #wpcf7-f236-p237-o1 .compositions-wrapper a, #wpcf7-f311-p312-o1 .compositions-wrapper a {
    position: absolute;
    font-size: 2.5rem;
    text-decoration: none;
    right: -30px;
    bottom: 19px; }
  #wpcf7-f236-p237-o1 .compositions-wrapper span, #wpcf7-f311-p312-o1 .compositions-wrapper span {
    width: 200px;
    display: inline-block;
    font-size: 1.6rem; }
  #wpcf7-f236-p237-o1 .compositions-wrapper__line, #wpcf7-f311-p312-o1 .compositions-wrapper__line {
    margin-bottom: 2rem;
    padding-left: 2rem; }
#wpcf7-f236-p237-o1 .wpcf7-form-control-wrapper, #wpcf7-f311-p312-o1 .wpcf7-form-control-wrapper {
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 4rem; }
  #wpcf7-f236-p237-o1 .wpcf7-form-control-wrapper .wpcf7-form-control-wrap.compositions + a, #wpcf7-f311-p312-o1 .wpcf7-form-control-wrapper .wpcf7-form-control-wrap.compositions + a {
    position: absolute;
    bottom: 0;
    left: 0;
    text-decoration: underline; }
#wpcf7-f236-p237-o1 .title, #wpcf7-f311-p312-o1 .title {
  display: inline-block;
  margin-bottom: 1.5rem;
  margin-right: 1.5rem;
  width: 300px;
  font-weight: bold; }
#wpcf7-f236-p237-o1 input, #wpcf7-f236-p237-o1 select, #wpcf7-f236-p237-o1 textarea, #wpcf7-f311-p312-o1 input, #wpcf7-f311-p312-o1 select, #wpcf7-f311-p312-o1 textarea {
  font-size: 1.6rem;
  font-weight: normal;
  padding: 0.4rem 1rem;
  width: 360px; }
#wpcf7-f236-p237-o1 input[type="checkbox"], #wpcf7-f311-p312-o1 input[type="checkbox"] {
  width: auto; }
  #wpcf7-f236-p237-o1 input[type="checkbox"] + span, #wpcf7-f311-p312-o1 input[type="checkbox"] + span {
    font-weight: normal; }
#wpcf7-f236-p237-o1 input[type="submit"], #wpcf7-f311-p312-o1 input[type="submit"] {
  width: auto;
  border-color: #051f36;
  background-color: #051f36;
  color: #fff;
  font-size: 1.6rem;
  border-radius: 7px;
  padding: 1rem 3rem;
  display: inline-block;
  margin-top: 3rem; }

.banner-section {
  padding-top: 100px;
  padding-bottom: 100px; }
  .banner-section__content {
    padding-left: 25px;
    padding-top: 25px;
    padding-bottom: 25px; }

#gallery-1 {
  background-color: #000;
  font-size: 0;
  margin-bottom: 25px; }
  #gallery-1 br {
    display: none; }
  #gallery-1 .gallery-item, #gallery-1 .gallery-icon {
    float: none;
    width: auto;
    text-align: center;
    background-color: #000;
    margin-bottom: 0; }
    #gallery-1 .gallery-item dl, #gallery-1 .gallery-item dt, #gallery-1 .gallery-icon dl, #gallery-1 .gallery-icon dt {
      text-align: center; }
    #gallery-1 .gallery-item a, #gallery-1 .gallery-icon a {
      display: inline-block;
      text-align: center; }
    #gallery-1 .gallery-item img, #gallery-1 .gallery-icon img {
      width: auto;
      max-height: 600px;
      height: auto;
      margin: 0 auto; }
  #gallery-1 .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    font-size: 4rem;
    color: #6a4b46;
    font-family: "icomoon";
    outline: none;
    width: 40px;
    text-align: center;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.58);
    bottom: 0; }
    #gallery-1 .owl-nav .owl-prev:before {
      display: block;
      content: "";
      color: #fff; }
  #gallery-1 .owl-nav .owl-next {
    position: absolute;
    right: 0;
    font-size: 4rem;
    color: #6a4b46;
    font-family: "icomoon";
    outline: none;
    width: 40px;
    text-align: center;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.58);
    bottom: 0; }
    #gallery-1 .owl-nav .owl-next:before {
      display: block;
      content: "";
      color: #fff; }

.banner {
  margin-top: 50px;
  margin-bottom: 50px; }
  .banner__content {
    text-align: center;
    padding: 50px 80px;
    background: #005cc2;
    background: linear-gradient(320deg, rgba(0, 92, 194, 0.8) 40%, rgba(11, 181, 253, 0.6) 100%);
    border-radius: 15px; }
  .banner__title {
    color: #fff;
    line-height: 1.7;
    text-transform: uppercase; }

header {
  background-color: #051f36;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  z-index: 2; }
  header .logo {
    vertical-align: top; }
    header .logo img {
      display: inline-block;
      vertical-align: middle;
      margin-right: 2.2rem; }
    header .logo span {
      display: inline-block;
      vertical-align: middle;
      color: #fff;
      font-size: 1.6rem;
      font-weight: bold; }
  header nav {
    float: right;
    display: inline-block;
    vertical-align: middle;
    margin-top: 1.9rem; }
    header nav ul {
      padding-left: 0;
      list-style-type: none; }
      header nav ul li {
        display: inline-block;
        margin-right: 1rem; }
        header nav ul li:last-child {
          margin-right: 0; }
        header nav ul li.current-menu-item a {
          color: #fff; }
        header nav ul li a {
          font-size: 1.6rem;
          color: #a1c0ca;
          text-decoration: none;
          transition: color 0.3s linear;
          font-family: "PT Serif", serif; }
          header nav ul li a:focus {
            text-decoration: none;
            color: #a1c0ca; }
          header nav ul li a:hover {
            text-decoration: none;
            color: #fff; }
  header .langswitch {
    float: right;
    padding-left: 0;
    list-style-type: none;
    margin-top: 2rem; }
    header .langswitch li {
      display: inline-block;
      margin-left: 1rem; }
      header .langswitch li span {
        display: none; }

footer {
  padding-top: 6rem;
  background-position: right 30% bottom;
  background-repeat: no-repeat;
  background-image: url("../images/footer.png"); }
  footer ul {
    padding-left: 0;
    list-style-type: none; }
    footer ul li {
      display: block;
      margin-bottom: 1rem; }
      footer ul li a {
        color: #060707;
        font-weight: bold;
        text-decoration: none;
        font-family: "Roboto", sans-serif; }
  footer p {
    color: #666666;
    font-size: 1.2rem; }

.footer__top {
  padding-bottom: 10rem; }

.first-section {
  padding: 7rem 0 0;
  background-image: url("../images/banner.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .first-section h2 {
    margin-bottom: 5rem;
    color: #fff; }
  .first-section p {
    margin-bottom: 5rem;
    color: #fff; }
  .first-section .links {
    margin-bottom: 10rem; }
    .first-section .links a {
      margin-right: 2rem;
      margin-bottom: 2rem;
      vertical-align: top; }
      .first-section .links a:first-child {
        border-color: rgba(255, 255, 255, 0.51);
        background-color: transparent;
        color: #fff; }
        .first-section .links a:first-child:hover {
          background-color: #fff;
          color: #000; }
      .first-section .links a.ui-button-2:hover {
        border-color: #06253f;
        background-color: #fff;
        color: #06253f; }

.partners-section {
  padding: 6rem 2rem 4rem;
  background-color: #f8f8f8; }
  .partners-section .partners {
    display: block;
    list-style-type: none;
    margin-bottom: 0;
    text-align: center; }
    .partners-section .partners__svg {
      width: 100px; }
    .partners-section .partners li {
      position: relative;
      display: inline-block;
      margin: 0 0rem 2rem;
      padding: 0 15px; }
      .partners-section .partners li a {
        display: inline-block;
        transition: opacity 0.3s linear; }
        .partners-section .partners li a:hover {
          opacity: 0.6; }
      .partners-section .partners li img {
        max-height: 50px; }
    .partners-section .partners li.partners__item_5 img {
      max-height: 30px; }
    .partners-section .partners li.partners__item_6 img {
      max-height: 30px; }
    .partners-section .partners li.partners__item_7 img {
      max-height: 30px; }
    .partners-section .partners li.partners__item_8 img {
      max-height: 60px; }

.award-section {
  padding: 5rem 0; }
  .award-section h2 {
    text-align: center;
    margin-bottom: 5rem;
    font-weight: bold;
    font-family: "PT Serif", serif; }

.jury-section {
  padding: 3rem 0 5rem;
  background-image: url("../images/back-jury.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
  .jury-section h2 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 5rem; }
  .jury-section .anons {
    background-color: #061f36;
    padding: 5rem 6rem 7rem 3rem;
    border-radius: 5px;
    position: relative; }
    .jury-section .anons:before {
      content: "";
      display: block;
      position: absolute;
      width: 191px;
      height: 219px;
      background-image: url("../images/jury/icon_5.png");
      right: -80px;
      bottom: -50px; }
    .jury-section .anons p {
      font-size: 1.8rem;
      color: #7b99a5;
      font-weight: 500;
      margin-bottom: 0; }
  .jury-section p.subtitle {
    padding: 0 1.5rem;
    text-align: center;
    font-weight: bold;
    font-size: 2.4rem;
    color: #2a2a2a;
    margin-top: 7rem; }

.jury-section-2 {
  padding: 5rem 0;
  background-image: url("../images/back-jury.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
  .jury-section-2 h2 {
    text-align: center;
    margin-bottom: 5rem; }

.event-section {
  background-image: url("../images/banner-5.jpg");
  background-position: center center;
  background-size: cover;
  padding: 10rem 0; }
  .event-section p.title {
    color: #fff;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 1.2; }
  .event-section img {
    margin-bottom: 4rem; }
  .event-section p.text {
    color: #fff;
    font-size: 2rem;
    font-weight: 500; }
  .event-section p.big-title {
    color: #fff;
    font-size: 5.6rem;
    font-weight: bold;
    line-height: 1.2; }
  .event-section .container {
    padding-left: 30rem; }

.data-section {
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url("../images/pattern-2.jpg");
  background-position: right bottom;
  padding-bottom: 2rem; }
  .data-section h2 {
    text-align: center; }

.news-section {
  background-color: #f5f5f5;
  padding: 10rem 0; }
  .news-section h2 {
    text-align: center; }

.additinal-section {
  padding: 12rem 0;
  background-color: #f3f3f3; }

.publishing-section {
  padding: 7rem 0; }
  .publishing-section .publishing-list {
    margin-bottom: 5rem; }
  .publishing-section h2 {
    text-align: center; }

.programm-section {
  padding: 7rem 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url("../images/pattern-2.jpg");
  background-position: right bottom; }
  .programm-section h2 {
    text-align: center;
    margin-bottom: 1rem; }
  .programm-section .link {
    text-align: center; }
  .programm-section .programm-list {
    margin-top: 5rem; }

.photos-section .swiper-container {
  padding: 7rem 0; }
.photos-section h2 {
  text-align: center;
  margin-bottom: 1rem; }
.photos-section .link {
  text-align: center;
  margin-bottom: 0; }

.benefeciaries-section ul {
  padding-top: 0;
  list-style-type: none;
  padding-left: 0;
  font-size: 0; }
  .benefeciaries-section ul li {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    margin-bottom: 4rem; }
    .benefeciaries-section ul li img {
      margin-bottom: 2rem; }
    .benefeciaries-section ul li a {
      color: #3072c4;
      font-size: 1.5rem; }

.testimonials-section {
  padding: 5rem 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efefef+0,ffffff+100 */
  background: #efefef;
  /* Old browsers */
  background: -moz-radial-gradient(top, ellipse cover, #efefef 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(at top, ellipse cover, #efefef 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(at top, #efefef 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */ }
  .testimonials-section .testimonials-list {
    margin-bottom: 7rem; }

.fb-form-section {
  background-image: url("../images/fb-back.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 4rem 0; }
  .fb-form-section p {
    font-size: 2.4rem;
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .fb-form-section img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5rem; }
  .fb-form-section .opacity-1 {
    position: absolute;
    top: -60px;
    left: -50px;
    opacity: 0.5;
    width: 50px; }
  .fb-form-section .opacity-2 {
    position: absolute;
    opacity: 0.2;
    width: 35px;
    top: 62px;
    left: -19px; }
  .fb-form-section .opacity-3 {
    position: absolute;
    opacity: 0.1;
    width: 25px;
    top: 50px;
    left: 90px; }
  .fb-form-section button {
    margin-top: 0.5rem;
    background-color: #f69c00;
    padding: 1rem 3rem;
    text-decoration: underline;
    color: #fff;
    font-size: 1.5rem;
    border: none;
    border-radius: 3px;
    outline: none;
    display: inline-block;
    vertical-align: middle;
    width: 310px; }

body:not(.home) .content-section {
  padding: 6rem 0 5rem;
  background-color: #f7f7f7; }
  body:not(.home) .content-section a {
    color: #051f36;
    font-size: 1.6rem; }
body:not(.home) h1 {
  margin-bottom: 4rem;
  font-family: "PT Serif", serif; }
body:not(.home) ul {
  margin-bottom: 1.8rem; }

body.page-id-22 .content-inner .col-xs-12.col-sm-3.col-sm-offset-1 {
  text-align: center; }

.jury-page h2 {
  margin-bottom: 2rem; }
.jury-page h3 {
  margin-bottom: 5rem; }

.responsive-menu {
  padding-top: 1rem;
  background-color: #051f36;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  z-index: 1001;
  overflow-y: scroll;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  box-sizing: border-box; }
  .responsive-menu.open {
    left: 0px; }
  .responsive-menu .resp-nav ul {
    padding-left: 0;
    list-style-type: none; }
    .responsive-menu .resp-nav ul li {
      border-bottom: 1px solid rgba(238, 238, 238, 0.23);
      display: block; }
      .responsive-menu .resp-nav ul li:first-child {
        border-top: 1px solid rgba(238, 238, 238, 0.23); }
      .responsive-menu .resp-nav ul li.current-menu-item a, .responsive-menu .resp-nav ul li.current-page-parent a {
        color: #f9dd8e; }
      .responsive-menu .resp-nav ul li a {
        text-transform: uppercase;
        letter-spacing: 0.5px;
        padding: 12px 15px 12px;
        display: block;
        color: #fff; }
  .responsive-menu .logo {
    margin-left: 15px; }

.responsive-menu-open {
  display: none;
  font-size: 2.5rem;
  color: #fff;
  position: absolute;
  right: 15px;
  top: 12px;
  border: none;
  background-color: transparent;
  box-shadow: none;
  outline: none; }
  .responsive-menu-open .icon-bar {
    width: 30px;
    background-color: #fff;
    display: block;
    height: 2px;
    border-radius: 1px;
    transition: all 0.3s linear;
    transform-origin: center center; }
    .responsive-menu-open .icon-bar + .icon-bar {
      margin-top: 7px; }
  .responsive-menu-open.open span:first-child {
    -webkit-transform: rotate(-45deg) translate(-7px, 6px);
    transform: rotate(-45deg) translate(-7px, 6px); }
  .responsive-menu-open.open span:nth-of-type(2) {
    opacity: 0; }
  .responsive-menu-open.open span:last-child {
    -webkit-transform: rotate(45deg) translate(-7px, -6px);
    transform: rotate(45deg) translate(-7px, -6px); }

.responsive-menu-close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 2.5rem;
  color: #fff; }

#m-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.61);
  opacity: 0; }

.resp-menu-wr {
  margin-top: 1rem; }
  .resp-menu-wr nav ul {
    padding-left: 0;
    list-style-type: none; }
    .resp-menu-wr nav ul li {
      display: block;
      border-bottom: 1px solid rgba(17, 105, 183, 0.4); }
      .resp-menu-wr nav ul li:first-child {
        border-top: 1px solid rgba(17, 105, 183, 0.4); }
      .resp-menu-wr nav ul li a {
        padding: 1.5rem;
        display: block;
        color: #fff;
        font-size: 1.8rem;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase; }

@media (max-width: 1400px) {
  .jury-section .anons:before {
    content: "";
    display: block;
    position: absolute;
    width: 121px;
    height: 139px;
    background-image: url(../images/jury/icon_5.png);
    right: -10px;
    bottom: -30px;
    background-size: contain;
    background-repeat: no-repeat; }

  .jury__item p {
    font-size: 1.4rem; } }
@media (max-width: 1200px) {
  header nav ul li {
    margin-right: 1.2rem; }
    header nav ul li a {
      font-size: 1.4rem; }

  .jury-section .anons {
    height: auto;
    padding: 3rem 6rem 3rem 3rem; }
    .jury-section .anons:before {
      width: 100px;
      height: 120px; }

  .jurylist__item {
    margin-bottom: 3rem; } }
@media (max-width: 1024px) {
  .first-section {
    padding: 4rem 0 0; }
    .first-section:before {
      top: 60px; }

  .event-section {
    padding: 5rem 0; }
    .event-section .container {
      padding-left: 0; }

  header nav {
    display: none; }
  header .logo img {
    max-width: 90px; }
  header .langswitch {
    position: absolute;
    right: 65px;
    top: -10px; }
    header .langswitch li {
      margin-left: 1rem; }

  .responsive-menu .logo img {
    max-width: 90px; }

  .responsive-menu-open {
    display: inline-block; }

  footer {
    background-position: right 20% bottom; } }
@media (max-width: 992px) {
  .first-section:before {
    display: none; } }
@media (max-width: 768px) {
  html {
    font-size: 9px; }

  .first-section {
    background-color: #f7fdfd;
    background-position: top center; }

  .partners li img {
    max-width: 90px; }

  .jury-section {
    margin-bottom: 0rem; }

  .jury {
    margin-left: 0; }
    .jury .col-xs-12 {
      width: 48%;
      margin-right: 2%;
      padding-right: 0;
      padding-left: 0; }
    .jury__item {
      height: auto;
      margin-bottom: 1.5rem; }

  .jurylist__item {
    margin-bottom: 3rem; }
    .jurylist__item img {
      margin-bottom: 3rem; }

  .jurylist.jurylist_final .jurylist__item {
    min-height: auto; }
    .jurylist.jurylist_final .jurylist__item .anons-wr {
      width: 98%; }
    .jurylist.jurylist_final .jurylist__item .anons {
      padding-right: 8rem; }

  .awards__item {
    display: inline-block;
    width: 48%; }

  .event-section {
    background-color: #10100e;
    background-image: none; }
    .event-section p.text {
      padding: 1.5rem;
      margin-bottom: 0; }

  footer {
    background-image: none;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem; }
    footer .footer__top {
      padding-bottom: 2rem; }
    footer .footer-logo {
      display: inline-block;
      margin-bottom: 2rem; }
    footer p.text-left {
      text-align: center; }

  #wpcf7-f236-p237-o1 input, #wpcf7-f236-p237-o1 select, #wpcf7-f236-p237-o1 textarea {
    width: 200px; } }
@media (max-width: 600px) {
  label {
    display: block; }

  #wpcf7-f236-p237-o1 .compositions-wrapper {
    display: block;
    margin-bottom: 5rem; }
    #wpcf7-f236-p237-o1 .compositions-wrapper__line {
      padding-right: 5rem; }
    #wpcf7-f236-p237-o1 .compositions-wrapper span {
      display: block;
      margin-bottom: 1.5rem; }
    #wpcf7-f236-p237-o1 .compositions-wrapper a {
      right: 10px;
      bottom: -1px; }
  #wpcf7-f236-p237-o1 input, #wpcf7-f236-p237-o1 select, #wpcf7-f236-p237-o1 textarea {
    width: 100%;
    margin-right: 0; }
  #wpcf7-f236-p237-o1 .title {
    display: block;
    margin-right: 0;
    width: auto; } }
@media (max-width: 560px) {
  .first-section .social a {
    display: inline-block;
    margin-bottom: 3rem; } }
@media (max-width: 500px) {
  .first-section .links {
    margin-bottom: 7rem; }
    .first-section .links .ui-button-1 {
      display: block;
      text-align: center;
      margin-right: 0; }
    .first-section .links .ui-button-2 {
      display: block;
      text-align: center;
      margin-right: 0; }

  .jury {
    margin-left: -15px; }
    .jury .col-xs-12 {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px; }
    .jury__item {
      margin-bottom: 1.5rem;
      padding: 2rem 1.5rem 0; }

  .awards__item {
    width: 98%;
    margin-right: 0; }

  .inner-news-1__item .logo-wr {
    width: 100px; }
  .inner-news-1__item .text-box {
    width: calc(100% - 100px); } }

/*# sourceMappingURL=style.css.map */
