@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important; } }
a {
  cursor: pointer; }
  a:hover {
    text-decoration: none; }
  a:focus {
    text-decoration: none; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0;
  margin: 0;
  padding: 0; }

*:focus {
  outline: 0; }

.relative {
  position: relative; }

.hidden {
  display: none; }

.fullWidth {
  width: 100%; }

.negativeIndent {
  text-indent: -999999px; }

.reverseFloat {
  float: right; }

.makeDiv {
  display: inline-block; }

.centeredImage {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.italic {
  font-style: italic; }

.noMargin {
  margin: 0; }

.noMarginTop {
  margin-top: 0; }

.noMarginBottom {
  margin-bottom: 0; }

.noMarginLeft {
  margin-left: 0; }

.noMarginRight {
  margin-right: 0; }

.noPadding {
  padding: 0; }

.noPaddingTop {
  padding-top: 0; }

.noPaddingBottom {
  padding-bottom: 0; }

.noPaddingLeft {
  padding-left: 0; }

.noPaddingRight {
  padding-right: 0; }

.grayscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .4s ease;
  /* Transition for Webkit browsers */ }

.grayscale:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: none; }

.invertscale {
  filter: invert(50%);
  -webkit-filter: invert(50%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .4s ease;
  /* Transition for Webkit browsers */ }

.invertscale:hover {
  filter: invert(0%);
  -webkit-filter: invert(0%);
  filter: none; }

/* columns of same height styles */
.container-xs-height {
  display: table;
  padding-left: 0px;
  padding-right: 0px; }

.row-xs-height {
  display: table-row; }

.col-xs-height {
  display: table-cell;
  float: none; }

@media (min-width: 768px) {
  .container-sm-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-sm-height {
    display: table-row; }

  .col-sm-height {
    display: table-cell;
    float: none; } }
@media (min-width: 992px) {
  .container-md-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-md-height {
    display: table-row; }

  .col-md-height {
    display: table-cell;
    float: none; } }
@media (min-width: 1200px) {
  .container-lg-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-lg-height {
    display: table-row; }

  .col-lg-height {
    display: table-cell;
    float: none; } }
/* vertical alignment styles */
.col-top {
  vertical-align: top; }

.col-middle {
  vertical-align: middle; }

.col-bottom {
  vertical-align: bottom; }

.rowNo, .contNo, .colNo {
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  margin-left: 0; }

/*:root {
    scroll-behavior: auto;
}*/
a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    color: inherit; }
  a:active {
    color: inherit; }

p {
  margin: 0; }

.slick-slider *:focus {
  outline: 0; }

html {
  overflow-x: hidden;
  font-size: 16px; }

body {
  font-family: "Open Sans", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  color: #000;
  font-weight: 700;
  font-style: italic; }

@media (min-width: 1700px) {
  html, body {
    font-size: 22px; }

  .container {
    max-width: 1600px; } }
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: #fff; }
  .loading.active {
    transition: 1s;
    opacity: 0;
    visibility: hidden; }

.cookies {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 98; }
  .cookies .tint {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    cursor: pointer; }
  .cookies .box {
    position: absolute;
    bottom: 80px;
    left: 80px;
    background: #fff;
    width: 550px;
    border-radius: 10px;
    padding: 40px;
    padding-right: 120px;
    font-size: 14px;
    z-index: 1; }
    .cookies .box a {
      text-decoration: underline; }
    .cookies .box .cls {
      cursor: pointer;
      position: absolute;
      top: 25px;
      right: 25px;
      width: 16px; }
  .cookies.active {
    transition: 1s;
    opacity: 0;
    visibility: hidden; }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 98;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  overflow: auto; }
  .popup .tint {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    cursor: pointer; }
  .popup .box {
    position: relative;
    background: #fff;
    width: 1200px;
    margin: 0 auto;
    max-width: 90%;
    z-index: 1; }
    .popup .box .cls {
      cursor: pointer;
      position: absolute;
      top: 50px;
      right: 60px;
      width: 30px; }
    .popup .box .img {
      height: 700px;
      min-height: 600px;
      max-height: 80vh;
      background-position: center;
      background-size: cover; }
    .popup .box .txt {
      font-size: 32px;
      padding: 0 5vh; }
      .popup .box .txt a, .popup .box .txt span {
        color: #EC1C24;
        text-decoration: underline; }
  .popup.active {
    opacity: 1;
    visibility: visible; }
  .popup.newsletter-popup .box {
    width: 950px;
    padding: 120px; }
    .popup.newsletter-popup .box .title {
      font-size: 42px;
      margin: 0 0 18px 0;
      font-weight: 300;
      line-height: 1.1; }
    .popup.newsletter-popup .box .txt {
      font-size: 26px;
      padding: 0;
      margin-bottom: 30px; }
    .popup.newsletter-popup .box form .input {
      width: 100%;
      height: 72px;
      border: 1px solid #707070;
      padding-left: 30px;
      margin-bottom: 25px; }
    .popup.newsletter-popup .box .button {
      line-height: 52px;
      border: 1px solid #707070;
      background: none;
      color: #000;
      border-radius: 0;
      padding: 0 45px; }
      .popup.newsletter-popup .box .button:hover {
        background: #000;
        color: #fff; }
  @media (max-height: 670px) {
    .popup {
      display: block;
      padding: 60px 0; } }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  line-height: 90px;
  height: 90px;
  transition: .4s; }
  header .logo {
    font-size: 2rem;
    font-style: normal;
    color: #fff;
    transition: .4s;
    position: relative;
    top: -5px; }
    header .logo img {
      height: 62px; }
    header .logo .bl {
      display: none; }
  header .right {
    position: absolute;
    top: 0;
    right: 0; }
    header .right .download {
      display: none;
      color: #EC1C24;
      font-size: 1.2rem;
      margin-right: 60px;
      vertical-align: middle; }
      header .right .download img {
        margin-left: 26px; }
        @media (max-width: 1699px) {
          header .right .download img {
            width: 36px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        header .right .download {
          margin-right: 0; } }
    header .right .menu {
      display: inline-block;
      vertical-align: top;
      margin-left: 70px;
      width: 90px;
      height: 90px;
      background-image: url(../img/menu.svg);
      background-color: #fff;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 40px; }
    header .right .lang {
      font-size: 1.2rem;
      font-weight: bold;
      color: #fff; }
    @media only screen and (max-width: 767px) {
      header .right .download {
        margin-right: 0;
        font-size: 0; }
        header .right .download img {
          margin-left: 0; }
      header .right .menu {
        margin-left: 12px; } }
  header.scrolled {
    background: #fff; }
    header.scrolled .logo img {
      display: none; }
      header.scrolled .logo img.bl {
        display: inline-block; }
    header.scrolled .right .lang {
      color: #000; }
  header.active {
    background: none; }
    header.active .logo img {
      display: none; }
      header.active .logo img.bl {
        display: inline-block; }
    header.active .right .lang, header.active .right .download {
      display: none !important; }
    header.active .right .menu {
      background-color: #005AAB;
      background-image: url(../img/menu-cls.svg); }
  header.bl .logo img {
    display: none; }
    header.bl .logo img.bl {
      display: inline-block; }
  header.bl .right .lang {
    color: #000; }
  @media only screen and (max-width: 767px) {
    header {
      line-height: 80px;
      height: 80px; }
      header .logo {
        font-size: 1.5rem;
        top: -3px; }
        header .logo img {
          height: 52px; }
      header .right .menu {
        width: 80px;
        height: 80px;
        background-size: 40px; }
      header.active .right .menu {
        background-size: 32px; } }

footer {
  background: #000;
  color: #fff;
  line-height: 160px;
  font-style: normal;
  font-weight: 400; }
  footer .logos a {
    display: inline-block; }
    footer .logos a img {
      height: 80px; }
    footer .logos a:first-child {
      margin-right: 50px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    footer .logos a img {
      height: 70px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    footer .col-md-6 {
      font-size: .8rem; }
    footer .logos a img {
      height: 50px; }
    footer .logos a:first-child {
      margin-right: 30px; } }
  @media only screen and (max-width: 767px) {
    footer {
      line-height: 30px;
      padding: 20px 0;
      font-size: .8rem; }
      footer .logos {
        margin: 25px 0; }
        footer .logos a {
          margin: 0 20px; }
          footer .logos a img {
            height: 50px; }
          footer .logos a:first-child {
            margin-right: 20px; } }

nav.main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 8;
  border: 6px solid #005AAB;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: 1s; }
  nav.main .links {
    font-size: 3rem;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    opacity: 0;
    transition: 1s; }
    nav.main .links .top a {
      display: block;
      position: relative;
      line-height: 1.2;
      transition: .4s; }
      nav.main .links .top a:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background-position: left 9px;
        background-repeat: no-repeat;
        background-image: url(../img/arrow-right-pnk.svg);
        width: 65px;
        height: 100%;
        opacity: 0;
        transition: .4s; }
      @media (max-width: 1699px) {
        nav.main .links .top a:before {
          width: 50px;
          background-position: left 8px;
          background-size: 35px; }
        nav.main .links .top a:hover {
          padding-left: 50px; } }
      @media (min-width: 1200px) {
        nav.main .links .top a:hover {
          padding-left: 65px;
          color: #005AAB; }
          nav.main .links .top a:hover:before {
            opacity: 1;
            transition-delay: .1s; } }
      @media (max-width: 1199px) {
        nav.main .links .top a:hover {
          padding-left: 0; } }
    nav.main .links .bottom {
      font-size: 1.5rem;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      line-height: 110px;
      padding-right: 112px; }
      nav.main .links .bottom a {
        display: inline-block; }
      nav.main .links .bottom .text-end a:last-child {
        margin-left: 30px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        nav.main .links .bottom {
          font-size: 1.2rem; } }
      @media (min-width: 768px) and (max-width: 991px) {
        nav.main .links .bottom {
          font-size: 1.2rem;
          padding-right: 20px; } }
      @media only screen and (max-width: 767px) {
        nav.main .links .bottom {
          position: static;
          padding-right: 0;
          margin-top: 30px; }
          nav.main .links .bottom .text-end {
            text-align: left !important; }
            nav.main .links .bottom .text-end a {
              margin-right: 30px; }
            nav.main .links .bottom .text-end a:last-child {
              margin-left: 0; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      nav.main .links {
        font-size: 2rem; }
        nav.main .links .top a {
          line-height: 1.3; } }
    @media (min-width: 768px) and (max-width: 991px) {
      nav.main .links {
        font-size: 1.8rem; }
        nav.main .links .top a {
          line-height: 1.3; } }
  nav.main .txt {
    padding: 0 90px;
    height: 25%;
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    opacity: 0;
    transition: 1s; }
    nav.main .txt:after {
      content: '';
      position: absolute;
      left: 50%;
      top: 25%;
      height: 4px;
      width: 50%;
      background: #000; }
    @media (max-width: 1399px) {
      nav.main .txt {
        padding: 0 30px;
        font-size: 1.2rem;
        padding-right: 100px; } }
  nav.main .form {
    height: 75%;
    padding-left: 90px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    transition: 1s; }
    nav.main .form .content {
      position: relative;
      z-index: 1; }
    nav.main .form button {
      background: none;
      border: 0;
      padding: 0;
      font-weight: bold;
      font-style: italic;
      background-image: url(../img/arrow-right.svg);
      background-repeat: no-repeat;
      background-position: right center;
      padding-right: 65px; }
      @media (max-width: 1699px) {
        nav.main .form button {
          background-size: 30px;
          padding-right: 45px; } }
    nav.main .form .form-bg {
      width: 0;
      top: calc(25% + 4px);
      left: 50%;
      height: 75%;
      position: absolute;
      background: #005AAB;
      transition: .7s; }
    nav.main .form:hover input, nav.main .form:hover textarea {
      color: #fff;
      border-color: #fff;
      transition-delay: .1s; }
      nav.main .form:hover input::placeholder, nav.main .form:hover textarea::placeholder {
        color: #fff;
        transition-delay: .1s; }
    nav.main .form:hover button {
      color: #fff;
      background-image: url(../img/arrow-right-wh.svg);
      transition-delay: .1s; }
    nav.main .form:hover .form-bg {
      width: 50%; }
    @media (min-width: 768px) and (max-width: 991px) {
      nav.main .form {
        padding-left: 30px; } }
  nav.main:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 98px;
    height: 4px;
    width: 50%;
    background: #000; }
  nav.main:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 4px;
    background: #000; }
  nav.main.active {
    opacity: 1;
    visibility: visible; }
    nav.main.active .links {
      opacity: 1;
      transition-delay: .3s; }
    nav.main.active .txt {
      opacity: 1;
      transition-delay: .5s; }
    nav.main.active .form {
      opacity: 1;
      transition-delay: .7s; }
  @media only screen and (max-width: 767px) {
    nav.main {
      overflow: auto; }
      nav.main:before, nav.main:after {
        display: none; }
      nav.main .links {
        font-size: 2rem; }
        nav.main .links .top a {
          line-height: 1.3; }
        nav.main .links .bottom {
          font-size: 1.3rem;
          border-top: 2px solid #000;
          line-height: 90px; }
      nav.main .form, nav.main .txt {
        display: none; } }

h1 {
  font-size: 3rem;
  font-weight: 700;
  margin: 0 0 36px 0;
  line-height: 1; }
  @media (min-width: 992px) and (max-width: 1199px) {
    h1 {
      font-size: 2rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    h1 {
      font-size: 1.8rem; } }
  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 1.5rem; } }

h2 {
  font-size: 4.3rem;
  font-weight: 700;
  margin: 0 0 40px 0;
  line-height: 1; }
  @media (min-width: 992px) and (max-width: 1199px) {
    h2 {
      font-size: 3rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    h2 {
      font-size: 2.5rem; } }
  @media only screen and (max-width: 767px) {
    h2 {
      font-size: 2rem; } }

h3 {
  font-size: 1.9rem;
  font-weight: 700;
  margin: 0 0 20px 0;
  line-height: 1; }
  @media (min-width: 992px) and (max-width: 1199px) {
    h3 {
      font-size: 1.5rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    h3 {
      font-size: 1.3rem; } }
  @media only screen and (max-width: 767px) {
    h3 {
      font-size: 1.1rem; } }

.sub {
  font-size: 1.5rem;
  font-weight: 600;
  font-style: normal;
  margin: 0 0 26px 0; }
  .sub:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 2px;
    background: #fff;
    margin-right: 10px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .sub {
      font-size: 1.3rem; } }
  @media only screen and (max-width: 767px) {
    .sub {
      font-size: 1.1rem; } }

.main-slider .item {
  position: relative;
  height: 100vh;
  min-height: 700px;
  color: #fff;
  background-size: cover;
  background-position: center; }
  .main-slider .item .play-button {
    width: 70px;
    height: 70px;
    background-image: url(../img/play.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    opacity: 0;
    transition: opacity .4s; }
    .main-slider .item .play-button.active {
      background-image: url(../img/pause.svg);
      background-size: 60px; }
    @media only screen and (max-width: 767px) {
      .main-slider .item .play-button {
        opacity: 1; } }
  .main-slider .item video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .main-slider .item .container {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 100px;
    z-index: 1; }
  .main-slider .item .more {
    font-size: 1.8rem; }
    .main-slider .item .more:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 58px;
      height: 4px;
      background: #fff;
      margin-left: 14px;
      transition: .4s; }
    @media (min-width: 768px) and (max-width: 991px) {
      .main-slider .item .more {
        font-size: 1.3rem; } }
    @media only screen and (max-width: 767px) {
      .main-slider .item .more {
        font-size: 1.1rem; } }
    .main-slider .item .more:hover:after {
      width: 78px; }
  .main-slider .item .has-more {
    padding-bottom: 40px; }
    .main-slider .item .has-more .more {
      position: absolute;
      bottom: 0;
      left: 12px;
      max-height: 0;
      overflow: hidden;
      opacity: 0;
      transition: .4s; }
    .main-slider .item .has-more:hover .more {
      max-height: 50px;
      opacity: 1; }
  .main-slider .item:hover .play-button {
    opacity: 1; }
  .main-slider .item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .3; }
.main-slider .slick-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 116px;
  height: 116px;
  border: 0;
  padding: 0;
  font-size: 0;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  transition: .4s; }
  .main-slider .slick-arrow.slick-next {
    background-color: #EC1C24;
    background-image: url(../img/arrow-right-wh.svg); }
  .main-slider .slick-arrow.slick-prev {
    background-color: #fff;
    background-image: url(../img/arrow-left.svg);
    margin-right: 116px; }
  .main-slider .slick-arrow:hover {
    background-color: #000; }
    .main-slider .slick-arrow:hover.slick-prev {
      background-image: url(../img/arrow-left-wh.svg); }
  @media only screen and (max-width: 767px) {
    .main-slider .slick-arrow {
      width: 80px;
      height: 80px;
      background-size: 40px; }
      .main-slider .slick-arrow.slick-prev {
        margin-right: 80px; } }

section.about {
  padding: 160px 0;
  background: #EC1C24;
  color: #fff; }
  section.about img {
    width: 100%; }
  @media (min-width: 768px) and (max-width: 991px) {
    section.about img {
      margin-top: 60px; } }
  @media only screen and (max-width: 767px) {
    section.about {
      padding: 60px 0; }
      section.about img {
        margin-top: 30px; } }

section.program .list {
  height: 943px;
  overflow: hidden;
  scroll-behavior: smooth; }
section.program .arrows {
  text-align: right;
  padding: 48px 0;
  border-top: 2px solid #000; }
  section.program .arrows a {
    display: inline-block;
    margin-left: 60px; }
  @media only screen and (max-width: 767px) {
    section.program .arrows {
      padding: 37px 0; }
      section.program .arrows img {
        width: 40px; } }
section.program .item {
  /*&.pink{
  	.top{
  		&:after{
  			background: $yellow;
  		}
  	}
  }*/ }
  section.program .item .top {
    position: relative;
    line-height: 116px;
    font-size: 1.9rem;
    border-top: 2px solid #000;
    cursor: pointer; }
    section.program .item .top .date {
      position: relative;
      top: -5px;
      display: inline-block;
      vertical-align: middle;
      line-height: 1;
      text-align: center;
      margin-right: 56px;
      transition: color .4s; }
      section.program .item .top .date span {
        display: block; }
      @media (min-width: 768px) and (max-width: 991px) {
        section.program .item .top .date {
          margin-right: 20px; } }
      @media only screen and (max-width: 767px) {
        section.program .item .top .date {
          margin-right: 20px;
          font-size: 1.3rem; } }
    section.program .item .top .place {
      position: relative;
      top: -5px;
      display: inline-block;
      vertical-align: middle;
      line-height: 1.2;
      transition: color .4s; }
      section.program .item .top .place .location {
        font-size: 1rem;
        display: block;
        color: #838383;
        background-position: left center;
        background-repeat: no-repeat;
        background-image: url(../img/location.svg);
        padding-left: 30px;
        transition: background-image .4s; }
        @media (max-width: 1699px) {
          section.program .item .top .place .location {
            background-size: 13px;
            padding-left: 20px; } }
      @media only screen and (max-width: 767px) {
        section.program .item .top .place {
          width: calc(100% - 12px);
          font-size: 1.2rem; }
          section.program .item .top .place .location {
            font-size: .7rem;
            transition: 0s;
            margin-top: 8px;
            position: relative;
            left: -2px; } }
    section.program .item .top .color {
      color: #EC1C24;
      transition: color .4s; }
    section.program .item .top .txt {
      position: relative;
      z-index: 1;
      background-position: 32px center;
      background-repeat: no-repeat;
      background-image: url(../img/arrow-right.svg);
      padding-left: 100px;
      background-size: 40px;
      transition: background-image .4s; }
      @media (min-width: 768px) and (max-width: 991px) {
        section.program .item .top .txt {
          padding-left: 70px;
          background-position: 20px center;
          background-size: 30px; } }
      @media only screen and (max-width: 767px) {
        section.program .item .top .txt {
          padding-left: 50px;
          background-position: 14px center;
          background-size: 14px;
          transition: 0s; } }
    section.program .item .top:after {
      content: '';
      position: absolute;
      width: 0;
      height: 100%;
      top: 0;
      left: 0;
      background: #F4BD18;
      transition: .4s; }
    section.program .item .top:hover .date, section.program .item .top:hover .color {
      color: #fff; }
    section.program .item .top:hover .place {
      color: #fff; }
      section.program .item .top:hover .place .location {
        color: #fff;
        background-image: url(../img/location-wh.svg); }
    section.program .item .top:hover .txt {
      background-image: url(../img/arrow-right-wh.svg); }
    section.program .item .top:hover:after {
      width: 100%; }
    @media (min-width: 992px) and (max-width: 1199px) {
      section.program .item .top {
        font-size: 1.6rem; } }
    @media (min-width: 768px) and (max-width: 991px) {
      section.program .item .top {
        font-size: 1.5rem; } }
    @media only screen and (max-width: 767px) {
      section.program .item .top {
        font-size: 1rem; } }
  section.program .item .detail {
    position: relative;
    display: none;
    height: 825px;
    border-top: 2px solid #000;
    border-bottom: 3px solid #000;
    border-left: 3px solid #000;
    font-size: 1.5rem;
    color: #fff; }
    section.program .item .detail .row {
      height: 100%; }
    section.program .item .detail .col {
      border-right: 3px solid #000;
      /*height: 100%;*/
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      text-align: center;
      /*background: $color;*/
      transition: .4s background;
      /*&:nth-of-type(1){
      	background: $yellow;
      }
      &:nth-of-type(2){
      	background: $color;
      }
      &:nth-of-type(4){
      	background: $blue;
      }*/ }
      @media only screen and (max-width: 767px) {
        section.program .item .detail .col {
          height: auto; }
          section.program .item .detail .col:nth-of-type(1), section.program .item .detail .col:nth-of-type(2) {
            border-bottom: 3px solid #000; } }
    section.program .item .detail .calendar {
      text-align: center;
      position: absolute;
      transition: .4s;
      opacity: 0;
      visibility: hidden; }
      section.program .item .detail .calendar a {
        display: block;
        transition: color .4s;
        font-size: 1rem; }
        section.program .item .detail .calendar a:hover {
          color: #fff; }
      @media (min-width: 768px) and (max-width: 991px) {
        section.program .item .detail .calendar a {
          font-size: .8rem; } }
      @media only screen and (max-width: 767px) {
        section.program .item .detail .calendar a {
          font-size: .8rem; } }
    section.program .item .detail .cal-col {
      position: relative; }
      section.program .item .detail .cal-col .cal-txt {
        transition: .4s; }
      section.program .item .detail .cal-col:hover .cal-txt {
        opacity: 0;
        visibility: hidden; }
      section.program .item .detail .cal-col:hover .calendar {
        opacity: 1;
        visibility: visible; }
    section.program .item .detail .right {
      height: 100%; }
      section.program .item .detail .right .desc {
        height: calc(100% - 100px);
        padding: 60px 32px 60px 0;
        overflow: auto;
        color: #000;
        font-size: 1rem;
        border-right: 3px solid #000; }
      section.program .item .detail .right .row {
        height: 100px; }
      @media only screen and (max-width: 767px) {
        section.program .item .detail .right {
          font-size: .8rem; }
          section.program .item .detail .right .desc {
            height: 507px;
            padding: 24px 12px;
            font-size: .8rem;
            border: 0; }
          section.program .item .detail .right .row {
            height: 100px; } }
    section.program .item .detail .bottom-button {
      position: absolute;
      left: 0;
      width: 100%;
      bottom: 0;
      height: 100px;
      background: #EC1C24;
      border-top: 3px solid #000; }
      @media only screen and (max-width: 767px) {
        section.program .item .detail .bottom-button {
          height: 60px; } }
    section.program .item .detail .img {
      position: relative;
      display: block;
      margin: 60px 32px 0 32px;
      padding-bottom: 120%;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
      section.program .item .detail .img:after {
        content: '';
        width: 64px;
        height: 64px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background-position: center;
        background-size: 64px;
        background-image: url(../img/zoom.svg);
        z-index: 1; }
      @media only screen and (max-width: 767px) {
        section.program .item .detail .img {
          margin: 24px 12px 0 12px;
          padding-bottom: 50%; }
          section.program .item .detail .img:after {
            width: 40px;
            height: 40px;
            background-size: 40px; } }
    section.program .item .detail .icon {
      display: inline-block;
      height: 40px;
      margin-right: 15px; }
      section.program .item .detail .icon img {
        height: 100%; }
      @media only screen and (max-width: 767px) {
        section.program .item .detail .icon {
          height: 24px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      section.program .item .detail {
        font-size: 1.1rem; } }
    @media (min-width: 768px) and (max-width: 991px) {
      section.program .item .detail {
        height: auto;
        font-size: 1rem; } }
    @media only screen and (max-width: 767px) {
      section.program .item .detail {
        height: auto;
        font-size: 1rem;
        border-bottom: 0;
        border-left: 0; } }
  section.program .item.border .top {
    border-left: 10px solid #000; }
  section.program .item.border-pink .top {
    border-left: 10px solid #F4BD18; }

main.page section.program .item .detail.active {
  height: auto; }

section.media {
  background: #005AAB;
  color: #fff;
  position: relative; }
  section.media .slide {
    width: 30vw;
    padding-top: 106px;
    padding-bottom: 106px;
    padding-right: 80px;
    font-size: 1.5rem; }
    section.media .slide .item {
      display: block;
      margin-bottom: 70px;
      position: relative;
      line-height: 1.2;
      z-index: 1;
      transition: color .4s; }
      section.media .slide .item .hover {
        opacity: 0;
        position: absolute;
        bottom: -100px;
        left: -60px;
        width: 200px;
        transition: .4s; }
        @media (max-width: 1200px) {
          section.media .slide .item .hover {
            display: none; } }
      section.media .slide .item:hover {
        z-index: 2;
        color: #ccc; }
        section.media .slide .item:hover .hover {
          opacity: 1; }
      section.media .slide .item:last-child {
        margin-bottom: 0; }
      @media (min-width: 768px) and (max-width: 991px) {
        section.media .slide .item {
          margin-bottom: 40px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      section.media .slide {
        font-size: 1.2rem; } }
    @media (min-width: 768px) and (max-width: 991px) {
      section.media .slide {
        font-size: 1.1rem; } }
    @media only screen and (max-width: 767px) {
      section.media .slide {
        font-size: 1rem;
        padding-right: 48px;
        padding-top: 60px;
        padding-bottom: 60px; }
        section.media .slide .item {
          margin-bottom: 30px; } }
  section.media .arrows {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: -42px;
    pointer-events: none; }
    @media only screen and (max-width: 767px) {
      section.media .arrows {
        display: none; } }
  section.media .swiper-button-prev, section.media .swiper-button-next {
    pointer-events: auto;
    display: inline-block;
    width: 45px;
    height: 85px;
    border: 0;
    padding: 0;
    font-size: 0;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: auto;
    background-image: url(../img/slider-prev-wh.svg);
    z-index: 3; }
    section.media .swiper-button-prev:after, section.media .swiper-button-next:after {
      display: none; }
  section.media .swiper-button-next {
    background-image: url(../img/slider-next-wh.svg); }
  section.media .slick-arrow {
    display: inline-block;
    width: 45px;
    height: 85px;
    border: 0;
    padding: 0;
    font-size: 0;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: auto;
    z-index: 3; }
    section.media .slick-arrow.slick-next {
      background-image: url(../img/slider-next-wh.svg);
      float: right; }
    section.media .slick-arrow.slick-prev {
      background-image: url(../img/slider-prev-wh.svg); }
  section.media .all {
    position: absolute;
    left: 30px;
    bottom: 80px;
    transform: rotate(-90deg);
    transform-origin: top left; }
    section.media .all:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 120px;
      height: 2px;
      background: #fff;
      margin-left: 20px; }
    @media (max-width: 1499px) {
      section.media .all {
        left: 10px; } }
    @media (max-width: 1699px) {
      section.media .all {
        bottom: 90px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      section.media .all {
        display: none; } }
    @media only screen and (max-width: 767px) {
      section.media .all {
        bottom: 60px; }
        section.media .all:after {
          width: 60px; } }
  @media only screen and (max-width: 767px) {
    section.media .swiper {
      padding-left: 48px !important; } }

section.contact {
  padding: 120px 0;
  font-size: 1.5rem;
  position: relative; }
  section.contact .container {
    position: relative;
    z-index: 1; }
  section.contact form button {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0;
    padding-bottom: 100%;
    background: none;
    border: 0;
    margin-top: 10px;
    background-image: url(../img/send.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    transition: background .4s; }
    @media (max-width: 1699px) {
      section.contact form button {
        margin-top: 14px; } }
  section.contact:after {
    content: '';
    width: 0;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    background: #EC1C24;
    transition: .7s; }
  section.contact:hover {
    color: #fff; }
    section.contact:hover form input {
      color: #fff;
      border-color: #fff;
      transition-delay: .2s; }
      section.contact:hover form input::placeholder {
        color: #fff;
        transition-delay: .2s; }
    section.contact:hover form button {
      background-image: url(../img/send-wh.svg);
      transition-delay: .2s; }
    section.contact:hover:after {
      width: 100%; }
  @media (min-width: 768px) and (max-width: 991px) {
    section.contact .col-lg-5 {
      margin-bottom: 60px; } }
  @media only screen and (max-width: 767px) {
    section.contact {
      padding: 60px 0; }
      section.contact .col-lg-5 {
        margin-bottom: 30px; } }

.main-banner {
  height: 30vh;
  background-position: center;
  background-size: cover;
  transition: .4s; }
  .main-banner.active {
    height: calc(100vh - 244px); }
    @media only screen and (max-width: 767px) {
      .main-banner.active {
        height: calc(100vh - 172px); } }

.accordion .item {
  border: 4px solid #000; }
  .accordion .item .title {
    line-height: 116px;
    font-size: 1.9rem;
    padding: 0 30px 0 90px;
    cursor: pointer; }
    .accordion .item .title img {
      margin-right: 30px;
      transition: .4s; }
      @media (max-width: 1699px) {
        .accordion .item .title img {
          width: 32px; } }
  .accordion .item .detail {
    border-top: 4px solid #000;
    height: calc(70vh - 244px);
    padding: 50px 170px 40px 170px;
    display: none;
    overflow: auto; }
    .accordion .item .detail ul li {
      position: relative;
      list-style-type: none;
      margin-bottom: 12px;
      padding-left: 50px; }
      .accordion .item .detail ul li:before {
        content: '-';
        position: absolute;
        left: 0;
        top: 0; }
    @media (max-width: 1699px) {
      .accordion .item .detail {
        padding: 50px 152px 40px 152px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .accordion .item .detail {
        padding: 50px 60px 40px 152px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .accordion .item .detail {
        padding: 40px 60px 40px 152px; } }
    @media only screen and (max-width: 767px) {
      .accordion .item .detail {
        padding: 24px; } }
  .accordion .item:last-child {
    border-top: 0; }
  .accordion .item.active .title img {
    transform: rotate(90deg); }
  @media only screen and (max-width: 767px) {
    .accordion .item .title {
      padding: 0 24px;
      line-height: 80px;
      font-size: .9rem; }
      .accordion .item .title img {
        margin-right: 12px; }
    .accordion .item .detail {
      height: calc(70vh - 172px); } }

.press {
  margin-top: 116px; }
  .press .all {
    position: absolute;
    left: -160px;
    top: 50px;
    transform: rotate(-90deg);
    color: #EC1C24;
    font-size: 1.2rem; }
    @media (max-width: 1799px) {
      .press .all {
        left: -140px; } }
    @media (max-width: 1699px) {
      .press .all {
        left: -120px; } }
    @media (max-width: 1499px) {
      .press .all {
        left: -110px; } }
    @media (max-width: 1199px) {
      .press .all {
        display: none; } }
  .press .container {
    position: relative; }
  .press .item {
    display: block;
    font-weight: 400;
    font-style: normal;
    padding: 36px 0;
    border-top: 1px solid #707070;
    transition: .4s; }
    .press .item .row {
      align-items: center; }
      @media only screen and (max-width: 767px) {
        .press .item .row {
          align-items: start; } }
    .press .item svg {
      max-width: 100%;
      transition: .4s; }
    .press .item .title {
      font-size: 1.5rem;
      font-weight: 700;
      font-size: italic; }
    .press .item .arrow {
      transform: rotate(-45deg); }
    .press .item:last-child {
      border-bottom: 1px solid #707070; }
    .press .item:hover {
      color: #EC1C24; }
      .press .item:hover svg {
        fill: #EC1C24; }

form {
  font-size: 1.5rem; }
  form input, form textarea {
    width: 100%;
    height: 60px;
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #000;
    margin-bottom: 25px;
    font-weight: 700;
    font-style: italic;
    background: transparent;
    transition: .4s; }
    form input::placeholder, form textarea::placeholder {
      color: #000;
      transition: .4s; }
  form textarea {
    height: 120px;
    resize: none; }
  @media (min-width: 992px) and (max-width: 1199px) {
    form {
      font-size: 1.2rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    form {
      font-size: 1.2rem; } }
  @media only screen and (max-width: 767px) {
    form {
      font-size: 1rem; } }

main.page section.program {
  margin-top: 116px; }
  main.page section.program .item .detail .right .desc {
    height: auto; }

/*.page-10{
	.main-banner.active{
		height: calc(100vh - 120px);
	}
	.accordion .item .detail{
		height: calc(70vh - 120px);
	}
	@include xs{
		.main-banner.active{
			height: calc(100vh - 84px);
		}
		.accordion .item .detail{
			height: calc(70vh - 84px);
		}
	}
}*/
.anim {
  position: relative;
  opacity: 0;
  top: 30px; }
  .anim.play {
    top: 0;
    opacity: 1;
    transition: 1s; }
    .anim.play.anim-del-2 {
      transition-delay: .2s; }
    .anim.play.anim-del-4 {
      transition-delay: .4s; }
    .anim.play.anim-del-6 {
      transition-delay: .6s; }
    .anim.play.anim-del-8 {
      transition-delay: .8s; }

.anim-boxes .anim:nth-of-type(2) {
  transition-delay: .2s; }
.anim-boxes .anim:nth-of-type(3) {
  transition-delay: .4s; }
.anim-boxes .anim:nth-of-type(4) {
  transition-delay: .6s; }
.anim-boxes .anim:nth-of-type(5) {
  transition-delay: .8s; }
.anim-boxes .anim:nth-of-type(6) {
  transition-delay: 1s; }
.anim-boxes .anim:nth-of-type(7) {
  transition-delay: 1.2s; }
.anim-boxes .anim:nth-of-type(8) {
  transition-delay: 1.4s; }

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