/*!  HappyHouse(1.2). (C) June 2018 Anna Begas. */


/* Welcome to Compass.
* In this file you should write your main styles. (or centralize your imports)
* Import this file using the following HTML or equivalent:
* <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */


/* line 5, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}


/* line 22, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */

html {
    line-height: 1;
}


/* line 24, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */

ol,
ul {
    list-style: none;
}


/* line 26, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* line 28, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}


/* line 30, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */

q,
blockquote {
    quotes: none;
}


/* line 103, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}


/* line 32, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */

a img {
    border: none;
}


/* line 116, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

@font-face {
    font-family: "GothaPro";
    src: url("../fonts/GothaPro.otf") format("opentype");
}

@font-face {
    font-family: "GothaProBol";
    src: url("../fonts/GothaProBol.otf") format("opentype");
}

@font-face {
    font-family: "GothaProLig";
    src: url("../fonts/GothaProLig.otf") format("opentype");
}

@font-face {
    font-family: "GothaProMed";
    src: url("../fonts/GothaProMed.otf") format("opentype");
}

@font-face {
    font-family: "Roboto-Bold";
    src: url("../fonts/Roboto-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto-Light";
    src: url("../fonts/Roboto-Light.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto-Medium";
    src: url("../fonts/Roboto-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto-Regular";
    src: url("../fonts/Roboto-Regular.ttf") format("truetype");
}


/* ====================================*/


/*! Open Menu HappyHouse(1.2). (C) June 2018 Anna Begas. */


/* ==================================== */


/* line 5, ../sass/_menu.scss */

.overlay-navigation {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/wp-content/themes/happy-house/assets/img/menu_bg.jpg");
    background-size: cover;
    display: none;
    opacity: 0;
}


/* line 18, ../sass/_menu.scss */

nav,
nav>ul {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}


/* line 26, ../sass/_menu.scss */

nav>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}


/* line 33, ../sass/_menu.scss */

.main_name {
    width: 100%;
    text-align: center;
    font-size: 34px;
    font-family: "GothaProLig";
    padding-bottom: 16px;
    background: rgba(255, 255, 255, 0.8);
    position: relative;
}


/* line 41, ../sass/_menu.scss */

.main_name .line_grey {
    background: #f0f0f0;
    padding: 10px 0;
    margin-bottom: 16px;
}


/* line 46, ../sass/_menu.scss */

.main_name .line_fanny {
    margin: 0;
}


/* line 49, ../sass/_menu.scss */

.main_name span {
    display: inline-block;
    margin: 0 20px;
}


/* line 55, ../sass/_menu.scss */

.menu_line {
    vertical-align: middle;
    width: 0;
    transition: 1s;
}


/* line 60, ../sass/_menu.scss */

.menu_line.open {
    width: 90px;
    transition: 1s;
}


/* line 64, ../sass/_menu.scss */

nav .main_name {
    position: absolute;
    z-index: 2;
    top: 70px;
    opacity: 0;
    transition: 0.4s;
}


/* line 71, ../sass/_menu.scss */

.nav_item {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 12px;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    display: none;
}


/* line 88, ../sass/_menu.scss */

.nav_item li {
    font-family: "GothaPro";
    color: #000000;
    line-height: 2.5;
    opacity: 0;
}


/* line 96, ../sass/_menu.scss */

.nav_name {
    margin: 190px 0 30px;
    color: #ed1c24;
    font-size: 24px;
    font-family: "GothaPro";
    text-decoration: none;
    display: block;
    opacity: 0;
}


/* line 105, ../sass/_menu.scss */

.nav_item {
    background-color: rgba(255, 255, 255, 0.7);
    position: relative;
}


/* line 109, ../sass/_menu.scss */

.nav_logo {
    position: absolute;
    top: 0px;
    left: -100%;
    padding: 10px;
    max-width: 100%;
    transition: 0.4s;
}


/* line 116, ../sass/_menu.scss */

.nav_logo img {
    width: 100%;
}


/* line 120, ../sass/_menu.scss */

.close_btn {
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 0;
    transition: 0.4s;
    cursor: pointer;
}


/* line 130, ../sass/_menu.scss */

.overlay-active nav .main_name {
    opacity: 1;
    transition: 0.4s;
}


/* line 134, ../sass/_menu.scss */

.overlay-active .nav_logo {
    left: 0px;
}


/* line 137, ../sass/_menu.scss */

.overlay-active .close_btn {
    opacity: 1;
    transition: 0.4s;
}


/* line 141, ../sass/_menu.scss */

.overlay-active .nav_item li a:hover {
    color: #ed1c24;
}


/* ====================================
Burger king
==================================== */


/* line 151, ../sass/_menu.scss */

.open-overlay {
    position: fixed;
    z-index: 100;
    cursor: pointer;
}


/* ====================================
Animation keyframes
==================================== */

@media (max-width: 640px) {
    /* line 165, ../sass/_menu.scss */
    nav>ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
    }
    /* line 173, ../sass/_menu.scss */
    .overlay-navigation {
        overflow: auto;
    }
    /* line 176, ../sass/_menu.scss */
    nav {
        height: auto;
    }
    /* line 180, ../sass/_menu.scss */
    nav .main_name {
        padding: 10px 0;
    }
    /* line 183, ../sass/_menu.scss */
    .nav_item {
        padding: 10px 20px;
    }
    /* line 185, ../sass/_menu.scss */
    .nav_item:nth-child(1) {
        padding-top: 114px;
    }
    /* line 189, ../sass/_menu.scss */
    nav ul .nav_item a {
        font-size: 14px;
    }
    /* line 192, ../sass/_menu.scss */
    nav .nav_item a:after {
        font-size: 0.6rem;
        bottom: -25px;
    }
    /* line 196, ../sass/_menu.scss */
    nav .nav_item a:hover:after {
        transform: translateY(0);
    }
    /* line 199, ../sass/_menu.scss */
    .nav_logo {
        background: rgba(255, 255, 255, 0.8);
        top: -4px;
    }
    /* line 203, ../sass/_menu.scss */
    .nav_name {
        margin: 10px 0 10px;
    }
    /* line 206, ../sass/_menu.scss */
    .close_btn {
        top: 5px;
        right: 0px;
    }
}


/** VARIABLES
===================================*/


/** RESET AND LAYOUT
===================================*/


/* line 5, ../sass/_slider.scss */

.bx-wrapper {
    position: relative;
    margin-bottom: 60px;
    padding: 0 1px;
    *zoom: 1;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    height: 100%;
    margin: 0 auto;
}


/* line 15, ../sass/_slider.scss */

.bx-wrapper img {
    max-width: 100%;
    display: block;
    min-height: 100%;
}


/* line 20, ../sass/_slider.scss */

.bxslider {
    margin: 0;
    padding: 0;
}


/* line 24, ../sass/_slider.scss */

ul.bxslider {
    list-style: none;
}


/* line 27, ../sass/_slider.scss */

.bx-viewport {
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
}


/** THEME
===================================*/


/* line 34, ../sass/_slider.scss */

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}


/* DIRECTION CONTROLS (NEXT / PREV) */


/* line 41, ../sass/_slider.scss */

.bx-wrapper .bx-prev {
    left: 70px;
}


/* line 44, ../sass/_slider.scss */

.bx-wrapper .bx-next {
    right: 70px;
}


/* line 47, ../sass/_slider.scss */

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
    background: rgba(255, 255, 255, 0.8);
    transition: 0.36s;
    -webkit-transition: 0.36s;
}


/* line 52, ../sass/_slider.scss */

.bx-wrapper .bx-prev svg,
.bx-wrapper .bx-next svg {
    fill: red;
}


/* line 56, ../sass/_slider.scss */

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover {
    background: rgba(238, 28, 37, 0.8);
}


/* line 59, ../sass/_slider.scss */

.bx-wrapper .bx-prev:hover svg,
.bx-wrapper .bx-next:hover svg {
    fill: #fff;
}


/* line 63, ../sass/_slider.scss */

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    outline: 0;
    width: 50px;
    height: 50px;
    z-index: 2;
    padding: 16px;
    border-radius: 100%;
}


/* line 74, ../sass/_slider.scss */

.bx-wrapper .bx-controls-direction a svg {
    width: 100%;
    height: 100%;
    max-width: 18px;
    max-height: 18px;
}


/* line 80, ../sass/_slider.scss */

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}


/* AUTO CONTROLS (START / STOP) */


/* line 84, ../sass/_slider.scss */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}


/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */


/* line 88, ../sass/_slider.scss */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}


/* line 92, ../sass/_slider.scss */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}


/* IMAGE CAPTIONS */


/* line 97, ../sass/_slider.scss */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 60px;
    text-align: center;
    line-height: 1.4;
    background: rgba(255, 255, 255, 0.8);
    opacity: 0.85;
    pointer-events: none;
}


/* line 109, ../sass/_slider.scss */

.bx-wrapper .bx-caption span {
    display: block;
    font-size: .85em;
    padding: 10px;
    color: #000;
}


/* line 115, ../sass/_slider.scss */

.slider__item {
    position: relative;
}


/* line 118, ../sass/_slider.scss */

.slider__caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 24px 0;
    font-size: 13px;
    font-family: inherit;
    color: white;
}


/* line 11, ../sass/style.scss */

body {
    font-family: "GothaPro";
    color: #000000;
    letter-spacing: 1px;
    font-size: 14px;
}


/* line 17, ../sass/style.scss */

* {
    box-sizing: border-box;
}


/* line 20, ../sass/style.scss */

a {
    color: inherit;
    text-decoration: none;
}


/* line 24, ../sass/style.scss */

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


/* line 28, ../sass/style.scss */

.flex {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}


/* line 31, ../sass/style.scss */

.wrapper {
    width: 100%;
    max-width: 1306px;
    margin: 0 auto;
    padding: 0 20px;
}


/* line 37, ../sass/style.scss */

.big_letter {
    font-size: 1.2rem;
    font-family: "GothaProBol";
}


/* line 41, ../sass/style.scss */

.top-menu {
    width: 100%;
    padding: 6px 0;
    background: rgba(255, 255, 255, 0.85);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 51;
}


/* line 50, ../sass/style.scss */

.top-menu__item {
    margin: 0 10px;
}


/* line 53, ../sass/style.scss */

.top-menu__logo {
    width: 230px;
}


/* line 55, ../sass/style.scss */

.top-menu__logo img {
    width: 100%;
    height: auto;
}


/* line 60, ../sass/style.scss */

.top-menu__link {
    display: block;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    margin: 0 4px;
}


/* line 67, ../sass/style.scss */

.top-menu__link svg,
.top-menu__link img {
    width: 100%;
    max-width: 30px;
    height: auto;
    max-height: 20px;
    min-width: 24px;
}


/* line 75, ../sass/style.scss */

.top-menu__item {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    white-space: nowrap;
}


/* line 79, ../sass/style.scss */

.menu__link {
    height: 46px;
    padding: 10px;
    background: #ed1c24;
    position: relative;
    flex-direction: column;
    cursor: pointer;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    color: white;
    border-radius: 4px;
}


/* line 90, ../sass/style.scss */

.menu__link .menu_line {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    margin: 0;
}


/* line 103, ../sass/style.scss */

.menu__link:hover .menu_line:nth-child(2) {
    margin-left: -6px;
}


/* line 106, ../sass/style.scss */

.menu__link:hover .menu_line:nth-child(3) {
    margin-left: 6px;
}


/* line 110, ../sass/style.scss */

.menu__link::before {
    border-top-color: #ed1c24;
}


/* line 113, ../sass/style.scss */

.content_subname {
    font-size: 36px;
    font-family: "GothaPro";
}


/* line 117, ../sass/style.scss */

.phone_icon {
    margin-right: 2px;
}


/* line 120, ../sass/style.scss */

.lang_list {
    max-height: 22px;
    overflow: hidden;
    transition: 0.7s;
    -webkit-transition: 0.7s;
}


/* line 126, ../sass/style.scss */

.lang_item {
    cursor: pointer;
    transition: 0.7s;
    -webkit-transition: 0.7s;
    line-height: 1.5;
    margin-left: 4px;
}

.lang_item a {
    position: relative;
    display: block;
}

.border_full {
    position: relative;
    display: inline-block;
    /* padding-bottom: 4px; */
}

.lang_item a:after,
.border_full:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 0%;
    height: 2px;
    background-color: #ed1c24;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.lang_item:hover a:after {
    width: 100%;
}

.border_full:after {
    bottom: -3px;
}

.top-menu__item:hover .border_full::after {
    width: 100%;
}


/* line 133, ../sass/style.scss */

.lang_list_active {
    max-height: 60px;
    height: auto;
}


/* line 140, ../sass/style.scss */

.one {
    height: 100vh;
    position: relative;
    margin-bottom: 20px;
    display: flex;
}


/* line 145, ../sass/style.scss */

.gallery__item {
    height: 100vh;
}

.gitem__main {
    background: url("/wp-content/themes/happy-house/assets/img/gallery/HAPPY_HOUSE_VIEW_03_FINAL.jpg") center no-repeat;
    background-size: cover;
}

.gitem__new {
    background: url("/wp-content/themes/happy-house/assets/img/gallery/galnew.jpg") center no-repeat;
    background-size: cover;
}

.gitem__0 {
    background: url("/wp-content/themes/happy-house/assets/img/gallery/gal0.jpg") center no-repeat;
    background-size: cover;
}

.gitem__1 {
    background: url("/wp-content/themes/happy-house/assets/img/gallery/gal1.jpg") center no-repeat;
    background-size: cover;
}

.gitem__16 {
    background: url("/wp-content/themes/happy-house/assets/img/gallery/16.jpg") center no-repeat;
    background-size: cover;
}

.gitem__17 {
    background: url("/wp-content/themes/happy-house/assets/img/gallery/17.jpg") center no-repeat;
    background-size: cover;
}

.gitem__18 {
    background: url("/wp-content/themes/happy-house/assets/img/gallery/18.jpg") center no-repeat;
    background-size: cover;
}

.gitem__19 {
    background: url("/wp-content/themes/happy-house/assets/img/gallery/19.jpg") center no-repeat;
    background-size: cover;
}

.gitem__20 {
    background: url("/wp-content/themes/happy-house/assets/img/gallery/20.jpg") center no-repeat;
    background-size: cover;
}

.gitem__21 {
    background: url("/wp-content/themes/happy-house/assets/img/gallery/21.jpg") center no-repeat;
    background-size: cover;
}

.gitem__22 {
    background: url("/wp-content/themes/happy-house/assets/img/gallery/22.jpg") center no-repeat;
    background-size: cover;
}

.gitem__23 {
    background: url("/wp-content/themes/happy-house/assets/img/gallery/23.jpg") center no-repeat;
    background-size: cover;
}

.gitem__24 {
    background: url("/wp-content/themes/happy-house/assets/img/gallery/24.jpg") center no-repeat;
    background-size: cover;
}

.gitem__25 {
    background: url("/wp-content/themes/happy-house/assets/img/gallery/25.jpg") center no-repeat;
    background-size: cover;
}

.gitem__26 {
    background: url("/wp-content/themes/happy-house/assets/img/gallery/26.jpg") center no-repeat;
    background-size: cover;
}

.gitem__27 {
    background: url("/wp-content/themes/happy-house/assets/img/gallery/27.jpg") center no-repeat;
    background-size: cover;
}

.gitem__28 {
    background: url("/wp-content/themes/happy-house/assets/img/gallery/28.jpg") center no-repeat;
    background-size: cover;
}

.gitem__29 {
    background: url("/wp-content/themes/happy-house/assets/img/gallery/29.jpg") center no-repeat;
    background-size: cover;
}

.gitem__30 {
    background: url("/wp-content/themes/happy-house/assets/img/gallery/30.jpg") center no-repeat;
    background-size: cover;
}


/* line 152, ../sass/style.scss */

.gitem__2 {
    background: url("/wp-content/themes/happy-house/assets/img/gallery/gal2.jpg") center no-repeat;
    background-size: cover;
}


/* line 156, ../sass/style.scss */

.gitem__3 {
    background: url("/wp-content/themes/happy-house/assets/img/gallery/gal3.jpg") center no-repeat;
    background-size: cover;
}


/* line 160, ../sass/style.scss */

.gitem__4 {
    background: url("/wp-content/themes/happy-house/assets/img/gallery/gal4.jpg") center no-repeat;
    background-size: cover;
}


/* line 164, ../sass/style.scss */

.gitem__6 {
    background: url("/wp-content/themes/happy-house/assets/img/gallery/gal6.jpg") center no-repeat;
    background-size: cover;
}


/* line 169, ../sass/style.scss */

.one__box {
    font-size: 48px;
    font-family: "GothaProLig";
    position: absolute;
    /*bottom: 60px;*/
    bottom: 0;
    width: 100%;
    /* background: rgba(0, 0, 0, 0.25); */
    text-align: center;
    padding: 50px 40px 35px;
    line-height: 1.3;
    color: #ffffff;
}

.one__box p {
    display: none;
}


/* line 181, ../sass/style.scss */

.arrow_down {
    width: 12px;
    margin: 30px auto;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}


/* Scroll down indicator (bouncing) */

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateX(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-moz-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}


/* line 231, ../sass/style.scss */

.one__line {
    width: 100%;
    background: #f0f0f0;
    position: absolute;
    bottom: 0;
}


/* line 237, ../sass/style.scss */

.line_fanny {
    background: url("/wp-content/themes/happy-house/assets/img/pattern_grey.png");
    height: 36px;
    background-size: auto 100%;
    -moz-animation: content_custom8 50s infinite linear;
    -o-animation: fanny 50s infinite linear;
    -webkit-animation: fanny 50s infinite linear;
    animation: fanny 50s infinite linear;
    margin: 18px 0;
}

@-moz-keyframes fanny {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 0;
    }
}

@-webkit-keyframes fanny {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 0;
    }
}

@keyframes fanny {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 0;
    }
}


/* line 258, ../sass/style.scss */

.main .wrapper {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: flex-start;
    -webkit-align-items: flex-start;
}


/* line 264, ../sass/style.scss */

.block_double,
.block_single {
    width: 41%;
    /* width: 41%; */
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}


/* line 271, ../sass/style.scss */

.block_single {
    width: 100%;
}


/* line 274, ../sass/style.scss */

.block__name {
    font-size: 32px;
    font-family: "GothaProLig";
    padding: 20px 0px 0px;
    text-align: left;
    white-space: nowrap;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    background: #fff;
}


/* line 284, ../sass/style.scss */

.icon_smile {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 24px;
    right: 30px;
    display: none;
}


/* line 291, ../sass/style.scss */

.icon_line_box {
    width: 88px;
    height: 40px;
    overflow: hidden;
}


/* line 296, ../sass/style.scss */

.icon_line {
    height: 40px;
    width: 88px;
    stroke-dashoffset: 100;
    stroke-dasharray: 100;
    transition: 0.8s;
    -webkit-transition: 0.8s;
}


/* line 304, ../sass/style.scss */

.line_active {
    stroke-dasharray: 118;
}


/* line 309, ../sass/style.scss */

figcaption {
    font-family: "GothaPro";
    font-size: 14px;
}


/* line 313, ../sass/style.scss */

.main figcaption {
    width: 100%;
    background: #fff;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}


/* line 318, ../sass/style.scss */

.block_prev {
    padding: 0px 20px 0px;
    line-height: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    position: relative;
    transition: 0.7s;
    -webkit-transition: 0.7s;
}


/* line 329, ../sass/style.scss */

.block_prev:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #ccc;
}


/* line 339, ../sass/style.scss */

.link_round {
    display: block;
    text-align: center;
}


/* line 342, ../sass/style.scss */

.link_round p {
    text-transform: uppercase;
    color: #ed1c24;
    font-size: 10px;
    padding-top: 4px;
    font-family: "GothaPro";
    line-height: 1.5;
}


/* line 351, ../sass/style.scss */

.block_img {
    height: 230px;
    margin-bottom: 20px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


/* line 358, ../sass/style.scss */

.block__info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 90px;
    padding: 20px;
    line-height: 1.8;
    background: #2b328c;
    text-align: center;
}


/* line 369, ../sass/style.scss */

.block__number {
    position: absolute;
    font-size: 42px;
    font-family: "GothaProLig";
    top: 0;
    left: -50px;
    padding: 40px 60px 40px 80px;
    z-index: 1;
}


/* line 377, ../sass/style.scss */

.block__number:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: skewX(40deg);
    -webkit-transform: skewX(40deg);
    background: #ed1c24;
    z-index: -1;
}

.block_img>img {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    /* transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); */
    top: 0px;
    left: 0;
    height: 400px;
    /* height: 450px; */
    /* width: 595px; */
}


/* line 395, ../sass/style.scss */

.block_about .block_img {
    /* background: url("/wp-content/themes/happy-house/assets/img/proj_bg.jpg") center no-repeat; */
    /* background-size: cover; */
    position: relative;
}


/* line 401, ../sass/style.scss */

.block_location .block_img {
    /* background: url("/wp-content/themes/happy-house/assets/img/locat_bg.jpg") center no-repeat; */
    /* background-size: cover; */
    position: relative;
}


/* line 407, ../sass/style.scss */

.block_genplan .block_img {
    height: 290px;
    position: relative;
    /* background: url("/wp-content/themes/happy-house/assets/img/plan_bg.jpg") center no-repeat; */
    /* background-position-x: 100%; */
    /* transition: 2s; */
    /* -webkit-transition: 2s; */
}


/* line 414, ../sass/style.scss */

.block_genplan .block_img_active {
    /* background-position-x: 0%; */
}


/* line 419, ../sass/style.scss */

.block_single .link_round {
    width: 90px;
    height: 90px;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    right: 20px;
    bottom: 32px;
    padding-top: 14px;
}


/* line 433, ../sass/style.scss */

.block_hub .block_img {
    position: relative;
    /* background: url("/wp-content/themes/happy-house/assets/img/mama_bg.jpg") center no-repeat; */
    /* background-size: cover; */
}


/* line 439, ../sass/style.scss */

.block_infra .block_img {
    /* background: url("/wp-content/themes/happy-house/assets/img/infra_bg.jpg") center no-repeat; */
    background-size: cover;
}


/* line 445, ../sass/style.scss */

.block_double .bx-wrapper .bx-caption {
    bottom: 0;
    text-align: left;
    padding-right: 90px;
}


/* line 450, ../sass/style.scss */

.block_double .bx-controls-direction {
    position: absolute;
    left: auto;
    right: 14px;
    bottom: 4px;
}


/* line 456, ../sass/style.scss */

.block_double .bx-controls-direction a {
    width: 32px;
    height: 32px;
    top: auto;
    bottom: 10px;
    padding: 10px;
}


/* line 463, ../sass/style.scss */

.block_double .bx-wrapper .bx-next {
    right: 0px;
}


/* line 466, ../sass/style.scss */

.block_double .bx-wrapper .bx-prev {
    left: auto;
    right: 45px;
}


/* line 473, ../sass/style.scss */

.block_gallery .block_img {
    height: 320px;
    overflow: hidden;
}


/* line 478, ../sass/style.scss */

.block_gallery .bx-wrapper img {
    max-width: 100%;
    display: block;
    width: 100%;
}


/* line 483, ../sass/style.scss */

.block_gallery .bx-controls-direction {
    position: absolute;
    left: 20px;
    bottom: 20px;
}


/* line 488, ../sass/style.scss */

.block_gallery .bx-wrapper .bx-prev {
    left: 0px;
}


/* line 491, ../sass/style.scss */

.block_gallery .bx-wrapper .bx-next {
    left: 50px;
}


/* line 494, ../sass/style.scss */

.block_gallery .bx-wrapper .bx-controls-direction a {
    width: 32px;
    height: 32px;
    padding: 10px;
    margin-top: -32px;
}


/* line 500, ../sass/style.scss */

.block_gallery .link_round {
    padding-top: 10px;
}


/* line 509, ../sass/style.scss */

.double_slider_item {
    height: 230px;
}


/* line 516, ../sass/style.scss */

.block_advantages .block_img {
    height: 320px;
}


/* line 519, ../sass/style.scss */

.block_advantages .bx-wrapper img {
    width: 100%;
}


/* line 522, ../sass/style.scss */

.block_advantages .bx-controls-direction {
    position: absolute;
    left: 20px;
    bottom: 20px;
}


/* line 527, ../sass/style.scss */

.block_advantages .bx-wrapper .bx-prev {
    left: 0px;
}


/* line 530, ../sass/style.scss */

.block_advantages .bx-wrapper .bx-next {
    left: 50px;
}


/* line 533, ../sass/style.scss */

.block_advantages .bx-wrapper .bx-controls-direction a {
    width: 32px;
    height: 32px;
    padding: 10px;
    margin-top: -32px;
}


/* line 539, ../sass/style.scss */

.block_advantages .block_prev {
    background: #fff;
    position: absolute;
    left: 0px;
    top: 140px;
    width: 320px;
    padding: 20px;
    overflow: visible;
    -webkit-line-clamp: inherit;
    font-family: "GothaPro";
    font-size: 14px;
}


/* line 551, ../sass/style.scss */

.block_advantages .bx-wrapper .bx-caption {
    top: 40px;
    padding: 20px;
    font-size: 16px;
    bottom: auto;
    width: 32%;
    min-height: 110px;
    text-align: left;
    line-height: 1.8;
    background: rgba(255, 255, 255, 0.9);
}


/* line 564, ../sass/style.scss */

.block_flats .block_img {
    height: 320px;
    /* background: url("/wp-content/themes/happy-house/assets/img/flat_bg.jpg") center no-repeat;
  background-size: cover; */
    position: relative;
}


/* line 570, ../sass/style.scss */

.block_flats figcaption {
    position: absolute;
    width: 330px;
    height: 100%;
    top: 0;
    right: 0;
    flex-direction: column;
    justify-content: space-around;
    -webkit-flex-direction: column;
    -webkit-justify-content: space-around;
    padding: 20px;
}


/* line 583, ../sass/style.scss */

.link_keys {
    background: #ed1c24;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    border-radius: 4px;
    padding: 16px;
    width: 100%;
    align-items: center;
}


/* line 595, ../sass/style.scss */

.block_commerc .block_img {
    /* background: url("/wp-content/themes/happy-house/assets/img/commerc_bg.jpg") center no-repeat; */
    /* background-size: cover; */
    position: relative;
}


/* line 601, ../sass/style.scss */

.block_atmosfera .block_img {
    position: relative;
    /* background: url("/wp-content/themes/happy-house/assets/img/sfera_bg.jpg") center no-repeat; */
    /* background-size: cover; */
}


/* line 607, ../sass/style.scss */

.block_building .block_img {
    position: relative;
    /* background: url("/wp-content/themes/happy-house/assets/img/build_bg.jpg") center no-repeat; */
    /* background-size: cover; */
}


/* line 613, ../sass/style.scss */

.block_developer .block_img {
    background: url("/wp-content/themes/happy-house/assets/img/develop_bg.jpg") center no-repeat;
    background-size: cover;
}


/* line 618, ../sass/style.scss */

.develop__img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}


/* line 632, ../sass/style.scss */

.block_day .block_img {
    height: 320px;
    background: url("/wp-content/themes/happy-house/assets/img/day_bg.jpg") no-repeat;
    background-size: cover;
    position: relative;
    background-position-y: 90%;
    transition: 2s;
    -webkit-transition: 2s;
}


/* line 641, ../sass/style.scss */

.block_day .block_img_active {
    background-position: 10%;
}


/* line 644, ../sass/style.scss */

.block_day .block_prev {
    width: 300px;
    position: absolute;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 30px 20px;
    font-family: "GothaProLig";
    font-size: 14px;
}


/* line 662, ../sass/style.scss */

.projects {
    color: #000000;
    text-align: center;
    padding: 20px 0;
}


/* line 666, ../sass/style.scss */

.projects .wrapper {
    border: 1px solid #cdcdcd;
    max-width: 1160px;
    padding: 50px 0;
}


/* line 671, ../sass/style.scss */

.projects .bx-wrapper .bx-prev,
.projects .bx-wrapper .bx-next {
    background: #ed1c24;
}


/* line 674, ../sass/style.scss */

.projects .bx-wrapper .bx-prev svg,
.projects .bx-wrapper .bx-next svg {
    fill: #fff;
}


/* line 678, ../sass/style.scss */

.projects .bx-wrapper .bx-prev:hover,
.projects .bx-wrapper .bx-next:hover {
    background: #FFF;
}


/* line 681, ../sass/style.scss */

.projects .bx-wrapper .bx-prev:hover svg,
.projects .bx-wrapper .bx-next:hover svg {
    fill: #ed1c24;
}


/* line 685, ../sass/style.scss */

.projects .bx-next {
    right: -50px;
}


/* line 686, ../sass/style.scss */

.projects .bx-prev {
    left: -50px;
}


/* line 688, ../sass/style.scss */

.projects__slider {
    height: 100%;
}


/* line 691, ../sass/style.scss */

.projects__item {
    display: flex;
    height: 100%;
    padding: 20px;
}


/* line 695, ../sass/style.scss */

.projects__item img {
    max-width: 100%;
    margin: 0 auto;
}


/* line 700, ../sass/style.scss */

.projects__item_kandinskiy {
    top: -6px;
}


/* line 703, ../sass/style.scss */

.projects__item_rybalsky {
    max-width: 180px;
}


/* line 706, ../sass/style.scss */

.projects__item_san-francisco {
    top: -7px;
}


/* add documentation slider home page */

.document .wrapper {
    border: 1px solid #cdcdcd;
    padding: 50px 0;
    margin-bottom: 40px;
    max-width: 1160px;
    text-align: center;
}

.document .content_subname {
    margin-bottom: 35px;
}

.document_inner-slider {
    height: 100%;
}

.document .bx-wrapper .bx-prev,
.document .bx-wrapper .bx-next {
    background: #ed1c24;
}

.document .bx-wrapper .bx-prev svg,
.document .bx-wrapper .bx-next svg {
    fill: #fff;
}

.document .bx-wrapper .bx-prev:hover,
.document .bx-wrapper .bx-next:hover {
    background: #FFF;
}

.document .bx-wrapper .bx-prev:hover svg,
.document .bx-wrapper .bx-next:hover svg {
    fill: #ed1c24;
}

.document .bx-prev {
    left: -50px;
}

.document .bx-next {
    right: -50px;
}

.document_inner__item-slider {
    padding: 0 20px;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.document_inner__item-slider .bottom-menu_name {
    margin-bottom: 20px;
}


/* add documentation slider home page */


/* line 711, ../sass/style.scss */

.contacts {
    margin-bottom: 20px;
}


/* line 713, ../sass/style.scss */

.contacts .logo {
    background: #ffffff;
    padding: 20px;
    width: 160px;
}


/* line 717, ../sass/style.scss */

.contacts .logo img {
    width: 100%;
    height: auto;
}


/* line 723, ../sass/style.scss */

.contacts__info__item {
    position: relative;
    padding-left: 40px;
    text-align: left;
    margin-bottom: 24px;
}


/* line 728, ../sass/style.scss */

.contacts__info__item p {
    margin: 10px auto;
    line-height: 1.5;
}


/* line 732, ../sass/style.scss */

.contacts__info__item span {
    line-height: 1.5;
}


/* line 735, ../sass/style.scss */

.contacts__info__item:before {
    content: url("/wp-content/themes/happy-house/assets/img/icons/location.svg");
    position: absolute;
    width: 20px;
    left: 0;
    height: 28px;
    top: 50%;
    transform: translateY(-50%);
}


/* line 745, ../sass/style.scss */

.contacts__info__item:nth-child(1):before {
    content: url("/wp-content/themes/happy-house/assets/img/icons/phone1.svg");
}


/* line 748, ../sass/style.scss */

.contacts__info__item:nth-child(3):before {
    content: url("/wp-content/themes/happy-house/assets/img/icons/mail.svg");
}


/* line 751, ../sass/style.scss */

.contacts__info_bottom .contacts__info__item:before {
    content: url("/wp-content/themes/happy-house/assets/img/icons/clock.svg");
}


/* line 755, ../sass/style.scss */

.contact_item_name {
    font-size: 20px;
}


/* line 758, ../sass/style.scss */

.tabs__content {
    width: 100%;
}


/* line 761, ../sass/style.scss */

.contacts__box {
    margin-top: 20px;
}


/* line 764, ../sass/style.scss */

.tabs__inner {
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 40px 70px;
}


/* line 770, ../sass/style.scss */

.tabs__name li {
    width: 33.33%;
    text-align: center;
    padding: 20px 0;
    background: #efefef;
    cursor: pointer;
    transition: 0.33s;
    -webkit-transition: 0.33s;
}


/* line 779, ../sass/style.scss */

.tabs__name li.active {
    background: #ed1c24;
    color: #f8f5f4;
}


/* line 783, ../sass/style.scss */

.contact_form {
    margin-top: 20px;
}


/* line 785, ../sass/style.scss */

.contact_form input {
    width: 100%;
    height: 50px;
    background: #efefef;
    border: none;
    outline: none;
    margin-bottom: 16px;
    text-indent: 60px;
    letter-spacing: 1px;
    font-size: 16px;
}


/* line 796, ../sass/style.scss */

.contact_form input[type="submit"] {
    background: #ed1c24;
    color: white;
    border-radius: 4px;
    margin-bottom: 0;
    text-indent: 0;
    cursor: pointer;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}


/* line 808, ../sass/style.scss */

.form__img {
    position: absolute;
    left: 20px;
    top: 10px;
    width: 30px;
    height: 30px;
    background: #b3b3b3;
    z-index: 1;
    border-radius: 100%;
    padding: 8px;
}


/* line 818, ../sass/style.scss */

.form__img svg {
    fill: #ffffff;
    width: 100%;
    height: 100%;
}


/* line 824, ../sass/style.scss */

.input_wrapper {
    position: relative;
}


/* line 827, ../sass/style.scss */

.required_input {
    position: relative;
}


/* line 829, ../sass/style.scss */

.required_input:before {
    content: '*';
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 2;
}


/* line 836, ../sass/style.scss */

.required_input:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border: 12px solid transparent;
    border-top-color: #ed1c24;
    border-right-color: #ed1c24;
    z-index: 1;
}


/* line 850, ../sass/style.scss */

.bottom-menu {
    width: 100%;
    background: #f0f0f0;
    line-height: 2.1;
    position: relative;
}


/* line 854, ../sass/style.scss */

.bottom-menu .wrapper {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    padding: 40px 20px;
}


/* line 860, ../sass/style.scss */

.bottom-menu_name {
    font-size: 20px;
}


/* line 863, ../sass/style.scss */

.bottom-menu__item {
    width: 25%;
}


/* line 866, ../sass/style.scss */

.bottom-menu__item li {
    color: #676767;
    font-family: "GothaPro";
    line-height: 2.5;
}


/* line 871, ../sass/style.scss */

.bottom-menu__item li a {
    color: #676767;
    transition: 0.3s;
}


/* line 874, ../sass/style.scss */

.bottom-menu__item li a:hover {
    color: #ed1c24;
}


/* line 878, ../sass/style.scss */

.phone_box {
    background: #fff;
    text-align: center;
    padding: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-top: 20px;
}


/* line 886, ../sass/style.scss */

.phone_box .flex {
    justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
    font-weight: bold;
    color: red;
    font-size: 1.25em;
}


/* line 906, ../sass/style.scss */

.btn_red {
    display: block;
    text-align: center;
    background: #ed1c24;
    padding: 18px 0;
    color: #fff;
    transition: 0.33s;
    -webkit-transition: 0.33s;
    border-radius: 4px;
    margin-top: 12px;
}


/* line 917, ../sass/style.scss */

.footer {
    width: 100%;
    background: #e5e5e5;
    padding: 10px;
    font-family: "GothaPro";
}


/* line 923, ../sass/style.scss */

.footer__right {
    width: 100px;
}


/* line 929, ../sass/style.scss */

.form_box {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("/wp-content/themes/happy-house/assets/img/menu_bg.jpg");
    background-size: cover;
    display: none;
    opacity: 0;
    z-index: 1000;
}


/* line 940, ../sass/style.scss */

.form_box .main_name {
    margin-top: 67px;
}


/* line 943, ../sass/style.scss */

.form_box .contact_form {
    width: 95%;
    margin: 40px auto 10px;
    max-width: 1000px;
}


/* line 947, ../sass/style.scss */

.form_box .contact_form input {
    border: 1px solid #cbcbcb;
    background-color: #fff;
}


/* line 951, ../sass/style.scss */

.form_box .contact_form input[type="submit"] {
    border: 1px solid #ed1c24;
    background-color: #ed1c24;
}


/* line 956, ../sass/style.scss */

.form_box .close_btn {
    opacity: 1;
    top: auto;
    bottom: -70px;
}


/* line 960, ../sass/style.scss */

.form_box .close_btn svg {
    width: inherit;
}


/* line 965, ../sass/style.scss */

.smile_line {
    width: 0px;
    transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    transition-delay: 1s;
    display: inline-block;
    vertical-align: middle;
}


/* line 973, ../sass/style.scss */

.smile_line.open {
    width: 90px;
}


/* line 979, ../sass/style.scss */

.header {
    margin-top: 70px;
}


/* line 981, ../sass/style.scss */

.header .one__line {
    position: static;
    padding: 1px 0;
}


/* line 985, ../sass/style.scss */

.header .line_fanny {
    margin: 12px 0;
}


/* line 988, ../sass/style.scss */

.header .menu_line {
    width: 90px;
}


/* line 993, ../sass/style.scss */

.line_link {
    margin-bottom: 40px;
    color: #808080;
    margin-top: 20px;
}


/* line 998, ../sass/style.scss */

.link_active {
    color: #808080;
    line-height: 2;
}


/* line 1002, ../sass/style.scss */

.link_no_active {
    color: #ed1c24;
    line-height: 2;
}


/* line 1006, ../sass/style.scss */

.name_box {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}


/* line 1011, ../sass/style.scss */

.name_box:before,
.name_box:after {
    content: url("/wp-content/themes/happy-house/assets/img/smile_grey.svg");
    position: absolute;
    width: 20px;
    height: 24px;
    top: 50%;
    left: 5%;
    margin-top: -14px;
}


/* line 1021, ../sass/style.scss */

.name_box:after {
    left: auto;
    right: 5%;
}


/* line 1032, ../sass/style.scss */

.day_block {
    width: 100%;
    height: 100vh;
    background: url(../img/day/img1.jpg) center no-repeat;
    background-size: cover;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}


/* line 1039, ../sass/style.scss */

.day_block:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40vh;
    background: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0, rgba(0, 0, 0, 0.8)), color-stop(1, transparent));
    background: -webkit-repeating-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
    background: repeating-linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
    background: -ms-repeating-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
}


/* line 1051, ../sass/style.scss */

.day_block .wrapper {
    height: 100%;
    padding: 100px 30px 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


/* line 1060, ../sass/style.scss */

.day_controls {
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    align-items: center;
    -webkit-align-items: center;
    position: relative;
    z-index: 1;
}


/* line 1070, ../sass/style.scss */

.day_round {
    width: 260px;
    height: 260px;
    border-radius: 100%;
    position: relative;
    padding: 80px 50px 50px;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    overflow: hidden;
    line-height: 1.6;
}


/* line 1080, ../sass/style.scss */

.day_round .icon_line {
    height: 20px;
    width: 88px;
}


/* line 1084, ../sass/style.scss */

.day_round::after {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border-radius: 100%;
    border: 1px solid #fff;
}


/* line 1096, ../sass/style.scss */

.day_looktime {
    width: 200px;
    height: 100px;
    position: absolute;
    font-size: 24px;
    background: rgba(176, 176, 176, 0.6);
    top: -30px;
    left: 30px;
    padding-top: 45px;
    border-radius: 100%;
}


/* line 1107, ../sass/style.scss */

.day_line {
    position: relative;
}


/* line 1109, ../sass/style.scss */

.day_line:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    top: 50%;
    margin-top: -1px;
}


/* line 1118, ../sass/style.scss */

.day_line ul {
    width: 530px;
    display: flex;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
}


/* line 1126, ../sass/style.scss */

.day_time {
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 100%;
    display: inline-block;
    transition: 0.42s;
    -webkit-transition: 0.42s;
    position: relative;
    cursor: pointer;
}


/* line 1136, ../sass/style.scss */

.day_time:after {
    content: attr(data-time);
    position: absolute;
    top: -60px;
    left: -13px;
    font-size: 10px;
    background: #ed1c24;
    padding: 18px 7px;
    border-radius: 100%;
    opacity: 0;
    color: white;
    transition: 0.35s;
    -webkit-transition: 0.35s;
}


/* line 1150, ../sass/style.scss */

.day_time:before {
    content: '';
    position: absolute;
    top: -18px;
    border: 10px solid transparent;
    border-top-color: #ed1c24;
    opacity: 0;
    transition: 0.35s;
    -webkit-transition: 0.35s;
}


/* line 1161, ../sass/style.scss */

.day_time:hover,
.day_time_active {
    background: #ed1c24;
}


/* line 1164, ../sass/style.scss */

.day_time:hover:before,
.day_time:hover:after,
.day_time_active:before,
.day_time_active:after {
    opacity: 1;
}


/* line 1169, ../sass/style.scss */

.clearfix:after,
.clearfix:before {
    content: '';
    display: table;
    clear: both;
}


/* line 1175, ../sass/style.scss */

.under {
    text-align: center;
    font-size: 24px;
    margin: 24px auto 60px;
}

@media only screen and (max-width: 1024px) {
    /* line 1182, ../sass/style.scss */
    .top-menu__item.is_desktop span {
        display: none;
    }
    /* line 1186, ../sass/style.scss */
    .one__box {
        font-size: 36px;
        padding: 20px 40px 20px;
    }
    /* line 1190, ../sass/style.scss */
    .projects .bx-wrapper {
        width: 88%;
    }
    /* add document slider home page slider*/
    .document .bx-wrapper {
        width: 88%;
    }
    /* line 1193, ../sass/style.scss */
    .day_line ul {
        width: 400px;
    }
}

@media only screen and (max-width: 842px) {
    /* line 1200, ../sass/style.scss */
    .is_desktop {
        display: none;
    }
    /* line 1203, ../sass/style.scss */
    .form_box {
        overflow: auto;
    }
}

@media only screen and (max-width: 768px) {
    /* line 1209, ../sass/style.scss */
    .is_desktop {
        display: none;
    }
    /* line 1212, ../sass/style.scss */
    .wrapper {
        padding: 0 6px;
    }
    /* line 1215, ../sass/style.scss */
    .header {
        margin-top: 50px;
    }
    /* line 1218, ../sass/style.scss */
    .header .menu_line {
        width: 60px;
    }
    /* line 1221, ../sass/style.scss */
    .top-menu__logo {
        width: 112px;
    }
    /* line 1224, ../sass/style.scss */
    .top-menu__item.phone-number {
        white-space: nowrap;
        font-size: 14px;
        margin: 0 2px;
    }
    /* line 1229, ../sass/style.scss */
    .big_letter {
        font-size: 14px;
    }
    /* line 1232, ../sass/style.scss */
    .menu__link {
        width: 40px;
        height: 36px;
        padding: 8px 4px;
        margin: 0;
        margin-left: 4px;
    }
    /* line 1239, ../sass/style.scss */
    .top-menu__item.menu__link.open-overlay {
        width: 40px;
        font-size: 10px;
    }
    /* line 1243, ../sass/style.scss */
    .main_name {
        font-size: 24px;
    }
    /* line 1245, ../sass/style.scss */
    .main_name span {
        margin: 0 4px;
    }
    /* line 1249, ../sass/style.scss */
    .menu_line.open {
        width: 65px;
    }
    /* line 1252, ../sass/style.scss */
    .nav_logo img {
        width: 90%;
        max-width: 250px;
    }
    /* line 1256, ../sass/style.scss */
    .name_box:before,
    .name_box:after {
        content: none;
    }
    /* line 1259, ../sass/style.scss */
    .line_fanny {
        height: 18px;
    }
    /* line 1262, ../sass/style.scss */
    .header .line_fanny {
        margin: 0px;
    }
    /* line 1265, ../sass/style.scss */
    .form_box .main_name {
        margin-top: 0;
    }
    /* line 1268, ../sass/style.scss */
    .bottom-menu .wrapper {
        padding: 12px 20px;
        flex-direction: column;
        -webkit-flex-direction: column;
    }
    /* line 1273, ../sass/style.scss */
    .bottom-menu__item {
        width: 100%;
    }
    /* line 1276, ../sass/style.scss */
    .footer__left {
        font-size: 10px;
        text-align: center;
        line-height: 1.6;
    }
    /* line 1283, ../sass/style.scss */
    .bx-wrapper .bx-controls-direction a svg {
        width: 12px;
        height: 12px;
    }
    /* line 1288, ../sass/style.scss */
    .one .bx-wrapper,
    .projects .bx-wrapper {
        width: 100%;
    }
    /* line 1290, ../sass/style.scss */
    .one .bx-wrapper .bx-controls-direction a svg,
    .projects .bx-wrapper .bx-controls-direction a svg,
    .document .bx-wrapper .bx-controls-direction a svg {
        width: 18px;
        height: 18px;
    }
    /* line 1297, ../sass/style.scss */
    .one__box {
        font-size: 26px;
        bottom: 24px;
        padding: 20px 10px 0px;
        line-height: 1.3;
    }
    /* line 1303, ../sass/style.scss */
    .bx-wrapper .bx-next {
        right: 10px;
    }
    /* line 1306, ../sass/style.scss */
    .bx-wrapper .bx-prev {
        left: 10px;
    }
    /* line 1309, ../sass/style.scss */
    .block_double,
    .block_single {
        width: 100%;
    }
    /* line 1312, ../sass/style.scss */
    .gitem__2 {
        background: url("/wp-content/themes/happy-house/assets/img/house_render.jpg") center no-repeat;
        background-size: cover;
    }
    /* line 1316, ../sass/style.scss */
    .block__name {
        font-size: 20px;
    }
    /* line 1319, ../sass/style.scss */
    .icon_smile {
        width: 20px;
        height: 20px;
        top: 20px;
        right: 10px;
    }
    /* line 1325, ../sass/style.scss */
    .block_prev {
        padding: 0px 10px 0px;
        line-height: 1.6;
        -webkit-line-clamp: 4;
        font-size: 12px;
        max-height: 76px;
    }
    .block_day .block_prev {
        max-height: none;
    }
    /* line 1331, ../sass/style.scss */
    .bx-wrapper {
        height: auto;
    }
    /* line 1334, ../sass/style.scss */
    .gallery_slider {
        height: 100%;
    }
    /* line 1337, ../sass/style.scss */
    .block_gallery .block_img {
        height: auto;
    }
    .block_img {
        height: auto;
        max-height: 300px;
        margin-bottom: 20px;
        overflow: hidden;
    }
    .block_img img {
        width: 100%;
        height: auto;
        position: static;
        transform: none;
    }
    .block_genplan .block_img img {
        width: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }
    .block_developer .block_img {
        height: 220px;
    }
    /* line 1343, ../sass/style.scss */
    .bx-wrapper img {
        max-width: none;
        display: block;
        max-width: 100%;
        min-height: 100%;
    }
    /* line 1349, ../sass/style.scss */
    .block_advantages .block_img {
        height: 230px;
    }
    /* line 1352, ../sass/style.scss */
    .block_advantages .block_prev {
        font-size: 12px;
        top: auto;
        bottom: 0;
        overflow: hidden;
        padding: 5px 20px 0 10px;
        -webkit-line-clamp: 4;
        width: 80%;
    }
    /* line 1361, ../sass/style.scss */
    .block_advantages .link_round {
        bottom: -16px;
        top: auto;
        right: 0;
    }
    /* line 1366, ../sass/style.scss */
    .block_advantages .bx-controls-direction {
        bottom: 60px;
    }
    /* line 1369, ../sass/style.scss */
    .block_flats figcaption {
        width: 100%;
        height: auto;
        top: auto;
        right: 0;
        bottom: 0;
        padding: 0;
    }
    /* line 1377, ../sass/style.scss */
    .link_keys {
        margin: 10px auto;
    }
    /* line 1380, ../sass/style.scss */
    .content_subname {
        font-size: 24px;
    }
    /* line 1384, ../sass/style.scss */
    .projects .bx-wrapper {
        width: 200px;
    }
    /* line 1387, ../sass/style.scss */
    .projects .bx-wrapper .bx-prev {
        left: -50px;
    }
    /* line 1390, ../sass/style.scss */
    .projects .bx-wrapper .bx-next {
        right: -50px;
    }
    /* line 1396, ../sass/style.scss */
    .block_day .block_prev {
        width: 180px;
        top: 0;
        transform: none;
        padding: 20px;
    }
    /* document slider home page */
    .document .bx-wrapper {
        width: 210px;
    }
    .document .bx-wrapper .bx-prev {
        left: -50px;
    }
    /* line 1390, ../sass/style.scss */
    .document .bx-wrapper .bx-next {
        right: -50px;
    }
    /* line 1402, ../sass/style.scss */
    .tabs__name li {
        font-size: 10px;
        min-height: 69px;
    }
    /* line 1406, ../sass/style.scss */
    .tabs__inner {
        padding: 30px 0px;
    }
    /* line 1409, ../sass/style.scss */
    .contacts__info_top {
        flex-direction: column;
        -webkit-flex-direction: column;
        align-items: flex-start;
        -webkit-align-items: flex-start;
    }
    /* line 1415, ../sass/style.scss */
    .contacts__info__item {
        margin-bottom: 6px;
    }
    /* line 1418, ../sass/style.scss */
    .contacts__info__item span {
        display: block;
    }
    /* line 1424, ../sass/style.scss */
    .day_block {
        overflow: hidden;
        background-position: 26% 0%;
        height: calc(100vh - 57px);
        min-height: 450px;
    }
    /* line 1426, ../sass/style.scss */
    .day_block .wrapper {
        padding: 40px 10px 0px;
        position: relative;
    }
    /* line 1430, ../sass/style.scss */
    .day_block:after {
        content: none;
    }
    /* line 1435, ../sass/style.scss */
    .day_controls {
        flex-direction: column;
        -webkit-flex-direction: column;
        margin-bottom: 24px;
    }
    /* line 1440, ../sass/style.scss */
    .day_round {
        width: 220px;
        height: 220px;
        margin-bottom: 60px;
        padding: 60px 24px 50px;
    }
    /* line 1446, ../sass/style.scss */
    .day_looktime {
        width: 160px;
        height: 80px;
        font-size: 20px;
    }
    /* line 1451, ../sass/style.scss */
    .day_line {
        width: 100%;
        max-width: 500px;
    }
    /* line 1454, ../sass/style.scss */
    .day_line ul {
        width: 100%;
    }
    .one {
        height: auto;
    }
    .one_gallery1 .gallery__item {
        height: 360px;
    }
}

@media only screen and (max-width: 460px) {
    /* line 1461, ../sass/style.scss */
    .header .menu_line {
        width: 90px;
        display: block;
        margin: 14px auto;
    }
    /* line 1466, ../sass/style.scss */
    .contact_form input {
        font-size: 12px;
        letter-spacing: 0.5px;
    }
}

@media only screen and (max-width: 360px) {
    /* line 1473, ../sass/style.scss */
    .top-menu__item.phone-number {
        font-size: 10px;
    }
    /* line 1476, ../sass/style.scss */
    .big_letter {
        font-size: 10px;
    }
}


/* line 1, ../sass/_about.scss */

.about_block {
    background: url("/wp-content/themes/happy-house/assets/img/bg_1.jpg") center no-repeat;
    background-size: cover;
    padding-top: 80px;
    margin-bottom: 20px;
}


/* line 6, ../sass/_about.scss */

.about_block .link_keys {
    margin-top: 20px;
}


/* line 10, ../sass/_about.scss */

.about_box_blue {
    overflow: hidden;
    margin-bottom: 50px;
}


/* line 14, ../sass/_about.scss */

.about_box_inner {
    font-family: "GothaPro";
    width: 50%;
    position: relative;
    z-index: 1;
    line-height: 1.8;
    padding: 50px 30px 70px;
}


/* line 21, ../sass/_about.scss */

.about_box_inner p {
    margin-bottom: 20px;
}


/* line 25, ../sass/_about.scss */

.about_box_inner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: -1;
    transform: skewY(-8deg);
    -webkit-transform: skewY(-8deg);
}


/* line 37, ../sass/_about.scss */

.about_box_inner:after {
    content: '';
    position: absolute;
    background-color: white;
    width: 94%;
    height: 24px;
    transform: skewY(-8deg);
    -webkit-transform: skewY(-8deg);
}


/* line 47, ../sass/_about.scss */

.about_box_inner:nth-child(1):before {
    top: -40px;
}


/* line 50, ../sass/_about.scss */

.about_box_inner:nth-child(1):after {
    bottom: 14px;
    left: 0;
}


/* line 55, ../sass/_about.scss */

.about_box_inner:nth-child(2) {
    padding: 100px 30px 10px;
    margin: 0 0 0 auto;
}


/* line 58, ../sass/_about.scss */

.about_box_inner:nth-child(2):before {
    top: auto;
    bottom: -40px;
}


/* line 62, ../sass/_about.scss */

.about_box_inner:nth-child(2):after {
    top: 14px;
    right: 0;
}


/* line 67, ../sass/_about.scss */

.about_box_red {
    overflow: hidden;
    text-align: center;
}


/* line 71, ../sass/_about.scss */

.about_box_inner_red.about_box_inner:nth-child(1) {
    margin: 0 auto;
    padding: 100px 80px 30px;
}


/* line 74, ../sass/_about.scss */

.about_box_inner_red.about_box_inner:nth-child(1):before {
    background-color: rgba(255, 255, 255, 0.8);
    top: 40px;
}


/* line 78, ../sass/_about.scss */

.about_box_inner_red.about_box_inner:nth-child(1):after {
    content: none;
}


/* line 82, ../sass/_about.scss */

.about_list {
    background: #f0f0f0;
    padding: 10px 50px;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-bottom: 20px;
}


/* line 89, ../sass/_about.scss */

.about_icon {
    width: 25%;
    justify-content: center;
    -webkit-justify-content: center;
    margin: 30px 0;
    visibility: hidden;
}


/* line 96, ../sass/_about.scss */

.icon_wrap {
    width: 100px;
    height: 100px;
    background: white;
    border-radius: 100%;
    padding: 25px;
    margin-right: 20px;
}


/* line 103, ../sass/_about.scss */

.icon_wrap svg {
    width: 100%;
    height: 100%;
    fill: #ed1c24;
}


/* line 109, ../sass/_about.scss */

.about_prev {
    width: 120px;
    line-height: 1.6;
    font-family: "GothaPro";
}

@media only screen and (max-width: 768px) {
    /* line 115, ../sass/_about.scss */
    .about_box_inner {
        width: 90%;
        margin: 0 auto;
        line-height: 1.6;
        padding: 25px 20px 40px;
        font-size: 12px;
    }
    /* line 122, ../sass/_about.scss */
    .about_box_inner:nth-child(2) {
        padding: 75px 20px 10px;
        margin: 0 auto;
    }
    /* line 126, ../sass/_about.scss */
    .about_box_inner:nth-child(1):after {
        bottom: 16px;
    }
    /* line 129, ../sass/_about.scss */
    .about_box_inner_red.about_box_inner:nth-child(1) {
        padding: 80px 40px 20px;
    }
    /* line 132, ../sass/_about.scss */
    .about_list {
        flex-direction: column;
        -webkit-flex-direction: column;
        padding: 10px;
    }
    /* line 137, ../sass/_about.scss */
    .about_icon {
        width: 100%;
        margin: 10px 0;
    }
}


/*! INFRASTRUKTURA HappyHouse(1.2). (C) June 2018 Anna Begas. */

.infra__map {
    margin-bottom: 20px;
    height: 600px;
}


/* line 3, ../sass/_infra.scss */

.infra__block {
    margin-bottom: 20px;
}


/* line 6, ../sass/_infra.scss */

.infra__item {
    height: 420px;
    width: 100%;
    position: relative;
    border-radius: 6px;
    margin-bottom: 16px;
}


/* line 13, ../sass/_infra.scss */

.section__name {
    width: 30%;
    font-size: 30px;
    padding: 30px;
    position: relative;
    z-index: 1;
    font-family: "GothaProLig";
    top: 70px;
}


/* line 21, ../sass/_infra.scss */

.section__name:before {
    content: '';
    position: absolute;
    left: -4px;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: -1;
    border-radius: 4px;
}


/* line 32, ../sass/_infra.scss */

.section__name:after {
    content: '';
    position: absolute;
    left: -4px;
    top: -28px;
    width: 90%;
    height: 28px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 0 4px 0 0;
}


/* line 42, ../sass/_infra.scss */

.section__name .smile_line {
    width: 90px;
    display: block;
    margin: 20px 0 0;
}


/* line 49, ../sass/_infra.scss */

.infra__item:nth-child(even) .section__name {
    margin-right: 0;
    margin-left: auto;
}


/* line 52, ../sass/_infra.scss */

.infra__item:nth-child(even) .section__name:before {
    left: auto;
    right: -4px;
}


/* line 56, ../sass/_infra.scss */

.infra__item:nth-child(even) .section__name:after {
    left: auto;
    right: -4px;
    border-radius: 4px 0 0 0;
}


/* line 63, ../sass/_infra.scss */

.infra__item__1 {
    background: url("/wp-content/themes/happy-house/assets/img/infra/1.jpg") center no-repeat;
    background-size: cover;
    margin-top: 0;
}


/* line 67, ../sass/_infra.scss */

.infra__item__1 .section__name {
    top: 200px;
}


/* line 71, ../sass/_infra.scss */

.infra__item__2 {
    background: url("/wp-content/themes/happy-house/assets/img/infra/2.jpg") center no-repeat;
    background-size: cover;
}


/* line 75, ../sass/_infra.scss */

.infra__item__3 {
    background: url("/wp-content/themes/happy-house/assets/img/infra/3.jpg") center no-repeat;
    background-size: cover;
}


/* line 79, ../sass/_infra.scss */

.infra__item__4 {
    background: url("/wp-content/themes/happy-house/assets/img/infra/4.jpg") center no-repeat;
    background-size: cover;
}


/* line 83, ../sass/_infra.scss */

.infra__item__5 {
    background: url("/wp-content/themes/happy-house/assets/img/infra/5.jpg") center top no-repeat;
    background-size: cover;
}


/* line 86, ../sass/_infra.scss */

.infra__item__5 .section__name {
    top: 200px;
}


/* line 90, ../sass/_infra.scss */

.infra__item__6 {
    background: url("/wp-content/themes/happy-house/assets/img/infra/6.jpg") center no-repeat;
    background-size: cover;
}


/* line 94, ../sass/_infra.scss */

.infra__item__7 {
    background: url("/wp-content/themes/happy-house/assets/img/infra/7.jpg") center bottom no-repeat;
    background-size: cover;
}


/* line 97, ../sass/_infra.scss */

.infra__item__7 .section__name {
    top: 120px;
}

@media only screen and (max-width: 768px) {
    /* line 103, ../sass/_infra.scss */
    .infra__block .section__name {
        width: 60%;
    }
}


/*! VALUES HappyHouse(1.2). (C) June 2018 Anna Begas. */


/* line 3, ../sass/_values.scss */

.values_block {
    margin-bottom: 20px;
}


/* line 5, ../sass/_values.scss */

.values_block .section__name {
    font-size: 24px;
}


/* line 10, ../sass/_values.scss */

.values_item {
    width: 100%;
    height: 450px;
    background-size: auto 140%;
    position: relative;
    margin-bottom: 20px;
    border-radius: 4px;
    overflow: hidden;
}


/* line 20, ../sass/_values.scss */

.values__name {
    position: relative;
    margin-right: 0;
    margin-left: auto;
    top: 60%;
    max-width: 230px;
    text-align: center;
    font-family: "GothaPro";
    text-transform: uppercase;
    font-size: 30px;
    z-index: 1;
}


/* line 31, ../sass/_values.scss */

.values__name span {
    display: block;
    background-color: white;
    padding: 14px 20px;
    border-radius: 4px 0 0 4px;
}


/* line 37, ../sass/_values.scss */

.values__name::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 10px;
    bottom: -10px;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: -1;
    border-radius: 4px 0 0 4px;
}


/* line 48, ../sass/_values.scss */

.values__name::after {
    content: '';
    position: absolute;
    width: calc(100% + 10px);
    height: 100%;
    left: -10px;
    top: -10px;
    background-color: #ed1c24;
    z-index: -2;
    border-radius: 4px 0 0 4px;
}


/* line 61, ../sass/_values.scss */

.values_item__1 {
    background: url("/wp-content/themes/happy-house/assets/img/values/1.jpg") center no-repeat;
    background-size: cover;
}


/* line 65, ../sass/_values.scss */

.values_item__2 {
    background: url("/wp-content/themes/happy-house/assets/img/values/2.jpg") center no-repeat;
    background-size: cover;
}


/* line 68, ../sass/_values.scss */

.values_item__2 .values__name {
    top: 10%;
}


/* line 72, ../sass/_values.scss */

.values_item__3 {
    background: url("/wp-content/themes/happy-house/assets/img/values/3.jpg") center no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 768px) {
    /* line 77, ../sass/_values.scss */
    .values_item__3 {
        background-position: 65% 4%;
    }
    /* line 80, ../sass/_values.scss */
    .values_item__2 {
        background-position: 38% 26%;
    }
    /* line 83, ../sass/_values.scss */
    .values_block .section__name {
        font-size: 14px;
    }
    /* line 86, ../sass/_values.scss */
    .values__name span {
        padding: 12px;
    }
    /* line 89, ../sass/_values.scss */
    .section__name {
        width: 85%;
        font-size: 14px;
        padding: 20px;
        top: 58%;
        line-height: 1.5;
    }
    /* line 96, ../sass/_values.scss */
    .values__name {
        top: 10%;
        max-width: 146px;
        font-size: 20px;
    }
}


/*! Developer HappyHouse(1.2). (C) June 2018 Anna Begas. */


/* line 4, ../sass/_developer.scss */

.developer_block .content_subname {
    font-size: 24px;
    width: 100%;
    margin: 0 auto;
    max-width: 740px;
    letter-spacing: normal;
    line-height: 1.8;
}


/* line 12, ../sass/_developer.scss */

.developer_block .projects .wrapper {
    border: none;
    padding: 10px 0;
}


/* line 16, ../sass/_developer.scss */

.developer_block .develop__img {
    position: static;
}


/* line 21, ../sass/_developer.scss */

.content_text {
    line-height: 2;
}


/* line 25, ../sass/_developer.scss */

.developer_box {
    background: #efefef;
    padding: 40px;
    margin-bottom: 36px;
}


/* line 30, ../sass/_developer.scss */

.developer_logo {
    width: 25%;
    padding: 20px;
}


/* line 34, ../sass/_developer.scss */

.developer_info {
    width: 75%;
    padding: 20px 40px;
}


/* line 37, ../sass/_developer.scss */

.developer_info li {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    margin-bottom: 12px;
}


/* line 42, ../sass/_developer.scss */

.developer_info .content_text {
    margin-bottom: 24px;
}


/* line 46, ../sass/_developer.scss */

.developer_icon {
    width: 44px;
    text-align: center;
    margin-right: 20px;
}


/* line 50, ../sass/_developer.scss */

.developer_icon svg {
    max-width: 22px;
    height: 30px;
}

@media only screen and (max-width: 768px) {
    /* line 57, ../sass/_developer.scss */
    .developer_block .line_link {
        margin-bottom: 0;
    }
    /* line 60, ../sass/_developer.scss */
    .developer_block .content_subname {
        font-size: 20px;
    }
    /* line 63, ../sass/_developer.scss */
    .developer_block .bx-wrapper .bx-controls-direction a {
        width: 40px;
        height: 40px;
        padding: 12px;
    }
    /* line 69, ../sass/_developer.scss */
    .developer_box {
        padding: 20px 10px;
        flex-direction: column;
        -webkit-flex-direction: column;
    }
    /* line 74, ../sass/_developer.scss */
    .developer_logo {
        width: 100%;
        max-width: 200px;
    }
    /* line 78, ../sass/_developer.scss */
    .developer_info {
        width: 100%;
        padding: 20px 0px;
    }
    /* line 82, ../sass/_developer.scss */
    .developer_icon {
        width: 10%;
    }
}


/*! Advantages HappyHouse(1.2). (C) June 2018 Anna Begas. */


/* line 6, ../sass/_advantages.scss */

.advantages_item {
    width: 100%;
    height: 570px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}


/* line 13, ../sass/_advantages.scss */

.advantages__name {
    width: 100%;
    font-size: 24px;
    height: 100%;
    position: relative;
    padding: 0 110px 0 50px;
    line-height: 1.6;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-end;
    align-items: baseline;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: flex-end;
    transition: 1.4s;
    -webkit-transitiion: 1.4s;
    transition-timing-function: ease-in-out;
}


/* line 32, ../sass/_advantages.scss */

.advantages__name:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    transform: skewX(12deg);
    -webkit-transform: skewX(12deg);
    z-index: -3;
    left: -19%;
}


/* line 43, ../sass/_advantages.scss */

.advantages__name:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background: white;
    transform: skewX(12deg);
    -webkit-transform: skewX(12deg);
    z-index: -3;
    left: auto;
    right: 21%;
}


/* line 55, ../sass/_advantages.scss */

.advantages__name .smile_line {
    margin: 20px auto 80px 0;
}


/* line 61, ../sass/_advantages.scss */

.advantages__name_active {
    width: 40%;
}


/* line 64, ../sass/_advantages.scss */

.advantages__number {
    position: absolute;
    top: 10%;
    width: 120px;
    font-size: 42px;
    padding: 20px 60px 20px 20px;
    box-sizing: border-box;
    right: 22%;
}


/* line 72, ../sass/_advantages.scss */

.advantages__number:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-bottom: 100px solid white;
    border-left: 0px solid transparent;
    border-right: 22px solid transparent;
    height: 0;
    left: -36px;
    top: 0;
}


/* line 86, ../sass/_advantages.scss */

.advantages__number:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: -40px;
    background: #ed1c24;
    transform: skewY(-12deg);
    -webkit-transform: skewY(-12deg);
    z-index: -2;
    top: -4px;
    right: 42px;
}


/* line 102, ../sass/_advantages.scss */

.advantages_item:nth-child(odd) .advantages__name {
    margin-left: auto;
    margin-right: 0;
    padding: 0 50px 0 110px;
}


/* line 106, ../sass/_advantages.scss */

.advantages_item:nth-child(odd) .advantages__name:before {
    transform: skewX(-12deg);
    -webkit-transform: skewX(-12deg);
    left: auto;
    right: -19%;
}


/* line 112, ../sass/_advantages.scss */

.advantages_item:nth-child(odd) .advantages__name:after {
    transform: skewX(-12deg);
    -webkit-transform: skewX(-12deg);
    z-index: -3;
    right: auto;
    left: 21%;
}


/* line 120, ../sass/_advantages.scss */

.advantages_item:nth-child(odd) .advantages__number {
    left: 22%;
    padding: 20px 20px 20px 60px;
}


/* line 123, ../sass/_advantages.scss */

.advantages_item:nth-child(odd) .advantages__number::before {
    border-left: 22px solid transparent;
    border-right: 0px solid transparent;
    right: -36px;
    left: auto;
}


/* line 129, ../sass/_advantages.scss */

.advantages_item:nth-child(odd) .advantages__number::after {
    transform: skewY(12deg);
    -webkit-transform: skewY(12deg);
    top: -4px;
    left: 42px;
}


/* line 138, ../sass/_advantages.scss */

.advantages_item__1 {
    background: url("/wp-content/themes/happy-house/assets/img/adv/1.jpg") center no-repeat;
    background-size: cover;
}


/* line 142, ../sass/_advantages.scss */

.advantages_item__2 {
    background: url("/wp-content/themes/happy-house/assets/img/adv/2.jpg") center no-repeat;
    background-size: cover;
}


/* line 146, ../sass/_advantages.scss */

.advantages_item__3 {
    background: url("/wp-content/themes/happy-house/assets/img/adv/3.jpg") center no-repeat;
    background-size: cover;
}


/* line 150, ../sass/_advantages.scss */

.advantages_item__4 {
    background: url("/wp-content/themes/happy-house/assets/img/infra/6.jpg") center no-repeat;
    background-size: cover;
}


/* line 154, ../sass/_advantages.scss */

.advantages_item__5 {
    background: url("/wp-content/themes/happy-house/assets/img/adv/5.jpg") center no-repeat;
    background-size: cover;
}


/* line 158, ../sass/_advantages.scss */

.advantages_item__6 {
    background: url("/wp-content/themes/happy-house/assets/img/adv/6.jpg") center no-repeat;
    background-size: cover;
}


/* line 162, ../sass/_advantages.scss */

.advantages_item__7 {
    background: url("/wp-content/themes/happy-house/assets/img/adv/7.jpg") center no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 768px) {
    /* line 168, ../sass/_advantages.scss */
    .advantages_item {
        height: 550px;
        margin-bottom: 10px;
    }
    /* line 172, ../sass/_advantages.scss */
    .advantages__name .smile_line {
        margin: 20px auto 40px 0;
    }
    /* line 175, ../sass/_advantages.scss */
    .advantages__name {
        font-size: 14px;
        width: 65%;
        padding: 0 50px 0 28px;
    }
    /* line 179, ../sass/_advantages.scss */
    .advantages__name:before {
        left: -30%;
    }
    /* line 182, ../sass/_advantages.scss */
    .advantages__name:after {
        right: 33%;
    }
    /* line 187, ../sass/_advantages.scss */
    .advantages_item:nth-child(odd) .advantages__name {
        padding: 0 30px 0 60px;
    }
    /* line 189, ../sass/_advantages.scss */
    .advantages_item:nth-child(odd) .advantages__name:before {
        right: -30%;
    }
    /* line 192, ../sass/_advantages.scss */
    .advantages_item:nth-child(odd) .advantages__name:after {
        left: 33%;
    }
}


/* ====================================*/


/*! ALL STYLE FOR :
-level-floor.php
-floor-plan.php
-flat-plan.php
 HappyHouse(1.2). (C) June 2018 Anna Begas. */


/* ==================================== */


/* line 11, ../sass/_level-floor.scss */

.floor_block .line_link {
    position: relative;
    z-index: 2;
    pointer-events: all;
}


/* line 16, ../sass/_level-floor.scss */

.floor_block .header {
    position: relative;
    z-index: 3;
}


/* line 21, ../sass/_level-floor.scss */

.floor-level_block {
    position: relative;
}


/* line 23, ../sass/_level-floor.scss */

.floor-level_block .wrapper {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1200px;
    padding: 50px 20px;
    pointer-events: none;
}


/* line 34, ../sass/_level-floor.scss */

.floor-level_box {
    position: relative;
    top: -163px;
    z-index: 0;
    margin-bottom: -165px;
    pointer-events: all;
}


/* line 40, ../sass/_level-floor.scss */

.floor-level_box svg {
    max-height: 100vh;
    min-height: 700px;
}


/* line 44, ../sass/_level-floor.scss */

.floor-level_box svg a {
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* line 45, ../sass/_level-floor.scss */


/* .floor-level_box svg a polygon, */

.floor-level_box .st0 {
    opacity: 0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* line 50, ../sass/_level-floor.scss */

.floor-level_box svg a:hover path {
    opacity: 0.65;
}


/* line 52, ../sass/_level-floor.scss */

.house_left {
    width: 210px;
    pointer-events: all;
}


/* line 56, ../sass/_level-floor.scss */

.house_right {
    width: 240px;
    text-align: center;
}


/* line 59, ../sass/_level-floor.scss */

.house_right .link_rect {
    display: none;
}


/* line 63, ../sass/_level-floor.scss */

.btn_transparent {
    display: block;
    text-align: center;
    background: transparent;
    border: 1px solid #ed1c24;
    border-radius: 4px;
    width: 100%;
    max-width: 250px;
    justify-content: center;
    -webkit-justify-content: center;
    padding: 18px 0;
}


/* line 75, ../sass/_level-floor.scss */

.kimnati-link {
    display: block;
    margin: 20px auto;
    width: 100px;
    height: 100px;
    border: 1px solid #dcdcdc;
    border-radius: 100%;
    text-align: center;
    padding-top: 20px;
}


/* line 84, ../sass/_level-floor.scss */

.kimnati-link * {
    display: block;
}


/* line 86, ../sass/_level-floor.scss */

.kimnati-number {
    font-size: 30px;
    color: #ed1c24;
    margin-bottom: 6px;
}


/* line 91, ../sass/_level-floor.scss */

.compass {
    margin-top: -96px;
    margin-bottom: 12px;
    max-width: 120px;
}

.compass-flat {
    margin-top: 20px;
}


/* line 94, ../sass/_level-floor.scss */

.arrow_blink {
    position: absolute;
    top: 20px;
    z-index: 3;
    left: 28%;
}


/* line 103, ../sass/_level-floor.scss */

.floorplan_block .line_link {
    margin-bottom: 0;
}


/* line 106, ../sass/_level-floor.scss */

.floorplan_block .btn_transparent {
    width: 280px;
}


/* line 110, ../sass/_level-floor.scss */

.floorplan__box {
    text-align: center;
    padding: 40px;
}


/* line 114, ../sass/_level-floor.scss */

.infobox {
    display: none;
    width: 270px;
    height: auto;
    padding: 20px 16px 16px;
    background: rgba(230, 230, 230, 0.9);
    position: absolute;
    line-height: 1.6;
    left: 0;
    top: 0;
    z-index: 2;
}


/* line 126, ../sass/_level-floor.scss */

.infobox__logo img,
.flatplan_floor img {
    width: 100%;
}


/* line 133, ../sass/_level-floor.scss */

.flatplan_block .bx-wrapper .bx-controls-direction a {
    margin-top: -25px;
}


/* line 136, ../sass/_level-floor.scss */

.flatplan_block .bx-wrapper .bx-next {
    right: -50px;
}


/* line 139, ../sass/_level-floor.scss */

.flatplan_block .bx-wrapper .bx-prev {
    left: -50px;
}


/* line 143, ../sass/_level-floor.scss */

.flatplan__info {
    align-items: normal;
    -webkit-align-items: normal;
    margin: 10px auto 30px;
}


/* line 148, ../sass/_level-floor.scss */

.flatplan_center {
    width: 60%;
    padding: 40px;
}


/* line 151, ../sass/_level-floor.scss */

.flatplan_center img {
    width: 100%;
}


/* line 155, ../sass/_level-floor.scss */

.flatplan__info__item.flex {
    flex-direction: column;
    width: 20%;
}

.flats_about__line {
    padding-top: 40px;
}

.flatplan__info__item__1.flex {
    width: 34%;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.flatplan__info__item__2.flex {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.flats__slider__new li {
    margin: 10px 0;
}


/* line 158, ../sass/_level-floor.scss */

.flatplan__info__item.flex .flatplan_btn,
.flatplan__info__item.flex .btn_transparent,
.flatplan__info__item.flex .btn_red {
    width: 100%;
    max-width: 320px;
    margin: 20px auto;
    cursor: pointer;
    text-align: center;
}


/* line 167, ../sass/_level-floor.scss */

.flatplan_floor p {
    margin: 20px auto;
    text-align: center;
}


/* line 171, ../sass/_level-floor.scss */

.flats_param_num {
    display: block;
    font-size: 24px;
}


/* line 175, ../sass/_level-floor.scss */

.flats_about {
    background: #e5e5e5;
    padding: 30px 10px;
}


/* line 180, ../sass/_level-floor.scss */

.flats_about_name {
    font-size: 24px;
    line-height: 1.6;
}


/* line 184, ../sass/_level-floor.scss */

.flats__slider li {
    text-align: center;
    line-height: 1.5;
}


/* line 188, ../sass/_level-floor.scss */

#floorNumber {
    position: absolute;
}

@media only screen and (max-width: 1024px) {
    /* line 193, ../sass/_level-floor.scss */
    .floor_block {
        overflow: hidden;
    }
    /* line 196, ../sass/_level-floor.scss */
    .floor-level_box svg {
        width: 200%;
        margin-left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
    /* line 202, ../sass/_level-floor.scss */
    .arrow_blink {
        top: 40px;
        width: 150px;
    }
}

@media only screen and (max-width: 768px) {
    /* line 208, ../sass/_level-floor.scss */
    .floor-level_block .wrapper {
        flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        padding: 0 10px;
        align-items: flex-start;
        -webkit-align-items: flex-start;
    }
    /* line 215, ../sass/_level-floor.scss */
    .floor-level_box {
        width: 300%;
        margin-left: 60%;
        transform: translateX(-50%);
        margin-bottom: -90px;
    }
    /* line 220, ../sass/_level-floor.scss */
    .house_left {
        width: 100%;
        display: flex;
        /* flex-direction: column; */
        align-items: flex-start;
        display: -webkit-flex;
        /* -webkit-flex-direction: column; */
        -webkit-align-items: flex-start;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        pointer-events: none;
        justify-content: space-around;
        -webkit-justify-content: space-around;
        margin-top: 155px;
    }
    /* line 229, ../sass/_level-floor.scss */
    .house_left .btn_transparent {
        pointer-events: all;
        order: 1;
        max-width: 170px;
    }
    /* line 234, ../sass/_level-floor.scss */
    .house_left .btn_red {
        pointer-events: all;
        order: 5;
        max-width: 170px;
        width: 48%;
        margin-top: 0;
    }
    .house_left .btn-11 {
        order: 5;
        width: 48%;
        background: #fff;
        z-index: 0;
    }
    /* line 241, ../sass/_level-floor.scss */
    .kimnati-link {
        width: 80px;
        height: 80px;
        padding-top: 10px;
        font-size: 10px;
        background: #fff;
        margin: 8px;
        pointer-events: all;
        order: 3;
    }
    /* line 251, ../sass/_level-floor.scss */
    .house_right {
        width: auto;
        margin-top: 44px;
    }
    /* line 254, ../sass/_level-floor.scss */
    .house_right .kimnati-link {
        border-radius: 0;
        margin: 0;
        width: 90px;
        margin-bottom: 12px;
    }
    /* line 259, ../sass/_level-floor.scss */
    .house_right .link_rect {
        display: block;
        order: 4;
        pointer-events: all;
        background: #ed1c24;
        color: #fff;
        font-size: 10px;
        padding: 10px;
    }
    /* line 267, ../sass/_level-floor.scss */
    .house_right .link_rect svg {
        margin-bottom: 4px;
    }
    /* line 272, ../sass/_level-floor.scss */
    .main_select__infobox {
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        -webkit-flex-direction: column;
    }
    /* line 277, ../sass/_level-floor.scss */
    .floorplan__info {
        flex-direction: column;
        -webkit-flex-direction: column;
    }
    /* line 281, ../sass/_level-floor.scss */
    .floorplan__info__item {
        margin: 10px auto;
    }
    /* line 284, ../sass/_level-floor.scss */
    .floorplan_compass {
        width: 90px;
    }
    /* line 286, ../sass/_level-floor.scss */
    .floorplan_compass img {
        width: 100%;
        margin: 0 auto;
    }
    /* line 288, ../sass/_level-floor.scss */
    .floorplan__box {
        padding: 60px 10px;
        height: 830px;
        position: relative;
    }
    /* line 290, ../sass/_level-floor.scss */
    .floorplan__box img {
        width: 100%;
    }
    .infobox {
        display: block;
        position: static;
        visibility: visible;
        width: 100%;
    }
    .infobox__logo {
        display: none;
    }
    /* line 296, ../sass/_level-floor.scss */
    .flatplan_block .line_link {
        margin-bottom: 10px;
    }
    /* line 300, ../sass/_level-floor.scss */
    .flatplan__info {
        flex-direction: column;
        -webkit-flex-direction: column;
    }
    /* line 304, ../sass/_level-floor.scss */
    .flatplan__info__item.flex {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        -webkit-flex-direction: row;
        -webkit-flex-wrap: wrap;
    }
    .flatplan__info__item__2 .compass {
        margin: 6px auto;
    }
    /* line 310, ../sass/_level-floor.scss */
    .flatplan__info__item.flex .flatplan_btn {
        display: flex;
        display: -webkit-flex;
        margin: 0 auto;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    /* line 315, ../sass/_level-floor.scss */
    .flatplan__info__item.flex .btn_transparent,
    .flatplan__info__item.flex .btn_red {
        width: 48%;
        display: block;
        /* display: flex;
    display: -webkit-flex;
    justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
    padding: 12px 6px; */
    }
    /* line 323, ../sass/_level-floor.scss */
    .flatplan__info__item.flex .btn_transparent span,
    .flatplan__info__item.flex .btn_red span {
        font-size: 12px;
    }
    /* line 326, ../sass/_level-floor.scss */
    .flatplan__info__item.flex .btn_transparent svg,
    .flatplan__info__item.flex .btn_red svg {
        width: 16px;
    }
    /* line 331, ../sass/_level-floor.scss */
    .flatplan_center {
        width: 100%;
        padding: 20px 10px;
    }
    /* line 334, ../sass/_level-floor.scss */
    .flatplan_center img {
        width: 100%;
    }
    /* line 339, ../sass/_level-floor.scss */
    .flatplan__info__item:nth-child(3) .btn_red {
        width: 100%;
    }
    /* line 343, ../sass/_level-floor.scss */
    .flats_about .wrapper {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    /* line 347, ../sass/_level-floor.scss */
    .flats_about_name {
        font-size: 18px;
        text-align: center;
        width: 100%;
    }
    /* line 352, ../sass/_level-floor.scss */
    .flats_about__line {
        width: 100%;
    }
    .flats__slider__new li {
        display: flex;
        display: -webkit-flex;
        flex-direction: row-reverse;
        -webkit-flex-direction: row-reverse;
        align-items: center;
        -webkit-align-items: center;
    }
    .flats_param_num {
        min-width: 168px;
        padding: 0 18px;
    }
}


/* ====================================*/


/*!filter HappyHouse(1.2). (C) June 2018 Anna Begas. */


/* ==================================== */


/* line 4, ../sass/_filter.scss */

input[type="submit"] {
    outline: none;
}


/* line 7, ../sass/_filter.scss */

.load-more-container {
    text-align: center;
}


/* line 10, ../sass/_filter.scss */

.param_container {
    text-align: center;
    padding-bottom: 30px;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
}


/* line 19, ../sass/_filter.scss */

.param_container1 {
    color: #000;
    border: 1px solid #b8b8b8;
    border-radius: 4px;
    margin: 20px auto;
}


/* line 25, ../sass/_filter.scss */

.filter__mainname {
    color: #7f7f7f;
    font-size: 24px;
    margin: 30px auto 10px;
    text-align: center;
}


/* line 31, ../sass/_filter.scss */

.filter_name {
    font-size: 12px;
}


/* line 34, ../sass/_filter.scss */

.range_box {
    width: 40%;
    margin: 0;
    padding: 20px 50px 0;
    box-sizing: border-box;
}


/* line 40, ../sass/_filter.scss */

.checkbox__box {
    width: 10%;
    padding: 20px 10px;
}


/* line 44, ../sass/_filter.scss */

.checkbox__item {
    text-align: center;
}


/* line 47, ../sass/_filter.scss */

.filter__checkbox {
    display: none;
}


/* line 50, ../sass/_filter.scss */

.filter__checkbox:checked+label {
    background-color: #ed1c24;
}


/* line 53, ../sass/_filter.scss */

.checkbox__text {
    display: block;
    border: 1px solid #b8b8b8;
    padding: 8px 0;
    text-align: center;
    width: 30px;
    font-size: 12px;
    margin: 12px auto;
    cursor: pointer;
    border-radius: 4px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    background: transparent;
}


/* line 67, ../sass/_filter.scss */

.checkbox__text:hover {
    background: #ed1c24;
    color: #fff;
}


/* line 71, ../sass/_filter.scss */

.button__box {
    display: flex;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    margin: 0 20px 20px;
}


/* line 78, ../sass/_filter.scss */

.button__box>* {
    width: 30%;
    text-align: center;
}


/* line 82, ../sass/_filter.scss */

input[type="number"] {
    width: 38%;
    display: inline-block;
    margin: 10px;
    margin-bottom: 10px;
    background: transparent;
    border: 1px solid #b8b8b8;
    border-radius: 4px;
    outline: none;
    text-align: center;
    padding: 4px 0;
    font-size: 12px;
}


/* line 95, ../sass/_filter.scss */

input[type="number"]:active,
input[type="number"]:focus {
    border-color: #ed1c24;
    box-shadow: #ed1c24 0px 0px 10px -1px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}


/* line 102, ../sass/_filter.scss */

input[type="submit"] {
    -webkit-appearance: none;
    background: #ed1c24;
    width: 100%;
    border: none;
    max-width: 230px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    padding: 12px 0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}


/* line 118, ../sass/_filter.scss */

input[type="submit"]:hover {
    background: #c61017;
}


/* line 121, ../sass/_filter.scss */

.filter_rev {
    color: #7f7f7f;
    font-size: 12px;
}


/* line 125, ../sass/_filter.scss */

.number_flats {
    color: #000;
}


/* line 128, ../sass/_filter.scss */

.reset-button {
    color: #7f7f7f;
    text-decoration: underline;
    font-size: 12px;
}


/* line 133, ../sass/_filter.scss */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* line 138, ../sass/_filter.scss */

.filter__info {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    color: #000;
    padding: 10px 0 30px;
}


/* line 146, ../sass/_filter.scss */

.filter__info__quant {
    margin: 0 20px;
}


/* line 149, ../sass/_filter.scss */

.filter_info__list li {
    display: inline-block;
    margin: 0 20px;
}


/* line 153, ../sass/_filter.scss */

.filter_info__list {
    text-align: right;
}


/* line 156, ../sass/_filter.scss */

.filter_info__list li a {
    color: #000;
    border-bottom: 1px solid transparent;
    transition: 0.36s;
    -webkit-transition: 0.36s;
}


/* line 162, ../sass/_filter.scss */

.filter_info__list li a:hover {
    border-bottom: 1px solid #000;
}


/* line 165, ../sass/_filter.scss */

.result__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    margin: 0 auto;
}


/* line 174, ../sass/_filter.scss */

.cell.is-empty {
    width: 19%;
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}


/* line 182, ../sass/_filter.scss */

.result__item {
    width: 19%;
    border: 1px solid #b8b8b8;
    border-radius: 4px;
    color: #000;
    font-size: 12px;
    margin-bottom: 12px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: space-between;
}


/* line 197, ../sass/_filter.scss */

.result__item:hover {
    box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 10px -1px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}


/* line 202, ../sass/_filter.scss */

.result__item__inner {
    padding: 20px;
}


/* line 205, ../sass/_filter.scss */

.button {
    display: block;
    width: 100%;
    background: #ed1c24;
    box-sizing: border-box;
    text-align: center;
    margin-top: 6px;
    border-radius: 4px;
    padding: 12px 0;
    transition: 0.35s;
    -webkit-transition: 0.35s;
    color: #ffffff;
}


/* line 218, ../sass/_filter.scss */

.button:hover {
    background: #c61017;
}


/* line 221, ../sass/_filter.scss */

.result__img {
    width: 90%;
    margin: 10px auto;
    box-sizing: border-box;
}


/* line 226, ../sass/_filter.scss */

.result__img img {
    width: 100%;
    height: auto;
}


/* line 230, ../sass/_filter.scss */

.button.filter__more {
    max-width: 500px;
    margin: 20px auto 30px;
}

@media only screen and (max-width: 1200px) {
    /* line 235, ../sass/_filter.scss */
    .content_param .range_box {
        width: 100%;
        padding-top: 0px;
    }
}

@media only screen and (max-width: 960px) {
    /* line 241, ../sass/_filter.scss */
    input[type="number"] {
        margin: 10px 4px 10px;
    }
    /* line 244, ../sass/_filter.scss */
    .result__item,
    .cell.is-empty {
        width: 32%;
    }
}

@media only screen and (max-width: 768px) {
    /* line 249, ../sass/_filter.scss */
    .range_box {
        padding: 10px 20px 0;
    }
    /* line 252, ../sass/_filter.scss */
    .checkbox__box {
        padding: 10px;
    }
    /* line 255, ../sass/_filter.scss */
    input[type="submit"] {
        display: block;
        margin: 12px auto 30px;
    }
    /* line 259, ../sass/_filter.scss */
    .result__list {
        margin-top: 12px;
    }
    /* line 262, ../sass/_filter.scss */
    .result__item {
        width: 49%;
        padding: 0px;
    }
    /* line 266, ../sass/_filter.scss */
    .reset-button {
        margin-bottom: 16px;
    }
    /* line 269, ../sass/_filter.scss */
    .filter__info {
        line-height: 1.6;
    }
}

@media only screen and (max-width: 480px) {
    /* line 274, ../sass/_filter.scss */
    .param_container {
        flex-direction: column;
        -webkit-flex-direction: column;
    }
    /* line 278, ../sass/_filter.scss */
    .range_box {
        width: 100%;
        order: 1;
    }
    /* line 282, ../sass/_filter.scss */
    .checkbox__box {
        width: 100%;
        order: 0;
    }
    /* line 286, ../sass/_filter.scss */
    .checkboxes__rooms {
        display: flex;
    }
    /* line 289, ../sass/_filter.scss */
    .button__box {
        flex-direction: column;
        -webkit-flex-direction: column;
    }
    /* line 293, ../sass/_filter.scss */
    .button__box>* {
        width: 100%;
    }
    /* line 296, ../sass/_filter.scss */
    .button__box .button {
        order: 0;
        margin: 0 auto 20px;
    }
    /* line 300, ../sass/_filter.scss */
    .filter_rev {
        order: 1;
    }
}


/* Ion.RangeSlider
// RangeSlider */


/* line 306, ../sass/_filter.scss */

.irs {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* line 315, ../sass/_filter.scss */

.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none !important;
}


/* line 320, ../sass/_filter.scss */

.irs-line-left,
.irs-line-mid,
.irs-line-right {
    position: absolute;
    display: block;
    top: 0;
}


/* line 324, ../sass/_filter.scss */

.irs-line-left {
    left: 0;
    width: 11%;
}


/* line 327, ../sass/_filter.scss */

.irs-line-mid {
    left: 9%;
    width: 82%;
}


/* line 330, ../sass/_filter.scss */

.irs-line-right {
    right: 0;
    width: 11%;
}


/* line 333, ../sass/_filter.scss */

.irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0;
}


/* line 337, ../sass/_filter.scss */

.irs-bar-edge {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}


/* line 341, ../sass/_filter.scss */

.irs-shadow {
    position: absolute;
    display: none;
    left: 0;
    width: 0;
}


/* line 345, ../sass/_filter.scss */

.irs-slider {
    position: absolute;
    display: block;
    cursor: default;
    z-index: 1;
}


/* line 353, ../sass/_filter.scss */

.irs-slider.type_last {
    z-index: 2;
}


/* line 356, ../sass/_filter.scss */

.irs-min {
    position: absolute;
    display: block;
    left: 0;
    cursor: default;
}


/* line 361, ../sass/_filter.scss */

.irs-max {
    position: absolute;
    display: block;
    right: 0;
    cursor: default;
}


/* line 366, ../sass/_filter.scss */

.irs-from,
.irs-to,
.irs-single {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap;
}


/* line 372, ../sass/_filter.scss */

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
}


/* line 377, ../sass/_filter.scss */

.irs-with-grid .irs-grid {
    display: block;
}


/* line 380, ../sass/_filter.scss */

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #000;
}


/* line 386, ../sass/_filter.scss */

.irs-grid-pol.small {
    height: 4px;
}


/* line 389, ../sass/_filter.scss */

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #000;
}


/* line 398, ../sass/_filter.scss */

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: transparent;
    z-index: 2;
}


/* line 406, ../sass/_filter.scss */

.irs-disabled {
    opacity: 0.4;
}


/* line 409, ../sass/_filter.scss */

.lt-ie9 .irs-disabled {
    filter: alpha(opacity=40);
}


/* line 412, ../sass/_filter.scss */

.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}


/* Ion.RangeSlider, Simple Sk */


/* line 431, ../sass/_filter.scss */

.irs {
    height: 60px;
}


/* line 432, ../sass/_filter.scss */

.irs-with-grid {
    /*height: 75px;*/
}


/* line 433, ../sass/_filter.scss */

.irs-line {
    height: 2px;
    top: 33px;
    background: #666;
}


/* line 438, ../sass/_filter.scss */

.irs-line-left {
    height: 8px;
}


/* line 441, ../sass/_filter.scss */

.irs-line-mid {
    height: 8px;
}


/* line 444, ../sass/_filter.scss */

.irs-line-right {
    height: 8px;
}


/* line 447, ../sass/_filter.scss */

.irs-bar {
    height: 2px;
    top: 33px;
    background: #000000;
}


/* line 452, ../sass/_filter.scss */

.irs-bar-edge {
    height: 10px;
    top: 33px;
    width: 14px;
    border: 1px solid #428bca;
    border-right: 0;
    background: #428bca;
    background: linear-gradient(to top, #428bca 0%, #7fc3e8 100%);
    /* W3C */
    border-radius: 16px 0 0 16px;
    -moz-border-radius: 16px 0 0 16px;
}


/* line 462, ../sass/_filter.scss */

.irs-shadow {
    height: 2px;
    top: 38px;
    background: #000;
    opacity: 0.3;
    border-radius: 5px;
    -moz-border-radius: 5px;
}


/* line 469, ../sass/_filter.scss */

.lt-ie9 .irs-shadow {
    filter: alpha(opacity=30);
}


/* line 472, ../sass/_filter.scss */

.irs-slider {
    top: 27px;
    width: 12px;
    height: 12px;
    background: #ed1c24;
    border-radius: 100%;
    -moz-border-radius: 100%;
    cursor: pointer;
}


/* line 481, ../sass/_filter.scss */

.irs-slider.state_hover,
.irs-slider:hover {
    background: #c61017;
}


/* line 484, ../sass/_filter.scss */

.irs-min,
.irs-max {
    color: #333;
    font-size: 12px;
    line-height: 1.333;
    text-shadow: none;
    top: 0;
    padding: 1px 5px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    -moz-border-radius: 3px;
}


/* line 494, ../sass/_filter.scss */

.lt-ie9 .irs-min,
.lt-ie9 .irs-max {
    background: #ccc;
}


/* line 497, ../sass/_filter.scss */

.irs-from,
.irs-to,
.irs-single {
    display: none;
    width: 66px;
    top: -66px;
    cursor: pointer;
    text-shadow: none;
    padding: 8px;
    background: transparent;
    border-radius: 100%;
    -moz-border-radius: 100%;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}


/* line 510, ../sass/_filter.scss */

.irs-from:hover,
.irs-to:hover,
.irs-single:hover {
    border-color: #ef4136;
    box-shadow: #ef4136 0px 0px 10px -1px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}


/* line 516, ../sass/_filter.scss */

.lt-ie9 .irs-from,
.lt-ie9 .irs-to,
.lt-ie9 .irs-single {
    background: #999;
}


/* line 519, ../sass/_filter.scss */

.irs-grid {
    height: 27px;
}


/* line 522, ../sass/_filter.scss */

.irs-grid-pol {
    opacity: 0.5;
    background: #428bca;
}


/* line 526, ../sass/_filter.scss */

.irs-grid-pol.small {
    background: #999;
}


/* line 529, ../sass/_filter.scss */

.irs-grid-text {
    bottom: 5px;
    color: #99a4ac;
}


/* line 4, ../sass/_special.scss */

.special_item {
    width: 100%;
    height: 100vh;
    min-height: 550px;
    padding: 60px 10px;
}


/* line 9, ../sass/_special.scss */

.special_item .wrapper {
    height: 100%;
    align-items: center;
    -webkit-align-items: flex-start;
    position: relative;
    overflow: hidden;
}


/* line 16, ../sass/_special.scss */

.special_item .btn_red {
    position: absolute;
    width: 100%;
    max-width: 400px;
    right: 12px;
    bottom: 30px;
}


/* line 25, ../sass/_special.scss */

.special_item__1 {
    background: url("/wp-content/themes/happy-house/assets/img/special/1.jpg") center no-repeat;
    background-size: cover;
}


/* line 29, ../sass/_special.scss */

.special_item__2 {
    background: url("/wp-content/themes/happy-house/assets/img/special/2.jpg") center no-repeat;
    background-size: cover;
}


/* line 33, ../sass/_special.scss */

.special_item__3 {
    background: url("/wp-content/themes/happy-house/assets/img/special/3.jpg") center no-repeat;
    background-size: cover;
}


/* line 37, ../sass/_special.scss */

.special_item__4 {
    background: url("/wp-content/themes/happy-house/assets/img/special/4.jpg") center no-repeat;
    background-size: cover;
}


/* line 41, ../sass/_special.scss */

.special_box {
    overflow: hidden;
    margin-bottom: 50px;
    width: 100%;
}


/* line 46, ../sass/_special.scss */

.special_box_inner {
    font-family: "GothaProLig";
    width: 42%;
    position: relative;
    font-size: 30px;
    z-index: 1;
    line-height: 1.4;
    padding: 40px 30px 60px;
}


/* line 54, ../sass/_special.scss */

.special_box_inner p {
    margin-bottom: 20px;
}


/* line 58, ../sass/_special.scss */

.special_box_inner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: -50px;
    background-color: #f0f0f0;
    opacity: 0.8;
    z-index: -1;
    transform: skewY(-8deg);
    -webkit-transform: skewY(-8deg);
}


/* line 71, ../sass/_special.scss */

.special_box_inner:after {
    content: '';
    position: absolute;
    background-color: white;
    width: 94%;
    height: 24px;
    transform: skewY(-8deg);
    -webkit-transform: skewY(-8deg);
    bottom: 25px;
    left: 0;
}


/* line 82, ../sass/_special.scss */

.special__number {
    position: relative;
    padding: 20px;
    font-size: 42px;
    font-family: "GothaProLig";
    z-index: 0;
    width: 140px;
    text-align: right;
    padding-right: 12px;
    padding-top: 86px;
}


/* line 92, ../sass/_special.scss */

.special__number:before {
    content: '';
    position: absolute;
    z-index: -8;
    border: 100px solid transparent;
    border-bottom: 100px solid #f0f0f0;
    height: 0;
    right: -80px;
    bottom: 0;
}


/* line 102, ../sass/_special.scss */

.special__number:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 18px;
    border: 35px solid transparent;
    border-top: 35px solid white;
    border-right: 35px solid white;
    right: -20px;
}

@media only screen and (max-width: 768px) {
    /* line 114, ../sass/_special.scss */
    .special_item {
        padding: 10px 0;
    }
    /* line 116, ../sass/_special.scss */
    .special_item .btn_red {
        width: 92%;
    }
    /* line 120, ../sass/_special.scss */
    .special_box_inner {
        width: 77%;
        font-size: 16px;
        padding: 20px 20px 60px;
    }
    /* line 124, ../sass/_special.scss */
    .special_box_inner p {
        margin-bottom: 0;
    }
    /* line 128, ../sass/_special.scss */
    .special__number {
        padding: 20px;
        font-size: 30px;
        width: 70px;
        padding-right: 12px;
        padding-top: 70px;
    }
    /* line 134, ../sass/_special.scss */
    .special__number:after {
        top: 0;
    }
    /* line 137, ../sass/_special.scss */
    .special__number::before {
        border: 70px solid transparent;
        border-bottom: 70px solid #f0f0f0;
        right: -60px;
        bottom: 12px;
    }
    /* line 144, ../sass/_special.scss */
    .special_item__3 {
        /* background-size: auto 100%; */
        background-position: 64% 18%;
    }
}


/* line 4, ../sass/_location.scss */

.location_item {
    width: 48%;
    height: 290px;
    position: relative;
    overflow: hidden;
}


/* line 11, ../sass/_location.scss */

.location_item_1 {
    background: url("/wp-content/themes/happy-house/assets/img/location/1.jpg") center no-repeat;
    background-size: cover;
}


/* line 15, ../sass/_location.scss */

.location_item_2 {
    background: url("/wp-content/themes/happy-house/assets/img/location/2.jpg") center no-repeat;
    background-size: cover;
}


/* line 19, ../sass/_location.scss */

.location_box {
    padding: 20px 20px 20px 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    letter-spacing: normal;
    line-height: 1.4;
    width: 85%;
    z-index: 1;
}


/* line 29, ../sass/_location.scss */

.location_box:before {
    content: '';
    position: absolute;
    width: calc(100% + 50px);
    height: 100%;
    transform: skewX(-36deg);
    background: rgba(235, 235, 235, 0.8);
    z-index: -1;
    top: 0;
    left: -14px;
}


/* line 40, ../sass/_location.scss */

.location_box:after {
    content: '';
    position: absolute;
    background: rgba(200, 200, 200, 0.8);
    width: 24px;
    height: 80%;
    left: -44px;
    bottom: 0;
    transform: skewX(-36deg);
}


/* line 51, ../sass/_location.scss */

.metro_logo {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 50px;
}


/* line 58, ../sass/_location.scss */

.location_map {
    width: 100%;
    height: 600px;
    position: relative;
    margin: 20px auto;
}


/* line 63, ../sass/_location.scss */

.location_map .wrapper {
    width: 100%;
    max-width: 1200px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}


/* line 72, ../sass/_location.scss */

#map {
    height: 100%;
}


/* line 76, ../sass/_location.scss */

.location_list {
    position: absolute;
    right: 10px;
    top: 20px;
    font-size: 24px;
    letter-spacing: normal;
    line-height: 1.6;
}


/* line 83, ../sass/_location.scss */

.location_list li {
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.8);
    padding: 14px;
}


/* line 88, ../sass/_location.scss */

.location_list .red {
    color: #ed1c24;
}


/* line 91, ../sass/_location.scss */

.location_list p {
    font-size: 14px;
}

@media only screen and (max-width: 768px) {
    /* line 98, ../sass/_location.scss */
    .location_block .wrapper.flex {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    /* line 103, ../sass/_location.scss */
    .location_item {
        width: 100%;
    }
    /* line 107, ../sass/_location.scss */
    .location_list {
        position: static;
    }
    /* line 109, ../sass/_location.scss */
    .location_list li {
        padding: 10px;
        margin: 2px auto;
        text-align: center;
        background: #f0f0f0;
    }
    /* line 117, ../sass/_location.scss */
    .location_map {
        height: auto;
    }
    /* line 119, ../sass/_location.scss */
    .location_map .wrapper {
        position: static;
        transform: none;
    }
    /* line 124, ../sass/_location.scss */
    #map {
        height: 90vh;
    }
}


/* line 1, ../sass/_gallery.scss */

.one_gallery1 {
    margin-bottom: 0;
}


/* line 3, ../sass/_gallery.scss */

.one_gallery1 #bx-pager {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    padding: 20px;
    width: 100%;
    text-align: center;
}


/* line 10, ../sass/_gallery.scss */

.one_gallery1 #bx-pager img {
    border: 3px solid transparent;
    width: 58px;
    border-radius: 8px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}


/* line 17, ../sass/_gallery.scss */

.one_gallery1 #bx-pager a:hover img {
    border: 3px solid #ed1c24;
}


/* line 23, ../sass/_gallery.scss */

.gallery1 .gitem__1 {
    background: url("/wp-content/themes/happy-house/assets/img/gallery/gal1.jpg") center no-repeat;
    background-size: cover;
}


/* line 27, ../sass/_gallery.scss */

.gallery1 .gitem__2 {
    background: url("/wp-content/themes/happy-house/assets/img/gallery/gal2.jpg") center no-repeat;
    background-size: cover;
}


/* line 31, ../sass/_gallery.scss */

.gallery1 .gitem__3 {
    background: url("/wp-content/themes/happy-house/assets/img/gallery/gal3.jpg") center no-repeat;
    background-size: cover;
}


/* line 35, ../sass/_gallery.scss */

.gallery1 .gitem__4 {
    background: url("/wp-content/themes/happy-house/assets/img/gallery/gal4.jpg") center no-repeat;
    background-size: cover;
}


/* line 39, ../sass/_gallery.scss */

.gallery1 .gitem__5 {
    background: url("/wp-content/themes/happy-house/assets/img/gallery/gal5.jpg") center no-repeat;
    background-size: contain;
}


/* line 43, ../sass/_gallery.scss */

.gallery1 .gitem__6 {
    background: url("/wp-content/themes/happy-house/assets/img/gallery/gal6.jpg") center no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 768px) {
    /* line 50, ../sass/_gallery.scss */
    .one_gallery1 #bx-pager img {
        border: 2px solid transparent;
        width: 48px;
    }
    /* line 54, ../sass/_gallery.scss */
    .one_gallery1 #bx-pager {
        padding: 10px 0px;
    }
}


/* line 1, ../sass/_news.scss */

.news_block {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}


/* line 4, ../sass/_news.scss */

.news_block .block_double {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: space-between;
}


/* line 13, ../sass/_news.scss */

.news_block figcaption {
    background: white;
    padding-top: 20px;
    overflow: hidden;
}


/* line 18, ../sass/_news.scss */

.news_block .block__name {
    white-space: normal;
}


/* line 22, ../sass/_news.scss */


/*.news_item__1 {
  background: url("/wp-content/themes/happy-house/assets/img/adv_bg.jpg") center no-repeat;
  background-size: cover;
}*/


/* line 27, ../sass/_news.scss */


/*.news_item__2 {
  background: url("/wp-content/themes/happy-house/assets/img/adv_bg.jpg") center no-repeat;
  background-size: cover;
}*/


/* line 31, ../sass/_news.scss */


/*.news_item__3 {
  background: url("/wp-content/themes/happy-house/assets/img/adv_bg.jpg") center no-repeat;
  background-size: cover;
}*/


/* line 35, ../sass/_news.scss */


/*.news_item__4 {
  background: url("/wp-content/themes/happy-house/assets/img/adv_bg.jpg") center no-repeat;
  background-size: cover;
}*/


/* line 39, ../sass/_news.scss */

.pagination {
    text-align: center;
    margin-bottom: 50px;
}


/* line 43, ../sass/_news.scss */

.pad__center li {
    display: inline-block;
    vertical-align: middle;
}


/* line 47, ../sass/_news.scss */

.pad__center li a {
    display: block;
    background-color: #f5f5f5;
    text-align: center;
    margin: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e5e5e5;
    border-radius: 100%;
    transition: 0.33s;
    -webkit-transition: 0.33s;
}


/* line 60, ../sass/_news.scss */

.pad__center li a:hover {
    background-color: #ed1c24;
    border: 1px solid #ed1c24;
}


/* line 66, ../sass/_news.scss */

.news_date {
    display: flex;
    align-items: flex-end;
    display: -webkit-flex;
    -webkit-align-items: flex-end;
}


/* line 71, ../sass/_news.scss */

.news_date svg {
    margin: 0 6px 0 12px;
}


/* line 75, ../sass/_news.scss */

.news_item_wrapper {
    width: 100%;
    max-width: 870px;
    margin: 0 auto;
    padding: 0 10px;
}


/* line 81, ../sass/_news.scss */

.newsitem_img img {
    width: 100%;
    height: auto;
}


/* line 85, ../sass/_news.scss */

.newsitem_text {
    font-size: 18px;
    line-height: 1.6;
    text-align: justify;
}


/* line 90, ../sass/_news.scss */

.newsitem_text p {
    padding: 10px 0;
    text-indent: 20px;
}

.newsitem_text a {
    text-decoration: underline;
}


/* line 95, ../sass/_news.scss */

.newsitem_btn>* {
    width: 48%;
    max-width: 400px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
}

@media only screen and (max-width: 1024px) {
    /* line 106, ../sass/_news.scss */
    .news_block.flex {
        align-items: normal;
        -webkit-align-items: normal;
    }
}

@media only screen and (max-width: 768px) {
    /* line 113, ../sass/_news.scss */
    .newsitem_block .wrapper.flex {
        flex-direction: column;
        -webkit-flex-direction: column;
    }
    /* line 117, ../sass/_news.scss */
    .newsitem_block .news_date {
        width: 100%;
        align-items: center;
        -webkit-align-items: center;
        margin-bottom: 20px;
    }
    .news_block .block_img {
        height: auto;
        margin-bottom: 5px;
    }
    .news_block .block_img img {
        position: static;
        transform: none;
        width: 100%;
        height: auto;
    }
    /* line 124, ../sass/_news.scss */
    .newsitem_text {
        font-size: 14px;
    }
    /* line 127, ../sass/_news.scss */
    .newsitem_btn>* {
        align-items: center;
        -webkit-align-items: center;
    }
}


/* line 3, ../sass/_building.scss */

.webcam_block .building_info {
    margin: 40px auto;
}


/* line 6, ../sass/_building.scss */

.webcam_block .btn_red {
    max-width: 350px;
    margin: 30px auto 60px;
}


/* line 11, ../sass/_building.scss */

.webcam_box {
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
}


/* line 15, ../sass/_building.scss */

.webcam_box iframe {
    height: 460px;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    /* line 21, ../sass/_building.scss */
    .webcam_box iframe {
        height: 240px;
    }
}


/* line 27, ../sass/_building.scss */

.status_box {
    background: #f0f0f0;
    padding: 20px 30px;
}


/* line 31, ../sass/_building.scss */

.hod-stroitelstva__box {
    margin: 40px auto 60px;
    position: relative;
}


/* line 35, ../sass/_building.scss */

.container_svg {
    width: 220px;
}


/* line 38, ../sass/_building.scss */

.building_timebar {
    width: 80%;
    flex-wrap: wrap;
}


/* line 42, ../sass/_building.scss */

.timebar__item {
    width: 50%;
    padding: 12px;
}


/* line 46, ../sass/_building.scss */

.building_info {
    font-size: 18px;
    text-align: center;
    margin-top: 50px;
}


/* line 53, ../sass/_building.scss */

.tooltip {
    display: inline-block;
    position: relative;
    z-index: 9;
}


/* line 58, ../sass/_building.scss */

.tooltip-item {
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    padding: 0 10px;
    box-sizing: border-box;
}


/* line 65, ../sass/_building.scss */

.tooltip-item::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: 100%;
    left: 50%;
    pointer-events: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}


/* line 77, ../sass/_building.scss */

.tooltip:hover .tooltip-item::after {
    pointer-events: auto;
}


/* Tooltip */


/* line 83, ../sass/_building.scss */

.tooltip-content {
    position: absolute;
    z-index: 9999;
    width: 220px;
    left: 50%;
    margin: 0 0 20px -110px;
    bottom: 80%;
    text-align: left;
    font-size: 18px;
    line-height: 1.4;
    box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
    background: #ef2732;
    box-sizing: border-box;
    padding: 0 8px;
    opacity: 0;
    cursor: default;
    pointer-events: none;
}


/* line 102, ../sass/_building.scss */

.tooltip-effect-2 .tooltip-content {
    -webkit-transform-origin: 50% calc(100% + 10px);
    transform-origin: 50% calc(100% + 10px);
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 45deg);
    transform: perspective(1000px) rotate3d(1, 0, 0, 45deg);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
}


/* line 111, ../sass/_building.scss */

.tooltip:hover .tooltip-content {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
    transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}


/* line 118, ../sass/_building.scss */

.tooltip.tooltip-effect-2:hover .tooltip-content {
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
    transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
}


/* line 123, ../sass/_building.scss */

.tooltip-content::after {
    content: '';
    top: 100%;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #ef2732;
    border-width: 10px;
    margin-left: -10px;
}


/* Tooltip content*/


/* line 140, ../sass/_building.scss */

.tooltip-text {
    font-size: 0.68em;
    line-height: 1.35;
    display: block;
    padding: 1.31em 1.21em 1.21em 0;
    color: #fff;
}


/* line 148, ../sass/_building.scss */

.building_webcam__link {
    display: block;
    width: 95px;
    height: auto;
    background: #fff;
    border-radius: 4px;
    padding: 10px;
    text-align: center;
    line-height: 1.2;
}


/* line 157, ../sass/_building.scss */

.building_webcam__link svg {
    display: block;
    margin: 0px auto 10px;
}


/* line 165, ../sass/_building.scss */

.stroy_item__1 {
    background: url("/wp-content/themes/happy-house/assets/img/hod/1.jpg") center no-repeat;
    background-size: cover;
}


/* line 169, ../sass/_building.scss */

.stroy_item__2 {
    background: url("/wp-content/themes/happy-house/assets/img/hod/2.jpg") center no-repeat;
    background-size: cover;
}


/* line 173, ../sass/_building.scss */

.stroy_item__3 {
    background: url("/wp-content/themes/happy-house/assets/img/hod/3.jpg") center no-repeat;
    background-size: cover;
}


/* line 177, ../sass/_building.scss */

.stroy_item__4 {
    background: url("/wp-content/themes/happy-house/assets/img/hod/4.jpg") center no-repeat;
    background-size: cover;
}


/* line 181, ../sass/_building.scss */

.stroy_item__5 {
    background: url("/wp-content/themes/happy-house/assets/img/hod/5.jpg") center no-repeat;
    background-size: cover;
}


/* line 185, ../sass/_building.scss */

.stroy_item__6 {
    background: url("/wp-content/themes/happy-house/assets/img/hod/6.jpg") center no-repeat;
    background-size: cover;
}


/* line 189, ../sass/_building.scss */

.gold__timeline {
    width: 1px;
    height: 100%;
    position: absolute;
    background: #ed1c24 content-box;
    left: 50%;
    padding: 0px 0;
}


/* line 197, ../sass/_building.scss */

.hod-stroitelstva__item {
    width: 47%;
    height: 280px;
    position: relative;
    margin-top: 0px;
}


/* line 202, ../sass/_building.scss */

.hod-stroitelstva__item::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 4px;
    background: #ed1c24;
    border-radius: 0px 4px 4px 0px;
    top: 0%;
    right: -32px;
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
}


/* line 214, ../sass/_building.scss */

.hod-stroitelstva__item figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    padding: 16px;
    text-align: center;
    color: #000;
    pointer-events: none;
}


/* line 226, ../sass/_building.scss */

.hod-stroitelstva__link {
    display: block;
    width: 100%;
    height: 100%;
}


/* line 231, ../sass/_building.scss */

.hod-stroitelstva__item:nth-child(odd) {
    margin: -280px 0 30px auto;
}


/* line 233, ../sass/_building.scss */

.hod-stroitelstva__item:nth-child(odd)::after {
    content: '';
    left: -32px;
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    top: auto;
    bottom: 0;
}

@media only screen and (max-width: 1024px) {
    /* line 243, ../sass/_building.scss */
    .status_box {
        padding: 10px;
    }
    /* line 246, ../sass/_building.scss */
    .building_timebar {
        width: 100%;
    }
}

@media only screen and (max-width: 842px) {
    /* line 251, ../sass/_building.scss */
    .status_box {
        font-size: 12px;
    }
}

@media only screen and (max-width: 768px) {
    /* line 256, ../sass/_building.scss */
    .status_box {
        flex-direction: column;
        -webkit-flex-direction: column;
        padding: 20px 0;
    }
    /* line 261, ../sass/_building.scss */
    .building_timebar {
        width: 100%;
    }
    /* line 264, ../sass/_building.scss */
    .timebar__item {
        width: 100%;
        flex-direction: column;
        -webkit-flex-direction: column;
    }
    /* line 269, ../sass/_building.scss */
    .timebar_name {
        margin-bottom: 10px;
    }
    /* line 272, ../sass/_building.scss */
    .building_webcam {
        width: 90%;
        margin: 20px auto;
    }
    /* line 276, ../sass/_building.scss */
    .building_webcam__link {
        width: 100%;
        display: flex;
        align-items: center;
        display: -webkit-flex;
        -webkit-align-items: center;
        padding: 6px 60px;
        justify-content: space-evenly;
        -webkit-justify-content: space-evenly;
    }
    /* line 285, ../sass/_building.scss */
    .building_webcam__link svg {
        margin: 0 6px;
        width: 20px;
    }
    /* line 291, ../sass/_building.scss */
    .hod-stroitelstva__item {
        width: 100%;
        margin-bottom: 30px;
    }
    /* line 295, ../sass/_building.scss */
    .hod-stroitelstva__item:nth-child(odd) {
        margin: 0 0 30px 0;
    }
}


/* line 1, ../sass/_atmosphere.scss */

.atmosphere-content {
    width: 100%;
    padding: 0px 0 60px 0;
}


/* line 5, ../sass/_atmosphere.scss */

.atmosphere-top {
    width: 100%;
    margin-bottom: 45px;
    display: flex;
    justify-content: space-between;
}


/* line 10, ../sass/_atmosphere.scss */

.atmosphere-top-text {
    width: 43.96552%;
    height: 370px;
}


/* line 14, ../sass/_atmosphere.scss */

.atmosphere-top__image {
    position: relative;
    width: 100%;
}


/* line 17, ../sass/_atmosphere.scss */

.atmosphere-top__image-wrap {
    width: 15.68627%;
    float: right;
    margin-right: 3.92157%;
}


/* line 23, ../sass/_atmosphere.scss */

.atmosphere-top__text {
    width: 64.70588%;
    font-family: "GothaPro";
    font-size: 0.875rem;
    line-height: 1.6;
    color: #000;
    margin-bottom: 35px;
}


/* line 30, ../sass/_atmosphere.scss */

.atmosphere-top__text:last-child {
    margin-bottom: 0;
}


/* line 33, ../sass/_atmosphere.scss */

.atmosphere-top__text_long {
    width: 100%;
}


/* line 36, ../sass/_atmosphere.scss */

.atmosphere-top__text_medium {
    font-family: "GothaProMed";
    font-weight: 600;
}


/* line 41, ../sass/_atmosphere.scss */

.atmosphere-top-video {
    width: 53.44828%;
    height: 370px;
}


/* line 46, ../sass/_atmosphere.scss */

.atmosphere-top__video {
    width: 100%;
    height: 100%;
}


/*810*/


/* line 54, ../sass/_atmosphere.scss */

.atmosphere-middle {
    margin-bottom: 50px;
}


/* line 56, ../sass/_atmosphere.scss */

.atmosphere-middle__section {
    position: relative;
    padding: 30px 0 40px 0;
    border-bottom: 1px solid #BEBCB8;
}


/* line 61, ../sass/_atmosphere.scss */

.atmosphere-middle__section_border-top {
    border-top: 1px solid #BEBCB8;
}


/* line 66, ../sass/_atmosphere.scss */

.atmosphere-middle__heading {
    font-size: 1.5rem;
    font-family: "GothaPro";
    width: 100%;
    text-align: center;
    color: #000;
    margin-bottom: 40px;
}


/* line 75, ../sass/_atmosphere.scss */

.atmosphere-middle-list {
    width: 43.90244%;
    padding-left: 2%;
    margin-right: 12.19512%;
}


/* line 80, ../sass/_atmosphere.scss */

.atmosphere-middle-list:nth-child(2) {
    margin-right: 0;
}


/* line 84, ../sass/_atmosphere.scss */

.atmosphere-middle-list-wrap {
    width: 70.68966%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}


/* line 91, ../sass/_atmosphere.scss */

.atmosphere-middle-list__item {
    position: relative;
    width: 100%;
    margin-bottom: 7px;
    padding-left: 8.33333%;
    box-sizing: border-box;
    line-height: 1.6;
    font-family: "GothaPro";
    font-size: 0.875rem;
    color: #000;
    list-style: none;
}


/* line 102, ../sass/_atmosphere.scss */

.atmosphere-middle-list__item:before {
    content: '\2022';
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    font-size: 20px;
}


/* line 111, ../sass/_atmosphere.scss */

.atmosphere-middle-list__text {
    margin-bottom: 25px;
    padding: 0;
}


/* line 114, ../sass/_atmosphere.scss */

.atmosphere-middle-list__text:before {
    display: none;
}


/* line 120, ../sass/_atmosphere.scss */

.atmosphere-middle__icon {
    width: 9.48276%;
    position: absolute;
    top: 60px;
    left: 15px;
    stroke: #F0323A;
    stroke-width: 2;
    fill: none;
}


/* line 131, ../sass/_atmosphere.scss */

.atmosphere-bottom {
    display: flex;
}


/* line 134, ../sass/_atmosphere.scss */

.atmosphere-bottom__text {
    width: 29.56897%;
    margin-right: 5.17241%;
    line-height: 1.6;
    font-family: "GothaPro";
    font-size: 0.875rem;
    color: #000;
}


/* line 142, ../sass/_atmosphere.scss */

.atmosphere-bottom__text:last-child {
    margin-right: 0;
}


/* line 146, ../sass/_atmosphere.scss */

.atmosphere-bottom__text_medium {
    font-family: "GothaProMed";
    font-weight: 600;
}


/*MEDIA QUERIES*/

@media screen and (max-width: 1225px) {
    /* line 158, ../sass/_atmosphere.scss */
    .atmosphere-top {
        padding: 0 10px;
    }
    /* line 162, ../sass/_atmosphere.scss */
    .atmosphere-top-video {
        width: 43%;
        height: 270px;
    }
    /* line 167, ../sass/_atmosphere.scss */
    .atmosphere-top-text {
        width: 55%;
    }
}

@media screen and (max-width: 1021px) {
    /* line 173, ../sass/_atmosphere.scss */
    .atmosphere-top {
        box-sizing: border-box;
        flex-wrap: wrap;
    }
    /* line 178, ../sass/_atmosphere.scss */
    .atmosphere-top-video {
        width: 100%;
    }
    /* line 182, ../sass/_atmosphere.scss */
    .atmosphere-top-text {
        width: 100%;
        height: auto;
    }
    /* line 187, ../sass/_atmosphere.scss */
    .atmosphere-middle-list-wrap {
        width: 80%;
    }
    /* line 190, ../sass/_atmosphere.scss */
    .atmosphere-middle__icon {
        left: 0;
    }
}

@media screen and (max-width: 720px) {
    /* line 197, ../sass/_atmosphere.scss */
    .atmosphere-top__text {
        margin-bottom: 15px;
    }
    /* line 200, ../sass/_atmosphere.scss */
    .atmosphere-top__text:last-child {
        margin-bottom: 15px;
    }
    /* line 205, ../sass/_atmosphere.scss */
    .atmosphere-middle-list-wrap {
        width: 95%;
    }
    /* line 208, ../sass/_atmosphere.scss */
    .atmosphere-middle-list {
        padding: 0;
        margin-right: 2%;
        width: 49%;
    }
    /* line 213, ../sass/_atmosphere.scss */
    .atmosphere-middle__icon {
        display: none;
    }
}

@media screen and (max-width: 599px) {
    /* line 219, ../sass/_atmosphere.scss */
    .atmosphere-content {
        padding: 20px 0;
    }
    /* line 223, ../sass/_atmosphere.scss */
    .atmosphere-top__image-wrap {
        width: 65%;
        margin: 0 auto 20px auto;
        float: none;
    }
    /* line 229, ../sass/_atmosphere.scss */
    .atmosphere-top__text {
        width: 100%;
        text-align: justify;
    }
    /* line 234, ../sass/_atmosphere.scss */
    .atmosphere-middle {
        margin-bottom: 30px;
    }
    /* line 237, ../sass/_atmosphere.scss */
    .atmosphere-middle-list {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    /* line 242, ../sass/_atmosphere.scss */
    .atmosphere-middle-list__text {
        margin-bottom: 10px;
    }
    /* line 246, ../sass/_atmosphere.scss */
    .atmosphere-bottom {
        padding: 0 10px;
        flex-wrap: wrap;
        box-sizing: border-box;
    }
    /* line 251, ../sass/_atmosphere.scss */
    .atmosphere-bottom__text {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
}


/*MEDIA QUERIES*/


/* line 1, ../sass/_404.scss */

.not-found__container {
    position: relative;
    height: calc(100vh - 125px);
    background: url("/wp-content/themes/happy-house/assets/img/404/404-bg.jpg") center -100px no-repeat;
    background-size: cover;
}


/* line 8, ../sass/_404.scss */

.not-found__main_name {
    padding-bottom: 0;
}


/* line 12, ../sass/_404.scss */

.main_name .not-found__line_grey {
    margin: 0;
}


/* line 16, ../sass/_404.scss */

.main_name .not-found__line_fanny {
    margin: 0;
    padding: 0;
}


/* line 21, ../sass/_404.scss */

.not-found__content {
    width: 1145px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
}


/* line 30, ../sass/_404.scss */

.not-found__image {
    width: 690px;
    margin-right: 90px;
}


/* line 35, ../sass/_404.scss */

.not-found-info {
    position: relative;
    width: 350px;
}


/* line 39, ../sass/_404.scss */

.not-found-info__heading {
    width: 100%;
    font-size: 2rem;
    font-family: "GothaProLig";
    margin: 0 0 37% 0;
}


/* line 46, ../sass/_404.scss */

.not-found-info__button {
    width: 49%;
    line-height: 45px;
    text-align: center;
    background-color: #ed1c24;
    border-radius: 3px;
    color: #fff;
    font-size: 0.875rem;
    font-family: "GothaProMed";
    transition: all 0.5s;
}


/* line 57, ../sass/_404.scss */

.not-found-info__button:hover {
    background-color: #fff;
    color: #ed1c24;
}


/* line 62, ../sass/_404.scss */

.not-found-info__button-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
}


/* line 69, ../sass/_404.scss */

.not-found-info__icon_line {
    position: absolute;
    left: 0;
    top: -40px;
}

@media screen and (max-width: 1200px) {
    /* line 79, ../sass/_404.scss */
    .not-found__content {
        width: 768px;
    }
    /* line 83, ../sass/_404.scss */
    .not-found__image {
        width: 475px;
        height: 190px;
        margin-right: 50px;
    }
    /* line 89, ../sass/_404.scss */
    .not-found-info {
        width: 243px;
    }
    /* line 92, ../sass/_404.scss */
    .not-found-info__heading {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 800px) {
    /* line 99, ../sass/_404.scss */
    .not-found__content {
        width: 570px;
        flex-wrap: wrap;
        justify-content: center;
    }
    /* line 105, ../sass/_404.scss */
    .not-found__image {
        width: 100%;
        height: 200px;
        margin-right: 0;
        margin-bottom: 50px;
    }
    /* line 113, ../sass/_404.scss */
    .not-found-info__heading {
        text-align: center;
    }
    /* line 117, ../sass/_404.scss */
    .not-found-info__icon_line {
        top: -25px;
    }
}

@media screen and (max-width: 600px) {
    /* line 124, ../sass/_404.scss */
    .not-found__container {
        position: relative;
        height: 100vh;
        background: url("/wp-content/themes/happy-house/assets/img/404/404-bg.jpg") center center no-repeat;
        background-size: cover;
    }
    /* line 131, ../sass/_404.scss */
    .not-found__content {
        width: 300px;
    }
    /* line 135, ../sass/_404.scss */
    .not-found__image {
        width: 100%;
        height: 120px;
    }
    /* line 141, ../sass/_404.scss */
    .not-found-info__heading {
        margin-bottom: 25%;
    }
    /* line 145, ../sass/_404.scss */
    .not-found-info__icon_line {
        top: -25px;
    }
}


/* line 1, ../sass/_animate.scss */

.wow {
    visibility: hidden;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}


/* line 1, ../sass/_animate.scss */

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}


/* line 1, ../sass/_animate.scss */

.bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


/* line 1, ../sass/_animate.scss */

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


/* line 1, ../sass/_animate.scss */

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


/* line 1, ../sass/_animate.scss */

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


/* line 1, ../sass/_animate.scss */

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}


/* line 1, ../sass/_animate.scss */

.bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}


/* line 1, ../sass/_animate.scss */

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}


/* line 1, ../sass/_animate.scss */

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}


/* line 1, ../sass/_animate.scss */

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}


/* line 1, ../sass/_animate.scss */

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* line 1, ../sass/_animate.scss */

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


/* line 1, ../sass/_animate.scss */

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


/* line 1, ../sass/_animate.scss */

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


/* line 1, ../sass/_animate.scss */

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


/* line 1, ../sass/_animate.scss */

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


/* line 1, ../sass/_animate.scss */

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


/* line 1, ../sass/_animate.scss */

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


/* line 1, ../sass/_animate.scss */

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


/* line 1, ../sass/_animate.scss */

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}


/* line 1, ../sass/_animate.scss */

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}


/* line 1, ../sass/_animate.scss */

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


/* line 1, ../sass/_animate.scss */

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


/* line 1, ../sass/_animate.scss */

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


/* line 1, ../sass/_animate.scss */

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


/* line 1, ../sass/_animate.scss */

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}


/* line 1, ../sass/_animate.scss */

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}


/* line 1, ../sass/_animate.scss */

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}


/* line 1, ../sass/_animate.scss */

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}


/* line 1, ../sass/_animate.scss */

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}


/* line 1497, ../sass/style.scss */

.scaleimage {
    background-size: cover;
    transition: background-size 2s ease-in;
    -webkit-transition: background-size 2s ease-in;
}


/* line 1502, ../sass/style.scss */

.scaleimage_active {
    background-size: 120%;
    transition: background-size 2s ease-in;
    -moz-transition: background-size 2s ease-in;
    -webkit-transition: background-size 2s ease-in;
}


/* line 1510, ../sass/style.scss */

.btn-11,
.btn-10 {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    max-width: 250px;
    border: 1px solid #ed1c24;
    border-radius: 4px;
    padding: 18px 0;
    text-align: center;
}


/* line 1521, ../sass/style.scss */

.btn-11:before,
.btn-11:after,
.btn-10:before,
.btn-10:after {
    box-sizing: border-box;
    transition: 0.5s ease-in-out;
    z-index: -1;
}


/* line 1527, ../sass/style.scss */

.btn-11 i,
.btn-11 em,
.btn-11 b,
.btn-11 strong,
.btn-11 span,
.btn-10 i,
.btn-10 em,
.btn-10 b,
.btn-10 strong,
.btn-10 span {
    transition: none;
}

@keyframes criss-cross-left {
    0% {
        left: -20px;
    }
    50% {
        left: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        left: 50%;
        width: 375px;
        height: 375px;
    }
}

@-webkit-keyframes criss-cross-right {
    0% {
        right: -20px;
    }
    50% {
        right: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        right: 50%;
        width: 375px;
        height: 375px;
    }
}

@keyframes criss-cross-right {
    0% {
        right: -20px;
    }
    50% {
        right: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        right: 50%;
        width: 375px;
        height: 375px;
    }
}


/* line 1584, ../sass/style.scss */

.btn-11 {
    position: relative;
    color: #ed1c24;
}


/* line 1588, ../sass/style.scss */

.btn-10 {
    position: relative;
    color: white;
}


/* line 1592, ../sass/style.scss */

.btn-11:before,
.btn-11:after {
    position: absolute;
    top: 50%;
    content: '';
    width: 20px;
    height: 20px;
    background-color: #ed1c24;
    border-radius: 50%;
    box-sizing: border-box;
    transition: 0.5s ease-in-out;
    z-index: -1;
}


/* line 1604, ../sass/style.scss */

.btn-11:before {
    left: -20px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/* line 1609, ../sass/style.scss */

.btn-11:after {
    right: -20px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}


/* line 1614, ../sass/style.scss */

.btn-11:hover {
    color: #ffffff;
}


/* line 1616, ../sass/style.scss */

.btn-11:hover svg {
    fill: #ffffff;
}


/* line 1620, ../sass/style.scss */

.btn-11:hover:before {
    -webkit-animation: criss-cross-left 0.8s both;
    animation: criss-cross-left 0.8s both;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}


/* line 1626, ../sass/style.scss */

.btn-11:hover:after {
    -webkit-animation: criss-cross-right 0.8s both;
    animation: criss-cross-right 0.8s both;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}


/* //// Default effect: Slide from Top  //// */


/* //// Slide Corner  //// */


/* line 1637, ../sass/style.scss */

.slidebottomleft {
    color: white;
    /*color: #ed1c24;*/
    background: transparent;
    border: 1px solid #ed1c24;
    border-radius: 4px;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    transition: all .5s;
}


/* line 1646, ../sass/style.scss */

.slidebottomleft svg {
    transition: all .5s;
}


/* line 1651, ../sass/style.scss */

.slidebottomleft:before,
.slidebottomleft:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: white;
    z-index: -1;
    transform: translate3D(0, -100%, 0);
    transition: all .5s;
}


/* line 1665, ../sass/style.scss */

.slidebottomleft:before {
    background: #ed1c24;
    /*background: white;*/
    z-index: -2;
    transform: translate3D(0, 0, 0);
}


/* line 1670, ../sass/style.scss */

.slidebottomleft:hover {
    color: #ed1c24;
    /*color: #ffffff;*/
    border: 1px solid #ed1c24;
}


/* line 1673, ../sass/style.scss */

.slidebottomleft:hover svg {
    fill: #ed1c24;
    /*fill: #ffffff;*/
}


/* line 1677, ../sass/style.scss */

.slidebottomleft:hover:after {
    transform: translate3D(0, 0, 0);
    transition: all .5s;
}


/* line 1681, ../sass/style.scss */

.slidebottomleft:after {
    transform: translate3D(-100%, 100%, 0);
}


/* line 1684, ../sass/style.scss */

.slidebottomleft:hover:after {
    transform: translate3D(0, 0, 0);
    transition: all .5s;
    /*background: #ed1c24;*/
}


/* Responsive svg start */

@media only screen and (max-width: 870px) {
    /* line 1873, ../sass/style.scss */
    .svg-all-content {
        transform: translate(-20%, 35%) scale(1.5);
    }
}

@media only screen and (max-width: 500px) {
    /* line 1878, ../sass/style.scss */
    .svg-all-content {
        transform: translate(-45%, 35%) scale(2);
    }
}


/* line 1882, ../sass/style.scss */

.block_single .bx-wrapper .bx-controls-direction a svg,
.block_double .bx-wrapper .bx-controls-direction a svg {
    max-width: 12px;
    max-height: 12px;
}

.superseo {
    height: 0;
    width: 0;
    overflow: hidden;
}


/*new style*/

.contact_form__text {
    margin-bottom: 20px;
    font-size: 1rem;
}

.contacts__info__social {
    display: flex;
    justify-content: center;
}


/*end__new style*/

img[data-name="https://house-happy.com.ua/wp-content/uploads/2018/12/51LUP_croper_ru.jpeg"] {
    width: 100%;
}


/* modalbox flatplan */

.modalbox-flatplan {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 52;
    padding: 50px;
    display: none;
    background-color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modalbox__inner {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.modalbox-flatplan__close {
    position: absolute;
    top: 25px;
    right: 50px;
    cursor: pointer;
    font-size: 25px;
}

.modalbox__img {
    width: 100%;
    height: 100%;
}

.modalbox__img img {
    width: 100%;
    max-height: 100%;
    object-fit: contain;
}


/* flat-plan */

.flats_param_num {
    white-space: nowrap;
}


/* checkbox-balcony filter page */

.checkbox-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    margin-bottom: 15px;
}

.checkbox-block-vertical {
    flex-direction: column;
    align-items: center;
    margin-top: 67px;
}

.filter-title {
    font-size: 12px;
    margin-bottom: 12px;
}

.checkbox-block__item {
    padding: 0 15px;
    min-width: 120px;
}

.checkbox-block__item_mb {
    margin-top: 15px;
}

.checkbox-block__name {
    font-size: 12px;
}

.checkbox-balcony__balcony,
.checkbox-lodj__lodj,
.checkbox-block__prospectus,
.checkbox-block__yard,
.checkbox-block__studio {
    display: none;
}

.checkbox-block__text {
    display: block;
    border: 1px solid #b8b8b8;
    padding: 8px 0;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 12px;
    margin: 12px auto;
    cursor: pointer;
    border-radius: 4px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    background: transparent;
}

.checkbox-balcony__balcony:checked+label,
.checkbox-lodj__lodj:checked+label,
.checkbox-block__prospectus:checked+label,
.checkbox-block__yard:checked+label,
.checkbox-block__studio:checked+label {
    background-color: #ed1c24;
}

.checkbox-block__text:hover {
    background: #ed1c24;
    color: #fff;
}


/* map infrastructura page */

.infra-map {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 20px;
    border: 1px solid #cdcdcd;
    border-radius: 6px;
}

.infra-map__info {
    width: 50%;
    padding: 20px;
}

.infra-map__top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cdcdcd;
}

.infra-map__title {
    font-size: 20px;
    margin-right: 10px;
}

.infra-map__inner {
    width: 50%;
}

.infra-map__btn {
    width: 40%;
    cursor: pointer;
}

.infra-map__button {
    margin-top: 0;
}

.infra-map__list li {
    margin-bottom: 20px;
    cursor: pointer;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.infra-map__img {
    width: 20px;
    margin-right: 20px;
}

.infra-map__img img {
    max-width: 100%;
    display: block;
}

@media screen and (max-width: 768px) {
    .infra-map {
        display: block;
    }
    .infra-map__title {
        font-size: 16px;
        margin-right: 0;
    }
    .infra-map__inner {
        width: 100%;
    }
    .infra-map__info {
        width: 100%;
    }
    .infra-map__list {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }
    .infra-map__list li {
        margin-bottom: 0;
    }
    .infra-map__sub-title {
        display: none;
    }
    .infra-map__img {
        margin-right: 0;
    }
}

@media screen and (max-width: 450px) {
    .infra-map__top {
        flex-direction: column;
        justify-content: center;
        -webkit-justify-content: center;
    }
    .infra-map__btn {
        width: 100%;
        margin-top: 20px;
    }
}


/* button call menu white home-page */

.slidebottomleft-reverse {
    /*color: white;*/
    color: #ed1c24;
    background: transparent;
    border: 1px solid #ed1c24;
    border-radius: 4px;
    position: relative;
    z-index: 100;
    text-decoration: none;
    overflow: hidden;
    transition: all .5s;
}


/* line 1646, ../sass/style.scss */

.slidebottomleft-reverse svg {
    transition: all .5s;
}


/* line 1651, ../sass/style.scss */

.slidebottomleft-reverse:before,
.slidebottomleft-reverse:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: white;
    z-index: -1;
    transform: translate3D(0, -100%, 0);
    transition: all .5s;
}


/* line 1665, ../sass/style.scss */

.slidebottomleft-reverse:before {
    /*background: #ed1c24;*/
    background: white;
    z-index: -2;
    transform: translate3D(0, 0, 0);
}


/* line 1670, ../sass/style.scss */

.slidebottomleft-reverse:hover {
    /*color: #ed1c24;*/
    color: #ffffff;
    border: 1px solid #ed1c24;
}


/* line 1673, ../sass/style.scss */

.slidebottomleft-reverse:hover svg {
    /*fill: #ed1c24;*/
    fill: #ffffff;
}


/* line 1677, ../sass/style.scss */

.slidebottomleft-reverse:hover:after {
    transform: translate3D(0, 0, 0);
    transition: all .5s;
}


/* line 1681, ../sass/style.scss */

.slidebottomleft-reverse:after {
    transform: translate3D(-100%, 100%, 0);
}


/* line 1684, ../sass/style.scss */

.slidebottomleft-reverse:hover:after {
    transform: translate3D(0, 0, 0);
    transition: all .5s;
    background: #ed1c24;
}


/* plan_flat flat-plan-page */

.plan_flat {
    cursor: pointer;
}


/* plan-flat home-page */

.plan-flat {
    margin-bottom: 30px;
}


/* map home-page */

.block_map {
    height: 230px;
    margin-bottom: 20px;
}

.block_map #map {
    height: 100%;
}


/* початок редагування таблет версії */

@media screen and (max-width: 1240px) {
    .phone_box {
        padding: 5px;
    }
    .phone_box .flex {
        font-size: 1.1em;
    }
    .menu-red-btn {
        padding: 10px 0;
        font-size: 9px;
    }
}

@media screen and (max-width: 980px) {
    .phone_box .flex {
        font-size: 0.9em;
    }
}

@media screen and (max-width: 860px) {
    .phone_box .flex {
        font-size: 0.8em;
    }
}

@media (min-width: 450px) and (max-width: 768px) {
    .block_img,
    .block_map,
    .block_developer .block_img {
        height: 400px;
        max-height: 400px;
    }
    .block_flats .block_img {
        height: 400px;
    }
    .block_img img {
        height: 100%;
        display: block;
        object-fit: cover;
        object-position: center;
    }
    .double_slider_item {
        height: 400px;
    }
}

@media screen and (max-width: 768px) {
    .floor-level_block .wrapper {
        bottom: 90px;
    }
    .nav_name {
        font-size: 20px;
    }
}


/*@media screen and (max-width: 450px) {
  .block_img {
     height: 250px;
     max-height: 250px;
   }
   .double_slider_item {
     height: 250px;
   }
}*/


/* кінець редагування таблет версії */

.two__box {
    /* position: absolute; */
    -webkit-order: -1;
    -ms-order: -1;
    order: -1;
    position: relative;
    background-color: rgba(255, 255, 255, 0.9);
    top: 50%;
    transform: translateY(-50%);
    /*left: 70px;*/
    padding: 33px 26px 40px 30px;
    max-width: 620px;
    font-size: 16px;
    color: #000000;
    font-size: 14px;
    /*text-align: justify;*/
    /*letter-spacing: 0.4px;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.two__title {
    max-width: 240px;
    font-size: 36px;
    text-transform: uppercase;
    /* font-family: "GothaProMed"; */
    font-family: "GothaProBol";
    line-height: 1.33;
    margin-bottom: 20px;
    /*margin-bottom: 15px;*/
}

.two__info {
    /* text-align: justify; */
    letter-spacing: 0.1px;
    max-width: 401px;
    margin-bottom: 20px;
    /* line-height: 2.1; */
    line-height: 1.6;
}


/* .two__info-description bold {
    font-family: "GothaProMed";
    font-weight: 600;
}
 */

.two__info-location {
    /* font-family: "GothaProMed";
    font-weight: 600; */
    margin-top: 20px;
}

.two__bottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.gallery-controls {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 16px;
    background-color: #F2F2F2;
    border-radius: 8px 0px 0px 0px;
}

.two__btn {
    /* max-width: 290px; */
    max-width: 200px;
    font-size: 14px;
    width: 100%;
}

.btn-big {
    padding: 17px 0;
}

.proprev {
    margin-right: 22px;
}

.proprev,
.pronext {
    width: 46px;
    height: 46px;
    z-index: 2;
    padding: 16px;
    border-radius: 100%;
    background: #ED1C24;
    transition: 0.36s;
    -webkit-transition: 0.36s;
    display: block;
}

.proprev svg,
.pronext svg {
    width: 100%;
    height: 100%;
    max-width: 18px;
    max-height: 18px;
    fill: red;
}

.proprev:hover,
.pronext:hover {
    background: rgba(238, 28, 37, 0.8);
}

.proprev:hover svg,
.pronext:hover svg {
    fill: #ffffff;
}

@media screen and (max-width: 768px) {
    .one__box p {
        display: block;
    }
    .one__box {
        background: rgba(0, 0, 0, 0.25);
    }
    .two__box {
        display: none;
    }
}

@media screen and (max-height: 620px) {
    .two__title {
        margin-bottom: 0;
    }
    .two__box {
        padding: 70px 70px 40px 80px;
    }
    .two__info {
        margin-bottom: 0;
    }
    .two__info-location {
        margin-top: 0;
    }
}

.link_no_active {
    pointer-events: none;
}

.link_no_active h1 {
    display: inline-block;
}


/* початок інфраструктура тексти */

.content-layer {
    border-radius: 4px;
    top: 0;
    right: 0;
    width: 100%;
    font-size: 16px;
    line-height: 1.3;
    padding: 20px 0 0;
    background-color: transparent;
}

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

.modal-close {
    display: none;
    position: absolute;
    right: 10px;
    top: 10px;
}

.modal-call {
    padding: 10px 0;
    text-align: center;
    width: 180px;
    cursor: pointer;
}

.infra__item__1 .section__name {
    top: 100px;
}

sup {
    position: relative;
    top: -0.5em;
    font-size: 60%;
}

@media screen and (max-width: 768px) {
    .content-layer {
        font-size: 12px;
    }
}

@media screen and (max-width: 450px) {
    .modal-call {
        width: 100%;
    }
}


/* кінець інфрастрктура тексти */


/* початок ціна */

.flats-price {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
    /* font-size: 25px; */
    color: red;
    font-weight: 600;
    font-size: 28px;
}

.flats-price__name {
    margin-bottom: 15px;
    margin-right: 10px;
}

.flats_param__num {
    white-space: nowrap;
}

@media only screen and (max-width: 768px) {
    .flats__slider__new li {
        -webkit-flex-direction: row;
        flex-direction: row;
    }
    .flats-price {
        padding-left: 20px;
    }
}


/* кінець ціна */

.one__box .invisible_h1 {
    font-size: 0.1px;
}


/* початок інфографіки планування квартир*/

.wrapper-infogr {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #f0f0f0;
    margin-bottom: 20px;
}

.wrapper-infogr__title {
    text-align: center;
    font-size: 30px;
}

.flex-st {
    align-items: flex-start;
}

.flex-vertical {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
}

.icon-wrap-mr {
    margin: 0 auto 30px auto;
}

.about-prev-mr {
    margin: 0 auto;
    text-align: center;
    width: auto;
}

.wrapper-infogr__btn {
    max-width: 300px;
    margin: 0 auto;
}

.wrapper-infogr__btn .btn_red {
    background-color: #ed1c24;
}

.wrapper-infogr__btn .btn_red:hover {
    background-color: transparent;
}

@media only screen and (max-width: 768px) {
    .flex-st {
        display: block;
        margin-bottom: 20px;
    }
}


/* кінець інфографіки планування квартир*/


/* початок popup-cookies */

.popup-cookies {
    background: #e5e5e5;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    z-index: 100;
    transition: opacity 0.5s;
    left: 0;
    right: 0;
}

.popup-cookies.is-close {
    opacity: 0;
    pointer-events: none;
}

.popup-cookies__in {
    background: #e5e5e5;
    margin: 0 auto;
    max-width: 1200px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding: 5px 20px;
}

.popup-cookies__info {
    padding-right: 20px;
    font-size: 12px;
}

.popup-cookies__button {
    min-width: 130px;
}

.button-cookies {
    padding: 9px 0;
    margin-top: 0;
}

@media only screen and (max-width: 1024px) {
    .popup-cookies {
        right: 20px;
        left: 20px;
    }
    .popup-cookies__in {
        width: auto;
    }
}

@media only screen and (max-width: 768px) {
    .popup-cookies {
        display: none;
    }
}


/* кінець popup-cookies  */


/* початок info-block home */

.block-info {
    margin-bottom: 40px;
}

.block-info .wrapper {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    padding: 50px 40px;
    border: 1px solid #cdcdcd;
    overflow: hidden;
}

.block-info .wrapper_bg {
    background: #f0f0f0;
    border: none;
}

.block-info__text p {
    line-height: 1.7;
    margin: 10px 0;
    font-size: 16px;
}

.block-info__btn {
    max-width: 220px;
}

.button-moreread {
    text-decoration: underline;
    cursor: pointer;
}

.block-info__text-hide {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
    -webkit-transition: .3s;
}

.moreread-open {
    max-height: 100%;
}

.block-info__item {
    line-height: 1.7;
    margin: 10px 0;
    font-size: 16px;
    padding-left: 20px;
    position: relative;
}

.block-info__item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    background-color: #000000;
    border-radius: 50%;
}


/* кінець info-block home */

.popup-tooltip {
    display: block;
    font-size: 17px;
    font-weight: 800;
}


/*@media (max-width: 1320px) {
  /* line 168, ../sass/_advantages.scss 
  .popup-tooltip {
    visibility: hidden;
  }

  .one__link  {
    visibility: hidden;
  }
}
*/

.news_block {
    /*     align-items: flex-start;
   -webkit-align-items: flex-start; */
    align-items: stretch;
    -webkit-align-items: stretch;
}

.news_block h2 {
    min-height: 64px;
    font-size: 30px;
}


/*mob lang*/

@media only screen and (max-width: 440px) {
    .top-menu-wrap {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.is-mobile {
    display: none;
}

@media only screen and (max-width: 768px) {
    .is-desktop-tablet {
        display: none;
    }
    .is-mobile {
        display: flex;
    }
}


/* ===seo-text=== */

.seo-text {
    border: 1px solid #cdcdcd;
    padding: 20px 40px;
    margin-bottom: 25px;
}

.content_seo_room {
    padding-bottom: 30px;
    padding-top: 30px;
}

.seo-wrapper {
    padding-top: 30px;
    position: relative;
    z-index: 98;
}

.content_seo_room p,
.content_seo_room li {
    font-size: 18px;
    line-height: 1.6;
    text-align: justify;
    padding: 10px 0;
}

.content_seo_room li {
    position: relative;
    padding-left: 22px;
}

.content_seo_room li::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #000000;
    border-radius: 50%;
    top: 21px;
    left: 0;
}

.content_seo_room h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 1.6;
}

.bold-font-weight {
    font-weight: 600;
}

.block-info__litle-item {
    /* line-height: 1.7; */
    margin: 10px 0;
    font-size: 16px;
    padding-left: 20px;
    position: relative;
}

.block-info__litle-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    background-color: #000000;
    border-radius: 50%;
}

.content_seo_room_top_block {
    padding-bottom: 30px;
    padding-top: 30px;
    border: 1px solid #cdcdcd;
    padding: 20px 40px;
}

.bg_infra__item__1 {
    background: url(/wp-content/themes/happy-house/assets/img/rassrochka/1.jpg) center no-repeat;
    background-size: cover;
    margin-top: 0;
}

.bg_infra__item__2 {
    background: url(/wp-content/themes/happy-house/assets/img/rassrochka/2.jpg) center no-repeat;
    background-size: cover;
}

.about_block_rassrochka {
    background: url(/wp-content/themes/happy-house/assets/img/rassrochka/bg_rassrochka-1.jpg) center no-repeat;
    background-size: cover;
    padding-top: 80px;
    margin-bottom: 20px;
    height: 567px;
}

.mama_hab_infra__item__1 {
    background: url(/wp-content/themes/happy-house/assets/img/infra/5.jpg) center no-repeat;
    background-size: cover;
    margin-top: 0;
    background-position-y: 10%;
}

.mama_hab_infra__item__2 {
    background: url(/wp-content/themes/happy-house/assets/img/mama-hab/2.jpg) center no-repeat;
    background-size: cover;
}

.mama_hab_infra__item__3 {
    background: url(/wp-content/themes/happy-house/assets/img/mama-hab/3.jpg) center no-repeat;
    background-size: cover;
    background-position: top;
}

.about_block_mama_hb {
    background: url(/wp-content/themes/happy-house/assets/img/mama-hab/bg_mama_hb.jpg) center no-repeat;
    background-size: cover;
    padding-top: 80px;
    margin-bottom: 20px;
}


/* ===end-seo-text==== */


/*begin ctc*/

.ctc__text {
    font-family: "GothaPro";
    line-height: 1.8;
}

.ctc__text p {
    margin-bottom: 20px;
}

.ctc_subname {
    font-size: 23px;
    text-align: center;
    line-height: 1.7;
}

.ctc__box {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin: 30px auto;
}

.ctc__box .ctc_img {
    width: 15%;
    display: flex;
    align-items: center;
    position: relative;
    left: -20px;
}

.ctc_icon {
    width: 85%;
    fill: #000000;
}

.ctc__content {
    width: 85%;
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
}

.ctc__content ul {
    padding: 0 12px;
    line-height: 1.8;
}

.ctc__content li {
    list-style: disc;
}


/*.content_text p {
     padding: 14px 0;
 }*/

.ctc__footer {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.ctc_item {
    width: 20%;
    text-align: center;
    padding: 20px;
}

.ctc__top,
.ctc__footer {
    margin: 30px auto;
}

.ctc-button {
    max-width: 300px;
    margin: 0 auto 40px;
    cursor: pointer;
}

.ctc_subname p {
    display: inline-block;
    margin: 0 20px;
}

.ctc_subname .menu_line {
    width: 90px;
}

@media only screen and (max-width: 570px) {
    .ctc__footer,
    .ctc__box {
        flex-direction: column;
        -webkit-flex-direction: column;
    }
}

@media only screen and (max-width: 570px) {
    .content_wrap {
        margin-bottom: 0;
    }
    .ctc__footer,
    .ctc__box {
        flex-direction: column;
        -webkit-flex-direction: column;
    }
    .ctc__footer .ctc_img,
    .ctc__box .ctc_img {
        width: 100%;
        left: 0;
    }
    .ctc__content {
        width: 100%;
        column-count: 1;
        -moz-column-count: 1;
        -webkit-column-count: 1;
    }
    .ctc__top,
    .ctc__box,
    .ctc__footer {
        margin-top: 10px;
        padding: 0 20px;
    }
    .ctc_item {
        width: 100%;
    }
    .ctc_img.icon_man {
        top: -20px;
    }
    .ctc__footer .ctc_img {
        height: 80px;
    }
    .ctc__footer .ctc_icon {
        height: 100%;
    }
    .ctc-button {
        margin: 0 auto 40px;
        width: 100%;
    }
}

.ctc_icon {
    width: 100%;
    fill: #000000;
}

.form_box .contact_form textarea {
    width: 100%;
    height: 50px;
    outline: none;
    margin-bottom: 16px;
    /*text-indent: 60px;*/
    letter-spacing: 1px;
    font-size: 16px;
    border: 1px solid #cbcbcb;
    background-color: #fff;
    padding: 15px 0 0 60px;
    font-family: "Arial";
}

@media only screen and (max-width: 460px) {
    .form_box .contact_form textarea {
        font-size: 12px;
        letter-spacing: 0.5px;
    }
}

@media only screen and (max-width: 768px) {
    .ctc_subname {
        font-size: 18px;
    }
}


/*end ctc*/

/* start credit */
.credit{
    padding-bottom: 30px;
}

.credit__btn-section{
    display: flex;
    flex-direction: column;
    align-items: center;


}
.credit__btn-wrapper{
    width: 200px;
    margin-top: 15px;
}

.credit__btn{
    cursor: pointer;
}

.credit .ctc_subname{
    margin-top: 50px;
}
.credit .ctc__box{
    margin-bottom: 50px;
}
.credit .ctc__text{
    margin-top: 50px;
}
.credit .ctc__content{
    width: 100%;
}
.credit .ctc__content li{
    max-width: 365px;
    margin: 0 auto;
}

.credit .feature__item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	margin-bottom: 18px;
}

.credit .feature__item:nth-child(2n) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.credit .feature__item:nth-child(2n) .feature__info_r{
    padding-right: 0;
    padding-left: 54px;
}
.credit .feature__info {
	width: 30%;
	font-weight: 400;
	min-width: 348px;
}

.credit .feature__info_r {
	padding-right: 54px;
}

.credit .feature__info_l {
	padding-left: 54px;
}

.credit .feature__title {
	font-size: 24px;
	color: #000000;
	margin-bottom: 15px;
	line-height: 1.5;
	letter-spacing: 0.6px;
}

.credit .feature__description {
	font-size: 14px;
	color: #000000;
	margin-bottom: 15px;
	line-height: 1.7;
	letter-spacing: 0.7px;
}

.credit .feature__img {
    width: 70%;
    height: 500px;
}

.credit .feature__img img {
	display: block;
    width: 100%;
    height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}

.credit .feature__info-wrap {
	width: 40%;
	font-weight: 400;
	min-width: 348px;
}

.credit .feature__img-wrap {
	width: 60%;
}

.credit .feature__img-wrap img {
	display: block;
	width: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}

@media only screen and (max-width: 1023px) {
	.credit .feature__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.credit .feature__item:nth-child(2n) {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.credit .feature__info {
		width: 100%;
		margin-bottom: 20px;
		min-width: auto;
	}
	.credit .feature__img {
		width: 100%;
	}
	.credit .feature__info_r {
		padding-right: 0;
    }
    
	.credit .feature__info_l {
		padding-left: 0;
    }
    
    .credit .feature__item:nth-child(2n) .feature__info_r{
        padding-left: 0;
    }
	.credit .feature__info-wrap {
		width: 100%;
		margin-bottom: 20px;
		min-width: auto;
	}
	.credit .feature__img-wrap {
		width: 100%;
	}
}

@media only screen and (max-width: 768px) {
	.credit .feature__title {
		font-size: 22px;
	}
}

/* end credit */

.two__title .icon_line_box {
    display: none;
}

.one .bx-wrapper {
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

@media only screen and (min-width: 769px) {
    .one__link {
        display: flex;
        justify-content: flex-end;
        padding-right: 100px;
    }
    .one__link .arrow_down {
        margin: 30px 0;
    }
}

.one__link svg line {
    animation-name: bounce;
    animation-duration: 1s;
    transform-origin: center bottom;
    animation-iteration-count: infinite;
}

@keyframes bounce {
    0% {
        transform: translate3d(0, 0, 0);
    }
    33% {
        transform: translate3d(0, 10px, 0);
    }
    66% {
        transform: translate3d(0, 0px, 0);
    }
}

.two__box .proprev:hover svg,
.two__box .pronext:hover svg {
    fill: none;
}

@media only screen and (max-width: 768px) and (min-height: 560px) {
    .rngst_phone_button {
        bottom: calc(11% - 51.75px) !important;
        /* right: auto !important; */
		right: calc(-7% - 0.75px) !important;
        margin-bottom: 0 !important;
    }
    .b24-widget-button-position-bottom-right {
        right: 30px !important;
        bottom: calc(38% - 36.75px) !important;
    }
}

.schema_org {
    /* display: none; */
}

.block-info__text h2 {
    line-height: 1.7;
    margin: 10px 0;
    font-size: 24px;
}

.block-info__text h3 {
    line-height: 1.7;
    margin: 10px 0;
    font-size: 22px;
}

.block-info__text a {
    text-decoration: underline;
}

@media only screen and (max-width: 768px) {
    .block-info__text h2 {
        font-size: 22px;
    }
    .block-info__text h3 {
        font-size: 20px;
    }
    .block-info__text p {
        font-size: 14px;
    }
}

/* li[data-number='275'],
li[data-number='291'],
li[data-number='292'],
li[data-number='293'],
li[data-number='294'],
li[data-number='295'],
li[data-number='296'],
li[data-number='297'],
li[data-number='298'],
li[data-number='257'],
li[data-number='258'],
li[data-number='259'],
li[data-number='260'],
li[data-number='261'],
li[data-number='262'],
li[data-number='263'],
li[data-number='264'],
li[data-number='265'],
li[data-number='266'],
li[data-number='267'],
li[data-number='268'],
li[data-number='269'],
li[data-number='270'],
li[data-number='271'],
li[data-number='272'],
li[data-number='273'],
li[data-number='274'],
li[data-number='276'],
li[data-number='277'],
li[data-number='278'],
li[data-number='279'],
li[data-number='280'],
li[data-number='281'],
li[data-number='282'],
li[data-number='283'],
li[data-number='284'],
li[data-number='285'],
li[data-number='286'],
li[data-number='288'],
li[data-number='289'],
li[data-number='290'],
li[data-number='299'],
li[data-number='300'] {
    display: none !important;
}

.svg_links[data-number='275'],
.svg_links[data-number='291'],
.svg_links[data-number='292'],
.svg_links[data-number='293'],
.svg_links[data-number='294'],
.svg_links[data-number='295'],
.svg_links[data-number='296'],
.svg_links[data-number='297'],
.svg_links[data-number='298'],
.svg_links[data-number='257'],
.svg_links[data-number='258'],
.svg_links[data-number='259'],
.svg_links[data-number='260'],
.svg_links[data-number='261'],
.svg_links[data-number='262'],
.svg_links[data-number='263'],
.svg_links[data-number='264'],
.svg_links[data-number='265'],
.svg_links[data-number='266'],
.svg_links[data-number='267'],
.svg_links[data-number='268'],
.svg_links[data-number='269'],
.svg_links[data-number='270'],
.svg_links[data-number='271'],
.svg_links[data-number='272'],
.svg_links[data-number='273'],
.svg_links[data-number='274'],
.svg_links[data-number='276'],
.svg_links[data-number='277'],
.svg_links[data-number='278'],
.svg_links[data-number='279'],
.svg_links[data-number='280'],
.svg_links[data-number='281'],
.svg_links[data-number='282'],
.svg_links[data-number='283'],
.svg_links[data-number='284'],
.svg_links[data-number='285'],
.svg_links[data-number='286'],
.svg_links[data-number='288'],
.svg_links[data-number='289'],
.svg_links[data-number='290'],
.svg_links[data-number='300'],
.svg_links[data-number='299'] {
    pointer-events: none;
} */

.SmartOrange {
	height: 56px;
}