@font-face {
  font-family: 'OpenSans-Light';
  src: url("../../assets/fonts/OpenSans-Light.ttf"); }
@font-face {
  font-family: 'Prata-Regular';
  src: url("../../assets/fonts/Prata-Regular.ttf"); }
.loaderArea {
  background: #ffffff;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100000; }
  .loaderArea .loader {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-image: url("../../assets/image/preloader.svg");
    background-position: center;
    background-repeat: no-repeat; }
    @media all and (max-width: 980px) {
      .loaderArea .loader {
        background-size: 90%; } }

h1 {
  font-size: 48px;
  line-height: 1.4em; }

h2 {
  font-size: 36px;
  line-height: 1.5em; }

h3 {
  font-size: 36px;
  line-height: 1.5em;
  letter-spacing: 0.01em; }

h5 {
  font-size: 24px;
  line-height: 1.5em; }

.post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {
  font-family: 'Prata-Regular'; }

body,
p {
  font-weight: 300;
  font-family: "OpenSans-Light"; }

.icon {
  font-family: 'ETmodules'; }

.icon_close:before {
  content: "\4d"; }

.icon_calendar:before {
  content: '\e023'; }

.icon_location:before {
  content: '\e081'; }

.icon_arrow_left:before {
  content: '\34'; }

.icon_arrow_right:before {
  content: '\35'; }

.icon_arrow_down:before {
  content: "\33"; }

header {
  padding-top: 6px;
  padding-bottom: 6px; }
  @media all and (max-width: 768px) {
    header {
      background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0)); } }
  header .container {
    width: 80%;
    max-width: 1350px;
    display: flex;
    justify-content: space-between; }
    @media all and (max-width: 1570px) {
      header .container {
        width: 97%; } }
    @media all and (max-width: 768px) {
      header .container {
        display: flex;
        align-items: center; } }
    header .container .logo_container {
      flex: 4;
      position: relative;
      padding-left: 46px; }
      @media all and (max-width: 1300px) {
        header .container .logo_container {
          text-align: center;
          padding-left: 0; } }
      @media all and (max-width: 1024px) {
        header .container .logo_container {
          flex: 3; } }
      @media all and (max-width: 768px) {
        header .container .logo_container {
          flex: 32; } }
      @media all and (max-width: 768px) {
        header .container .logo_container img {
          width: 100% !important;
          max-width: 100% !important;
          height: 100% !important; } }
    header .container #et-top-navigation-new {
      flex: 8; }
      header .container #et-top-navigation-new #top-menu-nav {
        float: right;
        display: flex;
        align-items: center;
        height: 100%;
        left: 0; }
        @media all and (max-width: 1300px) {
          header .container #et-top-navigation-new #top-menu-nav ul li {
            padding-right: 0; } }
        header .container #et-top-navigation-new #top-menu-nav ul li a {
          font-weight: 300;
          line-height: 22px;
          letter-spacing: 0.1em;
          padding: 0 9px;
          transition: 0.3s; }
          header .container #et-top-navigation-new #top-menu-nav ul li a:hover {
            opacity: 1 !important;
            transition: 0.3s;
            border-bottom: 5px solid #BD1724; }
        header .container #et-top-navigation-new #top-menu-nav ul li.btn a {
          font-weight: 600;
          background: #BD1724;
          color: #ffffff !important;
          padding: 10px 27px;
          border-radius: 5px;
          font-size: 16px;
          line-height: 22px;
          letter-spacing: 0.1em;
          border: 1px solid transparent; }
          header .container #et-top-navigation-new #top-menu-nav ul li.btn a:hover {
            background: transparent;
            border: 1px solid #BD1724; }
        @media all and (max-width: 980px) {
          header .container #et-top-navigation-new #top-menu-nav ul {
            display: none;
            position: absolute;
            transition: .3s;
            top: 82px;
            width: 100%;
            height: auto;
            background: rgba(0, 0, 0, 0.9);
            padding: 38px; } }
        header .container #et-top-navigation-new #top-menu-nav.open {
          position: absolute;
          display: block;
          width: 100%;
          transition: .3s; }
          header .container #et-top-navigation-new #top-menu-nav.open ul {
            display: block;
            position: absolute;
            transition: .3s; }
            header .container #et-top-navigation-new #top-menu-nav.open ul li {
              display: block;
              margin-bottom: 20px; }
              header .container #et-top-navigation-new #top-menu-nav.open ul li a {
                border: 5px solid transparent; }
              header .container #et-top-navigation-new #top-menu-nav.open ul li.btn {
                text-align: center; }
  header#main-header.et-fixed-header {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08) !important; }
  header.et-fixed-header .container #et-top-navigation-new #top-menu-nav ul li.btn a {
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); }
    header.et-fixed-header .container #et-top-navigation-new #top-menu-nav ul li.btn a:hover {
      background: transparent;
      border: 1px solid #BD1724;
      color: #BD1724 !important; }
  header.other-page {
    background: #ffffff !important; }
    header.other-page .container #et-top-navigation-new {
      flex: 8; }
      header.other-page .container #et-top-navigation-new #top-menu-nav {
        float: right;
        display: flex;
        align-items: center;
        height: 100%;
        left: 0; }
        header.other-page .container #et-top-navigation-new #top-menu-nav ul li a {
          color: #000000; }
        header.other-page .container #et-top-navigation-new #top-menu-nav ul li.btn a:hover {
          color: #000000 !important;
          background: transparent;
          border: 1px solid #BD1724; }
        header.other-page .container #et-top-navigation-new #top-menu-nav.open {
          position: absolute;
          display: block;
          width: 100%;
          transition: .3s; }
          header.other-page .container #et-top-navigation-new #top-menu-nav.open ul {
            display: block;
            position: absolute;
            transition: .3s; }
            header.other-page .container #et-top-navigation-new #top-menu-nav.open ul li {
              display: block;
              margin-bottom: 20px; }
              header.other-page .container #et-top-navigation-new #top-menu-nav.open ul li a {
                border: 5px solid transparent; }
                @media all and (max-width: 980px) {
                  header.other-page .container #et-top-navigation-new #top-menu-nav.open ul li a {
                    color: #ffffff !important; } }
              header.other-page .container #et-top-navigation-new #top-menu-nav.open ul li.btn {
                text-align: center; }

footer#main-footer-section {
  background-size: cover;
  background-position: center; }
  footer#main-footer-section h4 {
    font-size: 36px;
    line-height: 1.5em;
    color: #ffffff;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 6px; }
  footer#main-footer-section h5 {
    font-size: 24px;
    line-height: 1.5em;
    color: #ffffff;
    text-align: center; }
  footer#main-footer-section .widget_text {
    width: 100%; }
  footer#main-footer-section form {
    max-width: 650px;
    margin: 30px auto 0; }
    footer#main-footer-section form input[type="text"],
    footer#main-footer-section form input[type="email"],
    footer#main-footer-section form textarea {
      width: 100%;
      background: #F7F7F7;
      border-radius: 5px;
      font-weight: 300;
      font-size: 14px;
      line-height: 1.5em;
      color: #000000;
      padding: 13px 21px;
      border: 1px solid transparent; }
      footer#main-footer-section form input[type="text"].wpcf7-not-valid,
      footer#main-footer-section form input[type="email"].wpcf7-not-valid,
      footer#main-footer-section form textarea.wpcf7-not-valid {
        border: 1px solid #BD1724; }
      footer#main-footer-section form input[type="text"]:focus,
      footer#main-footer-section form input[type="email"]:focus,
      footer#main-footer-section form textarea:focus {
        box-shadow: inset 0 4px 50px rgba(0, 0, 0, 0.08); }
    footer#main-footer-section form textarea {
      min-width: 100%;
      max-width: 650px;
      min-height: 100%;
      max-height: 145px; }
    footer#main-footer-section form input[type="submit"] {
      font-weight: 600;
      background: #BD1724;
      color: #ffffff !important;
      padding: 13px 45px;
      border-radius: 5px;
      font-size: 16px;
      line-height: 22px;
      letter-spacing: 0.1em;
      cursor: pointer;
      border: 1px solid transparent;
      transition: .3s; }
      footer#main-footer-section form input[type="submit"]:hover {
        background: transparent;
        border: 1px solid #BD1724;
        color: #ffffff !important;
        transition: .3s; }
      @media all and (max-width: 767px) {
        footer#main-footer-section form input[type="submit"] {
          width: 100%; } }
    footer#main-footer-section form .ajax-loader {
      display: none !important; }
    footer#main-footer-section form .form-group {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 30px; }
      @media all and (max-width: 767px) {
        footer#main-footer-section form .form-group {
          display: block; }
          footer#main-footer-section form .form-group input[name="your-name"] {
            margin-bottom: 30px; } }
      footer#main-footer-section form .form-group > span {
        width: 100%; }
        footer#main-footer-section form .form-group > span.your-email, footer#main-footer-section form .form-group > span.your-name {
          width: 48%; }
      footer#main-footer-section form .form-group.textarea-group {
        margin-bottom: 22px; }
      footer#main-footer-section form .form-group.button-group {
        justify-content: space-around;
        margin-bottom: 0; }
    footer#main-footer-section form .wpcf7-not-valid-tip {
      position: absolute;
      color: #BD1724; }
    footer#main-footer-section form .wpcf7-validation-errors {
      border: none !important;
      color: #BD1724;
      padding: 0;
      position: absolute; }
    footer#main-footer-section form .wpcf7-mail-sent-ok {
      border: none !important;
      color: #ffffff;
      padding: 0;
      position: absolute; }
  footer#main-footer-section .footer-info-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    footer#main-footer-section .footer-info-section .et-social-icons {
      float: none; }
      footer#main-footer-section .footer-info-section .et-social-icons li {
        display: inline-flex;
        margin: 0 7px;
        align-items: center;
        justify-content: center;
        transition: 0.3s;
        cursor: pointer; }
        footer#main-footer-section .footer-info-section .et-social-icons li a {
          color: rgba(255, 255, 255, 0.8);
          opacity: 1;
          font-size: 16px;
          transition: 0.3s;
          width: 46px;
          height: 46px;
          background: rgba(255, 255, 255, 0.1);
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center; }
        footer#main-footer-section .footer-info-section .et-social-icons li:focus, footer#main-footer-section .footer-info-section .et-social-icons li:hover {
          transition: 0.3s; }
          footer#main-footer-section .footer-info-section .et-social-icons li:focus a, footer#main-footer-section .footer-info-section .et-social-icons li:hover a {
            background: #ffffff;
            color: #253789;
            transition: 0.3s; }
    footer#main-footer-section .footer-info-section #footer-info {
      float: none;
      color: #ffffff;
      font-weight: 300;
      font-size: 14px;
      line-height: 19px;
      margin-bottom: 10px;
      margin-top: 48px; }
      footer#main-footer-section .footer-info-section #footer-info a {
        color: white;
        font-weight: 300;
        transition: .3s; }
        footer#main-footer-section .footer-info-section #footer-info a:hover {
          opacity: 1;
          color: #BD1724;
          transition: .3s; }
    footer#main-footer-section .footer-info-section .footer_logo_container {
      margin-bottom: 35px; }
      footer#main-footer-section .footer-info-section .footer_logo_container #logo {
        max-width: 100%; }
@media all and (max-width: 980px) {
  footer .footer-widget:nth-child(n) {
    width: 100% !important;
    margin: 0 !important; } }
footer.other#main-footer-section .footer-info-section #footer-info {
  color: #000000; }
  footer.other#main-footer-section .footer-info-section #footer-info a {
    color: #000000;
    transition: .3s; }
    footer.other#main-footer-section .footer-info-section #footer-info a:hover {
      color: #BD1724;
      transition: .3s; }
footer.other#main-footer-section .et-social-icons li {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 50%; }
  footer.other#main-footer-section .et-social-icons li a {
    color: rgba(0, 0, 0, 0.3); }
  footer.other#main-footer-section .et-social-icons li:hover {
    background: #BD1724; }
    footer.other#main-footer-section .et-social-icons li:hover a {
      color: #ffffff;
      background: #BD1724; }

.light-theme p {
  color: #ffffff; }

body #page-container .et_pb_button.btn {
  font-weight: 600 !important;
  background: #BD1724 !important;
  color: #ffffff !important;
  padding: 10px 27px !important;
  border-radius: 5px !important;
  font-size: 16px !important;
  line-height: 22px !important;
  letter-spacing: 0.1em !important;
  border: 1px solid transparent !important; }
  body #page-container .et_pb_button.btn:hover {
    padding: 10px 27px !important;
    background: transparent !important;
    border: 1px solid #BD1724 !important;
    color: #BD1724 !important; }

.mobile_menu_bar {
  padding-top: 20px; }
  .mobile_menu_bar:before {
    color: #ffffff !important; }

.other-page .mobile_menu_bar {
  padding-top: 20px; }
  .other-page .mobile_menu_bar:before {
    color: #BD1724 !important; }

.newsletter-form form input[type="email"] {
  width: 100%;
  background: #ffffff;
  border-radius: 5px;
  border: none;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5em;
  color: #000000;
  padding: 18px 21px;
  min-width: 370px; }
  @media all and (max-width: 980px) {
    .newsletter-form form input[type="email"] {
      min-width: inherit; } }
  .newsletter-form form input[type="email"].wpcf7-not-valid {
    border: 1px solid #BD1724;
    padding: 18px 21px; }
.newsletter-form form input[type="submit"] {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.1em;
  background: #BD1724;
  color: #ffffff !important;
  padding: 18px 38px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  position: relative;
  left: -15px;
  transition: 0.3s; }
  @media all and (max-width: 767px) {
    .newsletter-form form input[type="submit"] {
      left: 0px;
      margin-top: 20px;
      width: 100%; } }
  .newsletter-form form input[type="submit"]:hover {
    background: #ED1C24;
    transition: 0.3s; }
.newsletter-form form .wpcf7-not-valid-tip {
  position: absolute;
  display: none !important; }
.newsletter-form form .wpcf7-validation-errors {
  border: none !important;
  color: #BD1724;
  padding: 0;
  position: absolute; }
.newsletter-form form .wpcf7-mail-sent-ok {
  border: none !important;
  color: #ffffff;
  padding: 0;
  position: absolute; }
.newsletter-form form .form-inp {
  display: flex; }
  @media all and (max-width: 767px) {
    .newsletter-form form .form-inp {
      display: block; } }
.newsletter-form form .cust-text {
  line-height: 150%;
  color: #ffffff;
  opacity: 0.5;
  font-size: 12px;
  margin-top: 12px;
  display: block; }

.image-sect {
  max-height: 400px;
  overflow: hidden;
  position: relative; }
  .image-sect .img-grad {
    background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 86.96%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 20;
    max-height: 400px; }
  .image-sect img {
    width: 100%; }
  .image-sect .event-title {
    position: absolute;
    max-height: 400px;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    z-index: 30;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px; }
    .image-sect .event-title h1 {
      color: #ffffff;
      font-size: 30px;
      margin-top: 40px;
      font-family: 'Prata-Regular'; }
    .image-sect .event-title .event-meta {
      display: flex;
      align-items: center; }
      .image-sect .event-title .event-meta .meta-item {
        color: #ffffff;
        margin-right: 20px; }

#main-content .container:before {
  display: none !important; }

.post-cont {
  background-image: url("../../image/bg-post.png"); }

.form-contact p {
  font-size: 16px;
  text-align: center;
  padding-bottom: 0; }
.form-contact form {
  max-width: 644px;
  margin: 0 auto;
  padding-bottom: 60px; }
  @media all and (max-width: 800px) {
    .form-contact form {
      padding: 0 20px; } }
  .form-contact form input[type="number"],
  .form-contact form input[type="text"],
  .form-contact form input[type="email"],
  .form-contact form textarea {
    width: 100%;
    background: #ffffff;
    border-radius: 5px;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5em;
    color: #000000;
    padding: 13px 21px;
    border: 1px solid transparent; }
    .form-contact form input[type="number"].wpcf7-not-valid,
    .form-contact form input[type="text"].wpcf7-not-valid,
    .form-contact form input[type="email"].wpcf7-not-valid,
    .form-contact form textarea.wpcf7-not-valid {
      border: 1px solid #BD1724; }
  .form-contact form select {
    width: 100%;
    background: #ffffff;
    border-radius: 5px;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5em;
    color: #000000;
    padding: 13px 21px;
    border: 1px solid transparent; }
  .form-contact form textarea {
    min-width: 100%;
    max-width: 650px;
    min-height: 100%;
    max-height: 110px;
    margin-bottom: 0; }
  .form-contact form button,
  .form-contact form input[type="submit"] {
    font-weight: 600;
    background: #BD1724;
    color: #ffffff !important;
    padding: 13px 46px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.15em;
    cursor: pointer;
    border: 1px solid transparent;
    transition: .3s; }
    .form-contact form button:hover,
    .form-contact form input[type="submit"]:hover {
      background: transparent;
      border: 1px solid #BD1724;
      color: #000000 !important;
      transition: .3s; }
    @media all and (max-width: 767px) {
      .form-contact form button,
      .form-contact form input[type="submit"] {
        width: 100%; } }
  .form-contact form .ajax-loader {
    display: none !important; }
  .form-contact form .form-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px; }
    @media all and (max-width: 767px) {
      .form-contact form .form-group {
        display: block;
        margin: 0; } }
    .form-contact form .form-group > span {
      width: 100%;
      margin: 0 15px; }
      @media all and (max-width: 767px) {
        .form-contact form .form-group > span {
          margin: 0 0 30px;
          display: block; } }
    .form-contact form .form-group.textarea-group {
      margin-bottom: 22px; }
    .form-contact form .form-group.button-group {
      justify-content: space-around;
      margin-bottom: 0; }
  .form-contact form .wpcf7-not-valid-tip {
    position: absolute;
    color: #BD1724; }
  .form-contact form .wpcf7-validation-errors {
    border: none !important;
    color: #BD1724;
    padding: 0;
    position: absolute; }
  .form-contact form .wpcf7-mail-sent-ok {
    border: none !important;
    color: #000000;
    padding: 0;
    position: absolute; }
.form-contact .form-step {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  margin-top: 13px; }
  .form-contact .form-step span {
    width: 48px;
    height: 48px;
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #C4C4C4;
    color: #ffffff;
    border-radius: 50%;
    font-family: 'Prata-Regular';
    font-size: 18px;
    line-height: 1.4em; }
    .form-contact .form-step span.active {
      background: #BD1724; }

.custom-select {
  position: relative;
  font-family: Arial; }

.custom-select select {
  display: none;
  /*hide original SELECT element: */ }

.select-selected {
  background-color: #ffffff;
  font-family: 'OpenSans-Light';
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5em;
  color: #757575; }

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 15px;
  right: 10px;
  width: 15px;
  height: 12px;
  border: 6px solid transparent;
  background-image: url(../image/Vector.png);
  transform: rotate(0deg);
  background-size: auto;
  background-repeat: no-repeat; }

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  background-image: url("../image/Vector.png");
  transform: rotate(180deg);
  top: 7px;
  right: 12px; }

/* style the items (options), including the selected item: */
.select-items div, .select-selected {
  color: #757575;
  padding: 11px 16px;
  border: 1px solid transparent;
  cursor: pointer; }

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #ffffff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 3px; }

/* Hide the items when the select box is closed: */
.select-hide {
  display: none; }

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1); }

.checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px; }
.checkbox .wpcf7-list-item {
  margin: 0 !important; }

.wpcf7-list-item-label {
  position: relative;
  padding: 0 0 0 35px;
  display: block;
  cursor: pointer; }

.wpcf7-list-item-label:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url("../image/uncheck.png");
  transition: .2s; }

.checkbox input:checked + .wpcf7-list-item-label:before {
  background-image: url("../image/checked.png"); }

@media all and (max-width: 1440px) {
  #manifeste {
    background-position: 150% 100%; } }
@media all and (max-width: 980px) {
  #manifeste {
    background-position: bottom right; } }

#event-container h3 {
  margin-bottom: 22px; }
  @media all and (max-width: 600px) {
    #event-container h3 {
      font-size: 26px;
      margin-bottom: 90px; } }
  #event-container h3 span {
    font-size: 16px;
    line-height: 1.5em;
    color: rgba(0, 0, 0, 0.5);
    position: relative;
    bottom: 5px; }
    #event-container h3 span:after {
      content: '';
      width: 48px;
      display: inline-block;
      height: 1px;
      border-bottom: 1px solid #BD1724;
      margin-right: 15px;
      position: relative;
      bottom: 5px;
      margin-left: 15px; }
#event-container .event-item {
  min-height: 635px;
  position: relative;
  overflow: hidden;
  cursor: pointer; }
  #event-container .event-item .bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
	height:75%;
	background-size: cover;
	background-position:center;
    left: 0;
    top: 0; }
    #event-container .event-item .bg-image a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 10; }
  #event-container .event-item .item-grad {
    background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 86.96%);
	
    border-bottom: 5px solid #BD1724;
    transition: 0.6s;
    position: absolute;
    bottom: 0;
    width: 100%; }
    #event-container .event-item .item-grad .item {
	  background: #BD1724;
      color: #ffffff;
      margin-top: 200px;
      padding: 35px 37px 22px;
      position: relative;
      transition: 0.6s; }
      #event-container .event-item .item-grad .item .event-meta {
        display: flex;
        align-items: center; }
        @media all and (max-width: 786px) {
          #event-container .event-item .item-grad .item .event-meta {
            display: inline-block; } }
        #event-container .event-item .item-grad .item .event-meta .meta-item {
          font-size: 14px;
          line-height: 1.5em;
          letter-spacing: 0.05em; }
          #event-container .event-item .item-grad .item .event-meta .meta-item.calendar-item {
            flex: 3; }
            @media all and (max-width: 786px) {
              #event-container .event-item .item-grad .item .event-meta .meta-item.calendar-item {
                display: inline-block;
                margin-bottom: 20px; } }
            #event-container .event-item .item-grad .item .event-meta .meta-item.calendar-item .icon {
              font-size: 16px;
              margin-right: 5px; }
          #event-container .event-item .item-grad .item .event-meta .meta-item.location-item {
            flex: 8; }
            #event-container .event-item .item-grad .item .event-meta .meta-item.location-item .icon {
              font-size: 19px;
              margin-right: 5px; }
      #event-container .event-item .item-grad .item h4 {
        color: #ffffff;
        font-size: 24px;
        max-width: 400px;
        margin-top: 40px; }
      #event-container .event-item .item-grad .item .read-more {
        margin-top: 25px; }
        #event-container .event-item .item-grad .item .read-more a {
          color: #ffffff;
          font-size: 16px;
          line-height: 1.5em;
          letter-spacing: 0.1em; }
          #event-container .event-item .item-grad .item .read-more a:before {
            content: '';
            width: 25px;
            display: inline-block;
            height: 1px;
            border-bottom: 1px solid #ffffff;
            margin-right: 20px;
            position: relative;
            bottom: 5px; }
      #event-container .event-item .item-grad .item .description {
        margin-top: 12px;
        font-size: 14px;
        line-height: 1.8em;
        font-weight: 100;
        opacity: 0;
        position: absolute;
        transition: 0.3s; }
  #event-container .event-item:hover .item-grad, #event-container .event-item:focus .item-grad {
    background: none;
    transition: 0.6s; }
    #event-container .event-item:hover .item-grad .item, #event-container .event-item:focus .item-grad .item {
      background: #BD1724;
      bottom: 0;
      transition: 0.6s; }
      #event-container .event-item:hover .item-grad .item .description, #event-container .event-item:focus .item-grad .item .description {
        opacity: 1;
        position: relative;
        transition: 0.3s; }
#event-container .slick-list {
  margin: 0 -15px !important; }
  @media all and (max-width: 600px) {
    #event-container .slick-list {
      margin: 0 -37px !important; } }

.slick-slide {
  margin: 0 15px; }
  @media all and (max-width: 600px) {
    .slick-slide {
      margin: 0; } }

/* the parent */
.slick-list {
  margin: 0 -15px !important; }

.slick-slider .slick-arrow {
  position: absolute;
  top: -85px;
  background: none;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E5E5E5;
  border-radius: 50%;
  color: #BD1724;
  font-size: 24px;
  transition: .3s;
  cursor: pointer; }
  .slick-slider .slick-arrow.arrow-prew {
    right: 60px; }
  .slick-slider .slick-arrow.arrow-next {
    right: 0; }
  .slick-slider .slick-arrow:hover {
    border-color: #BD1724;
    transition: .3s; }

#news-container h3 {
  margin-bottom: 22px; }
  @media all and (max-width: 600px) {
    #news-container h3 {
      font-size: 26px;
      margin-bottom: 90px; } }
  #news-container h3 span {
    font-size: 16px;
    line-height: 1.5em;
    color: rgba(0, 0, 0, 0.5);
    position: relative;
    bottom: 5px; }
    #news-container h3 span:after {
      content: '';
      width: 48px;
      display: inline-block;
      height: 1px;
      border-bottom: 1px solid #BD1724;
      margin-right: 15px;
      position: relative;
      bottom: 5px;
      margin-left: 15px; }
#news-container .news-item .news-image {
  display: block;
  width: 100%;
  height: 200px;
  background-size: cover;
  position: relative; }
  #news-container .news-item .news-image a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
#news-container .news-item .news-meta {
  margin-top: 25px;
  font-size: 14px;
  line-height: 1.5em;
  color: #000000;
  opacity: 0.6;
  margin-bottom: 15px; }
#news-container .news-item h4 {
  color: #000000;
  font-size: 24px;
  line-height: 1.5em;
  transition: .3s; }
#news-container .news-item:hover h4 {
  color: #BD1724;
  transition: .3s; }

#title-container {
  display: inline-flex; }
  @media all and (max-width: 1200px) {
    #title-container {
      display: block; } }
  @media all and (max-width: 1200px) {
    #title-container.cust-padd {
      position: relative; } }
  #title-container h3 {
    margin-bottom: 22px;
    min-width: 266px; }
    @media all and (max-width: 600px) {
      #title-container h3 {
        font-size: 26px; } }
    #title-container h3 span {
      font-size: 16px;
      line-height: 1.5em;
      color: rgba(0, 0, 0, 0.5);
      position: relative;
      bottom: 5px; }
      #title-container h3 span:after {
        content: '';
        width: 48px;
        display: inline-block;
        height: 1px;
        border-bottom: 1px solid #BD1724;
        margin-right: 15px;
        position: relative;
        bottom: 5px;
        margin-left: 15px; }
  #title-container.light h3 {
    margin-bottom: 4px;
    color: #ffffff; }
    #title-container.light h3 span {
      font-size: 16px;
      line-height: 1.5em;
      color: rgba(255, 255, 255, 0.5);
      position: relative;
      bottom: 5px; }
      #title-container.light h3 span:after {
        content: '';
        width: 48px;
        display: inline-block;
        height: 1px;
        border-bottom: 1px solid #BD1724;
        margin-right: 15px;
        position: relative;
        bottom: 5px;
        margin-left: 15px; }
  #title-container .description {
    padding: 48px 60px 54px 54px;
    background: #ffffff;
    box-shadow: 0 4px 50px rgba(0, 0, 0, 0.08);
    max-width: 696px;
    width: 100%;
    margin-left: 70px;
    margin-top: -35px; }
    @media all and (max-width: 1200px) {
      #title-container .description {
        margin-top: 0;
        margin-left: 0;
        padding: 48px 36px;
        max-height: inherit; } }
    #title-container .description .desc-content {
      max-height: 260px;
      overflow-y: scroll;
      padding-right: 55px; }
      @media all and (max-width: 1200px) {
        #title-container .description .desc-content {
          padding-right: 13px;
          max-height: 390px; } }

::-webkit-scrollbar {
  height: 10px;
  width: 2px;
  background: #F6F6F6; }

::-webkit-scrollbar-thumb {
  background: #BD1724;
  -webkit-border-radius: 0;
  -webkit-box-shadow: none; }

::-webkit-scrollbar-corner {
  background: #F6F6F6; }

.mw-section {
  max-width: 1980px;
  margin: 0 auto; }

#team-container h3 {
  margin-bottom: 22px; }
  #team-container h3 span {
    font-size: 16px;
    line-height: 1.5em;
    color: rgba(0, 0, 0, 0.5);
    position: relative;
    bottom: 5px; }
    #team-container h3 span:after {
      content: '';
      width: 48px;
      display: inline-block;
      height: 1px;
      border-bottom: 1px solid #BD1724;
      margin-right: 15px;
      position: relative;
      bottom: 5px;
      margin-left: 15px; }
#team-container .team {
  display: flex;
  justify-content: space-between; }
  @media all and (max-width: 1100px) {
    #team-container .team {
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap; } }
  #team-container .team .team-item {
    background: #F7F7F7;
    width: 100%;
    max-width: 328px;
    margin-left: 30px;
    margin-top: 30px;
    position: relative; }
    @media all and (max-width: 1100px) {
      #team-container .team .team-item {
        margin-bottom: 30px; } }
    #team-container .team .team-item .team-image {
      margin-left: -30px;
      margin-top: -30px; }
    #team-container .team .team-item h4 {
      padding-left: 38px;
      padding-top: 19px;
      padding-bottom: 14px; }
      #team-container .team .team-item h4 a {
        font-size: 24px;
        line-height: 1.5em;
        color: #000000; }
    #team-container .team .team-item .border-bott {
      position: absolute;
      bottom: 0;
      height: 5px;
      width: 0;
      left: 0;
      background: #BD1724;
      transition: .3s; }
    #team-container .team .team-item:hover .border-bott {
      width: 100%;
      transition: .3s; }

.modal-window {
  position: relative;
  display: none; }
  .modal-window.active {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999999; }
    @media all and (max-width: 700px) {
      .modal-window.active {
        overflow: scroll; } }
    .modal-window.active .modal-content {
      max-width: 840px;
      width: 100%;
      position: absolute;
      top: 18%;
      left: 50%;
      margin-left: -420px;
      background: white;
      padding: 40px; }
      @media all and (max-width: 1440px) {
        .modal-window.active .modal-content {
          top: 15%; } }
      @media all and (max-width: 980px) {
        .modal-window.active .modal-content {
          position: relative;
          left: 0;
          margin: 10px auto;
          display: block;
          top: 30px; } }
      @media all and (max-width: 780px) {
        .modal-window.active .modal-content {
          margin: 10px;
          width: auto; } }
      @media all and (max-width: 700px) {
        .modal-window.active .modal-content {
          padding: 0;
          padding-top: 70px; } }
      .modal-window.active .modal-content .close {
        position: absolute;
        top: 28px;
        right: 13px;
        cursor: pointer; }
        .modal-window.active .modal-content .close span {
          color: rgba(0, 0, 0, 0.5);
          font-size: 54px;
          font-weight: 100; }
      .modal-window.active .modal-content .modal-body {
        display: flex; }
        @media all and (max-width: 700px) {
          .modal-window.active .modal-content .modal-body {
            display: block; } }
        .modal-window.active .modal-content .modal-body .modal-image {
          margin-left: 30px;
          margin-top: 100px; }
          @media all and (max-width: 700px) {
            .modal-window.active .modal-content .modal-body .modal-image {
              display: none; } }
          .modal-window.active .modal-content .modal-body .modal-image .image {
            max-width: 258px;
            min-width: 258px;
            background: #F7F7F7;
            position: relative; }
            @media all and (max-width: 700px) {
              .modal-window.active .modal-content .modal-body .modal-image .image {
                max-width: 258px;
                min-width: auto; } }
            .modal-window.active .modal-content .modal-body .modal-image .image img {
              position: relative;
              top: -30px;
              left: -30px; }
        .modal-window.active .modal-content .modal-body .modal-info {
          margin-left: 16px; }
          .modal-window.active .modal-content .modal-body .modal-info h4 {
            font-size: 36px;
            line-height: 1.5em;
            color: #000000;
            margin-top: 35px; }
            @media all and (max-width: 700px) {
              .modal-window.active .modal-content .modal-body .modal-info h4 {
                margin-top: 0; } }
          .modal-window.active .modal-content .modal-body .modal-info .year {
            font-family: 'Prata Google', Helvetica, Arial, Lucida, sans-serif;
            font-size: 22px;
            line-height: 1.5em;
            color: #BD1724; }
          .modal-window.active .modal-content .modal-body .modal-info .description {
            padding: 30px 30px 27px 43px;
            background: #ffffff;
            box-shadow: 0 4px 50px rgba(0, 0, 0, 0.08);
            max-width: 696px;
            width: auto;
            margin-left: -70px;
            position: relative;
            z-index: 20;
            margin-top: 19px; }
            @media all and (max-width: 780px) {
              .modal-window.active .modal-content .modal-body .modal-info .description {
                margin-left: -150px; } }
            @media all and (max-width: 700px) {
              .modal-window.active .modal-content .modal-body .modal-info .description {
                margin-left: 0;
                padding: 25px; } }
            .modal-window.active .modal-content .modal-body .modal-info .description .desc-content {
              max-height: 370px;
              overflow-y: scroll;
              padding-right: 55px;
              min-width: 406px; }
              @media all and (max-width: 700px) {
                .modal-window.active .modal-content .modal-body .modal-info .description .desc-content {
                  min-width: auto; } }
              .modal-window.active .modal-content .modal-body .modal-info .description .desc-content p {
                padding-bottom: 26px; }

#header-container {
  padding-bottom: 220px; }
  #header-container .header-group {
    max-width: 930px;
    width: 100%;
    margin: 0 auto; }
    #header-container .header-group .header-info {
      max-width: 716px;
      width: 100%; }
      #header-container .header-group .header-info h1 {
        margin-bottom: 22px;
        color: #ffffff;
        text-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
        max-width: 645px; }
        @media all and (max-width: 767px) {
          #header-container .header-group .header-info h1 {
            font-size: 28px; } }
        #header-container .header-group .header-info h1 span {
          font-size: 16px;
          line-height: 1.5em;
          color: rgba(0, 0, 0, 0.5);
          position: relative;
          bottom: 5px; }
          #header-container .header-group .header-info h1 span:after {
            content: '';
            width: 48px;
            display: inline-block;
            height: 1px;
            border-bottom: 1px solid #BD1724;
            margin-right: 15px;
            position: relative;
            bottom: 5px;
            margin-left: 15px; }
      #header-container .header-group .header-info .description {
        color: #ffffff;
        padding-left: 70px;
        font-size: 16px;
        line-height: 2em;
        text-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
        letter-spacing: 0.24px; }
        @media all and (max-width: 767px) {
          #header-container .header-group .header-info .description {
            padding-left: 0; } }
      #header-container .header-group .header-info .btn-group {
        padding-left: 70px;
        margin-top: 53px; }
        @media all and (max-width: 767px) {
          #header-container .header-group .header-info .btn-group {
            padding-left: 0;
            text-align: right; } }
        #header-container .header-group .header-info .btn-group a.btn {
          font-weight: 600;
          background: transparent;
          color: #ffffff !important;
          padding: 13px 41px;
          border-radius: 5px;
          font-size: 16px;
          line-height: 22px;
          letter-spacing: 0.1em;
          border: 1px solid #BD1724;
          transition: .3s; }
          #header-container .header-group .header-info .btn-group a.btn:hover {
            background: #BD1724;
            transition: .3s; }
        #header-container .header-group .header-info .btn-group .sep {
          color: #ffffff;
          display: inline-block;
          text-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
          font-weight: 600;
          font-size: 16px;
          line-height: 22px;
          letter-spacing: 0.1em; }
          @media all and (max-width: 767px) {
            #header-container .header-group .header-info .btn-group .sep {
              margin-top: 30px; } }
          #header-container .header-group .header-info .btn-group .sep:before {
            content: '';
            width: 30px;
            height: 1px;
            background: #ffffff;
            display: inline-block;
            margin-left: 46px;
            margin-right: 20px;
            position: relative;
            top: -5px; }
  #header-container .social-section {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center; }
    #header-container .social-section > span {
      font-size: 12px;
      line-height: 16px;
      letter-spacing: 0.1em;
      color: #ffffff;
      opacity: 0.7;
      margin-right: 20px; }
    #header-container .social-section .et-social-icons {
      padding: 0;
      margin: 0; }
      #header-container .social-section .et-social-icons li {
        background: rgba(255, 255, 255, 0.1);
        display: inline-flex;
        margin: 0 7px;
        width: 46px;
        height: 46px;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: 0.3s;
        cursor: pointer; }
        #header-container .social-section .et-social-icons li a {
          color: rgba(255, 255, 255, 0.8);
          opacity: 1;
          font-size: 16px;
          transition: 0.3s; }
        #header-container .social-section .et-social-icons li:focus, #header-container .social-section .et-social-icons li:hover {
          transition: 0.3s;
          background: #ffffff; }
          #header-container .social-section .et-social-icons li:focus a, #header-container .social-section .et-social-icons li:hover a {
            color: #253789;
            transition: 0.3s; }
  #header-container .show-down {
    position: absolute;
    bottom: 0;
    left: 40px; }
    @media all and (max-width: 1024px) {
      #header-container .show-down {
        left: 0; } }
    #header-container .show-down a {
      background: rgba(255, 255, 255, 0.1);
      display: inline-flex;
      margin: 0 7px;
      width: 46px;
      height: 46px;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      transition: 0.3s;
      cursor: pointer; }
      #header-container .show-down a span {
        color: rgba(255, 255, 255, 0.8);
        opacity: 1;
        transition: 0.3s;
        font-size: 24px; }
      #header-container .show-down a:focus, #header-container .show-down a:hover {
        transition: 0.3s;
        background: #ffffff; }
        #header-container .show-down a:focus span, #header-container .show-down a:hover span {
          color: #BD1724;
          transition: 0.3s; }
    #header-container .show-down .line {
      width: 1px;
      height: 163px;
      background: linear-gradient(360deg, #fff 0%, rgba(0, 0, 0, 0));
      display: block;
      margin-left: 29px;
      margin-bottom: 26px; }

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