* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "ProximaNova", sans-serif; }

*:focus, *:active {
  outline: none; }

a {
  text-decoration: none;
  color: inherit; }

html, body {
  overflow-x: hidden; }

@font-face {
  src: url("../fonts/ProximaNova/ProximaNovaBold.otf");
  font-family: 'ProximaNova';
  font-weight: bold; }
@font-face {
  src: url("../fonts/ProximaNova/ProximaNovaSemibold.otf");
  font-family: 'ProximaNova';
  font-weight: 500; }
@font-face {
  src: url("../fonts/ProximaNova/ProximaNovaRegular.otf");
  font-family: 'ProximaNova';
  font-weight: normal; }
@font-face {
  src: url("../fonts/ProximaNova/ProximaNovaThin.otf");
  font-family: 'ProximaNova';
  font-weight: 100; }
.header {
  background: url("../img/header-only-bg.svg") no-repeat center center/1920px 690px;
  width: 100%;
  height: 690px;
  position: relative; }
  .header [data-header-char-animation] {
    opacity: 0; }
  .header-main-bg {
    position: absolute;
    height: 100%;
    bottom: 0;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%); }
    @media screen and (min-width: 768px) and (max-width: 1400px) {
      .header-main-bg circle, .header-main-bg circle + *, .header-main-bg circle + * + * {
        display: none; } }
    .header-main-bg-circle {
      cursor: pointer;
      transition: .5s; }
      .header-main-bg-circle:hover, .header-main-bg-circle-active {
        r: 50px; }
        .header-main-bg-circle:hover + *, .header-main-bg-circle-active + * {
          transform: translateY(-30px); }
        .header-main-bg-circle:hover + * + *, .header-main-bg-circle-active + * + * {
          transform: translateY(10px); }
        .header-main-bg-circle:hover + * + * + .header-main-bg-logo, .header-main-bg-circle-active + * + * + .header-main-bg-logo {
          opacity: 1; }
    .header-main-bg-logo {
      opacity: 0;
      pointer-events: none; }
      .header-main-bg-logo g {
        animation: rotate 10s infinite linear;
        transform-origin: 71.2% 83.6%; }
@keyframes rotate {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
    .header-main-bg * {
      transition: .3s; }
  @media screen and (max-width: 768px) {
    .header {
      background: #FFA828;
      height: auto;
      padding-bottom: 40px; } }
  .header-wave {
    margin-top: -73px;
    filter: drop-shadow(0px 4px 0px black);
    position: relative;
    z-index: -1;
    width: 100%; }
  .header-container {
    position: relative;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    max-width: 1400px;
    margin: 0 auto;
    height: 100%;
    min-height: inherit;
    display: grid;
    grid-template-columns: 300px 1fr 300px;
    z-index: 1; }
    @media screen and (max-width: 768px) {
      .header-container {
        display: flex;
        flex-direction: column; } }
  .header-item {
    min-height: inherit; }
    .header-item-1 {
      display: flex;
      flex-direction: column;
      padding-top: 110px;
      padding-left: 40px; }
      @media screen and (max-width: 768px) {
        .header-item-1 {
          order: 2;
          padding-top: 0;
          padding-left: 0;
          margin-top: -90px; } }
    .header-item-3 {
      padding-top: 30px;
      display: flex;
      justify-content: flex-end; }
      @media screen and (max-width: 768px) {
        .header-item-3 {
          display: none; } }
  .header-h2 {
    font-size: 40px;
    opacity: .9;
    text-transform: uppercase;
    line-height: 1.5; }
    @media screen and (max-width: 1100px) {
      .header-h2 {
        font-size: 25px; } }
  .header-date {
    font-size: 32px;
    text-transform: uppercase;
    margin-top: 10px; }
    @media screen and (max-width: 1100px) {
      .header-date {
        font-size: 20px; } }
  .header-road {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    position: relative; }
    @media screen and (max-width: 768px) {
      .header-road {
        align-items: center;
        justify-content: center;
        margin-left: -100px; } }
    .header-road-img {
      width: max(450px, 40vw);
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%); }
      @media screen and (max-width: 768px) {
        .header-road-img {
          max-width: none;
          width: 400px;
          position: initial;
          flex-grow: 1;
          transform: none; } }
      @media screen and (min-width: 768px) and (max-width: 1100px) {
        .header-road-img {
          top: 180px; } }
  .header-title {
    position: absolute;
    right: -100px;
    bottom: 320px; }
    @media screen and (max-width: 768px) {
      .header-title {
        position: initial;
        margin-left: -110px; } }
    @media screen and (min-width: 768px) and (max-width: 1100px) {
      .header-title {
        right: -300px;
        bottom: 260px; } }
  .header-h1 {
    font-size: 128px;
    line-height: .8;
    font-weight: 400; }
    @media screen and (max-width: 768px) {
      .header-h1 {
        font-size: 65px; } }
  .header-h3 {
    font-size: 46px;
    text-transform: uppercase;
    font-weight: 400; }
    @media screen and (max-width: 768px) {
      .header-h3 {
        font-size: 30px; } }
  .header-description {
    line-height: 1.5;
    width: 400px; }
    @media screen and (max-width: 768px) {
      .header-description {
        display: none; } }
    .header-description-container {
      margin-top: -60px !important; }
      @media screen and (max-width: 768px) {
        .header-description-container {
          margin-top: 20px !important; } }
      @media screen and (min-width: 768px) and (max-width: 1100px) {
        .header-description-container {
          margin-top: 0 !important; } }

.mheader {
  padding: 55px 0;
  display: grid;
  grid-template-columns: 1fr minmax(min-content, 1400px) 1fr;
  background: #FFA828; }
  @media screen and (max-width: 1100px) {
    .mheader {
      grid-template-columns: auto;
      grid-template-areas: "opacity-logos logo" "buttons buttons"; } }
  @media screen and (min-width: 768px) and (max-width: 1100px) {
    .mheader {
      grid-template-columns: min-content; } }
  .mheader-logo-opacity {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 1100px) {
      .mheader-logo-opacity {
        grid-area: opacity-logos;
        position: relative; } }
    @media screen and (max-width: 768px) {
      .mheader-logo-opacity-img {
        position: absolute;
        right: 0; } }
  .mheader-main-container {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 1100px) {
      .mheader-main-container {
        display: contents; } }
  .mheader-logo {
    display: flex;
    align-items: center;
    margin-left: 3px;
    grid-area: logo; }
    .mheader-logo-img {
      height: 100%; }
  .mheader-title {
    font-size: 50px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column; }
    .mheader-title-container {
      margin-left: 30px; }
      @media screen and (max-width: 768px) {
        .mheader-title-container {
          margin-right: 20px; } }
  .mheader-subtitle {
    font-size: 20px;
    text-transform: uppercase; }
  .mheader-buttons {
    margin-left: 50px; }
    @media screen and (max-width: 768px) {
      .mheader-buttons {
        grid-area: buttons;
        display: flex;
        flex-direction: column;
        padding: 0 20px;
        margin-top: 25px;
        width: 100%;
        margin-left: 0; } }
    @media screen and (min-width: 768px) and (max-width: 1100px) {
      .mheader-buttons {
        grid-area: buttons;
        display: flex;
        justify-content: center;
        margin-top: 30px; } }
  @media screen and (max-width: 768px) {
    .mheader-button {
      font-size: 16px !important;
      text-align: center; } }
  .mheader-button:last-child {
    margin-left: 15px; }
    @media screen and (max-width: 768px) {
      .mheader-button:last-child {
        margin-left: 0;
        margin-top: 15px; } }

.buttons {
  display: flex;
  justify-content: space-between;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 70px; }
  @media screen and (max-width: 768px) {
    .buttons {
      flex-direction: column;
      margin-top: 70px; } }
  .buttons-column {
    width: 30%; }
    @media screen and (max-width: 768px) {
      .buttons-column {
        width: 100%; }
        .buttons-column:not(:last-child) {
          margin-bottom: 40px; } }
  .buttons-item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    font-size: 25px;
    color: #030303;
    padding: 50px 0;
    background: #fff;
    text-transform: uppercase;
    border-radius: 19px;
    border: 4px solid #333;
    cursor: pointer;
    transition: .3s;
    position: relative; }
    @media screen and (max-width: 1100px) {
      .buttons-item {
        font-size: 20px;
        padding: 30px 0; } }
    .buttons-item-wave {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: -1;
      border-radius: 19px;
      border: 1px solid #000;
      opacity: 0; }
@keyframes showWave {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
    .buttons-item:hover {
      background: #FFA828;
      box-shadow: 0 39px 71px -21px rgba(0, 0, 0, 0.25); }
  .buttons-item:hover .buttons-underline {
    text-decoration: underline; }
  .buttons-underline {
    display: flex;
    align-items: center; }

.content {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
  margin-top: 100px; }
  .content-item {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      .content-item {
        flex-direction: column; }
        .content-item:not(:last-child) {
          margin-bottom: 70px; } }
  @media screen and (max-width: 768px) {
    .content-img {
      width: 100%;
      height: 100%;
      object-fit: contain; } }
  @media screen and (max-width: 768px) {
    .content-img-container {
      order: -1;
      height: 300px;
      margin-bottom: 40px; } }
  .content-text {
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    font-size: 36px;
    line-height: 45px;
    opacity: .9;
    text-align: left; }
    @media screen and (max-width: 768px) {
      .content-text {
        font-size: 24px;
        line-height: 35px; } }

.sections {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 100px; }
  @media screen and (max-width: 1100px) {
    .sections {
      padding: 0; } }
  .sections .sections-tabs {
    width: 100%;
    display: flex; }
    @media screen and (max-width: 1100px) {
      .sections .sections-tabs {
        overflow-x: scroll;
        padding-left: 20px; } }
    @media screen and (min-width: 768px) and (max-width: 1100px) {
      .sections .sections-tabs {
        margin-bottom: 10px; } }
    .sections .sections-tabs-item {
      font-size: 20px;
      transition: .3s;
      padding: 25px 70px 40px;
      border-radius: 20px 20px 0 0;
      text-transform: uppercase;
      cursor: pointer;
      text-align: center; }
      @media screen and (max-width: 1100px) {
        .sections .sections-tabs-item {
          font-size: 16px;
          padding: 15px 20px;
          white-space: nowrap; } }
      .sections .sections-tabs-item__active {
        background: #000;
        color: #fff; }
  .sections-content {
    position: relative;
    margin-top: -20px;
    border-radius: 20px;
    box-shadow: 0 42px 75px -23px rgba(0, 0, 0, 0.25);
    background: #fff;
    border: 4px solid #030303; }
    @media screen and (max-width: 768px) {
      .sections-content {
        border-left: none;
        border-right: none;
        border-radius: 0;
        margin-top: 0; } }
    .sections-content-item {
      padding: 55px 60px;
      border-bottom: 3px solid #030303; }
      @media screen and (max-width: 1100px) {
        .sections-content-item {
          padding: 30px 15px 50px;
          display: flex;
          flex-direction: column; } }
      @media screen and (min-width: 1100px) {
        .sections-content-item {
          display: grid;
          grid-template-columns: 80% 20%;
          grid-template-areas: "date date" "title more" "participants description"; } }
      .sections-content-item:last-child {
        border-bottom: none; }
      .sections-content-item-top {
        display: flex; }
        @media screen and (max-width: 1100px) {
          .sections-content-item-top {
            display: contents; } }
        @media screen and (min-width: 1100px) {
          .sections-content-item-top {
            display: contents; } }
      .sections-content-item-title {
        display: block;
        font-size: 40px;
        font-weight: bold;
        text-align: left;
        text-transform: uppercase;
        padding-right: 40px; }
        @media screen and (max-width: 768px) {
          .sections-content-item-title {
            font-size: 26px; } }
        @media screen and (min-width: 768px) and (max-width: 1100px) {
          .sections-content-item-title {
            order: -1; } }
        @media screen and (min-width: 1100px) {
          .sections-content-item-title {
            grid-area: title; } }
        .sections-content-item-title__gray {
          color: rgba(51, 51, 51, 0.5); }
      @media screen and (max-width: 768px) {
        .sections-content-item-more {
          order: 2;
          margin-top: 30px; } }
      @media screen and (min-width: 768px) and (max-width: 1100px) {
        .sections-content-item-more {
          margin-top: 15px;
          margin-bottom: 15px; } }
      @media screen and (min-width: 1100px) {
        .sections-content-item-more {
          grid-area: more;
          justify-self: center; } }
      .sections-content-item-btn {
        display: block; }
        @media screen and (max-width: 768px) {
          .sections-content-item-btn {
            text-align: center; } }
      .sections-content-item-time {
        margin-top: 15px; }
        @media screen and (min-width: 1100px) {
          .sections-content-item-time {
            grid-area: date; } }
        .sections-content-item-time-separator {
          margin: 0 15px;
          color: #ccc; }
      .sections-content-item-participants {
        display: grid;
        width: 100%;
        grid-template-columns: repeat(5, 1fr);
        row-gap: 40px; }
        @media screen and (max-width: 768px) {
          .sections-content-item-participants {
            grid-template-columns: repeat(2, 1fr);
            margin-top: 30px;
            width: 100%; } }
        @media screen and (min-width: 1100px) {
          .sections-content-item-participants {
            grid-area: participants; } }
        .sections-content-item-participants-item-text {
          display: -webkit-box !important;
          overflow: hidden;
          -webkit-line-clamp: 7;
          -webkit-box-orient: vertical;
          text-align: justify !important;
          max-height: 140px; }
          @media screen and (min-width: 1100px) {
            .sections-content-item-participants-item-text {
              grid-area: description;
              align-self: start; } }
        .sections-content-item-participants-big {
          width: 100%;
          display: flex;
          margin-top: 30px; }
          @media screen and (max-width: 768px) {
            .sections-content-item-participants-big {
              flex-direction: column; } }
          .sections-content-item-participants-big-item {
            margin-right: 50px; }
            .sections-content-item-participants-big-item .sections-content-item-participants-item-img {
              width: 100%;
              height: 100%;
              object-fit: cover; }
              .sections-content-item-participants-big-item .sections-content-item-participants-item-img-container {
                border: 3px solid #030303;
                position: relative;
                width: 190px;
                height: 190px; }
              .sections-content-item-participants-big-item .sections-content-item-participants-item-img:before {
                content: "";
                display: block;
                position: absolute;
                width: calc(100% - 10px);
                height: calc(100% - 10px);
                border: 5px solid #fff;
                border-radius: 50%;
                top: 0;
                left: 0; }
        .sections-content-item-participants-item {
          display: flex;
          flex-direction: column;
          text-align: center;
          margin-top: 20px; }
          @media screen and (max-width: 1100px) {
            .sections-content-item-participants-item {
              padding: 0 15px; } }
          .sections-content-item-participants-item-img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
            .sections-content-item-participants-item-img-container {
              width: 109px;
              height: 109px;
              border-radius: 50%;
              overflow: hidden;
              margin: 0 auto; }
        .sections-content-item-participants-name {
          font-size: 20px;
          margin-top: 25px; }
        .sections-content-item-participants-job {
          font-size: 14px;
          font-weight: 100;
          margin-top: 10px; }

.news {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 100px; }
  .news-title {
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase; }
    @media screen and (max-width: 768px) {
      .news-title {
        font-size: 30px; } }
  .news-container {
    width: 100%; }
  .news-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 50px;
    margin-top: 30px; }
    @media screen and (max-width: 768px) {
      .news-items {
        display: flex;
        flex-direction: column; } }
  .news-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      .news-item:not(:last-child) {
        margin-bottom: 40px; } }
    .news-item-img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
      .news-item-img-container {
        width: 100%;
        height: 230px;
        border-radius: 19px;
        border: 4px solid #333;
        overflow: hidden; }
    .news-item-time {
      font-size: 20px;
      color: #828282;
      margin-top: 10px; }
      @media screen and (max-width: 768px) {
        .news-item-time {
          font-size: 16px; } }
    .news-item-title {
      font-size: 25px;
      font-weight: bold;
      margin-top: 10px;
      text-transform: uppercase; }
      @media screen and (max-width: 768px) {
        .news-item-title {
          font-size: 20px; } }
    .news-item-description {
      line-height: 1.5;
      margin-top: 20px;
      font-size: 20px; }
      @media screen and (max-width: 768px) {
        .news-item-description {
          font-size: 17px; } }
    .news-item-link {
      margin-top: auto; }
  .news-all-news {
    margin-top: 50px; }

.news-article {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 61px; }
  @media screen and (max-width: 768px) {
    .news-article {
      margin-top: 30px; } }
  .news-article-container {
    max-width: 1000px;
    position: relative;
    z-index: 2; }
  .news-article-top {
    display: flex; }
    @media screen and (max-width: 768px) {
      .news-article-top {
        flex-direction: column; } }
  .news-article-back {
    margin-top: 10px; }
    @media screen and (max-width: 768px) {
      .news-article-back {
        margin-top: 0; } }
  .news-article-title {
    margin-left: 40px;
    font-size: 40px;
    line-height: 49px;
    text-transform: uppercase; }
    @media screen and (max-width: 768px) {
      .news-article-title {
        margin-left: 0;
        font-size: 20px;
        margin-top: 25px;
        line-height: 1.3; } }
  .news-article-time {
    margin-top: 25px;
    color: #828282;
    font-size: 20px; }
    @media screen and (max-width: 768px) {
      .news-article-time {
        font-size: 16px; } }
  .news-article-img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
    .news-article-img-container {
      height: 500px;
      margin-top: 33px;
      border-radius: 19px;
      border: 9px solid #333;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .news-article-img-container {
          height: 300px;
          border-width: 4px; } }
  .news-article-description {
    margin-top: 60px;
    font-size: 20px;
    color: #2B2A29; }
    .news-article-description ul, .news-article-description ol {
      margin-left: 40px; }
    .news-article-description img {
      width: 100%; }
  .news-article-news {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 100px; }

.news-page-container {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 50px; }
.news-page-top {
  display: flex; }
.news-page-back-button {
  margin-top: 11px; }
  @media screen and (max-width: 768px) {
    .news-page-back-button {
      margin-top: 5px; } }
.news-page-title {
  font-size: 40px;
  text-transform: uppercase;
  margin-left: 40px; }
  @media screen and (max-width: 768px) {
    .news-page-title {
      font-size: 30px; } }
.news-page-more {
  margin: 40px auto 0; }
  .news-page-more-container {
    text-align: center; }

.more {
  margin-top: 100px; }
  .more-container {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    max-width: 1400px;
    margin: 0 auto; }
  .more-title {
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase; }
    @media screen and (max-width: 768px) {
      .more-title {
        font-size: 30px; } }
  .more-items {
    margin-top: 40px; }
  .more-item {
    border-top: 3px solid #030303;
    padding: 50px 0; }
    .more-item:last-child {
      border-bottom: 3px solid #030303; }
    .more-item-exhibition-img {
      transition: .5s;
      filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.5)); }
      @media screen and (max-width: 768px) {
        .more-item-exhibition-img {
          width: 100%; } }
      .more-item-exhibition-img:hover {
        filter: drop-shadow(2px 4px 6px black); }
    .more-item-3_3 {
      display: grid;
      grid-template-columns: 2fr 1fr; }
      @media screen and (max-width: 768px) {
        .more-item-3_3 {
          display: flex;
          flex-direction: column; } }
      .more-item-3_3 img {
        width: 100%; }
    .more-item-2_3 {
      padding-right: 40px; }
      @media screen and (max-width: 768px) {
        .more-item-2_3 {
          margin-bottom: 20px; } }
    .more-item-title {
      font-size: 30px;
      letter-spacing: 0.03em;
      text-transform: uppercase;
      font-weight: 500; }
      @media screen and (max-width: 768px) {
        .more-item-title {
          font-size: 26px; } }
    .more-item-table {
      display: grid;
      grid-template-columns: repeat(2, 400px);
      row-gap: 20px; }
      @media screen and (max-width: 768px) {
        .more-item-table {
          font-size: 16px;
          display: flex;
          flex-direction: column;
          row-gap: 0; } }
    .more-item-description {
      font-size: 20px;
      line-height: 1.5;
      margin-top: 35px;
      color: #2B2A29; }
    .more-item-column {
      display: flex;
      flex-direction: column; }
      @media screen and (max-width: 768px) {
        .more-item-column:not(:last-child) {
          margin-bottom: 20px; } }
  .more a:not(.btn-default):not(.btn-orange) {
    color: #FFA828; }
  .more li {
    list-style: circle;
    margin-left: 30px; }

.partners {
  margin-top: 100px; }
  .partners-container {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    max-width: 1400px;
    margin: 0 auto; }
  .partners-title {
    font-size: 40px;
    text-transform: uppercase; }
  .partners-subtitle {
    margin-top: 25px;
    font-size: 24px;
    text-transform: uppercase; }
  .partners-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 30px;
    row-gap: 50px;
    margin-top: 10px; }
    @media screen and (max-width: 768px) {
      .partners-items {
        display: flex;
        flex-direction: column; } }
  .partners-item {
    display: flex;
    flex-direction: column; }
    .partners-item-img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: left; }
      .partners-item-img-container {
        width: 180px;
        height: 100px;
        object-fit: contain;
        display: block; }
    .partners-item-description {
      font-size: 14px;
      color: #2B2A29;
      opacity: .5;
      margin-top: 20px;
      -webkit-line-clamp: 3;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden; }
      .partners-item-description * {
        display: contents; }

.footer {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px 60px;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .footer {
      flex-direction: column;
      padding: 30px 20px 50px; }
      .footer-development {
        margin-top: 15px; } }
  .footer .copyright, .footer-development {
    font-weight: 500;
    color: #333;
    opacity: .5; }

.article {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 60px; }
  .article-top-container {
    display: flex; }
    @media screen and (max-width: 768px) {
      .article-top-container {
        flex-direction: column; } }
  .article-top-back-button {
    padding-top: 10px; }
  .article-top-title {
    padding: 0 30px;
    flex: 1; }
    @media screen and (max-width: 768px) {
      .article-top-title {
        padding: 0;
        margin-top: 25px; } }
    .article-top-title-h1 {
      font-size: 40px;
      text-transform: uppercase; }
      @media screen and (max-width: 768px) {
        .article-top-title-h1 {
          font-size: 20px;
          line-height: 1.4; } }
  .article-top-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0; }
    @media screen and (max-width: 768px) {
      .article-top-info {
        margin-top: 25px; } }
    .article-top-info-place {
      display: inline-block;
      background: rgba(196, 196, 196, 0.2);
      box-shadow: 0 39px 71px -21px rgba(0, 0, 0, 0.25);
      font-size: 20px;
      color: #333;
      padding: 17px 30px;
      border-radius: 20px;
      text-transform: uppercase;
      font-weight: 500; }
    .article-top-info-time {
      margin-top: 15px; }
  .article-main-container {
    margin-top: 60px;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .article-main-container {
        flex-direction: column; } }
  .article-description {
    font-size: 18px;
    line-height: 1.5;
    padding-right: 30px; }
    @media screen and (min-width: 1100px) {
      .article-description {
        padding-left: 60px; } }
    .article-description-container {
      width: 70%; }
      @media screen and (max-width: 768px) {
        .article-description-container {
          width: 100%;
          margin-bottom: 30px; } }
  .article-buttons-container {
    display: flex;
    flex-direction: column; }
  .article-button {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px; }
  .article-participants-big {
    margin-top: 70px; }
    .article-participants-big-item {
      margin-bottom: 50px;
      position: relative;
      display: flex;
      padding-left: 70px; }
      @media screen and (max-width: 768px) {
        .article-participants-big-item {
          padding-left: 0;
          flex-direction: column; } }
      .article-participants-big-item-status {
        position: absolute;
        left: -90px;
        top: 130px;
        transform: rotate(-90deg);
        font-size: 35px;
        text-transform: uppercase;
        color: rgba(3, 3, 3, 0.7); }
        @media screen and (max-width: 768px) {
          .article-participants-big-item-status {
            position: relative;
            top: 0;
            left: 0;
            width: 100%;
            text-align: center;
            transform: none;
            font-size: 25px;
            margin-bottom: 20px; } }
      .article-participants-big-item:not(:last-child) {
        padding-bottom: 50px;
        border-bottom: 3px solid #000; }
      .article-participants-big-item-img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
        .article-participants-big-item-img-container {
          width: 285px;
          height: 285px;
          position: relative;
          border-radius: 50%;
          overflow: hidden;
          border: 4px solid #000;
          flex-shrink: 0; }
          @media screen and (max-width: 768px) {
            .article-participants-big-item-img-container {
              margin: 0 auto; } }
          .article-participants-big-item-img-container:before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            border: 10px solid #fff;
            width: calc(100% - 20px);
            height: calc(100% - 20px);
            border-radius: 50%; }
      .article-participants-big-item-info {
        margin-left: 50px;
        width: 600px; }
        @media screen and (max-width: 768px) {
          .article-participants-big-item-info {
            width: 100%;
            margin-left: 0; } }
        .article-participants-big-item-info-name {
          font-size: 25px;
          text-transform: uppercase; }
          @media screen and (max-width: 768px) {
            .article-participants-big-item-info-name {
              margin-top: 35px;
              font-size: 20px;
              text-align: center; } }
        .article-participants-big-item-info-job {
          font-size: 18px;
          color: rgba(3, 3, 3, 0.7);
          margin-top: 15px;
          text-transform: uppercase; }
          @media screen and (max-width: 768px) {
            .article-participants-big-item-info-job {
              font-size: 16px;
              margin-top: 20px;
              text-align: center; } }
        .article-participants-big-item-info-theme {
          margin-top: 45px;
          font-size: 18px;
          color: #2B2A29;
          font-weight: 500;
          text-transform: uppercase; }
        .article-participants-big-item-info-thesis {
          margin-top: 45px;
          font-size: 18px;
          line-height: 1.5; }
  .article-participants {
    margin-top: 70px; }
    .article-participants-item {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      margin-bottom: 60px;
      position: relative; }
      @media screen and (max-width: 768px) {
        .article-participants-item {
          display: flex;
          flex-direction: column; } }
      .article-participants-item-round-status {
        text-transform: uppercase;
        color: rgba(3, 3, 3, 0.7);
        margin-bottom: 15px;
        text-align: center; }
      .article-participants-item-status {
        position: absolute;
        top: -30px;
        left: 50%;
        text-transform: uppercase;
        color: rgba(3, 3, 3, 0.7);
        transform: translateX(-50%); }
        @media screen and (max-width: 768px) {
          .article-participants-item-status {
            position: relative;
            left: 0;
            top: 0;
            margin: 0 auto 15px;
            transform: none; } }
        .article-participants-item-status-container {
          display: flex;
          position: relative; }
          @media screen and (max-width: 768px) {
            .article-participants-item-status-container {
              flex-direction: column;
              align-items: center; } }
      .article-participants-item-info {
        margin-left: 30px; }
        @media screen and (max-width: 768px) {
          .article-participants-item-info {
            margin-left: 0;
            text-align: center;
            margin-top: 15px; } }
        .article-participants-item-info-container {
          display: flex;
          position: relative; }
          @media screen and (max-width: 768px) {
            .article-participants-item-info-container {
              flex-direction: column;
              align-items: center; } }
      .article-participants-item-name {
        font-size: 20px;
        font-weight: 500;
        text-transform: uppercase; }
      .article-participants-item-job {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        color: rgba(3, 3, 3, 0.5);
        margin-top: 15px; }
      .article-participants-item-img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
        .article-participants-item-img-container {
          width: 120px;
          height: 120px;
          border-radius: 50%;
          position: relative;
          overflow: hidden;
          border: 3px solid #000;
          flex-shrink: 0; }
          @media screen and (max-width: 768px) {
            .article-participants-item-img-container {
              width: 80px;
              height: 80px; } }
          .article-participants-item-img-container:before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            border: 5px solid #fff;
            width: calc(100% - 10px);
            height: calc(100% - 10px);
            border-radius: 50%; }
      .article-participants-item-thesis {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.5;
        color: rgba(43, 42, 41, 0.7); }
        @media screen and (max-width: 768px) {
          .article-participants-item-thesis {
            text-align: justify;
            margin-top: 20px; } }
      .article-participants-item-theme {
        font-size: 18px;
        font-weight: 500; }
    .article-participants__round {
      display: grid;
      grid-template-columns: repeat(3, 1fr); }
      @media screen and (max-width: 1100px) {
        .article-participants__round {
          display: flex;
          flex-direction: column; } }
      .article-participants__round .article-participants-item {
        display: block;
        margin-right: 30px; }
        @media screen and (max-width: 768px) {
          .article-participants__round .article-participants-item {
            margin-right: 0; } }

.lk {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 60px; }
  .lk-top-container {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .lk-top-container {
        flex-wrap: wrap; } }
  .lk-title {
    font-size: 40px;
    text-transform: uppercase;
    margin-left: 45px; }
    @media screen and (max-width: 768px) {
      .lk-title {
        font-size: 26px; } }
  .lk-button-edit.btn-default, .lk-button-edit.btn-orange {
    display: inline-block;
    font-size: 20px;
    padding: 5px 35px;
    margin-left: 30px; }
    @media screen and (max-width: 768px) {
      .lk-button-edit.btn-default, .lk-button-edit.btn-orange {
        margin-left: 0; } }
  @media screen and (max-width: 768px) {
    .lk-button-logout {
      margin-top: 15px; } }
  @media screen and (max-width: 768px) {
    .lk-button-edit-container {
      margin: 15px auto 0;
      text-align: center; } }
  .lk-info {
    margin-left: 70px; }
    @media screen and (max-width: 768px) {
      .lk-info {
        margin-left: 0;
        margin-top: 40px; } }
    .lk-info-container {
      display: flex;
      align-items: center;
      margin-top: 60px; }
      @media screen and (max-width: 768px) {
        .lk-info-container {
          flex-direction: column; } }
    .lk-info-img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
      .lk-info-img-container {
        width: 285px;
        height: 285px;
        border: 4px solid #000;
        position: relative;
        border-radius: 50%;
        overflow: hidden; }
        .lk-info-img-container:before {
          content: "";
          display: block;
          position: absolute;
          border: 10px solid #fff;
          border-radius: 50%;
          width: calc(100% - 20px);
          height: calc(100% - 20px); }
    .lk-info-name {
      font-size: 25px;
      font-weight: 500;
      line-height: 1.5;
      text-transform: uppercase; }
      @media screen and (max-width: 768px) {
        .lk-info-name {
          text-align: center; } }
    .lk-info-job {
      margin-top: 15px;
      font-size: 18px;
      font-weight: 500;
      color: rgba(3, 3, 3, 0.7);
      text-transform: uppercase; }
      @media screen and (max-width: 768px) {
        .lk-info-job {
          text-align: center; } }
  .lk-pay-container {
    margin-top: 35px; }
  .lk-pay-item {
    display: flex;
    align-items: center;
    margin-bottom: 5px; }
    .lk-pay-item__active {
      font-weight: bold; }
      .lk-pay-item__active .lk-pay-checkbox {
        border: 4px solid #000;
        border-radius: 50%; }
        .lk-pay-item__active .lk-pay-checkbox path {
          stroke: #44D69B; }
  .lk-pay-checkbox {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; }
  .lk-pay-caption {
    text-transform: uppercase;
    margin-left: 20px;
    color: rgba(3, 3, 3, 0.7); }
  .lk-pay-coupon {
    margin-left: 10px; }
    .lk-pay-coupon-input {
      border-radius: 10px;
      border: 1px solid #000;
      padding: 5px 10px; }
    .lk-pay-coupon-check {
      display: block;
      margin-left: 5px;
      cursor: pointer; }
  .lk-participants {
    margin-top: 30px; }
    .lk-participants-item {
      display: flex;
      align-items: center;
      margin-bottom: 30px; }
      @media screen and (max-width: 768px) {
        .lk-participants-item {
          width: 100%;
          display: grid;
          grid-template-areas: "photo name" "pay pay";
          grid-template-columns: min-content 1fr;
          border-bottom: 1px solid #000;
          padding-bottom: 20px; } }
    .lk-participants-container {
      margin-top: 65px; }
    .lk-participants-title {
      text-transform: uppercase;
      color: #030303; }
    .lk-participants-input {
      width: 100%;
      font-size: 20px;
      padding: 17px 20px;
      border-radius: 18px;
      border: 2px solid rgba(51, 51, 51, 0.5); }
      @media screen and (max-width: 768px) {
        .lk-participants-input {
          font-size: 13px; } }
      .lk-participants-input::placeholder {
        color: #666; }
        @media screen and (max-width: 768px) {
          .lk-participants-input::placeholder {
            font-size: 13px; } }
      .lk-participants-input-container {
        display: flex;
        align-items: center;
        margin-top: 10px; }
      .lk-participants-input-field {
        max-width: 600px;
        flex-grow: 1; }
    .lk-participants-add {
      font-size: 30px;
      border-radius: 50%;
      border: 4px solid #000;
      width: 55px;
      height: 55px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #fff;
      cursor: pointer;
      transition: .3s; }
      .lk-participants-add:hover {
        border-color: rgba(51, 51, 51, 0.5);
        color: rgba(51, 51, 51, 0.5); }
      .lk-participants-add-container {
        margin-left: 30px;
        height: 100%; }
    .lk-participants-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 50%; }
      .lk-participants-img-container {
        width: 91px;
        height: 91px;
        border-radius: 50%;
        position: relative;
        overflow: hidden;
        border: 3px solid #000; }
        @media screen and (max-width: 768px) {
          .lk-participants-img-container {
            grid-area: photo; } }
        .lk-participants-img-container:before {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          border: 5px solid #fff;
          width: calc(100% - 10px);
          height: calc(100% - 10px);
          border-radius: 50%; }
    .lk-participants-info {
      margin-left: 20px;
      width: 230px; }
      @media screen and (max-width: 768px) {
        .lk-participants-info {
          grid-area: name;
          width: auto; } }
    .lk-participants-name {
      font-weight: 500;
      text-transform: uppercase; }
    .lk-participants-job {
      color: rgba(3, 3, 3, 0.5);
      font-size: 14px;
      font-weight: 500;
      margin-top: 10px;
      text-transform: uppercase; }
    .lk-participants .lk-pay-container {
      margin-top: 0;
      margin-left: 40px; }
      @media screen and (max-width: 768px) {
        .lk-participants .lk-pay-container {
          grid-area: pay;
          margin-left: 0;
          margin-top: 20px; } }
  .lk-product-pay {
    margin-top: 60px;
    display: flex;
    width: 700px;
    justify-content: space-between;
    border-bottom: 3px solid #030303;
    padding-bottom: 40px; }
    @media screen and (max-width: 768px) {
      .lk-product-pay {
        width: 100%;
        flex-direction: column; } }
    .lk-product-pay__block {
      display: block; }
    @media screen and (max-width: 768px) {
      .lk-product-pay-button {
        margin-top: 20px; } }
    .lk-product-pay-price {
      font-size: 36px;
      color: rgba(84, 84, 84, 0.9); }
      @media screen and (max-width: 768px) {
        .lk-product-pay-price {
          order: -1;
          text-align: center; } }
  .lk-corporate-button {
    margin-top: 45px; }
    @media screen and (max-width: 768px) {
      .lk-corporate-button {
        white-space: nowrap;
        width: 100%; } }
  @media screen and (min-width: 1100px) {
    .lk-paperless-button {
      margin-left: 20px; } }
  @media screen and (max-width: 768px) {
    .lk-paperless-button {
      width: 100%;
      margin-top: 30px; } }

.paperless-container {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 40px; }
.paperless-items {
  display: flex;
  flex-direction: column;
  margin-top: 30px; }
.paperless-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .paperless-item {
      flex-direction: column;
      align-items: start; } }
  .paperless-item-img {
    width: 100%;
    height: 100%;
    object-fit: contain; }
    .paperless-item-img-container {
      width: 200px;
      height: 80px;
      flex-shrink: 0; }
  .paperless-item-info {
    margin-left: 50px; }
    @media screen and (max-width: 768px) {
      .paperless-item-info {
        margin-left: 0;
        margin-top: 10px; } }
    .paperless-item-info-title {
      font-size: 25px;
      font-weight: bold; }
    .paperless-item-info-description {
      margin-top: 15px; }
      .paperless-item-info-description ul, .paperless-item-info-description ol {
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 30px; }
      .paperless-item-info-description a {
        color: #FFA828; }

.water-words {
  display: flex;
  flex-direction: column;
  position: absolute; }
  @media screen and (max-width: 768px) {
    .water-words {
      display: none; } }
  .water-words-item {
    font-size: 36px;
    display: flex;
    flex-direction: column; }
    .water-words-item__opacity {
      opacity: .2; }

.btn-default, .btn-orange {
  background: transparent;
  border: 4px solid #333;
  border-radius: 20px;
  box-shadow: 0 39.8389px 71.1409px -21.8166px rgba(0, 0, 0, 0.25);
  font-size: 20px;
  padding: 17px 40px;
  text-transform: uppercase;
  transition: .3s;
  cursor: pointer;
  display: inline-block; }
  @media screen and (max-width: 768px) {
    .btn-default, .btn-orange {
      font-size: 16px;
      text-align: center; } }
  .btn-default:hover, .btn-orange:hover {
    box-shadow: 0 0 71.1409px -21.8166px rgba(0, 0, 0, 0.5); }

.btn-orange {
  border-color: #FFA828;
  text-align: center;
  color: #FFA828; }

.fade-enter-active, .fade-leave-active {
  transition: opacity .5s; }

.fade-enter, .fade-leave-to {
  opacity: 0; }

@media screen and (max-width: 768px) {
  .hidden-mobile {
    display: none; } }

@media screen and (min-width: 768px) {
  .hidden-tablet {
    display: none; } }

.container {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  max-width: 1400px;
  margin: 0 auto; }

.popup {
  position: absolute;
  width: 800px;
  min-height: 500px;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  padding: 20px; }
  @media screen and (max-width: 768px) {
    .popup {
      width: 100%;
      height: 100%;
      border-radius: 0; } }
  .popup-container {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2; }
  .popup-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2); }
  .popup-title {
    font-size: 20px;
    border-bottom: 1px solid #333;
    padding-bottom: 10px; }
  .popup-body {
    margin-top: 20px; }
    @media screen and (max-width: 768px) {
      .popup-body {
        display: flex;
        flex-direction: column;
        height: 100%; } }
  .popup-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-weight: 100;
    font-size: 25px;
    cursor: pointer; }

.search-participant-search {
  width: 100%;
  font-size: 20px;
  padding: 10px 20px;
  border-radius: 10px;
  border: 2px solid #000; }
  .search-participant-search::placeholder {
    text-transform: uppercase;
    color: #333; }
  .search-participant-search-container {
    margin-top: 20px; }
.search-participant-items {
  margin-top: 30px;
  overflow-y: auto;
  height: 300px; }
  @media screen and (max-width: 768px) {
    .search-participant-items {
      height: 100%;
      padding-bottom: 50px; } }
.search-participant-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px; }
  .search-participant-item:not(:last-child) {
    margin-bottom: 15px; }
  .search-participant-item-img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
    .search-participant-item-img-container {
      width: 90px;
      height: 90px;
      border: 3px solid #000;
      flex-shrink: 0;
      border-radius: 50%;
      overflow: hidden;
      position: relative; }
      .search-participant-item-img-container:before {
        content: "";
        display: block;
        position: absolute;
        border: 5px solid #fff;
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        top: 0;
        left: 0;
        border-radius: 50%; }
  .search-participant-item-user {
    display: flex;
    align-items: center; }
  .search-participant-item-info {
    margin-left: 20px; }
    .search-participant-item-info-id {
      color: #ccc; }
    .search-participant-item-info-name {
      font-size: 20px;
      text-transform: uppercase;
      margin-top: 5px; }

.content-container {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 70px; }
  .content-container td {
    padding: 5px;
    border: 1px solid #000; }
.content-title {
  font-size: 50px;
  text-transform: uppercase; }
  @media screen and (max-width: 768px) {
    .content-title {
      font-size: 30px; } }
.content-description {
  margin-top: 40px;
  font-size: 20px; }
  @media screen and (max-width: 768px) {
    .content-description {
      font-size: 16px; } }
.content-p {
  line-height: 1.5; }
  .content-p:not(:last-child) {
    margin-bottom: 20px; }
.content-list {
  margin-left: 40px; }
  .content-list li {
    list-style: circle; }
    .content-list li:not(:last-child) {
      margin-bottom: 10px; }
.content-subtitle {
  font-size: 25px;
  margin-top: 30px;
  margin-bottom: 15px; }
  @media screen and (max-width: 768px) {
    .content-subtitle {
      font-size: 20px; } }

.videos {
  margin-top: 100px; }
  @media screen and (max-width: 768px) {
    .videos {
      margin-top: 30px; } }
  .videos-item {
    width: 100%; }

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 999; }
  .preloader-logo {
    animation: scale 2s infinite linear; }
    .preloader-logo-container {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
@keyframes scale {
  0%, 50%, 100% {
    transform: scale(1); }
  25% {
    transform: scale(1.2); }
  75% {
    transform: scale(0.8); } }
.videos-anchor-button {
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 5;
  background: #DC143C;
  border-color: #DC143C;
  color: #fff; }
  .videos-anchor-button-title {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 5; }
  .videos-anchor-button-live {
    text-transform: uppercase;
    border-radius: 50%;
    color: #DC143C;
    background: #fff;
    margin-left: 15px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .videos-anchor-button-wave {
    width: 100%;
    height: 100%;
    position: absolute;
    border: 1px solid #DC143C;
    top: 0;
    left: 0;
    border-radius: 20px;
    opacity: 0; }
.videos-top-container {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .videos-top-container {
      flex-direction: column; } }
  .videos-top-container .btn-default, .videos-top-container .btn-orange {
    margin-top: 15px; }
.videos-list {
  display: grid;
  grid-template-columns: 70% 30%;
  margin-top: 40px; }
  .videos-list-large {
    grid-template-columns: 100%; }
  @media screen and (max-width: 768px) {
    .videos-list {
      grid-template-columns: 1fr; } }
.videos-container {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 100px; }
.videos-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
  left: 0; }
  .videos-popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); }
  .videos-popup-card {
    width: calc(100% - 200px);
    height: calc(100% - 200px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
            /*&:after {
                content: "";
                display: block;
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 70px;

                @include to($tablet_break) {
                    height: 40px;
                }
            }*/ }
    @media screen and (max-width: 768px) {
      .videos-popup-card {
        width: 100%;
        height: 100vw; } }
    .videos-popup-card:before {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 70px;
      top: 0;
      left: 0; }
      @media screen and (max-width: 768px) {
        .videos-popup-card:before {
          height: 60px; } }
  .videos-popup-close {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #2B84FA;
    position: absolute;
    font-size: 70px;
    right: 10px;
    top: 10px;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1; }
  .videos-popup-iframe {
    width: 100%;
    height: 100%;
    border: none; }
    @media screen and (max-width: 768px) {
      .videos-popup-iframe {
        height: 100vw; } }
.videos-preview {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.main-video {
  width: 100%;
  position: relative;
    /*&:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 70px;
        top: 0;
        left: 0;

        @include to($tablet_break) {
            height: 40px;
        }
    }

    &:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 70px;

        @include to($tablet_break) {
            height: 40px;
        }
    }*/ }
  .main-video-item {
    width: 100%;
    border: none;
    cursor: pointer;
    height: 100%; }
    @media screen and (max-width: 768px) {
      .main-video-item {
        height: 200px; } }

.column-video {
  width: 100%;
  padding-left: 50px; }
  @media screen and (max-width: 768px) {
    .column-video {
      margin-top: 20px;
      padding-left: 0; } }
  .column-video-item {
    position: relative;
    height: 200px;
    cursor: pointer;
        /*&:before {
            content: "";
            display: block;
            position: absolute;
            width: 100%;
            height: 50px;
            top: 0;
            left: 0;

            @include to($tablet_break) {
                height: 40px;
            }
        }

        &:after {
            content: "";
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 50px;

            @include to($tablet_break) {
                height: 40px;
            }
        }*/ }
    .column-video-item:not(:last-child) {
      margin-bottom: 15px; }

.popup-default {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0; }
.popup-card {
  width: 600px;
  padding: 50px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px; }
  @media screen and (max-width: 768px) {
    .popup-card {
      width: 100%; } }
.popup-close {
  position: absolute;
  font-size: 40px;
  color: #000;
  top: 10px;
  right: 10px; }
.popup-body {
  font-size: 25px;
  text-align: center; }

.play-icon-button {
  color: #fff;
  background: #DC143C;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  margin-left: 10px; }
  .play-icon-button-container {
    max-width: max-content;
    border: 2px solid #DC143C;
    display: inline-flex;
    align-items: center;
    padding: 0 0 0 20px;
    border-radius: 25px;
    background: #fff;
    z-index: 2;
    margin: -20px auto; }
  .play-icon-button-text {
    text-transform: uppercase;
    font-size: 12px; }

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