@charset "UTF-8";
@font-face {
    font-family: "CirceRegular";
    src: url("/static/fonts/CRC55.eot?9e188c2217a3");
    src: local("☺"), url("/static/fonts/CRC55.eot?&9e188c2217a3#iefix") format("embedded-opentype"), url("/static/fonts/CRC55.woff?9e188c2217a3") format("woff"), url("/static/fonts/CRC55.ttf?9e188c2217a3") format("truetype");
    font-style: normal;
    font-weight: normal
}

@font-face {
    font-family: "CirceBold";
    src: url("/static/fonts/Circe-Bold.eot?9e188c2217a3");
    src: local("☺"), url("/static/fonts/Circe-Bold.eot?&9e188c2217a3#iefix") format("embedded-opentype"), url("/static/fonts/Circe-Bold.woff?9e188c2217a3") format("woff"), url("/static/fonts/Circe-Bold.ttf?9e188c2217a3") format("truetype");
    font-style: normal;
    font-weight: normal
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

* {
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-y: auto
}

body {
    font-family: "CirceRegular", sans-serif;
    position: relative;
    font-size: 17px;
    line-height: 1.5em;
    height: auto !important;
    height: 100%;
    margin: 0 auto;
    min-height: 100%;
    color: #010101;
}
a {
    color: black;
    text-decoration: none;
}
strong {
    font-weight: bold;
}
h1, h2, h3 {
    font-family: "CirceBold";
}
h1 {
    font-size: 33px;
    text-align: center;
    color: white;
    position: absolute;
    top: 55%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    line-height: 1.3em;
    z-index: 2;
}
h1 span {
    display: block;
    font-size: 25px;
}
h3 {
    margin-bottom: 0.5em;
}
.banner {
    position: relative;
    line-height: 0;
    background: #000;
    text-align: center;
    z-index: 0;
    overflow: hidden;
}
.banner img {
    width: 100%;
    height: auto;
}
.banner:after {
    content: " ";
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 30%;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(255,255,255, 0) 0%, #FFFFFF 100%);
}
.content {
    position: relative;
    margin: 0 0 50px;
}
.wrap {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}
.main-text {
    position: relative;
    padding: 25px;
}
p {
    margin-bottom: 1em;
}

.media {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
    overflow: hidden;
}

.words__item {
    background: #F4F4F4;
    padding: 50px 25px 20px;
    margin-bottom: 2px;
    line-height: 1.3em;
    background-image: linear-gradient(to bottom, rgba(255,255,255, 0) 0%, #FFFFFF 70%);
}
.words__item .sign {
    margin-top: 0;
}
.slider {
    width: 190%;
}
.slider .slide {
    position: relative;
    padding-right: 20px;
    display: flex;
}
.slider .slide .bgr {
    background: white;
    display: flex;
    width: 100%;
    align-items: center;
}
.slider .slide img {
    width: 100%;
}

.slick-track, .slider .slide {
    display: flex !important;
}
.slick-slide {
    height: auto !important;
}
.pagination {
    text-align: center;
}
.pagination .page {
    width: 24px;
    height: 24px;
    font-family: "CirceBold";
    display: inline-block;
    text-decoration: none;
    line-height: 28px;
    margin: 2px;
}
.pagination span.page {
    color: white;
    background: black;
}
.slider-mob {
    display: block;
}
.slider-desk {
    display: none;
}   

.sign {
    position: relative;
    color: #333;
    font-size: 0.8em;
    padding-bottom: 20px;
    line-height: 1.3em;
}
.main-text .sign {
    text-align: right;
}
.sign span {
    display: block;
    font-family: "CirceBold";
    font-size: 1.5em;
    color: #010101;
    padding-bottom: 7px;
}
.langs {
    position: absolute;
    top: 20px;
    left: 20px;
}
.langs a {
    color: white;
    text-decoration: none;
    font-size: 15px;
    display: inline-block;
    margin: 0;
    width: 30px;
    height: 30px;
    line-height: 32px;
    border-radius: 50%;
    background: transparent;
}
.langs a.active {
    background: white;
    color: black;
}
@media (min-width: 768px) {
    body {
        font-size: 20px;
        line-height: 1.4em;
    }
    .banner {
        height: 100vh;
        max-height: 900px;
    }
    .banner img {
        position: absolute;
        height: 100%;
        width: auto;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .banner:after {
        background-image: linear-gradient(to bottom, rgba(0,0,0, 0) 0%, #000000 100%);
    }
    h1 {
        font-size: 53px;
        top: auto;
        bottom: -30px;
    }
    h1 span {
        font-size: 35px;
    }
    .media {
        overflow-x: scroll;
    }
    .main-text {
        margin-top: 0;
        padding: 60px 25px 40px;
    }
    .words {
        padding: 0 25px;
    }
    #words {
        margin-top: 100px;
    }
    .words__item {
        margin-bottom: 50px;
    }
    .slider {
        display: flex;
        width: auto;
    }
    .slider img {
        height: 500px;
    }
    .slider .slide {
        float: left;
    }
    .slider .slide .bgr {
        background: transparent;
    }
    .slider .slide img {
        width: auto;
    }
    .pagination .page {
        /*color: white;*/
        width: 40px;
        height: 40px;
        line-height: 44px;
        font-size: 24px;
        margin: 10px;
    }
    .slider-mob {
        display: none;
    }
    .slider-desk {
        display: flex;
    }   
    .langs {
        left: auto;
        top: 3vw;
        right: 3vw;
    }
}
div[data-cuted] > p {
    display: none;
}
div.opened[data-cuted] > p {
    display: block;
}
div.opened[data-cuted] .read-more {
    display: none;
}
div[data-cuted] > p:nth-child(1),
div[data-cuted] > p:nth-child(2),
div[data-cuted] > p:nth-child(3) {
    display: block;
}
.read-more-box {
    text-align: right;
}
.read-more {
    font-family: "CirceBold";
    border-bottom: 1px solid #000;
    display: inline-block;
    line-height: 1em;
}

.circle-loader {
  animation: circle-rotate 1s linear infinite;
  position: absolute;
  background: transparent;
  border: 4px solid #111;
  border-bottom-color: #f0f0f0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  padding: 0;
  opacity: 0.7;
  z-index: 99999;
}

@keyframes circle-rotate {
  100% {
    transform: rotate(360deg);
  }
}

[v-cloak] {
    opacity: 0;
}