@font-face {
    font-family: 'SimplerPro';
    /* src: url('font/simplerpro_bezeq_hebrew2-black.eot'); */
    src: url("font/simplerpro_bezeq_hebrew2-black.woff2") format("woff2"), url("font/simplerpro_bezeq_hebrew2-black.woff") format("woff"), url("font/simplerpro_bezeq_hebrew2-black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'SimplerPro';
    /* src: url('font/simplerpro_bezeq_hebrew2-light.eot'); */
    src: url("font/simplerpro_bezeq_hebrew2-light.woff2") format("woff2"), url("font/simplerpro_bezeq_hebrew2-light.woff") format("woff"), url("font/simplerpro_bezeq_hebrew2-light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'SimplerPro';
    /* src: url('font/simplerpro_bezeq_hebrew2-bold.eot'); */
    src: url("font/simplerpro_bezeq_hebrew2-bold.woff2") format("woff2"), url("font/simplerpro_bezeq_hebrew2-bold.woff") format("woff"), url("font/simplerpro_bezeq_hebrew2-bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'SimplerPro';
    /* src: url('font/simplerpro_bezeq_hebrew2-bold.eot'); */
    src: url("font/simplerpro_bezeq_hebrew2-semibold.woff2") format("woff2"), url("font/simplerpro_bezeq_hebrew2-semibold.woff") format("woff"), url("font/simplerpro_bezeq_hebrew2-semibold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'SimplerPro';
    /* src: url('font/simplerpro_bezeq_hebrew2-regular.eot'); */
    src: url("font/simplerpro_bezeq_hebrew2-regular.woff2") format("woff2"), url("font/simplerpro_bezeq_hebrew2-regular.woff") format("woff"), url("font/simplerpro_bezeq_hebrew2-regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Mono';
    src: url("font/RobotoMono-Regular.eot");
    src: url("font/RobotoMono-Regular.eot?#iefix") format("embedded-opentype"), url("font/RobotoMono-Regular.woff2") format("woff2"), url("font/RobotoMono-Regular.woff") format("woff"), url("font/RobotoMono-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

body {
    margin: 0;
    direction: rtl;
}

* {
    font-family: 'SimplerPro';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 18px;
}

@-webkit-keyframes bouncee {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
    50% {
        -webkit-transform: translateY(3%);
        transform: translateY(3%);
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes bouncee {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
    50% {
        -webkit-transform: translateY(3%);
        transform: translateY(3%);
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@-webkit-keyframes groww {
    0% {
        -webkit-transform: translateX(50%) scale(1);
        transform: translateX(50%) scale(1);
    }
    50% {
        -webkit-transform: translateX(50%) scale(0.85);
        transform: translateX(50%) scale(0.85);
    }
    100% {
        -webkit-transform: translateX(50%) scale(1);
        transform: translateX(50%) scale(1);
    }
}

@keyframes groww {
    0% {
        -webkit-transform: translateX(50%) scale(1);
        transform: translateX(50%) scale(1);
    }
    50% {
        -webkit-transform: translateX(50%) scale(0.85);
        transform: translateX(50%) scale(0.85);
    }
    100% {
        -webkit-transform: translateX(50%) scale(1);
        transform: translateX(50%) scale(1);
    }
}

@-webkit-keyframes tween-color {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

@keyframes tween-color {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes tween-color2 {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

@keyframes tween-color2 {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

.spacer_sh {
    width: 100%;
    height: 250px;
    background: pink;
    display: none;
}

@media only screen and (min-width: 1024px) {
    .spacer_sh {
        display: block;
    }
}

#thanx_pop_back {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    overflow: auto;
    right: 0;
    top: 0;
    z-index: 100000;
    padding: 5% 8px;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#thanx_pop_back * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    color: #666666;
    font-family: SimplerPro, sans-serif;
    font-weight: 400;
    text-decoration: none;
    direction: rtl;
    text-align: center;
}

#thanx_pop_back #thnx_pop_box {
    background: #fff;
    margin: 0 auto;
    width: 100%;
    max-width: 1239px;
    border-radius: 8px;
    padding: 50px 16px;
    position: relative;
}

#thanx_pop_back h3.tnx_pop_title {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: center;
    color: #16254f;
    margin: 10px;
}

#thanx_pop_back p.tnx_pop_subtitle {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #666666;
    margin: 10px;
}

#thanx_pop_back .stronger {
    font-weight: bold;
}

#thanx_pop_back .tnx_pop_product_box {
    width: 100%;
    overflow: auto;
    /* border: 1px solid #000; */
    margin: auto;
    margin-top: 16px;
    padding-bottom: 16px;
    max-width: 930px;
}

#thanx_pop_back .tnx_pop_product_inner_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#thanx_pop_back .product_element {
    width: 216px;
    border-radius: 8px;
    border: solid 1px #e4e4e4;
    margin: 0 8px;
    padding: 30px 16px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

#thanx_pop_back .product_element:hover {
    -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.13);
}

#thanx_pop_back .product_element img {
    width: 100%;
    height: auto;
}

#thanx_pop_back .pro_title {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: center;
    color: #666666;
    margin-bottom: 0px;
}

#thanx_pop_back .pro_brand {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 8px;
}

#thanx_pop_back .store_link_ {
    width: 255px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 22.5px;
    background-color: #16254f;
    color: #fff;
    font-weight: bold;
    line-height: 40px;
    padding: 0;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 8px;
    border: 1px solid #16254f;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

#thanx_pop_back .store_link_:hover {
    color: #16254f;
    background: #fff;
    border: 1px solid #16254f;
}

#thanx_pop_back .close_tnx_pop span {
    font-size: 16px;
    font-weight: 300;
    margin-top: 3px;
    margin-left: 8px;
}

#thanx_pop_back .close_tnx_pop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 36px;
    font-weight: 400;
    position: absolute;
    top: 16px;
    left: 16px;
    cursor: pointer;
    line-height: 1;
}

@media only screen and (min-width: 980px) {
    #thanx_pop_back h3.tnx_pop_title {
        font-size: 32px;
        font-weight: bold;
        line-height: 1.14;
        letter-spacing: normal;
        text-align: center;
        color: #16254f;
        margin: 14px;
    }
    #thanx_pop_back p.tnx_pop_subtitle {
        font-size: 21px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.33;
        letter-spacing: normal;
        text-align: center;
        color: #666666;
        margin: 20px;
    }
}

@media only screen and (min-width: 1260px) {
    #thanx_pop_back .tnx_pop_product_box {
        width: auto;
        overflow: auto;
        /* border: 1px solid #000; */
        margin: auto;
        margin-top: 16px;
        padding-bottom: 16px;
        max-width: 100%;
    }
    #thanx_pop_back #thnx_pop_box {
        background: #fff;
        margin: 0 auto;
        width: 100%;
        max-width: 1239px;
        border-radius: 8px;
        padding: 50px 50px;
    }
    #thanx_pop_back .product_element {
        width: 268px;
        border-radius: 8px;
        border: solid 1px #e4e4e4;
        margin: 0 8px;
        padding: 30px 16px;
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
    }
}

.pop_hidden {
    display: none;
}

#smart_house #confetty {
    z-index: 9;
    position: absolute;
    width: 100%;
    height: 180px;
    top: 0;
    right: 0;
    overflow: hidden;
}

#smart_house #confetty canvas {
    background: transparent;
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

#smart_house .sh_content {
    position: relative;
}

#smart_house .sh_content .intro {
    position: relative;
    height: 640px;
    background: url(./img/intro_bg_360.jpg) no-repeat center center;
    background-size: cover;
}

#smart_house .sh_content .intro .intro_grid {
    width: 100%;
    padding: 1px 16px;
}

#smart_house .sh_content .intro .intro_grid .intro_text {
    width: 100%;
    max-width: 340px;
    text-align: center;
    color: #fff;
    margin: auto;
}

#smart_house .sh_content .intro .intro_grid .intro_text .page_title {
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.88;
    letter-spacing: normal;
    text-align: center;
    color: #ff7733;
    margin-top: 35px;
}

#smart_house .sh_content .intro .intro_grid .intro_text .intro_subtitle {
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: 0.19px;
    text-align: center;
    color: #ffffff;
}

#smart_house .sh_content .intro .intro_grid .intro_text .intro_ph {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    max-width: 268px;
    margin: auto;
    margin-top: 10px;
}

#smart_house .sh_content .intro .intro_grid .intro_text .intro_price_line {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-top: 10px;
}

#smart_house .sh_content .intro .intro_grid .intro_text .intro_price_line .bold {
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #ffffff;
}

#smart_house .sh_content .intro .intro_grid .intro_text .vid_line {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#smart_house .sh_content .intro .intro_grid .intro_text .vid_line a {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#smart_house .sh_content .intro .intro_grid .intro_text .vid_line a:focus {
    outline: none;
    border-radius: 5px;
    border: solid 2px #ffffff;
}

#smart_house .sh_content .intro .intro_grid .intro_text .vid_line a svg {
    margin-left: 6px;
}

#smart_house .sh_content .intro .intro_grid .intro_text .vid_line .bold {
    font-weight: 600;
}

#smart_house .sh_content .intro #scroll_icon {
    position: absolute;
    bottom: 75px;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

#smart_house .sh_content .intro #scroll_icon #ar1 {
    -webkit-animation: tween-color 2s infinite;
    animation: tween-color 2s infinite;
}

#smart_house .sh_content .intro #scroll_icon #ar2 {
    -webkit-animation: tween-color2 2s infinite;
    animation: tween-color2 2s infinite;
}

#smart_house .sh_content .day_simulation {
    background: #fafafa;
    overflow: hidden;
}

#smart_house .sh_content .day_simulation .section_title {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #16254f;
    margin: 40px auto 24px;
    width: 240px;
}

#smart_house .sh_content .day_simulation .slider_back {
    width: 100%;
    direction: ltr;
}

#smart_house .sh_content .day_simulation .slider_back * {
    direction: ltr;
}

#smart_house .sh_content .day_simulation .slider_back .slide_back {
    width: 100%;
    height: 324px;
    background: pink;
}

#smart_house .sh_content .day_simulation .slider_back .slide_back.slide_b_1 {
    background: url("./img/slider_back/mobile/0700.jpg") no-repeat center center;
    background-size: cover;
}

#smart_house .sh_content .day_simulation .slider_back .slide_back.slide_b_2 {
    background: url("./img/slider_back/mobile/0800.jpg") no-repeat center center;
    background-size: cover;
}

#smart_house .sh_content .day_simulation .slider_back .slide_back.slide_b_3 {
    background: url("./img/slider_back/mobile/1400.jpg") no-repeat center center;
    background-size: cover;
}

#smart_house .sh_content .day_simulation .slider_back .slide_back.slide_b_4 {
    background: url("./img/slider_back/mobile/1700.jpg") no-repeat center center;
    background-size: cover;
}

#smart_house .sh_content .day_simulation .slider_back .slide_back.slide_b_5 {
    background: url("./img/slider_back/mobile/2300.jpg") no-repeat center center;
    background-size: cover;
}

#smart_house .sh_content .day_simulation .clock_scale .player_ui {
    display: none;
}

#smart_house .sh_content .day_simulation .clock_scale .hours {
    display: none;
}

#smart_house .sh_content .day_simulation .clock_scale .innerr_scale .dots {
    display: none;
}

#smart_house .sh_content .day_simulation .slider_text {
    margin-top: -120px;
    width: 100%;
    direction: rtl;
}

#smart_house .sh_content .day_simulation .slider_text * {
    direction: rtl;
}

#smart_house .sh_content .day_simulation .slider_text .slick-list {
    padding: 20px 30px;
}

#smart_house .sh_content .day_simulation .slider_text .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    margin: auto;
    margin-top: 0px;
}

#smart_house .sh_content .day_simulation .slider_text .slick-dots li {
    list-style: none;
    padding: 0;
    margin: 0;
}

#smart_house .sh_content .day_simulation .slider_text .slick-dots li.slick-active button {
    width: 8px;
    height: 8px;
    background-color: #f65c0b;
}

#smart_house .sh_content .day_simulation .slider_text .slick-dots li button {
    cursor: pointer;
    font-size: 0;
    width: 6px;
    height: 6px;
    background-color: #666666;
    border-radius: 50%;
    border: none;
    padding: 0;
    margin: 0 3px;
}

#smart_house .sh_content .day_simulation .slider_text .slick-dots li:fucus {
    outline: none;
}

#smart_house .sh_content .day_simulation .slider_text .slide_text {
    direction: rtl;
    float: right;
    margin: 0 8px;
    padding: 30px 16px 24px;
    border-radius: 11.2px;
    background-color: #fafafa;
    -webkit-box-shadow: 0px 0px 13px -2px rgba(0, 0, 0, 0.27);
    box-shadow: 0px 0px 13px -2px rgba(0, 0, 0, 0.27);
    min-height: 230px;
}

#smart_house .sh_content .day_simulation .slider_text .slide_text:focus {
    outline: none;
    -webkit-box-shadow: 0px 0px 13px -2px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 13px -2px rgba(0, 0, 0, 0.5);
}

#smart_house .sh_content .day_simulation .slider_text .slide_text h3 {
    max-width: 330px;
    margin: 2px auto 2px;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.13px;
    text-align: center;
    color: #16254f;
}

#smart_house .sh_content .day_simulation .slider_text .slide_text p {
    max-width: 330px;
    margin: 0px auto 0px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #16254f;
}

#smart_house .sh_content .day_simulation .slider_text .slide_text .icon {
    width: 37px;
    height: 37px;
    background: transparent;
    margin: auto;
}

#smart_house .sh_content .day_simulation .slider_text .slide_text .icon img {
    width: 100%;
    height: auto;
}

#smart_house .sh_content .day_simulation .slider_text .slide_text .hour {
    margin-top: 0;
    margin: auto;
    font-size: 22px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #16254f;
}

#smart_house .sh_content .day_simulation .slider_text .slide_text .sep_line {
    width: 100px;
    height: 1px;
    background-color: #d2d2d2;
    margin: 8px auto 8px;
}

#smart_house .sh_content .pack {
    background-color: #fafafa;
    padding: 1px 0 24px;
}

#smart_house .sh_content .pack .pack_grid {
    max-width: 340px;
    margin: auto;
}

#smart_house .sh_content .pack .pack_grid .section_title {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #16254f;
    margin: 40px 0 24px;
}

#smart_house .sh_content .pack .pack_grid .pack_text_list .pack_text_title {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.13px;
    text-align: right;
    color: #16254f;
}

#smart_house .sh_content .pack .pack_grid .pack_text_list .pack_price_line {
    margin-top: 6px;
}

#smart_house .sh_content .pack .pack_grid .pack_text_list .pack_price_line .pack_price {
    font-size: 32px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0.23px;
    text-align: right;
    color: #16254f;
}

#smart_house .sh_content .pack .pack_grid .pack_text_list .pack_price_line .price_text {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0.13px;
    text-align: right;
    color: #16254f;
}

#smart_house .sh_content .pack .pack_grid .pack_text_list .pack_list {
    margin-top: 26px;
}

#smart_house .sh_content .pack .pack_grid .pack_text_list .pack_list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#smart_house .sh_content .pack .pack_grid .pack_text_list .pack_list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
}

#smart_house .sh_content .pack .pack_grid .pack_text_list .pack_list ul li .icon {
    margin-left: 16px;
}

#smart_house .sh_content .pack .pack_grid .pack_text_list .pack_list ul li .icon svg {
    width: 35px;
    height: auto;
}

#smart_house .sh_content .pack .pack_grid .pack_text_list .pack_list ul li h4 {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #16254f;
}

#smart_house .sh_content .pack .pack_grid .pack_text_list .pack_list ul li p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #16254f;
}

#smart_house .sh_content .pack .pack_grid .pack_s_note {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.1px;
    text-align: right;
    color: #666666;
    margin-top: 12px;
}

#smart_house .sh_content .pack .orange_banner {
    width: calc(100% - 32px);
    margin: auto;
    margin-top: 32px;
    padding: 16px 16px 28px;
    border-radius: 4px;
    background-color: rgba(255, 119, 51, 0.08);
}

#smart_house .sh_content .pack .orange_banner .orange_banner_grid {
    max-width: 340px;
    margin: auto;
}

#smart_house .sh_content .pack .orange_banner .orange_banner_grid .orange_banner_title {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #16254f;
    margin: 16px 0;
}

#smart_house .sh_content .pack .orange_banner .orange_banner_grid p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #16254f;
}

#smart_house .sh_content .pack .orange_banner .orange_banner_grid .icon {
    margin: auto;
    text-align: center;
}

#smart_house .sh_content .app {
    padding: 40px 0 0;
    background: #fff;
    overflow: hidden;
}

#smart_house .sh_content .app .app_grid {
    max-width: 340px;
    margin: auto;
}

#smart_house .sh_content .app .app_grid .desktop {
    display: none;
}

#smart_house .sh_content .app .app_grid .app_text .section_title {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #16254f;
    margin-bottom: 6px;
}

#smart_house .sh_content .app .app_grid .app_text p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: center;
    color: #666666;
    margin-bottom: 10px;
}

#smart_house .sh_content .app .app_grid img {
    width: 100%;
    position: relative;
    margin-bottom: -67px;
    right: -4%;
}

#smart_house .sh_content .smart_gadgets {
    background-color: #fafafa;
    padding: 40px 0 24px;
}

#smart_house .sh_content .smart_gadgets .section_title {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #16254f;
    margin-bottom: 2px;
}

#smart_house .sh_content .smart_gadgets p {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.13px;
    text-align: center;
    color: #666666;
}

#smart_house .sh_content .smart_gadgets .gadgets_container {
    margin-top: 24px;
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    white-space: nowrap;
    position: relative;
    padding: 20px 3vw 43px;
    /* width */
    /* Track */
    /* Handle */
}

#smart_house .sh_content .smart_gadgets .gadgets_container::-webkit-scrollbar {
    height: 6px;
}

#smart_house .sh_content .smart_gadgets .gadgets_container::-webkit-scrollbar-track {
    background: #d8d8d8;
    border-radius: 0px;
}

#smart_house .sh_content .smart_gadgets .gadgets_container::-webkit-scrollbar-thumb {
    width: 4px;
    border-radius: 100px;
    background-color: #ff7733;
}

#smart_house .sh_content .smart_gadgets .gadgets_container .inner_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
}

#smart_house .sh_content .smart_gadgets .gadgets_container .inner_box .gadget {
    display: inline-block;
    width: 42vw;
    min-width: 42vw;
    margin-left: 3vw;
    border-radius: 4px;
    background-color: #ffffff;
    text-align: center;
    padding: 5px 0 13px 0;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
}

#smart_house .sh_content .smart_gadgets .gadgets_container .inner_box .gadget img {
    width: 100%;
    max-width: 156px;
}

#smart_house .sh_content .smart_gadgets .gadgets_container .inner_box .gadget .g_name {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.12px;
    text-align: center;
    color: #16254f;
}

#smart_house .sh_content .smart_gadgets .gadgets_container .inner_box .gadget .price {
    font-size: 30px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.22px;
    text-align: center;
    color: #16254f;
}

#smart_house .sh_content .smart_gadgets .gadgets_container .inner_box .gadget .text {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.09px;
    text-align: center;
    color: #16254f;
}

#smart_house .sh_content .wesure {
    padding: 32px 0;
}

#smart_house .sh_content .wesure .wesure_grid {
    max-width: 340px;
    margin: auto;
    text-align: center;
}

#smart_house .sh_content .wesure .wesure_grid .text {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 0.15px;
    text-align: center;
    color: #16254f;
}

#smart_house .sh_content .wesure .wesure_grid .wesure_logo {
    width: 202px;
    margin-top: 15px;
}

#smart_house .sh_content .legal {
    background-color: #fafafa;
    padding: 16px 8px 24px;
}

#smart_house .sh_content .legal .legal_grid {
    max-width: 340px;
    margin: auto;
}

#smart_house .sh_content .legal .legal_grid .legal_note {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #666666;
}

#smart_house .sh_content .legal .legal_grid .legal_note a {
    color: #3e53de;
    text-decoration: none;
}

#smart_house .sh_content .legal .legal_grid .legal_note a:focus {
    text-decoration: underline;
    outline: none;
}

#smart_house .sh_content .sticky_menu {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    width: 100%;
    padding: 1em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background: #16254f;
    z-index: 99999;
}

#smart_house .sh_content .sticky_menu .tablet {
    display: none;
}

#smart_house .sh_content .sticky_menu .sticky_menu_inner {
    width: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#smart_house .sh_content .sticky_menu .sticky_menu_inner .open_form {
    background-color: #5be5c6;
    border: 2px solid #5be5c6;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 40px;
    letter-spacing: normal;
    text-align: center;
    color: #16254f;
    width: 200px;
    height: 40px;
    border-radius: 25px;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: reverse;
    flex-direction: reverse;
}

#smart_house .sh_content .sticky_menu .sticky_menu_inner .open_form svg {
    margin-left: 10px;
}

#smart_house .sh_content .sticky_menu .sticky_menu_inner .call_button {
    background-color: #5be5c6;
    border: 2px solid #5be5c6;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 40px;
    letter-spacing: normal;
    text-align: center;
    color: #16254f;
    width: 150px;
    height: 40px;
    border-radius: 25px;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

#smart_house .sh_content .sticky_menu .sticky_menu_inner .call_button svg {
    margin-left: 10px;
}

#smart_house .sh_content .day_simulation .clock_scale .player_ui button:focus {
    border-bottom: 2px solid #16254f;
}

@media (min-width: 768px) {
    #smart_house #sh_form .box_of>fieldset {
        margin-top: 20px;
    }
    #smart_house .sh_content .intro {
        background-image: url("img/intro_bg_768.jpg");
        height: 570px;
        padding-top: 1px;
    }
    #smart_house .sh_content .intro .intro_grid {
        width: 720px;
        padding: 0;
        margin: auto;
    }
    #smart_house .sh_content .intro .intro_grid .intro_text {
        max-width: 402px;
        margin: 0;
    }
    #smart_house .sh_content .intro .intro_grid .intro_text .page_title {
        font-size: 48px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.35px;
        text-align: right;
        color: #ff7733;
        margin-top: 105px;
    }
    #smart_house .sh_content .intro .intro_grid .intro_text .intro_subtitle {
        font-size: 38px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.28px;
        text-align: right;
        color: #ffffff;
        margin-top: -10px;
    }
    #smart_house .sh_content .intro .intro_grid .intro_text .intro_ph {
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.25;
        letter-spacing: normal;
        text-align: right;
        color: #ffffff;
        margin-top: 6px;
        max-width: 100%;
    }
    #smart_house .sh_content .intro .intro_grid .intro_text .intro_price_line {
        font-size: 16px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: right;
        color: #ffffff;
        margin-top: 8px;
    }
    #smart_house .sh_content .intro .intro_grid .intro_text .intro_price_line .bold {
        font-size: 32px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: right;
        color: #ffffff;
    }
    #smart_house .sh_content .intro .intro_grid .intro_text .vid_line {
        font-size: 20px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.6;
        letter-spacing: normal;
        text-align: right;
        color: #ffffff;
        margin-top: 20px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    #smart_house .sh_content .intro .intro_grid .intro_text .vid_line .bold {
        font-weight: 600;
        margin-left: 5px;
    }
    #smart_house .sh_content .intro .intro_grid .intro_text .vid_line a svg {
        width: 38px;
        height: auto;
        margin-left: 10px;
    }
    #smart_house .sh_content .sticky_menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #smart_house .sh_content .sticky_menu .tablet {
        display: block;
    }
    #smart_house .sh_content .sticky_menu .tab_note {
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.11;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
        margin-top: 16px;
    }
    #smart_house .sh_content .sticky_menu .phone_num {
        font-size: 22px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.18;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
        margin-top: 4px;
    }
    #smart_house .sh_content .sticky_menu .sticky_menu_inner {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    #smart_house .sh_content .sticky_menu .sticky_menu_inner .call_button {
        display: none !important;
    }
    #smart_house .sh_content .sticky_menu .sticky_menu_inner .open_form {
        width: 248px;
        height: 48px;
        -o-object-fit: contain;
        object-fit: contain;
        border-radius: 32px;
        background-color: #5be5c6;
        border: none;
        -webkit-box-shadow: 0px 10px 32px -2px rgba(140, 140, 140, 0.6);
        box-shadow: 0px 10px 32px -2px rgba(140, 140, 140, 0.6);
        font-size: 22px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 48px;
        letter-spacing: normal;
        text-align: center;
        color: #16254f;
        margin-top: 12px;
    }
    #smart_house .sh_content .day_simulation {
        position: relative;
    }
    #smart_house .sh_content .day_simulation .section_title {
        font-size: 28px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.2px;
        text-align: center;
        color: #16254f;
        margin: 44px 0 24px;
        width: auto;
    }
    #smart_house .sh_content .day_simulation .slider_back .slide_back {
        height: 500px;
    }
    #smart_house .sh_content .day_simulation .slider_back .slide_back.slide_b_1 {
        background-image: url("img/slider_back/tablet/tab0700.jpg");
    }
    #smart_house .sh_content .day_simulation .slider_back .slide_back.slide_b_2 {
        background-image: url("img/slider_back/tablet/tab0800.jpg");
    }
    #smart_house .sh_content .day_simulation .slider_back .slide_back.slide_b_3 {
        background-image: url("img/slider_back/tablet/tab1400.jpg");
    }
    #smart_house .sh_content .day_simulation .slider_back .slide_back.slide_b_4 {
        background-image: url("img/slider_back/tablet/tab1700.jpg");
    }
    #smart_house .sh_content .day_simulation .slider_back .slide_back.slide_b_5 {
        background-image: url("img/slider_back/tablet/tab2300.jpg");
    }
    #smart_house .sh_content .day_simulation .clock_scale {
        position: absolute;
        width: 356px;
        height: 356px;
        background: #fff;
        border-radius: 50%;
        top: 164px;
        -webkit-box-shadow: 0px 0px 13px -2px rgba(0, 0, 0, 0.27);
        box-shadow: 0px 0px 13px -2px rgba(0, 0, 0, 0.27);
        min-height: 230px;
        left: calc((100% - 720px)/2);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #smart_house .sh_content .day_simulation .clock_scale .con_circle {
        width: 356px;
        height: 356px;
        position: absolute;
        top: 50%;
        right: 50%;
        -webkit-transition: 0.5s ease-in;
        transition: 0.5s ease-in;
        -webkit-transform: translate(50%, -50%) rotate(35deg);
        transform: translate(50%, -50%) rotate(35deg);
        z-index: 3;
        -webkit-transform-origin: 178px center !important;
        transform-origin: 178px center !important;
    }
    #smart_house .sh_content .day_simulation .clock_scale .con_circle .floating_icon {
        position: absolute;
        width: 58px;
        height: 58px;
        top: 100%;
        border-radius: 50%;
        right: 50%;
        -webkit-transform: translate(50%, -40%) rotate(-35deg);
        transform: translate(50%, -40%) rotate(-35deg);
        background: #fff url(img/sun-vectors/sun07.svg) no-repeat center center;
        background-size: 100%;
        -webkit-box-shadow: 0px 0px 20px 1px rgba(246, 92, 11, 0.3);
        box-shadow: 0px 0px 20px 1px rgba(246, 92, 11, 0.3);
    }
    #smart_house .sh_content .day_simulation .clock_scale.state_1 .hours span:nth-child(1) {
        font-weight: bold;
        font-size: 18px;
    }
    #smart_house .sh_content .day_simulation .clock_scale.state_1 .dots .dot:nth-child(1) {
        -webkit-box-shadow: 0 0 5px 0 rgba(255, 119, 51, 0.63);
        box-shadow: 0 0 5px 0 rgba(255, 119, 51, 0.63);
        background-image: radial-gradient(circle at 181% -111%, #f65c0b, #ff7733 47%, #ffbe00 92%);
    }
    #smart_house .sh_content .day_simulation .clock_scale.state_1 .con_circle {
        position: absolute;
        top: 50%;
        right: 50%;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
        -webkit-transform: translate(50%, -50%) rotate(35deg);
        transform: translate(50%, -50%) rotate(35deg);
    }
    #smart_house .sh_content .day_simulation .clock_scale.state_1 .con_circle .floating_icon {
        position: absolute;
        top: 100%;
        border-radius: 50%;
        right: 50%;
        -webkit-transform: translate(50%, -40%) rotate(-35deg);
        transform: translate(50%, -40%) rotate(-35deg);
        background: #fff url(img/sun-vectors/sun07.svg) no-repeat center center;
        background-size: 100%;
        -webkit-box-shadow: 5px -5px 20px 1px rgba(249, 173, 28, 0.5);
        box-shadow: 5px -5px 20px 1px rgba(249, 173, 28, 0.5);
    }
    #smart_house .sh_content .day_simulation .clock_scale.state_2 .hours span:nth-child(2) {
        font-weight: bold;
        font-size: 18px;
    }
    #smart_house .sh_content .day_simulation .clock_scale.state_2 .dots .dot:nth-child(2) {
        -webkit-box-shadow: 0 0 5px 0 rgba(255, 119, 51, 0.63);
        box-shadow: 0 0 5px 0 rgba(255, 119, 51, 0.63);
        background-image: radial-gradient(circle at 181% -111%, #f65c0b, #ff7733 47%, #ffbe00 92%);
    }
    #smart_house .sh_content .day_simulation .clock_scale.state_2 .con_circle {
        position: absolute;
        top: 50%;
        right: 50%;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
        -webkit-transform: translate(50%, -50%) rotate(102deg);
        transform: translate(50%, -50%) rotate(102deg);
        z-index: 2;
    }
    #smart_house .sh_content .day_simulation .clock_scale.state_2 .con_circle .floating_icon {
        position: absolute;
        top: 100%;
        border-radius: 50%;
        right: 50%;
        -webkit-transform: translate(50%, -40%) rotate(-102deg);
        transform: translate(50%, -40%) rotate(-102deg);
        background: #fff url(img/sun-vectors/sun08.svg) no-repeat center center;
        background-size: 100%;
        -webkit-box-shadow: 5px 0px 20px 1px rgba(249, 173, 28, 0.5);
        box-shadow: 5px 0px 20px 1px rgba(249, 173, 28, 0.5);
    }
    #smart_house .sh_content .day_simulation .clock_scale.state_3 .hours span:nth-child(3) {
        font-weight: bold;
        font-size: 18px;
    }
    #smart_house .sh_content .day_simulation .clock_scale.state_3 .dots .dot:nth-child(3) {
        -webkit-box-shadow: 0 0 5px 0 rgba(255, 119, 51, 0.63);
        box-shadow: 0 0 5px 0 rgba(255, 119, 51, 0.63);
        background-image: radial-gradient(circle at 181% -111%, #f65c0b, #ff7733 47%, #ffbe00 92%);
    }
    #smart_house .sh_content .day_simulation .clock_scale.state_3 .con_circle {
        position: absolute;
        top: 50%;
        right: 50%;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
        -webkit-transform: translate(50%, -50%) rotate(179deg);
        transform: translate(50%, -50%) rotate(179deg);
        z-index: 2;
    }
    #smart_house .sh_content .day_simulation .clock_scale.state_3 .con_circle .floating_icon {
        position: absolute;
        top: 100%;
        border-radius: 50%;
        right: 50%;
        -webkit-transform: translate(50%, -40%) rotate(-179deg);
        transform: translate(50%, -40%) rotate(-179deg);
        background: #fff url(img/sun-vectors/sun14.svg) no-repeat center center;
        background-size: 100%;
        -webkit-box-shadow: 0px 5px 20px 1px rgba(249, 173, 28, 0.5);
        box-shadow: 0px 5px 20px 1px rgba(249, 173, 28, 0.5);
    }
    #smart_house .sh_content .day_simulation .clock_scale.state_4 .hours span:nth-child(4) {
        font-weight: bold;
        font-size: 18px;
    }
    #smart_house .sh_content .day_simulation .clock_scale.state_4 .dots .dot:nth-child(4) {
        -webkit-box-shadow: 0 0 5px 0 rgba(255, 119, 51, 0.63);
        box-shadow: 0 0 5px 0 rgba(255, 119, 51, 0.63);
        background-image: radial-gradient(circle at 181% -111%, #f65c0b, #ff7733 47%, #ffbe00 92%);
    }
    #smart_house .sh_content .day_simulation .clock_scale.state_4 .con_circle {
        position: absolute;
        top: 50%;
        right: 50%;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
        -webkit-transform: translate(50%, -50%) rotate(256deg);
        transform: translate(50%, -50%) rotate(256deg);
    }
    #smart_house .sh_content .day_simulation .clock_scale.state_4 .con_circle .floating_icon {
        position: absolute;
        top: 100%;
        border-radius: 50%;
        right: 50%;
        -webkit-transform: translate(50%, -40%) rotate(-256deg);
        transform: translate(50%, -40%) rotate(-256deg);
        background: #fff url(img/sun-vectors/sun17.svg) no-repeat center center;
        background-size: 100%;
        -webkit-box-shadow: -5px 0px 20px 1px rgba(249, 173, 28, 0.5);
        box-shadow: -5px 0px 20px 1px rgba(249, 173, 28, 0.5);
    }
    #smart_house .sh_content .day_simulation .clock_scale.state_5 .hours span:nth-child(5) {
        font-weight: bold;
        font-size: 18px;
    }
    #smart_house .sh_content .day_simulation .clock_scale.state_5 .dots .dot:nth-child(5) {
        -webkit-box-shadow: 0 0 5px 0 rgba(255, 119, 51, 0.63);
        box-shadow: 0 0 5px 0 rgba(255, 119, 51, 0.63);
        background-image: radial-gradient(circle at 181% -111%, #f65c0b, #ff7733 47%, #ffbe00 92%);
    }
    #smart_house .sh_content .day_simulation .clock_scale.state_5 .con_circle {
        position: absolute;
        top: 50%;
        right: 50%;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
        -webkit-transform: translate(50%, -50%) rotate(323deg);
        transform: translate(50%, -50%) rotate(323deg);
        z-index: 2;
    }
    #smart_house .sh_content .day_simulation .clock_scale.state_5 .con_circle .floating_icon {
        position: absolute;
        top: 100%;
        border-radius: 50%;
        right: 50%;
        -webkit-transform: translate(50%, -40%) rotate(-323deg);
        transform: translate(50%, -40%) rotate(-323deg);
        background: #fff url(img/sun-vectors/night23.svg) no-repeat center center;
        background-size: 100%;
        -webkit-box-shadow: -5px -5px 20px 1px rgba(249, 173, 28, 0.5);
        box-shadow: -5px -5px 20px 1px rgba(249, 173, 28, 0.5);
    }
    #smart_house .sh_content .day_simulation .clock_scale .innerr_scale {
        width: 228px;
        height: 228px;
        -webkit-box-shadow: 6px 3px 17px 2px rgba(0, 0, 0, 0.05);
        box-shadow: 6px 3px 17px 2px rgba(0, 0, 0, 0.05);
        background-color: #ffffff;
        z-index: 2;
        position: absolute;
        top: 50%;
        right: 50%;
        border-radius: 50%;
        -webkit-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
    }
    #smart_house .sh_content .day_simulation .clock_scale .innerr_scale .dots {
        display: block;
        position: absolute;
        width: 228px;
        height: 228px;
        right: 50%;
        top: 50%;
        -webkit-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
        background: transparent;
        border-radius: 50%;
    }
    #smart_house .sh_content .day_simulation .clock_scale .innerr_scale .dots .dot {
        width: 6px;
        height: 6px;
        background-color: #f0e8e8;
        position: absolute;
        border-radius: 50%;
    }
    #smart_house .sh_content .day_simulation .clock_scale .innerr_scale .dots .dot:nth-child(1) {
        left: 58px;
        bottom: 31px;
    }
    #smart_house .sh_content .day_simulation .clock_scale .innerr_scale .dots .dot:nth-child(2) {
        left: 16px;
        bottom: 155px;
    }
    #smart_house .sh_content .day_simulation .clock_scale .innerr_scale .dots .dot:nth-child(3) {
        left: 123px;
        bottom: 230px;
    }
    #smart_house .sh_content .day_simulation .clock_scale .innerr_scale .dots .dot:nth-child(4) {
        left: 230px;
        bottom: 155px;
    }
    #smart_house .sh_content .day_simulation .clock_scale .innerr_scale .dots .dot:nth-child(5) {
        left: 187px;
        bottom: 31px;
    }
    #smart_house .sh_content .day_simulation .clock_scale .hours_scale {
        position: absolute;
        top: 50%;
        right: 50%;
        -webkit-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
        z-index: 1;
        width: 356px;
        height: 356px;
    }
    #smart_house .sh_content .day_simulation .clock_scale .hours_scale .hours {
        display: block;
        position: absolute;
        width: 356px;
        height: 356px;
        top: 50%;
        right: 50%;
        -webkit-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
    }
    #smart_house .sh_content .day_simulation .clock_scale .hours_scale .hours span {
        position: absolute;
        display: block;
        z-index: 11;
        height: 22px;
        font-size: 18px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #f65c0b;
    }
    #smart_house .sh_content .day_simulation .clock_scale .hours_scale .hours span:nth-child(1) {
        left: 88px;
        bottom: 51px;
    }
    #smart_house .sh_content .day_simulation .clock_scale .hours_scale .hours span:nth-child(2) {
        left: 14px;
        bottom: 200px;
    }
    #smart_house .sh_content .day_simulation .clock_scale .hours_scale .hours span:nth-child(3) {
        left: 156px;
        bottom: 300px;
    }
    #smart_house .sh_content .day_simulation .clock_scale .hours_scale .hours span:nth-child(4) {
        left: 298px;
        bottom: 196px;
    }
    #smart_house .sh_content .day_simulation .clock_scale .hours_scale .hours span:nth-child(5) {
        left: 224px;
        bottom: 51px;
    }
    #smart_house .sh_content .day_simulation .clock_scale .slider_text {
        width: 170px;
        height: 170px;
        border-radius: 25px;
        z-index: 1;
        position: absolute;
        right: 50%;
        top: 50%;
        -webkit-transform: translate(50%, 21%);
        transform: translate(50%, 21%);
        overflow: hidden;
        max-height: 170px;
        z-index: 3;
    }
    #smart_house .sh_content .day_simulation .clock_scale .slider_text .slick-arrow {
        display: none !important;
    }
    #smart_house .sh_content .day_simulation .clock_scale .slider_text .slick-list {
        padding: 0;
    }
    #smart_house .sh_content .day_simulation .clock_scale .slider_text .slide_text {
        border-radius: 0;
        padding: 0;
        margin: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: #fff;
    }
    #smart_house .sh_content .day_simulation .clock_scale .slider_text .slide_text .hour {
        display: none;
    }
    #smart_house .sh_content .day_simulation .clock_scale .slider_text .slide_text .sep_line {
        display: none;
    }
    #smart_house .sh_content .day_simulation .clock_scale .slider_text .slide_text .icon {
        background-image: url("img/orange_b_logo.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        width: 17px;
        height: 19px;
        margin-bottom: 5px;
    }
    #smart_house .sh_content .day_simulation .clock_scale .slider_text .slide_text .icon img {
        visibility: hidden;
    }
    #smart_house .sh_content .day_simulation .clock_scale .player_ui {
        display: block;
        position: absolute;
        top: 250px;
        background: transparent;
        z-index: 8;
        right: 50%;
        transform: translateX(50%);
    }
    #smart_house .sh_content .day_simulation .clock_scale .player_ui button {
        background: transparent;
        border: none;
        width: 9px;
        height: 12px;
        padding: 0;
        margin: 0;
        outline: none !important;
        cursor: pointer;
    }
    #smart_house .sh_content .day_simulation .clock_scale .player_ui button.next_slide {
        background: url(img/foward.svg) no-repeat center center;
        background-size: contain;
    }
    #smart_house .sh_content .day_simulation .clock_scale .player_ui button.play_pouse {
        margin: 0 16px;
        background: url(img/pause.svg) no-repeat center center;
        background-size: contain;
    }
    #smart_house .sh_content .day_simulation .clock_scale .player_ui button.play_pouse.play {
        background: url(img/play-s.svg) no-repeat center center;
    }
    #smart_house .sh_content .day_simulation .clock_scale .player_ui button.prev_slide {
        background: url(img/back.svg) no-repeat center center;
        background-size: contain;
    }
    #smart_house .sh_content .pack {
        background: url(img/pack_bg768.jpg) no-repeat calc(100% + 110px) 112px;
        background-size: cover;
        padding-bottom: 32px;
    }
    #smart_house .sh_content .pack .pack_grid {
        max-width: 720px;
    }
    #smart_house .sh_content .pack .pack_grid .section_title {
        font-size: 28px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.2px;
        text-align: center;
        color: #16254f;
        margin: 48px 0 24px;
    }
    #smart_house .sh_content .pack .pack_grid .pack_text_list .pack_text_title {
        font-size: 22px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.16px;
        text-align: right;
        color: #f65c0b;
        margin-top: 72px;
    }
    #smart_house .sh_content .pack .pack_grid .pack_text_list .pack_price_line {
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.12px;
        text-align: right;
        color: #16254f;
        margin: 0;
    }
    #smart_house .sh_content .pack .pack_grid .pack_text_list .pack_price_line .pack_price {
        font-size: 30px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.19px;
        text-align: right;
        color: #16254f;
    }
    #smart_house .sh_content .pack .pack_grid .pack_text_list .pack_list ul li {
        margin-bottom: 21px;
        height: 43px;
    }
    #smart_house .sh_content .pack .orange_banner {
        max-width: 764px;
        margin: 24px auto 0;
    }
    #smart_house .sh_content .pack .orange_banner .orange_banner_grid {
        max-width: calc( 100% - 128px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    #smart_house .sh_content .pack .orange_banner .orange_banner_grid .icon {
        margin-left: 24px;
    }
    #smart_house .sh_content .pack .orange_banner .orange_banner_grid .icon svg {
        width: 57px;
        height: 70px;
    }
    #smart_house .sh_content .pack .orange_banner .orange_banner_grid .orange_banner_title {
        font-size: 18px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.67;
        letter-spacing: 0.13px;
        text-align: right;
        color: #16254f;
        margin: 0;
    }
    #smart_house .sh_content .pack .orange_banner .orange_banner_grid p {
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: right;
        color: #16254f;
    }
    #smart_house .sh_content .app {
        padding: 90px 0;
    }
    #smart_house .sh_content .app .app_grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 764px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    #smart_house .sh_content .app .app_grid .mobile {
        display: none;
    }
    #smart_house .sh_content .app .app_grid .img_box {
        position: relative;
        width: 52%;
        min-width: 52%;
        margin-left: 22px;
    }
    #smart_house .sh_content .app .app_grid .img_box::after {
        content: '';
        display: block;
        position: absolute;
        width: 700px;
        top: 59%;
        background: url(img/oval.png) no-repeat center center;
        background-size: contain;
        height: 210px;
        right: 52%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        -webkit-animation-name: groww;
        animation-name: groww;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-duration: 2.5s;
        animation-duration: 2.5s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        z-index: 1;
    }
    #smart_house .sh_content .app .app_grid .desktop {
        display: block;
        width: 100%;
        margin: 0;
        -webkit-animation-name: bouncee;
        animation-name: bouncee;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-duration: 2.5s;
        animation-duration: 2.5s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        z-index: 2;
    }
    #smart_house .sh_content .app .app_grid .app_text .section_title {
        font-size: 28px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.2px;
        text-align: right;
        color: #16254f;
        margin-bottom: 8px;
    }
    #smart_house .sh_content .app .app_grid .app_text p {
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal;
        text-align: right;
        color: #666666;
    }
    #smart_house .sh_content .smart_gadgets {
        padding: 60px 0;
    }
    #smart_house .sh_content .smart_gadgets .section_title {
        font-size: 28px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.2px;
        text-align: center;
        color: #16254f;
    }
    #smart_house .sh_content .smart_gadgets p {
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.15px;
        text-align: center;
        color: #16254f;
        margin: 0;
    }
    #smart_house .sh_content .smart_gadgets .gadgets_container {
        width: 744px;
        padding: 0;
        margin: auto;
        overflow: hidden;
    }
    #smart_house .sh_content .smart_gadgets .gadgets_container .inner_box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        overflow: hidden;
    }
    #smart_house .sh_content .smart_gadgets .gadgets_container .inner_box .gadget {
        width: 156px;
        min-width: 156px;
        margin: 0;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: none;
        margin-top: 35px;
    }
    #smart_house .sh_content .smart_gadgets .gadgets_container .inner_box .gadget .g_name {
        font-size: 16px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #666666;
    }
    #smart_house .sh_content .smart_gadgets .gadgets_container .inner_box .gadget .g_name .price {
        font-size: 28px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #16254f;
    }
    #smart_house .sh_content .smart_gadgets .gadgets_container .inner_box .gadget .g_name .text {
        margin-top: -5px;
    }
    #smart_house .sh_content .wesure {
        padding: 50px 0;
    }
    #smart_house .sh_content .wesure .wesure_grid {
        width: 720px;
        max-width: 720px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #smart_house .sh_content .wesure .wesure_grid .wesure_logo {
        width: 250px;
        height: auto;
        margin-top: -10px;
        flex-shrink: 0;
    }
    #smart_house .sh_content .wesure .wesure_grid .seppp {
        width: 1px;
        height: 62px;
        background: #979797;
        margin: 0 46px;
    }
    #smart_house .sh_content .wesure .wesure_grid .text {
        font-size: 18px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal;
        text-align: right;
        color: #16254f;
    }
    #smart_house .sh_content .legal .legal_grid {
        max-width: 730px;
    }
    #smart_house .sh_content .legal .legal_grid .legal_note {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: -0.07px;
        text-align: right;
        color: #666666;
    }
}

#smart_house #sh_form {
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow: auto;
    min-height: 100vh;
    max-height: 100vh;
    background: #fff;
    z-index: 99999;
    top: 0;
    right: 0;
    display: block;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    overflow: auto;
    max-height: 100vh;
    padding-top: 50px;
    background: #FAFAFA;
}

#smart_house #sh_form.hidden {
    -webkit-transform: translateY(-105%);
    transform: translateY(-105%);
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

#smart_house #sh_form .form_close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    border: none;
    padding: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: right;
    color: #16254f;
}

#smart_house #sh_form .form_close .close_icon {
    font-size: 30px;
    font-weight: 500;
    line-height: 18px;
}

#smart_house #sh_form .sh_form_logo {
    display: none;
}

#smart_house #sh_form .sh_form_inner_container {
    margin: 10px auto 100px;
    max-width: 328px;
    text-align: center;
}

#smart_house #sh_form .sh_form_inner_container .sh_form_title {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: center;
    color: #16254f;
    margin-bottom: 32px;
}

#smart_house #sh_form .sh_form_inner_container .sh_form_title.desktop {
    display: none;
}

#smart_house #sh_form .sh_form_inner_container .sh_form_title.mobile {
    display: block;
}

#smart_house #sh_form .sh_form_inner_container .call_text {
    display: none;
}

#smart_house #sh_form .client1 {
    margin-bottom: 30px;
}

#smart_house #sh_form .client1 input[type="radio"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

#smart_house #sh_form .client1 input[type="radio"]:checked+label.group::after {
    display: block;
}

#smart_house #sh_form .client1 label.group {
    position: relative;
    padding-right: 36px;
    margin-left: 30px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 26px;
    letter-spacing: normal;
    text-align: right;
    color: #16254f;
    outline: none !important;
}

#smart_house #sh_form .client1 label.group:focus {
    outline: none !important;
}

#smart_house #sh_form .client1 label.group::before {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: solid 3px #16254f;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#smart_house #sh_form .client1 label.group::after {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background-color: #f65c0b;
    position: absolute;
    top: 50%;
    right: 7px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}

#smart_house #sh_form input[type="text"], #smart_house #sh_form input[type="email"], #smart_house #sh_form input[type="number"], #smart_house #sh_form input[type="tel"] {
    width: 100%;
    width: 328px;
    height: 48px;
    border-radius: 5px;
    border: solid 1px #d2d2d2;
    background-color: #fafafa;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 48px;
    letter-spacing: normal;
    text-align: right;
    color: #666666;
    padding: 0 16px;
}

#smart_house #sh_form input[type="text"]:focus, #smart_house #sh_form input[type="email"]:focus, #smart_house #sh_form input[type="number"]:focus, #smart_house #sh_form input[type="tel"]:focus {
    border: 2px solid #16254f;
    outline: none;
}

#smart_house #sh_form #galaxy_approve {
    position: absolute;
    visibility: visible;
    opacity: 0;
}

#smart_house #sh_form .contact_form_all_inc input[type="submit"]:focus, #smart_house #sh_form .contact_form_all_inc input[type="submit"]:focus {
    outline: 1px solid orange;
}

#smart_house #sh_form #galaxy_approve:focus+label::before {
    outline: 1px solid orange;
}

#smart_house #sh_form input[type="radio"]:focus~label {
    outline: 1px solid orange;
    position: relative;
}

#smart_house #sh_form input[name="changeClient"]:focus+label:before {
    content: ' ';
    display: block;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    position: absolute;
    top: -6px;
    left: -6px;
    background: transparent;
    border: 2px solid #16254f;
    border-radius: 39px;
}

#smart_house #sh_form fieldset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    -webkit-padding-before: 0;
    padding-block-start: 0;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    -webkit-padding-end: 0;
    padding-inline-end: 0;
    -webkit-padding-after: 0;
    padding-block-end: 0;
    min-inline-size: -webkit-min-content;
    min-inline-size: -moz-min-content;
    min-inline-size: min-content;
    border-width: 0;
    border-style: groove;
    border-color: threedface;
    -o-border-image: initial;
    border-image: initial;
    border: none;
    flex-direction: column;
}

#smart_house #sh_form .field_input {
    margin-bottom: 32px;
    position: relative;
}

#smart_house #sh_form .field_input.GovID1, #smart_house #sh_form .field_input.PhoneNumber1 {
    margin-bottom: 0;
}

#smart_house #sh_form .field_input label {
    position: absolute;
    top: calc(100% + 6px);
    font-size: 14px;
    right: 0;
    color: #d50000;
}

#smart_house #sh_form .field_input label.bouncing_label {
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    color: #666666;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

#smart_house #sh_form .field_input input:focus~label.bouncing_label, #smart_house #sh_form .field_input label.bouncing_label.up {
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-weight: 600;
    font-size: 16px;
    color: #16254f;
    right: 0;
}

#smart_house #sh_form h3.tnx_pop_title:focus {
    outline: 1px solid orange;
    color: #d50000;
}

#smart_house #sh_form .identification_method.show1 {
    display: block;
}

#smart_house #sh_form .identification_method.show1#choose_notice {
    display: block;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: right;
    color: #16254f;
    margin-bottom: 12px;
}

#smart_house #sh_form .identification_method {
    display: none;
}

#smart_house #sh_form .identification_method .client1 {
    text-align: right;
}

#smart_house #sh_form .identification_method .GovID1 {
    display: none;
}

#smart_house #sh_form .identification_method .GovID1.show1 {
    display: block;
}

#smart_house #sh_form .identification_method .PhoneNumber1 {
    display: none;
}

#smart_house #sh_form .identification_method .PhoneNumber1.show1 {
    display: block;
}

#smart_house #sh_form .box_of>fieldset {
    margin-top: 44px;
}

#smart_house #sh_form #sub_for {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 64px;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 32px;
    background-color: #ff7733;
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 64px;
    letter-spacing: normal;
    text-align: center;
    color: #16254f;
    margin-top: 32px;
    -webkit-box-shadow: 0px 10px 32px -2px rgba(255, 119, 51, 0.6);
    box-shadow: 0px 10px 32px -2px rgba(255, 119, 51, 0.6);
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #ff7733;
    background-image: linear-gradient(253deg, #f65c0b -17%, #ff7733 90%, #ffbe00 202%);
    position: relative;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

#smart_house #sh_form #sub_for:focus:before {
    content: ' ';
    display: block;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    position: absolute;
    top: -6px;
    left: -6px;
    background: transparent;
    border: 2px solid #16254f;
    border-radius: 39px;
}

#smart_house #sh_form .contact_form_client_question_wrap {
    width: 100%;
}

#smart_house #sh_form .contact_form_client_question_wrap .contact_form_client_question {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: right;
    color: #16254f;
    margin-bottom: 12px;
}

#smart_house #sh_form .contact_form_client_question_wrap .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

#smart_house #sh_form .contact_form_client_question_wrap .contact_form_client_question {
    width: 100%;
}

#smart_house #sh_form .contact_form_client_question_wrap input {
    position: absolute;
    opacity: 0;
    outline: none !important;
}

#smart_house #sh_form .contact_form_client_question_wrap input:checked+label.group1, #smart_house #sh_form .contact_form_client_question_wrap input:checked+label.error+label.group1 {
    background-color: #16254f;
    color: #fff;
    font-weight: bold;
}

#smart_house #sh_form .contact_form_client_question_wrap label {
    display: block;
    width: 130px;
    height: 36px;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 26px;
    border: solid 1.3px #16254f;
    font-size: 18.2px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 36px;
    letter-spacing: normal;
    text-align: center;
    color: #16254f;
    outline: none !important;
}

#smart_house #sh_form .contact_form_client_question_wrap label.error {
    position: absolute;
    top: calc(100% + 6px);
    font-size: 14px;
    right: 0;
    color: #d50000;
    border: none;
    height: auto;
    line-height: 1.4;
    font-weight: 400;
    white-space: nowrap;
    width: auto;
}

#smart_house #sh_form .contact_form_client_question_wrap label:focus {
    outline: none !important;
}

.yellow-button {
    border-radius: 4px;
    background-image: linear-gradient(270deg, rgba(247, 107, 28, 0.76234243697479) 0%, rgba(250, 217, 97, 1) 50%);
    border: 0;
    color: #16254f;
    font-size: 16px;
    height: 38px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    font-weight: bold;
    display: inline-flex;
}

.yellow-button img {
    margin-left: 8px;
}

/* q-and-a */

#q-and-a-container {
    text-align: center;
    padding: 1.5rem 2rem;
    /* min-width: 22.5rem; */
    background-color: #fafafa;
    color: #16254f;
    position: relative;
}

.q-and-a__title {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.85;
    margin: 0;
    margin-bottom: 1rem;
}

.q-and-a__q-container {
    display: block;
    position: relative;
    width: 100%;
    max-width: 540px;
    margin: auto;
    background-color: #ffffff;
    padding: 0;
    margin-bottom: 1rem;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 2px 0 rgba(221, 216, 216, 0.5);
    box-shadow: 0 3px 2px 0 rgba(221, 216, 216, 0.5);
}

.q-and-a__q-container input {
    position: absolute;
    opacity: 0;
}

/* .q-and-a__q-container input:focus ~ .q-and-a__question{
    emulate focus
  } */

.q-and-a__question {
    font-weight: bold;
    display: block;
    text-align: right;
    width: 100%;
    margin: 0;
    padding: 1rem .5rem;
    cursor: pointer;
}

.q-and-a__answer {
    display: block;
    text-align: right;
    background-color: #ffffff;
    width: 100%;
    color: #666666;
    font-weight: 300;
    font-size: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}

.q-and-a__plus {
    position: absolute;
    left: .1rem;
    top: 1rem;
    background: url(img/icons-plus.svg) center no-repeat;
    background-size: contain;
    width: 1rem;
    height: 1rem;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}

.q-and-a__xclose {
    position: absolute;
    left: .1rem;
    top: 1rem;
    background: url(img/icons-xclose.svg) center no-repeat;
    background-size: contain;
    width: 1rem;
    height: 1rem;
    display: none;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}

.q-and-a__q-container input:checked~.q-and-a__answer {
    font-size: 1rem;
    opacity: 1;
    height: auto;
    padding: 0 .5rem 1.5rem 3rem;
}

.q-and-a__q-container input:checked~.q-and-a__plus {
    display: none;
}

.q-and-a__q-container input:checked~.q-and-a__xclose {
    display: inline-block;
}

.q-and-a__more-link {
    font-weight: bold;
    display: block;
    text-align: right;
    max-width: 540px;
    margin: auto;
    line-height: 3;
    color: #16254f;
}

.q-and-a__title {
    font-size: 36px;
}

@media (min-width: 992px) {
    /* q-and-a */
    #q-and-a-container {
        padding-left: 114px;
        padding-right: 114px;
    }
    .q-and-a__q-container {
        max-width: 100%;
    }
    .q-and-a__question {
        padding: 24px 0;
        padding-right: 18px;
    }
    .q-and-a__plus {
        top: 24px;
        left: 18px;
    }
    .q-and-a__xclose {
        top: 24px;
        left: 18px;
    }
    .q-and-a__q-container input:checked~.q-and-a__answer {
        padding: 0 18px 24px 2rem;
    }
    .q-and-a__more-link {
        margin: 0;
    }
    /* q-and-a */
    .yellow-button {}
    #smart_house #sh_form .sh_form_inner_container {
        margin: 0;
    }
    #smart_house {
        max-width: 1920px;
        margin: auto;
    }
    #smart_house #confetty {
        z-index: 9;
        position: absolute;
        width: 100%;
        height: 371px;
        top: 0;
        right: 0;
        overflow: hidden;
        z-index: 999999;
    }
    #smart_house #sh_form {
        -webkit-box-shadow: 10px 4px 24px 0 rgba(0, 0, 0, 0.06);
        box-shadow: 10px 4px 24px 0 rgba(0, 0, 0, 0.06);
        display: block;
        position: fixed;
        top: 0;
        right: auto;
        left: 0;
        width: 352px;
        height: 100vh;
        -webkit-transform: none !important;
        transform: none !important;
        padding: 47px;
    }
    #smart_house #sh_form .form_close {
        display: none;
    }
    #smart_house #sh_form input[type="text"], #smart_house #sh_form input[type="email"], #smart_house #sh_form input[type="number"], #smart_house #sh_form input[type="tel"] {
        width: 100%;
        height: 40px;
    }
    #smart_house #sh_form .field_input {
        margin-bottom: 46px;
    }
    #smart_house #sh_form .sh_form_logo {
        display: block;
    }
    #smart_house #sh_form #sub_for {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: #ff7733;
        background-image: linear-gradient(253deg, #f65c0b -17%, #ff7733 90%, #ffbe00 202%);
        position: relative;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }
    #smart_house #sh_form .contact_form_client_question_wrap label {
        width: 106px;
        height: 32px;
        line-height: 32px;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: normal;
        text-align: center;
        color: #16254f;
    }
    #smart_house #sh_form .sh_form_inner_container .sh_form_title.mobile {
        display: none;
    }
    #smart_house #sh_form .sh_form_inner_container .sh_form_title.desktop {
        display: block;
        font-size: 32px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.06;
        letter-spacing: normal;
        text-align: center;
        color: #16254f;
        margin-top: 20px;
        margin-bottom: 16px;
    }
    #smart_house #sh_form .sh_form_inner_container .tel {
        display: block;
    }
    #smart_house #sh_form .sh_form_inner_container .call_text {
        display: block;
        font-size: 28px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.15;
        letter-spacing: normal;
        text-align: center;
        color: #16254f;
        margin-bottom: 46px;
    }
    #smart_house .sh_content {
        width: calc(100% - 352px);
    }
    #smart_house .sh_content .sticky_menu {
        display: none;
    }
    #smart_house .sh_content .day_simulation .clock_scale, #smart_house .sh_content .day_simulation .clock_scale .con_circle, #smart_house .sh_content .day_simulation .clock_scale .hours_scale, #smart_house .sh_content .day_simulation .clock_scale .hours_scale .hours {
        width: 394px;
        height: 394px;
    }
    #smart_house .sh_content .day_simulation .clock_scale .innerr_scale, #smart_house .sh_content .day_simulation .clock_scale .innerr_scale .dots {
        width: 252px;
        height: 252px;
    }
    #smart_house .sh_content .day_simulation .clock_scale .hours_scale .hours span:nth-child(1) {
        left: 94px;
        bottom: 61px;
    }
    #smart_house .sh_content .day_simulation .clock_scale .hours_scale .hours span:nth-child(2) {
        left: 27px;
        bottom: 223px;
    }
    #smart_house .sh_content .day_simulation .clock_scale .hours_scale .hours span:nth-child(3) {
        left: 174px;
        bottom: 334px;
    }
    #smart_house .sh_content .day_simulation .clock_scale .hours_scale .hours span:nth-child(4) {
        left: 331px;
        bottom: 223px;
    }
    #smart_house .sh_content .day_simulation .clock_scale .hours_scale .hours span:nth-child(5) {
        left: 267px;
        bottom: 61px;
    }
    #smart_house .sh_content .day_simulation .clock_scale .con_circle {
        -webkit-transform-origin: 197px center !important;
        transform-origin: 197px center !important;
    }
}

@media (min-width: 1400px) {
    .yellow-button {}
    #smart_house #sh_form .contact_form_client_question_wrap label {
        width: 152px;
        height: 39px;
        line-height: 39px;
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: normal;
        text-align: center;
        color: #16254f;
    }
    #smart_house .sh_content .day_simulation .slider_back .slide_back {
        height: 700px;
    }
    #smart_house .sh_content {
        width: calc(100% - 480px);
    }
    #smart_house .sh_content .intro {
        height: 628px;
        background: url(img/intro_bg_1200.jpg) no-repeat calc(50% - 80px) center;
        background-size: cover;
    }
    #smart_house .sh_content .intro .intro_grid {
        width: 920px;
    }
    #smart_house .sh_content .day_simulation .slider_back .slide_back.slide_b_1 {
        background-image: url(img/slider_back/desk/desk_0700.jpg);
        background-position: right center;
    }
    #smart_house .sh_content .day_simulation .slider_back .slide_back.slide_b_2 {
        background-image: url(img/slider_back/desk/desk_0800.jpg);
    }
    #smart_house .sh_content .day_simulation .slider_back .slide_back.slide_b_3 {
        background-image: url(img/slider_back/desk/desk_1400.jpg);
    }
    #smart_house .sh_content .day_simulation .slider_back .slide_back.slide_b_4 {
        background-image: url(img/slider_back/desk/desk1700.jpg);
    }
    #smart_house .sh_content .day_simulation .slider_back .slide_back.slide_b_5 {
        background-image: url(img/slider_back/desk/desk2300.jpg);
    }
    #smart_house #sh_form {
        width: 480px;
        padding: 76px;
    }
    #smart_house #sh_form input[type="text"], #smart_house #sh_form input[type="email"], #smart_house #sh_form input[type="number"], #smart_house #sh_form input[type="tel"] {
        width: 100%;
        height: 52px;
        font-size: 20px;
    }
    #smart_house .sh_content .intro .intro_grid .intro_text .page_title {
        font-size: 56px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.35px;
        text-align: right;
        color: #ff7733;
        margin-top: 105px;
    }
    #smart_house .sh_content .intro .intro_grid .intro_text {
        max-width: 462px;
        margin: 0;
    }
    #smart_house .sh_content .intro .intro_grid .intro_text .intro_subtitle {
        font-size: 48px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.28px;
        text-align: right;
        color: #ffffff;
        margin-top: -15px;
    }
    #smart_house .sh_content .intro .intro_grid .intro_text .intro_ph {
        font-size: 30px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.25;
        letter-spacing: normal;
        text-align: right;
        color: #ffffff;
        margin-top: 6px;
        max-width: 100%;
    }
    #smart_house .sh_content .intro .intro_grid .intro_text .intro_price_line .bold {
        font-size: 40px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: right;
        color: #ffffff;
    }
    #smart_house .sh_content .intro .intro_grid .intro_text .intro_price_line {
        margin-top: 24px;
    }
    #smart_house .sh_content .day_simulation .section_title {
        font-size: 36px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.2px;
        text-align: center;
        color: #16254f;
        margin: 64px 0 40px;
    }
    #smart_house .sh_content .day_simulation .clock_scale {
        position: absolute;
        width: 506px;
        height: 506px;
        background: #fff;
        border-radius: 50%;
        top: 252px;
        -webkit-box-shadow: 0px 0px 13px -2px rgba(0, 0, 0, 0.27);
        box-shadow: 0px 0px 13px -2px rgba(0, 0, 0, 0.27);
        min-height: 230px;
        left: 125px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #smart_house .sh_content .day_simulation .clock_scale .con_circle {
        width: 506px;
        height: 506px;
        position: absolute;
        top: 50%;
        right: 50%;
        -webkit-transition: 0.5s ease-in;
        transition: 0.5s ease-in;
        -webkit-transform: translate(50%, -50%) rotate(35deg);
        transform: translate(50%, -50%) rotate(35deg);
        z-index: 3;
        -webkit-transform-origin: center center !important;
        transform-origin: center center !important;
    }
    #smart_house .sh_content .day_simulation .clock_scale .con_circle .floating_icon {
        width: 72px;
        height: 72px;
    }
    #smart_house .sh_content .day_simulation .clock_scale .hours_scale {
        position: absolute;
        top: 50%;
        right: 50%;
        -webkit-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
        z-index: 1;
        width: 506px;
        height: 506px;
    }
    #smart_house .sh_content .day_simulation .clock_scale .hours_scale .hours {
        display: block;
        position: absolute;
        width: 506px;
        height: 506px;
        top: 50%;
        right: 50%;
        -webkit-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
    }
    #smart_house .sh_content .day_simulation .clock_scale .hours_scale .hours span:nth-child(1) {
        left: 125px;
        bottom: 77px;
    }
    #smart_house .sh_content .day_simulation .clock_scale .hours_scale .hours span:nth-child(2) {
        left: 37px;
        bottom: 279px;
    }
    #smart_house .sh_content .day_simulation .clock_scale .hours_scale .hours span:nth-child(3) {
        left: 230px;
        bottom: 422px;
    }
    #smart_house .sh_content .day_simulation .clock_scale .hours_scale .hours span:nth-child(4) {
        left: 423px;
        bottom: 281px;
    }
    #smart_house .sh_content .day_simulation .clock_scale .hours_scale .hours span:nth-child(5) {
        left: 343px;
        bottom: 77px;
    }
    #smart_house .sh_content .day_simulation .clock_scale .innerr_scale {
        width: 324px;
        height: 324px;
        -webkit-box-shadow: 6px 3px 17px 2px rgba(0, 0, 0, 0.05);
        box-shadow: 6px 3px 17px 2px rgba(0, 0, 0, 0.05);
        background-color: #ffffff;
        z-index: 2;
        position: absolute;
        top: 50%;
        right: 50%;
        border-radius: 50%;
        -webkit-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
    }
    #smart_house .sh_content .day_simulation .clock_scale .innerr_scale .dots {
        display: block;
        position: absolute;
        width: 324px;
        height: 324px;
        right: 50%;
        top: 50%;
        -webkit-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
        background: transparent;
        border-radius: 50%;
    }
    #smart_house .sh_content .day_simulation .clock_scale .innerr_scale .dots .dot {
        width: 8px;
        height: 8px;
        background-color: #f0e8e8;
        position: absolute;
        border-radius: 50%;
    }
    #smart_house .sh_content .day_simulation .clock_scale .innerr_scale .dots .dot:nth-child(1) {
        left: 74px;
        bottom: 39px;
    }
    #smart_house .sh_content .day_simulation .clock_scale .innerr_scale .dots .dot:nth-child(2) {
        left: 20px;
        bottom: 199px;
    }
    #smart_house .sh_content .day_simulation .clock_scale .innerr_scale .dots .dot:nth-child(3) {
        left: 158px;
        bottom: 300px;
    }
    #smart_house .sh_content .day_simulation .clock_scale .innerr_scale .dots .dot:nth-child(4) {
        left: 296px;
        bottom: 199px;
    }
    #smart_house .sh_content .day_simulation .clock_scale .innerr_scale .dots .dot:nth-child(5) {
        left: 241px;
        bottom: 39px;
    }
    #smart_house .sh_content .day_simulation .clock_scale.state_1 .hours span:nth-child(1) {
        font-weight: bold;
        font-size: 24px;
    }
    #smart_house .sh_content .day_simulation .clock_scale.state_2 .hours span:nth-child(2) {
        font-weight: bold;
        font-size: 24px;
    }
    #smart_house .sh_content .day_simulation .clock_scale.state_3 .hours span:nth-child(3) {
        font-weight: bold;
        font-size: 24px;
    }
    #smart_house .sh_content .day_simulation .clock_scale.state_4 .hours span:nth-child(4) {
        font-weight: bold;
        font-size: 24px;
    }
    #smart_house .sh_content .day_simulation .clock_scale.state_5 .hours span:nth-child(5) {
        font-weight: bold;
        font-size: 24px;
    }
    #smart_house .sh_content .day_simulation .clock_scale .slider_text {
        width: 220px;
        height: 220px;
        border-radius: 25px;
        z-index: 1;
        position: absolute;
        right: 50%;
        top: 50%;
        -webkit-transform: translate(50%, 21%);
        transform: translate(50%, 21%);
        overflow: hidden;
        max-height: 170px;
        z-index: 3;
    }
    #smart_house .sh_content .day_simulation .clock_scale .slider_text .slide_text .icon {
        width: 25px;
        height: 25px;
        margin-bottom: 10px;
    }
    #smart_house .sh_content .day_simulation .slider_text .slide_text h3 {
        font-size: 22px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.16px;
        text-align: center;
        color: #16254f;
    }
    #smart_house .sh_content .day_simulation .slider_text .slide_text p {
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.13px;
        text-align: center;
        color: #16254f;
    }
    #smart_house .sh_content .day_simulation .clock_scale .player_ui {
        display: block;
        position: absolute;
        top: 335px;
        background: transparent;
        z-index: 8;
    }
    #smart_house .sh_content .day_simulation .clock_scale .player_ui button {
        background: transparent;
        border: none;
        width: 10px;
        height: 12px;
        padding: 0;
        margin: 0;
        outline: none !important;
        cursor: pointer;
    }
    #smart_house .sh_content .pack .pack_grid .section_title {
        font-size: 36px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.26px;
        text-align: center;
        color: #16254f;
        margin: 60px 0 40px;
    }
    #smart_house .sh_content .pack {
        background: #fafafa url(img/pack_bg_1200.jpg) no-repeat right 160px;
        background-size: auto calc(100% - 170px);
        padding-bottom: 32px;
    }
    #smart_house .sh_content .pack .pack_grid {
        max-width: 1110px;
    }
    #smart_house .sh_content .pack .pack_grid .pack_text_list .pack_text_title {
        font-size: 24px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.16px;
        text-align: right;
        color: #f65c0b;
        margin-top: 96px;
    }
    #smart_house .sh_content .pack .pack_grid .pack_text_list .pack_price_line {
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -1.9px;
        text-align: right;
        color: #16254f;
        margin: 6px 0 0 0;
    }
    #smart_house .sh_content .pack .pack_grid .pack_text_list .pack_price_line .pack_price {
        font-size: 30px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.19px;
        text-align: right;
        color: #16254f;
    }
    #smart_house .sh_content .pack .orange_banner {
        max-width: 1120px;
        margin: 24px auto 0;
        padding: 15px 16px 22px;
    }
    #smart_house .sh_content .pack .orange_banner .orange_banner_grid .orange_banner_title {
        font-size: 20px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.67;
        letter-spacing: 0.13px;
        text-align: right;
        color: #16254f;
        margin: 8px 0 0 0;
    }
    #smart_house .sh_content .pack .orange_banner .orange_banner_grid p {
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: right;
        color: #16254f;
    }
    #smart_house .sh_content .pack .orange_banner .orange_banner_grid .icon svg {
        width: 57px;
        margin-left: 40px;
    }
    #smart_house .sh_content .pack .orange_banner .orange_banner_grid .icon {
        margin-left: 0;
    }
    #smart_house .sh_content .app .app_grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 1110px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    #smart_house .sh_content .app .app_grid .img_box {
        position: relative;
        width: 632px;
        min-width: 632px;
        margin-left: 50px;
    }
    #smart_house .sh_content .app .app_grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 1110px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    #smart_house .sh_content .pack .orange_banner .orange_banner_grid {
        max-width: calc( 100% - 66px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    #smart_house .sh_content .app .app_grid .app_text .section_title {
        font-size: 36px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.2px;
        text-align: right;
        color: #16254f;
        margin-bottom: 15px;
    }
    #smart_house .sh_content .app .app_grid .app_text p {
        font-size: 21px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal;
        text-align: right;
        color: #666666;
    }
    #smart_house .sh_content .smart_gadgets .section_title {
        font-size: 36px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.2px;
        text-align: center;
        color: #16254f;
    }
    #smart_house .sh_content .smart_gadgets p {
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.15px;
        text-align: center;
        color: #16254f;
        margin: 0;
    }
    #smart_house .sh_content .smart_gadgets .gadgets_container .inner_box .gadget {
        width: 156px;
        min-width: 156px;
        margin: 0;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: none;
        margin-top: 40px;
    }
    #smart_house .sh_content .smart_gadgets .gadgets_container {
        width: 792px;
        padding: 0;
        margin: auto;
        overflow: hidden;
    }
    #smart_house .sh_content .smart_gadgets .gadgets_container .inner_box .gadget {
        width: 156px;
        min-width: 156px;
        margin: 0;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: none;
        margin: 0 20px;
        margin-top: 40px;
    }
    #smart_house .sh_content .legal .legal_grid {
        max-width: 1110px;
    }
}

@media (min-width: 1600px) {
    .yellow-button {}
    #smart_house .sh_content .intro {
        height: 628px;
        background: url(img/intro_bg_1200.jpg) no-repeat calc(50% - 110px) center;
        background-size: cover;
    }
    #smart_house .sh_content .intro .intro_grid {
        width: 980px;
    }
}

@media (min-width: 1800px) {
    #smart_house .sh_content .intro {
        height: 628px;
        background: url(img/intro_bg_1200.jpg) no-repeat calc(50% - 180px) center;
        background-size: cover;
    }
    #smart_house .sh_content .intro .intro_grid {
        width: 1170px;
    }
}

@media (min-width: 1920px) {
    #smart_house #sh_form {
        left: calc((100% - 1920px)/2);
    }
}

@media (max-width: 768px) {
    .tel {
        display: none !important;
    }
}

#sub_for:focus {
    outline: 0;
}

#sub_for:before, #sub_for:after {
    position: absolute;
    content: '';
    display: block;
    width: 140%;
    height: 100%;
    left: -20%;
    z-index: -1000;
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    background-repeat: no-repeat;
}

#sub_for:before {
    display: none;
    top: -75%;
    background-image: radial-gradient(circle, #ff7733 10%, transparent 20%), radial-gradient(circle, transparent 20%, #ff7733 20%, transparent 30%), radial-gradient(circle, #ff7733 10%, transparent 20%), radial-gradient(circle, #ff7733 10%, transparent 20%), radial-gradient(circle, transparent 10%, #ff7733 15%, transparent 20%), radial-gradient(circle, #ff7733 10%, transparent 20%), radial-gradient(circle, #ff7733 10%, transparent 20%), radial-gradient(circle, #ff7733 10%, transparent 20%), radial-gradient(circle, #ff7733 10%, transparent 20%);
    background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}

#sub_for:after {
    display: none;
    bottom: -75%;
    background-image: radial-gradient(circle, #ff7733 10%, transparent 20%), radial-gradient(circle, #ff7733 10%, transparent 20%), radial-gradient(circle, transparent 10%, #ff7733 15%, transparent 20%), radial-gradient(circle, #ff7733 10%, transparent 20%), radial-gradient(circle, #ff7733 10%, transparent 20%), radial-gradient(circle, #ff7733 10%, transparent 20%), radial-gradient(circle, #ff7733 10%, transparent 20%);
    background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}

#sub_for:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    background-color: #e60074;
    -webkit-box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2);
    box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2);
}

#sub_for.animate:before {
    display: block;
    -webkit-animation: topBubbles ease-in-out 0.75s forwards;
    animation: topBubbles ease-in-out 0.75s forwards;
}

#sub_for.animate:after {
    display: block;
    -webkit-animation: bottomBubbles ease-in-out 0.75s forwards;
    animation: bottomBubbles ease-in-out 0.75s forwards;
}

@-webkit-keyframes topBubbles {
    0% {
        background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
    }
    50% {
        background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
    }
    100% {
        background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
        background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
}

@keyframes topBubbles {
    0% {
        background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
    }
    50% {
        background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
    }
    100% {
        background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
        background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
}

@-webkit-keyframes bottomBubbles {
    0% {
        background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
    }
    50% {
        background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
    }
    100% {
        background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
        background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
}

@keyframes bottomBubbles {
    0% {
        background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
    }
    50% {
        background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
    }
    100% {
        background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
        background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .yellow-button {}
    #smart_house .sh_content .day_simulation .clock_scale .hours_scale .hours span {
        font-size: 16px;
        color: #16254f;
    }
    #smart_house .sh_content .smart_gadgets .gadgets_container .inner_box .gadget .price {
        font-size: 28px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.22px;
        text-align: center;
        color: #16254f;
    }
}

#smart_house .sh_content .sticky_menu .sticky_menu_inner .call_button {
    display: none !important;
}

.white-theme #toolbar.toolbar-left {
    z-index: 999999;
}

/*# sourceMappingURL=smart-house.css.map */

#arrow_down_animation {
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 50px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    /* background: pink; */
    cursor: pointer;
}

#arrow_down_animation::before {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    right: 0;
    width: 100%;
    height: 14px;
    background: url('./img/arrow.svg') no-repeat center center;
    background-size: contain;
    opacity: 0;
    -webkit-animation-name: escalator;
    animation-name: escalator;
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

#arrow_down_animation::after {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    right: 0;
    width: 100%;
    height: 14px;
    background: url('./img/arrow.svg') no-repeat center center;
    background-size: contain;
    opacity: 0;
    -webkit-animation-name: escalator;
    animation-name: escalator;
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@media only screen and (min-width: 1024px) {
    #arrow_down_animation {
        width: 55px;
        height: 75px;
        position: absolute;
        top: calc(100% - 100px);
        right: calc(50% - 100px);
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
        /* background: pink; */
    }
}

@media only screen and (min-width: 1200px) {
    #arrow_down_animation {
        width: 55px;
        height: 75px;
        position: absolute;
        bottom: 80px;
        right: calc(50% - 100px);
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
        /* background: pink; */
    }
}

@-webkit-keyframes escalator {
    0% {
        top: -5px;
        opacity: 0;
    }
    50% {
        top: 10px;
        opacity: 1;
    }
    100% {
        top: 25px;
        opacity: 0;
    }
}

@keyframes escalator {
    0% {
        top: -5px;
        opacity: 0;
    }
    50% {
        top: 10px;
        opacity: 1;
    }
    100% {
        top: 25px;
        opacity: 0;
    }
}