@import url('https://fonts.googleapis.com/css?family=Roboto:300,400&subset=cyrillic');

@font-face {
    font-family: "Helvetica";
    font-weight: 600;
    font-style: normal;
    src: url('fonts/helvetica/HelveticaNeueCyr-Medium.otf');
}

@font-face {
    font-family: "Helvetica";
    font-weight: 400;
    font-style: normal;
    src: url('fonts/helvetica/HelveticaNeueCyr-Light.otf');
}

@keyframes anim_fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes anim_fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.anim_fadeIn {
    animation-name: anim_fadeIn;
    -webkit-animation-name: anim_fadeIn;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease-in;
    opacity: 1;
}

@keyframes anim_fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes anim_fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.anim_fadeOut {
    animation-name: anim_fadeOut;
    -webkit-animation-name: anim_fadeOut;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease-in;
    opacity: 0 !important;
}

@keyframes anim_topInfToTopZero {
    0% {
        transform: translateY(-3rem);
        -webkit-transform: translateY(-3rem);
        -moz-transform: translateY(-3rem);
    }
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
    }
}

@-webkit-keyframes anim_topInfToTopZero {
    0% {
        transform: translateY(-3rem);
        -webkit-transform: translateY(-3rem);
        -moz-transform: translateY(-3rem);
    }
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
    }
}

.anim_topInfToTopZero {
    animation-name: anim_topInfToTopZero;
    -webkit-animation-name: anim_topInfToTopZero;
    animation-duration: 4s;
    -webkit-animation-duration: 4s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
}

@keyframes anim_leftInfToLeftZero {
    0% {
        transform: translateX(-7rem);
        -webkit-transform: translateX(-7rem);
        -moz-transform: translateX(-7rem);
    }
    100% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
    }
}

@-webkit-keyframes anim_leftInfToLeftZero {
    0% {
        transform: translateX(-7rem);
        -webkit-transform: translateX(-7rem);
        -moz-transform: translateX(-7rem);
    }
    100% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
    }
}

.anim_leftInfToLeftZero {
    animation-name: anim_leftInfToLeftZero;
    -webkit-animation-name: anim_leftInfToLeftZero;
    animation-duration: 4s;
    -webkit-animation-duration: 4s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
}

@keyframes anim_INF_leftInfToLeftZero {
    0% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
    }
}

@-webkit-keyframes anim_INF_leftInfToLeftZero {
    0% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
    }
}

.anim_INF_leftInfToLeftZero {
    animation-name: anim_INF_leftInfToLeftZero;
    -webkit-animation-name: anim_INF_leftInfToLeftZero;
    animation-duration: 4s;
    -webkit-animation-duration: 4s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
}

@keyframes anim_bottomInfToBottomZero {
    0% {
        transform: translateY(2rem);
        -webkit-transform: translateY(2rem);
        -moz-transform: translateY(2rem);
    }
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
    }
}

@-webkit-keyframes anim_bottomInfToBottomZero {
    0% {
        transform: translateY(2rem);
        -webkit-transform: translateY(2rem);
        -moz-transform: translateY(2rem);
    }
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
    }
}

.anim_bottomInfToBottomZero {
    animation-name: anim_bottomInfToBottomZero;
    -webkit-animation-name: anim_bottomInfToBottomZero;
    animation-duration: 4s;
    -webkit-animation-duration: 4s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
}

@keyframes anim_rightInfToRightZero {
    0% {
        transform: translateX(7rem);
        -webkit-transform: translateX(7rem);
        -moz-transform: translateX(7rem);
    }
    100% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
    }
}

@-webkit-keyframes anim_rightInfToRightZero {
    0% {
        transform: translateX(7rem);
        -webkit-transform: translateX(7rem);
        -moz-transform: translateX(7rem);
    }
    100% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
    }
}

.anim_rightInfToRightZero {
    animation-name: anim_rightInfToRightZero;
    -webkit-animation-name: anim_rightInfToRightZero;
    animation-duration: 4s;
    -webkit-animation-duration: 4s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
}

@keyframes anim_lightRightToLeftSlide {
    0% {
        opacity: 0;
        transform: translateX(2rem);
        -webkit-transform: translateX(2rem);
        -moz-transform: translateX(2rem);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
    }
}

@-webkit-keyframes anim_lightRightToLeftSlide {
    0% {
        opacity: 0;
        transform: translateX(2rem);
        -webkit-transform: translateX(2rem);
        -moz-transform: translateX(2rem);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
    }
}

.anim_lightRightToLeftSlide {
    animation-name: anim_lightRightToLeftSlide;
    -webkit-animation-name: anim_lightRightToLeftSlide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
    -webkit-animation-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

@keyframes anim_lightLeftToRightSlide {
    0% {
        opacity: 0;
        transform: translateX(-2rem);
        -webkit-transform: translateX(-2rem);
        -moz-transform: translateX(-2rem);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
    }
}

@-webkit-keyframes anim_lightLeftToRightSlide {
    0% {
        opacity: 0;
        transform: translateX(-2rem);
        -webkit-transform: translateX(-2rem);
        -moz-transform: translateX(-2rem);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
    }
}

.anim_lightLeftToRightSlide {
    animation-name: anim_lightLeftToRightSlide;
    -webkit-animation-name: anim_lightLeftToRightSlide;
    animation-duration: 3s;
    -webkit-animation-duration: 3s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
    -webkit-animation-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

@keyframes anim_lightTopToBottomSlide {
    0% {
        opacity: 0;
        transform: translateY(-2rem);
        -webkit-transform: translateY(-2rem);
        -moz-transform: translateY(-2rem);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
    }
}

@-webkit-keyframes anim_lightTopToBottomSlide {
    0% {
        opacity: 0;
        transform: translateY(-2rem);
        -webkit-transform: translateY(-2rem);
        -moz-transform: translateY(-2rem);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
    }
}

.anim_lightTopToBottomSlide {
    animation-name: anim_lightTopToBottomSlide;
    -webkit-animation-name: anim_lightTopToBottomSlide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
    -webkit-animation-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

@keyframes anim_lightBottomToTopSlide {
    0% {
        opacity: 0;
        transform: translateY(2rem);
        -webkit-transform: translateY(2rem);
        -moz-transform: translateY(2rem);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
    }
}

@-webkit-keyframes anim_lightBottomToTopSlide {
    0% {
        opacity: 0;
        transform: translateY(2rem);
        -webkit-transform: translateY(2rem);
        -moz-transform: translateY(2rem);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
    }
}

.anim_lightBottomToTopSlide {
    animation-name: anim_lightBottomToTopSlide;
    -webkit-animation-name: anim_lightBottomToTopSlide;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
    -webkit-animation-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

@keyframes anim_spin {
    0% {
        transform: rotate(0deg) scale(1);
        -webkit-transform: rotate(0deg) scale(1);
        -moz-transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.3);
        -webkit-transform: rotate(180deg) scale(1.3);
        -moz-transform: rotate(180deg) scale(1.3);
    }
    100% {
        transform: rotate(360deg) scale(1);
        -webkit-transform: rotate(360deg) scale(1);
        -moz-transform: rotate(360deg) scale(1);
    }
}

@-webkit-keyframes anim_spin {
    0% {
        transform: rotate(0deg) scale(1);
        -webkit-transform: rotate(0deg) scale(1);
        -moz-transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.3);
        -webkit-transform: rotate(180deg) scale(1.3);
        -moz-transform: rotate(180deg) scale(1.3);
    }
    100% {
        transform: rotate(360deg) scale(1);
        -webkit-transform: rotate(360deg) scale(1);
        -moz-transform: rotate(360deg) scale(1);
    }
}

.anim_spin {
    animation-name: anim_spin;
    -webkit-animation-name: anim_spin;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
}

@keyframes anim_bow {
    0% {
        transform: rotate(0deg) scale(1);
        -webkit-transform: rotate(0deg) scale(1);
        -moz-transform: rotate(0deg) scale(1);
    }
    25% {
        transform: rotate(-10deg) scale(1.3);
        -webkit-transform: rotate(-10deg) scale(1.3);
        -moz-transform: rotate(-10deg) scale(1.3);
    }
    75% {
        transform: rotate(-10deg) scale(1.3);
        -webkit-transform: rotate(-10deg) scale(1.3);
        -moz-transform: rotate(-10deg) scale(1.3);
    }
    100% {
        transform: rotate(0deg) scale(1);
        -webkit-transform: rotate(0deg) scale(1);
        -moz-transform: rotate(0deg) scale(1);
    }
}

@-webkit-keyframes anim_bow {
    0% {
        transform: rotate(0deg) scale(1);
        -webkit-transform: rotate(0deg) scale(1);
        -moz-transform: rotate(0deg) scale(1);
    }
    25% {
        transform: rotate(-10deg) scale(1.3);
        -webkit-transform: rotate(-10deg) scale(1.3);
        -moz-transform: rotate(-10deg) scale(1.3);
    }
    75% {
        transform: rotate(-10deg) scale(1.3);
        -webkit-transform: rotate(-10deg) scale(1.3);
        -moz-transform: rotate(-10deg) scale(1.3);
    }
    100% {
        transform: rotate(0deg) scale(1);
        -webkit-transform: rotate(0deg) scale(1);
        -moz-transform: rotate(0deg) scale(1);
    }
}

.anim_bow {
    animation-name: anim_bow;
    -webkit-animation-name: anim_bow;
    animation-duration: 4s;
    -webkit-animation-duration: 4s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
}

@keyframes anim_typing {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

@-webkit-keyframes anim_typing {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

.anim_typing {
    animation-name: anim_typing;
    -webkit-animation-name: anim_typing;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-timing-function: steps(40, end);
    -webkit-animation-timing-function: steps(40, end);
}

@-webkit-keyframes anim_zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes anim_zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

.anim_zoom {
    animation-name: anim_zoom;
    -webkit-animation-name: anim_zoom;
    animation-duration: 0.6s;
    -webkit-animation-duration: 0.6s;
    animation-timing-function: steps(40, end);
    -webkit-animation-timing-function: steps(40, end);
}

@-webkit-keyframes anim_hinge {
    0% {
        -webkit-transform-origin: top right;
        transform-origin: top right;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, -80deg);
        transform: rotate3d(0, 0, 1, -80deg);
        -webkit-transform-origin: top right;
        transform-origin: top right;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, -60deg);
        transform: rotate3d(0, 0, 1, -60deg);
        -webkit-transform-origin: top right;
        transform-origin: top right;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes anim_hinge {
    0% {
        -webkit-transform-origin: top right;
        transform-origin: top right;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, -80deg);
        transform: rotate3d(0, 0, 1, -80deg);
        -webkit-transform-origin: top right;
        transform-origin: top right;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, -60deg);
        transform: rotate3d(0, 0, 1, -60deg);
        -webkit-transform-origin: top right;
        transform-origin: top right;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.anim_hinge {
    animation-name: anim_hinge;
    -webkit-animation-name: anim_hinge;
    animation-duration: 2.5s;
    -webkit-animation-duration: 2.5s;
    animation-timing-function: steps(40, end);
    -webkit-animation-timing-function: steps(40, end);
}

.section-1 .animation-done,
.section-2 .animation-done,
.section-4 .animation-done,
.section-5 ul li > div.wrapper.animation-done,
.section-6 .animation-done,
.layout-page .layout-carousel #top-carousel ul li.animation-done {
    opacity: 1 !important;
}

html, body, #site-wrapper {
    height: 100%;
}

body {
    font-family: "Helvetica";
    font-weight: 400;
    background-color: #fafafa;
    opacity: 0;
    _overflow: hidden;
    animation-duration: 0.2s;
    -webkit-animation-duration: 0.2s;
}

body.loaded {
    opacity: 1;
    _overflow: initial;
}

.imiddle:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-left: -0.4rem;
}

.imiddle > .inline-block {
    display: inline-block;
    vertical-align: middle;
    max-width: 99%;
    margin-top: 75px;
    font-size: 1.5em;
    letter-spacing: 5px;
    text-transform: uppercase;
}

/* Style the Image Used to Trigger the Modal */
img.mi {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

img.mi:hover {
    opacity: 0.7;
}

/* The Modal (background) */
.img-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.img-modal-content {
    margin: auto;
    display: block;
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 85%;
    vertical-align: middle;
    position: absolute;
    z-index: 3;
    top: 47%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    left: 50%;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#img-modal-caption {
    display: table-row;
    text-align: center;
    color: #ccc;
    position: absolute;
    z-index: 3;
    max-width: 85%;
    height: 10%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

@-webkit-keyframes img-modal-content-in {
    from {
        opacity: 0;
        transform: translateY(-60%) translateX(-50%);
        -webkit-transform: translateY(-60%) translateX(-50%);
    }
    to {
        opacity: 1;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
    }
}

@keyframes img-modal-content-in {
    from {
        opacity: 0;
        transform: translateY(-60%) translateX(-50%);
        -webkit-transform: translateY(-60%) translateX(-50%);
    }
    to {
        opacity: 1;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
    }
}

@-webkit-keyframes img-modal-content-out {
    from {
        opacity: 1;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
    }
    to {
        opacity: 0;
        transform: translateY(-60%) translateX(-50%);
        -webkit-transform: translateY(-60%) translateX(-50%);
    }
}

@keyframes img-modal-content-out {
    from {
        opacity: 1;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
    }
    to {
        opacity: 0;
        transform: translateY(-60%) translateX(-50%);
        -webkit-transform: translateY(-60%) translateX(-50%);
    }
}

.img-modal-content.out {
    -webkit-animation-name: img-modal-content-out;
    -webkit-animation-duration: 0.1s;
    animation-name: img-modal-content-out;
    animation-duration: 0.1s;
}

/* Add Animation - Zoom in the Modal */
.img-modal-content {
    -webkit-animation-name: img-modal-content-in;
    -webkit-animation-duration: 0.6s;
    animation-name: img-modal-content-in;
    animation-duration: 0.6s;
}

#img-modal-caption {
    -webkit-animation-name: anim_zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: anim_zoom;
    animation-duration: 0.6s;
}

.img-modal-back-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* The Close Button */
.img-modal-close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    z-index: 2;
}

.img-modal-close:hover,
.img-modal-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .img-modal-content {
        width: 100%;
    }
}

#load {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 999999;
}

#load > div {
    background-size: 100px;
    background-image: url(http://www.teleservegroup.com/images/loading_dots.gif);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    display: block;
}

a[page] {
    cursor: pointer;
}

strong {
    font-weight: 600;
}

.inline-block {
    display: inline-block;
}

.white-section {
    background-color: #FFF;
}

.site-header {
    background-color: #FFF;
    padding: 1rem 0;
    font-family: "Roboto";
    font-weight: 300;
}

.site-header .logo {
    line-height: 55px;
}

.site-header .main-navigation {
    background-color: transparent;
    border: none;
    text-align: center;
    margin: 0;
}

.site-header .main-navigation .navbar-header {
    display: inline-block;
}

.site-header .main-navigation .navbar-header button {
    margin: 0 0 10px;
}

.site-header .main-navigation ul {
    margin-left: 0;
    float: none;
    display: inline-block;
}

.site-header .main-navigation ul li {
    margin-left: 6rem;
}

.site-header .main-navigation ul li:first-child {
    margin-left: 0;
}

.site-header .main-navigation ul li a,
.site-header .main-navigation ul li a:focus,
.site-header .main-navigation ul li a:active {
    color: #1e1e1e;
    display: block;
}

.site-header .main-navigation ul li a:hover,
.site-header .main-navigation ul li a.current {
    color: #1e1e1e;
    text-decoration: underline;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #171717;
}

section {
    padding: 3.5rem 0;
    overflow-x: hidden;
}

section h1,
section h2,
section h3 {
    margin: 0.7rem 0;
}

section .section-title {
    text-align: center;
    margin-bottom: 4rem;
}

img {
    max-width: 100%;
}

@keyframes slideDown {
    0% {
        transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes slideDown {
    0% {
        transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideUp {
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        opacity: 0;
    }
}

@-webkit-keyframes slideUp {
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        opacity: 0;
    }
}

#widget-modal .widget-modal-window.come-in {
    animation-name: slideDown;
    -webkit-animation-name: slideDown;
}

#widget-modal .widget-modal-window.come-out {
    animation-name: slideUp;
    -webkit-animation-name: slideUp;
}

#widget-modal {
    position: fixed;
    z-index: 99999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.45);
}

#widget-modal .widget-modal-window {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.39);
    opacity: 0;
    animation-duration: .15s;
    -webkit-animation-duration: .15s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

#widget-modal .widget-modal-window .close-x {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    cursor: pointer;
    margin-top: 5px;
    margin-right: 5px;
    line-height: 25px;
    text-align: center;
    font-size: 45px;
    color: #555;
    transition: color ease .2s;
    -webkit-transition: color ease .2s;
}

#widget-modal .widget-modal-window .close-x:hover {
    color: #222;
}

#widget-modal .widget-modal-window .widget-modal-body {
    display: flex;
    height: 100%;
    width: 100%;
}

#widget-modal .widget-modal-window .widget-modal-body iframe {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    box-shadow: none;
}

.pageHTML {
    height: 0;
    overflow: hidden;
}

.pageHTML.this {
    height: auto;
}

.section-1 .top-text {
    margin-bottom: 3rem;
}

.section-1 .img {
    text-align: center;
    width: 100%;
    position: relative;
}

.section-1 .img:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-left: -0.6rem;
}

.section-1 .img .wrapper {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    max-width: 100%;
    max-height: 100%;
    opacity: 0;
}

.section-1 .img .wrapper > img {
    position: absolute;
    height: 100%;
    display: block;
    width: 100%;
    max-width: none;
    z-index: 3;
}

.section-1 .img .wrapper .top {
    left: 0;
    top: 0;
    z-index: 1;
}

.section-1 .img .wrapper .left {
    left: 0;
    top: 0;
    z-index: 2;
}

.section-1 .img .wrapper .center {
    left: 0;
    bottom: 0;
    z-index: 2;
}

.section-1 .img .wrapper .right {
    right: 0;
    top: 0;
    z-index: 2;
}

.section-1 svg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
}

.section-1 svg polygon {
    transition: fill ease .4s;
    -webkit-transition: fill ease .4s;
    fill: rgba(255, 255, 255, 0);
    cursor: pointer;
    opacity: 1 !important;
}

.section-1 svg polygon:hover {
    fill: rgba(255, 255, 255, .5);
}

.tooltip_templates { display: none; }

.section-1 .house {
    position: absolute;
    width: 8%;
    z-index: 4;
    cursor: pointer;
    opacity: 1 !important;
}
.section-1 .house * {
    cursor: pointer;
}

.section-1 .house.ho1 {
    bottom: 25%;
    left: 10%;
}

.section-1 .house.ho2 {
    bottom: 49%;
    left: 17%;
}

.section-1 .house.ho3 {
    bottom: 67%;
    left: 23%;
}

.section-1 .house.ho4 {
    bottom: 66%;
    left: 44%;
}

.section-1 .house.ho5 {
    bottom: 38%;
    left: 44%;
}

.section-1 .house.ho6 {
    bottom: 32%;
    left: 71%;
}

.section-1 .house.ho7 {
    bottom: 66%;
    left: 62%;
}

.section-1 .house.ho8 {
    top: -2%;
    left: 60%;
}

.section-1 .house.ho9 {
    top: -3%;
    left: 45%;
}

.section-1 .house.ho10 {
    top: -2%;
    left: 31%;
}

.section-1 .house > img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.section-1 .house .house-num {
    position: absolute;
    top: 13%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #FFF;
    font-size: 2.4vh;
}

.section-2 .column {
    padding: 0;
}

.section-2 .column * {
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
}

.section-2 h3 {
    margin: 0.7rem 0 3rem;
    opacity: 0;
}

.section-2 ul {
    list-style-type: none;
    padding-left: 0;
    margin: 2rem 0;
    max-width: 425px;
}

.section-2 ul li {
    float: none;
    clear: both;
    margin-bottom: 1rem;
    opacity: 0;
}

.section-2 ul li:last-child {
    margin-bottom: 0;
}

.section-2 ul li .smile {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: 100%;
    background-position: center;
    float: left;
    opacity: 0;
}

.section-2 ul li .smile-1 {
    background-image: url('img/smile-1.png');
}

.section-2 ul li .smile-2 {
    background-image: url('img/smile-2.png');
}

.section-2 ul li .smile-3 {
    background-image: url('img/smile-3.png');
}

.section-2 ul li .smile-4 {
    background-image: url('img/smile-4.png');
}

.section-2 ul li .smile-5 {
    background-image: url('img/smile-5.png');
}

.section-2 ul li .smile-6 {
    background-image: url('img/smile-6.png');
}

.section-2 ul li .smile-7 {
    background-image: url('img/smile-7.png');
}

.section-2 ul li .smile-8 {
    background-image: url('img/smile-8.png');
}

.section-2 ul li .text {
    float: right;
    padding-left: 2rem;
}

.section-3 {
    padding: 13% 0;
    background-image: url('img/hand.png');
    background-size: auto 88%;
    background-position: right;
    background-repeat: no-repeat;
}

.section-3 .section-content {
    display: block;
    max-width: 525px;
}

.section-3 .section-content h1 {
    margin-bottom: 1rem;
}

.section-3 .section-content h3 {
    margin-bottom: 3.5rem;
}

.section-4 .section-content {
    text-align: center;
}

.section-4 .section-content ul {
    list-style-type: none;
    padding: 0;
    margin: 2rem 0 0;
    position: relative;
}

.section-4 .section-content ul li {
    opacity: 0;
    margin-bottom: 3rem;
    position: static;
}

.section-4 .section-content ul li .img:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-left: -0.25rem;
}

.section-4 .section-content ul li .img img {
    display: inline-block;
    vertical-align: bottom;
    max-height: 130px;
    background-size: 100.5%;
    background-repeat: no-repeat;
    background-position: -2000px;
    transition: all ease 0.1s;
}

.section-4 .section-content ul li.active .img img,
.section-4 .section-content ul li:hover .img img {
    background-position: top;
}

.touch-screen .section-4 .section-content ul li:hover .img img {
    background-position: -2000px !important;
}

.touch-screen .section-4 .section-content ul li.active .img img {
    background-position: top !important;
}

.section-4 .section-content ul li h3 {
    margin: 2rem 0 3rem;
    display: inline-block;
    max-width: 200px;
}

.section-4 .section-content ul .marquee {
    position: absolute;
    bottom: 0;
    height: 2rem;
    font-size: medium;
    overflow: hidden;
}

.section-4 .section-content ul .marquee {
    position: absolute;
    bottom: 0;
    height: 2rem;
    font-size: 1.7rem;
    overflow: hidden;
}

.section-4 .section-content ul .marquee > i {
    white-space: nowrap;
    left: 100%;
    position: absolute;
    top: 0;
    font-style: normal;
}

.section-5 {
    padding: 0;
}

.section-5 > .container {
    _width: 90%;
}

.section-5 ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.section-5 ul .seperator {
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}

.section-5 ul li {
    margin-bottom: -1px;
    text-align: center;
    width: 100%;
    position: relative;
    background-color: #fafafa;
}

.section-5 ul li.night {
    background-color: #000 !important;
    color: #fafafa !important;
}

.section-5 ul li > div.wrapper img.layer-night {
    opacity: 0;
}

.section-5 ul li > span {
    content: "";
    position: absolute;
    top: 0;
    left: -500%;
    width: 1000%;
    height: 100%;
    background: #fafafa;
    transition: inherit;
    -webkit-transition: inherit;
    z-index: -1;
    display: block !important;
    clear: none;
}

.section-5 ul li.night > span {
    background: #000;
}

.section-5 ul li:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-left: -0.4rem;
}

.section-5 ul li:last-child {
    margin-bottom: 0;
}

.section-5 ul li > div.wrapper {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    max-width: 99%;
    max-height: 100%;
    opacity: 0;
}

.section-5 ul li > div.wrapper .details {
    position: absolute;
    top: 0;
    z-index: 1;
}

.section-5 ul li > div.wrapper .details .square,
.section-5 ul li > div.wrapper .details .remaining,
.section-5 ul li > div.wrapper .details .pricetag {
    opacity: 0;
}

.section-5 ul li > div.wrapper .details .square.animation-done,
.section-5 ul li > div.wrapper .details .remaining.animation-done,
.section-5 ul li > div.wrapper .details .pricetag.animation-done {
    opacity: 1;
}

.section-5 ul li > div.wrapper .details .square {
    margin-top: 0;
}

.section-5 ul li > div.wrapper .details .pricetag {
    margin-top: 3rem;
}

.section-5 ul li > div.wrapper.left .details {
    left: 0;
    text-align: left;
}

.section-5 ul li > div.wrapper.right .details {
    right: 0;
    text-align: right;
}

.section-5 ul li > div.wrapper img {
    position: absolute;
    top: 0;
    height: 100%;
    display: block;
    width: 120%;
    max-width: none;
}

.section-5 ul li > div.wrapper.left img {
    left: 0;
}

.section-5 ul li > div.wrapper.right img {
    right: 0;
}

.section-5 ul li > div.wrapper.right img.placeholder {
    opacity: 0;
}

.section-5 ul li > div.wrapper a[facade] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 98;
}

.section-5 ul li > div.wrapper img.light {
    width: auto;
    height: auto;
    max-width: 35px;
    max-height: 45px;
    cursor: pointer;
    transition: all ease-out 2s;
    -webkit-transition: all ease-out 2s;
    z-index: 99;
}

.section-5 ul li > div.wrapper img.light.on {
    left: 40%;
}

.section-5 ul li.day > div.wrapper img.light.on {
    visibility: hidden;
}

.section-5 ul li > div.wrapper img.light.on:hover {
    animation-name: anim_spin;
    -webkit-animation-name: anim_spin;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
}

.section-5 ul li > div.wrapper img.light.off {
    left: 45%;
}

.section-5 ul li.night > div.wrapper img.light.off {
    visibility: hidden;
}

.section-5 ul li > div.wrapper img.light.off {
    animation-name: anim_bow;
    -webkit-animation-name: anim_bow;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
}

.section-6 .section-content > div {
}

.section-6 .section-content > div ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

.section-6 .section-content > div ul li {
    line-height: 2.5;
    opacity: 0;
}

.section-6 .section-content > div img {
    margin-top: 1rem;
    height: 95%;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.section-6 .section-content > h2 {
    display: inline-block;
    max-width: 100%;
}

.section-6 .section-content > h2 p {
    margin: 0;
    width: 0px;
    overflow: hidden;
    white-space: nowrap;
}

.section-6 .section-content > h2 p.animation-done {
    animation-name: anim_typing;
    -webkit-animation-name: anim_typing;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-timing-function: steps(40, end);
    -webkit-animation-timing-function: steps(40, end);
    width: 100%;
}

.section-7 {
    padding: 100px 0 250px;
    background-image: url('img/kraska.png');
    background-size: auto 120%;
    background-position: -550px -180px;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.section-7:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('img/valik.png');
    background-size: inherit;
    background-position: inherit;
    background-repeat: inherit;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}

.section-7 .section-content {
    display: block;
    width: 500px;
    max-width: 100%;
    float: right;
}

.section-7 .section-content ul {
    list-style-type: none;
    padding-left: 0;
    margin: 1rem 0;
}

.section-7 .section-content ul li {
    line-height: 2.5;
}

.section-8 .section-content ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

.section-8 .section-content ul li {
    margin: 0;
    padding: 0;
}

.section-8 .section-content ul li .img {
    padding: 0;
}

.section-8 .section-content ul li .img img {
    width: 100%;
    height: auto;
}

.section-8 .section-content ul li .text {
    padding: 0;
}

.section-8 .section-content ul li .text:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-left: -0.25rem;
}

.section-8 .section-content ul li .text > .inline-block {
    vertical-align: middle;
    padding: 0 10rem;
    width: 99.5%;
    display: inline-block;
}

.section-9 {
    padding: 2rem 0;
}

.section-9 .section-title {
    margin-bottom: 1rem;
}

.section-9 ul {
    list-style-type: none;
    padding-left: 0;
    margin: 5rem 0;
}

.section-9 ul li:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-left: -0.4rem;
}

.section-9 ul li img {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    height: auto;
    transition: all ease 0.1s;
}

.section-9 ul li a:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
}

.layout-page[facade] *[facade] {
    width: 0;
    height: 0;
    overflow: hidden;
}

.layout-page[facade="1"] *[facade="1"],
.layout-page[facade="2"] *[facade="2"],
.layout-page[facade="3"] *[facade="3"] {
    width: auto;
    height: auto;
    overflow: initial;
}

.layout-page .layout-carousel {
    padding-top: 5rem;
    padding-bottom: 2rem;
}

.layout-page .layout-carousel #top-carousel {
    position: relative;
    width: 100%;
    display: block;
    padding: 0 10%;
}

.layout-page .layout-carousel #top-carousel.busy:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    z-index: 999999;
}

.layout-page .layout-carousel #top-carousel:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 70%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    height: 0;
    border-bottom: 1px solid rgba(151, 151, 153, 0.03);
}

.layout-page .layout-carousel #top-carousel ul {
    padding-left: 0;
    margin: 0;
    list-style-type: none;
    position: relative;
}

.layout-page .layout-carousel #top-carousel ul li {
    position: absolute;
    top: 0;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    text-align: center;
    opacity: 0;
}

.layout-page .layout-carousel #top-carousel ul li.firstSlide {
    width: 30%;
}

.layout-page .layout-carousel #top-carousel ul li.firstSlide,
.layout-page .layout-carousel #top-carousel ul li.lastSlide {
    cursor: pointer;
}

.layout-page .layout-carousel #top-carousel ul li.firstSlide:hover,
.layout-page .layout-carousel #top-carousel ul li.lastSlide:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.layout-page .layout-carousel #top-carousel ul li.mainSlide {
    width: 40%;
}

.layout-page .layout-carousel #top-carousel ul li.lastSlide {
    width: 30%;
}

.layout-page .layout-carousel #top-carousel ul li.current {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

.layout-page .layout-carousel #top-carousel ul li img {
    max-width: 100%;
    max-height: 100%;
}

.layout-page .layout-carousel #top-carousel ul li h3 {
    opacity: 0;
    transition: opacity ease-out .7s;
    margin-top: 10px;
    margin-bottom: 20px;
}

.layout-page .layout-carousel #top-carousel ul li.current h3 {
    opacity: 1;
}

.layout-page .level-info {
    text-align: center;
}

.layout-page .level-info .col {
    max-height: 100%;
    opacity: 0;
}

.layout-page .level-info .col.animation-done {
    opacity: 1;
}

.layout-page .level-info .col h3 {
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 40px;
}

.layout-page .level-info .col img {
    max-width: 40%;
    max-height: 100%;
    display: inline-block;
    transition: all ease-out .7s;
    cursor: pointer;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.layout-page .level-info .col.current img {
    max-width: 100%;
    max-height: 90%;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

.layout-page .level-tabs {
    background-color: #FFF;
    padding-top: 0;
}

.layout-page .level-tabs .navi {
    background-color: #979797;
    color: #FFF;
    padding: 2rem 0 2rem;
    position: relative;
}

.layout-page .level-tabs .navi:before {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    width: 500%;
    height: 100%;
    background-color: inherit;
}

.layout-page .level-tabs .navi .level-tabs-nav ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    margin-right: 5px;
}

.layout-page .level-tabs .navi .level-tabs-nav ul li:nth-child(1) {
    text-align: left;
}

.layout-page .level-tabs .navi .level-tabs-nav ul li:nth-child(2) {
    text-align: center;
}

.layout-page .level-tabs .navi .level-tabs-nav ul li:nth-child(3) {
    text-align: right;
}

.layout-page .level-tabs .navi .level-tabs-nav ul li .iblock {
    display: inline-block;
    max-width: 50%;
    white-space: nowrap;
    cursor: pointer;
    transition: transform ease 0.1s;
}

.layout-page .level-tabs .navi .level-tabs-nav ul li .iblock:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.layout-page .level-tabs .navi .level-tabs-nav ul li .iblock > span {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    max-width: 50%;
}

.layout-page .level-tabs .navi .level-tabs-nav ul li .iblock .img img {
    max-width: 100%;
}

.layout-page .level-tabs .navi .level-tabs-nav ul li .iblock .title {
    text-align: left;
}

.layout-page .level-tabs .navi .level-tabs-nav ul li .iblock .title span {
    display: block;
    line-height: 1;
    text-align: center;
}

.layout-page .level-tabs .navi .level-tabs-nav ul li .iblock .title span:first-child {
    font-size: 3rem;
    font-weight: 600;
}

.layout-page .level-tabs .navi .level-tabs-nav ul li .iblock .title span:last-child {
    font-size: 5.2rem;
    font-weight: 800;
}

.layout-page .level-tabs .navi .level-tabs-nav ul li.active .iblock .title span:last-child {
    color: #000;
}

.layout-page .level-tabs .tabs > ul {
    padding-left: 0;
    margin: 0;
    list-style-type: none;
    padding-bottom: 3rem;
}

.layout-page .level-tabs .tabs ul li > div > div:first-child .row h3 {
    color: #979797;
    font-weight: 600;
    font-size: 2.3rem;
}

.layout-page .level-tabs .tabs ul li > div > .row {
    margin: 2rem 0 1rem;
}

.layout-page .level-tabs .tabs ul li > div > .row > .col-price {
    display: table;
}

.layout-page .level-tabs .tabs ul li > div > .row > .col-price > .row {
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
}

.layout-page .level-tabs .tabs ul li .row table {
    _margin-left: 25%;
    margin-bottom: 0;
    margin-top: 5px;
}

.layout-page .level-tabs .tabs ul li .row table tr td {
    padding: 0.5rem 0;
}

.layout-page .level-tabs .tabs ul li .row table tr:first-child td {
    border-top: none;
}

.layout-page .level-tabs .tabs ul li .row table tr td:nth-child(1) {
    padding-right: 2rem;
}

.layout-page .level-tabs .tabs ul li .row table tr td:nth-child(2) {
    padding-left: 5rem;
}

.layout-page .level-tabs .tabs ul li > div > div:last-child .row h2 {
    font-weight: 600;
}

.layout-page .level-tabs .tabs ul li > div > div:last-child .row h2.price {
    margin-bottom: 3rem;
}

.layout-page .level-tabs .tabs ul li > div > div:last-child .row h2 strong {
    font-size: 1.5em;
}

.layout-page .level-tabs .tabs ul li > div > div:last-child .row h2 span,
.layout-page .level-tabs .tabs ul li > div > div:last-child .row h2 strong {
    color: #00a34a;
}

.layout-page .level-tabs .tabs ul li.active {
    display: block !important;
}

.layout-page .level-tabs .tabs ul li img {
    max-height: 500px;
}

.layout-page .level-tabs .tabs ul li div > small {
    margin-top: 1rem;
    display: block;
}

.layout-page .level-tabs .tabs ul li div > small p {
    font-size: 1.36rem;
    line-height: 1.4;
    display: block;
}

.layout-page [animate],
.layout-page [animation] {
    opacity: 0;
}

.layout-page [animate].animation-done,
.layout-page [animation].animation-done {
    opacity: 1;
}

.layout-page .downImage {
    padding-bottom: 4rem;
    text-align: center;
}

.layout-page .downImage .mask {
    display: inline-block;
    position: relative;
}

.layout-page .downImage .mask:before,
.layout-page .downImage .mask:after {
    content: '';
    position: absolute;
    left: 0;
    width: 66%;
    z-index: 1;
}

.layout-page[facade="2"] .downImage .mask:before {
    top: 0;
    height: 30%;
}

.layout-page[facade="2"] .downImage .mask:after {
    bottom: 12%;
    height: 25%;
}

.layout-page[facade="1"] .downImage .mask:before {
    top: 0;
    height: 30%;
}

.layout-page[facade="1"] .downImage .mask:after {
    top: 31%;
    height: 30%;
}

.layout-page[facade="3"] .downImage .mask:before {
    bottom: 12%;
    height: 25%;
}

.layout-page[facade="3"] .downImage .mask:after {
    top: 31%;
    height: 30%;
}

.layout-page .downImage .mask span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.layout-page .downImage .mask span:before,
.layout-page .downImage .mask span:after {
    content: '';
    position: absolute;
    z-index: 1;
}

.layout-page .downImage .mask span:before {
    top: 88%;
    left: 0;
    width: 66%;
    height: 12%;

}

.layout-page .downImage .mask span:after {
    top: 0;
    right: 0;
    width: 34%;
    height: 100%;
}

.layout-page .downImage .mask:before,
.layout-page .downImage .mask:after,
.layout-page .downImage .mask span:before,
.layout-page .downImage .mask span:after {
    background: #FFF;
    opacity: .5;
    transition: all ease 0.1s;
}

#news #posts {
    margin-top: 3rem;
}

#news #posts article {
    margin-bottom: 1.3rem;
    padding: 1.5rem 2rem;
    background-color: #f5f5f5;
    border-radius: 7px;
}

#news #posts article:nth-child(2n) {
    background-color: #e8e8e8;
}

#news #posts article:last-child {
    margin-bottom: 0;
}

#news #posts article .post-text {
    white-space: pre-line;
}

#news #posts article img {
    max-width: 300px;
    margin: 5px;
}

#news #posts article img:first-child {
    margin-left: 0px;
}

#news #posts article img:last-child {
    margin-right: 0px;
}

.site-footer {
    font-family: "Roboto";
    font-weight: 300;
    _font-size: 1.5rem;
}

.site-footer ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

.site-footer ul li a {
    color: #333;
}

.site-footer ul li a.current,
.site-footer ul li a:hover {
    text-decoration: underline;
}

.site-footer .col {
    padding: 140px 0 0;
}

.site-footer .col:nth-child(1),
.site-footer .col:nth-child(2) {
    line-height: 2.3;
}

.site-footer .col:nth-child(2) p {
    margin: 0;
}

.site-footer .col:nth-child(2) p a {
    color: inhreit;
}

.site-footer .col .soc {
    margin-top: 2rem;
}

.site-footer .col .soc li {
    float: left;
    margin-left: 1rem;
}

.site-footer .col .soc li:first-child {
    margin-left: 0;
}

.site-footer .col .soc li a:hover {
    opacity: .75;
}

.site-footer .map {
    text-align: right;
}

.site-footer .map iframe,
.site-footer .map #map {
    max-width: 100%;
    max-height: 100%;
}

@media (min-width: 2000px) {
    .container {
        width: 1600px;
    }

    body {
        font-size: 21px;
    }

    .h1, h1 {
        font-size: 55px;
    }

    .h2, h2 {
        font-size: 36px;
    }

    .h3, h3 {
        font-size: 35px;
    }

    .section-2 ul {
        max-width: 600px;
    }

    .section-3 .section-content {
        max-width: 625px;
    }

    .section-4 .section-content ul li h3 {
        max-width: 300px;
    }

    .section-7 {
        background-position: -30% 110%;
        padding: 100px 0 270px;
    }
}

@media (min-width: 1600px) and (max-width: 1999px) {
    body {
        font-size: 15px;
    }

    .h1, h1 {
        font-size: 30px;
    }

    .h2, h2 {
        font-size: 25px;
    }

    .h3, h3 {
        font-size: 22px;
    }

    .section-7 {
        background-position: -370px -180px;
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    body {
        font-size: 14px;
    }

    .h1, h1 {
        font-size: 26px;
    }

    .h2, h2 {
        font-size: 21px;
    }

    .h3, h3 {
        font-size: 19px;
    }

    .section-3 {
        padding: 15% 0;
    }

    .section-4 .section-content ul li .img img {
        max-width: 170px;
    }

    .section-7 {
        background-position: -470px -180px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    body {
        font-size: 14px;
    }

    .h1, h1 {
        font-size: 26px;
    }

    .h2, h2 {
        font-size: 21px;
    }

    .h3, h3 {
        font-size: 19px;
    }

    .section-3 {
        padding: 15% 0;
    }

    .section-4 .section-content ul li .img img {
        max-width: 140px;
    }

    .section-7 {
        background-position: -580px -120px;
        background-size: auto 110%;
    }

    .section-8 .section-content ul li .text > .inline-block {
        padding: 0 5rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body {
        font-size: 13px;
    }

    .h1, h1 {
        font-size: 23px;
    }

    .h2, h2 {
        font-size: 19px;
    }

    .h3, h3 {
        font-size: 17px;
    }

    .site-header .logo {
        text-align: center;
    }

    .site-header .main-navigation ul {
        display: inline-block;
        margin: 0;
    }

    .section-2 .section-content .column {
        text-align: center;
    }

    .section-2 ul {
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }

    .section-3 {
        padding: 22% 0;
        background-position: 280px center;
    }

    .section-3 .section-content {
        max-width: 420px;
    }

    .section-4 .section-content ul li .img img {
        max-width: 140px;
    }

    .section-6 .section-content {
        text-align: center;
    }

    .section-6 .section-content > div .col {
        max-width: 51%;
        padding: 0;
        display: inline-block;
        float: none;
        clear: both;
        text-align: left
    }

    .section-7 {
        background-position: -655px -120px;
        background-size: auto 110%;
    }

    .section-7 .section-content {
        width: 400px;
    }

    .section-8 .section-content ul li {
        margin-bottom: 3rem;
    }

    .section-8 .section-content ul li {
        text-align: center;
    }

    .section-8 .section-content ul li .text,
    .section-8 .section-content ul li .img {
        max-width: 50%;
        display: inline-block;
        text-align: left;
        float: none;
    }

    .section-8 .section-content ul li .text > .inline-block {
        padding: 0;
    }

    .section-8 .section-content ul li .text > .inline-block h3 {
        margin: 1.5rem 0 1rem;
    }

    .section-9 ul li {
        margin-bottom: 5rem;
    }

    .section-9 ul li img {
        width: auto;
    }

    .layout-page .level-tabs .navi {
        padding: 3rem 0;
    }

    .layout-page .level-tabs .navi .level-tabs-nav ul li {
        text-align: left !important;
    }

    .layout-page .level-tabs .navi .level-tabs-nav ul li .iblock > span {
        width: 90%;
        max-width: 90%;
    }

    .site-footer {
        padding-bottom: 3rem;
    }

    .site-footer,
    .site-footer .map {
        text-align: center;
    }

    .site-footer .col {
        padding: 10px 0;
    }

    .site-footer .col .soc {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 13px;
    }

    .h1, h1 {
        font-size: 20px;
    }

    .h2, h2 {
        font-size: 17px;
    }

    .h3, h3 {
        font-size: 15px;
    }

    .site-header .main-navigation {
        background-color: transparent;
        border: none;
        text-align: center;
        margin: 0;
        padding-top: 15px;
    }

    .navbar-collapse ul li {
        margin: 0.3rem 0 !important;
    }

    .navbar-inverse .navbar-toggle:focus,
    .navbar-inverse .navbar-toggle:hover {
        background-color: #f7fffb;
    }

    .site-header .logo {
        text-align: center;
    }

    .site-header .main-navigation ul {
        display: inline-block;
        margin: 0;
    }

    .section-1 .img .wrapper {
        max-width: 100%;
    }

    .section-2 .section-content .column {
        text-align: center;
    }

    .section-2 ul {
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }

    .section-3 {
        padding: 22% 0;
        background-position: 280px center;
    }

    .section-3 .section-content {
        max-width: 420px;
    }

    .section-4 .section-content ul li {
        width: 50%;
    }

    .section-4 .section-content ul li .img img {
        max-width: 140px;
    }

    .section-5 ul li > div.wrapper .details .square {
        margin-top: 0;
        margin-bottom: 0 !important;
    }

    .section-5 ul li > div.wrapper .details .remaining {
        margin: 0.2rem 0;
    }

    .section-5 ul li > div.wrapper .details .pricetag {
        margin-top: 0.7rem;
    }

    .section-5 ul li > div.wrapper img.light {
        left: auto !important;
        top: auto !important;
        right: 0;
        bottom: 135%;
    }

    .section-6 .section-content {
        text-align: center;
    }

    .section-6 .section-content > div .col {
        max-width: 51%;
        padding: 0;
        display: inline-block;
        float: none;
        clear: both;
        text-align: left;
        height: auto !important;
    }

    .section-6 .section-content > div img {
        height: auto;
        margin: 1rem 0;
    }

    .section-6 .section-content > h2 p {
        font-size: 80%;
    }

    .section-7 {
        background-position: -600px -40px;
        background-size: auto 95%;
    }

    .section-7:before {
        width: 600%;
    }

    .section-7 .section-content {
        width: 300px;
    }

    .section-8 .section-content ul li {
        margin-bottom: 3rem;
    }

    .section-8 .section-content ul li {
        text-align: center;
    }

    .section-8 .section-content ul li .text,
    .section-8 .section-content ul li .img {
        max-width: 50%;
        display: inline-block;
        text-align: left;
        float: none;
    }

    .section-8 .section-content ul li .text > .inline-block {
        padding: 0;
    }

    .section-8 .section-content ul li .text > .inline-block h3 {
        margin: 1.5rem 0 1rem;
    }

    .section-9 ul li {
        margin-bottom: 5rem;
    }

    .section-9 ul li img {
        width: auto;
    }

    .layout-page .layout-carousel #top-carousel {
        padding: 0;
    }

    .layout-page .level-tabs .navi {
        padding: 3rem 0;
    }

    .layout-page .level-tabs .navi .level-tabs-nav ul li {
        text-align: center !important;
        margin-bottom: 2rem;
    }

    .layout-page .level-tabs .navi .level-tabs-nav ul li:last-child {
        margin-bottom: 0;
    }

    .layout-page .level-tabs .navi .level-tabs-nav ul li .iblock > span {
        width: 50%;
        max-width: 50%;
    }

    .site-footer {
        padding-bottom: 3rem;
    }

    .site-footer,
    .site-footer .map {
        text-align: center;
    }

    .site-footer .col {
        padding: 10px 0;
    }

    .site-footer .col .soc {
        display: inline-block;
    }
}

@media (min-width: 640px) and (max-width: 767px) {
    .container {
        width: 620px;
    }

    .layout-page .level-tabs .navi .level-tabs-nav ul li .iblock .title span:first-child {
        font-size: 4rem;
    }

    .layout-page .level-tabs .navi .level-tabs-nav ul li .iblock .title span:last-child {
        font-size: 7rem;
        margin-top: 2rem;
    }
}

@media (min-width: 480px) and (max-width: 639px) {
    .container {
        width: 460px;
    }

    body {
        font-size: 12px;
    }

    .h1, h1 {
        font-size: 20px;
    }

    .h2, h2 {
        font-size: 17px;
    }

    .h3, h3 {
        font-size: 15px;
    }

    .section-3 {
        padding: 20rem 0 10rem;
        background-position: 151px center;
        background-size: auto 68%;
    }

    .section-3 .section-content {
        max-width: 290px;
    }

    .section-7 {
        background-position: -660px -40px;
        background-size: auto 95%;
    }

    .layout-page .level-tabs .navi .level-tabs-nav ul li .iblock .title span:first-child {
        font-size: 4rem;
    }

    .layout-page .level-tabs .navi .level-tabs-nav ul li .iblock .title span:last-child {
        font-size: 6rem;
    }
}

@media (max-width: 479px) {
    .container {
        width: 300px;
    }

    body {
        font-size: 12px;
    }

    .h1, h1 {
        font-size: 20px;
    }

    .h2, h2 {
        font-size: 16px;
    }

    .h3, h3 {
        font-size: 15px;
    }

    .section-1 .img {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }

    .section-1 .house .house-num {
        font-size: 1.5vh;
        top: 15%;
    }

    .section-3 {
        padding: 20rem 0 4rem;
        background-position: 65px 25px;
        background-size: auto 68%;
    }

    .section-3 .section-content {
        max-width: 290px;
    }

    .section-4 .section-content ul li .img img {
        max-width: 99%;
    }

    .section-5 ul li > div.wrapper .details {
        top: auto;
        bottom: 115%;
    }

    .section-6 .section-content > div .col {
        max-width: 100%;
    }

    .section-7 {
        background-position: -460px 185px;
        background-size: auto 74%;
        padding: 50px 0 380px;
    }

    .section-8 .section-content ul li .text, .section-8 .section-content ul li .img {
        max-width: 75%;
    }

    .layout-page .level-tabs .navi .level-tabs-nav ul li .iblock .title span:first-child {
        font-size: 2.5rem;
    }

    .layout-page .level-tabs .navi .level-tabs-nav ul li .iblock .title span:last-child {
        font-size: 4rem;
    }
}