html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    background-color: #252728;
    font-family: 'Clear Sans',sans-serif;
}
.hide {
    display: none !important;
}
#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /*background: rgba(0,0,0,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,1) 0%, rgba(77,77,77,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(77,77,77,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,1) 0%, rgba(77,77,77,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,1) 0%, rgba(77,77,77,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,1) 0%, rgba(77,77,77,1) 100%);
    background: radial-gradient(ellipse at center, rgba(0,0,0,1) 0%, rgba(77,77,77,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#4d4d4d', GradientType=1 );*/
    background:#843e08;
    z-index: 100500;
}

#page-preloader .spinner {
    background: url("../img/loading.gif") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
    bottom: 0;
    height: 32px;
    left: 50%;
    margin-left: -16px;
    position: absolute;
    width: 32px;
}

#preload-body{
    left:50%;
    top:50%;
    font-size:18px;
    text-align:center;
    position:absolute;
    width:482px;
    margin-left:-241px;
    margin-top:-91px;
}

#preload-body .wrap{
    padding-bottom: 50px;
    padding-top: 80px;
    position: relative;
    color:#fff;
}

#preload-body .logo{
    background: url(../img/logo-top@x2.png) no-repeat;
    background-size: contain;
    width: 300px;
    height: 60px;
    float: none;
    left: 50%;
    margin-left: -150px;
    position: absolute;
    top: 0;
}
#preload-body.gym .logo{
    background: url(../img/logo-gym.png) no-repeat;
    background-size: contain;
    background-position: center;
}
/* fixed part */

#menu {
    position: fixed;
    z-index: 30;
    color: #ffffff;
    font-family: 'Ubuntu',sans-serif;
    font-size: 16px;
    margin: 0 0 0 4.13%;
    padding: 7.22vh 0;
    background: url("../img/menu-line.png") no-repeat;
    background-size: 5px 100%;
    height: 100%;
    width: 5px;
    top:0;
    left:0;
    text-align: left;
    -webkit-transition: left 1s cubic-bezier(0.23, 1, 0.32, 1) 0.09s;
    transition: left 1s cubic-bezier(0.23, 1, 0.32, 1) 0.09s;
}
#menu.gym {
    background: url("../img/menu-line_gym.png") no-repeat;
    background-size: 5px 100%;
}
#menu.dark {
    color: #2d2f31;
    background: url("../img/menu-line-dark.png") no-repeat;
    background-size: 5px 100%;
}
#menu.dark.gym {
    background: url("../img/menu-line-dark_gym.png") no-repeat;
    background-size: 5px 100%;
}
#menu .g-line {
    position: absolute;
    background: #843e08;
    width: 3px;
    left:1px;
    top:7.22vh ;
    height: 12.22vh;
    transition: all 0.6s cubic-bezier(0.3, 0.1, 0.05, 1);
}
#menu.light .g-line{
    background: #ffffff;
}

a.btn {
    display: block;
    color: #ffffff;
    font-family: 'Ubuntu',sans-serif;
    font-size: 1.78vh;
    text-decoration: none;
    background: transparent;
    border: 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    line-height: 4.06vh;
    padding: 0 0.9vw;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    text-align: center;
    max-width: 300px;
    margin-top: 20px;
    background: #843e08;
}
#menu>li {
    list-style: none;
    height: 12.22vh;
    line-height: 12.22vh;
    margin-left: -2px;
    position: relative;
}
/*#menu li.active {
    border-left: 3px solid #843e08;
}*/
#menu>li>ul {
    padding: 0;
    margin: 0;
    height: 100%;
}
#menu>li>ul>li {
    list-style: none;
}
#menu>li>ul>li.child50{
    height: 50%;
}
#menu>li>ul>li.child25{
    height: 25%;
}
#menu>li>ul>li.child25{
    height: 20%;
}
#menu a {
    position: absolute;
    top:0;
    left:0;
    text-decoration: none;
    color: #ffffff;
    transition: all 0.6s cubic-bezier(0.3, 0.1, 0.05, 1);
    padding-left: 2vw;
    width: 13vw;
    opacity: 0.2;
}
#menu.dark a {
    color: #2d2f31;
}
#menu a span{
    display: inline-block;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.3, 0.1, 0.05, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.3, 0.1, 0.05, 1);
    transition: transform 0.4s cubic-bezier(0.3, 0.1, 0.05, 1);
    transition: transform 0.4s cubic-bezier(0.3, 0.1, 0.05, 1), -webkit-transform 0.4s cubic-bezier(0.3, 0.1, 0.05, 1);
}
#menu a em {
    font-style: normal;
    padding-left: 0.95vw;
    opacity: 0;
    -webkit-transition: opacity 0.7s cubic-bezier(0.3, 0.1, 0.05, 1);
    transition:opacity 0.7s cubic-bezier(0.3, 0.1, 0.05, 1);
    transition: opacity 0.7s cubic-bezier(0.3, 0.1, 0.05, 1);
    transition: opacity 0.7s cubic-bezier(0.3, 0.1, 0.05, 1), opacity 0.4s cubic-bezier(0.3, 0.1, 0.05, 1);
}
#menu a:hover {
    opacity: 1;
}
#menu a:hover em {
    opacity: 1;
}
#menu a:hover span:first-child{
    -webkit-transform: translateY(-4px) translateZ(0);
    transform: translateY(-4px) translateZ(0);
}
#menu a:hover span:nth-child(2){
    -webkit-transform: translateY(4px) translateZ(0);
    transform: translateY(4px) translateZ(0);
}
#menu li.active a {
    margin-left: -2.5vw;
    cursor: default;
    padding-left: 0;
    opacity: 1;
}
#menu li.active a em {
    opacity: 1;
    padding-left: 2.5vw;
}
.side-menu {
    position: fixed;
    top:0;
    left:-35.24%;
    height: 100vh;
    width: 35.24%;
    z-index: 35;
    background: rgba(45,47,49,0.85);
    text-align: right;
    -webkit-transition: width 1s cubic-bezier(0.23, 1, 0.32, 1), left 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: width 1s cubic-bezier(0.23, 1, 0.32, 1), left 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.side-menu.open {
    width: 100%;
    left:0;
}
.side-menu .toggle {
    position: absolute;
    right: -9vw;
    top:5vh;
    background: url("../img/menu-btn.png") no-repeat;
    background-size: contain;
    width: 4.44vh;
    height: 4.44vh;
    cursor: pointer;
    z-index: 36;
    -webkit-transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
#menu.dark+.toggle{
    background: url("../img/menu-btn-dark.png") no-repeat;
    background-size: contain;
}
.side-menu.open #menu+.toggle {
    right: 60.59vw;
    background: url("../img/close@x2.png") no-repeat;
    background-size: contain;
}
.side-menu.open #menu.dark+.toggle {
    right: 60.59vw;
    background: url("../img/close@x2.png") no-repeat;
    background-size: contain;
}

.side-menu .toggle:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.side-menu .content {
    width: 35.24%;
    height: 100%;
    background: #843e08;
    padding: 12.78vh 4.34vw;
}
.side-menu .content ul {
    margin: 0;
    padding: 0;
}
.side-menu .content ul li {
    list-style: none;
    margin-bottom: 5.44vh;
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.side-menu .content ul li a {
    text-decoration: none;
    color: #ffffff;
    font-family: 'Bebas Neue';
    font-size: 3.33vh;
    line-height: 2.5vh;
}
.side-menu.open #menu {
    left: 30.95vw;
}
.side-menu.open #menu .g-line {
    display: none;
}
.side-menu.open #menu a{
    display: none;
}
.side-menu .content ul li:hover {
    webkit-transform: translateX(20px) translateZ(0);
    transform: translateX(20px) translateZ(0);
}
.side-menu .content ul li a sup {
    font-size: 2.44vh;
    color: #aaa;
    vertical-align: top;
}
.side-menu .content .soc {
    padding-top: 1.62vh;
}
.side-menu .content .soc a {
    width: 37px;
    height: 37px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    display: inline-block;
    border: 2px solid rgba(255,255,255,0.4);
    vertical-align: bottom;
    outline: none;
    margin-right: 1.39vw;
}
.side-menu .content .soc  a.vk {
    background: url("../img/vk.png") 50% 50% no-repeat;
}
.side-menu .content .soc  a.inst {
    background: url("../img/inst.png") 50% 50% no-repeat;
}
.side-menu .content .soc .vk:hover {
    background: #be0910 url("../img/vk.png") 50% 50% no-repeat;
    border: 2px solid #be0910;
}
.side-menu .content .soc .inst:hover {
    background: #be0910 url("../img/inst.png") 50% 50% no-repeat;
    border: 2px solid #be0910;
}
.side-menu .content .current-site {
    color: #ffffff;
    margin-top: 6.37vh;
    padding-right: 4.7vw;
    position: relative;
    cursor: pointer;
}
.side-menu .content .current-site .icon {
    position: absolute;
    top: 0.5vh;
    right: 5.3%;
    width: 1.91vw;
    height: 85%;
    background: url("../img/current-site.png") no-repeat;
    background-size: contain;
}
.side-menu .content .current-site .name {
    font-family: 'Bebas Neue';
    font-size: 2.44vh;
}
.side-menu .content .current-site .city {
    font-family: 'Ubuntu';
    font-size: 1.33vh;
}
.side-menu .content .change-site {
    color: #2d2f31;
    text-decoration: none;
    font-size: 1.33vh;
    font-family: 'Ubuntu';
    margin-right: 1.39vw;
    margin-top: 1.4vh;
    display: block;
    cursor: pointer;
}

nav {
    position: fixed;
    top:7.22vh;
    right: 21vw;
    z-index: 30;
}
nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
nav ul li {
    display: inline-block;
    font-size: 2.33vh;
    font-family: 'Ubuntu';
    color: #ffffff;
}
nav ul li a {
    text-decoration: none;
    color: #ffffff;
}
nav.black ul li a, nav.black ul li {
    color: #262829;
}

.top-logo {
    position: fixed;
    top:7.22vh;
    right: 5.38vw;
    width: 12.15vw;
    height: 47px;
    z-index: 30;
    overflow: hidden;
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease;
}
.top-logo>div {
    background: url("../img/logo-top.png") no-repeat;
    background-size: contain;
    width: 12.15vw;
    height: 47px;
    margin-left: auto;
    -webkit-transform: translateX(-120%) translateZ(0);
    transform: translateX(-120%) translateZ(0);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.top-logo.gym>div{
    background: url("../img/logo-gym.png") no-repeat;
    background-size: contain;
}
.top-logo-open>div {
    -webkit-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0);
}
.top-logo.black>div{
    background: url("../img/logo-top-black.png") no-repeat;
    background-size: contain;
}
.top-logo.gym.black>div{
    background: url("../img/logo-gym-black.png") no-repeat;
    background-size: contain;
}
.soc-link {
    position: fixed;
    right: 5.56vw;
    top:50%;
    z-index: 30;
    margin-top: -50px;
}
.soc-link:after {
    content: "";
    display: block;
    width: 2.43vw;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    right: -3.82vw;
    top:50%;
}
.soc-link a {
    width: 37px;
    height: 37px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    display: block;
    border: 2px solid rgba(255,255,255,0.4);
}
.soc-link a.vk {
    background: url("../img/vk.png") 50% 50% no-repeat;
}

.soc-link a.tg {
    background: url("../img/tg.png") 50% 50% no-repeat;
    background-size: 55%;
}
.soc-link a.tg:hover {
    background: #be0910 url("../img/tg.png") 50% 50% no-repeat;
    border: 2px solid #be0910;
    background-size: 55%;
}

.soc-link a.inst {
    background: url("../img/inst.png") 50% 50% no-repeat;
    margin: 10px 0;
}
.soc-link a.vk:hover {
    background: #be0910 url("../img/vk.png") 50% 50% no-repeat;
    border: 2px solid #be0910;
}
.soc-link a.inst:hover {
    background: #be0910 url("../img/inst.png") 50% 50% no-repeat;
    border: 2px solid #be0910;
}
.sub-menu {
    display: none;
    position: fixed;
    right: 5.56vw;
    top:50%;
    z-index: 30;
    margin-top: -50px;
    text-align: right;
}
.sub-menu a {
    color: #2d2f31;
    font-size: 2.44vh;
    font-family: 'Bebas Neue',sans-serif;
    display: block;
    text-decoration: none;
    opacity: 0.2;
    position: relative;
    margin-bottom: 0.5vh;
}
.sub-menu a.active:after {
    content: "";
    display: block;
    width: 2.43vw;
    height: 1px;
    background-color: #2d2f31;
    position: absolute;
    right: -3.82vw;
    top:50%;
}
.sub-menu-two.sub-menu a.active:after{
    background-color: #ffffff;
}
.sub-menu a.active, .sub-menu a:hover {
    opacity: 1;
}
.sub-menu.sub-menu-two a {
    color: #ffffff;
}
.scroll-bottom {
    position: fixed;
    bottom: 3.5vh;
    left:50%;
    margin-left: -2.4%;
    color: #ffffff;
    font-family: 'Ubuntu';
    font-size: 1.33vh;
    z-index: 30;
    cursor: pointer;
    padding: 2vh;
}
.scroll-bottom:before {
    content: "";
    display: block;
    height: 4.2vh;
    width: 1px;
    background-color: #ffffff;
    position: absolute;
    top: -3.7vh;
    right:50%;
    transition: all 0.3s;
}
.scroll-bottom:hover:before {
    top: -4.9vh;
}
.want-subscription {
    display: none !important;
    position: fixed;
    right: 5.6%;
    z-index: 30;
    bottom: 13.9vh;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer;
    width: 12%;
    height: 4.4vh;
    overflow: hidden;
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease;
}
.want-subscription>a {
    color: #ffffff;
    background-color: #843e08;
    text-align: center;
    font-size: 1.82vh;
    height: 4.4vh;
    line-height: 4.4vh;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-decoration: none;
    display: block;
}
.want-subscription>a:hover {
    color: #843e08;
    background-color: #ffffff;
}
.want-subscription.white>a{
    color: #843e08;
    background-color: #ffffff;
}
.want-subscription.white:hover>a{
    color: #ffffff;
    background-color: #547d19;;
}
.slide-left {
    right: 68.1%;
}
.want-subscription.slide-left {
    right: 68.3%;
}
.modal-window {
    display: none;
}
.modal-window p {
    margin: 1em 0;
}
/* backgrounds */

.block2-3-bg {
    display: none;
    background: url("../img/block-2.jpg") 0 0 no-repeat;
    background-size: cover;
    height: 130vh;
    width: 100%;
    position: fixed;
    top:0;
    left:0;
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease;
}
.block4-7-bg {
    display: none;
    background: #f0f0f0;
    position: fixed;
    overflow: hidden;
    -webkit-perspective: 2000px;
    perspective: 2000px;
    height: 105vh;
    width: 150vw;
    top:-10vh;
    left:-2vw;
    z-index: 5;
}
.block4-7-photo {
    position: fixed;
    width: 576px;
    height: 0;
    top:7.5vh;
    left:52.78%;
    z-index: 10;
    overflow: hidden;
}
.block4-7-photo>div {
    height: 70.39vh;
    width: 70%;
    position: absolute;
    left: 0;
}
.block4-7-photo .photo-4{
    /* background: url("../img/mw-1.png") 0 0 no-repeat; */
    background: transparent;
    background-size: contain;
}
.block4-7-photo .photo-5{
    background: url("../img/new/1.jpg") 0 0 no-repeat;
    background-size: contain;
    top: auto !important;
    bottom: -77px !important;
    
}
.block4-7-photo .photo-6{
    background: url("../img/new/2.jpg") 0 0 no-repeat;
    background-size: contain;

    top: auto !important;
    bottom: -77px !important;
    
}
.block4-7-photo .photo-7{
    background: url("../img/new/3.jpg") 0 0 no-repeat;
    background-size: contain;
}

.block4-7-bg .grid {
    width: 120%;
    height: 120%;
    background: url("../img/block-4.png");
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.block4-7-bg .grid.is-absolute {
    position: absolute;
}
.block4-7-bg .grid .big-romb {
    background: url("../img/big-romb.png") 50% 0 no-repeat;
    background-size: contain;
    height: 83.33vh;
    width: 100%;
    position: absolute;
    top:29.5%;
    left:50.2%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.block4-7-bg .grid img {
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    -webkit-perspective: 1500px;
    perspective: 1500px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.block4-7-bg .grid img:nth-child(2){
    top:40%;
    left:80%;
}
.block4-7-bg .grid img:nth-child(3){
    top:10%;
    left:10%;
}
.block4-7-bg .grid img:nth-child(4){
    top:60%;
    left:14%;
}
.block4-7-bg .grid img:nth-child(5){
    top:85%;
    left:76%;
}
.block4-7-bg .grid img:nth-child(6){
    top:100%;
    left:12%;
}
.block4-7-bg .grid img:nth-child(7){
    top:132%;
    left:78%;
}
.no-preserve-3d .block4-7-bg .grid {
    /* we target browsers that don't support preserve-3d and show just a standard image - no effect visible */
    position: relative;
}
.block8-12-bg {
    background: #843e08;
    height: 120vh;
    width: 120vw;
    position: fixed;
    top:-10vh;
    left:-10vw;
    display: none;
    overflow: hidden;
    -webkit-perspective: 2000px;
    perspective: 2000px;
}
.block8-12-bg .grid {
        background: rgba(255,255,255,0.1);
    width: 120%;
    height: 120%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.block8-12-bg .big-romb {
    background: url("../img/big-romb.png") 50% 0 no-repeat;
    background-size: contain;
    height: 83.33vh;
    width: 100%;
    position: absolute;
    top:25%;
    left:52.7%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.block13-16-bg {
    display: none;
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 160vh;
    background: url("../img/block-13.jpg") 70% 0 no-repeat;
    background-size: cover;
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease;
}
.block17-bg {
    background: #f0f0f0;
    height: 120vh;
    width: 120vw;
    position: fixed;
    top:-10vh;
    left:-10vw;
    display: none;
    overflow: hidden;
    -webkit-perspective: 2000px;
    perspective: 2000px;
}
.block17-bg .grid {
    background: url("../img/block-4.png");
    width: 120%;
    height: 120%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1);
}
/* slides */
#start-page {
    background: url("../img/Black_amp_White_1.jpg") 0 50% #262829 no-repeat;
    background-size: cover;
    text-align: center;
    font-family: 'Ubuntu',sans-serif;
    color: #ffffff;
}
#start-page .black-romb {
    width: 70.94vw;
    height: 70.94vw;
    position: absolute;
    top:54%;
    left:22%;
    background: #262829;
    -webkit-transform: rotate(45deg) translate(-45%, -30.2%) scale(0);
    -moz-transform: rotate(45deg) translate(-45%, -30.2%) scale(0);
    -ms-transform: rotate(45deg) translate(-45%, -30.2%) scale(0);
    -o-transform: rotate(45deg) translate(-45%, -30.2%) scale(0);
    transform: rotate(45deg) translate(-45%, -30.2%) scale(0);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
#start-page .black-romb.anim {
    -webkit-transform: rotate(45deg) translate(-45%, -30.2%) scale(1);
    -moz-transform: rotate(45deg) translate(-45%, -30.2%) scale(1);
    -ms-transform: rotate(45deg) translate(-45%, -30.2%) scale(1);
    -o-transform: rotate(45deg) translate(-45%, -30.2%) scale(1);
    transform: rotate(45deg) translate(-45%, -30.2%) scale(1);
}
#start-page .content {
    position: relative;
    z-index: 10;
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 40px 40px;
}
#start-page .logo {
    background: url("../img/logo.png") no-repeat;
    background-size: contain;
    width: 300px;
    height: 60px;
    margin: 0 auto 45px;
}
#start-page .left {
    float: left;
    width: 50%;
    max-width: 490px;
    min-height: 765px;
}
#start-page .right {
    float: right;
    width: 50%;
    max-width: 490px;
    min-height: 765px;
}
#start-page .green-club-list {
    border-top: 1px solid #88c91f;
    padding-bottom: 12px;
}
#start-page .red-club-list {
    border-top: 1px solid #bd0810;
}
#start-page .red-club-list .btn {
    background: #be0910;
}
#start-page .city {
    font-size: 36px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'Bebas Neue',sans-serif;
    margin: 34px 0 24px;
}
#start-page .content h1 {
    color: #ffffff;
    font-size: 50px;
    font-family: 'Bebas Neue',sans-serif;
    font-weight: normal;
    padding-top: 0;
    padding-bottom: 32px;
}
#start-page .club {
    margin: 0 2vw;
    display: inline-block !important;
}
#start-page .club .city {
    color: #ffffff;
    font-family: 'Bebas Neue',sans-serif;
    font-size: 2.44vh;
    margin-bottom: -0.61vh;
}
#start-page .club h2 {
    font-family: 'Bebas Neue',sans-serif;
    color: #843e08;
    font-size: 6.22vh;
    font-weight: normal;
    margin-bottom: 0.91vh;
    padding: 0 0.45vw;
}
#start-page .club p {
    font-size: 1.7778vh;
    line-height: 1.85em;
    margin-bottom: 2.43vh;
}
#start-page .club p span {
    color: #ffffff;
}
#start-page .btn, .red-form .btn {
    display: block;
    text-decoration: none;
    color: #ffffff;
    font-size: 30px;
    line-height: 70px;
    font-family: 'Bebas Neue',sans-serif;
    text-transform: uppercase;
    background: #843e08;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    max-width: 340px;
    margin: 0 auto 30px;
    border: 0;
    width: 100%;
}

/*#start-page .btn:hover {
    background-color: #547d19;
}
#start-page .red-club-list .btn:hover {
    background-color: #547d19;
}*/
#start-page .club:nth-child(3) h2{
    color: #be0910;
    padding: 0;
}
#start-page .club:nth-child(3) .btn{
    background: #be0910;
}
#start-page .save-state {
    text-align: left;
    width: 50vw;
    margin: 0 auto;
    padding-left: 4.17vw;
    padding-top: 5.72vh;
}
#start-page .save-state .check-box {
    width: 2.78vh;
    height: 2.78vh;
    border:2px solid rgba(255,255,255,0.4);
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    cursor: pointer;
    float:left;
    margin-right: 2.08vw;
    margin-bottom: 17vh;
    margin-top: 0.8vh;
}

#start-page .save-state .check-box:hover {
    border:2px solid #ffffff;

}
#start-page .save-state .check-box.active {
    background: url("../img/list-icon-red.png") no-repeat;
    background-size: contain;
    border: 0;
    width: 2.78vh;
    height: 2.78vh;
}
#start-page .save-state p {
    font-size: 1.7778vh;
    line-height: 1.85em;
}
#start-page .save-state p span {
    color: #ffffff;
}

.red-form {
    background: #bd0810;
    color: #ffffff;
    padding: 15px 30px 25px;
    text-align: center;
    position: relative;
}
.red-form h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: normal;
    margin-bottom: 16px;
}
.red-form h2 strong {
    font-size: 60px;
}
.red-form p.text {
    font-size: 20px;
    margin-bottom: 55px;
}
.red-form p.accept-text {
    font-size: 18px;
    margin-top: 33px;
}
.red-form p a {
    color: #262829;
    text-decoration: none;
}
.red-form input {
    width: 100%;
    height: 50px;
    border: 0;
    background: #8b040a;
    padding: 0 30px;
    color: #ffffff;
    font-size: 20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-bottom: 50px;
}
.red-form input.error {
    background: #8b040a !important;
}
.red-form input::-webkit-input-placeholder {color: #ffffff;}
.red-form input::-moz-placeholder          {color: #ffffff;}/* Firefox 19+ */
.red-form input:-moz-placeholder           {color: #ffffff;}/* Firefox 18- */
.red-form input:-ms-input-placeholder      {color: #ffffff;}

.red-form .input-parent {
    position: relative;
}
.red-form .input-parent label.error {
    font-size: 18px;
    text-align: left;
    position: absolute;
    left: 30px;
    top: 60px;
}

#start-page .red-form button.btn {
    max-width: 340px;
    height: 70px;
    background: #262829;
    font-size: 30px;
}
.red-form .send {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #bd0810;
    display: none;
}
.red-form .icon-check-circle {
    background: url("../img/verified.png") 50% no-repeat;
    height: 135px;
    margin-top: 170px;
}
.red-form .send h2 {
    margin-top: 30px;
    margin-bottom: 22px;
}

.red-form-mini {
    position: fixed;
    z-index: 500;
    bottom: -380px;
    right: 50px;
    width: 380px;
    padding: 12px 24px 20px;
    -webkit-transition: bottom 0.3s;
    -moz-transition: bottom 0.3s;
    -ms-transition: bottom 0.3s;
    -o-transition: bottom 0.3s;
    transition: bottom 0.3s;
}
.red-form-mini.nsk{
    bottom: -375px;
}
.red-form-mini.open {
    bottom: 0 !important;
}
.red-form-mini .open-popup {
    display: none;
}

.red-form.red-form-mini h2 {
    font-size: 32px;
    margin-bottom: 10px;
}
.red-form.red-form-mini h2 strong {
    font-size: 46px;
}
.red-form.red-form-mini.nsk p.text {
    font-size: 15px;
    margin-bottom: 45px;
}
.red-form.red-form-mini p.text {
    font-size: 16px;
    margin-bottom: 45px;
}
.red-form.red-form-mini input {
    height: 40px;
    font-size: 16px;
    margin-bottom: 38px;
}
.red-form.red-form-mini .input-parent label.error {
    font-size: 16px;
    top: 45px;
}
.red-form.red-form-mini .btn {
    background: #262829;
    height: 55px;
    font-size: 24px;
    line-height: 55px;
    max-width: 264px;
    margin-bottom: 24px;
}
.red-form.red-form-mini p.accept-text {
    font-size: 14px;
    margin-top: 0;
}
.red-form .icon-check-circle {
    margin-top: 80px;
}

@media all and (max-width: 1000px) {
    #start-page .right, #start-page .left {
        float: none;
        width: 100%;
        margin: 0 auto;
    }
    #start-page .save-state {
        width: 100%;
        padding-left: 0;
        padding-top: 35px;
    }
    #start-page .save-state p {
        font-size: 16px;
        line-height: 24px;
    }
    #start-page .save-state .check-box {
        width: 26px;
        height: 26px;
        margin-right: 15px;
        margin-bottom: 110px;
        margin-top: 0px;
    }
    #start-page {
        background: url(../img/Black_amp_White_1.jpg) 0 0 #262829 no-repeat;
        background-size: 280% auto;
    }
    #start-page .content h1, .red-form h2 {
        font-size: 42px;
    }
    #start-page .left {
        min-height: 700px;
    }
    .red-form .input-parent label.error {
        font-size: 16px;
    }
    #start-page .save-state .check-box.active {
        width: 26px;
        height: 26px;
    }
}

#fullpage {
    z-index: 25;
}
#block-1 {
    background: url("../img/youtu.be-BWHxWmF9e18.jpg") 100% 0 no-repeat;
    background-size: cover;
}
#block-1.brn {
    background: url("../img/youtu.be-WqT5kOoaB40.jpg") 100% 0 no-repeat;
    background-size: cover;
}
.block {
    width: 100%;
    height: 100vh;
    position: relative;
}
#block-1 .video-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url("../img/video_mask.png");
}
#block-1 .content {
    padding-left: 19.6181%;
    padding-top: 35.8333vh;
}
#block-1 .logo {
    background: url("../img/logo.png")no-repeat;
    width: 300px;
    height: 60px;
}
#block-1 .logo.gym {
    background: url("../img/logo-gym.png") no-repeat;
    background-size: contain;
}
#block-1 h1 {
    font-family: 'Bebas Neue',sans-serif;
    font-size: 10vh;
    font-weight: normal;
    color: #ffffff;
    line-height: 1.1111em;
    margin-top: 2.6778vh;
    margin-bottom: 4px;
}
.stam {
    opacity: 0 !important;
    -webkit-transform: translateY(30vh) translateZ(0) !important;
    transform: translateY(30vh) translateZ(0) !important;
}
.black {
    color: #000000 !important;
}
.black-bg:before{
    background: #000000 !important;
}

#block-1 p.desc {
color: #d8d8d8;
    font-size: 2.7778vh;
    max-width: 52%;
    line-height: 1.71em;
}
#block-1 .contact {
    position: absolute;
    right: 8%;
    bottom: 21vh;
    z-index: 25;
    color: #a8a8a7;
    font-family: 'Ubuntu';
    font-size: 1.7vh;
}
#block-1 .contact a {
    font-size: 3.19vh;
    color: #ffffff;
    text-decoration: none;
    font-family: 'Bebas Neue';
    display: block;
    margin-top: 0.71vh;
}

.parallax-window {
    margin-top: 100vh;
    min-height: 200vh;
    background: transparent;
}
#block-2 {
    height: 100vh;
}
#block-2 .content {
    padding-top: 13.94vh;
    margin-left: 19.58vw;
    width: 38.63vw;
    color: #a8a8a7;
}
#block-2 .content .home-icon{
    width: 133px;
    height: 133px;
    border: 2px solid #843e08;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
#block-2 .content .home-icon>div {
    background: url("../img/home-icon.png") 50% 50% no-repeat;
    width: 100%;
    height: 100%;
}
#block-2 .content h2 {
    font-family: 'Bebas Neue',sans-serif;
    font-size: 10vh;
    font-weight: normal;
    color: #ffffff;
    line-height: 1.1111em;
    margin-top: 2.6778vh;
    margin-bottom: 4px;
}
#block-2 .content p {
    font-family: 'Ubuntu';
    font-size: 2.2vh;
    line-height: 1.85em;
    margin-bottom: 1.42vh;
    color: #fff;
}
#block-3 .content{
    height: 100vh;
    width: 68.75%;
    margin: 0 auto;
}
#block-3 a {
    display: block;
    position: relative;
    overflow: hidden;
}
#block-3 a img {
    width: 115%;
    //height: 100%;
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#block-3 a:hover:after{
    content: "";
    display: block;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
    z-index: 15;
}
#block-3 a:hover:before{
    content: "";
    display: block;
    width: 66px;
    height: 66px;
    background: url("../img/zoom@x2.png") no-repeat;
    background-size: contain;
    position: absolute;
    top:50%;
    left:50%;
    margin-top: -33px;
    margin-left: -33px;
    z-index: 20;
}
#block-4 {
    height: 100vh;
    position: relative;
}
#block-4 .content {
    padding-top: 13.94vh;
    margin-left: 19.58vw;
    width: 28vw;
    color: #85878d;
}
#block-4 .content .icon{
    width: 133px;
    height: 133px;
    border: 2px solid #843e08;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
#block-4 .content .icon>div {
    background: url("../img/home-icon.png") 50% 50% no-repeat;
    width: 100%;
    height: 100%;
}
#block-4 .content h2 {
    font-family: 'Bebas Neue',sans-serif;
    font-size: 10vh;
    font-weight: normal;
    color: #2d2f31;
    line-height: 1.1111em;
    margin-top: 2.6778vh;
    margin-bottom: 4px;
}
#block-4 .content p {
    font-family: 'Ubuntu';
    font-size: 1.7778vh;
    line-height: 1.85em;
    margin-bottom: 1.42vh;
}
#block-4 .photo {
    background: url("../img/mw-1.png") 0 0 no-repeat;
    background-size: contain;
    width: 576px;
    height: 85.39vh;
    position: absolute;
    top:7.5vh;
    left:52.78%;
}
.services {
    height: 100vh;
    position: relative;
}
.services .content {
    padding-top: 13.94vh;
    margin-left: 19.58vw;
    width: 28vw;
    color: #85878d;
}
.services .content h3 {
    font-family: 'Bebas Neue',sans-serif;
    font-size: 4.44vh;
    font-weight: normal;
    color: #2d2f31;
    margin-bottom: 1.42vh;
}
.services .content p {
    font-family: 'Ubuntu';
    font-size: 1.7778vh;
    line-height: 1.85em;
}
.services .content .number {
    color: #843e08;
    font-size: 3.33vh;
    font-family: 'Bebas Neue',sans-serif;
    margin-bottom: 3px;
}
.services .content ul {
    padding: 0;
    margin: 2.02vh 0 0;
}
.services .content ul li {
    list-style: none;
    color: #85878d;
    font-size: 1.58vh;
    line-height: 1.5em;
    padding-left: 3.13vw;
    position: relative;
    margin-bottom: 1.82vh;
}
.services .content ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 0.81vh;
    left: 0;
    background: url("../img/list-icon-red.png") no-repeat;
    background-size: contain;
    height: 2.78vh;
    max-height: 33px;
    width: 33px;
}
.services .content ul li b {
    font-weight: normal;
    color: #2d2f31;
}
#block-5 .content.nsk {
    padding-top: 14.96vh;
}
#block-5 .content.gym {
    padding-top: 28.01vh;
}
#block-5 .content.barnaul {
    padding-top: 5.36vh;
}
#block-6 .content.nsk {
    padding-top: 6.97vh;
}
#block-6 .content.barnaul {
    padding-top: 9vh;
}
#block-6 .content.gym {
    padding-top: 28.01vh;
}
#block-7 .content.all-city {
    padding-top: 16.78vh; /* 18px при 0*/
}
#block-8 {
    height: 100vh;
}
#block-8 .content {
    text-align: center;
    padding-top: 31.67vh;
    width: 60.83vw;
    margin: 0 auto;
    color: #ffffff;
}
#block-8 .content h2 {
    font-family: 'Bebas Neue',sans-serif;
    font-size: 10vh;
    font-weight: normal;
    line-height: 1.1111em;
    margin-top: 2.67vh;
    margin-bottom: 2px;
}
#block-8 .content p {
    font-family: 'Ubuntu',sans-serif;
    font-size: 1.78vh;
    line-height: 1.85em;
    margin-bottom: 1.40vh;
}
#block-8 .content .icon-wrapper--team ,#block-8 .content .icon-wrapper--team svg {
    width: 100%;
    margin: 0;
}
.personal {

}
.personal .padding {
    height: 36vh;
}
.personal .content {
    width: 81.76%;
    margin: 0 auto;
}
.personal  .content .number {
    color: #2d2f31;
    font-size: 3.33vh;
    font-family: 'Bebas Neue',sans-serif;
    padding-bottom: 2px;
    padding-top: 4.25vh;
}
.personal .content h3 {
    font-family: 'Bebas Neue',sans-serif;
    font-size: 4.44vh;
    font-weight: normal;
    color: #ffffff;
    padding-bottom: 3.64vh;
}
.personal .content .circle{
    height: 12vw;
    width: 12vw;
    float: left;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    position: relative;
    margin: 3.33vh 6% 3.33vh 0;
}
.personal .content .circle .arrow{
    display: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 1.67vh 1.67vh 1.67vh;
    border-color: transparent transparent #2d2f31 transparent;
    position: absolute;
    bottom:-3.34vh;
    z-index: 25;
    margin-left: -1.67vh;
    left:50%;
}
.personal .content .first .circle {
    margin-top: 0 !important;
}
.personal .content .circle:nth-child(4n+4){
    margin-right: 0 !important;
}
.personal .content .circle{
    background: url('../img/photo1.jpg') no-repeat;
    background-size: contain;
}
.personal .content .circle .photo-overlay {
    cursor: pointer;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    color: #ffffff;
    text-align: center;
    -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transform:    scale(0);
    -o-transform:      scale(0);
    -webkit-transform: scale(0);
    transform:         scale(0);
}
.personal .content .circle:hover .photo-overlay{
    -moz-transform:    scale(1);
    -o-transform:      scale(1);
    -webkit-transform: scale(1);
    transform:         scale(1);
}
.personal .content .circle .photo-overlay h4 {
    font-family: 'Bebas Neue',sans-serif;
    font-size: 2.44vh;
    font-weight: normal;
    margin-top: 28%;
    padding: 0 30px;
}
.personal .content .circle .photo-overlay p {
    color: #a8a8a7;
    font-family: 'Ubuntu',sans-serif;
    font-size: 1.33vh;
}
.personal .info {
    display: none;
    width: 100%;
    background: #2d2f31;
    color: #ffffff;
    position: relative;
}
.personal .info .arrow{
    /*width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 1.67vh 1.67vh 1.67vh;
    border-color: transparent transparent #2d2f31 transparent;
    position: absolute;
    top:-1.6vh;
    z-index: 25;
    margin-left: -1.67vh;*/
}
.personal .info .wrap {
    width: 60.76%;
    margin: 0 auto;
    padding: 3vh 0;
}
.personal .info .left {
    float: left;
    border-right:1px solid #57595a;
    padding-right: 1.39vw;
    margin-right: 1.39vw;
    position: relative;
    height: 23.66vh;
    width: 19.27vw;
}
.personal .info .right {
    font-size: 1.56vh;
    color: #a8a8a7;
    float: right;
    width: 39vw;
}
.personal .info .right .white {
    color: #ffffff;
}
.personal .info .right p{
    margin-bottom: 0.71vh;
}
.personal .info .name {
    font-size: 3.33vh;
    font-family: 'Bebas Neue',sans-serif;
    margin-bottom: 1.52vh;
}
.personal .info .spec {
    color: #a8a8a7;
    font-family: 'Ubuntu';
    font-size: 1.78vh;
}
.personal .info button {
    background: transparent;
    border: 2px solid #57595a;
    font-size: 1.78vh;
    height: 4vh;
    width: 13vw;
    -webkit-border-radius:25px;
    -moz-border-radius:25px;
    border-radius:25px;
    position: absolute;
    bottom: 0;
    left:0;
}
.personal .info button:hover {
    background: #be0910;
    border: 2px solid #be0910;
}
#block-9 {
    height: 255vh !important;
}
#block-9.barnaul {
    height: 180vh !important;
}
#block-9.marksa {
    height: 255vh !important;
}
#block-9.gym {
    height: 100vh !important;
}
#block-10 {
    height: 130vh !important;
}
#block-10.barnaul {
    height: 100vh !important;
}
#block-13 {
    height: 100vh;
}
#block-13 .content {
    text-align: right;
    width: 60.76%;
    margin: 0 auto;
    padding-top: 2.78vh;
    position: relative;
}
#block-13 .content  .btn-set {
    position: absolute;
    top:40vh;
    left:0;
}
#block-13 .content  .btn-set a {
    display: block;
    color: #ffffff;
    font-family: 'Ubuntu',sans-serif;
    font-size: 1.78vh;
    text-decoration: none;
    background: transparent;
    border: 2px solid rgba(255,255,255,0.2);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    line-height: 4.06vh;
    padding: 0 0.9vw;
    -webkit-transition: none;
    -moz-transition: none ;
    -ms-transition: none ;
    -o-transition: none ;
    transition: none ;
}
#block-13 .content  .btn-set a:hover {
    background: #ffffff;
    border: 2px solid #ffffff;
    color: #2d2f31;
}
#block-13 .content  .btn-set a:first-child{
    margin-bottom: 6.67vh;
}
#block-13 .content h2 {
    font-family: 'Bebas Neue',sans-serif;
    font-size: 10vh;
    font-weight: normal;
    line-height: 1.1111em;
    margin-top: 2.6vh;
    margin-bottom: 2px;
    color: #ffffff;
}
#block-13 .content .icon-wrapper {
    margin: 0;
}
#block-13 .content .icon-wrapper svg {
    display: none;
    fill: #843e08;
    float: right;
}
#block-13 .content .icon-wrapper .stroke {
    fill: none;
    stroke: #87c332;
}
#block-13 .content p {
    font-family: 'Ubuntu',sans-serif;
    font-size: 2.28vh;
    line-height: 1.85em;
    margin-bottom: 1.4vh;
    color: #dbdbdb;
    width: 38vw;
    margin-left: auto;
}
#block-13 .content p span {
    color: #ffffff;
}
#block-13 .content p.note {
    font-size: 1.33vh;
    padding-top: 1.33vh;
}
#block-14 {
    height: 100vh;
    text-align: center;
}
#block-14 h2 {
    font-family: 'Bebas Neue',sans-serif;
    font-size: 10vh;
    font-weight: normal;
    color: #ffffff;
    padding-top: 0.61vh;
    padding-bottom: 2.73vh;
}
#block-14 .iphone {
    background: url("../img/iphone@x2.png") 50% 0 no-repeat;
    background-size: contain;
    width: 100%;
    height: 38.3vh;
    margin: 0 auto 2.53vh;
    padding-top: 3vh;
}
#block-14 .iphone .ip-screen {
    background: url("../img/promo@x2.jpg") 50% 0 no-repeat;
    background-size: contain;
    width: 100%;
    height: 30vh;
}
#block-14 p {
    font-family: 'Ubuntu',sans-serif;
    font-size: 1.78vh;
    line-height: 1.85em;
    color: #a8a8a7;
    width: 38vw;
    margin: 0 auto 1.40vh;
}
#block-14 p.work-time{
    margin-bottom: 2.83vh;
}
#block-14 p span {
    color: #ffffff;
}
#block-14 a.btn {
    display: inline-block;
    background: #843e08;
    color: #ffffff;
    text-decoration: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-size: 1.78vh;
    line-height: 4.44vh;
    padding: 0 3.54vw;
    margin-top: 3.44vh;
}
#block-15 {
    height: 100vh;
    text-align: center;
    color: #a8a8a7;
}
#block-15 .content {
    width: 60.76%;
    margin: 0 auto;
    position: relative;
    padding-top: 17.19vh;
}
#block-15 .content .left {
    width: 50%;
    border-right: 1px solid rgba(255,255,255,0.2);
    padding-right: 4.44vw;
    float: left;
}
#block-15 .content .right {
    width: 49.5%;
    float: right;
    padding-left: 4.44vw;
}
#block-15 .content .before-title {
    color: #ffffff;
    font-family: 'Bebas Neue',sans-serif;
    font-size: 2.44vh;
}
#block-15 h2 {
    font-family: 'Bebas Neue',sans-serif;
    font-size: 10vh;
    font-weight: normal;
    color: #ffffff;
    padding-bottom: 2.12vh;
}
#block-15 .left h2 {
    color: #843e08;
}
#block-15 .right h2 {
    color: #be0910;
}
#block-15 .content p {
    font-family: 'Ubuntu',sans-serif;
    font-size: 1.78vh;
    line-height: 1.85em;
    color: #a8a8a7;
}
#block-15 .content p span {
    color: #ffffff;
}
#block-15 .work-time {
    margin-bottom: 2.83vh;
}
#block-15 a.btn {
    display: inline-block;
    background: #843e08;
    color: #ffffff;
    text-decoration: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-size: 1.78vh;
    line-height: 4.44vh;
    padding: 0 3.54vw;
    margin-top: 3.44vh;
}
#block-15 .right a.btn{
    background: #be0910 ;
}
.payment, .payment-data {
    height: 100vh;
}
.payment .content, .payment-data .content{
    width: 60.76%;
    margin: 0 auto;
    position: relative;
}
.payment .content .number, .payment-data .content .number{
    font-size: 3.33vh;
    font-family: 'Bebas Neue',sans-serif;
    padding-top: 5.46vh;
    padding-bottom: 0.3vh;
    margin-bottom: 0;
}
.payment.green .content .number, .payment-data.green .content .number {
    color: #843e08;
}
.payment.red .content .number, .payment-data.red .content .number {
    color: #be0910;
}
.payment .content h3, .payment-data .content h3 {
    font-family: 'Bebas Neue',sans-serif;
    font-size: 4.44vh;
    font-weight: normal;
    color: #2d2f31;
    padding-bottom:2.73vh;
    line-height: 3vh;

}
.payment .content>p, .payment-data .content>p {
    font-family: 'Ubuntu',sans-serif;
    font-size: 1.78vh;
    line-height: 1.85em;
    margin-bottom: 1.40vh;
    color: #85878d;
}
.payment .content p span {
    color: #2d2f31;
}
.payment .subscription {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-family: 'Ubuntu',sans-serif;
    width: 14.9vw;;
    margin-top: 2.11vh;
    border-right: 1px solid rgba(133,134,135,0.2);
    position: relative;
    height: 40.56vh;
    padding-right: 0.35vw;
}
.payment .subscription .month {
    color: #2d2f31;
    font-family: 'Bebas Neue',sans-serif;
    font-size: 2.44vh;
}
.payment .subscription .price {
    color: #2d2f31;
    font-family: 'Bebas Neue',sans-serif;
    font-size: 6.22vh;
    margin-bottom: 1.21vh;
}
.payment .subscription .note {
    color: #85878d;
    font-size: 1.56vh;
    line-height: 2.67vh;
}
.payment .subscription .price-first-month {
    color: #2d2f31;
    font-family: 'Bebas Neue',sans-serif;
    font-size: 3.33vh;
    margin-bottom: 0.4vh;
}
.payment .subscription .note-first-month {
    color: #2d2f31;
    font-size: 1.56vh;
    margin-bottom: 3.44vh;
}
.payment .subscription .btn {
    position: absolute;
    bottom: 2.78vh;
    left: 50%;
    margin-left: -5.70vw;
    margin-top: 13.2vh;
    display: inline-block;
    text-decoration: none;
    color: #2d2f31;
    font-size: 1.78vh;
    width: 11.11vw;
    line-height: 4.44vh;
    background: transparent;
    border: 2px solid rgba(38,40,41,0.2);
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
}
.payment.green .subscription .btn:hover{
    background: #843e08;
    color: #ffffff;
    border: 2px solid #843e08;
}
.payment.red .subscription .btn:hover{
    background: #be0910;
    color: #ffffff;
    border: 2px solid #be0910;
}
.payment .subscription:first-child .note {
    margin-bottom: 2.02vh;
}
.payment .subscription:first-child .btn {
    margin-top: 0;
}
.payment .subscription:last-child{
    border: 0;
}
.payment .btn-back {
    display: block;
    text-decoration: none;
    background: #a8a8a7;
    color: #ffffff;
    font-family: 'Ubuntu',sans-serif;
    line-height: 4.44vh;
    text-align: center;
    width: 16.95vw;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    margin-top: 11.17vh;
}
.payment-data form {
    margin-top: 6.98vh;
    color: #85878d;
    font-family: 'Ubuntu',sans-serif;
    font-size: 1.78vh;
}
.payment-data form input[type="text"], .payment-data form input[type="email"] {
    height: 4.44vh;
    width: 100%;
    background: rgba(38,40,41,0.1);
    border:0;
    font-size: 1.78vh;
    padding: 0 0.69vw;
    color:#85878d;
}
.payment-data form .col{
    float: left;
    width: 17.36vw;
    margin-right: 4.34vh;
    position: relative;
}
.payment-data form .col:last-child {
    margin-right: 0;
}
.payment-data form input[type="email"]::-webkit-input-placeholder {color:#85878d;}
.payment-data form input[type="email"]::-moz-placeholder          {color:#85878d;}/* Firefox 19+ */
.payment-data form input[type="email"]:-moz-placeholder           {color:#85878d;}/* Firefox 18- */
.payment-data form input[type="email"]:-ms-input-placeholder      {color:#85878d;}
.payment-data form input[type="email"]:hover::-webkit-input-placeholder {color:#ffffff;}
.payment-data form input[type="email"]:hover::-moz-placeholder          {color:#ffffff;}/* Firefox 19+ */
.payment-data form input[type="email"]:hover:-moz-placeholder           {color:#ffffff;}/* Firefox 18- */
.payment-data form input[type="email"]:hover:-ms-input-placeholder      {color:#ffffff;}
.payment-data form input[type="email"]:hover {
    background: rgba(38,40,41,1);
    color: #ffffff;
}
.payment-data form input[type="text"]::-webkit-input-placeholder {color:#85878d;}
.payment-data form input[type="text"]::-moz-placeholder          {color:#85878d;}/* Firefox 19+ */
.payment-data form input[type="text"]:-moz-placeholder           {color:#85878d;}/* Firefox 18- */
.payment-data form input[type="text"]:-ms-input-placeholder      {color:#85878d;}
.payment-data form input[type="text"]:hover::-webkit-input-placeholder {color:#ffffff;}
.payment-data form input[type="text"]:hover::-moz-placeholder          {color:#ffffff;}/* Firefox 19+ */
.payment-data form input[type="text"]:hover:-moz-placeholder           {color:#ffffff;}/* Firefox 18- */
.payment-data form input[type="text"]:hover:-ms-input-placeholder      {color:#ffffff;}
.payment-data form input[type="text"]:hover {
    background: rgba(38,40,41,1);
    color: #ffffff;
}
#form-subscription {
    max-width: 420px;
}
.modal-window .payment-data {
    height: auto;
    text-align: center;
}
.modal-window .payment-data form {
    margin: 0;
    padding: 15px;
}
.modal-window h2 {
    font-family: 'Bebas Neue',sans-serif;
    font-size: 3.44vh;
    font-weight: normal;
    color: #85c61e;
    text-align: center;
    padding-bottom: 1.52vh;
}
.modal-window .payment-data input {
    margin-bottom: 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 0 15px !important;
}
input.error {
    background: rgba(255, 0, 0, 0.2) !important;
}
.modal-window .payment-data .btn-pay {
    margin: 0 auto 0;
    float: none;
    color: #ffffff;
    background-color: #843e08;
    width: 210px;
}
.modal-window .payment-data .btn-pay:hover {
    color: #ffffff;
    background-color: #547d19;
}
.payment-data .gender {
    margin: 5.56vh 0;
}
.payment-data .gender p {
    float: left;
    line-height: 3.33vh;
}
.payment-data .gender .gender-radio {
    float: right;
    position: relative;
}
.payment-data .gender .gender-radio label {
    display: block;
    width: 12.67vw;
    height: 3.33vh;
    line-height: 2.89vh;
    text-align: center;
    border:2px solid rgba(38,40,41,0.2);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer;
}
/*.payment-data.green .gender .gender-radio label:hover {
    background: #843e08;
    color: #ffffff;
    border: 2px solid #843e08;
}
.payment-data.red .gender .gender-radio label:hover {
    background: #be0910;
    color: #ffffff;
    border: 2px solid #be0910;
}*/
.payment-data .gender .gender-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    /*width: 0;
    height: 0;*/
}
.payment-data.green .gender .gender-radio input[type="radio"]:checked+label {
    background: #843e08;
    color: #ffffff;
    border: 2px solid #843e08;
}
.payment-data.red .gender .gender-radio input[type="radio"]:checked+label {
    background: #be0910;
    color: #ffffff;
    border: 2px solid #be0910;
}
.payment-data .birthday {
    margin: 5.56vh 0;
}
.payment-data .birthday p {
    line-height: 3.33vh;
    margin-bottom: 1.21vh;
}
.payment-data form .birthday input {
    width: 4.86vw;
    margin-right: 1.17vw;
}
.payment-data form .birthday input:last-child {
    margin-right: 0;
}
.payment-data form .btn {
    display: block;
    text-decoration: none;
    width: 100%;
    line-height: 4.44vh;
    color: #ffffff;
    text-align: center;
    background: #843e08;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.payment-data form .btn.red {
    background: #be0910;
    margin: 10vh 0 5.56vh;
}
.payment-data .check-box-set {
    margin-top: 5.56vh;
    position: relative;
}
.payment-data .check-box-set input {
    opacity: 0;
    /*height: 0;
    width: 0;*/
    position: absolute;
}
.payment-data .check-box-set label {
    display: block;
    margin-bottom: 2.22vh;
    cursor: pointer;
}
.payment-data .check-box-set label:last-child{
    margin-bottom: 0;
}
.payment-data .check-box-set label .check-box {
    width: 2.78vh;
    height: 2.78vh;
    border:2px solid rgba(38,40,41,0.2);
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2.92vw;
}

.payment-data .check-box-set label:hover .check-box {
    border:2px solid rgba(38,40,41,1);
}
.payment-data .check-box-set input:checked+.check-box {
    background: url("../img/list-icon-red.png") no-repeat;
    background-size: contain;
    border: 0;
}
.payment-data .btn-back, .payment-data .btn-pay {
    float: left;
    display: block;
    text-decoration: none;
    background: #a8a8a7;
    color: #ffffff;
    font-family: 'Ubuntu',sans-serif;
    line-height: 4.44vh;
    text-align: center;
    width: 16.95vw;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    margin-top: 8.44vh;
}
.payment-data .btn-pay {
    float: right;
    border: 0;
}
.payment-data form label.error {
    color: #be0910;
    position: absolute;
    left:0.69vw;
    top:5.46vh;
}
.payment-data form #gender-error, .payment-data form #gender_promo-error {
    position: absolute;
    top: 9.2vh;
    width: auto;
    border:0;
}
.payment-data form #phone-error, .payment-data form #email-error {
    top: 29.8vh;
}
.payment-data form #phone_promo-error, .payment-data form #email_promo-error {
    top: 29.8vh;
}
.payment-data form #DateofBirth-error, .payment-data form #DateofBirth_promo-error {
    top: 19.6vh;
}
.payment-data form #agree_terms-error, .payment-data form #agree_terms_promo-error {
    top: 7.5vh;
    left: 4.3vw;
}
#block-16 {
    /*height: 100vh;*/
}
#block-16 .content{
    margin: 0 auto;
    width: 40.35vw;
    padding-top: 4.85vh;
}
#block-16 .content h3 {
    font-family: 'Bebas Neue',sans-serif;
    font-size: 4.44vh;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    padding-bottom: 1.52vh;
}
#block-16 .content .after-title {
    font-family: 'Ubuntu',sans-serif;
    font-size: 2.28vh;
    line-height: 1.85em;
    margin-bottom: 3.4vh;
    margin-top: 3.4vh;
    color: #dbdbdb;
    width: 45vw;
    margin-left: auto;
}
#block-16 .price-menu {
    padding-bottom: 4.45vh;
}
#block-16 .price-menu ul {
    padding: 0;
    margin: 0;
}
#block-16 .price-menu li {
    list-style: none;
    color: #a8a8a7;
    font-family: 'Ubuntu',sans-serif;
    font-size: 1.56vh;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 3.13vh;
    padding-top: 2.43vh;
}
#block-16 .price-menu .name {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 3.33vh;
    color: #ffffff;
    float: left;
}
#block-16 .price-menu .price {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 3.33vh;
    color: #ffffff;
    float: right;
}
#block-16 .price-menu .price span {
    display: inline-block;
    background: url("../img/rub.png") 0 50% no-repeat;
    background-size: contain;
    height: 2.3vh;
    width: 1vw;
    vertical-align: middle;
}
#block-16 .price-menu .desc {
    padding-top: 1.21vh;
    clear: both;
}
#block-16 .price-menu .desc span {
    color: #ffffff;
}
#block-17 {
    padding-bottom: 20vh;
    z-index: 40;
}
.overlay {
    display: none;
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(45,47,49,0.85);
    z-index: 90;
}
#block-17 .content {
    margin: 0 auto;
    width: 60.76vw;
    position: relative;
    padding: 5vh 0;
}
#block-17 .icon-wrapper {
    margin-bottom: 0;
}
#block-17 .content h2 {
    font-family: 'Bebas Neue',sans-serif;
    font-size: 10vh;
    font-weight: normal;
    color: #2d2f31;
    padding-top: 0.69vh;
    padding-bottom: 0vh;
}
#block-17 .content p.after-title {
    font-family: 'Ubuntu',sans-serif;
    font-size: 1.78vh;
    line-height: 1.85em;
    color: #85878d;
    padding-bottom: 2vh;
    width: 35.97vw;
}
#block-17 .content p.after-title b {
    font-weight: normal;
    color: #262829;
}
#block-17 .content .use-filtr {
    font-family: 'Ubuntu',sans-serif;
    font-size: 1.78vh;
    color: #85878d;
    width: 40.97vw;
    padding-top: 2.83vh;
}
#block-17 .content  .btn-set {
    position: absolute;
    bottom: 3.33vh;
    right:0;
}
#block-17 .content  .btn-set a {
    display: block;
    text-align: center;
    color: #2d2f31;
    font-family: 'Ubuntu',sans-serif;
    font-size: 1.78vh;
    text-decoration: none;
    background: transparent;
    border: 2px solid rgba(38,40,41,0.2);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    line-height: 4.06vh;
    width: 14vw;
    -webkit-transition: none;
    -moz-transition: none ;
    -ms-transition: none ;
    -o-transition: none ;
    transition: none ;
}
#block-17 .content  .btn-set a:hover {
    background: #be0910;
    border: 2px solid #be0910;
    color: #ffffff;
}
#block-17 .content  .btn-set a:first-child{
    margin-bottom: 17vh;
}
#block-17 .filter {
    /*display: none;*/
    background: #be0910;
    color: #ffffff;
    padding: 3.33vh 0;
    font-family: 'Ubuntu',sans-serif;
}
#block-17 .filter .wrap {
    margin: 0 auto;
    width: 60.76vw;
    position: relative;
}
#block-17 .filter .wrap:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 1.67vh 1.67vh 1.67vh;
    border-color: transparent transparent #be0910 transparent;
    position: absolute;
    top:-4.8vh;
    right: 6.33vw;
}
#block-17 .filter .wrap span {
    float: right;
    display: inline-block;
    font-size: 1.7vh;
    line-height: 3vh;
    border:2px solid rgba(255,255,255,0.2);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    width: 9vw;
    text-align: center;
    cursor: pointer;
    margin-left: 1.39vw;
}
#block-17 .filter .wrap span:hover, #block-17 .filter .wrap span.active {
    background: #ffffff;
    border:2px solid rgba(255,255,255,1);
    color: #be0910;
}
#block-17 .filter .wrap p {
    font-size: 1.7vh;
    float: left;
    width: 12.26vw;
    height: 100%;
}
#block-17 .filter .card-type {
    padding-bottom: 2.78vh;
    border-bottom: 1px solid rgba(255,255,255,0.6);
    margin-bottom: 2.78vh;
}
.schedule-days {
    width: 100%;
    margin-top: 3.89vh;
    display: table !important;
}
.schedule-days th {
    width: 14.2857%;
    color: #ffffff;
    background: #2d2f31;
    font-family: 'Ubuntu',sans-serif;
    font-size: 1.78vh;
    height: 8vh;
    font-weight: normal;
    border:1px solid #c9c9ca;
}
.fixed-head {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    display: none;
}
.fixed-head .content {
    margin: 0 auto;
    width: 60.76vw;
}
.fixed-head .content .schedule-days {
    margin-top: 0;
}
.fp-viewing-contact .fixed-head {
    display: none !important;
}
.schedule-data {
    width: 100%;
    margin-top: 1vh;
    display: table !important;
}
.schedule-data td {
    padding: 1.61vh 1vw;
    width: 14.2857%;
    color: #91949a;
    background: #f0f0f0;
    font-family: 'Ubuntu',sans-serif;
    font-size: 1.33vh;
    border:1px solid #c9c9ca;
    text-align: left;
    vertical-align: top;
    /*height: 21.94vh;*/
    cursor: pointer;
}
.schedule-data td .time {
    font-family: 'Ubuntu',sans-serif;
    font-size: 1.78vh;
    line-height: 2.56vh;
    padding: 0 1.05vw;
    display: inline-block;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    color: #ffffff;
    border: 1px solid #c9c9ca;
}
.schedule-data td.green .time {
    background: #843e08;
    border: 1px solid #843e08;
}
.schedule-data td.red .time {
    background: #be0910;
    border: 1px solid #be0910;
}

.schedule-data td:hover {
    background: #e2e2e2;
}
.schedule-data td .name {
    position: relative;
    /*height: 5.86vh;*/
    margin: 1.01vh 0 0;
}
.schedule-data td .name p {
    width: 100%;
    font-size: 2.44vh;
    font-family: 'Bebas Neue',sans-serif;
    color: #2d2f31;
    /*position: absolute;
    bottom: 0;
    left:0;*/
}
.schedule-data td .place {
    color: #91949a;
    font-size: 1.33vh;
    font-family: 'Ubuntu',sans-serif;
    padding-top: 0.51vh;
    padding-bottom: 1.62vh;
}
.schedule-data td ul {
    padding: 0 0 0 0;
    margin: 0;
    text-align: left;
    color: #2d2f31;
    list-style: none;
}
.schedule-data td ul li{
    color: #2d2f31;
    margin-bottom: 0.71vh;
}
.schedule-data td ul li:last-child {
    display: none;
}
.schedule-data td ul li span{
    color: #91949a;
}
.schedule-data td.empty, .schedule-data td.off {
    background: #f0f0f0 url("../img/cross-icon.png") 50% 50% no-repeat;
    cursor: default;
}
.schedule-data td.empty, .schedule-data td.off2 {
    background: #f0f0f0 url("../img/cross-icon.png") 50% 50% no-repeat;
    cursor: default;
}
.schedule-data td.empty .time, .schedule-data td.off .time, .schedule-data td.off2 .time {
    background: #f0f0f0;
    color: #c9c9ca !important;
    border: 1px solid #c9c9ca;
}
.schedule-data td.empty .name, .schedule-data td.empty .place, .schedule-data td.empty ul {
    display: none;
}
.schedule-data td.off .name, .schedule-data td.off .place, .schedule-data td.off ul {
    display: none;
}
.schedule-data td.off2 .name, .schedule-data td.off2 .place, .schedule-data td.off2 ul {
    display: none;
}
.popup {
    display: none;
    text-align: left;
    background: #ffffff;
    height: 50vh;
    font-family: 'Ubuntu',sans-serif;
}
.popup .close {
    cursor: pointer;
    width: 53px;
    height: 53px;
    background: url("../img/close@x2.png") no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top:-65px ;
}
.popup .time {
    font-family: 'Ubuntu',sans-serif;
    font-size: 1.78vh;
    padding: 0 1.05vw;
    display: inline-block;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    color: #ffffff;
    border: 1px solid #c9c9ca;
    line-height: 4.33vh;
}
.popup .name {
    font-family: 'Bebas Neue',sans-serif;
    font-size: 3.33vh;
    color: #2d2f31;
    padding-top: 1.52vh;
}
.popup .place {
    font-size: 1.56vh;
    margin-bottom: 2.9vh;
}
.popup .left {
    padding: 3.33vh 2.08vw;
    width: 20.14vw;
    float: left;
}
.popup .right {
    width: 28.65vw;
    margin-left: 20.14vw;
    height: 100%;
    color: #ffffff;
    font-size: 1.56vh;
    padding: 4.55vh 2.08vw;
}
.popup .right p {
    line-height: 3.33vh;
}
.popup .right .about {
    color: #262829;
    padding-bottom: 2.02vh;
}
.popup.green .right {
   background: #843e08;
}
.popup.green .time{
    background: #843e08;
    border: 1px solid #843e08;
}
.popup.red .time{
    background: #be0910;
    border: 1px solid #be0910;
}
.popup.red .right {
    background: #be0910;
}
.popup .left p {
    font-size: 1.56vh;
    margin-bottom: 2.44vh;
}
.popup .left p span {
    color: #262829;
}
.popup .left img {
    height: 8.33vh;
    width: 8.33vh;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    display: block;
    -webkit-box-shadow: inset 5px 5px 5px 0px rgba(213,213,213,0.6);
    -moz-box-shadow: inset 5px 5px 5px 0px rgba(213,213,213,0.6);
    box-shadow: inset 5px 5px 5px 0px rgba(213,213,213,0.6);
}
.invisible {
    opacity: 0;
}
#block-18 {
    height: 100vh;
    width: 100%;
}
#block-18 .content {
    width: 50%;
    float: left;
}
#block-18 .content .wrap{
    width: 30.38vw;
    margin-left: auto;
    padding-top: 20vh;
}
#block-18 .map {
    width:50%;
    float: right;
    height: 100%;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transition-property: all;
    opacity: 0;
}
.section.active #block-18 .map {
    /*width: 50%;*/
    opacity: 1;
}
#block-18 .content .icon-wrapper {
    margin: 0;
    visibility: hidden !important;
        opacity: 0 !important;
}
#block-18 .content h2 {
    font-family: 'Bebas Neue',sans-serif;
    font-size: 10vh;
    font-weight: normal;
    color: #2d2f31;
    padding-top: 2.02vh;
    padding-bottom: 0vh;
}
#block-18 .content p {
    font-family: 'Ubuntu',sans-serif;
    font-size: 1.78vh;
    line-height: 1.85em;
    color: #85878d;
    padding-bottom: 2vh;
}
#block-18 .content p span {
    color: #262829;
}
#block-18 .content p span.red {
    color: #843e08;
}
#block-18 .content .vk, #block-18 .content .inst, #block-18 .content .email, #block-18 .content .tg {
    display: inline-block !important;
    width: 3.33vh;
    height: 3.33vh;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    background: #be0910;
    margin-right: 1.11vw;
}
#block-18 .content .vk {
    background: #843e08 url('../img/vk@x2.png') 50% 50% no-repeat;
    background-size: 50% 28%;
}
#block-18 .content .inst {
    background: #843e08 url('../img/inst@x2.png') 50% 50% no-repeat;
    background-size: 50% 50%;
}
#block-18 .content .email {
    background: #843e08 url('../img/email@x2.png') 50% 50% no-repeat;
    background-size: 50% 36.67%;
}

#block-18 .content .tg {
    background: #843e08 url(../img/tg.png) 50% 50% no-repeat;
    background-size: 55%;
}

.hidden-v {
    overflow: visible !important;
}

#new-club {
    width: 780px;
    height: 428px;
    border: 3px solid #d4d4d4;
    position: relative;
    text-align: center;
    color: #262829;
}
#new-club .content{
    padding-left: 192px;
}
#new-club .card {
    background: url("../img/new-club-card.png") no-repeat;
    width: 488px;
    height: 576px;
    position: absolute;
    left:-315px;
    top:-68px;
}
#new-club h2 {
    font-size: 53px;
    font-weight: normal;
    font-family: 'Bebas Neue',sans-serif;
    padding-top: 33px;
    padding-bottom: 17px;
}
#new-club p {
    font-size: 21px;
    line-height: 40px;
    font-family: 'Ubuntu',sans-serif;
    margin: 0;
}
#new-club a.btn {
    display: block;
    margin: 79px auto 25px;
    width: 308px;
    height: 54px;
    line-height: 54px;
    color: #FFFFFF;
    background: #843e08;
    font-size: 21px;
    font-family: 'Ubuntu',sans-serif;
    text-decoration: none;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
}
#new-club a.btn:hover {
    background: #e60008;
}
#new-club .cancel {
    color: #262829;
    opacity: 0.7;
    text-decoration: underline;
    font-size: 18px;
    line-height: normal;
    font-family: 'Ubuntu',sans-serif;
    cursor: pointer;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    /*#start-page {
        background: url("../img/start-bg@x2.jpg") 50% 50% #262829;
    }*/
    #start-page .logo {
        background: url("../img/logo@x2.png") no-repeat;
        background-size: contain;
    }
    #start-page .save-state .check-box.active {
        background: url("../img/list-icon-red@x2.png") no-repeat;
        background-size: contain;
    }
    .top-logo>div {
        background: url("../img/logo-top@x2.png") no-repeat;
        background-size: contain;
    }
    .top-logo.black>div{
        background: url("../img/logo-top-black@x2.png") no-repeat;
        background-size: contain;
    }
    .soc-link a.vk {
        background: url("../img/vk@x2.png") 50% 50% no-repeat;
        background-size: 20px 11px;
    }
    .soc-link a.inst {
        background: url("../img/inst@x2.png") 50% 50% no-repeat;
        background-size: 20px 20px;
    }
    #block-1 {
        background: url("../img/block-1@x2.jpg") 100% 0 no-repeat;
        background-size: cover;
    }
    #block-1 .logo {
        background: url("../img/logo@x2.png")no-repeat;
        background-size: contain;
    }
    .block2-3-bg {
        background: url("../img/block-2@x2.jpg") 100% 0 no-repeat;
        background-size: cover;
    }
    #block-2 .content .home-icon {
        background: url("../img/home-icon@x2.png") no-repeat;
    }
    #block-4 .photo {
        background: url("../img/mw-1@x2.png") 0 0 no-repeat;
        background-size: contain;
    }
    #block-5 .photo {
        background: url("../img/new/1.jpg") 0 0 no-repeat;
        background-size: contain;
    }
    #block-5 .photo {
        background: url("../img/new/2.jpg") 0 0 no-repeat;
        background-size: contain;
    }
    .schedule-data td.empty {
        background: #f0f0f0 url("../img/cross-icon@x2.png") 50% 50% no-repeat;
        background-size: 14px 14px;
    }
}
@media screen and (max-width: 1030px){

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

}

/* animation-set */

.section .personal .roll {
    opacity: 0;
    -webkit-transform:rotate3d(0, 1, 0, 270deg);
    transform: rotate3d(0, 1, 0, 270deg);
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition-property: all;
}
.section .personal .roll2 {
    opacity: 0;
    -webkit-transform:rotate3d(0, 1, 0, -270deg);
    transform: rotate3d(0, 1, 0, -270deg);
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition-property: all;
}
.section.active .personal .roll, .section.active .personal .roll2 {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
.icon-wrapper {
    height: 11.11vh;
    width: 133px;
    /*overflow: hidden;*/
    display: inline-block;
    margin-bottom: 40px;
    text-align: left;
}
.icon-wrapper svg {
    fill: #fff;
    height:  100%;
}

#block-18 .icon-wrapper svg {
    fill: #843e08;
}

#block-18 .icon-wrapper svg path:nth-child(1),#block-18 .icon-wrapper svg path:nth-child(2){
    fill: #843e08 !important;
}

#block-18 .icon-wrapper svg .stroke{
    stroke: #843e08 !important;
}

.icon-wrapper--team svg {
    fill: #fff;
}
.icon-wrapper svg path,
.icon-wrapper svg polygon {
    opacity: 0;
    -webkit-transform: scale(0) translateZ(0);
    transform: scale(0) translateZ(0);
    -webkit-transform-origin: 66px 66px;
    -ms-transform-origin: 66px 66px;
    transform-origin: 66px 66px;
    -webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition-property: all;
}
.icon-wrapper svg .stroke {
    fill: none;
    stroke: #fff;
    -webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition-property: all;
    stroke-dasharray: 420;
    stroke-dashoffset: 420;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.icon-wrapper--team svg .stroke {
    stroke: #fff;
}
.section.active .icon-wrapper svg path,
.section.active .icon-wrapper svg polygon {
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    -webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 1s;
    transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 1s;
    -webkit-transition-property: all;
}
.section.active .icon-wrapper svg .stroke {
    stroke-dashoffset: 0;
    -webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 1s;
    transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 1s;
    -webkit-transition-property: all;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.is-anim-t-0,
.is-anim-t-1,
.is-anim-t-2,
.is-anim-t-3,
.is-anim-t-4,
.is-anim-t-5,
.is-anim-t-6,
.is-anim-t-7,
.is-anim-t-8,
.is-anim-b-0,
.is-anim-b-1,
.is-anim-b-2,
.is-anim-b-3,
.is-anim-b-4,
.is-anim-b-5,
.is-anim-b-6,
.is-anim-b-7,
.is-anim-b-8 {
    display: block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.section.is-leave-top .is-anim-t-0 {
    opacity: 0;
    -webkit-transform: translateY(-30vh) translateZ(0);
    transform: translateY(-30vh) translateZ(0);
    -webkit-transition: opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0s, -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0s;
    transition: opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0s, -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0s;
    transition: transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0s, opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0s;
    transition: transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0s, opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0s, -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0s;
    -webkit-transition-property: all;
}
.photo-wrap-7.anim {
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
}
.photo-wrap-7.up {
    opacity: 0;
    -webkit-transform: translateY(-30vh) translateZ(0);
    transform: translateY(-30vh) translateZ(0);
}
.section.is-leave-top .is-anim-t-1 {
    opacity: 0;
    -webkit-transform: translateY(-30vh) translateZ(0);
    transform: translateY(-30vh) translateZ(0);
    -webkit-transition: opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0.02s, -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.02s;
    transition: opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0.02s, -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.02s;
    transition: transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.02s, opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0.02s;
    transition: transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.02s, opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0.02s, -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.02s;
    -webkit-transition-property: all;
}
.section.is-leave-top .is-anim-t-2 {
    opacity: 0;
    -webkit-transform: translateY(-30vh) translateZ(0);
    transform: translateY(-30vh) translateZ(0);
    -webkit-transition: opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0.04s, -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.04s;
    transition: opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0.04s, -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.04s;
    transition: transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.04s, opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0.04s;
    transition: transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.04s, opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0.04s, -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.04s;
    -webkit-transition-property: all;
}
.section.is-leave-top .is-anim-t-3 {
    opacity: 0;
    -webkit-transform: translateY(-30vh) translateZ(0);
    transform: translateY(-30vh) translateZ(0);
    -webkit-transition: opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0.06s, -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.06s;
    transition: opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0.06s, -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.06s;
    transition: transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.06s, opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0.06s;
    transition: transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.06s, opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0.06s, -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.06s;
    -webkit-transition-property: all;
}
.section.is-leave-top .is-anim-t-4 {
    opacity: 0;
    -webkit-transform: translateY(-30vh) translateZ(0);
    transform: translateY(-30vh) translateZ(0);
    -webkit-transition: opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0.08s, -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.08s;
    transition: opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0.08s, -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.08s;
    transition: transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.08s, opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0.08s;
    transition: transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.08s, opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0.08s, -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.08s;
    -webkit-transition-property: all;
}
.section.is-leave-top .is-anim-t-5 {
    opacity: 0;
    -webkit-transform: translateY(-30vh) translateZ(0);
    transform: translateY(-30vh) translateZ(0);
    -webkit-transition: opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0.1s, -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.1s;
    transition: opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0.1s, -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.1s;
    transition: transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.1s, opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0.1s;
    transition: transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.1s, opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0.1s, -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.1s;
    -webkit-transition-property: all;
}
.section.is-leave-top .is-anim-t-6 {
    opacity: 0;
    -webkit-transform: translateY(-30vh) translateZ(0);
    transform: translateY(-30vh) translateZ(0);
    -webkit-transition: opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0.12s, -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.12s;
    transition: opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0.12s, -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.12s;
    transition: transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.12s, opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0.12s;
    transition: transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.12s, opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0.12s, -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.12s;
    -webkit-transition-property: all;
}
.section.is-leave-top .is-anim-t-7 {
    opacity: 0;
    -webkit-transform: translateY(-30vh) translateZ(0);
    transform: translateY(-30vh) translateZ(0);
    -webkit-transition: opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0.14s, -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.14s;
    transition: opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0.14s, -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.14s;
    transition: transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.14s, opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0.14s;
    transition: transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.14s, opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0.14s, -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.14s;
    -webkit-transition-property: all;
}
.section.is-leave-top .is-anim-t-8 {
    opacity: 0;
    -webkit-transform: translateY(-30vh) translateZ(0);
    transform: translateY(-30vh) translateZ(0);
    -webkit-transition: opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0.16s, -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.16s;
    transition: opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0.16s, -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.16s;
    transition: transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.16s, opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0.16s;
    transition: transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.16s, opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0.16s, -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.16s;
    -webkit-transition-property: all;
}
.section.is-leave-top .is-anim-img {
    -webkit-transform: translateY(-100vh) translateZ(0);
    transform: translateY(-100vh) translateZ(0);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1);
    transition: transform 0.8s cubic-bezier(0.68, 0, 0.265, 1);
    transition: transform 0.8s cubic-bezier(0.68, 0, 0.265, 1), -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1);
    -webkit-transition-property: all;
}
.section.is-leave-top .is-anim-img .is-anim-img__content {
    -webkit-transform: translateY(50vh) translateZ(0);
    transform: translateY(50vh) translateZ(0);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1);
    transition: transform 0.8s cubic-bezier(0.68, 0, 0.265, 1);
    transition: transform 0.8s cubic-bezier(0.68, 0, 0.265, 1), -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1);
    -webkit-transition-property: all;
}
.section.is-leave-bottom .is-anim-b-0 {
    opacity: 0;
    -webkit-transform: translateY(30vh) translateZ(0);
    transform: translateY(30vh) translateZ(0);
    -webkit-transition: opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0.1s, -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.1s;
    transition: opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0.1s, -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.1s;
    transition: transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.1s, opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0.1s;
    transition: transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.1s, opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0.1s, -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.1s;
    -webkit-transition-property: all;
}
.section.is-leave-bottom .is-anim-b-1 {
    opacity: 0;
    -webkit-transform: translateY(30vh) translateZ(0);
    transform: translateY(30vh) translateZ(0);
    -webkit-transition: opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0.08s, -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.08s;
    transition: opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0.08s, -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.08s;
    transition: transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.08s, opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0.08s;
    transition: transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.08s, opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0.08s, -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.08s;
    -webkit-transition-property: all;
}
.section.is-leave-bottom .is-anim-b-2 {
    opacity: 0;
    -webkit-transform: translateY(30vh) translateZ(0);
    transform: translateY(30vh) translateZ(0);
    -webkit-transition: opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0.06s, -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.06s;
    transition: opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0.06s, -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.06s;
    transition: transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.06s, opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0.06s;
    transition: transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.06s, opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0.06s, -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.06s;
    -webkit-transition-property: all;
}

.section.is-leave-bottom .is-anim-b-3 {
    opacity: 0;
    -webkit-transform: translateY(30vh) translateZ(0);
    transform: translateY(30vh) translateZ(0);
    -webkit-transition: opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0.04s, -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.04s;
    transition: opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0.04s, -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.04s;
    transition: transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.04s, opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0.04s;
    transition: transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.04s, opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0.04s, -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.04s;
    -webkit-transition-property: all;
}
.section.is-leave-bottom .is-anim-b-4 {
    opacity: 0;
    -webkit-transform: translateY(30vh) translateZ(0);
    transform: translateY(30vh) translateZ(0);
    -webkit-transition: opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0.02s, -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.02s;
    transition: opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0.02s, -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.02s;
    transition: transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.02s, opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0.02s;
    transition: transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.02s, opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0.02s, -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.02s;
    -webkit-transition-property: all;
}
.section.is-leave-bottom .is-anim-b-5 {
    opacity: 0;
    -webkit-transform: translateY(30vh) translateZ(0);
    transform: translateY(30vh) translateZ(0);
    -webkit-transition: opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0s, -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0s;
    transition: opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0s, -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0s;
    transition: transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0s, opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0s;
    transition: transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0s, opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0s, -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0s;
    -webkit-transition-property: all;
}
.section.is-leave-bottom .is-anim-b-6 {
    opacity: 0;
    -webkit-transform: translateY(30vh) translateZ(0);
    transform: translateY(30vh) translateZ(0);
    -webkit-transition: opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) -0.02s, -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) -0.02s;
    transition: opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) -0.02s, -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) -0.02s;
    transition: transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) -0.02s, opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) -0.02s;
    transition: transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) -0.02s, opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) -0.02s, -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) -0.02s;
    -webkit-transition-property: all;
}
.section.is-leave-bottom .is-anim-b-7 {
    opacity: 0;
    -webkit-transform: translateY(30vh) translateZ(0);
    transform: translateY(30vh) translateZ(0);
    -webkit-transition: opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) -0.04s, -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) -0.04s;
    transition: opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) -0.04s, -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) -0.04s;
    transition: transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) -0.04s, opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) -0.04s;
    transition: transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) -0.04s, opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) -0.04s, -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) -0.04s;
    -webkit-transition-property: all;
}
.section.is-leave-bottom .is-anim-b-8 {
    opacity: 0;
    -webkit-transform: translateY(30vh) translateZ(0);
    transform: translateY(30vh) translateZ(0);
    -webkit-transition: opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) -0.06s, -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) -0.06s;
    transition: opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) -0.06s, -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) -0.06s;
    transition: transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) -0.06s, opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) -0.06s;
    transition: transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) -0.06s, opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) -0.06s, -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) -0.06s;
    -webkit-transition-property: all;
}
.section.is-leave-bottom .is-anim-img {
    -webkit-transform: translateY(100vh) translateZ(0);
    transform: translateY(100vh) translateZ(0);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1);
    transition: transform 0.8s cubic-bezier(0.68, 0, 0.265, 1);
    transition: transform 0.8s cubic-bezier(0.68, 0, 0.265, 1), -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1);
    -webkit-transition-property: all;
}
.section.is-leave-bottom .is-anim-img .is-anim-img__content {
    -webkit-transform: translateY(-50vh) translateZ(0);
    transform: translateY(-50vh) translateZ(0);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1);
    transition: transform 0.8s cubic-bezier(0.68, 0, 0.265, 1);
    transition: transform 0.8s cubic-bezier(0.68, 0, 0.265, 1), -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1);
    -webkit-transition-property: all;
}
.section.is-leave-bottom.active .is-anim-t-0 {
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    -webkit-transition: opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0s;
    transition: opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0s;
    transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0s, opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.2s;
    transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0s, opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0s;
    -webkit-transition-property: all;
}
.section.is-leave-bottom.active .is-anim-t-1 {
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    -webkit-transition: opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.22s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.02s;
    transition: opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.22s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.02s;
    transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.02s, opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.22s;
    transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.02s, opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.22s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.02s;
    -webkit-transition-property: all;
}
.section.is-leave-bottom.active .is-anim-t-1a {
    opacity: 1;
    margin: 0;
    -webkit-transition: opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.22s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.02s;
    transition: opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.22s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.02s;
    transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.02s, opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.22s;
    transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.02s, opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.22s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.02s;
    -webkit-transition-property: all;
}
.section.is-leave-bottom.active .is-anim-t-2 {
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    -webkit-transition: opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.24s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.04s;
    transition: opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.24s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.04s;
    transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.04s, opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.24s;
    transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.04s, opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.24s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.04s;
    -webkit-transition-property: all;
}
.section.is-leave-bottom.active .is-anim-t-3 {
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    -webkit-transition: opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.26s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.06s;
    transition: opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.26s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.06s;
    transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.06s, opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.26s;
    transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.06s, opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.26s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.06s;
    -webkit-transition-property: all;
}
.section.is-leave-bottom.active .is-anim-t-4 {
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    -webkit-transition: opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.28s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.08s;
    transition: opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.28s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.08s;
    transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.08s, opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.28s;
    transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.08s, opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.28s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.08s;
    -webkit-transition-property: all;
}
.section.is-leave-bottom.active .is-anim-t-5 {
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    -webkit-transition: opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.1s;
    transition: opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.1s;
    transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.1s, opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.3s;
    transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.1s, opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.1s;
    -webkit-transition-property: all;
}
.section.is-leave-bottom.active .is-anim-t-6 {
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    -webkit-transition: opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.32s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.12s;
    transition: opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.32s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.12s;
    transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.12s, opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.32s;
    transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.12s, opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.32s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.12s;
    -webkit-transition-property: all;
}
.section.is-leave-bottom.active .is-anim-t-7 {
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    -webkit-transition: opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.34s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.14s;
    transition: opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.34s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.14s;
    transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.14s, opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.34s;
    transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.14s, opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.34s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.14s;
    -webkit-transition-property: all;
}
.section.is-leave-bottom.active .is-anim-t-8 {
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    -webkit-transition: opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.36s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.16s;
    transition: opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.36s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.16s;
    transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.16s, opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.36s;
    transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.16s, opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.36s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.16s;
    -webkit-transition-property: all;
}
.section.is-leave-bottom.active .is-anim-img {
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1);
    transition: -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1);
    transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1);
    transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1), -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1);
    -webkit-transition-property: all;
}
.section.is-leave-bottom.active .is-anim-img .is-anim-img__content {
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1);
    transition: -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1);
    transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1);
    transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1), -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1);
    -webkit-transition-property: all;
}
.section.is-leave-top.active .is-anim-b-0 {
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    -webkit-transition: opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.1s;
    transition: opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.1s;
    transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.1s, opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.3s;
    transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.1s, opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.1s;
    -webkit-transition-property: all;
}
.section.is-leave-top.active .is-anim-b-1 {
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    -webkit-transition: opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.28s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.08s;
    transition: opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.28s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.08s;
    transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.08s, opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.28s;
    transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.08s, opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.28s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.08s;
    -webkit-transition-property: all;
}
.section.is-leave-top.active .is-anim-b-1a {
    opacity: 1;
    margin: 0;
    -webkit-transition: opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.28s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.08s;
    transition: opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.28s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.08s;
    transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.08s, opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.28s;
    transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.08s, opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.28s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.08s;
    -webkit-transition-property: all;
}
.section.is-leave-top.active .is-anim-b-2 {
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    -webkit-transition: opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.26s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.06s;
    transition: opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.26s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.06s;
    transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.06s, opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.26s;
    transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.06s, opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.26s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.06s;
    -webkit-transition-property: all;
}
.section.is-leave-top.active .is-anim-b-3 {
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    -webkit-transition: opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.24s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.04s;
    transition: opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.24s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.04s;
    transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.04s, opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.24s;
    transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.04s, opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.24s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.04s;
    -webkit-transition-property: all;
}
.section.is-leave-top.active .is-anim-b-4 {
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    -webkit-transition: opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.22s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.02s;
    transition: opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.22s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.02s;
    transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.02s, opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.22s;
    transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.02s, opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.22s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.02s;
    -webkit-transition-property: all;
}
.section.is-leave-top.active .is-anim-b-5 {
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    -webkit-transition: opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0s;
    transition: opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0s;
    transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0s, opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.2s;
    transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0s, opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0s;
    -webkit-transition-property: all;
}
.section.is-leave-top.active .is-anim-b-6 {
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    -webkit-transition: opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.18s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) -0.02s;
    transition: opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.18s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) -0.02s;
    transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1) -0.02s, opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.18s;
    transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1) -0.02s, opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.18s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) -0.02s;
    -webkit-transition-property: all;
}
.section.is-leave-top.active .is-anim-b-7 {
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    -webkit-transition: opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.16s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) -0.04s;
    transition: opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.16s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) -0.04s;
    transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1) -0.04s, opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.16s;
    transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1) -0.04s, opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.16s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) -0.04s;
    -webkit-transition-property: all;
}
.section.is-leave-top.active .is-anim-b-8 {
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    -webkit-transition: opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.14s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) -0.06s;
    transition: opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.14s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) -0.06s;
    transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1) -0.06s, opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.14s;
    transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1) -0.06s, opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.14s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) -0.06s;
    -webkit-transition-property: all;
}
.section.is-leave-top.active .is-anim-img {
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1);
    transition: -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1);
    transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1);
    transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1), -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1);
    -webkit-transition-property: all;
}
.section.is-leave-top.active .is-anim-img .is-anim-img__content {
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1);
    transition: -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1);
    transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1);
    transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1), -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1);
    -webkit-transition-property: all;
}
/*photo-collage*/
.section.is-leave-bottom .photo-anim-t-0 {
    -webkit-transform: translateY(30vh) translateZ(0);
    transform: translateY(30vh) translateZ(0);
    opacity: 0;
    transition: all 1.5s ease-in-out;
}
.section.is-leave-top .photo-anim-b-8 {
    -webkit-transform: translateY(-30vh) translateZ(0);
    transform: translateY(-30vh) translateZ(0);
    opacity: 0;
    transition: all 1.5s ease-in-out;
}
.section.is-leave-top.active .photo-anim-b-8 {
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    opacity: 1;
    transition: all 1.5s ease-in-out;
}
.section.is-leave-bottom.active .photo-anim-t-0 {
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    opacity: 1;
    transition: all 1.5s ease-in-out;
}

.section.is-leave-bottom .photo-anim-t-1 {
    -webkit-transform: translateY(40vh) translateZ(0);
    transform: translateY(40vh) translateZ(0);
    opacity: 0;
    transition: all 1s ease-in-out;
}
.section.is-leave-top .photo-anim-b-1 {
    -webkit-transform: translateY(-40vh) translateZ(0);
    transform: translateY(-40vh) translateZ(0);
    opacity: 0;
    transition: all 1s ease-in-out;
}
.section.is-leave-top.active .photo-anim-b-1 {
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    opacity: 1;
    transition: all 1s ease-in-out;
}
.section.is-leave-bottom.active .photo-anim-t-1 {
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    opacity: 1;
    transition: all 1s ease-in-out;
}

.section.is-leave-bottom .photo-anim-t-2 {
    -webkit-transform: translateY(55vh) translateZ(0);
    transform: translateY(55vh) translateZ(0);
    opacity: 0;
    transition: all 1.7s ease-in-out;
}
.section.is-leave-top .photo-anim-b-2 {
    -webkit-transform: translateY(-55vh) translateZ(0);
    transform: translateY(-55vh) translateZ(0);
    opacity: 0;
    transition: all 1.7s ease-in-out;
}
.section.is-leave-top.active .photo-anim-b-2 {
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    opacity: 1;
    transition: all 1.7s ease-in-out;
}
.section.is-leave-bottom.active .photo-anim-t-2 {
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    opacity: 1;
    transition: all 1.7s ease-in-out;
}

.section.is-leave-bottom .photo-anim-t-3 {
    -webkit-transform: translateY(48vh) translateZ(0);
    transform: translateY(48vh) translateZ(0);
    opacity: 0;
    transition: all 1.4s ease-in-out;
}
.section.is-leave-top .photo-anim-b-3 {
    -webkit-transform: translateY(-48vh) translateZ(0);
    transform: translateY(-48vh) translateZ(0);
    opacity: 0;
    transition: all 1.4s ease-in-out;
}
.section.is-leave-top.active .photo-anim-b-3 {
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    opacity: 1;
    transition: all 1.4s ease-in-out;
}
.section.is-leave-bottom.active .photo-anim-t-3 {
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    opacity: 1;
    transition: all 1.4s ease-in-out;
}

.section.is-leave-bottom .photo-anim-t-4 {
    -webkit-transform: translateY(60vh) translateZ(0);
    transform: translateY(60vh) translateZ(0);
    opacity: 0;
    transition: all 2s ease-in-out;
}
.section.is-leave-top .photo-anim-b-4 {
    -webkit-transform: translateY(-60vh) translateZ(0);
    transform: translateY(-60vh) translateZ(0);
    opacity: 0;
    transition: all 2s ease-in-out;
}
.section.is-leave-top.active .photo-anim-b-4 {
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    opacity: 1;
    transition: all 2s ease-in-out;
}
.section.is-leave-bottom.active .photo-anim-t-4 {
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    opacity: 1;
    transition: all 2s ease-in-out;
}

.section.is-leave-bottom .photo-anim-t-5 {
    -webkit-transform: translateY(55vh) translateZ(0);
    transform: translateY(55vh) translateZ(0);
    opacity: 0;
    transition: all 1.2s ease-in-out;
}
.section.is-leave-top .photo-anim-b-5 {
    -webkit-transform: translateY(-55vh) translateZ(0);
    transform: translateY(-55vh) translateZ(0);
    opacity: 0;
    transition: all 1.2s ease-in-out;
}
.section.is-leave-top.active .photo-anim-b-5 {
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    opacity: 1;
    transition: all 1.2s ease-in-out;
}
.section.is-leave-bottom.active .photo-anim-t-5 {
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    opacity: 1;
    transition: all 1.2s ease-in-out;
}

.section.is-leave-bottom .photo-anim-t-6 {
    -webkit-transform: translateY(55vh) translateZ(0);
    transform: translateY(55vh) translateZ(0);
    opacity: 0;
    transition: all 1.7s ease-in-out;
}
.section.is-leave-top .photo-anim-b-6 {
    -webkit-transform: translateY(-55vh) translateZ(0);
    transform: translateY(-55vh) translateZ(0);
    opacity: 0;
    transition: all 1.7s ease-in-out;
}
.section.is-leave-top.active .photo-anim-b-6 {
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    opacity: 1;
    transition: all 1.7s ease-in-out;
}
.section.is-leave-bottom.active .photo-anim-t-6 {
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    opacity: 1;
    transition: all 1.7s ease-in-out;
}

.section.is-leave-bottom .photo-anim-t-7 {
    -webkit-transform: translateY(70vh) translateZ(0);
    transform: translateY(70vh) translateZ(0);
    opacity: 0;
    transition: all 1.5s ease-in-out;
}
.section.is-leave-top .photo-anim-b-7 {
    -webkit-transform: translateY(-55vh) translateZ(0);
    transform: translateY(-70vh) translateZ(0);
    opacity: 0;
    transition: all 1.5s ease-in-out;
}
.section.is-leave-top.active .photo-anim-b-7 {
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    opacity: 1;
    transition: all 1.5s ease-in-out;
}
.section.is-leave-bottom.active .photo-anim-t-7 {
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    opacity: 1;
    transition: all 1.5s ease-in-out;
}

.big-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0,0,0,0.7);
}
.big-popup img {
    height: 90%;
    width: auto;
    max-width: 1200px;
    margin: 40px auto 0;
    display: block;
}
.big-popup .close-popup {
    background: url('../img/close.png')  no-repeat;
    width: 119px;
    height: 119px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}
.big-popup .countdown {
    position: absolute;
        top: 73%;
    width: 470px;
    left: 50%;
    margin-left: -235px;
}
.flip-clock-divider .flip-clock-label {
    top: auto;
    bottom: -1.5em;
    color: #ffffff;
    font-size: 18px;
    font-family: 'Bebas Neue';
}
.text-link {
    text-decoration: none;
    color: #be0910;
}

@media all and (max-width: 1000px){
    .big-popup img {
        height: auto;
        max-width:100%;
    }
}

@media (max-width:600px){
    #block-1 .content {
        padding-left: 19.6181%;
        padding-top: 5.8333vh;
    }
    
    #mob-photo1{
        width: 25% !important;
        height: 47% !important;
        top: 120px;
    }
    
    #mob-photo2{
        width: 55% !important;
        height: 50% !important;
        top: 220px !important;
        position: relative;
    }
    
    #mob-photo3{
        height: 47px !important; 
        display: none !important; 
    }
    
    #mob-photo4{
        height: 50.5% !important; 
        left: 37px !important; 
        top: -30px !important; 
    }    
    
    #mob-photo5{
        width: 50% !important; 
        height: 20% !important; 
        top: -43px !important;         
    }
    
    #mob-photo6{
        width: 44% !important; 
        height: 20% !important; 
    }
    
    #mob-photo7{
        height: 50% !important; 
        left: 20px !important; 
        top: -58px !important;         
    }
    
    #mob-photo8{
        height: 50% !important; 
        left: 20px !important; 
        top: -20px !important;         
    }
    
    #mob-photo9{
        width: 50% !important; 
        height: 20% !important;         
    }
    
    #mob-photo10{
        width: 25% !important; 
        height: 20% !important; 
        left: 67px !important;         
    }    
    .side-menu{
        display: none;
    }
    
    #block-3 .content {
        width: 90.75%; 
    }    

    div#wrapper_mbYTP_block-1 {
        display: none;
    }    
    
    #block-1 .contact {
        position: relative;
        right: inherit;
        bottom: inherit;
        z-index: 25;
        color: #a8a8a7;
        font-family: 'Ubuntu';
        font-size: 1.7vh;
        margin-top: 40px;
        padding-left: 5.6181%;
    }

    .top-logo>div,.top-logo{
        width: 150px;
    }
    
    #block-2 .content {
        padding-top: 13.94vh;
        margin-left: 30px;
        width: 80%;
    }
    
    
    .icon-wrapper {
        height: 90px;
    }
    
    #block-2 .content h2{
        font-size: 50px;
    }
    
    #block-2 .content p{
        font-size: 13px;
    }
    
    .scroll-bottom{
        margin-left: -7.4%;
    }
    #block-1 .content {
        padding-left: 5.6181%;
        padding-top: 22.8333vh;
        padding-right: 22%;
    }

    #block-1 h1{
        font-size: 40px;
        margin: 37px 0 20px;
    }

    #block-1 p.desc {
        color: #d8d8d8;
        font-size: 18px;
        max-width: 90%;
        line-height: 1.71em;
    }    
    
    #block-4 .content {
       padding-top: 35.94vh;
        margin-left: 30px;
        width: 90%;
        color: #85878d;
    }    
    
    .services .content {
        padding-top: 13.94vh;
        margin-left: 30px;
        width: 90%;
        padding-top: 128px !important;
        color: #85878d;
    }
    #block-4 .content h2{
        font-size: 40px;
    }
    
    .block4-7-bg{
        height: 110% !important;
    }
    
    .services .content ul .is-anim-t-1 ,.services .content ul .is-anim-t-2{
        display: none !important
    }
    
    .services .content ul li{
        padding-left: 42px;
    }
    .sub-menu{
        display: none !important;
    }
    
    .block4-7-photo>div{
        width: 90% !important;
    }
    
    #block-6 .content.gym {
        padding-top: 40px !important;
    } 
    
    .block4-7-photo .photo-5,.block4-7-photo .photo-6,.block4-7-photo .photo-7{
        top: auto !important;
        bottom: auto !important;        
    }

    .block4-7-photo,.block4-6-photo,.block4-5-photo {
        position: fixed;
        width: 80%;
        height: 0;
        top: 424px !important;
        left: 30px;
        z-index: 10;
        overflow: hidden;
    }    
    
    .block4-7-photo .photo-6{
        top: 63px !important;
    }
    #block-8 .content {
        text-align: center;
        padding-top: 165px;
        width: 90%;
        margin: 0 auto;
        color: #ffffff;
    }   
    #block-8 .content h2 { 
        font-size: 60px;
        margin-bottom: 30px;
    }    
    .block8-12-bg{
        height: 120% !important;
        width: 120% !important;
    }
    
    .personal .content .circle {
        height: 130px;
        width: 130px;   
    }
    
    .personal .content .circle .photo-overlay h4{
        font-size: 18px;
    }
    
    #block-9.gym{   
        padding-top: 78px;
    }
    
    #block-13 .content{
        width: 90%;
        text-align: left;
    }
    
    #block-13 .content p{
        font-size: 15px;
        width: 100%;
    }
    
    #block-13 .content h2{
        font-size: 35px;
    }
    
    #block-16 .content{
        width: 90%;
    }
    
    #block-16 .content .after-title{
        font-size: 15px;
        width: 100%;
        margin-top: 0;
        line-height: 25px;
    }
    
    #block-16 .content h3 {
        font-family: 'Bebas Neue',sans-serif;
        font-size: 35px;
        margin-top: 90px;   
    }
    
    #block-18 .content {
        width: 100%;
        float: none;
        background: #fff;
        padding-bottom: 30px;
    }    
    
    #block-18 .content h2{
        font-size: 60px;
    }
    
    #block-18 .content .wrap{
        width: 90%;
    }
    
    #block-18 .map {
        width: 100%;
        float: none;
        height: 300px;
    }
    
    #block-18 .content .wrap{
        padding-top: 30px;
    }
}