@font-face {
    font-family: "gilroy-extrabold";
    src: url("../fonts/gilroy-extrabold.ttf") format("truetype"), url("../fonts/gilroy-extrabold.otf") format("opentype"), url("../fonts/gilroy-extrabold.woff") format("woff"), url("../fonts/gilroy-extrabold.eot") format("embedded-opentype"), url("../fonts/gilroy-extrabold.svg") format("svg");
}

@font-face {
    font-family: "gilroy-light";
    src: url("../fonts/gilroy-light.ttf") format("truetype"), url("../fonts/gilroy-light.otf") format("opentype"), url("../fonts/gilroy-light.woff") format("woff"), url("../fonts/gilroy-light.eot") format("embedded-opentype"), url("../fonts/gilroy-light.svg") format("svg");
}

html,body {
    height: 100%;
    overflow: hidden;
}

body {
    font-family: "gilroy-light";
    background-color: rgb(177, 174, 165);
}

a {
    transition-duration: 0.3s;
}

a:hover {
    opacity: 0.67;
}

h1, h2 {
    font-family: "gilroy-extrabold";
}

.header {
    position: fixed;
    top:0;
    text-align: center;
    padding-top: 30px;
    width: 100%;
    z-index: 1;
}

.header .logo {
    transition-duration: 0.3s;
    opacity: 1;
}

.header .logo:hover {
    opacity: 0.67;
}

.header .logo.horizontal {
    position: absolute;
    z-index: 2;
    left: 43px;
    top: 39px;
}

.header .logo.hidden {
    opacity: 0;
    visibility: hidden;
}

.header .menu-button {
    position: absolute;
    top: 24px;
    right: 22px;
    width: 45px;
    height: 45px;
    background-image: url('../img/static/menu-button.png');
    background-size: contain;
    transition-duration: 0.3s;
}

.header .menu-button.black {
    background-image: url('../img/static/menu-button-black.png');
}

.header .menu-button:hover {
    opacity: 0.67;
}

.menu {
    color: #010101;
    text-align: right;
    position: fixed;
    width: 50%;
    height: 100%;
    top: 0;
    right: -50%;
    background-color: #ededed;
    z-index: 3;
    transition-duration: 0.3s;
}

.menu.active {
    right: 0;
}

.menu .close {
    background-image: url('../img/static/close.png');
    background-size: contain;
    position: absolute;
    width: 27px;
    height: 27px;
    top: 39px;
    right: 38px;
    z-index: 1;
    transition-duration: 0.3s;
}

.menu .close:hover {
    opacity: 0.67;
}

.menu .links {
    padding-top: 148px;
    padding-bottom: 34px;
    position: relative;
    padding-right: 37px;
    font-size: 19px;
    font-family: "gilroy-extrabold";
    line-height: 1.0;
    color: #383838;
}

.menu .links::after {
    position: absolute;
    bottom: 0;
    right: 37px;
    width: 62px;
    height: 2px;
    content: " ";
    display: block;
    background-color: #383838;
}

.menu .lead {
    font-size: 38px;
    line-height: 1.37;
}

.menu .menu-bottom {
    position: absolute;
    bottom: 22px;
    right: 37px;
}

.menu .socials {
    padding-bottom: 16px;
}

.menu .socials .social {
    width: 20px;
    height: 17px;
    background-size: contain;
    margin-left: 18px;
    background-position: center;
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
}

.menu .socials .twitter {
    background-image: url('../img/static/socials/twitter.png');
}

.menu .socials .instagram {
    background-image: url('../img/static/socials/instagram.png');
}
.menu .socials .facebook {
    background-image: url('../img/static/socials/facebook.png');
}

.menu .contacts {
    border-top: 1px solid rgba(56, 56, 56, 0.16);
    border-bottom: 1px solid rgba(56, 56, 56, 0.16);
    width: 100%;
    padding: 23px 0 28px;
    font-size: 15px;
    line-height: 1.71;
}

.menu .contacts .email{
    font-size: 17px;
}

.menu .copyright {
    padding-top: 16px;
    font-size: 12px;
    line-height: 2;
}

.floating-sign-up {
    width: 150px;
    height: 100px;
    background-color: #fff;
    display: block;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 600;
    line-height: 100px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: left 24px center;
    background-size: 51px;
    padding-left: 100px;
    position: fixed;
    bottom: 111px;
    margin-top: -43px;
    top: 50%;
    z-index: 2;
    transition-duration: 0.3s;
    transition-delay: 0.3s;
    opacity: 1;
}

.floating-sign-up:hover {
    opacity: 0.95;
    transition-delay: 0s;
}

.floating-sign-up.version-1 {
    background-image: url('../img/right-arrows/1.png');
    color: #e5d1c1;
    right: 0%;
    margin-right: 21px;
}

.floating-sign-up.version-1:hover {
    margin-right: 11px;
    transition-duration: 0.3s;
}

.floating-sign-up.version-2 {
    background-image: url('../img/right-arrows/2.png');
    color: #bdcbd5;
    right: 100%;
    margin-right: -271px;
}

.floating-sign-up.version-2:hover {
    margin-right: -281px;
    transition-duration: 0.3s;
}

.floating-sign-up.version-3 {
    background-image: url('../img/right-arrows/3.png');
    color: #58626a;
    right: 0%;
    margin-right: 21px;
}

.floating-sign-up.version-3:hover {
    margin-right: 11px;
    transition-duration: 0.3s;
}

.floating-sign-up.version-4 {
    background-image: url('../img/right-arrows/4.png');
    color: #151c34;
    right: 100%;
    margin-right: -271px;
}

.floating-sign-up.version-4:hover {
    margin-right: -281px;
    transition-duration: 0.3s;
}

.floating-sign-up.version-5 {
    background-image: url('../img/right-arrows/5.png');
    color: #58626a;
    right: 0%;
    margin-right: 21px;
}

.floating-sign-up.version-5:hover {
    margin-right: 11px;
    transition-duration: 0.3s;
}

.floating-sign-up.version-6 {
    right: 100%;
    margin-right: -271px;
}

.floating-sign-up.version-6:hover {
    margin-right: -281px;
    transition-duration: 0.3s;
}

.floating-sign-up.black {
    background-image: url('../img/right-arrows/black.png');
    color: #383838;
}

.floating-sign-up.sign-in {
    box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.08);
}

.floating-sign-up.hidden {
    opacity: 0;
    visibility: hidden;
    transition-delay: 0s;
}

.slides {
    height: 100%;
}

.slides .slide, .slides .section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
    color: #fff;
    text-align: center;
    position: relative;
    min-width: 960px;
}

.slides h1, .slides h2 {
    font-size: 68px;
    line-height: 60px;
    padding-top: 60px;
    transform: scaleY(0);
    transform-origin: center bottom;
    transition-duration: 0.2s;
}

.slides .slide.active h1, .slides .slide.active h2 {
    transition-delay: 0.5s;
    transform: scaleY(1);
}

.slides h1 .thin {
    font-family: "gilroy-light";
}

.slides p, .slides li {
    transform: scaleY(0);
    transform-origin: center bottom;
    transition-duration: 0.2s;
}

.slides p {
    font-size: 22px;
    line-height: 1.11;
    margin-top: 5px;
}

.slides li {
    font-size: 15px;
    line-height: 1.63;
}

.slides .slide.active p, .slides .slide.active li {
    transition-delay: 0.7s;
    transform: scaleY(1);
}

.slides ol { 
    list-style-type: decimal-leading-zero;
    counter-reset: how;
}

.slides li{
    list-style: none;
}
.slides li:before {
    counter-increment: how;
    content: "0" counter(how)". ";
    color: #383838;
    display: inline-block;
    margin: 5px 10px;
    font-size: 30px;
    line-height: 1.47;
}


.slides .slide.left {
    text-align: left;
    padding-left: 11%;
}

.slides .slide.right {
    text-align: right;
    padding-right: 11%;
}

.slides .discover {
    display: block;
    width: 150px;
    height: 90px;
    margin-left: -76px; 
    border: 2px solid #fff;
    border-radius: 100px;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 600;
    line-height: 1.16;
    padding-top: 60px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-image: url('../img/static/down-arrow.png');
    background-repeat: no-repeat;
    background-position: center top 108px;
    background-size: 27px;
    position: absolute;
    bottom: 68px;
    left: 50%;
    transition-duration: 0.3s;
}

.slides .discover:hover {
    opacity: 0.67;
    bottom: 58px;
}

.slides .columns {
    text-align: left;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}

.slides .column {
    display: inline-block;
    width: 35%;
    padding: 0  0 0 15%;
    vertical-align: top;
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    position: relative;
}

.slides .column-third {
    display: inline-block;
    width: 15%;
    padding: 0 0 0 7%;
    vertical-align: top;
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    position: relative;
}

.slides .column-third-padding {
    display: inline-block;
    width: 35%;
    padding: 0  0 0 7%;
    vertical-align: top;
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    position: relative;
}

.slides .sign-up {
    display: block;
    height: 51px;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 600;
    line-height: 51px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-image: url('../img/static/right-arrow.png');
    background-repeat: no-repeat;
    background-position: left 0 top 0;
    background-size: 51px;
    padding-left: 75px;
    position: absolute;
    bottom: 111px;
    left: 35%;
    margin-left: -48px;
    transition-duration: 0.3s;
}

.slides .sign-up:hover {
    background-position: left 15px top 0;
    opacity: 0.67;
}

.slides.black .slide, .slides.black .section {
    background-color: #f7f7f7;
    color: #383838;
}

.slides.black img {
    position: absolute;
    z-index: 0;
    transition-duration: 0.8s;
    margin-top: 1000px;
}

.slides.black .slide.active img {
    margin-top: 0px;
}

.slides.black h1, .slides.black h2, .slides.black p {
    position: relative;
    z-index: 2;
}

.slides.sign-in .slide, .slides.sign-in .section {
    color: #383838;
    text-align: left;
}

.slides.sign-in label {
    display: block;
    font-family: "gilroy-extrabold";
    font-size: 38px;
    line-height: 1.56;
    cursor: pointer;
    padding: 0 0 0 60px;
    background-image: url('../img/static/check.png');
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: left center;
    min-height: 37px;
}

.slides.sign-in label.checked {
    background-image: url('../img/static/check-ok.png');
}

.slides.sign-in p {
    padding-left: 60px;
}

.slides.sign-in input {
    background-image: url('../img/static/right-arrow-blue.png');
    background-repeat: no-repeat;
    background-position: right 24px center;
    background-size: 27px;
    width: 53%;
    display: inline-block;
    margin: auto;
    height: 69px;
    line-height: 69px;
    padding: 0 75px 0 32px;
    font-size: 12px;
    letter-spacing: 2px;
}

.slides .bg-left, .slides .bg-right {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 50%;
    position: absolute;
    z-index: 1;
    transition-duration: 0.5s;
    top: 0;
    transition-delay: 0.8s
}

.slides .bg-left {
    background-position: right center;
    left: -50%;
}

.slides .bg-right {
    background-position: left center;
    right: -50%;
}

.slides .slide.active .bg-left, .slides .slide.active .bg-right, .slides .section.active .bg-left, .slides .section.active .bg-right  {
    transition-delay: 0s
}

.slides .slide.active .bg-left, .slides .section.active .bg-left {
    left: 0%;
}

.slides .slide.active .bg-right, .slides .section.active .bg-right {
    right: 0%;
}

.content {
    position: relative;
    z-index: 2;
}

.floating-next {
    display: block;
    width: 66px;
    height: 66px;
    margin-left: -33px;
    background-image: url('../img/static/down-arrow-circular.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom: 25px;
    left: 50%;
    z-index: 2;
    background-color: transparent;
    opacity: 1;
}

.floating-next.hidden {
    opacity: 0;
    visibility: hidden;
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }
    10% {
        transform: translateY(0);
    }
    20% {
        transform: translateY(-20px);
    }
    30% {
        transform: translateY(0);
    }
    35% {
        transform: translateY(-10px);
    }
    50% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(0);
    }
}

.bounce {
    animation: bounce 2s infinite;
}

#fp-nav {
    transition-duration: 0.3s;
    opacity: 1;
    transition-delay: 0.3s;
}

#fp-nav.hidden {
    visibility: hidden;
    opacity: 0;
    transition-delay: 0s;
}

#fp-nav.left {
    left: 0%;
    margin-left: 17px;
}

#fp-nav.right {
    left: 100%;
    margin-left: -45px;
}

#fp-nav ul li a span {
    background-color: #fff;
    width: 6px;
    height: 6px;
    margin: -3px 0 0 -3px;
}

#fp-nav ul li:hover a span {
    width: 12px;
    height: 12px;
    margin: -6px 0px 0px -6px;
}

#fp-nav ul li a.active span {
    width: 6px;
    height: 6px;
    margin: -3px 0 0 -3px;
}

#fp-nav ul li a.active:hover span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
}

#fp-nav ul li a {
    padding: 6px 0px 0px 6px;
    width: 6px;
    height: 6px;
    border: 1px solid transparent;
    border-radius: 20px;
}

#fp-nav ul li a.active {
    padding: 6px 0px 0px 6px;
    width: 6px;
    height: 6px;
    border: 1px solid #fff;
    border-radius: 20px;
}

#fp-nav.black ul li a span{
    background-color: #383838;
}


#fp-nav.black ul li a.active {
    border: 1px solid #383838;
}

.fp-controlArrow {
    display: none;
}