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

body {
    background: url('/img/body-bg.jpg');
}

.preload {
    opacity: 0;
    z-index: 1; 
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'fiveMinutesregular';
}

#lacky-hour-container h1{
    font-size: 82px;
    position: absolute;
    top: 34%;
    text-align: center;
    width: 100%;
    animation: changeOpacity 1s cubic-bezier(.77,0,.175,1) alternate;
}

#lacky-hour-container #star-svg-container {
    position: absolute;
    left: 47%;
    top: 64%;
    animation: starFly 1s cubic-bezier(.77,0,.175,1) alternate 1s both;
    width: 92px;
    height: 84px;
}

#lacky-hour-container p {
    position: absolute;
    left: 43.5%;
    top: 79%;
    font-size: 40px;
    animation: changeOpacity 1s cubic-bezier(.77,0,.175,1) alternate 1.5s both;
}

#lacky-hour-container #star-svg-container .st-arrow {
    animation: changeOpacity 0.6s cubic-bezier(.77,0,.175,1) alternate infinite;
}

.preload.active {
    opacity: 1;
    z-index: 2;
}

.svg-container {
    position: absolute;
    font-size: 0;
}

#old-digital-container {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
}

.svg-container svg, .svg-container img {
    width: 100%;
    height: auto;
}

#old-digital-container #devyshka-svg-container {
    left: 5.2%;
    top: 12%;
    width: 8.2%;
}

#old-digital-container #text-2-svg-container {
    opacity: 0;
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#old-digital-container p {
    font-family: 'fiveMinutesregular';
    font-size: 60px;
    position: absolute;
    text-align: center;
    width: 100%;
    opacity: 0;
}

#old-digital-container p.preload-text-top {
    top: 28%;
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#old-digital-container p.preload-text-bottom {
    bottom: 22%;
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#old-digital-container.active #text-2-svg-container, #old-digital-container.active p.preload-text-top, #old-digital-container.active p.preload-text-bottom {
    opacity: 1;
}

#old-digital-container.active #text-2-svg-container {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
}

#old-digital-container.active p.preload-text-top {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
}

#old-digital-container.active p.preload-text-bottom {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.8s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.8s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.8s;
}

#old-digital-container.active .svg-container {
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#old-digital-container.active .svg-container {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 2.4s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 2.4s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 2.4s;
}

#old-digital-container #scroll-btn-svg-container {
    opacity: 0;
}

#old-digital-container.active.scroll #scroll-btn-svg-container {
    animation: scrollBtn 0.6s cubic-bezier(.77,0,.175,1) alternate infinite;
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 5.4s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 5.4s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 5.4s;
    opacity: 1;
}

#old-digital-container.scroll #nozh-svg-container {
    animation: nozhAnim 1s cubic-bezier(.77,0,.175,1) alternate 4.4s forwards;
}

#big-boroda-container {
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    text-align: center;
}

#big-boroda-container.active {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    overflow: visible;
}

#big-boroda-container #boroda-svg-container {
    height: 134%;
    width: auto;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    max-height: initial;
}

#big-boroda-container #boroda-svg-container img {
    height: 100%;
    width: auto;
    position: relative;
}

#big-boroda-container #text-3-svg-container {
    width: 76%;
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 37%;
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    transform: translateY(-30%);
    opacity: 0;
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#big-boroda-container p {
    font-size: 60px;
    text-align: center;
    position: absolute;
    z-index: 2;
    top: 68%;
    width: 100%;
    -webkit-transform: translateY(30%);
    -ms-transform: translateY(30%);
    -o-transform: translateY(30%);
    transform: translateY(30%);
    opacity: 0;
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#big-boroda-container.active p, #big-boroda-container.active #text-3-svg-container {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
}

#big-boroda-container #boroda-svg-container svg {
    height: 100%;
}

#header {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    position: absolute;
    top: 4%;
    left: 5%;
    right: 3.8%;
    width: 91.2%;
    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    -o-transform: translateY(-200%);
    transform: translateY(-200%);
    box-sizing: border-box;
}

#header.active {
    z-index: 3;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: transform 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: transform 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: transform 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
}

#header.finished {
    visibility: hidden;
    -webkit-transition: transform 0s cubic-bezier(.77,0,.175,1) 0s;
    -o-transition: transform 0s cubic-bezier(.77,0,.175,1) 0s;
    transition: transform 0s cubic-bezier(.77,0,.175,1) 0s;
    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    -o-transform: translateY(-200%);
    transform: translateY(-200%);
}

#header #header-logo {
    font-family: 'bravorgregular';
    font-size: 60px;
    text-transform: uppercase;
    letter-spacing: 22px;
    text-shadow: 3px 3px 0px #ffffff;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    cursor: pointer;
}

#header #header-logo:hover {
    text-shadow: -3px 3px 0px #ffffff;
}

#header #main-nav li {
    font-family: 'open_sanscondensed_light';
    font-size: 30px;
    letter-spacing: 3px;
    margin-left: 70px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
}

#header #main-nav li.active, #header #main-nav li:hover {
    color: #FF5444;
}

#header #main-nav li .svg-container {
    position: absolute;
    width: 100%;
    bottom: -10px;
    left: 0;
}

#header #main-nav li .svg-container g {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
}

#header #main-nav li.active .svg-container g, #header #main-nav li:hover .svg-container g { 
    fill: #FF5444;
}

#header #skidka-btn-svg-container {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
}

#header #skidka-btn-svg-container.hidden {
    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    -o-transform: translateY(-200%);
    transform: translateY(-200%);
}

#header #skidka-btn-svg-container #skidka-btn-bg {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
}

#header #skidka-btn-svg-container:hover #skidka-btn-bg {
    fill: #FF5444;
}

.main-content-wrap {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.main-content {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    width: 100%;
    height: 100%;
    position: relative;
    position: absolute;
    top: 0;
}

.main-content section {
    position: relative;
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
}

.main-content-wrap.active {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    z-index: 2;
}

.main-content-wrap.scrolled {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.main-content-wrap .svg-container, .main-content-wrap svg {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    position: absolute;
    max-height: 100%;
}

.main-content-wrap .svg-container svg, .main-content-wrap .svg-container img { 
    position: relative;
}

.main-content-wrap section .main-text {
    font-family: 'bravorgregular';
    color: #0071BC;
    text-transform: uppercase;
    letter-spacing: 11px;
    font-size: 154px;
}

.main-content-wrap section .second-text {
    font-family: 'fiveMinutesregular';
    letter-spacing: 3px;
    font-size: 60px;
    line-height: 1.2;
}

.main-content-wrap .slider-nav {
    position: absolute;
    height: 100%;
    left: 2.2%;
    z-index: 3;
    top: 6.2%;
}

.main-content-wrap[data-id="2"] .slider-nav {
    top: 0;
}

.main-content-wrap .slider-nav:after {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 1px;
}

.main-content-wrap .slider-nav ul {
    display: inline-block;
    vertical-align: middle;
}

.main-content-wrap .slider-nav li {
    font-family: 'bravorgregular';
    font-size: 35px;
    color: #1A1A1A;
    width: 45px;
    padding: 6px 0px;
    text-align: center;
    position: relative;
    cursor: pointer;
    margin-bottom: 25px;
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
}

.main-content-wrap .slider-nav .pagi-bg-svg-container {
    top: 0;
    left: 0;
    height: 100%;
}

.main-content-wrap .slider-nav li span {
    position: relative;
    z-index: 2;
}

.main-content-wrap .slider-nav li .pagi-wrap circle {
    fill: transparent;
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
}

.main-content-wrap .slider-nav li .pagi-wrap path[fill="#363334"] {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
}

.main-content-wrap .slider-nav li.active, .main-content-wrap .slider-nav li:hover {
    color: #ffffff;
}

.main-content-wrap .slider-nav li.active .pagi-wrap circle, .main-content-wrap .slider-nav li:hover .pagi-wrap circle {
    fill: #FF5444;
}

.main-content-wrap .slider-nav li.active .pagi-wrap path[fill="#363334"], .main-content-wrap .slider-nav li:hover .pagi-wrap path[fill="#363334"] {
    fill: #FF5444;
}

.main-content-wrap .slider-nav li[data-id = "2"] {
    -webkit-transition-delay: 0.6;
    -o-transition-delay: 0.6;
    transition-delay: 0.6;
}

.main-content-wrap .slider-nav li[data-id = "3"] {
    -webkit-transition-delay: 1.2;
    -o-transition-delay: 1.2;
    transition-delay: 1.2;
}

.main-content-wrap .slider-nav li[data-id = "4"] {
    -webkit-transition-delay: 1.8;
    -o-transition-delay: 1.8;
    transition-delay: 1.8;
}

.main-content-wrap .slider-nav li[data-id = "5"] {
    -webkit-transition-delay: 2.4;
    -o-transition-delay: 2.4;
    transition-delay: 2.4;
}

.main-content-wrap.show-pagi .slider-nav li:last-of-type {
    margin-bottom: 0;
}

#we-thebest-container .angel-heart {
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transform-origin: 50% 50%;
}

#we-thebest-container.active .angel-heart {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.8s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.8s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.8s;
}

#we-thebest-container #angel-left-2-svg-container, #we-thebest-container #angel-right-2-svg-container {
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#we-thebest-container.active #angel-left-2-svg-container, #we-thebest-container.active #angel-right-2-svg-container {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
}

#eat-dog-container #man-5-svg-container {
    bottom: 0;
    right: 0;
    width: 47.8%;
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#eat-dog-container #man-5-line-svg-container {
    bottom: 35.7%;
    right: 26.4%;
    width: 21.3%;
    opacity: 0;
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#eat-dog-container h2 {
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#eat-dog-container h2.from-right, #eat-dog-container p.from-right {
    -webkit-transform: translateX(10%);
    -ms-transform: translateX(10%);
    -o-transform: translateX(10%);
    transform: translateX(10%);
}

#eat-dog-container p {
    position: absolute;
    top: 54.6%;
    left: 12.5%;
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#eat-dog-container.active h2.from-right, #eat-dog-container.active p.from-right {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.8s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.8s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.8s;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}

#eat-dog-container.active #man-5-svg-container {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
}

#eat-dog-container.active #man-5-line-svg-container {
    opacity: 1;
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
}

#see-life-container .svg-container {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    opacity: 0;
}

#see-life-container #kubci-2-svg-container .kubci-item {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    opacity: 0;
}

#see-life-container #kubci-2-svg-container .kubci-shadow {
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
}

#see-life-container h2 {
    position: absolute;
    top: 40.1%;
    left: 27.6%;
    letter-spacing: 7px;
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
}

#see-life-container p {
    position: absolute;
    top: 56.1%;
    left: 29.2%;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
}

#see-life-container.active .svg-container {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    opacity: 1;
}

#see-life-container.active #kubci-2-svg-container .kubci-item {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
}

#see-life-container.active #kubci-2-svg-container .kubci-shadow {
    opacity: 1;
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.8s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.8s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.8s;
}

#see-life-container.active h2, #see-life-container.active p {
    opacity: 1;
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
}

#two-nine-nine-container #left-hand-svg-container {
    left: 3.5%;
    bottom: 0%;
    width: 23.1%;
    opacity: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#two-nine-nine-container #right-hand-svg-container {
    left: 75.8%;
    bottom: 0%;
    width: 21.3%;
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#two-nine-nine-container h2 {
    position: absolute;
    top: 22.9%;
    left: 31.6%;
    letter-spacing: 7px;
    opacity: 0;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#two-nine-nine-container p {
    font-size: 90px;
    position: absolute;
    top: 67.8%;
    left: 31.6%;
    text-align: center;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0;
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#two-nine-nine-container p.big { 
    font-size: 270px;
    letter-spacing: 12px;
    top: 40.4%;
    left: 21.7%;
}

#two-nine-nine-container.active p { 
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
}

#two-nine-nine-container.active p.big { 
    -webkit-transform: scaleX(0.7949);
    -ms-transform: scaleX(0.7949);
    -o-transform: scaleX(0.7949);
    transform: scaleX(0.7949);
}

#two-nine-nine-container.active h2 {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
}

#two-nine-nine-container.active #left-hand-svg-container, #two-nine-nine-container.active #right-hand-svg-container {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
}

#four-zero-leaders-container #man-1-svg-container {
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#four-zero-leaders-container #man-2-svg-container {
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#four-zero-leaders-container h2 {
    position: absolute;
    top: 29%;
    left: 29.7%;
    text-align: center;
    letter-spacing: 7px;
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#four-zero-leaders-container p {
    font-size: 80px;
    position: absolute;
    top: 65%;
    left: 24.5%;
    text-align: center;
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#four-zero-leaders-container.active h2, #four-zero-leaders-container.active p {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
}

#four-zero-leaders-container.active #man-1-svg-container, #four-zero-leaders-container.active #man-2-svg-container  {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
}

#zombie-students-container #zombi-svg-container {
    left: 20.5%;
    top: 7.1%;
    width: 62.2%;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0;
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#zombie-students-container h2 {
    position: absolute;
    top: 59.2%;
    left: 11.1%;
    text-align: center;
    letter-spacing: 7px;
    opacity: 0;
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#zombie-students-container p {
    position: absolute;
    top: 76.5%;
    left: 27.8%;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#zombie-students-container.active #zombi-svg-container {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    -webkit-transition: all 1.8s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 1.8s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 1.8s cubic-bezier(.77,0,.175,1) 0.6s;
}

#zombie-students-container.active h2, #zombie-students-container.active p {
    opacity: 1;
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.8s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.8s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.8s;
}

#number-one-container #number-one-svg-container {
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    z-index: 2;
}

#number-one-container #number-one-venok-svg-container {    
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0;
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transform-origin: 50% 50%;
    -moz-transform-origin: 100% 100%;
}

#number-one-container.active #number-one-svg-container {
    opacity: 1;
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
}

#number-one-container.active #number-one-venok-svg-container {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
}

#makeup-man-singer-container h2 {
    position: absolute;
    top: 38.5%;
    left: 10.3%;
    letter-spacing: 6px;
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#makeup-man-singer-container p {
    position: absolute;
    top: 57.1%;
    left: 10.4%;
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#makeup-man-singer-container h2.from-top, #makeup-man-singer-container p.from-top {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#makeup-man-singer-container #makeup-man-svg-container {
    -webkit-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -o-transform: translateX(20%);
    transform: translateX(20%);
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#makeup-man-singer-container #makeup-man-notes-svg-container {
    left: 73.3%;
    bottom: 55.6%;
    width: 23.8%;
    opacity: 0;
    /*transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;*/
}

#makeup-man-singer-container.active h2, #makeup-man-singer-container.active p {
    opacity: 1;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.9s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.9s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.9s;
}

#makeup-man-singer-container.active #makeup-man-svg-container {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
}

#makeup-man-singer-container.active #makeup-man-notes-svg-container {
/*    opacity: 1;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;*/
    animation: changeOpacity 1s cubic-bezier(.77,0,.175,1) alternate infinite 1.2s;
}

#seoshnik-beerponger-container h2 {
    position: absolute;
    top: 35%;
    left: 58.8%;
    letter-spacing: 6px;
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#seoshnik-beerponger-container p {
    position: absolute;
    top: 51.7%;
    left: 58.8%;
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#seoshnik-beerponger-container p.from-left, #seoshnik-beerponger-container h2.from-left {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

#seoshnik-beerponger-container #seoshnik-svg-container {
    left: 0%;
    bottom: 0%;
    width: 59.4%;
}

#seoshnik-beerponger-container #seoshnik-ball-svg-container {
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transform-origin: 50% 50%;
    -webkit-transform: translate(-60%, 60%);
    -ms-transform: translate(-60%, 60%);
    -o-transform: translate(-60%, 60%);
    transform: translate(-60%, 60%);
    opacity: 0;
}

#seoshnik-beerponger-container.active #seoshnik-ball-svg-container {
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    opacity: 1;
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
}

#seoshnik-beerponger-container.active h2, #seoshnik-beerponger-container.active p {
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.8s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.8s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.8s;
}

#beauty-bych-container h2 {
    position: absolute;
    top: 34.8%;
    left: 10.1%;
    letter-spacing: 6px;
    opacity: 0;
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#beauty-bych-container p {
    position: absolute;
    top: 54.8%;
    left: 10.1%;
    opacity: 0;
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#beauty-bych-container #glavbuch-svg-container {
    opacity: 0;
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#beauty-bych-container #glavbuch-stars-svg-container {
    opacity: 0;
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#beauty-bych-container.active #glavbuch-svg-container{
    opacity: 1;
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
}

#beauty-bych-container.active #glavbuch-stars-svg-container {
    opacity: 1;
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.8s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.8s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.8s;
}

#beauty-bych-container.active h2, #beauty-bych-container.active p {
    opacity: 1;
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
}

#serv-main-container .svg-container {
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#serv-main-container #serv-text-svg-container {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#serv-main-container #serv-nav {
    position: absolute;
    top: 57.1%;
    left: 31.4%;
    font-size: 0;
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    width: 32.8%;
}

#serv-main-container #serv-nav ul { 
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

#serv-main-container #serv-nav ul li { 
    margin-bottom: 15px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
}

#serv-main-container #serv-nav ul li span { 
    width: 100%;
    height: 10px;
    bottom: 0px;
    left: 0px;
}

#serv-main-container #serv-nav ul li span svg { 
    position: absolute;
    bottom: 0;
}

#serv-main-container #serv-nav ul li span svg g { 
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
}

#serv-main-container #serv-nav ul li:hover span svg g { 
    fill: #FF5444;
}

#serv-main-container #serv-nav ul li:hover { 
    color: #FF5444;
}

#serv-main-container.active #serv-nav {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
}

#serv-main-container.active .svg-container {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.6s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.6s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.6s;
}

#serv-main-container.active #serv-text-svg-container {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

#make-site-container #make-site-parent-text {
    left: 17.2%;
    bottom: 7.6%;
    position: absolute;
    text-align: center;
}

#make-site-container p, #make-site-container #site-text-svg-container {
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#make-site-container #teacher-svg-container, #make-site-container #computer-svg-container {
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#make-site-container.active p, #make-site-container.active #site-text-svg-container {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
}

#make-site-container.active #teacher-svg-container, #make-site-container.active #computer-svg-container {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
}

#cranking-container #cranking-parent-text {
    left: 28.6%;
    bottom: 21.7%;
    position: absolute;
    text-align: center;
}

#cranking-container #kylon-svg-container {
    left: 12.9%;
    top: 17%;
    width: 11.6%;
}

#cranking-container #predskazatel-svg-container {
    right: 0%;
    bottom: 0%;
    width: 29.6%;
}

#cranking-container.active #cranking-parent-text, #cranking-container.active #seo-text-svg-container {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
}

#cranking-container.active #kylon-svg-container, #cranking-container.active #predskazatel-svg-container {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
}

#infect-pornobanners-container #banner-text-svg-container {
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#infect-pornobanners-container #porno-infect-parent-text {
    left: 35.9%;
    top: 64.8%;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#infect-pornobanners-container.active #banner-text-svg-container, #infect-pornobanners-container.active #porno-infect-parent-text {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
}

#coffee-grounds-container #coffee-grounds-parent-text {
    left: 33.8%;
    top: 64.8%;
    position: absolute;
    text-align: center;
}

#coffee-grounds-container #analitic-text-svg-container, #coffee-grounds-container #coffee-grounds-parent-text {
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#coffee-grounds-container.active #analitic-text-svg-container, #coffee-grounds-container.active #coffee-grounds-parent-text {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
}

#soshl-media-container #soshl-media-parent-text {
    left: 27.1%;
    top: 76.8%;
    position: absolute;
    text-align: center;
}

#soshl-media-container #socialm-text-svg-container, #soshl-media-container #soshl-media-parent-text {
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#soshl-media-container.active #socialm-text-svg-container, #soshl-media-container.active #soshl-media-parent-text {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
}

#soshl-media-container .sec-child-item-body {
    top: 12%;
    height: 88%;
    left: 14.1%;
}

#soshl-media-container .sec-child-item p {
    position: absolute;
}

.main-content section.show-child {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.main-content section.visible {
    overflow: visible;
}

.main-content section .sec-child-item {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 100%;
    overflow: hidden;
}

.main-content section .sec-child-item .sec-child-item-body {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 0;
}

.main-content section .col-item {
    display: inline-block;
    vertical-align: top;
    width: 27%;
    margin-right: 7%;
    position: relative;
}

.main-content section .col-item:last-of-type {
    margin-right: 0%;
}

.main-content section .sec-child-item-body .col-item img {
    width: 100%;
}

.main-content section .sec-child-item-body .col-item p {
    font-size: 40px;
    position: relative;
    left: 0;
    bottom: 0;
    text-align: left;
    margin-top: 4.3%;
    line-height: 1.375;
}

.main-content section .sec-child-item-body #nokia-in-hand {
    position: absolute;
    bottom: 0;
    left: 58%;
    width: 17%;
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

.main-content section .sec-child-item-body .with-white-bg {
    position: absolute;
    background: url("/img/white-bg.png") no-repeat;
    background-size: 100% 100%;
    text-align: left;
    padding: 20px 40px;
    line-height: 1.2;
}

#make-site-container .col-item {
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#make-site-container.active .with-white-bg {
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#make-site-container.show-child .col-item:nth-child(1) {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
}

#make-site-container.show-child .col-item:nth-child(2) {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
}

#make-site-container.show-child .col-item:nth-child(3) {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.8s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.8s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.8s;
}

#make-site-container.show-child .with-white-bg {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 3s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 3s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 3s;
}

#make-site-container.show-child #nokia-in-hand {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 2.4s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 2.4s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 2.4s;
}

/*
#make-site-container .col-item:nth-child(1) p {
    margin-left: 8%;
}

#make-site-container .col-item:nth-child(3) p {
    margin-left: 20.3%;
}
*/

#make-site-container .sec-child-item-body .with-white-bg {
    bottom: 3%;
    left: 0%;
    text-align: left;
    width: 58%;
    box-sizing: border-box;
    font-size: 60px;
}

#cranking-container #win-error {
    width: 36.8%;
    margin-right: 10%;
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#cranking-container #old-head {
    width: 51%;
    margin-right: 0;
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#old-head p, #old-head img {
    display: inline-block;
    vertical-align: top;
}

#old-head img {
    width: 29%;
}

#old-head p {
    width: 64.3%;
    margin-left: 6.7%;
}

#cranking-container.active .with-white-bg {
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#cranking-container.show-child .with-white-bg {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 2.4s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 2.4s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 2.4s;
}

#cranking-container.show-child #win-error {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
}

#cranking-container.show-child #old-head {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
}

#cranking-container #old-computer {
    position: absolute;
    bottom: 6.4%;
    right: 0;
    width: 36.8%;
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#cranking-container.show-child #old-computer {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.8s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.8s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.8s;
}

#cranking-container .sec-child-item-body .with-white-bg {
    background: url("/img/white-bg-2.png") no-repeat;   
    background-size: 100% 100%;
    left: -25px;
    text-align: left;
    bottom: 6.3%;
    width: 65.3%;
    box-sizing: border-box;
    padding: 20px 25px;
}

#social-media-child img {
    max-width: 100%;
}

#social-media-child p {
    font-size: 40px;
    letter-spacing: 2px;
    text-align: left;
}

#avatar-print-img {
    position: absolute;
    width: 20%;
    top: 9.9%;
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#avatar-print-text {
    bottom: 7.8%;
    top: initial;
    left: 0;
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#avatar-print-img:before {
    content: " ";
    background: url("/img/avatar-print-arrow.png") no-repeat;
    width: 22%;
    height: 140px;
    display: block;
    position: absolute;
    background-size: contain;
    left: -30.8%;
    top: 90%;
}

#screw-likes-img {
    position: absolute;
    width: 18.3%;
    left: 30.1%;
    top: 9.6%;
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#screw-likes-img:before {
    content: " ";
    background: url("/img/screw-likes-arrow.png") no-repeat;
    width: 15.1%;
    height: 78px;
    display: block;
    position: absolute;
    background-size: contain;
    right: -19.4%;
    top: 84.8%;
}

#screw-likes-text {
    top: 46.3%;
    left: 31%;
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#wall-return-img {
    position: absolute;
    top: 10.1%;
    left: 60.4%;
    width: 20.7%;
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#wall-return-img:before {
    content: " ";
    background: url("/img/wall-return-arrow.png") no-repeat;
    width: 7.7%;
    height: 39px;
    display: block;
    position: absolute;
    background-size: contain;
    left: 47.1%;
    bottom: -10.2%;
}

#wall-return-text {
    left: 60.4%;
    top: 47%;
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#my-world-img {
    position: absolute;
    width: 24.4%;
    left: 30.1%;
    top: 64.2%;
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#my-world-img:before {
    content: " ";
    background: url("/img/my-world-arrow.png") no-repeat;
    width: 26.8%;
    height: 66px;
    display: block;
    position: absolute;
    background-size: contain;
    right: -28.5%;
    top: -10.4%;
}

#my-world-text {
    left: 58.3%;
    top: 70.9%;
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#soshl-media-container.show-child #avatar-print-img, #soshl-media-container.show-child #avatar-print-text {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
}

#soshl-media-container.show-child #screw-likes-img, #soshl-media-container.show-child #screw-likes-text {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
}

#soshl-media-container.show-child #wall-return-img, #soshl-media-container.show-child #wall-return-text {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.8s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.8s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.8s;
}

#soshl-media-container.show-child #my-world-img, #soshl-media-container.show-child #my-world-text {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 2.4s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 2.4s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 2.4s;
}

#infect-pornobanners-container .sec-child-item .sec-child-item-body {
    width: 80%;
    left: 12%;
    margin: initial;
}

#infect-pornobanners-container .sec-child-item-body .col-item {
    width: 30.5%;
    margin-right: 4.25%;
}

#infect-pornobanners-container .sec-child-item-body .col-item:last-of-type {
    margin-right: 0;
}

#infect-pornobanners-container .col-item {
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#infect-pornobanners-container.show-child .col-item:nth-child(1) {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
}

#infect-pornobanners-container.show-child .col-item:nth-child(2) {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
}

#infect-pornobanners-container.show-child .col-item:nth-child(3) {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.8s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.8s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.8s;
}

#coffee-grounds-container .sec-child-item-body {
    top: 12%;
    height: 88%;
}

#coffee-grounds-container .sec-child-item p {
    position: absolute;
    font-size: 40px;
}

#coffee-grounds-container #liveinternet-img {
    position: absolute;
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#coffee-grounds-container #liveinternet-img img, #coffee-grounds-container #opros-img img {
    max-width: 100%;
}

#coffee-grounds-container #liveinternet-img:before {
    content: " ";
    background: url("/img/live-internet-arrow.png") no-repeat;
    display: block;
    width: 54%;
    height: 62px;
    position: absolute;
    background-size: contain;
    right: -54.3%;
    top: -17.5%;
}

#coffee-grounds-container #liveinternet-text {
    top: 17.4%;
    left: 42.4%;
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#coffee-grounds-container.show-child #liveinternet-img, #coffee-grounds-container.show-child #liveinternet-text {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
}

#coffee-grounds-container #opros-img {
    position: absolute;
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#coffee-grounds-container #opros-img:before {
    content: " ";
    background: url("/img/opros-arrow.png") no-repeat;
    display: block;
    position: absolute;
    width: 40%;
    height: 98px;
    background-size: contain;
    top: -13.5%;
    right: -44.7%;
}

#coffee-grounds-container #opros-text {
/*    bottom: 12.7%;*/
    left: 78.3%;
    top: 51%;
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#coffee-grounds-container.show-child #opros-img, #coffee-grounds-container.show-child #opros-text {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
}

#remark-joke-container #remark-joke-parent-text {
    left: 26.3%;
    top: 64.6%;
    position: absolute;
    text-align: center;
}

#remark-joke-container #remarketing-svg-container, #remark-joke-container #remark-joke-parent-text {
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#remark-joke-container.active #remarketing-svg-container, #remark-joke-container.active #remark-joke-parent-text {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
}

#remarketing-child .sec-child-item-body {
    text-align: center;
    top: 24.5%;
    height: 75.5%;
}

#remarketing-child .col-item {
    width: 17.2%;
    margin-right: 5.9%;
    min-height: 100%;
}

#remarketing-child .col-item p {
    position: relative;
    text-align: left;
    left: initial;
    margin-top: 13.3%;
}

#remarketing-child .col-item:before {
    content: " ";
    width: 118%;
    height: 82px;
    display: block;
    position: absolute;
    left: 36.6%;
    bottom: 15.8%;
}

#remarketing-child .col-item:nth-child(1):before {
    background: url("/img/calculated-by-ip-arrow.png") no-repeat;
    background-size: contain;
}

#remarketing-child .col-item:nth-child(2):before {
    background: url("/img/who-visited-arrow.png") no-repeat;
    background-size: contain;
}

#remarketing-child .col-item:nth-child(3):before {
    background: url("/img/come-to-their-home-arrow.png") no-repeat;
    background-size: contain;
}

#remark-joke-container .col-item {
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#remark-joke-container.show-child .col-item:nth-child(1) {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
}

#remark-joke-container.show-child .col-item:nth-child(2) {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
}

#remark-joke-container.show-child .col-item:nth-child(3) {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.8s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.8s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.8s;
}

#remark-joke-container.show-child .col-item:nth-child(4) {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 2.4s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 2.4s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 2.4s;
}

#kadiring-container #kadiring-parent-text {
    left: 26.5%;
    bottom: 18.4%;
    position: absolute;
    text-align: center;
}

#kadiring-container #trubleshuting-svg-container, #kadiring-container #kadiring-parent-text {
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#kadiring-container.active #trubleshuting-svg-container, #kadiring-container.active #kadiring-parent-text {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
}

#trubleshuting-child .sec-child-item-body {
    top: 22.9%;
    height: 77.1%;
}

#trubleshuting-child .col-item p {
    position: relative;
    left: initial;
    margin-top: 0;
    text-align: left;
    letter-spacing: 2px;
}

#trubleshuting-child .with-white-bg {
    background: url("/img/white-bg-3.png") no-repeat;
    background-size: 100% 100%;
    width: 59.9%;
    font-size: 40px;
    letter-spacing: 2px;
    text-align: left;
    left: 0;
    bottom: 6.2%;
}

#kadiring-container .col-item, #kadiring-container .with-white-bg {
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#kadiring-container.show-child .col-item:nth-child(1) {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
}

#kadiring-container.show-child .col-item:nth-child(2) {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
}

#kadiring-container.show-child .col-item:nth-child(3) {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.8s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.8s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.8s;
}

#kadiring-container.show-child .with-white-bg {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 2.4s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 2.4s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 2.4s;
}

#tarifs-container #alms-hand-svg-container {
    left: 0%;
    bottom: 0%;
    width: 23.7%;
}

#tarifs-container #alms-cap-svg-container {
    left: 67%;
    bottom: 0%;
    width: 23.6%;
}

#tarifs-container #tarifs-parent-text {
    left: 35.4%;
    top: 63.9%;
    position: absolute;
    text-align: center;
}

#tarifs-container #rates-text-svg-container, #tarifs-container #tarifs-parent-text {
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#tarifs-container.active #rates-text-svg-container, #tarifs-container.active #tarifs-parent-text {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
}

.main-content section .col-item-wrap {
    width: 75%;
    position: absolute;
    left: 0;
    right: 0;
    top: 21%;
    margin: auto;
    font-size: 0;
    height: 79%;
}

#advantages-container .col-item {
    text-align: center;
    min-height: 100%;
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

#advantages-container.active .col-item:nth-child(1) {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
}

#advantages-container.active .col-item:nth-child(2) {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
}

#advantages-container.active .col-item:nth-child(3) {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.8s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.8s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.8s;
}

.main-content .col-item .col-item-num {
    font-size: 52px;
    font-family: 'fiveMinutesregular';
    letter-spacing: 7px;
    width: 77px;
    padding: 12px 0px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.main-content-wrap .raits-underline-svg-container, #raits-underline-2-svg-container {
    position: relative;
}

.raits-underline-svg-container svg, #raits-underline-2-svg-container svg {
    width: auto;
}

.raits-underline-svg-container img, #raits-underline-2-svg-container img {
    width: auto;
}

#advantages-container .col-item-svg .svg-container {
    position: relative;
}

#advantages-container .col-item-num .svg-container {
    top: 0;
    left: -2px;
    position: absolute;
    height: 100%;
    width: 100%;
}

#advantages-container .col-item-num .svg-container img {
    height: 100%;
    width: auto;
}

.main-content-wrap .col-item .main-text {
    font-size: 70px;
    letter-spacing: 3px;
    margin: 10.2% 0;
}

#advantages-container .second-text {
    font-size: 40px;
    letter-spacing: 2px;
    margin-top: 10.2%;
}

.main-content-wrap .col-item .col-item-svg {
    position: absolute;
    bottom: 9%;
    width: 100%;
}

.main-content-wrap .col-item .col-item-svg svg {
    position: relative;
    width: 100%;
}

.from-top, .active .sec-child-item .from-top {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

.from-left-top, .active .sec-child-item .from-left-top {
    -webkit-transform: translate(-100%, -100%);
    -ms-transform: translate(-100%, -100%);
    -o-transform: translate(-100%, -100%);
    transform: translate(-100%, -100%);
    opacity: 0;
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

.from-right-top, .active .sec-child-item .from-right-top {
    -webkit-transform: translate(100%, -100%);
    -ms-transform: translate(100%, -100%);
    -o-transform: translate(100%, -100%);
    transform: translate(100%, -100%);
    opacity: 0;
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

.from-bottom, .active .sec-child-item .from-bottom {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

.from-left-bottom, .active .sec-child-item .from-left-bottom {
    -webkit-transform: translate(-100%, 100%);
    -ms-transform: translate(-100%, 100%);
    -o-transform: translate(-100%, 100%);
    transform: translate(-100%, 100%);
    opacity: 0;
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

.from-right-bottom, .active .sec-child-item .from-right-bottom {
    -webkit-transform: translate(100%, 100%);
    -ms-transform: translate(100%, 100%);
    -o-transform: translate(100%, 100%);
    transform: translate(100%, 100%);
    opacity: 0;
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

.from-left, .active .sec-child-item .from-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

.from-right, .active .sec-child-item .from-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0.6s;
}

section.active .from-top, section.active .from-left-top, section.active .from-right-top {
    -webkit-transform: translate(0%);
    -ms-transform: translate(0%);
    -o-transform: translate(0%);
    transform: translate(0%);
    opacity: 1;
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
}

section.active .from-bottom, section.active .from-left-bottom, section.active .from-right-bottom {
    -webkit-transform: translate(0%);
    -ms-transform: translate(0%);
    -o-transform: translate(0%);
    transform: translate(0%);
    opacity: 1;
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
}

section.active .from-left, section.active .from-right{
    -webkit-transform: translate(0%);
    -ms-transform: translate(0%);
    -o-transform: translate(0%);
    transform: translate(0%);
    opacity: 1;
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
}

section.show-child .sec-child-item .from-top, section.show-child .sec-child-item .from-left-top, section.show-child .sec-child-item .from-right-top {
    -webkit-transform: translate(0%);
    -ms-transform: translate(0%);
    -o-transform: translate(0%);
    transform: translate(0%);
    opacity: 1;
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
}

section.show-child .sec-child-item .from-bottom, section.show-child .sec-child-item .from-left-bottom, section.show-child .sec-child-item .from-right-bottom {
    -webkit-transform: translate(0%);
    -ms-transform: translate(0%);
    -o-transform: translate(0%);
    transform: translate(0%);
    opacity: 1;
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
}

section.show-child .sec-child-item .from-left, section.show-child .sec-child-item .from-right{
    -webkit-transform: translate(0%);
    -ms-transform: translate(0%);
    -o-transform: translate(0%);
    transform: translate(0%);
    opacity: 1;
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
}

.main-content-wrap section.active .anim-2 {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
}

.finish-content-wrap {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.finish-content-wrap.active {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    z-index: 2;
}

#skidka-btn-big-svg-container {
    font-family: 'fiveMinutesregular';
    letter-spacing: 7px;
    font-size: 142px;
    position: absolute;
    width: 68%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    left: 0;
    right: 0;
    top: 30%;
    margin: auto;
    cursor: none;
}

#skidka-btn-big-svg-container b {
    position: absolute;
    padding: 105px 0px;
    width: 100%;
    font-weight: bold;
    z-index: 2;
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    display: block;
}

#skidka-btn-big-svg-container svg {
/*    position: absolute;
    top: 0;
    left: 0;*/
}

#skidka-btn-big-svg-container svg g, #skidka-btn-big-svg-container svg path{
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    transform-origin: 50% 50%;
}

#skidka-btn-big-svg-container:hover .skidka-btn-big-bg {
    fill: #FF5444;
}

#skidka-btn-big-svg-container.active .skidka-btn-big-bg-stroke, #skidka-btn-big-svg-container.active .skidka-btn-big-bg {
    -webkit-transform: translate(-18px, 24px);
    -ms-transform: translate(-18px, 24px);
    -o-transform: translate(-18px, 24px);
    transform: translate(-18px, 24px);
}

#skidka-btn-big-svg-container.active .skidka-btn-big-bg {
    fill: #FF5444;
}

#skidka-btn-big-svg-container.active .skidka-btn-big-right-stroke {
    -webkit-transform: scale(0.6) translate(-8px, 20px);
    -ms-transform: scale(0.6) translate(-8px, 20px);
    -o-transform: scale(0.6) translate(-8px, 20px);
    transform: scale(0.6) translate(-8px, 20px);
}

#skidka-btn-big-svg-container .skidka-btn-big-left-stroke, #skidka-btn-big-svg-container .skidka-btn-big-bottom-stroke {
    transform-origin: 0% 100%;
}

#skidka-btn-big-svg-container.active .skidka-btn-big-left-stroke {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

#skidka-btn-big-svg-container.active .skidka-btn-big-bottom-stroke {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

#skidka-btn-big-svg-container.active b {
    -webkit-transform: translate(-18px, 24px);
    -ms-transform: translate(-18px, 24px);
    -o-transform: translate(-18px, 24px);
    transform: translate(-18px, 24px);
}

.show-cursor, .show-cursor #header #skidka-btn-wrap, .show-cursor #header #main-nav li, .show-cursor #header #header-logo {
    cursor: none;
}

#get-skidka-cursor {
    position: absolute;
    background: url("/img/get-skidka-cur.png") no-repeat;
    width: 95px;
    height: 176px;
    z-index: 3;
    display: none;
}

.show-cursor #get-skidka-cursor {
    display: block;
}

#four-zero-four-wrap {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}

#four-zero-four-wrap p {
    font-family: 'fiveMinutesregular';
    font-size: 834px;
    letter-spacing: 125px;
    text-align: center;
    top: 20.9%;
    position: absolute;
    width: 100%;
    line-height: 0.9;
}

#four-zero-four-wrap img {
    position: absolute;
    width: 28%;
    left: 32%;
    margin: auto;
    top: 18.4%;
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    -webkit-transform: scale(0) translateX(0%);
    -ms-transform: scale(0) translateX(0%);
    -o-transform: scale(0) translateX(0%);
    transform: scale(0) translateX(0%);
}

.finish-content-wrap section[data-id="0"].finished {
    display: none;
}

#four-zero-four-wrap.active {
    visibility: visible;
}

#four-zero-four-wrap.active img {
    -webkit-transform: scale(1) translateX(0%);
    -ms-transform: scale(1) translateX(0%);
    -o-transform: scale(1) translateX(0%);
    transform: scale(1) translateX(0%);
}

#screen-of-death-wrap {
    display: none;
    position: relative;
    z-index: 3;
    background: #0001AB;
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
}

#screen-of-death-wrap.active {
    display: block;
}

#screen-of-death-wrap img {
    max-height: 100%;
    max-width: 100%;
}

#screen-of-death-wrap.finished {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

#form-wrap {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

.finish-content-wrap.show-form #form-wrap {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

.finish-content-wrap .finish-content {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
}

.finish-content-wrap.show-form .finish-content {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.finish-content-wrap.form-submitted .finish-content {
    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    -o-transform: translateY(-200%);
    transform: translateY(-200%);
}

#form-wrap #yps-text-svg-container {
    position: absolute;
}

#form-wrap #form-preview-text {
    position: absolute;
    top: 23.1%;
    width: 100%;
    text-align: center;
}

#form-wrap #form-preview-text p {
    font-family: 'fiveMinutesregular';
    font-size: 50px;
    letter-spacing: 2px;
}

#form-wrap #form-preview-text-grey {
    color: #333333;
}

#form-wrap #form-preview-text-grey a {
    text-decoration: none;
    color: #0071bc;
    position: relative;
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
}

#form-wrap #form-preview-text-grey a span {
    position: absolute;
    left: 0;
    bottom: -2px;
}

#form-wrap #form-preview-text-grey a svg g {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
}

#form-wrap #form-preview-text-grey a:hover {
    color: #FF5444;
}

#form-wrap #form-preview-text-grey a:hover svg g {
    fill: #FF5444;
}

#form-wrap form {
    position: absolute;
    top: 45.7%;
    width: 87.5%;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 0;
    text-align: center;
}

#form-wrap .input-body {
    display: inline-block;
    vertical-align: top;
    width: 31.7%;
    margin-right: 2%;
    height: 89px;
    position: relative;
}

#form-wrap .input-body:last-of-type {
    margin-right: 0%;
}

#form-wrap .input-body .svg-container {
    position: absolute;
}

#form-wrap #input-1-bg-svg-container {
    left: -1.5%;
    top: -19.8%;
    width: 104.7%;
}

#form-wrap #input-2-bg-svg-container {
    left: -2%;
    top: -24.4%;
    width: 105.6%;
}

#form-wrap #input-3-bg-svg-container {
    top: -23%;
    width: 101.9%;
}

#form-wrap .input-body.error g[fill="#177aa7"] path {
    fill: #FF5444;
}

#form-wrap .input-body input {
    position: relative;
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    outline: none;
    padding: 0px 40px;
    font-family: 'bravorgregular';
    font-size: 40px;
    box-sizing: border-box;
}

#form-wrap .input-body label {
    font-family: 'bravorgregular';
    font-size: 40px;
    position: absolute;
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    top: 20px;
    left: 40px;
    transform-origin: 0;
}

#form-wrap .input-body.focus label {
    -webkit-transform: scale(0.5) translateY(-40px);
    -ms-transform: scale(0.5) translateY(-40px);
    -o-transform: scale(0.5) translateY(-40px);
    transform: scale(0.5) translateY(-40px);
}

#form-wrap .input-body.focus svg g[fill= "#177aa7"] {
    fill: #75ca4b;
}

#form-wrap button {
    font-family: 'fiveMinutesregular';
    font-size: 57px;
    letter-spacing: 2px;
    border: none;
    width: 31.7%;
    position: relative;
    margin: 44px auto 0px;
    height: 117px;
    outline: none;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    background: none;
}

#form-wrap button .svg-container {
    position: absolute;
    left: 0;
    top: 0;
}

#form-wrap button span {
    position: relative;
}

#form-wrap .checkbox-body {
    margin-top: 30px;
}

#form-wrap .checkbox-body input {
    display: none;
}

#form-wrap .checkbox-body label {
    cursor: pointer;
}

#form-wrap .checkbox-body p {
    font-family: 'fiveMinutesregular';
    font-size: 40px;
    display: inline-block;
    cursor: pointer;
}

#checkbox-bg-svg-container {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 100%;
}

#checkbox-bg-svg-container svg {
    width: auto;
    height: 100%;
}

#form-wrap #checkbox-bg-svg-container {
    vertical-align: top;
    margin-right: 10px;
}

#form-wrap .checkbox-body label svg g[fill="#2586c6"] {
    display: none;
}

#form-wrap .checkbox-body label.checked svg g[fill="#2586c6"] {
    display: block;
}

#form-wrap .checkbox-body.error g[fill="#1b1b1b"] path {
    fill: #FF5444;
}

#form-wrap .checkbox-body.error svg {
    animation: shake 0.6s cubic-bezier(.77,0,.175,1) alternate both 0s;
}

#form-wrap button svg g[fill="#177ec2"] {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
}

#form-wrap button:hover svg g[fill="#177ec2"] {
    fill: #FF5444;
}

#form-close-svg-container {
    position: absolute;
    right: 1%;
    top: 2%;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    -o-transform: translateY(-200%);
    transform: translateY(-200%);
}

.show-form #form-close-svg-container {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

#thank-you-wrap {
    position: relative;
}

#thank-you-wrap p {
    font-family: 'fiveMinutesregular';
    position: absolute;
}

#thank-you-wrap #thank-you-invite-text a {
    text-decoration: none;
    color: #FF5444;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

#thank-you-wrap #thank-you-invite-text a:hover {
    color: #FF5444;
}

#thank-you-wrap .svg-container {
    position: absolute;
}

#share-btns-block {
    position: absolute;
    z-index: 2;
    font-size: 0;
    bottom: 5.8%;
    right: 3.9%;
    width: 9.5%;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(.77,0,.175,1) 0s;
    -o-transition: all 0.3s cubic-bezier(.77,0,.175,1) 0s;
    transition: all 0.3s cubic-bezier(.77,0,.175,1) 0s;
}

#share-btns-block #share-btns-block-title{
    font-family: 'fiveMinutesregular';
    font-size: 20px;
    margin-bottom: 5px;
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 3.0s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 3.0s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 3.0s;
}

#share-btns-block.active #share-btns-block-title {
    opacity: 1;
}

#share-btns-block .svg-container {
    position: relative;
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0.6s;
    display: inline-block;
    margin-right: 13.5%;
    cursor: pointer;
    width: 24.1%;
}

.show-cursor #share-btns-block .svg-container {
    cursor: none;
}

#share-btns-block #tw-ico-svg-container {
    margin-right: 0%;
}

#share-btns-block.active #vk-ico-svg-container {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.2s;
}

#share-btns-block.active #fb-ico-svg-container {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.8s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.8s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 1.8s;
}

#share-btns-block.active #tw-ico-svg-container {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 2.4s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 2.4s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 2.4s;
    margin-right: 0%;
}

#share-btns-block.active .svg-container {
    -webkit-transform: translate(0%);
    -ms-transform: translate(0%);
    -o-transform: translate(0%);
    transform: translate(0%);
    opacity: 1;
}

#share-btns-block.finished {
    -webkit-transition: all 0s cubic-bezier(.77,0,.175,1) 0s;
    -o-transition: all 0s cubic-bezier(.77,0,.175,1) 0s;
    transition: all 0s cubic-bezier(.77,0,.175,1) 0s;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
}

#share-btns-block .svg-container g[fill="#171717"], #share-btns-block .svg-container circle {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
}

#share-btns-block .svg-container:hover g[fill="#171717"], #share-btns-block .svg-container:hover circle {
    fill: red;
}

#share-btns-block.form-submitted {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform 0.6s cubic-bezier(.77,0,.175,1) 0s, opacity 0.6s cubic-bezier(.77,0,.175,1) 0s;
    -o-transition: transform 0.6s cubic-bezier(.77,0,.175,1) 0s, opacity 0.6s cubic-bezier(.77,0,.175,1) 0s;
    transition: transform 0.6s cubic-bezier(.77,0,.175,1) 0s, opacity 0.6s cubic-bezier(.77,0,.175,1) 0s;
    width: 17.7%;
    bottom: 9.9%;
    right: 41.4%;
}

#share-btns-block.form-submitted .svg-container {
    -webkit-transform: translate(0%);
    -ms-transform: translate(0%);
    -o-transform: translate(0%);
    transform: translate(0%);
    opacity: 1;
}

#share-btns-block.go-back {
    -webkit-transition: transform 0.3s cubic-bezier(.77,0,.175,1) 0s, opacity 0.3s cubic-bezier(.77,0,.175,1) 0s;
    -o-transition: transform 0.3s cubic-bezier(.77,0,.175,1) 0s, opacity 0.3s cubic-bezier(.77,0,.175,1) 0s;
    transition: transform 0.3s cubic-bezier(.77,0,.175,1) 0s, opacity 0.3s cubic-bezier(.77,0,.175,1) 0s;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
}

#share-btns-block.go-back .svg-container { 
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
}

#spriteSvgBlock {
    display: none;
}

#terms-of-use-wrap {
    -webkit-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    -o-transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    transition: all 0.6s cubic-bezier(.77,0,.175,1) 0s;
    font-family: 'bravoscregular';
    font-size: 60px;
    height: 100%;
    z-index: 300;
    position: relative;
    width: 80%;
    margin: 0px auto;
    -webkit-transform: translateX(120%);
    -ms-transform: translateX(120%);
    -o-transform: translateX(120%);
    transform: translateX(120%);
}

#terms-of-use-body {
    overflow-y: scroll;
    width: 120%;
    height: 100%;
    box-sizing: border-box;
    padding: 40px 20% 40px 0px;
}

#terms-of-use-wrap h2 {
    font-size: 82px;
}

#terms-of-use-wrap p {
    margin: 60px 0px;
}

#terms-of-use-wrap a {
    color: #000000;
    position: relative;
    -webkit-transition: all 0.4s cubic-bezier(.77,0,.175,1) 0s;
    -o-transition: all 0.4s cubic-bezier(.77,0,.175,1) 0s;
    transition: all 0.4s cubic-bezier(.77,0,.175,1) 0s;
    text-decoration: none;
    border-bottom: 2px solid;
}

#terms-of-use-wrap a:hover {
    color: #FF5444;
}

#terms-of-use-wrap ul {

}

#terms-of-use-wrap ul li {
    background: url("/img/li-bg.png") 0px 18px no-repeat;
    padding-left: 46px;
    margin-bottom: 40px;
}

#terms-of-use-wrap.active {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}

#terms-close-svg-container {
    position: absolute;
    right: -40px;
    top: 40px;
    z-index: 2;
    cursor: pointer;
}

.finish-content-wrap.show-terms {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

/*
#man-1-wrap g[fill="#202020"] {
    fill: none;
}

#man-1-wrap g[fill="#202020"] path{
    stroke: #202020;
    stroke-width: 1px;
}
*/
/*
section.active #makeup-man-wrap #path58381 {
    fill: none !important;
    stroke: #1B1B1B;
    stroke-width: 1px;
    animation: dash 10s linear forwards 0.6s;
}
*/

/*
.preload[data-id = "2"].active #boroda-wrap .st1, .preload[data-id = "2"].active #boroda-wrap .st5 {
    animation: changeOpacity 1s cubic-bezier(.77,0,.175,1) alternate both 5s;
}

.preload[data-id = "2"].active #boroda-wrap .st3, .preload[data-id = "2"].active #boroda-wrap .st7 {
    animation: changeOpacity 1s cubic-bezier(.77,0,.175,1) alternate both 5s;
}

.preload[data-id = "2"].active #boroda-wrap .st8, .preload[data-id = "2"].active #boroda-wrap .st2 {
    animation: changeOpacity 1s cubic-bezier(.77,0,.175,1) alternate both 5s;
}
*/