#contact_page > div {
  opacity: 1 !important; }
  .bullet {
    display: block;
    width: 37px;
    height: 37px;
    background-color: #d7dadc;
    background-image: url(/media/image/0bc591e0c7998c062610d4338c7ac5c0a0b7a78c.svg);
    background-position: right 13px center;
    background-repeat: no-repeat;
    border-radius: 30px;
    z-index: 1;
    transition: all 0.3s; }
  .bullet:hover {
    opacity: 1;
    background-position: right 10px center; }
  .bullet.dark {
    background-image: url(/media/image/815403a6821dd43abff1a94e49838a70fcc73711.svg); }
  .bullet.dark.related-part {
    transform: rotate(90deg); }
    .bullet.dark.related-part.opened {
      transform: rotate(-90deg); }

.outer-switcher.pub .switcher {
  opacity: 1;
  position: absolute;
  left: calc(50vw + 97px);
  top: 500px; }
  .outer-switcher.artists {
    position: relative; }
  .outer-switcher.artists .switcher {
    opacity: 1;
    position: absolute;
    left: calc(50vw + 5px);
    top: 0; }
  .outer-switcher .switcher {
    position: relative;
    width: 112px;
    height: 50px;
    background: linear-gradient(90deg, #ff2f19, #8e50a8);
    border-radius: 99px;
    opacity: 0; }
  .outer-switcher .switcher .arrows {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(/media/image/0bc591e0c7998c062610d4338c7ac5c0a0b7a78c.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 13px;
    cursor: pointer;
    z-index: 1;
    transition: all 0.3s; }
    .outer-switcher .switcher .arrows.left-arrow {
      right: 0; }
    .outer-switcher .switcher .arrows.right-arrow {
      left: 0;
      transform: rotate(180deg); }
    .outer-switcher .switcher .arrows:hover {
      opacity: 0.3; }

.related-container {
  position: absolute;
  display: none;
  opacity: 0; }
  .related-container .past-container {
    margin-top: 20px;
    border-top: 1px solid #90a3b1; }
  .related-container .past-container .subtitle {
    font-size: 14px;
    color: #405966;
    font-family: 'LatoLatinHeavy';
    margin: 30px 0; }
  .related-container .past-container .related-list .related .icon .bg {
    background-color: #d7dadc;
    height: 100%; }
  .related-container .related-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    padding: 0; }
  .related-container .related-list .related {
    width: calc(50% - 15px);
    display: flex;
    flex-direction: row;
    height: 100px;
    margin-bottom: 30px;
    transition: all 0.3s; }
    .related-container .related-list .related:hover {
      opacity: 0.5; }
    .related-container .related-list .related .icon {
      width: 130px;
      background: linear-gradient(90deg, #ff2f19, #8e50a8); }
      .related-container .related-list .related .icon.past {
        background: #90a3b1; }
      .related-container .related-list .related .icon .bg {
        background-repeat: no-repeat;
        background-position: center;
        height: 100px;
        width: 100%;
        margin: 0; }
    .related-container .related-list .related:nth-child(even) {
      margin-left: 30px; }
    .related-container .related-list .related .related-content {
      position: relative;
      background-color: #405966;
      padding: 20px 60px 20px 40px;
      width: calc(100% - 40px); }
      .related-container .related-list .related .related-content .title {
        font-size: 16px;
        color: #fff;
        font-family: 'LatoLatinRegular';
        margin: 0; }
      .related-container .related-list .related .related-content .info {
        font-size: 14px;
        color: #fff;
        font-family: 'LatoLatinLight';
        margin: 0; }
      .related-container .related-list .related .related-content .outer-bullet {
        position: absolute;
        right: 10px;
        bottom: 28px; }

.inner-video {
  width: 100vw;
  background-color: #90a3b1;
  margin: 30px 0; }

.inner-block {
  position: relative;
  display: flex; }
  .inner-block .img {
    height: 341px;
    background-color: #d7dadc; }
  .inner-block.horizontal .img {
    min-width: 334px;
    background-size: 165px; }
  .inner-block.paging, .inner-block.call {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }
  .inner-block.paging .download, .inner-block.call .download {
    position: absolute;
    bottom: -1px;
    right: 130px; }
    .inner-block.paging .download .btn-dn, .inner-block.call .download .btn-dn {
      height: 27px;
      right: -62px;
      top: -7px;
      padding-top: 9px; }
  .inner-block.pub .img {
    background-size: 165px; }
  .inner-block.pub .download {
    position: absolute;
    bottom: 0;
    right: 130px; }
    .inner-block.pub .download .btn-dn {
      height: 27px;
      right: -62px;
      top: -7px;
      padding-top: 9px; }
  .inner-block.onecol {
    margin-bottom: 30px; }
  .inner-block.onecol .img {
    width: 334px;
    min-width: 334px; }
  .inner-block.onecol .content {
    width: 100%; }
  .inner-block.search-project .outer-bullet {
    min-width: 147px;
    position: relative;
    background-color: #405966; }
    .inner-block.search-project .outer-bullet.event {
      background: linear-gradient(90deg, #ff2f19, #8e50a8); }
      .inner-block.search-project .outer-bullet.event .bullet {
        background-color: #fff; }
    .inner-block.search-project .outer-bullet .bullet {
      position: absolute;
      bottom: 40px;
      left: calc(50% - 18px); }
  .inner-block.search-project .date-container {
    position: absolute;
    bottom: 50px;
    right: 120px;
    width: 100px;
    height: 70px;
    border-radius: 8px;
    background-color: #90a3b1;
    padding: 15px;
    z-index: 1; }
    .inner-block.search-project .date-container.event {
      top: 35px;
      right: 147px;
      width: 130px;
      height: 235px;
      border-radius: 0;
      border-left: 1px solid #d7dadc;
      background-color: #fff; }
      .inner-block.search-project .date-container.event .text {
        color: #90a3b1;
        position: relative;
        top: -20px; }
      .inner-block.search-project .date-container.event .date {
        color: #90a3b1;
        position: relative;
        margin-left: 38px; }
        .inner-block.search-project .date-container.event .date .month {
          position: absolute;
          top: 8px;
          right: -25px;
          font-size: 12px; }
        .inner-block.search-project .date-container.event .date .year {
          position: absolute;
          top: 38px;
          display: block;
          font-size: 16px;
          font-family: 'LatoLatinLight'; }
    .inner-block.search-project .date-container .text {
      color: #fff;
      font-size: 14px;
      margin: 0 auto;
      width: fit-content; }
    .inner-block.search-project .date-container .date {
      color: #fff;
      font-size: 32px;
      margin: 0 auto;
      width: fit-content;
      font-family: 'LatoLatinHeavy'; }
      .inner-block.search-project .date-container .date .month {
        font-size: 24px;
        font-family: 'LatoLatinLight'; }
      .inner-block.search-project .date-container .date .year {
        display: none; }
  .inner-block .content {
    position: relative;
    width: calc(100% - 60px);
    background-color: #fff;
    padding: 30px;
    /* ---------------------- particular rules ------------------------- */ }
  .inner-block .content.event .section.search-project {
    margin-top: 10px; }
  .inner-block .content .section {
    color: #3e5667;
    font-family: 'LatoLatinRegular';
    margin: 0; }
    .inner-block .content .section.paging, .inner-block .content .section.call {
      margin: 10px 0 40px;
      color: #90a3b1; }
    .inner-block .content .section.search-project {
      margin-top: 10px;
      text-transform: none;
      font-size: 24px;
      font-family: 'LatoLatinHeavy';
      color: #8e50a8;
      padding-right: 400px; }
  .inner-block .content .title {
    font-size: 16px; }
    .inner-block .content .title.news {
      color: #3e5667;
      font-family: 'LatoLatinHeavy'; }
    .inner-block .content .title.pub {
      color: #90a3b1;
      font-family: 'LatoLatinLight';
      margin-top: 60px;
      font-weight: 700;
      text-transform: uppercase;
      display: none; }
    .inner-block .content .title.paging, .inner-block .content .title.call {
      color: #ed2939;
      font-family: 'LatoLatinRegular'; }
    .inner-block .content .title.pub-detail {
      color: #ff2f19;
      font-family: 'LatoLatinRegular';
      font-size: 24px;
      margin-block-start: 2em; }
  .inner-block .content .date {
    color: #b55b92; }
  .inner-block .content .info.news {
    color: #90a3b1; }
    .inner-block .content .info.pub {
      color: #ed2939;
      width: fit-content;
      margin-top: 40px;
      font-size: 18px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      word-wrap: break-word;
      line-height: 1.375;
      --lh: 1.375rem;
      --max-lines: 4;
      max-height: calc(var(--lh) * var(--max-lines) * 1.2); }
    .inner-block .content .info.paging, .inner-block .content .info.call {
      color: #405966;
      font-family: 'LatoLatinRegular';
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      word-wrap: break-word;
      line-height: 1.375;
      --lh: 1.375rem;
      --max-lines: 2;
      max-height: calc(var(--lh) * var(--max-lines) * 1.2); }
  .inner-block .content .descr.news {
    color: #3e5667;
    padding-right: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 1.375;
    --lh: 1.375rem;
    --max-lines: 5;
    max-height: calc(var(--lh) * var(--max-lines) * 1.2); }
    .inner-block .content .descr.pub {
      color: #283e4d; }
    .inner-block .content .descr.paging, .inner-block .content .descr.call {
      font-family: 'LatoLatinRegular';
      color: #90a3b1;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      word-wrap: break-word;
      line-height: 1.375;
      --lh: 1.375rem;
      --max-lines: 2;
      max-height: calc(var(--lh) * var(--max-lines) * 1.2); }
    .inner-block .content .descr.paging {
      width: 100%; }
    .inner-block .content .descr.search-project {
      text-transform: none;
      font-size: 16px;
      font-family: 'LatoLatinRegular';
      color: #90a3b1;
      padding-right: 140px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 10;
      -webkit-box-orient: vertical;
      word-wrap: break-word;
      line-height: 1.375;
      --lh: 1.375rem;
      --max-lines: 10;
      max-height: calc(var(--lh) * var(--max-lines) * 1.2); }
    .inner-block .content .descr.pub-detail {
      color: #90a3b1;
      font-family: 'LatoLatinRegular';
      font-size: 16px;
      margin-top: 0;
      line-height: 1; }
  .inner-block .content .author.pub-detail {
    display: none;
    font-size: 18px;
    font-weight: 700;
    font-family: 'LatoLatinLight';
    color: #405966;
    margin: 0 0 5px; }
  .inner-block .content .btns {
    display: flex;
    flex-direction: row; }
  .inner-block .content .lng {
    display: flex;
    flex-direction: row;
    float: right; }
    .inner-block .content .lng * {
      width: 30px;
      height: 25px;
      background-position: center;
      background-repeat: no-repeat; }
      .inner-block .content .lng *.selected {
        cursor: pointer;
        transition: all 0.3s; }
        .inner-block .content .lng *.selected:hover {
          opacity: 0.3; }
      .inner-block .content .lng .icon-en {
        background-image: url(/media/image/d60d3bafcadbdb25bdf03db1cbe77f926e5378e6.svg); }
        .inner-block .content .lng .icon-en.selected {
          background-image: url(/media/image/9ca273bac7bede56c3b820e469521764dd7b2e60.svg); }
      .inner-block .content .lng .icon-lu {
        background-image: url(/media/image/330f138fb96f029f1a05a7178b5975693e0ea99c.svg); }
        .inner-block .content .lng .icon-lu.selected {
          background-image: url(/media/image/b6b775458ae9342fe5138a36a2d014a9350a1257.svg); }
      .inner-block .content .lng .icon-fr {
        background-image: url(/media/image/26d6fd70167feff3d897d72acc7c64bf45b2b705.svg); }
        .inner-block .content .lng .icon-fr.selected {
          background-image: url(/media/image/332f5c548f36ca0c5c55577f608feb833eab733a.svg); }
      .inner-block .content .lng .icon-de {
        background-image: url(/media/image/ef6b9c65f854172fe9ebc1809815fdf1e958c91a.svg); }
        .inner-block .content .lng .icon-de.selected {
          background-image: url(/media/image/003aab4ab355af7425f3729731ba399298731dce.svg); }
      .inner-block .content .lng .icon-pt {
        background-image: url(); }
        .inner-block .content .lng .icon-pt.selected {
          background-image: url(); }
      .inner-block .content .lng .icon-it {
        background-image: url(/media/image/4fc077c4367ef092a516bceb468701d817dfaa9f.svg); }
        .inner-block .content .lng .icon-it.selected {
          background-image: url(/media/image/f21a2386048eb9d80f30ec00de419bf1590082b7.svg); }
      .inner-block .content .lng .icon-nl {
        background-image: url(/media/image/1b7cf20dbb2e7a78a3c381beda5d5b47094ecf31.svg); }
        .inner-block .content .lng .icon-nl.selected {
          background-image: url(/media/image/dcee3aa6e1738a529a38c3c3afce3a56fd2dd462.svg); }
  .inner-block .content .outer-bullet {
    position: absolute;
    bottom: 20px;
    right: 20px; }
    .inner-block .content .icon-book {
      display: block;
      float: left;
      width: 22px;
      height: 22px;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url(/media/image/702c6f408f4a236e27ec5437f5cce5a901cb1849.svg); }
    .inner-block .content .icon-article {
      display: block;
      float: left;
      width: 22px;
      height: 22px;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url(/media/image/521bed61523184875913f6a896a48fa4b2fff7bc.svg); }
    .inner-block .content .icon-video {
      display: block;
      float: left;
      width: 22px;
      height: 22px;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url(/media/image/6c4ce11939c4ebc3316ff6ba34427ae4430efed8.svg); }
  .inner-block.vertical {
    flex-direction: column;
    width: 334px; }
  .inner-block.vertical .date {
    position: absolute;
    right: 30px;
    top: 32px; }
  .inner-block.horizontal {
    flex-direction: row;
    width: 668px;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }
  .inner-block.horizontal.pub .img {
    background-size: 165px; }
    .inner-block.horizontal.pub .img:hover {
      background-color: #94a3b0;
      opacity: 1; }
  .inner-block.horizontal.paging .img:hover {
    background-color: #94a3b0;
    opacity: 1; }
  .inner-block .outer-bullet .bullet {
    float: right;
    margin-top: 20px; }
  .inner-block.news .content.closed {
    height: 165px; }
  .inner-block.pub-detail {
    margin-bottom: 60px;
    box-shadow: none; }
  .inner-block.pub-detail .content {
    background-color: initial;
    padding-top: 0; }
    .inner-block.pub-detail .content .lng {
      float: left;
      padding-left: 0;
      padding-bottom: 20px;
      padding-top: 20px;
      width: 100%; }

.pub-detail .bottom {
  opacity: 0;
  height: 400px;
  padding-right: 20px;
  overflow-y: auto;
  overflow-x: hidden; }
  .pub-detail .bottom::-webkit-scrollbar {
    width: 10px; }
  .pub-detail .bottom .text a:hover {
    color: #ed2939;
    opacity: 1; }
    .pub-detail .bottom .text p {
      color: #405966; }
    .pub-detail .bottom .text p.red_title {
      font-family: 'LatoLatinRegular';
      color: #ed2939; }
    .pub-detail .bottom .text p iframe {
      height: 300px !important;
      width: calc(100% - 5px) !important;
      border: none !important; }
    .pub-detail .bottom .text ul {
      margin-top: 20px; }
    .pub-detail .bottom .text ul li {
      line-height: 1.5;
      margin-bottom: 15px; }
      .pub-detail .bottom .text ul li::before {
        content: '\002014';
        color: #ed2939;
        margin-left: -23px;
        margin-right: 10px; }

.contents-container {
  width: 100%;
  /* =============================================================== RESPONSIVE =================================================================*/ }
  .contents-container.full .img {
    background-size: 100% !important; }

@media (max-width: 1400px) {
  .outer-switcher.pub .switcher {
    left: 807px; }

  .inner-block.horizontal {
    width: 650px; }
    .inner-block .content {
      height: 321px;
      padding: 10px 30px; }
      .inner-block .content .section.search-project, .inner-block .content .descr.search-project {
        padding-right: 0; } }

@media (max-width: 1300px) {
  .outer-switcher.pub .switcher {
    left: 732px;
    top: 476px; }

  .inner-block .content .lng {
    float: none; }
    .inner-block.horizontal {
      width: 592px; }
      .inner-block.horizontal .img {
        min-width: 290px; } }

@media (max-width: 960px) {
  .inner-block {
    flex-direction: row;
    flex-wrap: wrap; }
    .inner-block.onecol {
      margin-bottom: 30px; }
      .inner-block.onecol .img {
        min-width: auto; }
    .inner-block.horizontal {
      width: calc(100% - 40px); }
      .inner-block.horizontal.pub {
        width: 100%; }
        .inner-block.horizontal.pub .img {
          background-size: cover !important; }
      .inner-block.horizontal.paging {
        width: 100%; }
      .inner-block.horizontal .img {
        min-width: unset; }
    .inner-block.search-project .date-container.event {
      position: relative;
      top: 0;
      left: 0;
      padding: 30px 20px;
      height: fit-content;
      width: calc(50vw  - 40px); }
      .inner-block.search-project .outer-bullet.event {
        width: calc(50vw - 41px);
        min-width: auto; }
        .inner-block.search-project .outer-bullet.event .bullet {
          top: calc(50% - 37px); }
      .inner-block.search-project .outer-bullet.search .bullet {
        bottom: 17px;
        left: 20px; }
      .inner-block.search-project .outer-bullet .bullet {
        bottom: 12px;
        left: 20px; }
      .inner-block.search-project .date-container {
        top: 260px; }
    .inner-block .img {
      width: calc(100vw - 40px) !important; }
    .inner-block .content {
      height: fit-content;
      width: 100%; }
      .inner-block .content .section.search-project, .inner-block .content .descr.search-project {
        padding-right: 0; }
    .inner-block .content {
      padding: 20px 20px 50px; }
    .inner-block.pub-detail {
      margin-bottom: 0; }

  .related-container .related-list {
    flex-direction: column;
    width: 100%; }
    .related-container .related-list .related {
      width: 100%;
      height: fit-content; }
      .related-container .related-list .related:nth-child(even) {
        margin-left: 0; }
      .related-container .related-list .related .related-content {
        padding: 20px 50px 20px 15px;
        width: 100%; }
        .related-container .related-list .related .related-content .outer-bullet {
          right: 10px; }
    .related-container .past-container .subtitle {
      margin-left: 20px; }

  .pub-detail .bottom {
    height: auto;
    width: calc(100vw - 40px); }

  .outer-switcher.pub .switcher {
    left: 20px;
    top: 40px;
    z-index: 1; } }

@media (max-width: 480px) {
  .inner-block.vertical {
    flex-direction: column;
    width: calc(100% - 40px); }
    .inner-block.vertical .date {
      position: absolute;
      right: 30px;
      top: 32px; }
    .inner-block.vertical .img {
      width: auto; }
    .inner-block .content .descr.search-project {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 20;
      -webkit-box-orient: vertical;
      word-wrap: break-word;
      line-height: 1.375;
      --lh: 1.375rem;
      --max-lines: 20;
      max-height: calc(var(--lh) * var(--max-lines) * 1.2); } }

@media (max-width: 340px) {
  .inner-block .search-project .date-container.event .date {
    margin-left: 0; }

  .related-container .related-list {
    width: calc(100% - 90px); }
    .related-container .related-list .related .related-content .outer-bullet {
      right: 5px; } }
