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

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

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}

body > canvas {
    display: none
}

body {
    margin: 0;
    font-family: Consolas, sans-serif;
    overflow-x: hidden
}

.container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    position: relative
}

.mobile {
    display: none
}

a:hover {
    opacity: .75
}

img {
    max-width: 100%
}

header .main-nav {
    position: fixed;
    z-index: 999;
    top: 0
}

header .main-nav .main-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px;
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    background-color: #000;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-right: 15px
}

header .main-nav .main-menu li {
    padding-left: 10px
}

header .main-nav .main-menu li a {
    text-decoration: none
}

header .main-nav .main-menu li:hover {
    opacity: .7
}

header .main-nav .main-menu li:nth-of-type(9n+1) a {
    color: #fff
}

header .main-nav .main-menu li:nth-of-type(9n+2) a {
    color: #ffab7f
}

header .main-nav .main-menu li:nth-of-type(9n+3) a {
    color: #9a47ff
}

header .main-nav .main-menu li:nth-of-type(9n+4) a {
    color: #cc47ff
}

header .main-nav .main-menu li:nth-of-type(9n+5) a {
    color: #5ce700
}

header .main-nav .main-menu li:nth-of-type(9n+6) a {
    color: #3a4ddf
}

header .main-nav .main-menu li:nth-of-type(9n+7) a {
    color: #56d6b9
}

header .main-nav .main-menu li:nth-of-type(9n+8) a {
    color: #dbff0f
}

header .main-nav .main-menu li:nth-of-type(9n) a {
    color: #ffab00
}

.parallax-wrapper {
    position: absolute;
    width: 100%;
    overflow: hidden;
    z-index: -1
}

.parallax-image {
    position: absolute;
    z-index: -1
}

.parallax-image img {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2
}

#rusalka-image {
    left: 50px;
    top: 288px;
    width: 258px;
    height: 503px
}

#masque-image {
    right: -50px;
    top: 1180px;
    width: 266px;
    height: 141px
}

#camera-image {
    right: 30px;
    top: 213px;
    width: 216px;
    height: 210px
}

#micro-image {
    right: 78px;
    top: 710px;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    width: 189px;
    height: 332px
}

#baffle-image {
    right: -170px;
    top: 1570px;
    width: 245px;
    height: 313px
}

#tete-image {
    left: 20px;
    top: 1705px;
    width: 258px;
    height: 277px
}

section.s-home-logo {
    overflow: hidden;
    padding-top: 120px;
    padding-bottom: 120px
}

section.s-home-logo .logo-wrapper {
    width: 700px;
    height: 672px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

section.s-home-logo .logo-wrapper #logo-bg {
    position: absolute;
    width: 100%;
    height: 100%
}

section.s-home-logo .logo-wrapper .logo-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    font-size: 16px;
    list-style-type: none;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 76px
}

section.s-home-logo .logo-wrapper .logo-menu a {
    text-decoration: none;
    display: block;
    line-height: 1
}

section.s-home-logo .logo-wrapper .logo-menu a:hover {
    opacity: .7
}

section.s-home-logo .logo-wrapper .logo-menu li:nth-of-type(4n+1) a {
    color: #f9986e
}

section.s-home-logo .logo-wrapper .logo-menu li:nth-of-type(4n+2) a {
    color: #56d107
}

section.s-home-logo .logo-wrapper .logo-menu li:nth-of-type(4n+3) a {
    color: #9a47ff
}

section.s-home-logo .logo-wrapper .logo-menu li:nth-of-type(4n) a {
    color: #dd07dd
}

section.s-home-logo .logo-wrapper .logo-inner {
    width: 388px;
    height: 368px;
    background-image: url(../img/carre.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

section.s-home-logo .logo-wrapper .logo-inner .op-img {
    position: absolute;
    opacity: .1;
    z-index: 2
}

section.s-home-logo .logo-wrapper .logo-inner .logo {
    width: 344px;
    height: 344px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    position: relative
}

section.s-home-logo .logo-wrapper .logo-inner .logo video {
    height: 100%
}

section.s-home-logo .logo-wrapper .logo-inner .logo .logo-image {
    position: absolute;
    width: 50%
}

section.s-about {
    padding-top: 120px;
    overflow: hidden
}

section.s-about .about-top {
    padding-left: 388px
}

section.s-about .about-top .about-top-title {
    width: 436px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

section.s-about .about-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 90px
}

section.s-about .about-bottom .about-bottom-left {
    min-width: 388px;
    height: 370px;
    background-image: url(../img/carre.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

section.s-about .about-bottom .about-bottom-left span.title-text {
    color: #fff;
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 700;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    margin-bottom: 10px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

section.s-about .about-bottom .about-bottom-right {
    width: 100%;
    padding-top: 135px;
    padding-left: 190px;
    -webkit-transition: 1s linear;
    -o-transition: 1s linear;
    transition: 1s linear
}

section.s-about .about-bottom .about-bottom-right .about-bg.visible {
    -webkit-animation: about-bg 4s ease-in-out;
    animation: about-bg 4s ease-in-out;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

section.s-about .about-bottom .about-bottom-right .about-text {
    width: 450px;
    font-weight: 700;
    line-height: 2;
    font-size: 12px;
    text-align: justify
}

section.s-about .about-bottom .about-bottom-right .about-text p {
    margin-bottom: 26px;
    margin-top: 0
}

section.s-about .about-bottom .about-bottom-right .about-text p.green {
    color: #33b53d
}

section.s-about .about-bottom .about-bottom-right .about-text p.purple {
    color: #9a47ff
}

section.s-contacts {
    padding: 80px 0 60px;
    position: relative
}

section.s-contacts .cc-hover-trigger {
    z-index: 1;
    height: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-border-radius: 50%;
    border-radius: 50%
}

section.s-contacts .contacts-canvas {
    position: relative;
    width: 113.7%;
    max-width: -webkit-calc(100% + 25vw - 25%);
    max-width: calc(100% + 25vw - 25%)
}

section.s-contacts .contacts-canvas .contacts-block {
    width: 320px;
    height: 240px;
    position: absolute;
    left: 4.5%;
    bottom: 11.83%;
    background-color: #00d7b9;
    padding: 20px 25px;
    color: #fff;
    font-size: 14px;
    line-height: 1.8;
    z-index: 1
}

section.s-contacts .contacts-canvas .contacts-block .socials {
    padding-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

section.s-contacts .creator-link {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: max-content;
    margin-left: auto;
    margin-top: 50px;
}

section.s-contacts .contacts-canvas .contacts-block .socials a {
    margin-right: 18px
}

section.s-contacts .contacts-canvas .contacts-block .socials a img {
    height: 18px
}

section.s-contacts .contacts-canvas .contacts-block .address {
    margin-bottom: 10px
}

section.s-contacts .contacts-canvas .contacts-block .address span {
    white-space: nowrap
}

section.s-contacts .contacts-canvas .contacts-block a {
    color: #fff;
    text-decoration: none
}

section.s-contacts .contacts-canvas .cc-image {
    position: absolute;
    z-index: -2;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease
}

section.s-contacts .contacts-canvas #cc-7 {
    left: 0;
    top: 7.74%;
    width: 16.67%;
    height: 80.215%
}

section.s-contacts .contacts-canvas #cc-1 {
    right: 0;
    top: 7.96%;
    width: 23.06%;
    height: 82.58%
}

section.s-contacts .contacts-canvas #cc-2 {
    right: 25.06%;
    top: 13.44%;
    width: 16.21%;
    height: 53.226%
}

section.s-contacts .contacts-canvas #cc-4 {
    right: 19.77%;
    width: 67.83%;
    bottom: 0;
    z-index: -3
}

section.s-contacts .contacts-canvas #cc-3 {
    width: 7.75%;
    height: 29.247%;
    right: 42.18%;
    top: 33.333%
}

section.s-contacts .contacts-canvas #cc-5 {
    left: 34.88%;
    top: 51.61%;
    width: 12.92%;
    height: 17.204%;
    z-index: -1
}

section.s-contacts .contacts-canvas #cc-8 {
    top: 23.225%;
    left: 16.99%;
    width: 10.667%
}

section.s-contacts .contacts-canvas #cc-10 {
    width: 10.34%;
    height: 36.56%;
    left: 27.778%;
    top: 28.495%
}

section.s-contacts .contacts-canvas #cc-6-1 {
    width: 3.876%;
    height: 59.14%;
    right: 34.43%;
    top: 0;
    z-index: -3
}

section.s-contacts .contacts-canvas #cc-6-2 {
    width: 2.067%;
    height: 19.89%;
    right: 44.12%;
    top: 22.04%;
    z-index: -3
}

section.s-contacts .cc-hover-trigger:hover + .contacts-canvas #cc-1 {
    right: 2%;
    top: 6.96%;
    width: 23.06%;
    height: 82.58%;
    -webkit-transform: scale(.92, 1);
    -ms-transform: scale(.92, 1);
    transform: scale(.92, 1)
}

section.s-contacts .cc-hover-trigger:hover + .contacts-canvas #cc-2 {
    right: 26.06%;
    top: 15.44%;
    width: 16.21%;
    height: 53.226%;
    -webkit-transform: scale(.92, 1);
    -ms-transform: scale(.92, 1);
    transform: scale(.92, 1)
}

section.s-contacts .cc-hover-trigger:hover + .contacts-canvas #cc-3 {
    width: 7.75%;
    height: 29.247%;
    right: 42.68%;
    top: 33.333%;
    -webkit-transform: scale(.92, 1);
    -ms-transform: scale(.92, 1);
    transform: scale(.92, 1)
}

section.s-contacts .cc-hover-trigger:hover + .contacts-canvas #cc-4 {
    right: 19.77%;
    width: 67.83%;
    bottom: 0;
    z-index: -3;
    -webkit-transform: scale(1.1, .95);
    -ms-transform: scale(1.1, .95);
    transform: scale(1.1, .95)
}

section.s-contacts .cc-hover-trigger:hover + .contacts-canvas #cc-5 {
    left: 34.88%;
    top: 52.61%;
    width: 12.92%;
    height: 17.204%;
    z-index: -1;
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

section.s-contacts .cc-hover-trigger:hover + .contacts-canvas #cc-7 {
    left: 1%;
    top: 7.74%;
    width: 16.67%;
    height: 80.215%;
    -webkit-transform: scale(.9, 1);
    -ms-transform: scale(.9, 1);
    transform: scale(.9, 1)
}

section.s-contacts .cc-hover-trigger:hover + .contacts-canvas #cc-8 {
    top: 24.23%;
    left: 17.39%;
    width: 10.667%;
    -webkit-transform: scale(1.1, 1);
    -ms-transform: scale(1.1, 1);
    transform: scale(1.1, 1)
}

section.s-contacts .cc-hover-trigger:hover + .contacts-canvas #cc-10 {
    width: 10.34%;
    height: 36.56%;
    left: 28.2%;
    top: 28.495%;
    -webkit-transform: scale(.9, 1);
    -ms-transform: scale(.9, 1);
    transform: scale(.9, 1)
}

section.s-contacts .cc-hover-trigger:hover + .contacts-canvas #cc-6-1 {
    width: 3.876%;
    height: 59.14%;
    right: 35.43%;
    top: 3%;
    z-index: -3
}

section.s-contacts .cc-hover-trigger:hover + .contacts-canvas #cc-6-2 {
    width: 2.067%;
    height: 19.89%;
    right: 45.12%;
    top: 26.04%;
    z-index: -3
}

section.s-creative {
    padding-top: 100px
}

section.s-creative .creative-header-wrapper {
    position: fixed;
    background-color: #fff;
    z-index: 200;
    width: 100%;
    top: 0;
    padding-top: 70px;
    right: 0
}

section.s-creative .creative-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    max-width: 1170px;
    margin: auto;
    font-weight: 700
}

section.s-creative .creative-header .creative-title {
    font-size: 54px;
    text-align: center;
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0 10px;
    cursor: pointer;
    text-transform: uppercase
}

section.s-creative .creative-header .creative-categories {
    text-transform: uppercase;
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 10px;
    margin-bottom: 5px
}

section.s-creative .creative-header .creative-categories li {
    margin-left: 20px;
    cursor: pointer;
    text-decoration: line-through
}

section.s-creative .creative-header .creative-categories li.active {
    text-decoration: none
}

section.s-creative .creative-header .creative-categories span {
    padding-left: 10px;
    margin-left: 10px;
    color: #3a4ddf;
    cursor: pointer;
    position: relative;
    padding-bottom: 10px
}

section.s-creative .creative-header .creative-categories span ul.creative-categories-agencies {
    display: none;
    position: absolute;
    top: 25px;
    left: 5px;
    padding: 6px 0;
    margin: 0;
    width: 145px;
    list-style-type: none;
    background-color: #3a4ddf
}

section.s-creative .creative-header .creative-categories span ul.creative-categories-agencies li.active {
    opacity: 1;
}

section.s-creative .creative-header .creative-categories span ul.creative-categories-agencies li {
    opacity: .4;
    text-decoration: none;
    margin-left: 0;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    padding: 5px 4px
}

section.s-creative .creative-header .creative-categories span ul.creative-categories-agencies li:hover {
    opacity: .7
}

section.s-creative .creative-header .creative-categories span:hover ul {
    display: block
}

section.s-creative .creative-body {
    position: relative;
    margin-top: 180px
}

section.s-creative .creative-body .creative-box {
    display: block;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    transition: .4s ease;
    overflow: hidden;
    position: relative
}

section.s-creative .creative-body .creative-box .creative-item.active {
    opacity: 1;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    pointer-events: all;
}

section.s-creative .creative-body .creative-box .creative-item {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease
}

section.s-creative .creative-body .creative-box .creative-item .creative-item-inner {
    width: 360px;
    margin-bottom: 30px
}

section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-item-title {
    margin-bottom: 15px;
    text-transform: uppercase
}

section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-item-title span {
    padding: 1px 5px;
    background-color: #000;
    color: #fff
}

section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-image-box {
    height: 300px;
    overflow: hidden;
    cursor: pointer
}

section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-image-box > img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-item-popup.active {
    opacity: 1;
    z-index: 1000
}

section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-item-popup.landscape {
    overflow: scroll;
    min-height: 100vh
}

section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-item-popup.landscape .cip-container {
    display: block;
    height: auto;
    padding-top: 15px
}

section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-item-popup.landscape .cip-container .cip-slider,
section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-item-popup.landscape .cip-container .cip-video {
    max-width: -webkit-calc(100% - 200px);
    max-width: calc(100% - 200px);
    margin: auto;
    height: auto
}

section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-item-popup.landscape .cip-container .cip-slider .slick-arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-item-popup.landscape .cip-container .cip-info {
    height: auto;
    margin: auto;
    margin-top: 40px;
    max-width: 400px;
    width: 100%
}

section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-item-popup.landscape .cip-container .cip-close {
    right: 20px;
    top: 20px;
    position: fixed;
    z-index: 50;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff
}

section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-item-popup {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: -2;
    opacity: 0
}

section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-item-popup .cip-container {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 0 10px;
    width: 100%;
    height: 100%;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-item-popup .cip-container .cip-close {
    position: absolute;
    top: 105px;
    right: 0;
    cursor: pointer
}

section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-item-popup .cip-container .cip-close img {
    width: 20px
}

section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-item-popup .cip-container .cip-close:hover {
    opacity: .7
}

section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-item-popup .cip-container .cip-video {
    max-width: -webkit-calc(100vw - 330px);
    max-width: calc(100vw - 330px);
    min-width: 400px;
    width: 100%;
    height: 100%;
    margin: 0 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-item-popup .cip-container .cip-video video {
    width: 100%
}

section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-item-popup .cip-container .cip-slider {
    max-width: -webkit-calc(100vw - 330px);
    max-width: calc(100vw - 330px);
    min-width: 400px;
    width: 100%;
    max-height: 100%;
    margin: 0 35px
}

section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-item-popup .cip-container .cip-slider .slick-list {
    height: 100%
}

section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-item-popup .cip-container .cip-slider .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-item-popup .cip-container .cip-slider .slick-track .slick-slide {
    height: 100vh;
    object-fit: contain;
}

section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-item-popup .cip-container .cip-slider .slick-track video.slick-slide {
    height: auto;
}

section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-item-popup.landscape .cip-container .cip-slider .slick-track .slick-slide {
    height: auto;
    object-fit: contain;
}

section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-item-popup .cip-container .cip-slider .slick-next:before {
    content: '';
    background: url(../img/arrow-point-to-right_black.png) no-repeat center;
    display: block;
    width: 20px;
    height: 20px;
    -webkit-background-size: cover;
    background-size: cover
}

section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-item-popup .cip-container .cip-slider .slick-prev:before {
    content: '';
    background: url(../img/arrow-point-to-left_black.png) no-repeat center;
    display: block;
    width: 20px;
    height: 20px;
    -webkit-background-size: cover;
    background-size: cover
}

section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-item-popup .cip-container .cip-info {
    min-width: 250px;
    width: 250px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-item-popup .cip-container .cip-info .cip-title {
    margin-top: auto;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase
}

section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-item-popup .cip-container .cip-info .cip-title span {
    background-color: #000;
    padding: 2px 6px
}

section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-item-popup .cip-container .cip-info .cip-text {
    margin: 50px auto 70px;
    font-size: 12px;
    font-weight: 700;
    line-height: 2;
    max-height: 310px;
    overflow: auto;
    width: 100%;
}

section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-item-popup .cip-container .cip-info .cip-text a {
    color: #000;
    text-decoration: none;
}

section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-item-popup .cip-container .cip-info .cip-author {
    height: 58px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    color: #fff;
    padding: 0 25px;
    font-weight: 700;
    font-size: 17px
}

section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-item-popup .cip-container .cip-info .cip-author a {
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
    margin-left: 10px
}

section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-author {
    height: 58px;
    line-height: 58px;
    background-color: #000;
    color: #fff;
    padding: 0 25px;
    font-weight: 700;
    font-size: 17px
}

section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-author a {
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
    color: #fff
}

section.s-community {
    padding-top: 100px;
    overflow: hidden
}

section.s-community .community-header .community-title {
    text-transform: uppercase;
    font-size: 52px;
    font-weight: 700
}

section.s-community .community-body {
    padding-top: 40px
}

section.s-community .community-body .community-text-box {
    width: 100%;
    padding-bottom: 10px
}

section.s-community .community-body .community-text-box .community-text {
    max-width: 775px;
    color: #9a47ff;
    font-weight: 700;
    line-height: 2;
    font-size: 12px
}

section.s-community .community-body .community-text-box .community-text p {
    margin-top: 0;
    margin-bottom: 25px
}

section.s-community .community-body .community-items-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 300px
}

section.s-community .community-body .community-items-box .community-item:nth-of-type(3n+1) {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

section.s-community .community-body .community-items-box .community-item:nth-of-type(3n+1) .community-item-inner {
    top: 110px
}

section.s-community .community-body .community-items-box .community-item:nth-of-type(3n+2) {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

section.s-community .community-body .community-items-box .community-item:nth-of-type(3n+2) .community-item-inner {
    top: 300px
}

section.s-community .community-body .community-items-box .community-item:nth-of-type(3n) {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

section.s-community .community-body .community-items-box .community-item {
    width: 33.33%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

section.s-community .community-body .community-items-box .community-item .community-item-inner {
    width: 275px;
    padding-left: 20px;
    text-transform: uppercase;
    position: relative;
    z-index: 2
}

section.s-community .community-body .community-items-box .community-item .community-item-inner:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 25px;
    width: 1px;
    height: 280px;
    background-color: #000
}

section.s-community .community-body .community-items-box .community-item .community-item-inner .community-title {
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 19px
}

section.s-community .community-body .community-items-box .community-item .community-item-inner .community-title span {
    background-color: #000;
    padding: 2px 6px
}

section.s-community .community-body .community-items-box .community-item .community-item-inner .community-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 90px
}

section.s-community .community-body .community-items-box .community-item .community-item-inner .community-links .community-website {
    margin-top: 12px;
    padding: 2px 8px;
    text-decoration: none;
    background-color: #000;
    font-weight: 700;
    font-size: 14px
}

section.s-community .community-body .community-items-box .community-item .community-item-inner .community-links .portfolio-link {
    margin-top: 12px;
    text-decoration: none;
    color: #000;
    font-weight: 700;
    padding: 2px;
    margin-right: 12px;
    font-size: 14px
}

section.s-community .community-body .community-items-box .community-item .community-item-inner .community-image-box {
    position: relative;
    height: 358px
}

section.s-community .community-body .community-items-box .community-item .community-item-inner .community-image-box > img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

section.s-community .community-body .community-items-box .community-item .community-item-inner .community-image-box .community-author {
    top: 0;
    position: absolute;
    height: 100%;
    width: 60px;
    z-index: 2
}

section.s-community .community-body .community-items-box .community-item .community-item-inner .community-image-box .community-author span {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    font-size: 25px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    display: block;
    height: 100%;
    width: 100%;
    line-height: 60px;
    padding-top: 20px
}

section.s-community .community-body .community-items-box .community-item .community-item-inner .community-image-box .community-image-filter {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: .25
}

section.s-community .community-body .community-items-box .community-item.color1 .community-image-filter {
    background-color: #dcff0f
}

section.s-community .community-body .community-items-box .community-item.color1 .community-author {
    background-color: #dcff0f
}

section.s-community .community-body .community-items-box .community-item.color1 .community-website {
    color: #dcff0f
}

section.s-community .community-body .community-items-box .community-item.color2 .community-image-filter {
    background-color: #f5c8ff
}

section.s-community .community-body .community-items-box .community-item.color2 .community-author {
    background-color: #f5c8ff
}

section.s-community .community-body .community-items-box .community-item.color2 .community-website {
    color: #f5c8ff
}

section.s-community .community-body .community-items-box .community-item.color3 .community-image-filter {
    background-color: #5ae6ff
}

section.s-community .community-body .community-items-box .community-item.color3 .community-author {
    background-color: #5ae6ff
}

section.s-community .community-body .community-items-box .community-item.color3 .community-website {
    color: #5ae6ff
}

section.s-community .community-body .community-items-box .community-item.color4 .community-image-filter {
    background-color: #9b46ff
}

section.s-community .community-body .community-items-box .community-item.color4 .community-author {
    background-color: #9b46ff
}

section.s-community .community-body .community-items-box .community-item.color4 .community-website {
    color: #9b46ff
}

section.s-community .community-body .community-items-box .community-item.color5 .community-image-filter {
    background-color: #ffaa7d
}

section.s-community .community-body .community-items-box .community-item.color5 .community-author {
    background-color: #ffaa7d
}

section.s-community .community-body .community-items-box .community-item.color5 .community-website {
    color: #ffaa7d
}

section.s-community .community-body .community-items-box .community-item.color6 .community-image-filter {
    background-color: #55d7b9
}

section.s-community .community-body .community-items-box .community-item.color6 .community-author {
    background-color: #55d7b9
}

section.s-community .community-body .community-items-box .community-item.color6 .community-website {
    color: #55d7b9
}

section.s-community .community-body .community-items-box .community-item.color7 .community-image-filter {
    background-color: #f5ff32
}

section.s-community .community-body .community-items-box .community-item.color7 .community-author {
    background-color: #f5ff32
}

section.s-community .community-body .community-items-box .community-item.color7 .community-website {
    color: #f5ff32
}

section.s-community .community-body .community-items-box .community-item.color8 .community-image-filter {
    background-color: #0abe41
}

section.s-community .community-body .community-items-box .community-item.color8 .community-author {
    background-color: #0abe41
}

section.s-community .community-body .community-items-box .community-item.color8 .community-website {
    color: #0abe41
}

section.s-events {
    padding-top: 100px
}

section.s-events .events-header {
    text-align: right
}

section.s-events .events-header .section-title {
    width: 34%;
    margin-left: auto
}

section.s-events .events-body {
    padding-top: 130px
}

section.s-events .events-body .event-item.animate .left {
    left: 0
}

section.s-events .events-body .event-item.animate .right {
    left: 66.66%
}

section.s-events .events-body .event-item.animate .tiles .slick-arrow {
    z-index: 2;
    opacity: 1;
    -webkit-transition: .5s linear;
    -o-transition: .5s linear;
    transition: .5s linear
}

section.s-events .events-body .event-item {
    width: 100%;
    position: relative;
    margin: auto
}

section.s-events .events-body .event-item .left,
section.s-events .events-body .event-item .middle,
section.s-events .events-body .event-item .right {
    width: 33.33333%;
    left: 33.33%;
    display: block;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    -webkit-transition: .3s ease-in-out all;
    -o-transition: .3s ease-in-out all;
    transition: .3s ease-in-out all;
    float: left;
    position: absolute
}

section.s-events .events-body .event-item .middle .content,
section.s-events .events-body .event-item .right .content {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

section.s-events .events-body .event-item .middle {
    background: #708090;
    z-index: 2;
    padding: 0;
    height: 100%
}

section.s-events .events-body .event-item .middle img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

section.s-events .events-body .event-item .tiles {
    display: block;
    padding: 0
}

section.s-events .events-body .event-item .tiles .slick-list,
section.s-events .events-body .event-item .tiles .slick-track {
    height: 100%
}

section.s-events .events-body .event-item .tiles .slick-arrow {
    opacity: 0;
    -webkit-transition: .1s linear;
    -o-transition: .1s linear;
    transition: .1s linear;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .3)
}

section.s-events .events-body .event-item .tiles .slick-arrow:before {
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    display: block
}

section.s-events .events-body .event-item .tiles .slick-prev {
    left: 15px
}

section.s-events .events-body .event-item .tiles .slick-prev:before {
    position: relative;
    left: -1px
}

section.s-events .events-body .event-item .tiles .slick-next {
    right: 15px
}

section.s-events .events-body .event-item .tiles .slick-next:before {
    position: relative;
    left: 1px
}

section.s-events .events-body .event-item .tiles img {
    -o-object-fit: cover;
    object-fit: cover;
    float: left;
    height: 100%;
    opacity: 1;
    -webkit-transition: .3s ease-in-out all;
    -o-transition: .3s ease-in-out all;
    transition: .3s ease-in-out all
}

section.s-events .events-body .event-item .date {
    text-align: right;
    position: absolute;
    right: -webkit-calc(66.66% + 30px);
    right: calc(66.66% + 30px);
    top: 25px;
    text-align: right;
    font-weight: 700;
    font-size: 19px;
    text-transform: lowercase;
    -webkit-transform: scaleY(.9);
    -ms-transform: scaleY(.9);
    transform: scaleY(.9);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

section.s-events .events-body .event-item .date-separator {
    font-weight: 500;
    margin-left: 15px;
    margin-right: 5px;
}

section.s-events .events-body .event-item .title {
    text-align: left;
    padding: 30px;
    padding-top: 25px;
    padding-left: 40px
}

section.s-events .events-body .event-item .title .content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

section.s-events .events-body .event-item .title .event-date {
    text-transform: lowercase;
    text-align: right;
    font-weight: 700;
    font-size: 19px;
    -webkit-transform: scaleY(.9);
    -ms-transform: scaleY(.9);
    transform: scaleY(.9);
    margin-bottom: 5px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-end;
}

section.s-events .events-body .event-item .title .event-title {
    margin: 0;
    font-weight: 400;
    font-size: 28px;
    line-height: 1;
}

section.s-events .events-body .event-item .title .event-desc {
    font-size: 12px;
    line-height: 1.5;
    margin: 5px 0;
}

section.s-events .events-body .event-item .title .event-address {
    margin: 0;
    font-size: 16px;
    line-height: 1;
}

section.s-events .events-body .event-item:nth-of-type(4n+1) .title,
section.s-events .events-body .event-item:nth-of-type(4n+1) .right {
    background-color: #9b46ff
}

section.s-events .events-body .event-item:nth-of-type(4n+2) .title,
section.s-events .events-body .event-item:nth-of-type(4n+2) .right {
    background-color: #ffaa7d
}

section.s-events .events-body .event-item:nth-of-type(4n+3) .title,
section.s-events .events-body .event-item:nth-of-type(4n+3) .right {
    background-color: #55d7b9
}

section.s-events .events-body .event-item:nth-of-type(4n) .title,
section.s-events .events-body .event-item:nth-of-type(4n) .right {
    background-color: #5ae600
}

section.s-location {
    padding-top: 100px;
    padding-bottom: 80px
}

section.s-location .location-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

section.s-location .location-header .section-title {
    width: 388px
}

section.s-location .location-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 75px
}

section.s-location .location-body .location-content {
    width: -webkit-calc(100% - 388px);
    width: calc(100% - 388px);
    position: relative;
    min-height: 600px
}

section.s-location .location-body .location-content .loc-content-item:nth-of-type(4n+1) .loc-item-desc {
    background-color: #9b46ff
}

section.s-location .location-body .location-content .loc-content-item:nth-of-type(4n+2) .loc-item-desc {
    background-color: #5ae600
}

section.s-location .location-body .location-content .loc-content-item:nth-of-type(4n+3) .loc-item-desc {
    background-color: #f5c8ff
}

section.s-location .location-body .location-content .loc-content-item:nth-of-type(4n) .loc-item-desc {
    background-color: #dcff0f
}

section.s-location .location-body .location-content .loc-content-item.active {
    opacity: 1;
    z-index: 2
}

section.s-location .location-body .location-content .loc-content-item {
    position: absolute;
    max-width: 100%;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease
}

section.s-location .location-body .location-content .loc-content-item .loc-item-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 80px;
    padding-bottom: 12px;
    font-size: 18px
}

section.s-location .location-body .location-content .loc-content-item .loc-item-head .loc-item-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    color: #fff;
    padding: 0 10px;
    height: 28px;
    margin-right: 20px
}

section.s-location .location-body .location-content .loc-content-item .loc-item-head .loc-item-info li {
    padding: 0 12px
}

section.s-location .location-body .location-content .loc-content-item .loc-item-head .loc-item-info li sup {
    font-size: 13px;
    line-height: 1
}

section.s-location .location-body .location-content .loc-content-item .loc-item-head .location-mail {
    text-decoration: none;
    color: #000;
    line-height: 28px
}

section.s-location .location-body .location-content .loc-content-item .loc-item-slider {
    height: 400px;
    overflow: hidden
}

section.s-location .location-body .location-content .loc-content-item .loc-item-slider .slick-next {
    right: 8px;
    z-index: 5
}

section.s-location .location-body .location-content .loc-content-item .loc-item-slider .slick-prev {
    left: 4px;
    z-index: 5
}

section.s-location .location-body .location-content .loc-content-item .loc-item-slider img {
    max-width: 100%
}

section.s-location .location-body .location-content .loc-content-item .loc-item-desc {
    width: 388px;
    padding: 30px 25px;
    padding-right: 40px;
    margin-left: auto;
    line-height: 1.8;
    font-size: 12px;
    font-weight: 700;
    min-height: 180px;
    position: relative
}

section.s-location .location-body .location-content .loc-content-item .loc-item-desc:before {
    content: '';
    display: block;
    height: 80px;
    width: 100%;
    position: absolute;
    top: -80px;
    left: 0;
    background-color: #dbff0f
}

section.s-location .location-body .loc-list-block {
    background-color: #ffab7f;
    width: 100%;
    height: 80px
}

section.s-location .location-body .location-list {
    width: 388px;
    padding: 0;
    margin: 0;
    list-style-type: none
}

section.s-location .location-body .location-list .loc-item-trigger {
    cursor: pointer
}

section.s-location .location-body .location-list li {
    height: 80px;
    padding: 0 25px;
    font-size: 31px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    text-decoration: line-through
}

section.s-location .location-body .location-list li:hover {
    text-decoration: none;
}

section.s-location .location-body .location-list li.active {
    text-decoration: none
}

section.s-location .location-body .location-list li:nth-of-type(4n+1) {
    background-color: #9b46ff
}

section.s-location .location-body .location-list li:nth-of-type(4n+2) {
    background-color: #5ae600
}

section.s-location .location-body .location-list li:nth-of-type(4n+3) {
    background-color: #f5c8ff
}

section.s-location .location-body .location-list li:nth-of-type(4n) {
    background-color: #dcff0f
}

section.s-coworking {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden
}

section.s-coworking .coworking-head {
    max-width: 460px;
    margin-left: auto;
    margin-bottom: 80px
}

section.s-coworking .coworking-head .section-title {
    margin-bottom: 80px
}

section.s-coworking .coworking-head .cw-head-text {
    font-size: 12px;
    font-weight: 700;
    line-height: 2;
    color: #9a47ff
}

section.s-coworking .coworking-body {
    position: relative
}

section.s-coworking .coworking-body #lamp-image {
    width: 430px;
    position: absolute;
    top: -432px;
    left: -115px;
    z-index: -1
}

section.s-coworking .coworking-body #lamp-image img {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2
}

section.s-coworking .coworking-body .cw-animate-bottom,
section.s-coworking .coworking-body .cw-animate-top {
    height: 490px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

section.s-coworking .coworking-body .cw-animate-bottom .animate-item,
section.s-coworking .coworking-body .cw-animate-top .animate-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: none;
    -webkit-transition: -webkit-box-flex .8s ease, -webkit-flex .8s ease;
    transition: -webkit-box-flex .8s ease, -webkit-flex .8s ease;
    -o-transition: flex .8s ease;
    transition: flex .8s ease;
    transition: flex .8s ease, -webkit-box-flex .8s ease, -webkit-flex .8s ease, -ms-flex .8s ease;
    position: relative
}

section.s-coworking .coworking-body .cw-animate-bottom .animate-item .animate-title,
section.s-coworking .coworking-body .cw-animate-top .animate-item .animate-title {
    position: absolute;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    bottom: 40px;
    left: 10px;
    text-transform: uppercase;
    font-size: 31px;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease
}

section.s-coworking .coworking-body .cw-animate-bottom .animate-item img,
section.s-coworking .coworking-body .cw-animate-top .animate-item img {
    opacity: 0;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
    height: 100%;
    width: 100%;
}

section.s-coworking .coworking-body .cw-animate-bottom .animate-item:hover,
section.s-coworking .coworking-body .cw-animate-top .animate-item:hover {
    -webkit-box-flex: 7;
    -webkit-flex: 7;
    -ms-flex: 7;
    flex: 7
}

section.s-coworking .coworking-body .cw-animate-bottom .animate-item:hover .animate-title,
section.s-coworking .coworking-body .cw-animate-top .animate-item:hover .animate-title {
    opacity: 0
}

section.s-coworking .coworking-body .cw-animate-bottom .animate-item:hover img,
section.s-coworking .coworking-body .cw-animate-top .animate-item:hover img {
    opacity: 1;
    -o-object-fit: cover;
    object-fit: cover
}

section.s-coworking .coworking-body .cw-animate-bottom .animate-item:nth-of-type(8n+1),
section.s-coworking .coworking-body .cw-animate-top .animate-item:nth-of-type(8n+1) {
    background-color: #dcff0f
}

section.s-coworking .coworking-body .cw-animate-bottom .animate-item:nth-of-type(8n+2),
section.s-coworking .coworking-body .cw-animate-top .animate-item:nth-of-type(8n+2) {
    background-color: #f5c8ff
}

section.s-coworking .coworking-body .cw-animate-bottom .animate-item:nth-of-type(8n+3),
section.s-coworking .coworking-body .cw-animate-top .animate-item:nth-of-type(8n+3) {
    background-color: #5ae600
}

section.s-coworking .coworking-body .cw-animate-bottom .animate-item:nth-of-type(8n+4),
section.s-coworking .coworking-body .cw-animate-top .animate-item:nth-of-type(8n+4) {
    background-color: #9b46ff
}

section.s-coworking .coworking-body .cw-animate-bottom .animate-item:nth-of-type(8n+5),
section.s-coworking .coworking-body .cw-animate-top .animate-item:nth-of-type(8n+5) {
    background-color: #ffaa7d
}

section.s-coworking .coworking-body .cw-animate-bottom .animate-item:nth-of-type(8n+6),
section.s-coworking .coworking-body .cw-animate-top .animate-item:nth-of-type(8n+6) {
    background-color: #55d7b9
}

section.s-coworking .coworking-body .cw-animate-bottom .animate-item:nth-of-type(8n+7),
section.s-coworking .coworking-body .cw-animate-top .animate-item:nth-of-type(8n+7) {
    background-color: #f5ff32
}

section.s-coworking .coworking-body .cw-animate-bottom .animate-item:nth-of-type(8n),
section.s-coworking .coworking-body .cw-animate-top .animate-item:nth-of-type(8n) {
    background-color: #0abe41
}

section.s-coworking .coworking-body .coworking-plan {
    margin-top: 150px;
    height: 740px;
    width: 100%;
    position: relative;
    overflow: hidden
}

section.s-coworking .coworking-body .coworking-plan .cw-plan-info {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 95px;
    font-size: 18px;
    position: absolute;
    /*    z-index: 2;*/
    bottom: 7%;
    right: 0;

    z-index: 11;
    flex-direction: column-reverse;
}

section.s-coworking .coworking-body .coworking-plan .cw-plan-info ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /*    background-color: #000;*/
    color: #fff;
    /*    height: 28px;*/
    /*    margin-right: 20px;*/
    padding: 0 6px;



    flex-direction: column;
    align-items: flex-start;
    padding-right: 0;
    margin-top: 10px;
}

section.s-coworking .coworking-body .coworking-plan .cw-plan-info ul li {
    padding: 0 14px;
    background-color: #000;

    white-space: nowrap;


}

section.s-coworking .coworking-body .coworking-plan .cw-plan-info ul li sup {
    font-size: 13px
}

section.s-coworking .coworking-body .coworking-plan .cw-plan-info .cw-mail {
    text-decoration: none;
    color: #000;
    line-height: 28px
}

section.s-coworking .coworking-body .coworking-plan .cw-plan-image {
    position: absolute;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease
}

section.s-coworking .coworking-body .coworking-plan .cw-img-7 {
    top: -5.81%;
    left: -2.206%;
    width: 56.62%;
    z-index: -1
}

section.s-coworking .coworking-body .coworking-plan .cw-img-6 {
    bottom: 0;
    width: 78.31%;
    left: 10.29%
}

section.s-coworking .coworking-body .coworking-plan .cw-img-5 {
    width: 51.47%;
    left: 10.29%;
    bottom: 27.3256%
}

section.s-coworking .coworking-body .coworking-plan .cw-img-4 {
    width: 16.91%;
    right: 20.96%;
    top: 29.07%
}

section.s-coworking .coworking-body .coworking-plan .cw-img-3 {
    width: 18.38%;
    right: 2.426%;
    top: 30.58%
}

section.s-coworking .coworking-body .coworking-plan .cw-img-2 {
    width: 22.8%;
    right: 8.31%;
    bottom: 37.21%;
    z-index: 1
}

section.s-coworking .coworking-body .coworking-plan .cw-img-1 {
    left: 21.76%;
    z-index: 2;
    bottom: 16.86%;
    width: 62.5%
}

section.s-coworking .coworking-body .coworking-plan:hover .cw-img-7 {
    top: -5.81%;
    left: -1.21%;
    width: 57.62%;
    z-index: -1
}

section.s-coworking .coworking-body .coworking-plan:hover .cw-img-6 {
    bottom: -2%;
    width: 80.31%;
    left: 9.29%
}

section.s-coworking .coworking-body .coworking-plan:hover .cw-img-5 {
    width: 51.47%;
    left: 9.29%;
    bottom: 28.3256%
}

section.s-coworking .coworking-body .coworking-plan:hover .cw-img-4 {
    width: 16.21%;
    right: 20.96%;
    top: 29.07%
}

section.s-coworking .coworking-body .coworking-plan:hover .cw-img-3 {
    width: 18.38%;
    right: 1.43%;
    top: 29.58%
}

section.s-coworking .coworking-body .coworking-plan:hover .cw-img-2 {
    width: 22.8%;
    right: 7.31%;
    bottom: 38.21%;
    z-index: 1
}

section.s-coworking .coworking-body .coworking-plan:hover .cw-img-1 {
    left: 21.26%;
    z-index: 2;
    bottom: 17.86%;
    width: 64.5%
}

section.s-ambiance {
    overflow: hidden;
    padding-top: 100px;
    min-height: 100vh
}

section.s-ambiance .ambiance-header .ambiance-title {
    margin-left: auto;
    width: 305px
}

section.s-ambiance .ambiance-body {
    margin-top: 100px;
    width: 100vw;
    position: relative;
    left: -webkit-calc(-50vw + 50%);
    left: calc(-50vw + 50%)
}

section.s-ambiance .ambiance-body .ambiance-slider .slick-arrow {
    z-index: 2
}

section.s-ambiance .ambiance-body .ambiance-slider .slick-prev {
    left: 22px
}

section.s-ambiance .ambiance-body .ambiance-slider .slick-next {
    right: 25px
}

section.s-ambiance .ambiance-body .ambiance-slider img {
    height: 478px
}

@-webkit-keyframes about-bg {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes about-bg {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.cbalink {
    display: none
}

@media only screen and (max-width:1599.98px) {
    section.s-about .about-bottom .about-bottom-right {
        padding-left: 150px
    }

    #baffle-image {
        right: -120px
    }

    #masque-image {
        right: -10px
    }
}

@media only screen and (max-width:1439.98px) {
    section.s-ambiance .ambiance-body .ambiance-slider img {
        height: 400px
    }

    section.s-coworking .coworking-body #lamp-image {
        left: -webkit-calc(-50vw + 51%);
        left: calc(-50vw + 51%)
    }

    section.s-creative .creative-header .creative-categories span ul.creative-categories-agencies {
        right: 0;
        left: unset
    }
}

@media only screen and (max-width:1199.98px) {
    .container {
        max-width: 992px
    }

    section.s-ambiance .ambiance-body {
        margin-top: 100px
    }

    section.s-ambiance .ambiance-body .ambiance-slider img {
        height: 350px
    }

    section.s-creative .creative-header {
        max-width: 992px
    }

    section.s-creative .creative-header .creative-title {
        font-size: 46px
    }

    section.s-creative .creative-header .creative-categories {
        font-size: 14px;
        margin-bottom: 5px
    }

    section.s-creative .creative-header .creative-categories li {
        margin-left: 15px
    }

    section.s-creative .creative-body {
        margin-top: 160px
    }

    section.s-creative .creative-body .creative-box .creative-item .creative-item-inner {
        width: 310px;
        margin-bottom: 30px
    }

    section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-item-title {
        margin-bottom: 12px;
        font-size: 14px
    }

    section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-image-box {
        height: 258px
    }

    section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-author {
        height: 54px;
        line-height: 54px;
        font-size: 15px
    }

    section.s-coworking {
        padding-bottom: 60px
    }

    section.s-coworking .coworking-head {
        width: 390px;
        margin-bottom: 50px
    }

    section.s-coworking .coworking-head .section-title {
        margin-bottom: 50px
    }

    section.s-coworking .coworking-head .cw-head-text {
        font-size: 13px
    }

    section.s-coworking .coworking-body #lamp-image {
        top: -400px;
        width: 390px
    }

    section.s-coworking .coworking-body .cw-animate-bottom,
    section.s-coworking .coworking-body .cw-animate-top {
        height: 416px
    }

    section.s-coworking .coworking-body .cw-animate-bottom .animate-item .animate-title,
    section.s-coworking .coworking-body .cw-animate-top .animate-item .animate-title {
        font-size: 28px;
        bottom: 30px
    }

    section.s-coworking .coworking-body .coworking-plan {
        height: 627px;
        margin-top: 120px
    }

    section.s-coworking .coworking-body .coworking-plan .cw-plan-info {
        font-size: 18px;


        z-index: 11;
        bottom: 0;
    }

    section.s-coworking .coworking-body .coworking-plan .cw-plan-info ul {
        /*        margin-right: 16px*/
    }

    section.s-events .events-body {
        padding-top: 100px
    }

    section.s-events .events-body .event-item .date {
        font-size: 18px
    }

    section.s-events .events-body .event-item .title {
        padding: 20px;
        padding-left: 30px;
    }

    section.s-events .events-body .event-item .title .event-date br,
    section.s-events .events-body .event-item .date br {
        display: none;
    }

    section.s-events .events-body .event-item .title .event-date .date-separator {
        margin: 0 8px;
    }

    section.s-events .events-body .event-item .title .event-title {
        font-size: 24px;
    }

    section.s-events .events-body .event-item .tiles .slick-arrow {
        width: 25px;
        height: 25px
    }

    section.s-events .events-body .event-item .tiles .slick-arrow:before {
        -webkit-transform: scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6)
    }

    section.s-location {
        padding-bottom: 60px
    }

    section.s-location .location-header .section-title {
        width: 350px
    }

    section.s-location .location-body {
        margin-top: 70px
    }

    section.s-location .location-body .location-content {
        width: -webkit-calc(100% - 350px);
        width: calc(100% - 350px);
        min-height: 580px
    }

    section.s-location .location-body .location-content .loc-content-item .loc-item-head {
        height: 70px;
        font-size: 16px
    }

    section.s-location .location-body .location-content .loc-content-item .loc-item-head .loc-item-info {
        padding: 0;
        margin-right: 16px
    }

    section.s-location .location-body .location-content .loc-content-item .loc-item-slider {
        height: 350px
    }

    section.s-location .location-body .location-content .loc-content-item .loc-item-desc {
        width: 350px;
        min-height: 165px;
        padding: 30px
    }

    section.s-location .location-body .location-content .loc-content-item .loc-item-desc:before {
        height: 70px;
        top: -70px
    }

    section.s-location .location-body .loc-list-block {
        height: 70px
    }

    section.s-location .location-body .location-list {
        width: 350px
    }

    section.s-location .location-body .location-list li {
        height: 70px;
        font-size: 26px
    }

    section.s-home-logo .logo-wrapper {
        width: 595px;
        height: 571px
    }

    section.s-home-logo .logo-wrapper .logo-menu {
        font-size: 14px;
        padding-left: 35px;
        height: 65px
    }

    section.s-home-logo .logo-wrapper .logo-inner {
        width: 330px;
        height: 313px
    }

    section.s-home-logo .logo-wrapper .logo-inner .logo {
        width: 292px;
        height: 292px
    }

    #rusalka-image {
        width: 219px;
        left: 30px;
        top: 263px
    }

    #masque-image {
        width: 226px;
        right: 20px;
        top: 970px
    }

    #camera-image {
        width: 184px;
        top: 198px;
        right: 23px
    }

    #tete-image {
        width: 219px;
        top: 1510px;
        left: 25px
    }

    #baffle-image {
        width: 208px;
        top: 1370px;
        right: -60px
    }

    #micro-image {
        width: 161px;
        top: 630px;
        right: 60px
    }

    section.s-contacts {
        padding-bottom: 100px
    }

    section.s-contacts .contacts-canvas .contacts-block {
        bottom: -10%
    }

    section.s-about {
        padding-top: 80px
    }

    section.s-about .about-top {
        padding-left: 330px
    }

    section.s-about .about-top .about-top-title {
        width: 370px
    }

    section.s-about .about-bottom {
        padding-bottom: 50px
    }

    section.s-about .about-bottom .about-bottom-right {
        padding-left: 60px;
        padding-top: 70px
    }

    section.s-about .about-bottom .about-bottom-right .about-text {
        width: 420px
    }

    section.s-about .about-bottom .about-bottom-left {
        min-width: 330px
    }

    section.s-about .about-bottom .about-bottom-left span.title-text {
        font-size: 64px
    }

    section.s-community .community-header .community-title {
        font-size: 46px
    }

    section.s-community .community-body .community-text-box .community-text {
        max-width: 620px
    }
}

@media only screen and (max-width:1023.98px) {
    .container {
        max-width: 720px
    }

    section.s-ambiance .ambiance-header .ambiance-title {
        width: 240px
    }

    section.s-ambiance .ambiance-body {
        margin-top: 80px
    }

    section.s-ambiance .ambiance-body .ambiance-slider img {
        height: 320px
    }

    section.s-creative .creative-header {
        max-width: 720px
    }

    section.s-creative .creative-header .creative-title {
        font-size: 40px
    }

    section.s-creative .creative-header .creative-categories {
        font-size: 13px;
        margin-bottom: 5px
    }

    section.s-creative .creative-header .creative-categories li {
        margin-left: 15px
    }

    section.s-creative .creative-body {
        margin-top: 120px
    }

    section.s-creative .creative-body .creative-box .creative-item .creative-item-inner {
        width: 230px;
        margin-bottom: 30px
    }

    section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-item-title {
        margin-bottom: 10px;
        font-size: 12px
    }

    section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-image-box {
        height: 198px
    }

    section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-author {
        height: 40px;
        line-height: 40px;
        font-size: 12px
    }

    section.s-community .community-header .community-title {
        font-size: 40px
    }

    section.s-community .community-body .community-text-box .community-text {
        max-width: 516px;
        line-height: 1.25;
        text-align: justify
    }

    section.s-community .community-body .community-text-box .community-text p {
        margin-bottom: 20px
    }

    section.s-community .community-body .community-items-box .community-item .community-item-inner {
        width: 200px;
        padding-left: 15px
    }

    section.s-community .community-body .community-items-box .community-item .community-item-inner .community-title {
        margin-bottom: 15px;
        font-size: 14px;
        font-weight: 400
    }

    section.s-community .community-body .community-items-box .community-item .community-item-inner .community-website {
        margin-top: 10px;
        padding: 2px 8px;
        font-size: 12px
    }

    section.s-community .community-body .community-items-box .community-item .community-item-inner .portfolio-link {
        margin-top: 10px;
        margin-right: 8px;
        font-size: 12px
    }

    section.s-community .community-body .community-items-box .community-item .community-item-inner .community-image-box {
        height: 260px
    }

    section.s-community .community-body .community-items-box .community-item .community-item-inner .community-image-box .community-author {
        width: 38px
    }

    section.s-community .community-body .community-items-box .community-item .community-item-inner .community-image-box .community-author span {
        font-size: 20px;
        line-height: 38px;
        padding-top: 20px
    }

    section.s-community .community-body .community-items-box .community-item .community-item-inner .community-links {
        margin-bottom: 50px
    }

    section.s-location {
        padding-bottom: 40px
    }

    section.s-location .location-header .section-title {
        width: 240px
    }

    section.s-location .location-body {
        margin-top: 50px
    }

    section.s-location .location-body .location-content {
        width: -webkit-calc(100% - 240px);
        width: calc(100% - 240px);
        min-height: 450px
    }

    section.s-location .location-body .location-content .loc-content-item .loc-item-head {
        height: 50px;
        font-size: 14px
    }

    section.s-location .location-body .location-content .loc-content-item .loc-item-head .loc-item-info {
        padding: 0;
        margin-right: 15px
    }

    section.s-location .location-body .location-content .loc-content-item .loc-item-head .loc-item-info li {
        padding: 0 10px
    }

    section.s-location .location-body .location-content .loc-content-item .loc-item-head .loc-item-info li sup {
        font-size: 11px
    }

    section.s-location .location-body .location-content .loc-content-item .loc-item-slider {
        height: 250px
    }

    section.s-location .location-body .location-content .loc-content-item .loc-item-desc {
        width: 240px;
        min-height: 125px;
        padding: 25px;
        line-height: 1.25
    }

    section.s-location .location-body .location-content .loc-content-item .loc-item-desc:before {
        height: 50px;
        top: -50px
    }

    section.s-location .location-body .loc-list-block {
        height: 50px
    }

    section.s-location .location-body .location-list {
        width: 240px
    }

    section.s-location .location-body .location-list li {
        height: 50px;
        font-size: 18px
    }

    section.s-coworking .coworking-head {
        width: 295px;
        margin-bottom: 40px
    }

    section.s-coworking .coworking-head .section-title {
        margin-bottom: 40px
    }

    section.s-coworking .coworking-head .cw-head-text {
        line-height: 1.25;
        text-align: justify
    }

    section.s-coworking .coworking-body #lamp-image {
        top: -277px;
        width: 270px;
        left: -15px
    }

    section.s-coworking .coworking-body .cw-animate-bottom,
    section.s-coworking .coworking-body .cw-animate-top {
        height: 416px
    }

    section.s-coworking .coworking-body .cw-animate-bottom .animate-item .animate-title,
    section.s-coworking .coworking-body .cw-animate-top .animate-item .animate-title {
        font-size: 24px
    }

    section.s-coworking .coworking-body .coworking-plan {
        height: 455px;
        margin-top: 100px
    }

    section.s-events .events-body .event-item .left,
    section.s-events .events-body .event-item .middle,
    section.s-events .events-body .event-item .right {
        width: 50%;
        left: 50%;
    }

    section.s-events .events-body .event-item .event-more-pics {
        position: absolute;
        right: 10px;
        bottom: 10px;
        z-index: 2;
        background-color: #000;
        color: #fff;
        padding: 5px 10px;
        font-size: 14px;
        -webkit-transition: .5s ease;
        -o-transition: .5s ease;
        transition: .5s ease;
        display: block;
    }

    section.s-events .events-body .event-item .right {
        position: absolute;
        bottom: 0;
        opacity: 0;
        z-index: 2;
        -webkit-transition: .5s ease;
        -o-transition: .5s ease;
        transition: .5s ease;
        left: unset !important;
        right: 0 !important;
    }

    section.s-events .events-body .event-item .right.active {
        opacity: 1
    }

    section.s-events .events-body .event-item .event-slider-close.active {
        opacity: 1
    }

    section.s-events .events-body .event-item .event-slider-close {
        opacity: 0;
        display: block;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 3;
        width: 30px;
        height: 30px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-color: #000;
        background-image: url(../img/cross.svg);
        -webkit-background-size: 14px 14px;
        background-size: 14px;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-transition: .5s ease;
        -o-transition: .5s ease;
        transition: .5s ease
    }

    section.s-events .events-body .event-item .event-more-pics.active {
        opacity: 0
    }

    section.s-events .events-body .event-item .date br,
    section.s-events .events-body .event-item .title .event-date br {
        display: block;
    }

    section.s-events .events-body .event-item .title .event-date .date-separator {
        margin: 0 5px 0 15px;
    }

    section.s-events .events-body .event-item .date {
        font-size: 16px;
        top: 18px;
        right: -webkit-calc(50% + 25px);
        right: calc(50% + 25px)
    }

    section.s-events .events-body .event-item .title {
        padding: 18px 25px 25px 30px
    }

    section.s-events .events-body .event-item .title .event-date {
        font-size: 16px;
    }

    section.s-events .events-body .event-item .tiles .slick-arrow {
        width: 20px;
        height: 20px
    }

    section.s-events .events-body .event-item .tiles .slick-arrow:before {
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5);
        position: relative;
        top: -2px
    }

    section.s-events .events-body .event-item .tiles .slick-prev {
        left: 10px
    }

    section.s-events .events-body .event-item .tiles .slick-prev:before {
        left: -2px
    }

    section.s-events .events-body .event-item .tiles .slick-next {
        right: 10px
    }

    section.s-events .events-body .event-item .tiles .slick-next:before {
        left: 0
    }

    header .main-nav {
        width: 720px
    }

    header .main-nav .main-menu {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        font-size: 14px;
        height: 34px
    }

    section.s-home-logo .logo-wrapper {
        width: 517px;
        height: 498px
    }

    section.s-home-logo .logo-wrapper #logo-bg {
        opacity: .9
    }

    section.s-home-logo .logo-wrapper .logo-menu {
        font-size: 13px;
        padding-left: 35px;
        height: 57px
    }

    section.s-home-logo .logo-wrapper .logo-inner {
        width: 287px;
        height: 274px
    }

    section.s-home-logo .logo-wrapper .logo-inner .logo {
        width: 252px;
        height: 252px
    }

    section.s-about {
        padding-top: 80px
    }

    section.s-about .about-top {
        padding-left: 228px
    }

    section.s-about .about-top .about-top-title {
        width: 250px
    }

    section.s-about .about-bottom {
        padding-bottom: 50px
    }

    section.s-about .about-bottom .about-bottom-right {
        padding-left: 110px;
        padding-top: 80px
    }

    section.s-about .about-bottom .about-bottom-right .about-text {
        width: 265px;
        line-height: 1.25
    }

    section.s-about .about-bottom .about-bottom-left {
        min-width: 228px;
        height: 220px
    }

    section.s-about .about-bottom .about-bottom-left span.title-text {
        font-size: 34px
    }

    section.s-contacts .contacts-canvas .contacts-block {
        width: 270px;
        height: 215px;
        bottom: -80px;
        line-height: 1.3;
        padding: 20px
    }

    section.s-contacts .contacts-canvas .contacts-block .socials {
        padding-top: 25px
    }

    section.s-contacts .contacts-canvas .contacts-block .socials a {
        margin-right: 16px
    }

    section.s-contacts .contacts-canvas .contacts-block .socials a img {
        height: 16px
    }

    #rusalka-image {
        width: 188px;
        left: -35px;
        top: 250px
    }

    #masque-image {
        width: 180px;
        right: -12px;
        top: 890px
    }

    #camera-image {
        width: 164px;
        top: 186px;
        right: -30px
    }

    #micro-image {
        width: 136px;
        right: -40px;
        top: 560px
    }

    #baffle-image {
        width: 145px;
        right: -55px;
        top: 1300px
    }

    #tete-image {
        width: 195px;
        left: 10px;
        top: 1350px
    }
}

@media only screen and (max-width:767.98px) {
    .mobile {
        display: block
    }

    .mobile-title {
        background-color: #000;
        color: #ffff90;
        width: 100%;
        text-transform: uppercase;
        height: 50px;
        line-height: 50px;
        font-size: 22px;
        text-align: center
    }

    .container {
        max-width: 100%
    }

    section.s-ambiance {
        padding-top: 90px
    }

    section.s-ambiance .ambiance-header .ambiance-title {
        display: none
    }

    section.s-ambiance .ambiance-body {
        margin-top: 75px
    }

    section.s-ambiance .ambiance-body .ambiance-slider {
        text-align: center
    }

    section.s-ambiance .ambiance-body .ambiance-slider img {
        height: auto;
        display: block;
        width: 100%;
        max-width: 500px;
        margin: 0 auto
    }

    section.s-ambiance .ambiance-body .ambiance-slider img:last-of-type {
        margin-bottom: 0
    }

    section.s-creative {
        padding-top: 90px
    }

    section.s-creative .creative-header-wrapper {
        position: static;
        padding-top: 0
    }

    section.s-creative .creative-header {
        display: none
    }

    section.s-creative .mobile-creative-header .mobile-category-sort {
        background-color: #3a4ddf;
        color: #fff;
        text-transform: uppercase;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 30px;
        font-size: 13px;
        position: relative
    }

    section.s-creative .mobile-creative-header .mobile-category-sort span.current-category {
        margin-left: 6px;
        border: 1px solid #fff;
        width: 130px;
        padding: 0 8px;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis
    }

    section.s-creative .mobile-creative-header .mobile-category-sort > .creative-categories {
        display: none;
        top: 0;
        position: absolute;
        list-style-type: none;
        padding: 0;
        margin: 0;
        z-index: 10;
        background-color: #3a4ddf;
        width: -webkit-calc(50% + 36px);
        width: calc(50% + 36px);
        right: 0;
        border: 1px solid #ff0;
        font-size: 11px
    }

    section.s-creative .mobile-creative-header .mobile-category-sort > .creative-categories li {
        padding: 10px 6px;
        max-width: 94px
    }

    section.s-creative .mobile-creative-header .mobile-category-sort > .creative-categories span.creative-agencies {
        display: block;
        color: #ff0;
        padding: 10px 6px;
        padding-bottom: 15px
    }

    section.s-creative .mobile-creative-header .mobile-category-sort > .creative-categories span.creative-agencies .creative-categories-agencies {
        display: none;
        position: absolute;
        list-style-type: none;
        background-color: #ff0;
        padding: 0;
        margin: 0;
        top: 0;
        right: 0;
        color: #3a4ddf;
        width: 58%
    }

    section.s-creative .mobile-creative-header .mobile-category-sort > .creative-categories span.creative-agencies .creative-categories-agencies li {
        padding: 10px 6px;
        max-width: 100%
    }

    section.s-creative .creative-body {
        margin-top: 40px
    }

    section.s-creative .creative-body .creative-box .creative-item {
        width: 100%;
        left: 0 !important
    }

    section.s-creative .creative-body .creative-box .creative-item .creative-item-inner {
        max-width: 400px;
        width: 100%;
        margin-top: 70px;
        margin-bottom: 0
    }

    section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-item-title {
        position: relative;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        top: 3px;
        margin: 0;
        font-size: 16px;
        font-weight: 700;
        left: 35px
    }

    section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-image-box {
        min-height: 333.3px
    }

    section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-author {
        height: 60px;
        line-height: 60px;
        font-size: 16px
    }

    section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-item-popup .cip-container .cip-slider,
    section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-item-popup .cip-container .cip-video,
    section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-item-popup.landscape .cip-container .cip-slider,
    section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-item-popup.landscape .cip-container .cip-video {
        width: 400px;
        max-width: -webkit-calc(100vw - 60px);
        max-width: calc(100vw - 60px);
        min-width: unset
    }

    section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-item-popup .cip-container .cip-info,
    section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-item-popup.landscape .cip-container .cip-info {
        max-width: -webkit-calc(100vw - 60px);
        max-width: calc(100vw - 60px)
    }

    section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-item-popup .cip-container .cip-info .cip-text,
    section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-item-popup.landscape .cip-container .cip-info .cip-text {
        margin: 40px auto 50px
    }

    section.s-community {
        padding-top: 90px
    }

    section.s-community .community-header .community-title {
        display: none
    }

    section.s-community .community-body {
        padding-top: 35px
    }

    section.s-community .community-body .community-text-box .community-text {
        max-width: 400px;
        margin: auto;
        font-size: 14px;
        line-height: 1.5
    }

    section.s-community .community-body .community-text-box .community-text p {
        margin: 1em 0
    }

    section.s-community .community-body .community-items-box {
        padding-top: 30px;
        padding-bottom: 0
    }

    section.s-community .community-body .community-items-box .community-item {
        width: 100%;
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        margin-bottom: 75px
    }

    section.s-community .community-body .community-items-box .community-item .community-item-inner {
        position: static;
        width: 400px;
        padding: 0
    }

    section.s-community .community-body .community-items-box .community-item .community-item-inner:before {
        display: none
    }

    section.s-community .community-body .community-items-box .community-item .community-item-inner .community-image-box .community-author {
        width: 84px
    }

    section.s-community .community-body .community-items-box .community-item .community-item-inner .community-image-box .community-author span {
        font-size: 34px;
        line-height: 84px;
        padding-top: 30px
    }

    section.s-community .community-body .community-items-box .community-item .community-item-inner .community-image-box .community-image-filter {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        top: 0;
        left: 0;
        opacity: .25
    }

    section.s-community .community-body .community-items-box .community-item .community-item-inner .community-title {
        color: #fff;
        font-weight: 400;
        margin-bottom: 0;
        font-size: 16px;
        position: relative;
        z-index: 3;
        left: 35px;
        top: 3px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }

    section.s-community .community-body .community-items-box .community-item .community-item-inner .community-links {
        background-color: #000;
        height: 50px;
        padding: 0 18px;
        margin-bottom: 0
    }

    section.s-community .community-body .community-items-box .community-item .community-item-inner .community-links .community-website,
    section.s-community .community-body .community-items-box .community-item .community-item-inner .community-links .portfolio-link {
        float: unset;
        margin: 0;
        padding: 0 18px;
        font-size: 16px;
        font-weight: 400
    }

    section.s-community .community-body .community-items-box .community-item .community-item-inner .community-links .portfolio-link {
        color: #fff
    }

    section.s-community .community-body .community-items-box .community-item:last-of-type {
        margin-bottom: 0
    }

    header .main-nav {
        position: fixed;
        height: 50px;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        z-index: 999;
        background-color: #000
    }

    header .main-nav .mobile-menu-btn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 200px;
        height: 50px
    }

    header .main-nav .mobile-menu-btn .mobile-menu-icon {
        width: 26px;
        height: 16px;
        border-top: 2px solid #9a47ff;
        border-bottom: 2px solid #9a47ff
    }

    header .main-nav .main-menu {
        display: none;
        z-index: 2;
        position: absolute;
        top: 64px;
        right: -webkit-calc(50% - 13px);
        right: calc(50% - 13px);
        background-color: #000;
        width: 150px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding: 0 9px;
        padding-top: 20px
    }

    header .main-nav .main-menu #close-main-menu {
        position: absolute;
        top: 0;
        left: 0;
        padding: 8px 10px;
        z-index: 3
    }

    header .main-nav .main-menu li {
        padding: 12px 0;
        white-space: nowrap;
        text-align: right
    }

    section.s-location {
        padding-top: 90px
    }

    section.s-location .location-header .section-title {
        width: 100%
    }

    section.s-location .location-body {
        margin-top: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    section.s-location .location-body .location-content {
        width: 100%;
        max-width: 540px;
        margin: auto
    }

    section.s-location .location-body .location-content .loc-content-item .mobile-item-desc {
        max-width: 400px;
        margin: auto;
        font-size: 14px;
        color: #9a47ff;
        line-height: 1.5;
        font-weight: 700;
        margin-top: 40px;
        margin-bottom: 30px
    }

    section.s-location .location-body .location-content .loc-content-item .loc-item-head {
        height: auto;
        padding-bottom: 0
    }

    section.s-location .location-body .location-content .loc-content-item .loc-item-slider {
        height: auto
    }

    section.s-location .location-body .location-content .loc-content-item .loc-item-slider img {
        margin-bottom: 50px;
        display: block;
        height: 280px;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%
    }

    section.s-location .location-body .location-content .loc-content-item .loc-item-slider img:last-of-type {
        margin-bottom: 0
    }

    section.s-location .location-body .location-content .loc-content-item .loc-item-desc {
        display: none
    }

    section.s-location .location-body .loc-list-block {
        display: none
    }

    section.s-location .location-body .location-list {
        width: 100%
    }

    section.s-location .location-body .location-list li {
        display: none
    }

    section.s-location .location-body .location-list li.loc-item-trigger {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    section.s-home-logo {
        padding-top: 150px
    }

    section.s-home-logo .logo-wrapper {
        display: none
    }

    section.s-home-logo .logo-mobile {
        background-image: url(../img/carre.jpg);
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%
    }

    section.s-home-logo .logo-mobile img {
        max-width: 400px;
        display: block;
        margin: auto
    }

    section.s-about {
        padding-top: 50px
    }

    section.s-about .about-top {
        padding: 0
    }

    section.s-about .about-top .about-top-title {
        display: none
    }

    section.s-about .about-bottom {
        padding-bottom: 50px
    }

    section.s-about .about-bottom .about-bottom-right {
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 170px;
        position: relative
    }

    section.s-about .about-bottom .about-bottom-right .about-bg {
        position: absolute;
        z-index: -1;
        bottom: 0;
        width: 280px
    }

    section.s-about .about-bottom .about-bottom-right .about-text {
        margin: auto;
        padding-top: 100px;
        max-width: 360px;
        width: 100%;
        font-size: 14px;
        line-height: 1.5
    }

    section.s-about .about-bottom .about-bottom-right .about-text p {
        margin-bottom: 15px
    }

    section.s-about .about-bottom .about-bottom-right .about-text p.purple {
        margin-bottom: 30px;
        margin-top: -15px
    }

    section.s-about .about-bottom .about-bottom-left {
        display: none
    }

    section.s-contacts .cc-hover-trigger {
        display: none
    }

    section.s-contacts .contacts-canvas {
        display: none
    }

    section.s-contacts .creator-link {
        width: 100%;
        margin-top: 65px;
        justify-content: center;
    }

    section.s-contacts .mobile-contacts {
        padding-top: 55px;
        text-align: center;
        color: #9a47ff;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.5
    }

    section.s-contacts .mobile-contacts .mobile-address {
        margin-bottom: 20px
    }

    section.s-contacts .mobile-contacts a {
        color: #9a47ff;
        text-decoration: none
    }

    section.s-contacts .mobile-contacts .mobile-socials {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 200px;
        margin: auto;
        margin-top: 50px
    }

    section.s-contacts .mobile-contacts .mobile-socials img {
        height: 24px
    }

    .parallax-wrapper {
        display: none
    }

    .section-title {
        display: none
    }

    section.s-events {
        padding-top: 90px
    }

    section.s-events .events-header .section-title {
        display: none
    }

    section.s-events .events-body {
        padding-top: 75px;
        padding-bottom: 0
    }

    section.s-events .events-body .event-item.animate .right {
        left: 0
    }

    section.s-events .events-body .event-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 40px;
        max-width: 400px;
        padding-bottom: 20px
    }

    section.s-events .events-body .event-item .event-slider-close {
        right: 20px;
        top: unset;
        z-index: 3;
    }

    section.s-events .events-body .event-item .event-more-pics {
        right: 20px;
    }

    section.s-events .events-body .event-item .left,
    section.s-events .events-body .event-item .middle {
        position: static
    }

    section.s-events .events-body .event-item .right {
        position: absolute;
        bottom: 20px;
        left: 0;
        width: 100%;
    }

    section.s-events .events-body .event-item .right img {
        height: 100%
    }

    section.s-events .events-body .event-item .left,
    section.s-events .events-body .event-item .middle {
        width: 100%
    }

    section.s-events .events-body .event-item > .date {
        display: none
    }

    section.s-events .events-body .event-item .title.active {}

    section.s-events .events-body .event-item .title {
        padding: 20px 20px 10px 30px;
    }

    section.s-events .events-body .event-item .title .event-read-more {
        background-color: #000;
        color: #fff;
        font-size: 14px;
        width: 90px;
        height: 27px;
        margin-top: auto;
        text-align: center;
        line-height: 26px;
    }

    section.s-events .events-body .event-item .title .content {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-align-items: flex-start;
        align-items: flex-start;
        height: 100% padding-bottom: 5px;
    }

    section.s-events .events-body .event-item .title .content .event-date {
        color: #000;
        font-size: 14px;
        margin-bottom: 0;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        text-transform: uppercase;
        justify-content: space-between;
    }

    section.s-events .events-body .event-item .title .content .event-date .event-date-start {
        margin-bottom: 3px;
    }

    section.s-events .events-body .event-item .title .content .event-date br,
    section.s-events .events-body .event-item .date-separator {
        display: none;
    }

    section.s-events .events-body .event-item .title .content .event-desc {
        font-size: 12px;
        height: 36px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin: 20px 0;
        transition: 1s ease;
    }

    section.s-events .events-body .event-item .title .content .event-desc.active {
        height: auto;
        display: block;
    }

    section.s-events .events-body .event-item .title .content .event-title {
        max-width: 230px;
        font-size: 22px;
        order: -1;
    }

    section.s-events .events-body .event-item .title .content .event-address {
        font-size: 14px;
        font-weight: bold;
        margin-top: auto;
    }

    section.s-events .events-body .event-item .tiles .slick-arrow {
        width: 30px;
        height: 30px
    }

    section.s-events .events-body .event-item .tiles .slick-arrow:before {
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7);
        top: 0
    }

    section.s-events .events-body .event-item .tiles .slick-next:before {
        left: 1px
    }

    section.s-events .events-body .event-item .tiles .slick-prev:before {
        left: -1px
    }

    section.s-events .events-body .event-item:last-of-type {
        margin-bottom: 0 !important
    }

    section.s-coworking {
        padding-bottom: 0;
        padding-top: 90px
    }

    section.s-coworking .coworking-head {
        width: 100%;
        max-width: 100%;
        margin-bottom: 55px
    }

    section.s-coworking .coworking-head .section-title {
        margin-bottom: 40px
    }

    section.s-coworking .coworking-head .cw-head-text {
        max-width: 400px;
        font-size: 14px;
        line-height: 1.5;
        margin: auto;
        padding-top: 35px
    }

    section.s-coworking .coworking-body {
        max-width: 400px;
        margin: auto
    }

    section.s-coworking .coworking-body #lamp-image {
        display: none
    }

    section.s-coworking .coworking-body .cw-animate-bottom,
    section.s-coworking .coworking-body .cw-animate-top {
        display: none
    }

    section.s-coworking .coworking-body .coworking-plan {
        margin-top: 0
    }

    section.s-coworking .coworking-body .coworking-plan .cw-plan-info {
        display: none
    }

    section.s-coworking .coworking-body .coworking-plan .cw-img-3 {
        right: 0;
        width: 19%
    }

    section.s-coworking .coworking-body .coworking-plan .cw-img-4 {
        width: 18%;
        right: 20%
    }

    section.s-coworking .coworking-body .mobile-cw-plan-info {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        font-size: 16px;
        margin-left: auto;

        flex-direction: column-reverse;
    }

    section.s-coworking .coworking-body .mobile-cw-plan-info ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        margin: 0;
        list-style-type: none;
        /*
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
*/
        /*        background-color: #000;*/
        color: #fff;
        height: 22px;
        /*        margin-right: 12px;*/
        padding: 0 6px;

        flex-direction: column;
        align-items: flex-start;
        padding-right: 0;
    }

    section.s-coworking .coworking-body .mobile-cw-plan-info ul li {
        padding: 0 14px;
        background-color: #000;
        /*        white-space: nowrap;*/
    }

    section.s-coworking .coworking-body .mobile-cw-plan-info ul li sup {
        font-size: 11px
    }

    section.s-coworking .coworking-body .mobile-cw-plan-info .cw-mail {
        text-decoration: none;
        color: #000;
        line-height: 20px;
        font-weight: 700
    }

    section.s-coworking .coworking-body .mobile-cw-content {
        padding-top: 100px
    }

    section.s-coworking .coworking-body .mobile-cw-content .mobile-cw-item {
        position: relative;
        margin-bottom: 65px;
        height: 280px
    }

    section.s-coworking .coworking-body .mobile-cw-content .mobile-cw-item img {
        display: block;
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
        width: 100%
    }

    section.s-coworking .coworking-body .mobile-cw-content .mobile-cw-item .mobile-cw-item-title {
        padding: 0 10px;
        background-color: #000;
        text-transform: uppercase;
        color: #fff;
        font-weight: 700;
        position: absolute;
        top: -15px;
        left: 35px;
        height: 24px;
        line-height: 24px
    }

    section.s-coworking .coworking-body .mobile-cw-content .mobile-cw-item:last-of-type {
        margin-bottom: 0
    }
}

@media only screen and (max-width:424.98px) {
    section.s-community .community-body .community-text-box .community-text {
        max-width: 280px;
        font-size: 12px;
        line-height: 1.25
    }

    section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-image-box {
        min-height: 312.5px
    }

    section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-item-popup .cip-container,
    section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-item-popup.landscape .cip-container {
        padding-top: 60px
    }

    section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-item-popup .cip-container .cip-slider,
    section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-item-popup .cip-container .cip-video,
    section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-item-popup.landscape .cip-container .cip-slider,
    section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-item-popup.landscape .cip-container .cip-video {
        width: 400px;
        max-width: -webkit-calc(100vw - 60px);
        max-width: calc(100vw - 60px);
        min-width: unset
    }

    section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-item-popup .cip-container .cip-info,
    section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-item-popup.landscape .cip-container .cip-info {
        max-width: -webkit-calc(100vw - 60px);
        max-width: calc(100vw - 60px)
    }

    section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-item-popup .cip-container .cip-info .cip-title,
    section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-item-popup.landscape .cip-container .cip-info .cip-title {
        font-size: 16px
    }

    section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-item-popup .cip-container .cip-info .cip-author,
    section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-item-popup.landscape .cip-container .cip-info .cip-author {
        font-size: 14px
    }

    section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-item-popup .cip-container .cip-close,
    section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-item-popup.landscape .cip-container .cip-close {
        top: 10px
    }

    section.s-location .location-body .location-content {
        width: 100%;
        max-width: 540px;
        margin: auto
    }

    section.s-location .location-body .location-content .loc-content-item .mobile-item-desc {
        max-width: 280px;
        font-size: 12px;
        color: #9a47ff;
        line-height: 1.25
    }

    section.s-location .location-body .location-content .loc-content-item .loc-item-head {
        font-size: 12px
    }

    section.s-location .location-body .location-content .loc-content-item .loc-item-head .loc-item-info {
        height: 20px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: -webkit-calc(100% - 74px);
        width: calc(100% - 74px);
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin-right: 10px
    }

    section.s-location .location-body .location-content .loc-content-item .loc-item-head .loc-item-info li {
        padding: 0
    }

    section.s-location .location-body .location-content .loc-content-item .loc-item-head .loc-item-info li sup {
        font-size: 9px
    }

    section.s-location .location-body .location-content .loc-content-item .loc-item-head .location-mail {
        line-height: 20px;
        font-size: 14px;
        font-weight: 700
    }

    section.s-location .location-body .location-list li.loc-item-trigger {
        height: 40px;
        font-size: 16px
    }

    section.s-coworking .coworking-head .cw-head-text {
        max-width: 280px;
        font-size: 12px;
        line-height: 1.25
    }

    section.s-coworking .coworking-body .mobile-cw-plan-info {
        width: 280px;
        margin: auto;
        font-size: 12px
    }

    section.s-coworking .coworking-body .mobile-cw-plan-info ul {
        margin-left: auto;
        height: 20px
    }

    section.s-coworking .coworking-body .mobile-cw-plan-info ul li {
        padding: 0 10px
    }

    section.s-coworking .coworking-body .mobile-cw-plan-info ul li sup {
        font-size: 11px
    }

    section.s-coworking .coworking-body .mobile-cw-plan-info .cw-mail {
        text-decoration: none;
        color: #000;
        line-height: 18px;
        font-size: 14px;
        font-weight: 700
    }

    section.s-about .about-bottom .about-bottom-right .about-text {
        max-width: 285px;
        font-size: 12px;
        line-height: 1.4
    }

    section.s-about .about-bottom .about-bottom-right .about-text p {
        margin-bottom: 10px
    }

    section.s-about .about-bottom .about-bottom-right .about-text p.purple {
        margin-bottom: 20px;
        margin-top: -10px
    }

    section.s-contacts .mobile-contacts {
        font-size: 14px
    }

    section.s-contacts .mobile-contacts .mobile-socials {
        width: 150px
    }

    section.s-contacts .mobile-contacts .mobile-socials img {
        height: 20px
    }
}

@media only screen and (max-width:369.98px) {
    section.s-events .events-body .event-item .title .content .event-title {
        order: 0;
        width: 100%;
        margin-top: 10px;
    }

    section.s-events .events-body .event-item .title .content .event-desc {
        margin: 10px 0;
    }
}

@media only screen and (max-width:349.98px) {
    section.s-location .location-body .location-content .loc-content-item .loc-item-head {
        font-size: 11px
    }

    section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-image-box {
        min-height: 267.5px
    }

    section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-item-title {
        font-size: 14px;
        font-weight: 400;
        left: 25px
    }

    section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-author {
        height: 50px;
        line-height: 50px;
        font-size: 14px
    }
}

@media not all and (min-resolution:0.001dpcm) {
    @supports (-webkit-appearance: none) {
        .mobile-title {
            padding-top: 2px
        }

        section.s-creative .mobile-creative-header .mobile-category-sort {
            padding-top: 4px
        }

        section.s-creative .mobile-creative-header .mobile-category-sort span.current-category {
            padding-top: 3px;
            position: relative;
            top: -2px
        }

        section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-item-title {
            top: 5px
        }

        section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-item-title span {
            padding-top: 3px
        }

        section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-author {
            padding-top: 2px
        }

        section.s-location .location-body .location-list li.loc-item-trigger {
            padding-top: 3px
        }

        section.s-location .location-body .location-content .loc-content-item .loc-item-head .loc-item-info {
            padding-top: 2px
        }

        section.s-coworking .coworking-body .mobile-cw-plan-info ul {
            padding-top: 3px
        }

        section.s-coworking .coworking-body .mobile-cw-content .mobile-cw-item .mobile-cw-item-title {
            padding-top: 2px
        }

        section.s-community .community-body .community-items-box .community-item .community-item-inner .community-title {
            top: 6px
        }

        section.s-community .community-body .community-items-box .community-item .community-item-inner .community-title span {
            padding-top: 4px
        }

        section.s-community .community-body .community-items-box .community-item .community-item-inner .community-links {
            padding-top: 4px
        }

        section.s-events .events-body .event-item .title .event-read-more {
            padding-top: 2px;
        }

        section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-item-popup .cip-container .cip-slider .slick-track .slick-slide {
            margin: 0 2px;
        }
    }
}

@media screen and (min-width: 768px) {
    .event-read-more {
        display: none !important;
    }
}


.page-id-20 section.s-location .location-header .section-title img {
    width: 100%;
}

.cw-plan-info-title {
    /*    max-width: 484px;*/
    max-width: 302px;
    color: #fff;
    margin-left: auto;
    margin-top: 110px;
}

.cw-plan-info-title p {
    margin: 0;
}

.cw-plan-info-title p span {
    background-color: #000;
    padding: 6px 22px;
    display: inline-block;
    font-size: 18px;
}

section.s-coworking .coworking-body .coworking-plan .cw-plan-info ul li {
    padding: 2.5px 10px;
}

section.s-coworking .coworking-body .coworking-plan .cw-plan-info {
    max-width: 302px;
}

section.s-coworking .coworking-body .mobile-cw-plan-info ul li {
    /*    padding: 5px 14px;*/
    padding: 2.5px 14px;
}

@media screen and (max-width: 1200px) {
    .cw-plan-info-title {
        max-width: 302px;
        margin-top: 80px;
    }
}

@media screen and (max-width: 1024px) {
    .cw-plan-info-title {
        margin-top: 40px;
    }
}

@media screen and (max-width: 768px) {

    .cw-plan-info-title {
        display: none;
    }

    .cw-plan-info-title.mobile {
        display: block;
        margin-top: 15px;
    }

    .cw-plan-info-title p span {
        font-size: 16px;
    }

    section.s-coworking .coworking-body .mobile-cw-plan-info {
        max-width: 302px;
        width: 100%;
    }

    section.s-coworking .coworking-body .mobile-cw-plan-info ul {
        height: 100%;
    }
}

@media screen and (max-width:424px) {
    .cw-plan-info-title p span {
        font-size: 12px;
    }

    .cw-plan-info-title.mobile {
        margin-right: auto;
        width: 280px;
    }

    section.s-coworking .coworking-body .mobile-cw-plan-info {
        width: 280px;
    }

    section.s-coworking .coworking-body .mobile-cw-plan-info ul {
        margin-left: 0;
    }
}


.video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-color: #000000;
}

.video__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video__button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: none;
    padding: 0;
    width: 68px;
    height: 48px;
    border: none;
    background-color: transparent;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.video__button-shape {
    fill: #212121;
    fill-opacity: 0.8;
}

.video__button-icon {
    fill: #ffffff;
}

.video__button:focus {
    outline: none;
}

.video:hover .video__button-shape,
.video__button:focus .video__button-shape {
    fill: #ff0000;
    fill-opacity: 1;
}

/* Enabled */

.video--enabled {
    cursor: pointer;
}

.video--enabled .video__button {
    display: block;
}

.cv-foot-text.mobile {
    display: none;
}

.cv-foot-text {
    background-color: #000;
    color: #fff;
    padding: 8px 54px 8px 20px;
    position: absolute;
    left: 130px;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
}



@media screen and (max-width: 1200px) {
    .cv-foot-text {
        margin-top: -20px;
        left: 110px;
    }
}

@media screen and (max-width: 768px) {
    .cv-foot-text {
        display: none;
    }

    .cv-foot-text.mobile {
        display: block;
        position: relative;
        left: 0;
        margin-top: 100px;
        margin-bottom: -60px;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

.creative-item.video {
    height: auto;
}

section.s-creative .creative-body .creative-box .creative-item .creative-item-inner .creative-item-popup .cip-container .cip-slider .slick-track .slick-slide.video-width {
    height: auto;
}

section.s-creative .mobile-creative-header .mobile-category-sort span.current-category {

    font-family: 'Arial';
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 11px;
}

.video-width {}

.img-hide {
    display: none;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 20px auto 20px 0;
    cursor: pointer;
    background-color: #000000;

}

.video-container.loaded .video__button,
.video-container.loaded .youtube_video {
    display: none;
}

.video-container iframe {
    width: 100% !important;
    height: 100% !important;
    top: 0;
    position: fixed;
    left: 0;
    position: absolute;
    border-width: 0;
    outline-width: 0;
}

.video-container:hover .video__button-shape,
.video__button:focus .video__button-shape {
    fill: #ff0000;
    fill-opacity: 1;
}

.video__button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: inline-block;
    padding: 0;
    width: 68px;
    height: 48px;
    border: none;
    background-color: transparent;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.slick-track {
    display: flex;
}

.slick-track {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
}

.cip-slider,
.slick-list,
.slick-track {
    height: 100%
}
