@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Sans:300,300i,400,400i,500,500i,600,600i,700,700i&subset=cyrillic-ext");
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?67bipl");
  src: url("fonts/icomoon.eot?67bipl#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?67bipl") format("truetype"), url("fonts/icomoon.woff?67bipl") format("woff"), url("fonts/icomoon.svg?67bipl#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-add:before {
  content: ""; }

.icon-arrow-down:before {
  content: ""; }

.icon-calendar:before {
  content: ""; }

.icon-doc:before {
  content: ""; }

.icon-fb:before {
  content: ""; }

.icon-in:before {
  content: ""; }

.icon-insta:before {
  content: ""; }

.icon-list-style:before {
  content: ""; }

.icon-map:before {
  content: ""; }

.icon-minus:before {
  content: ""; }

.icon-play:before {
  content: ""; }

.icon-plus:before {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-trash:before {
  content: ""; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

html, body {
  height: 100%; }

html, body, ul, ol, p {
  padding: 0;
  margin: 0; }

body {
  color: #69798B;
  background-color: #ffffff;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 18px;
  font-weight: 300; }

.resp-img {
  max-width: 100%;
  width: auto;
  height: auto;
  border: 0; }

.cols {
  overflow: hidden; }

.col {
  width: 50%;
  float: left; }
  .col:first-child {
    padding-right: 40px; }
  .col:last-child {
    padding-left: 40px; }

#page {
  min-height: 100%;
  padding-top: 165px;
  position: relative;
  background: transparent url(img/back-light.png) repeat 0 0; }
  #page.home {
    background: transparent url(img/back.png) repeat 0 0; }
  #page .in {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative; }

.wpcf7-field-groups:focus {
  outline: none; }

/*************Forms*************/
fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

input,
textarea,
select {
  font-family: 'IBM Plex Sans',sans-serif;
  font-size: 16px;
  font-weight: 300; }

textarea {
  padding: 15px;
  resize: none; }

label {
  padding-bottom: 5px;
  font-size: 19px;
  font-weight: 300;
  line-height: 29px;
  color: #ffffff; }

h1 {
  font-size: 50px;
  font-weight: 700; }

h1, h2, h3 {
  margin-top: 0; }

h2 {
  font-weight: 500; }

h3 {
  font-size: 20px;
  font-weight: 500; }

p, ul, ol {
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px; }

ul, ol {
  list-style: none;
  padding-left: 30px; }

a {
  color: #693FBD; }

.frm_error {
  color: #B94A48 !important;
  font-size: 14px; }

.frm_blank_field input,
.frm_blank_field select,
.frm_blank_field label i {
  border-color: #B94A48 !important; }

.frm_error_style {
  padding: 15px;
  background-color: #F2DEDE;
  border: 1px solid #EBCCD1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  behavior: url(PIE.htc);
  color: #B94A48;
  font-size: 14px;
  margin: 0;
  margin-bottom: 20px; }

.frm_success_style,
.frm_message {
  padding: 15px;
  border: 1px solid #D6E9C6;
  background-color: #DFF0D8;
  color: #468847;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  behavior: url(PIE.htc); }
  .frm_success_style p,
  .frm_message p {
    margin-bottom: 0; }

input.frm_pos_none {
  display: none; }

/*************Header*************/
header {
  width: 100%;
  height: 110px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
  header #logo {
    width: 226px;
    height: 37px;
    margin: 49px 0 0 0;
    float: left;
    display: block; }
  header .hamburger {
    height: 38px;
    padding: 5px;
    margin: 44px 0 0 22px;
    display: none;
    float: right;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    behavior: url(PIE.htc);
    vertical-align: middle; }
    header .hamburger .hamburger-box {
      width: 30px;
      height: 12px; }

.home .search-wrap section .sb-icon-search {
  background: #ffffff url(img/back.png) repeat 5px 2px; }

.search-wrap {
  /*width: 40px;
  height: 40px;
  margin-top: 45px;
  position: relative;
  float: right;
  z-index: 100;*/ }
  .search-wrap section {
    position: relative;
    margin: 50px 0 0 30px;
    float: right;
    z-index: 1;
    /* The input element on the search element  */
    /* browser specific placholder text color */
    /* format the search button and submit to share the same size and space */
    /* hide the submit but leave it clickable */
    /* format the search icon */
    /* add the magnifying glass character from the icomoon font as a before pseudo element */
    /* Open state */
    /* add the "active" color on the search button */
    /* adjust z-index to make sure the search submit is clikacble and not below any other elements */ }
    .search-wrap section .sb-search {
      width: 0%;
      min-width: 40px;
      height: 40px;
      position: absolute;
      right: 0;
      top: 0;
      float: right;
      -webkit-transition: width 0.3s;
      -moz-transition: width 0.3s;
      transition: width 0.3s;
      -webkit-backface-visibility: hidden;
      border: 2px solid transparent;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      border-radius: 30px;
      behavior: url(PIE.htc);
      background-clip: padding-box; }
      .search-wrap section .sb-search:after {
        position: absolute;
        top: -2px;
        bottom: -2px;
        left: -2px;
        right: -2px;
        content: '';
        z-index: -1;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        border-radius: 30px;
        behavior: url(PIE.htc);
        background: #C86DD7;
        background: -moz-linear-gradient(left, #3023AE 0%, #C86DD7 100%);
        background: -webkit-linear-gradient(left, #3023AE 0%, #C86DD7 100%);
        background: -o-linear-gradient(left, #3023AE 0%, #C86DD7 100%);
        background: linear-gradient(to right, #3023AE 0%, #C86DD7 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#3023AE, endColorstr=#C86DD7); }
    .search-wrap section .sb-search-input {
      position: absolute;
      top: 0;
      right: 0;
      border: none;
      outline: none;
      background: #fff;
      width: 100%;
      height: 36px;
      margin: 0;
      z-index: 10;
      padding: 5px;
      font-family: inherit;
      font-size: 16px;
      color: #69798B;
      background-color: white; }
    .search-wrap section input[type="search"].sb-search-input {
      /* remove special webkit formatting on the search input */
      -webkit-appearance: none;
      -webkit-border-radius: 33px;
      -moz-border-radius: 33px;
      -ms-border-radius: 33px;
      border-radius: 33px;
      behavior: url(PIE.htc); }
    .search-wrap section .sb-search-input::-webkit-input-placeholder {
      color: #69798B; }
    .search-wrap section .sb-search-input:-moz-placeholder {
      color: #69798B; }
    .search-wrap section .sb-search-input::-moz-placeholder {
      color: #69798B; }
    .search-wrap section .sb-search-input:-ms-input-placeholder {
      color: #69798B; }
    .search-wrap section .sb-icon-search,
    .search-wrap section .sb-search-submit {
      width: 36px;
      height: 36px;
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      padding: 0;
      margin: 0;
      line-height: 60px;
      text-align: center;
      cursor: pointer; }
    .search-wrap section .sb-search-submit {
      background: #fff;
      /* IE needs this */
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      /* IE 8 */
      filter: alpha(opacity=0);
      /* IE 5-7 */
      opacity: 0;
      color: transparent;
      border: none;
      outline: none;
      z-index: -1; }
    .search-wrap section .sb-icon-search {
      /*width: 36px;
      height: 36px;*/
      z-index: 90;
      font-size: 22px;
      color: #69798B;
      background-color: #ffffff;
      -webkit-border-radius: 33px;
      -moz-border-radius: 33px;
      -ms-border-radius: 33px;
      border-radius: 33px;
      behavior: url(PIE.htc);
      background: #ffffff url(img/back-light.png) repeat 5px 2px; }
    .search-wrap section .sb-icon-search:before {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      margin: -8px 0 0 -8px;
      font-size: 16px;
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased; }
    .search-wrap section .sb-search.sb-search-open,
    .search-wrap section .no-js .sb-search {
      width: 300px; }
      .search-wrap section .sb-search.sb-search-open input[type=search],
      .search-wrap section .no-js .sb-search input[type=search] {
        background-color: #ffffff;
        padding: 5px 45px 5px 15px; }
    .search-wrap section .sb-search.sb-search-open .sb-icon-search,
    .search-wrap section .no-js .sb-search .sb-icon-search {
      z-index: 11; }
    .search-wrap section .sb-search.sb-search-open .sb-search-submit,
    .search-wrap section .no-js .sb-search .sb-search-submit {
      z-index: 90; }

nav#menu {
  float: right; }
  nav#menu > ul {
    height: 50px;
    padding: 45px 20px;
    list-style: none; }
    nav#menu > ul > li {
      position: relative;
      display: inline-block; }
      nav#menu > ul > li.menu-item-has-children > a:before {
        margin-top: -8px;
        content: "";
        position: absolute;
        right: 10px;
        top: 50%;
        font-size: 10px;
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased; }
      nav#menu > ul > li > a {
        padding: 13px 30px 20px;
        display: block;
        position: relative;
        font-size: 14px;
        font-weight: 500;
        color: #69798B;
        text-decoration: none; }
        nav#menu > ul > li > a:after {
          content: '';
          width: 100%;
          height: 2px;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 14px;
          opacity: 0;
          background: #C86DD7;
          background: -moz-linear-gradient(left, #3023AE 0%, #C86DD7 100%);
          background: -webkit-linear-gradient(left, #3023AE 0%, #C86DD7 100%);
          background: -o-linear-gradient(left, #3023AE 0%, #C86DD7 100%);
          background: linear-gradient(to right, #3023AE 0%, #C86DD7 100%);
          filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#3023AE, endColorstr=#C86DD7);
          -webkit-transition: all 0.25s;
          -moz-transition: all 0.25s;
          -ms-transition: all 0.25s;
          -o-transition: all 0.25s;
          transition: all 0.25s; }
        nav#menu > ul > li > a:hover:after, nav#menu > ul > li > a.hover:after {
          opacity: 1;
          -webkit-transition: all 0.25s;
          -moz-transition: all 0.25s;
          -ms-transition: all 0.25s;
          -o-transition: all 0.25s;
          transition: all 0.25s; }
      nav#menu > ul > li.current-menu-parent > a:after {
        opacity: 1;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -ms-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s; }
      nav#menu > ul > li ul {
        width: 229px;
        padding: 10px;
        margin: 0;
        display: block;
        position: absolute;
        top: 50px;
        list-style: none;
        display: none;
        background-color: white;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        behavior: url(PIE.htc);
        -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.36);
        -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.36);
        box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.36); }
        nav#menu > ul > li ul li {
          display: block; }
          nav#menu > ul > li ul li a {
            padding: 8px 10px;
            display: block;
            position: relative;
            font-size: 14px;
            font-weight: 500;
            color: #69798B;
            text-decoration: none; }
            nav#menu > ul > li ul li a:hover {
              background-color: #FAF7FF;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px;
              -ms-border-radius: 4px;
              border-radius: 4px;
              behavior: url(PIE.htc); }
          nav#menu > ul > li ul li.current-menu-item a {
            background-color: #FAF7FF;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            border-radius: 4px;
            behavior: url(PIE.htc); }
      nav#menu > ul > li:hover > a:after {
        opacity: 1;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -ms-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s; }
      nav#menu > ul > li:hover ul {
        display: block; }

.touch nav#menu > ul > li:hover ul {
  display: none; }

section.content {
  padding-bottom: 100px; }
  section.content h1 {
    margin-bottom: 25px;
    text-transform: uppercase; }
  section.content .oneCol {
    max-width: 50%; }
  section.content .map {
    width: 100%;
    height: 500px;
    border: 1px solid #E5E8EA;
    -webkit-box-shadow: 0px 0px 19px -3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 19px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 19px -3px rgba(0, 0, 0, 0.1); }
  section.content img {
    display: block; }
  section.content .btn-line {
    overflow: hidden; }
  section.content ul li {
    position: relative; }
    section.content ul li:before {
      margin-top: -5px;
      content: "";
      position: absolute;
      left: -30px;
      top: 50%;
      font-size: 10px;
      font-family: 'icomoon' !important;
      speak: none;
      color: #693FBD;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased; }
  section.content ol {
    padding-left: 20px; }
    section.content ol li {
      position: relative;
      list-style-type: decimal; }
  section.content.registration strong.price {
    margin-bottom: 25px;
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
    color: #693FBD; }
  section.content.registration .form .frm_description {
    font-size: 14px; }
  section.content.registration .form .showHide {
    display: none; }
  section.content.registration .form .form-block {
    padding: 20px 25px 15px;
    margin-bottom: 40px;
    overflow: hidden;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 19px -3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 19px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 19px -3px rgba(0, 0, 0, 0.1);
    /* RADIO & CHECKBOX STYLES */ }
    section.content.registration .form .form-block .block-shift {
      width: auto;
      margin-left: -2%;
      overflow: hidden; }
      section.content.registration .form .form-block .block-shift.full .item {
        width: auto; }
    section.content.registration .form .form-block .gdpr {
      margin-top: 15px;
      font-size: 12px;
      line-height: 20px; }
    section.content.registration .form .form-block .row label {
      cursor: pointer; }
    section.content.registration .form .form-block h4 {
      margin-left: 2%; }
      section.content.registration .form .form-block h4 span {
        margin-bottom: 25px;
        font-size: 14px;
        font-weight: 400;
        line-height: 26px;
        display: block; }
    section.content.registration .form .form-block .rad,
    section.content.registration .form .form-block .check {
      cursor: pointer;
      user-select: none;
      -webkit-user-select: none;
      -webkit-touch-callout: none; }
      section.content.registration .form .form-block .rad input[type=checkbox],
      section.content.registration .form .form-block .rad input[type=radio],
      section.content.registration .form .form-block .check input[type=checkbox],
      section.content.registration .form .form-block .check input[type=radio] {
        /* HIDE ORG RADIO & CHECKBOX */
        width: 20px;
        visibility: hidden;
        position: absolute; }
    section.content.registration .form .form-block .rad i,
    section.content.registration .form .form-block .check i {
      /* DEFAULT <i> STYLE */
      width: 15px;
      height: 15px;
      margin-right: 10px;
      display: inline-block;
      vertical-align: middle;
      float: left;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      behavior: url(PIE.htc);
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      box-shadow: inset 0 0 0 8px #fff;
      border: 1px solid #D0D5DB;
      background: transparent;
      cursor: pointer; }
    section.content.registration .form .form-block .check i {
      width: 27px;
      height: 18px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      behavior: url(PIE.htc); }
    section.content.registration .form .form-block .rad:hover i {
      /* HOVER <i> STYLE */
      box-shadow: inset 0 0 0 3px #fff;
      background: #CAD0D6; }
    section.content.registration .form .form-block .rad input:checked + i {
      /* (RADIO CHECKED) <i> STYLE */
      box-shadow: inset 0 0 0 3px #fff;
      background: #693FBD; }
    section.content.registration .form .form-block .check input + i:after {
      content: "";
      display: block;
      height: 12px;
      width: 12px;
      margin: 2px;
      border-radius: inherit;
      transition: inherit;
      background: #CAD0D6; }
    section.content.registration .form .form-block .check input:checked + i:after {
      /* (RADIO CHECKED) <i> STYLE */
      margin-left: 11px;
      background: #693FBD; }
    section.content.registration .form .form-block .item {
      width: 18%;
      margin-left: 2%;
      margin-bottom: 10px;
      float: left; }
      section.content.registration .form .form-block .item span.wpcf7-list-item {
        margin: 0;
        display: block; }
      section.content.registration .form .form-block .item #field_w3r0f-otext {
        margin-top: 10px; }
      section.content.registration .form .form-block .item.colspan2, section.content.registration .form .form-block .item.colspan3 {
        width: 38%; }
        section.content.registration .form .form-block .item.colspan2 .row, section.content.registration .form .form-block .item.colspan3 .row {
          overflow: hidden; }
        section.content.registration .form .form-block .item.colspan2 .inner, section.content.registration .form .form-block .item.colspan3 .inner {
          margin: 0 0 0 -2%; }
          section.content.registration .form .form-block .item.colspan2 .inner .inner-item, section.content.registration .form .form-block .item.colspan3 .inner .inner-item {
            width: 100%;
            margin: 0 0 0 2%;
            float: left; }
            section.content.registration .form .form-block .item.colspan2 .inner .inner-item .row, section.content.registration .form .form-block .item.colspan3 .inner .inner-item .row {
              display: block;
              clear: both; }
            section.content.registration .form .form-block .item.colspan2 .inner .inner-item label.title, section.content.registration .form .form-block .item.colspan3 .inner .inner-item label.title {
              width: 100%;
              margin-top: 4px;
              clear: both;
              display: block; }
            section.content.registration .form .form-block .item.colspan2 .inner .inner-item input, section.content.registration .form .form-block .item.colspan3 .inner .inner-item input {
              width: 10px;
              height: 10px;
              float: left; }
      section.content.registration .form .form-block .item.colspan3 .inner .inner-item {
        width: 100%; }
    section.content.registration .form .form-block label {
      padding-left: 0;
      text-indent: 0;
      display: inline-block;
      font-size: 15px;
      font-weight: 600;
      color: #69798B;
      line-height: 18px; }
    section.content.registration .form .form-block input, section.content.registration .form .form-block select {
      width: 100%;
      height: 50px;
      padding: 0 15px;
      border: 1px solid #D0D5DB;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      behavior: url(PIE.htc);
      color: #69798B; }
    section.content.registration .form .form-block .date {
      position: relative; }
      section.content.registration .form .form-block .date input {
        padding-right: 35px;
        font-family: 'IBM Plex Sans',sans-serif; }
      section.content.registration .form .form-block .date i {
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        color: #9DA8B4; }
    section.content.registration .form .form-block ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #CED4DA; }
    section.content.registration .form .form-block ::-moz-placeholder {
      /* Firefox 19+ */
      color: #CED4DA; }
    section.content.registration .form .form-block :-ms-input-placeholder {
      /* IE 10+ */
      color: #CED4DA; }
    section.content.registration .form .form-block :-moz-placeholder {
      /* Firefox 18- */
      color: #CED4DA; }
  section.content.registration .form .btn-control {
    padding: 0;
    font-size: 14px;
    cursor: pointer;
    clear: both;
    font-weight: 500;
    background: none;
    border: none;
    font-family: 'IBM Plex Sans',sans-serif; }
    section.content.registration .form .btn-control i {
      padding-right: 8px; }
    section.content.registration .form .btn-control.del {
      margin: 15px 0 5px;
      color: #C24252; }
    section.content.registration .form .btn-control.add {
      margin: -10px 0 40px 25px;
      color: #78BC29; }
  section.content.registration .form .btn-line {
    margin-top: 20px;
    overflow: visible; }
    section.content.registration .form .btn-line .btn.full {
      float: none;
      margin: 0 auto; }
  section.content.location .map {
    margin-top: 70px; }
  section.content .list-team {
    margin: 0 0 50px -2%;
    overflow: hidden; }
    section.content .list-team .item {
      width: 14.6667%;
      margin: 0 0 0 2%;
      float: left; }
      section.content .list-team .item .photo {
        margin-bottom: 15px;
        text-align: center; }
      section.content .list-team .item .wrap {
        display: inline-block;
        max-width: 150px; }
      section.content .list-team .item .text {
        text-align: center; }
  section.content .organization-foto {
    overflow: hidden;
    text-align: center; }
    section.content .organization-foto .wrap {
      max-width: 500px;
      display: inline-block; }
  section.content.text p {
    max-width: 100%; }
  section.content.text .info-lines {
    padding: 0;
    font-size: 20px;
    font-weight: 500;
    list-style: none; }
    section.content.text .info-lines li {
      padding-bottom: 10px; }
      section.content.text .info-lines li:before {
        content: "";
        display: none; }
    section.content.text .info-lines span.label {
      width: 100px;
      display: inline-block; }
    section.content.text .info-lines span.data,
    section.content.text .info-lines span.data a {
      color: #693FBD;
      text-decoration: none; }
  section.content.text .logo {
    max-width: 300px;
    margin: 0 auto -56px;
    position: relative;
    z-index: 100; }
  section.content.text .video-responsive-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 19px -3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 19px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 19px -3px rgba(0, 0, 0, 0.1); }
  section.content.text .video-responsive-container iframe,
  section.content.text .video-responsive-container object,
  section.content.text .video-responsive-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  section.content.text .gallery .row {
    clear: both; }
    section.content.text .gallery .row:first-child {
      margin-left: -3%; }
    section.content.text .gallery .row .item {
      width: 47%;
      margin: 0 0 3% 3%;
      float: left;
      -webkit-box-shadow: 0px 0px 19px -3px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 19px -3px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 19px -3px rgba(0, 0, 0, 0.1); }
  section.content.text .gallery.three-item {
    margin: 0 0 25px -1%;
    overflow: hidden; }
    section.content.text .gallery.three-item .row:first-child {
      margin-left: 0; }
    section.content.text .gallery.three-item .row .item {
      width: 32.3333%;
      margin: 0 0 1% 1%;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
  section.content.text .gallery.down .row {
    clear: both; }
    section.content.text .gallery.down .row:first-child {
      margin-left: 0; }
    section.content.text .gallery.down .row:last-child {
      margin-left: -3%;
      margin-top: -100px;
      position: relative;
      z-index: 200; }
    section.content.text .gallery.down .row .item {
      width: 47%;
      margin: 3% 0 0 3%;
      float: left;
      -webkit-box-shadow: 0px 0px 19px -3px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 19px -3px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 19px -3px rgba(0, 0, 0, 0.1); }
      section.content.text .gallery.down .row .item.full {
        width: 80%;
        float: none;
        margin: 0 auto; }
  section.content.faq .box {
    width: 100%;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 19px -3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 19px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 19px -3px rgba(0, 0, 0, 0.1); }
    section.content.faq .box ul {
      margin: 0;
      padding: 0; }
      section.content.faq .box ul li {
        padding: 18px 18px 0 18px;
        border-bottom: 1px solid #E1E1E1;
        background: #FAFAFA;
        background: -moz-linear-gradient(left, #ffffff 0%, #FAFAFA 100%);
        background: -webkit-linear-gradient(left, #ffffff 0%, #FAFAFA 100%);
        background: -o-linear-gradient(left, #ffffff 0%, #FAFAFA 100%);
        background: linear-gradient(to right, #ffffff 0%, #FAFAFA 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#FAFAFA);
        cursor: pointer; }
        section.content.faq .box ul li:last-child {
          border-bottom: none; }
        section.content.faq .box ul li i {
          font-size: 14px;
          -webkit-transition: all 0.25s;
          -moz-transition: all 0.25s;
          -ms-transition: all 0.25s;
          -o-transition: all 0.25s;
          transition: all 0.25s; }
        section.content.faq .box ul li h2 {
          padding-left: 25px;
          display: inline-block;
          font-size: 20px; }
        section.content.faq .box ul li .desc {
          display: none; }
          section.content.faq .box ul li .desc p {
            max-width: 100%; }
  section.content.partners .list {
    width: 100%;
    margin: 70px 0 0 -3%;
    display: flex;
    flex-wrap: wrap;
    margin-left: -40px;
    margin-top: -40px; }
    section.content.partners .list .item {
      flex: 1 0 179px;
      max-width: calc((100% / 5) - 40px);
      margin-left: 40px;
      margin-top: 40px;
      padding: 25px 14px;
      font-size: 14px;
      float: left;
      color: #ffffff;
      background-color: #ffffff; }
      section.content.partners .list .item strong {
        padding-bottom: 5px;
        display: block;
        font-weight: 500; }
      section.content.partners .list .item p {
        font-size: 14px;
        line-height: 20px;
        max-width: 100%; }
  section.content.deadlines .list {
    width: 100%;
    margin: 70px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-top: -5px; }
    section.content.deadlines .list .item {
      flex: 1 0 179px;
      max-width: calc((100% / 7) - 5px);
      margin-left: 5px;
      margin-top: 5px;
      padding: 25px 14px;
      font-size: 14px;
      float: left;
      color: #ffffff;
      background: #C86DD7;
      background: -moz-linear-gradient(left, #3023AE 0%, #C86DD7 100%);
      background: -webkit-linear-gradient(left, #3023AE 0%, #C86DD7 100%);
      background: -o-linear-gradient(left, #3023AE 0%, #C86DD7 100%);
      background: linear-gradient(to right, #3023AE 0%, #C86DD7 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#3023AE, endColorstr=#C86DD7); }
      section.content.deadlines .list .item strong {
        padding-bottom: 5px;
        display: block;
        font-weight: 500; }
      section.content.deadlines .list .item p {
        font-size: 14px;
        line-height: 20px;
        max-width: 100%; }
  section.content.deadlines .controllers ul li {
    padding: 5px 0; }
    section.content.deadlines .controllers ul li span {
      cursor: pointer;
      font-size: 20px;
      line-height: 20px; }
      section.content.deadlines .controllers ul li span:hover, section.content.deadlines .controllers ul li span.active {
        border-bottom: 2px solid #3023AE; }
  section.content.guidelines .list {
    width: 100%;
    margin: 70px 0 0 -0.5%; }
    section.content.guidelines .list .item {
      width: 32.83%;
      padding: 54px 34px;
      margin: 0 0 0.5% 0.5%;
      position: relative;
      font-size: 14px;
      float: left;
      background-color: #ffffff;
      text-align: center;
      -webkit-box-shadow: 0px 0px 19px -3px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 19px -3px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 19px -3px rgba(0, 0, 0, 0.1);
      -webkit-transition: all 0.25s;
      -moz-transition: all 0.25s;
      -ms-transition: all 0.25s;
      -o-transition: all 0.25s;
      transition: all 0.25s; }
      section.content.guidelines .list .item h2 {
        margin: 60px 0 40px; }
      section.content.guidelines .list .item a {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        text-decoration: none; }
      section.content.guidelines .list .item:hover {
        -webkit-box-shadow: 0px 0px 48px -3px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 48px -3px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 48px -3px rgba(0, 0, 0, 0.2);
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -ms-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s; }
      section.content.guidelines .list .item:nth-child(1) i {
        color: #693FBD; }
      section.content.guidelines .list .item:nth-child(2) i {
        color: #50E3C2; }
      section.content.guidelines .list .item:nth-child(3) i {
        color: #F5A623; }
      section.content.guidelines .list .item i {
        font-size: 61px; }
      section.content.guidelines .list .item h2 {
        font-size: 30px;
        font-weight: 400; }
      section.content.guidelines .list .item p {
        font-size: 14px;
        line-height: 20px;
        max-width: 100%;
        text-align: left; }

#page section.content.home .in {
  position: static; }

section.content.home {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  padding-bottom: 0; }
  section.content.home .tab-wrap-cols {
    width: 100%;
    display: table; }
    section.content.home .tab-wrap-cols .tab-col {
      display: table-cell;
      vertical-align: middle; }
      section.content.home .tab-wrap-cols .tab-col:first-child {
        width: 60%;
        padding-right: 30px; }
      section.content.home .tab-wrap-cols .tab-col:last-child {
        width: 40%;
        padding-left: 30px; }
        section.content.home .tab-wrap-cols .tab-col:last-child img {
          box-shadow: 0px 0px 19px -3px rgba(0, 0, 0, 0.1);
          /*right: 0;
          top: 50%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);*/ }
  section.content.home .text-content h1 {
    font-size: 57px;
    margin-bottom: 20px; }
  section.content.home .text-content .info-text {
    margin-bottom: 20px;
    color: #693FBD;
    font-size: 22px;
    font-weight: 400;
    overflow: hidden; }
    section.content.home .text-content .info-text span {
      padding-left: 15px; }
    section.content.home .text-content .info-text div.date {
      float: left;
      margin-right: 15px; }
    section.content.home .text-content .info-text div.place {
      float: left;
      margin-left: 15px; }
  section.content.home .text-content .btn-line {
    min-height: 90px;
    overflow: visible; }
    section.content.home .text-content .btn-line .btn:first-child {
      margin-right: 10px; }
    section.content.home .text-content .btn-line .btn:last-child {
      margin-left: 10px; }

.btn-line {
  clear: both; }
  .btn-line .btn,
  .btn-line input[type=submit] {
    min-height: 55px;
    padding: 20px 50px;
    float: left;
    display: block;
    font-size: 18px;
    color: #693FBD;
    font-weight: 400;
    position: relative;
    border-radius: 50px;
    border: 2px solid #3023AE;
    text-decoration: none; }
    .btn-line .btn.full,
    .btn-line input[type=submit].full {
      color: #ffffff;
      border: none;
      background: #3023AE;
      background: -moz-linear-gradient(top, #C86DD7 0%, #3023AE 100%);
      background: -webkit-linear-gradient(top, #C86DD7 0%, #3023AE 100%);
      background: -o-linear-gradient(top, #C86DD7 0%, #3023AE 100%);
      background: linear-gradient(to bottom, #C86DD7 0%, #3023AE 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#C86DD7, endColorstr=#3023AE);
      -webkit-box-shadow: 0px 5px 26px -2px #3023ae;
      -moz-box-shadow: 0px 5px 26px -2px #3023ae;
      box-shadow: 0px 5px 26px -2px #3023ae; }

/*************Footer*************/
footer {
  /*width: 100%;
  overflow: hidden;*/
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 0; }
  footer .left-part,
  footer .right-part {
    padding-bottom: 25px;
    overflow: hidden; }
  footer .left-part {
    width: 75%;
    float: left; }
    footer .left-part .copy {
      color: #CAD0D6;
      font-size: 14px;
      font-weight: 400; }
  footer .right-part {
    width: 25%;
    float: right; }
    footer .right-part ul.social {
      float: right;
      padding-bottom: 0;
      margin: 0; }
      footer .right-part ul.social li {
        margin-right: 16px;
        display: inline-block; }
        footer .right-part ul.social li a {
          text-decoration: none;
          color: #69798B;
          font-size: 22px; }
        footer .right-part ul.social li:last-child {
          margin-right: 0; }
  footer.home .left-part {
    width: 75%;
    float: left; }
    footer.home .left-part div.partners-wrap {
      display: table; }
    footer.home .left-part ul.partners {
      display: table;
      padding: 0;
      margin: 0; }
      footer.home .left-part ul.partners li {
        width: 180px;
        padding-right: 50px;
        display: table-cell;
        vertical-align: middle; }
        footer.home .left-part ul.partners li a {
          text-decoration: none;
          color: #69798B; }
        footer.home .left-part ul.partners li:last-child {
          padding-right: 0; }
    footer.home .left-part span {
      width: 190px;
      height: 100%;
      display: table-cell;
      overflow: hidden;
      vertical-align: middle;
      font-weight: 700;
      font-size: 20px; }
  footer.home .right-part {
    width: 25%;
    float: right; }
    footer.home .right-part ul.social {
      float: right;
      margin: 30px 0 0 0;
      padding: 0; }
      footer.home .right-part ul.social li {
        margin-right: 16px;
        display: inline-block; }
        footer.home .right-part ul.social li a {
          text-decoration: none;
          color: #69798B; }
        footer.home .right-part ul.social li:last-child {
          margin-right: 0; }

/*************Media*************/

/*# sourceMappingURL=design.css.map */
