/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: "Codec Pro";
  font-weight: normal;
  src: url("../fonts/Codec-Pro-Regular.eot");
  src: url("../fonts/Codec-Pro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Codec-Pro-Regular.woff") format("woff"), url("../fonts/Codec-Pro-Regular.ttf") format("truetype"); }

.fluid-wrapper {
  width: 100%;
  position: relative; }

.first-fluid {
  width: 100%;
  height: 100vh;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  margin-bottom: 150px;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden; }

.first-main-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1; }

.first-bottom-img-desc {
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2; }

.first-bottom-img-mob {
  display: none;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2; }

.first-header {
  width: 100%;
  box-sizing: border-box;
  padding: 40px 36px 40px 46px;
  position: absolute;
  top: 42px;
  left: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  z-index: 100;
  position: fixed;
  top: 0px;
  left: 0;
  -webkit-transition: opacity .3s, background .3s, -webkit-transform .3s;
  transition: opacity .3s, background .3s, -webkit-transform .3s;
  transition: opacity .3s, transform .3s, background .3s;
  transition: opacity .3s, transform .3s, background .3s, -webkit-transform .3s; }
  .first-header.scrolling {
    opacity: 0;
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%); }
  .first-header.active {
    opacity: 1;
    background: #fff;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
    .first-header.active .first-header-menu-item p {
      color: #000; }
    .first-header.active .first-header-menu-item span {
      color: #00A788; }
    .first-header.active .first-header-logo svg {
      fill: #00A788; }
    .first-header.active .first-burger svg {
      fill: #00A788; }

.first-header-logo {
  display: block;
  width: 180px;
  height: 40px; }
  .first-header-logo svg {
    fill: #fff;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: fill .3s;
    transition: fill .3s; }

.first-header-menu {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center; }

.first-header-menu-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-left: 40px; }
  .first-header-menu-item p {
    font-size: 10px;
    line-height: 26px;
    text-align: right;
    color: #FFFFFF;
    margin-right: 10px; }
  .first-header-menu-item span {
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF; }
  .first-header-menu-item.active span {
    text-decoration: underline; }

.first-title {
  max-width: 550px;
  box-sizing: border-box;
  padding-left: 36px;
  font-size: 54px;
  line-height: 72px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
  z-index: 4; }

.dots {
  position: fixed;
  top: 50vh;
  right: 36px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  z-index: 10;
  -webkit-transform: translateY(-56%);
          transform: translateY(-56%); }
  .dots.active .dots-item {
    border-color: #808080; }
    .dots.active .dots-item.active {
      border-color: #00A788; }

.dots-item {
  width: 10px;
  height: 10px;
  border: 2px solid #FFFFFF;
  box-sizing: border-box;
  margin-bottom: 10px;
  border-radius: 50%;
  -webkit-transition: border-color .3s;
  transition: border-color .3s; }
  .dots-item.active {
    border: 2px solid #00A788; }
  .dots-item.gray {
    border: 2px solid #808080; }

.about-800 {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 250px; }

.about-num {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.25em;
  color: #000000;
  margin-bottom: 50px; }

.about-title {
  font-size: 72px;
  line-height: 72px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #00A788;
  margin-bottom: 50px; }

.about-paragraph {
  font-size: 18px;
  line-height: 150%;
  color: #000000;
  margin-bottom: 36px; }
  .about-paragraph a {
    color: #00A788; }

.video-fluid {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 150px; }

.video-poster-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  overflow: hidden; }
  .video-poster-img img {
    width: 120%;
    height: 120%;
    margin-left: -10%;
    -o-object-fit: cover;
       object-fit: cover; }
  .video-poster-img.hide {
    display: none; }

.video-poster-center {
  max-width: 947px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  z-index: 10; }
  .video-poster-center.hide {
    display: none; }

.video-poster-text-num {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.25em;
  color: #FFFFFF;
  margin-bottom: 50px; }

.video-poster-text-title {
  max-width: 561px;
  font-size: 84px;
  line-height: 96px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  margin-left: -6px; }

.video-wrapper {
  padding-bottom: 56%;
  cursor: pointer;
  position: relative; }

.video-poster-play-icon {
  width: 128px;
  height: 128px;
  cursor: pointer; }
  .video-poster-play-icon img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s; }
  .video-poster-play-icon:hover img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }

.infographics {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 200px; }
  .infographics .about-title {
    margin-bottom: 100px; }

.infographics-container {
  width: 100%;
  height: calc(100vh - 100px);
  position: relative; }

.infographics-item {
  text-align: center;
  width: 100%; }
  .infographics-item img {
    display: block;
    width: auto;
    margin: 50px auto;
    height: calc(100vh - 100px - 106px);
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0; }
    .infographics-item img.desktop {
      display: block; }
    .infographics-item img.mob {
      display: none; }
  .infographics-item_1 img {
    opacity: 1; }
  .infographics-item_1 .infographics-item-info {
    opacity: 1; }

.infographics-item-info {
  display: -webkit-box;
  display: flex;
  text-align: left;
  position: absolute;
  opacity: 0; }
  .infographics-item-info.year-1018 {
    top: 50px;
    left: 0; }
  .infographics-item-info.year-1011 {
    bottom: -30px;
    left: 0; }
  .infographics-item-info.year-1633 {
    top: 50px;
    left: 0; }
  .infographics-item-info.year-1690 {
    top: 50px;
    right: 0;
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
    max-width: 490px; }
  .infographics-item-info.year-2020 {
    bottom: -70px;
    left: 0; }

.infographics-item-info__year {
  font-weight: normal;
  font-size: 48px;
  line-height: 48px;
  color: #00A788;
  margin-right: 20px; }

.infographics-item-info__text p {
  font-size: 22px;
  line-height: 27px;
  color: #000000;
  margin-bottom: 5px; }

.infographics-item-info__text span {
  font-size: 14px;
  line-height: 21px;
  color: #333333; }

.st {
  font-size: 48px;
  color: #00A788;
  position: absolute;
  top: 30px;
  left: -90px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }

.gray-wrapper {
  width: 100%;
  background: url("../images/gray-bg.png") no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 100px;
  padding-bottom: 160px;
  overflow: hidden; }

.bottom-church2 {
  width: 100%;
  position: absolute;
  bottom: -5px;
  left: 0; }
  .bottom-church2 img {
    width: 100%; }

.frescoes {
  width: 100%;
  padding-top: 200px; }

.frescoes-num {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.25em;
  color: #000000; }

.frescoes-title {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  font-size: 72px;
  line-height: 65px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #00A788;
  margin-bottom: 100px; }

.frescoes-container {
  width: 100%;
  position: relative; }

.frescoes-pop {
  position: fixed;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .frescoes-pop.zoom {
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.popup-frescoes {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
  cursor: none; }
  .popup-frescoes .overlay {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    background: #fff; }
    .popup-frescoes .overlay.active {
      opacity: 1;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.frescoes-image-slider-wrapper {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  position: relative; }

.frescoes-image-slider {
  width: 181px;
  z-index: 1;
  position: relative;
  cursor: none !important; }
  .frescoes-image-slider:hover {
    cursor: none; }

.arrows {
  display: none; }

.frescoes-item {
  overflow: hidden; }
  .frescoes-item img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: translateX(-30%) scale(1.6);
            transform: translateX(-30%) scale(1.6);
    -webkit-transition: all 2s !important;
    transition: all 2s !important; }
  .frescoes-item.slick-active img {
    -webkit-transform: translateX(0%) scale(1);
            transform: translateX(0%) scale(1); }

.frescoes-names-slider-wrapper {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 40px;
  left: calc((100vw - 800px) / 2); }

.frescoes-names-slider {
  /*width: 100vw;
    margin-left: calc(((100vw - 800px) + 70px) / (-2));*/
  z-index: 1;
  pointer-events: none;
  position: relative;
  width: calc( 100% + ( (100vw - 800px) / (2) + (62px) + (calc(100% / 5))));
  margin-left: calc(83px + calc( 100% + ( (100vw - 800px) / (2) + (0px) + (calc(100% / 5)))) / (-5)); }

.frescoes-names-item {
  margin: 0 55px;
  opacity: 0.5;
  width: 150px;
  -webkit-transition: opacity 2s;
  transition: opacity 2s; }
  .frescoes-names-item[data-slick-index="0"].out {
    opacity: 0 !important; }
  .frescoes-names-item p {
    max-width: 150px;
    font-size: 22px;
    line-height: 27px;
    color: #000000;
    margin-bottom: 20px; }
  .frescoes-names-item span {
    display: block;
    max-width: 150px;
    font-size: 14px;
    line-height: 21px;
    color: #333333; }
  .frescoes-names-item.current {
    opacity: 1; }
  .frescoes-names-item.out {
    opacity: 0; }

.footer {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 50px 20px 100px 20px;
  display: -webkit-box;
  display: flex; }

.footer-left {
  width: 54%; }

.footer-copy {
  margin-bottom: 70px; }
  .footer-copy p {
    font-size: 18px;
    line-height: 150%;
    color: #000000; }

.footer-left-links a {
  display: inline-block;
  font-size: 14px;
  line-height: 150%;
  color: #000000;
  border-bottom: 1px solid #00A788;
  margin-bottom: 20px; }

.footer-right {
  width: 46%;
  display: -webkit-box;
  display: flex; }

.footer-right1 {
  width: 50%; }

.footer-right1-logo {
  margin-bottom: 38px; }
  .footer-right1-logo p {
    font-size: 14px;
    line-height: 150%;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 15px; }
  .footer-right1-logo img {
    max-width: 179px; }

.footer-right1-feedback p {
  font-size: 14px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 19px; }

.footer-right1-feedback a {
  display: inline-block;
  font-size: 18px;
  line-height: 150%;
  color: #000000;
  border-bottom: 1px solid #00A788; }

.footer-right2 {
  width: 50%; }

.footer-social {
  margin-bottom: 42px; }

.footer-social-title {
  font-size: 14px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 15px; }

.footer-social-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center; }
  .footer-social-container a {
    display: inline-block;
    margin-right: 24px; }

.first-burger {
  display: none;
  cursor: pointer; }
  .first-burger svg {
    width: 70px;
    height: 23px;
    fill: #fff; }

.mob-menu {
  width: 100%;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  display: none; }
  .mob-menu.show {
    display: -webkit-box;
    display: flex; }

.mob-menu-close {
  width: 57px;
  height: 36px;
  position: absolute;
  top: 39px;
  right: 39px; }
  .mob-menu-close img {
    width: 100%; }

.mob-menu-item {
  margin-bottom: 40px;
  display: -webkit-box;
  display: flex; }
  .mob-menu-item p {
    font-size: 20px;
    line-height: 52px;
    color: #000000;
    margin-right: 34px; }
  .mob-menu-item span {
    font-size: 36px;
    line-height: 52px;
    color: #00A788; }

.first-burger-mob {
  display: none; }

.mob-menu-close-mob {
  display: none; }

.video-mob-title {
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  display: none; }
  .video-mob-title p {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 30px; }
  .video-mob-title span {
    display: block;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 50px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #00A788; }

.video-poster-text {
  display: block;
  margin-top: 10%; }

.lang-mob {
  font-weight: normal;
  font-size: 22px;
  line-height: 22px;
  color: #FFFFFF;
  display: block;
  margin-right: 40px;
  display: none; }

@media screen and (max-width: 1200px) {
  .frescoes-names-slider {
    margin-left: calc(23px + calc(100% + ((100vw - 800px) / (2) + (0px) + (calc(100% / 5)))) / (-5)); }
  .infographics-item-info.year-1690 {
    right: 130px;
    max-width: 430px; }
  .st {
    left: -15px;
    font-size: 36px; } }

@media screen and (max-width: 1125px) {
  .first-header-menu-item {
    margin-left: 20px; } }

@media screen and (max-width: 950px) {
  .lang-mob {
    display: block; }
  .first-burger {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; }
  .first-header-menu {
    display: none; }
  .video-poster-text-num {
    font-size: 12px; }
  .about-800 {
    box-sizing: border-box;
    max-width: 456px; }
  .about-title {
    font-size: 54px;
    line-height: 54px; }
  .video-poster-text-title {
    font-size: 63px;
    line-height: 72px; }
  .video-poster-play-icon {
    width: 96px;
    height: 96px; }
  .video-poster-center {
    width: 650px; }
  .infographics {
    max-width: 456px; }
  .frescoes-title {
    font-size: 54px; }
  .footer-left {
    width: 30.5%; }
  .footer-right {
    width: 65.5%; }
  .footer {
    -webkit-box-pack: justify;
            justify-content: space-between; }
  .cursor {
    display: none !important; }
  .video-poster-img img {
    min-height: calc(100% + 150px);
    margin-top: 0; }
  .frescoes {
    max-width: 450px;
    margin: 0 auto; }
  .frescoes-names-slider {
    width: calc( 100% + ( (100vw - 450px) / (2) - (20px) + (calc(100% / 5))));
    margin-left: calc(-15px + calc( 100% + ( (100vw - 450px) / (2) + (0px) + (calc(100% / 5)))) / (-5)); }
  .infographics {
    max-width: 100%;
    margin-bottom: 50px; }
    .infographics .about-num,
    .infographics .about-title {
      max-width: 456px;
      margin: 0 auto; }
    .infographics .about-title {
      margin-top: 50px; }
  .infographics-item {
    height: auto;
    display: -webkit-box !important;
    display: flex !important;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding: 0 35px;
    box-sizing: border-box; }
    .infographics-item_3 .infographics-item-info {
      width: 100%;
      max-width: 100% !important; }
    .infographics-item img {
      position: relative;
      height: auto;
      width: 100%;
      opacity: 1 !important; }
      .infographics-item img.desktop {
        display: none; }
      .infographics-item img.mob {
        display: block; }
  .infographics-item-info {
    opacity: 1;
    position: relative;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    width: calc(50% - 12px);
    -webkit-transform: translate(0%, 0) !important;
            transform: translate(0%, 0) !important;
    max-width: calc(50% - 12px) !important; }
  .infographics-container {
    height: auto; }
  .arrows {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    margin: 60px auto 0px;
    z-index: 1;
    position: relative; }
    .arrows .arrows_prev,
    .arrows .arrows_next {
      width: 88px;
      height: 88px;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center;
      -webkit-transition: all .3s;
      transition: all .3s;
      outline: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .arrows .arrows_prev .btn,
      .arrows .arrows_next .btn {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        border: 2px solid #00A788;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center;
        -webkit-box-pack: center;
                justify-content: center;
        box-sizing: border-box;
        -webkit-transition: all .3s;
        transition: all .3s; }
      .arrows .arrows_prev.slick-disabled,
      .arrows .arrows_next.slick-disabled {
        -webkit-filter: grayscale(1);
                filter: grayscale(1);
        opacity: .7; }
    .arrows .arrows_prev .btn {
      padding-right: 2.5px; }
    .arrows .arrows_next .btn {
      padding-left: 2.5px; } }

@media screen and (max-width: 800px) {
  .frescoes-names-slider {
    width: calc( 100% + ( (100vw - 450px) / (2) - (-65px) + (calc(100% / 5))));
    margin-left: calc(0px + calc( 100% + ( (100vw - 450px) / (2) + (0px) + (calc(100% / 5)))) / (-5)); } }

@media screen and (max-width: 650px) {
  .lang-mob {
    font-size: 16px;
    line-height: 16px; }
  .dots {
    display: none; }
  .first-title {
    max-width: 220px;
    font-size: 36px;
    line-height: 43px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF; }
  .first-header {
    top: 0px;
    padding: 10px 20px; }
  .first-burger-mob {
    display: block; }
  .first-burger-desc {
    display: none; }
  .first-bottom-img-desc {
    display: none; }
  .first-bottom-img-mob {
    display: block; }
  .mob-menu-close {
    width: 24px;
    height: 16px; }
  .mob-menu-item p {
    font-size: 12px;
    line-height: 36px;
    margin-right: 34px; }
  .mob-menu-item span {
    font-size: 24px;
    line-height: 36px; }
  .mob-menu-close-mob {
    display: block; }
  .mob-menu-close-desc {
    display: none; }
  .first-fluid {
    margin-bottom: 100px; }
  .about-800 {
    padding: 0 24px;
    margin-bottom: 120px; }
  .about-num {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 30px; }
  .about-title {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 50px; }
  .about-paragraph {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 30px; }
  .video-mob-title {
    display: block; }
  .video-poster-text {
    display: none; }
  .video-poster-play-icon {
    margin: 0 auto;
    width: 64px;
    height: 64px; }
  .video-fluid {
    margin-bottom: 100px; }
  .frescoes-num {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 30px; }
  .frescoes-title {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 50px; }
  .footer {
    padding: 50px 12px;
    flex-wrap: wrap; }
  .footer-left {
    width: 100%;
    margin-bottom: 50px; }
  .footer-copy {
    margin-bottom: 20px; }
    .footer-copy p {
      font-size: 14px;
      line-height: 150%; }
  .footer-left-links a {
    font-size: 11px;
    line-height: 150%; }
  .footer-right {
    width: 100%;
    -webkit-box-pack: justify;
            justify-content: space-between; }
  .footer-right1-logo {
    margin-bottom: 30px; }
    .footer-right1-logo p {
      font-size: 11px;
      line-height: 150%;
      margin-bottom: 15px; }
    .footer-right1-logo img {
      width: 134px; }
  .footer-right1 {
    width: 45.5%; }
  .footer-right2 {
    width: 45.5%; }
  .footer-right1-feedback p {
    font-size: 11px;
    line-height: 150%;
    margin-bottom: 15px; }
  .footer-right1-feedback a {
    font-size: 14px; }
  .footer-social-title {
    font-size: 11px;
    line-height: 150%;
    margin-bottom: 15px; }
  .footer-social-container a {
    margin-right: 10px;
    width: 26px;
    height: 26px; }
    .footer-social-container a img {
      width: 26px;
      height: 26px; }
  .footer-social {
    margin-bottom: 37px; }
  .first-burger {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px); }
  .infographics {
    padding: 0 20px; }
  .first-header-logo {
    width: 134px; }
  .first-burger svg {
    width: 26px; }
  .frescoes-names-slider-wrapper {
    left: 0%; }
  .frescoes-names-slider {
    width: 100%;
    margin-left: 0%; }
  .frescoes-names-item {
    margin: 0 10px; }
  .fluid-wrapper {
    overflow: hidden; }
  .frescoes {
    padding: 0 24px;
    padding-top: 75px; }
  .frescoes-container .arrows {
    margin-left: -24px; }
  .gray-wrapper {
    padding-bottom: 50px; }
  .frescoes-image-slider {
    margin-left: 40px;
    max-width: 40vw; }
  .frescoes-names-slider .slick-track {
    margin-left: -60px; }
  .infographics {
    box-sizing: border-box; }
  .infographics-item {
    padding: 0;
    display: block !important; }
    .infographics-item img {
      height: auto;
      position: relative;
      top: auto;
      left: auto;
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); }
  .arrows {
    margin-bottom: -20px; }
    .arrows .arrows_prev .btn,
    .arrows .arrows_next .btn {
      width: 36px;
      height: 36px;
      margin: 0 12px; }
      .arrows .arrows_prev .btn img,
      .arrows .arrows_next .btn img {
        width: 10px; }
  .infographics-item-info {
    max-width: 100% !important;
    width: 100% !important;
    margin-bottom: 20px;
    -webkit-box-align: start;
            align-items: flex-start; }
    .infographics-item-info__year {
      font-size: 24px;
      line-height: normal;
      width: 40px; }
    .infographics-item-info__text {
      width: calc(100% - 40px - 20px); }
      .infographics-item-info__text p {
        font-size: 14px;
        line-height: 20px; }
      .infographics-item-info__text span {
        font-size: 11px;
        line-height: 16px; }
  .frescoes-names-slider-wrapper {
    top: 80px; }
  .st {
    left: auto;
    top: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    margin-bottom: 20px;
    position: relative;
    font-size: 24px; }
  .mob-menu-container {
    padding: 0 30px; } }

.cursor {
  position: fixed;
  width: 50px;
  height: 50px;
  border: 2px solid #000;
  font-size: 26px;
  font-weight: 300;
  color: #000;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  z-index: 999;
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  pointer-events: none; }
  .cursor.active {
    -webkit-transform: scale(1);
            transform: scale(1); }
  .cursor.cursor-minus {
    color: #000;
    border: 2px solid #000; }

.error-wrapper-fluid {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  background: url("../images/bottom-church3.svg") no-repeat center bottom;
  background-size: contain;
  box-sizing: border-box; }

.error-wrapper-800 {
  max-width: 800px;
  width: 100%;
  margin: 0 auto; }

.error-title {
  margin-bottom: 50px; }
  .error-title p {
    font-size: 108px;
    line-height: 100px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #00A788; }
  .error-title span {
    font-size: 54px;
    line-height: 110%;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000000; }

.error-link {
  display: inline-block;
  font-size: 18px;
  line-height: 150%;
  color: #000000;
  border-bottom: 1px solid #00A788; }

@media screen and (max-width: 950px) {
  .error-wrapper-800 {
    max-width: 448px; } }

@media screen and (max-width: 650px) {
  .error-wrapper-800 {
    box-sizing: border-box;
    padding: 0 24px; }
  .error-title p {
    font-size: 81px;
    line-height: 75px; }
  .error-title span {
    font-size: 40px;
    line-height: 72px; }
  .error-link {
    font-size: 14px;
    line-height: 150%; }
  .error-wrapper-fluid {
    background: url("../images/bottom-church3-320.svg") no-repeat center bottom;
    background-size: contain; } }

*,
html,
body {
  font-family: 'Codec Pro';
  font-weight: normal;
  outline: none; }

html {
  width: 100%; }

a {
  text-decoration: none; }

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