* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*body {
    height: 100vh;
    !*overflow-y: hidden;*!
}*/

.whale_img {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.image-container .active {
    display: block;
}

/*Horizontal slider*/

.page {
    width: 100vw;
    height: 100vh;
    position: relative;
}

.wrapper {
    display: flex;
    flex-direction: row;
    width: 500vw;
}

.one {
    z-index: 3;
}

.page-one-text{
    width: 25vw;
    position: absolute;
    left: 65vw;
    top: 8vw;
}

.page-one-text p{
    font-family: 'Alata';
    font-weight: normal;
    font-style: normal;
    font-size: 1.6vw;
    color: #4d4d4d;
}

.one, .two, .three, .four {
    background-color: #fff;
}

.two {
    z-index: 2;
}

.three {
    z-index: 4;
}

.four {
    z-index: 6;
}

.five{
    z-index: 3;
    background-color: #ffffff;
}

.outer-wrapper {
    width: 100vw;
    height: 100vh;
    overflow-y: hidden;
    overflow-x: hidden;
    position: absolute;
}

.mobile_wrapper {
    display: none;
    width: 100vw;
   /* height: 100vh;*/
}

::-webkit-scrollbar {
    display: none;
}

.logo {
    width: 33.25vw;
    position: fixed;
    top: 0;
    left: 8.37vw;
    z-index: 1000;
}

.home-page-logo {
    left: 960px;
}


/*Drop menu*/

.drop-menu{
    width: 100vw;
    height: 7vw;
    position: fixed;
    background-color: #ffffff;
    z-index: 7;
    max-height: 0;
    transition: 1s max-height ease;
    display: flex;
    overflow: hidden;
}

.drop-menu-open{
    max-height: 7vw;
    transition: 1s max-height ease;
}

.drop-menu ul{
    display: flex;
    list-style: none;
    width: 30vw;
    justify-content: space-between;
    font-size: 2vw;
    text-transform: uppercase;
    font-family: 'Alata';
    position: absolute;
    left: 50vw;
    top: 1.5vw;
}

.drop-menu ul li a{
    text-decoration: none;
    font-size: 1vw;
    font-weight: 700;
    color: #4d4d4d;
}

.drop-menu-mobile ul li a{
    font-family: 'Alata';
}

.drop-menu-btn, .drop-menu-mobile-btn{
    position: fixed;
    z-index: 8;
    right: 2vw;
    top: 2vw;
}

.drop-menu-mobile-btn{
    right: 6vw;
    top: 6vw;
}

.drop-menu-btn button, .drop-menu-mobile-btn button{
    outline: none;
    border: none;
    background: none;
}

.drop-menu-mobile-btn{
    display: none;
}

/*Btn*/
.animated-icon1, .animated-icon2 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.animated-icon1 span, .animated-icon2 span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.animated-icon1 span, .animated-icon2 span {
    background: #8f00ff;
}

.animated-icon1 span:nth-child(1), .animated-icon2 span:nth-child(1) {
    top: 0px;
}

.animated-icon1 span:nth-child(2), .animated-icon2 span:nth-child(2) {
    top: 10px;
}

.animated-icon1 span:nth-child(3), .animated-icon2 span:nth-child(3) {
    top: 20px;
}

.animated-icon1.open span:nth-child(1), .animated-icon2.mobile-open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2), .animated-icon2.mobile-open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.animated-icon1.open span:nth-child(3), .animated-icon2.mobile-open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/*Drop menu mobile*/
.drop-menu-mobile{
    display: none;
}

.drop-menu-mobile{
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    position: fixed;
    z-index: 1;
    justify-content: center;
    align-items: center;
    transition: 1s opacity ease;
    opacity: 0;
}

.drop-menu-mobile ul{
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 45vw;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Roboto';
    font-weight: 900;
}

.drop-menu-mobile ul li a{
    text-decoration: none;
    font-size: 4vw;
    color: #4a4a4a;
    font-weight: 900;
}

/*Figures*/

.figure {
    width: 25vw;
    position: absolute;
}

.red {
    left: 8.3vw;
    top: 0;
    z-index: 7;
}

.red svg {
    opacity: 0.8;
}

.red img {
    width: 100%;
    position: absolute;
    left: 0.1vw;
    top: 0;
    z-index: -1;
}

.red-skull-back {
    display: block;
}

.red-back-text {
    display: none;
}

.purple {
    left: 0;
    top: 8.2vw;
    z-index: 6;
}

.orange {
    left: 16.6vw;
    top: 8.2vw;
    z-index: 8;
}

.orange img, .purple img {
    width: 100%;
}

.red svg {
    fill: #cc0000;
}

.square {
    position: absolute;
    width: 16.7vw;
    height: 16.7vw;
    top: 24.75vw;
    left: 0;
    z-index: 2;
}

.square img{
    width: 100%;
}

.triangle-prpl {
    width: 8.35vw;
    height: 8.35vw;
    position: absolute;
    z-index: 3;
    top: 8.3vw;
    right: 0;
}

.triangle-prpl img{
    width: 100%;
}

.triangles img{
    width: 100%;
}

.triangle-grn {
    width: 25vw;
    position: absolute;
    left: 41vw;
    top: 16.38vw;
    z-index: -1;
}

.triangle-blue {
    width: 16.7vw;
    position: absolute;
    left: 49.52vw;
    top: 16.7vw;
    z-index: -1;
}

.figire_wrap{
    position: absolute;
    z-index: 4;
    width: 300vw;
    height: 100vh;
}

.figures {
    position: fixed;
    width: 35vw;
    height: 100vh;
    left: 16.5vw;
    z-index: -1;
}

/*Page two*/

.page-two-text {
    width: 27.8vw;
    position: absolute;
    top: 16.55vw;
    left: 8.34vw;
    font-family: 'Roboto';
    font-weight: 300;
    font-style: normal;
    font-size: 1.1vw;
}

.page-two-text p{
    position: relative;
    font-size: 1.3vw;
    color: #4d4d4d;
}

.page-two-text p span{
    font-weight: 500;
    color: #4d4d4d;
}

.page-two-text p strong{
    font-weight: 700;
}

.text-part-2{
    left: 44vw;
    top: -17.7vw;
}

.skull-comp {
    width: 16.65vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
}

.rounds-blue {
    width: 16.65vw;
    height: 16.65vw;
    position: absolute;
    left: -0.01vw;;
    top: 8.1vw;
    transition: 0.7s all ease;
}

.rounds-blue img {
    width: 100%;
    transform: rotate(0deg);
}

.purple-hall {
    position: absolute;
    top: 24.75vw;
    width: 16.65vw;
}

.blue-figure {
    position: absolute;
    left: 0;
    top: 41.4vw;
    width: 16.65vw;
    transition: 0.5s top ease;
}

.blue-figure img{
    width: 100%;
}

.skull-comp-photo {
    position: absolute;
    top: 24.75vw;
    overflow: hidden;
    background-color: #9900cc;
}

.skull-comp-photo img {
    width: 100%;
    transform: rotate(0deg);
    border-radius: 50%;
}

.skull-comp-center {
    position: absolute;
    top: 28.78vw;
    left: 4.22vw;
    width: 8.37vw;
}

.skull-comp-center img {
    width: 100%;
    transform: rotate(0deg);
}

/*Contacts*/

.contacts, .clients {
    position: absolute;
    top: 7.2vw;
    left: 8.5vw;

}

.c-info {
    position: absolute;
    width: 70vw;
    height: 28.42vw;
    left: 8.6vw;
    top: 15.7vw;
    font-family: 'Roboto';
    display: flex;
    justify-content: space-between;
}

.c-info-item {
    line-height: 1.4;
}

.c-info-item h3 {
    font-size: 0.92vw;
}

.c-info-item p {
    font-weight: 300;
    font-size: 0.7vw;
}

.skull-rounds {
    width: 33.34vw;
    position: absolute;
    left: 41.57vw;
    height: 33.34vw;
}

.shadow-up{
    position: absolute;
    left: -9vw;
    top: -9vw;
    width: 55vw;
}

.shadow-bottom{
    position: absolute;
    left: -9vw;
    top: -9vw;
    width: 55vw;
}

.ring {
    width: 100%;
    position: absolute;
    left: 0;
    top: -0.08vw;
    border-radius: 50%;
}

.shadow-ring-top {
    z-index: -1;
}

.shadow-ring-bottom {
    z-index: 1;
}

.bottom {
    animation-duration: 0.8s;
    animation-timing-function: linear;
    animation-delay: 0.5s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-play-state: running;
    animation-name: round-down-animation-back;
    top: 25.2vw;
    transform: rotate(-460deg);
}

.top {
    animation-duration: 0.8s;
    animation-timing-function: linear;
    animation-delay: 0.5s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-play-state: running;
    animation-name: round-up-animation-back;
    top: -8.2vw;
    transform: rotate(270deg);
}

/*Skull rounds animation*/

.skull-up-moved{
    animation-duration: 0.8s;
    animation-timing-function: linear;
    animation-delay: 0.1s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-play-state: running;
    animation-name: round-up-animation;
    transform: rotate(0deg);
    top:-33.34vw;
}

.skull-down-moved{
    animation-duration: 0.8s;
    animation-timing-function: linear;
    animation-delay: 0.1s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-play-state: running;
    animation-name: round-down-animation;
    transform: rotate(0deg);
    top: 100vh;
}

.skull-up-moved-back{

}

.skull-down-moved-back{

}

@-webkit-keyframes round-up-animation {
    0% {
        transform: rotate(0deg);
        top:-33.34vw;
    }

    100% {
        transform: rotate(270deg);
        top: -8.2vw;
    }
}

@-webkit-keyframes round-down-animation {
    0% {
        transform: rotate(0deg);
        top: 100vh;
    }

    100% {
        transform: rotate(-460deg);
        top: 25.2vw;
    }
}

@-webkit-keyframes round-up-animation-back {
    0% {
        transform: rotate(270deg);
        top: -8.2vw;
    }

    100% {
        transform: rotate(0deg);
        top:-33.34vw;
    }
}

@-webkit-keyframes round-down-animation-back {
    0% {
        transform: rotate(-460deg);
        top: 25.2vw;
    }

    100% {
        transform: rotate(0deg);
        top: 100vh;
    }
}

.s-rounds-bottom {
    position: absolute;
    z-index: 2;
    left: 0;
    transform: rotate(90deg);
    width: 100%;
}

.s-rounds-top {
    left: 0;
    top: 0;
    position: absolute;
    transform: rotate(90deg);
    z-index: 2;
    width: 100%;
}

.skull-comp-c {
    left: 75vw;
}

.skull-comp-c > .rounds-blue {
    transform: rotate(270deg);
}

.orange-cross {
    position: absolute;
    top: -100vh;
    left: 0;
    width: 16.65vw;
    transition: 0.9s top ease-out;
}

.orange-cross img {
    width: 100%;
}

.green-zig {
    position: absolute;
    top: 100vh;
    left: 0;
    width: 16.65vw;
    transition: 0.5s top ease;
}

.green-zig-down {
    top: 41.4vw
}

.green-zig img {
    width: 100%;
}

/*Portfolio*/

.portfolio-title {
    display: flex;
    flex-wrap: wrap;
    width: 16.8vw;
    justify-content: space-between;
    height: 9vw;
}

.p-letter img {
    width: 100%;
}

.port-blue, .purple-cros {
    position: absolute;
    top: -8.35vw;
    left: 42.25vw;
    width: 16.7vw;
}

.port-blue {
    top: 33.35vw;
}

.port-blue img, .purple-cros img {
    width: 100%;
}

/*Letters*/

.manifesto-main{
    position: relative;
    width: 40vw;
    height: 100vh;
}

.manifesto {
    position: absolute;
    top: 7.2vw;
    left: 8.37vw;
}

.manifesto .manif-letters, .contacts .contacts-letters, .portfolio-title, .clients-letters, .sj-title, .frank-title, .stut-title, .yer-title, .mos-title {
    font-family: "Bw Stretch";
    text-transform: uppercase;
    font-size: 5vw;
    font-weight: 800;
}

.sj-title, .frank-title, .stut-title, .yer-title, .mos-title {
    font-size: 2vw;
}

.manif-letters, .contacts-letters, .portfolio-title, .clients-letters, .sj-title, .frank-title, .stut-title, .yer-title, .mos-title {
    display: flex;
}

.manif-letters > div {
    position: relative;
}

.manifesto .manif-letters {
    font-variant-ligatures: no-contextual;
    -moz-font-feature-settings: "calt" 0;
    -webkit-font-feature-settings: "calt" 0;
    font-feature-settings: "ss01" 0;
}

.manif-letters > .transformed, .contacts-letters > .transformed, .portfolio-title > .transformed, .clients-letters > .transformed, .sj-title > .transformed,
.frank-title > .transformed, .stut-title > .transformed, .yer-title > .transformed, .mos-title > .transformed {
    font-variant-ligatures: no-contextual;
    -moz-font-feature-settings: "calt" 0;
    -webkit-font-feature-settings: "calt" 0;
    font-feature-settings: "ss01" 1;
}

.four-main {
    position: absolute;
    left: 7.7vw;
    top: 8.34vw;
    width: 91vw;
}

.portfolio-title {
    flex-wrap: wrap;
    width: 17vw;
}

.portfolio-item {
    width: 16.7vw;
    height: 16.6vw;
    transition: all 0.5s ease;
}

.portfolio-item img {
    width: 100%;
}

.orange-or-down, .orange-or-up {
    width: 8.34vw;
    position: absolute;
    top: 0;
    left: 17.28vw;
}

.orange-or-down img, .orange-or-up img {
    width: 100%;
}

.orange-or-up {
    z-index: 10;
}

.mazda {
    position: absolute;
    left: 25.6vw;
    top: 0;
    z-index: 9;
}

.graff {
    position: absolute;
    left: 42.27vw;
    top: 0;
    z-index: 8;
}

.or-sqr {
    position: absolute;
    top: 0;
    left: 58.89vw;
    z-index: 7;
}

.mj {
    position: absolute;
    top: 16.7vw;
    left: 0.59vw;
    z-index: 6;
}

.marine {
    position: absolute;
    left: 25.65vw;
    top: 16.7vw;
    z-index: 4;
}

.purple-grid {
    position: absolute;
    left: 42.27vw;
    top: 16.7vw;
    z-index: 3;
    width: 16.7vw;
}

.purple-grid img {
    width: 100%;
}

.begue-sqr {
    position: absolute;
    top: 16.7vw;
    left: 58.9vw;
    z-index: 2;
}

.black-hall {
    position: absolute;
    top: 16.7vw;
    left: 75.55vw;
    z-index: 1;
}

.orange-or-down {
    top: 16.61vw;
    z-index: 5;
}

.portfolio-item-marked {
    -webkit-box-shadow: 7px 7px 19px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 7px 7px 19px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 22px 18px 50px 0 rgba(0, 0, 0, 0.5);
}

/*Whale*/

.container {
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 7;
}

.image-container {
    width: 100%;
    height: 100vh;
    padding-top: 45.347%;
    position: sticky;
    top: 0;
}

/*Preloader*/

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #e0e0e0;
    z-index: 1001;
}

.preloader__row {
    position: relative;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    text-align: center;
    animation: preloader-rotate 2s infinite linear;
}

.preloader__item{
    animation: preloader-bounce 2s infinite ease-in-out;
}

.preloader__item img{
    width: 100%;
}

@keyframes preloader-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes preloader-bounce {

    0%,
    100% {
        transform: scale(0.5);
    }

    50% {
        transform: scale(1);
    }
}

.loaded_hiding .preloader {
    transition: 0.3s opacity;
    opacity: 0;
}

.loaded .preloader {
    display: none;
}

/*End of preloader*/

#hero-lightpass {
    position: absolute;
    left: -14vw;
    top: 10vw;
    max-width: 100vw;
    max-height: 100vh;
    z-index: -1;
}

/*Whale GIF*/

.whale{
    position: absolute;
    left: 0;
    width: 80vw;
    z-index: 6;
    top: 4.5vw;

}

.whale img{
    width: 100%;
    position: absolute;
    left: -24vw;
    display: none;

}

/*Clients List*/

.clients_img {
    width: 19.44vw;
    position: absolute;
    top: 18vw;
    left: 8.5vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.clients-letters > div {
    position: relative;
}

.cl_img_item {
    width: 8.42vw;
}

.cl_img_item img {
    width: 100%;
}

.cl-text {
    width: 9vw;
    position: absolute;
    top: 18vw;
    left: 28vw;
    text-transform: uppercase;
    font-size: 1.2vw;
    font-family: 'Roboto';
    line-height: 1.8vw;
}

.cl-text p {
    font-weight: 300;
}

.cont-map {
    position: absolute;
    top: 25.06vw;
    left: 0;
    width: 49.9vw;
    height: 16.7vw;
    background-size: contain;
}


.cont-map img {
    width: 100%;
    position: absolute;
}

.cont-map .active-img {
    display: block;
}

.cont-yellow {
    position: absolute;
    top: 41.8vw;
    left: 49.9vw;
    width: 16.7vw;
}

.cont-yellow img, .cont-orange img, .cont-black img {
    width: 100%;
}

.cont-orange, .cont-black {
    position: absolute;
    top: 25.06vw;
    left: 49.9vw;
    width: 16.7vw;
}

.cont-black {
    left: 83.22vw;
}

.cont-purple {
    position: absolute;
    width: 16.7vw;
    left: 49.9vw;
}

.cont-purple img {
    width: 100%;
}

.or-shadow{
    position: absolute;
    left: -8vw;
    width: 43vw!important;
    top: -9vw;
    z-index: -1;
}

.mCSB_scrollTools .mCSB_draggerContainer{
    z-index: 1000}

