html.disable-scroll,
html.disable-scroll2,
html.disable-scroll3,
html.disable-scroll4,
html.disable-scroll5,
html.disable-scroll6,
html.disable-scroll7 {
    overflow: hidden;
}

.top-banner-cursor {
    display: none!important;
}

.pt-45 {
    padding-top: 45px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.mb-66 {
    margin-bottom: 66px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.row {
    clear: both;
}

.clear {
    width: 100%;
    clear: both;
}

.header-topbar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 17px 30px;
    padding-bottom: 0;
}

.header-topbar {
    text-align: right;
}

.header-topbar .header-topbar-contact-item {
    display: inline-block;
    margin-left: 30px;
}

.header-topbar .header-topbar-contact-item img,
.header-topbar .header-topbar-contact-item svg {
    position: relative;
    height: 20px;
    top: 5px;
    margin-right: 6px;
}

.header-topbar .header-topbar-contact-item svg * {
    fill: #000;
}

.header-topbar .header-topbar-contact-item.header-topbar-socials ul {
    height: 28px;
    margin: 0;
    padding: 0;
}

.header-topbar .header-topbar-contact-item.header-topbar-socials li {
    cursor: pointer;
    position: relative;
    display: inline-block;
    list-style-type: none;
    margin-left: 16px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #000;
    text-align: center;
    line-height: 28px;
    transition: all .3s ease;
}

.header-topbar .header-topbar-contact-item.header-topbar-socials li:hover {
    background: #ccc;
}

.header-topbar .header-topbar-contact-item.header-topbar-socials li:first-child {
    margin-left: 0;
}

.header-topbar .header-topbar-contact-item.header-topbar-socials li * {
    color: #fff;
    font-size: 14px;
}

.header-topbar .header-topbar-contact-item.header-topbar-socials li a {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.header-topbar .header-topbar-contact-item.header-topbar-socials li i {
    position: relative;
    top: 0px;
    left: 0.5px;
    transition: all .3s ease;
}

.header-topbar .header-topbar-contact-item.header-topbar-socials li i.fab.fa-instagram::before {
    position: relative;
    top: 0.3px;
    right: 0.3px;
}

.header-topbar .header-topbar-contact-item.header-topbar-socials li:hover i {
    color: #fff;
}

.header-topbar .header-topbar-contact-item:not(.header-topbar-socials) a {
    position: relative;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #000;
}

.header-topbar .header-topbar-contact-item:not(.header-topbar-socials) a:after {
    background: #000;
    height: 2px;
    width: 0;
    position: absolute;
    bottom: -6px;
    content: "";
    left: 0px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.header-topbar .header-topbar-contact-item:not(.header-topbar-socials) a:hover:after {
    width: 100%;
}

.prague-header.simple.sticky-menu {
    position: absolute;
}

.prague-header.simple.sticky-menu.scroll-sticky {
    position: fixed;
    display: none;
    opacity: 0;
    top: 0px !important;
    box-shadow: 0 0 3px 1px rgb(0 0 0 / 30%);
    background-color: #fff;
    transition: opacity .3s ease;
}

.prague-header.simple.sticky-menu.scroll-sticky.active {
    display: flex;
}

.prague-header.simple.sticky-menu.scroll-sticky.active2 {
    opacity: 1;
}

.header-languages,
.prague-navigation-inner .wpml-ls {
    display: none!important;
}

.header-languages .wpml-ls,
.header-languages .wpml-ls-display,
.header-languages .wpml-ls-current-language {
    display: none;
}

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

.feddback-header-btn {
    /* display: inline-block; */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    /* text-transform: uppercase; */
    border: 1px solid rgba(17, 17, 17, 0.4);
    padding: 15px 30px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #0F4538;
    transition: all .3s ease;
}

.feddback-header-btn span {
    margin-left: 8px;
    font-size: 16px;
}

.feddback-header-btn img,
.feddback-header-btn svg {
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-right: 8px;
}

.feddback-header-btn svg path {
    transition: all .3s ease;
}

.feddback-header-btn:hover {
    color: #fff;
    background: #000;
}

.feddback-header-btn:hover svg path {
    stroke: #fff;
}

.mob-feddback-header-btn {
    display: none;
}

@media only screen and (max-width: 767px) {
    .mob-feddback-header-btn {
        position: absolute;
        display: flex;
        height: 32px;
        width: calc(100% - 30px);
        padding: 0;
        left: 15px;
        top: 8px;
        border: none;
        background: none!important;
        border: 1px solid #C89A3C;
        color: #fff!important;
        z-index: 99;
    }
    .mob-feddback-header-btn svg path {
        stroke: #fff;
    }
    .mob-feddback-header-btn.dark {
        color: #111!important;
    }
    .mob-feddback-header-btn.dark svg path {
        stroke: #111;
    }
    .prague-header {
        top: 36px;
    }
}

.breadcrumb-list {
    display: none;
    text-align: center;
}

.breadcrumb-list ul {
    margin: 0;
}

.breadcrumb-list li {
    display: inline-block;
    opacity: 0.8;
    transition: all .3s ease;
    color: #111111;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase;
}

.breadcrumb-list li:hover {
    opacity: 1;
}

.breadcrumb-list li a {
    position: relative;
    color: #000!important;
    color: #111111!important;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase;
}

.breadcrumb-list li a:after {
    content: "—";
    margin-left: 4px;
}

.navigation {
    position: relative;
    margin-bottom: 100px;
    top: -100px;
}

.navigation .page-numbers {
    display: none;
}

.navigation .page-numbers.prev {
    position: absolute;
    display: block;
    top: 0;
    left: 15px;
}

.navigation .page-numbers.prev i {
    margin-right: 10px;
}

.navigation .page-numbers.next {
    position: absolute;
    display: block;
    top: 0;
    right: 15px;
}

.navigation .page-numbers.next i {
    margin-left: 10px;
}

.prague-footer {
    background-position: center;
    background-size: cover;
}

.prague-footer .footer-bottom-content.footer-bottom-content-socials {
    padding-top: 0;
}

@font-face {
    font-family: Gorilla;
    font-display: swap;
    src: url(../font/GorillaFont.ttf);
}

.gorilla {
    font-family: Gorilla;
    transition: all .3s ease;
    color: rgba(255, 255, 255, 0.5)!important;
    text-decoration: none!important;
}

.gorilla:hover {
    color: #fff!important;
}

.prague-footer .footer-bottom-content .footer-copyright {
    width: 100%;
}

@media only screen and (min-width: 767px) {
    .prague-footer .footer-bottom-content .footer-copyright {
        display: flex;
        align-items: center;
    }
}

.footer-copyright p {
    display: block;
    width: 50%;
    float: left;
}

.footer-copyright p:last-child {
    text-align: right;
}

@media only screen and (max-width: 767px) {
    .footer-copyright p:first-child {
        margin-bottom: 20px!important;
    }
    .footer-copyright p {
        width: 100%;
        text-align: center;
    }
    .footer-copyright p:last-child {
        text-align: center;
    }
}

.prague-svg-animation-text {
    font-size: 82px;
    line-height: 1.1;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    opacity: 0.5;
    z-index: -1;
    color: #fff;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, .5);
}

@media only screen and (max-width: 767px) {
    .prague-svg-animation-text {
        font-size: 60px;
    }
}


/* houses */

.hidden-output-houses {
    display: none;
}

.houses-section {
    padding-bottom: 22px;
}


/* single house */

.single-house-slider .owl-item .single-house-slider-item {
    cursor: pointer;
    position: relative;
    height: 420px;
    background-position: center;
    background-size: cover;
}

.single-house-slider .owl-item .single-house-slider-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000;
    opacity: 0;
    transition: all .3s ease;
}

.single-house-slider .owl-item .single-house-slider-item:hover::after {
    opacity: 0.2;
}

.single-house-slider-not-cat .owl-item .single-house-slider-item {
    background-size: contain;
    background-repeat: no-repeat;
}

.single-house-slider {
    position: relative;
}

.single-house-slider .owl-stage-outer {
    height: 470px;
}

.single-house-slider .owl-nav {
    position: absolute;
    bottom: 0;
    left: 27px;
    display: table;
}

.single-house-slider .owl-nav>button {
    background: none!important;
}


/* @media only screen and (min-width:767px) {
    .single-house-content-with-slider .project-list-content {
        position: relative;
        top: -25px;
    }
} */

.prague_list .project-list-wrapper .project-list-content {
    position: relative;
}

.prague_list .project-list-wrapper .project-list-content .single-house-status {
    display: table;
    position: relative;
    margin-bottom: 25px;
}

.prague_list .project-list-wrapper .project-list-content .single-house-status .single-house-status-item {
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.project-list-excerpt {
    font-size: 16px;
    color: #000000;
}

.project-list-excerpt .house-item-params-item {
    margin-bottom: 0px;
    line-height: 1.4;
    color: #000000;
}

.project-list-excerpt .house-item-params-item * {
    color: #000000;
}

.project-list-excerpt strong {
    font-weight: bold;
}

.house-cat-videobtn {
    display: table;
    padding: 12px 46px;
    margin-top: 20px;
    border: 1px solid #0F4538;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: uppercase;
    line-height: 1;
    transition: all .3s ease;
    background: #fff;
    color: #000;
}

.house-cat-videobtn::before,
.house-cat-videobtn::after {
    display: none;
}

.house-cat-videobtn i {
    margin-left: 10px;
}

.house-cat-videobtn:hover {
    background: #0F4538;
    color: #fff;
}

.house-cat-videobtn .a-btn-line:before,
.house-cat-videobtn .a-btn-line:after {
    background: #333333;
}

.house-planing-section {
    position: relative;
    padding-bottom: 90px;
    background-position: center;
    background-size: cover;
}

.house-planing-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffffff;
    opacity: .85;
    z-index: 1;
}

.house-planing-section>* {
    position: relative;
    z-index: 2;
}

.house-planing-section .heading {
    padding-top: 90px;
}

.house-planing-tabs {
    display: table;
    width: 100%;
    margin-bottom: 70px;
}

.house-planing-tabs .house-planing-tab-item {
    cursor: pointer;
    padding: 12px 46px;
    display: table;
    float: left;
    margin-right: 20px;
    border: 1px solid #0F4538;
    background: #fff;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    transition: all .3s ease;
}

.house-planing-tabs .house-planing-tab-item:last-child {
    margin-right: 0;
}

.house-planing-tabs .house-planing-tab-item:hover,
.house-planing-tabs .house-planing-tab-item:focus,
.house-planing-tabs .house-planing-tab-item.active {
    background-color: #0F4538;
    color: #fff;
}

.single-house-plan-scheme-desc {
    display: none;
    width: 100%;
    padding: 60px 105px;
    background: #fff;
}

.single-house-plan-scheme-desc.active {
    display: table;
}

.single-house-plan-scheme {
    cursor: pointer;
    position: relative;
    width: calc(50% - 50px);
    height: 616px;
    padding-right: 30px;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
}

.single-house-plan-scheme img {
    display: none;
}

.single-house-plan-scheme::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    right: -50px;
    top: 0;
    background: #bcbcbc;
}


/* single house plan scheme popup */

.big-image-popup {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    z-index: 2001;
    width: 100%;
}

.big-image-popup.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.big-image-popup .close-popup {
    right: 30px;
    top: 14px;
    color: #fff;
}

.big-image-popup .big-image-popup-inner {
    display: flex;
    height: 100vh;
    width: 100%;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    overflow-y: auto;
}

.big-image-popup .big-image-popup-inner img {
    max-width: 100%;
    height: 100%;
}


/* single house plan scheme popup end */

.single-house-plan-scheme-desc-block {
    width: calc(50% + 50px);
    float: left;
    margin: 0;
    padding-left: 180px;
}

.single-house-plan-scheme-desc-block-title {
    display: block;
    margin: 0;
    margin-bottom: 20px;
    text-align: left;
    font-size: 25px;
    font-weight: 700;
    color: #000;
}

.single-house-plan-scheme-desc-block-list {
    display: table;
    min-width: 280px;
    margin: 0 auto;
    margin: 0;
    margin-bottom: 55px;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    color: #212121;
}

.single-house-plan-scheme-desc-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-house-plan-scheme-desc-block ul li.list-item-with-dot {
    position: relative;
    padding-left: 17px;
}

.single-house-plan-scheme-desc-block ul li.list-item-with-dot:before {
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    top: 10px;
    left: 0;
    border-radius: 50%;
    margin-right: 5px;
    background: #111111;
}

.single-house-plan-scheme-desc-block-btn {
    cursor: pointer;
    padding: 12px 35px;
    display: table;
    float: none;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #0F4538;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: normal;
    line-height: 1;
    transition: all .3s ease;
}

.single-house-plan-scheme-desc-block-btn:before,
.single-house-plan-scheme-desc-block-btn:after {
    display: none;
}

.single-house-plan-scheme-desc-block-btn .a-btn-line:before,
.single-house-plan-scheme-desc-block-btn .a-btn-line:after {
    background: #333333;
}

.single-house-plan-scheme-desc-block-btn:hover,
.single-house-plan-scheme-desc-block-btn:focus {
    background-color: #0F4538;
    color: #fff;
}

.house-materials-section {
    padding-bottom: 45px;
}

.house-materials-list {
    overflow: auto;
}

.house-materials-list .house-materials-list-left-part {
    display: table;
    float: left;
    width: 180px;
}

.house-materials-list .house-materials-list-item {
    display: flex;
    align-items: stretch;
    width: 100%;
    min-width: 900px;
}

.house-materials-list .house-materials-list-item:nth-child(2n) {
    background-color: #f2f2f2
}

.house-materials-list .house-materials-list-item:nth-child(odd) {
    background-color: #fff
}

.house-materials-list-item .house-materials-list-item-inner {
    display: flex;
    align-items: center;
    justify-content: start;
    width: calc(33.33% - 60px);
    float: left;
    padding: 8.5px 15px;
    border-left: 1px solid #000;
    line-height: 1.5;
    text-align: left;
}

.house-materials-list-item-heading {
    background: none!important;
}

.house-materials-list-item-heading .house-materials-list-item-inner {
    width: calc(33.33% - 60px);
    float: left;
    padding: 8.5px 15px;
    border-left: none;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.house-materials-list-item .house-materials-list-item-inner:first-child {
    width: 210px;
    padding: 0 15px;
    border-left: none;
    text-align: left;
    justify-content: start;
    font-weight: 600;
}

.house-cat-design-slider .pag-wrapper {
    display: table;
    width: auto;
    position: relative;
    margin: 0 auto;
}

.house-cat-design-slider .swiper-button-prev,
.house-cat-design-slider .swiper-button-next {
    bottom: 0;
    top: auto;
}

.house-cat-design-slider .swiper-button-prev {
    left: -60px;
    bottom: -5px;
    width: 35px;
    background-size: contain;
    background-image: url(/wp-content/themes/forthomes_theme/img/arrow-left.svg);
}

.house-cat-design-slider .swiper-button-next {
    right: -60px;
    bottom: -5px;
    width: 35px;
    background-size: contain;
    background-image: url(/wp-content/themes/forthomes_theme/img/arrow-right.svg);
}

.houses-feedback_section {
    position: relative;
    padding-top: 0;
    margin-bottom: -66px;
    padding-bottom: 62px;
    background-size: cover;
    background-position: center;
}

.houses-feedback_section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffffff;
    opacity: .95;
    z-index: 1;
}

.houses-feedback_section>* {
    position: relative;
    z-index: 2;
}

.contacts-info-wrap .text p {
    color: #000;
}

.contacts-info-wrap.info_with_form .phone-wrapper i,
.contacts-info-wrap.info_with_form .address-wrapper i,
.contacts-info-wrap.info_with_form .email-wrapper i {
    width: 34px;
    line-height: 34px;
}

.wpcf7-form-control-wrap.page-title,
.wpcf7-form-control-wrap.page-url {
    display: none!important;
}

.wpcf7 br {
    display: none;
}

.wpcf7 .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    display: table;
    top: auto;
    font-size: 12px!important;
}

.wpcf7 form .wpcf7-response-output {
    margin-left: 0!important;
    margin-right: 0!important;
    line-height: 1.4!important;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #7cc883!important;
    background-color: #7cc883!important;
    color: #fff!important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900!important;
    background-color: #ffb900!important;
    color: #fff!important;
}

.wpcf7 .wpcf7-form-control-wrap {
    width: 100%;
}

.wpcf7 .wpcf7-form-control-wrap * {
    font-size: 14px;
}

.wpcf7 .frm_fields_container>.row {
    margin-left: -10px;
    margin-right: -10px;
}

.wpcf7 .frm_fields_container>.row>.col-md-6 {
    padding-left: 10px;
    padding-right: 10px;
}

.wpcf7-spinner {
    width: 100%!important;
    position: absolute!important;
    display: block!important;
    top: 10px!important;
    right: 0!important;
    margin: 0!important;
    background: #fff!important;
    border-radius: 0!important;
    opacity: 1!important;
    font-size: 12px!important;
    color: #000!important;
    text-align: center!important;
    z-index: 2!important;
}

.wpcf7-spinner .wpcf7-spinner-icon {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    transform: scale(.5);
    transform-origin: top;
    float: left;
}

.wpcf7-spinner .wpcf7-spinner-icon div {
    position: absolute;
    border: 4px solid #000;
    opacity: 1;
    border-radius: 50%;
    animation: wpcf7-spinner-icon 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.wpcf7-spinner .wpcf7-spinner-icon div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes wpcf7-spinner-icon {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

.contact-us-form .frm_submit {
    margin-left: 15px;
    margin-top: 5px;
}


/* front page */

.front-page-header .prague-logo {
    display: flex;
    align-items: center;
}

.prague-logo img {
    width: 276px;
}

.front-page-header .front-page-header-socials {
    display: inline-block;
    margin-left: 30px;
}

.front-page-header .front-page-header-socials ul {
    height: 28px;
    margin: 0;
    padding: 0;
}

.front-page-header .front-page-header-socials li {
    cursor: pointer;
    position: relative;
    display: inline-block;
    list-style-type: none;
    margin-left: 5px;
    width: 28px;
    height: 28px;
    border-radius: 0%;
    background: none;
    border: 1px solid #fff;
    text-align: center;
    line-height: 28px;
    transition: all .3s ease;
}

.front-page-header .front-page-header-socials li:hover {
    background: #fff;
}

.front-page-header .front-page-header-socials li:first-child {
    margin-left: 0;
}

.front-page-header .front-page-header-socials li * {
    color: #fff;
    font-size: 14px;
}

.front-page-header .front-page-header-socials li a {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.front-page-header .front-page-header-socials li i {
    position: relative;
    top: 0px;
    left: 0px;
    transition: all .3s ease;
}

.front-page-header .front-page-header-socials li i.fab.fa-instagram::before {
    position: relative;
    top: 0.3px;
    right: 0.3px;
}

.front-page-header .front-page-header-socials li:hover i {
    color: #000;
}

.prague-navigation-inner>nav>ul {
    padding: 5px 0;
}

.front-page-header .prague-navigation-inner>nav>ul>li {
    margin: 0;
    margin-right: 26px;
}

.front-page-header .prague-navigation-inner>nav>ul>li>a {
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    padding: 0;
    margin: 0;
    opacity: 1;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: normal;
}

.front-page-header .prague-navigation-inner .sub-menu {
    padding: 20px;
    padding-bottom: 4px;
    background: #fff;
}

.front-page-header .prague-navigation-inner .sub-menu a {
    position: relative;
    display: table;
    width: auto;
    text-transform: uppercase;
    color: #000;
    padding: 0;
    padding-bottom: 12px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: normal;
    opacity: 1;
    line-height: 1;
    color: #333;
}

.front-page-header .prague-navigation-inner a:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: #fff;
    transition: all .3s ease;
}

.front-page-header .prague-navigation-inner .sub-menu a:after {
    bottom: 8px;
    background: #000;
}

.front-page-header .prague-navigation-inner li.current-menu-item a:after,
.front-page-header .prague-navigation-inner a:hover:after {
    width: 100%;
}

.front-page-header .feddback-header-btn {
    height: 40px;
    padding: 13px 30px;
    border: none;
    background: #fff;
    font-weight: 400;
    box-shadow: 0 0 0 1px #fff;
}

.front-page-header .feddback-header-btn:hover {
    color: #fff;
    background: #0F4538;
    box-shadow: 0 0 0 1px #0F4538;
}

.front-page-header .prague-social-nav a {
    border: none;
    color: #fff;
}

.front-page-header .prague-nav-menu-icon a {
    border: 1px solid rgba(255, 255, 255, 1);
    border: none;
}

.front-page-header .prague-nav-menu-icon a i,
.front-page-header .prague-nav-menu-icon a i:after,
.front-page-header .prague-nav-menu-icon a i:before {
    width: 30px;
    height: 3px;
    background: #fff;
}

.front-page-header .prague-nav-menu-icon a i:after {
    top: 11px;
}

.front-page-header .prague-nav-menu-icon a i:before {
    top: -11px;
}

.front-page-header .prague-nav-menu-icon a:hover {
    border: none;
    background: none;
}

.front-page-header.open-filter,
.front-page-header.open-menu {
    background: none;
}


/* other page header */

.other-page-header .prague-logo {
    display: flex;
    align-items: center;
}

.other-page-header .prague-logo img {
    position: relative;
    top: -2px;
}

.other-page-header .front-page-header-socials {
    display: inline-block;
    margin-left: 30px;
}

.other-page-header .front-page-header-socials ul {
    height: 28px;
    margin: 0;
    padding: 0;
}

.other-page-header .front-page-header-socials li {
    cursor: pointer;
    position: relative;
    display: inline-block;
    list-style-type: none;
    margin-left: 6px;
    width: 28px;
    height: 28px;
    border-radius: 0%;
    border: 1px solid #0F4538;
    background: none;
    text-align: center;
    line-height: 28px;
    transition: all .3s ease;
}

.other-page-header .front-page-header-socials li:hover {
    background: #0F4538;
}

.other-page-header .front-page-header-socials li:first-child {
    margin-left: 0;
}

.other-page-header .front-page-header-socials li * {
    color: #0F4538;
    font-size: 14px;
}

.other-page-header .front-page-header-socials li a {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.other-page-header .front-page-header-socials li i {
    position: relative;
    top: 0px;
    left: 0px;
    transition: all .3s ease;
}

.other-page-header .front-page-header-socials li i.fab.fa-instagram::before {
    position: relative;
    top: 0.3px;
    right: 0.3px;
}

.other-page-header .front-page-header-socials li:hover i {
    color: #fff;
}

.other-page-header .prague-navigation-inner>nav>ul>li {
    margin: 0;
    margin-right: 26px;
}

.other-page-header .prague-navigation-inner>nav>ul>li>a {
    position: relative;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 100%;
    padding: 0;
    margin: 0;
    opacity: 1;
    color: #333;
    letter-spacing: normal;
}

.other-page-header .prague-navigation-inner .sub-menu {
    padding: 15px;
    padding-bottom: 4px;
    background: #fff;
}

.other-page-header .prague-navigation-inner .sub-menu a {
    position: relative;
    display: table;
    width: auto;
    text-transform: uppercase;
    color: #000;
    padding: 0;
    padding-bottom: 12px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: normal;
    opacity: 1;
    line-height: 1;
    color: #333;
}

.other-page-header .prague-navigation-inner a:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: #000000;
    transition: all .3s ease;
}

.other-page-header .prague-navigation-inner .sub-menu a:after {
    bottom: 8px;
}

.other-page-header .prague-navigation-inner li.current-menu-item>a:after,
.other-page-header .prague-navigation-inner a:hover:after {
    width: 100%;
}

.other-page-header .feddback-header-btn {
    height: 40px;
    padding: 13px 30px;
    font-weight: 400;
    border: none;
    background: #fff;
    color: #0F4538;
    box-shadow: 0 0 0 1px #333;
}

.other-page-header .feddback-header-btn svg path {
    stroke: #0F4538;
}

.other-page-header .feddback-header-btn:hover {
    color: #fff;
    background: #0F4538;
}

.other-page-header .feddback-header-btn:hover svg path {
    stroke: #fff;
}

.other-page-header .prague-social-nav a {
    border: none;
    color: #333;
}

.other-page-header .prague-nav-menu-icon a {
    border: 1px solid rgba(255, 255, 255, 1);
    border: none;
}

.other-page-header .prague-nav-menu-icon a i,
.other-page-header .prague-nav-menu-icon a i:after,
.other-page-header .prague-nav-menu-icon a i:before {
    width: 30px;
    height: 3px;
    background: #333!important;
}

.prague-header .prague-nav-menu-icon {
    position: relative;
    top: 1px;
}

.prague-header .prague-nav-menu-icon.active a i {
    background-color: transparent!important;
}

.other-page-header .prague-nav-menu-icon a i:after {
    top: 11px;
}

.other-page-header .prague-nav-menu-icon a i:before {
    top: -11px;
}

.other-page-header .prague-nav-menu-icon a:hover {
    border: none;
    background: none;
}

.other-page-header.open-filter,
.other-page-header.open-menu {
    background: none;
}

.prague-header .prague-navigation nav>ul>li {
    position: relative;
    z-index: 2;
}

.prague-header .prague-navigation nav>ul>li .sub-menu {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 46px;
    left: 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.prague-header .prague-social-nav a {
    border: 1px solid rgba(0, 0, 0, 0);
}

@media only screen and (min-width:768px) {
    .header-languages>ul {
        display: block!important;
        padding-top: 50px;
        top: 0!important;
        visibility: hidden;
        transform: scale(0);
        transform-origin: top;
        transition: all .3s ease;
    }
    .header-languages:hover>ul {
        visibility: visible;
        transform: scale(1);
    }
}

@media only screen and (max-width:1560px) {
    .prague-header .prague-navigation {
        height: auto;
        overflow-y: unset;
        padding: 0px 30px;
    }
    .prague-header .prague-navigation nav {
        padding-bottom: 0;
    }
    .prague-header .prague-navigation nav>ul {
        width: 100%;
        text-align: center;
    }
    .prague-header .prague-navigation nav>ul>li {
        display: inline-block;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .prague-header .prague-navigation nav>ul>li:hover .sub-menu {
        opacity: 1;
        visibility: visible;
    }
    .prague-header .prague-navigation nav>ul>li .sub-menu::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 4px;
        left: 0;
        top: -2px;
    }
}

@media only screen and (max-width:1600px) {
    .front-page-header .prague-navigation-inner>nav>ul>li {
        margin-right: 20px;
    }
    .front-page-header .prague-navigation-inner>nav>ul>li>a {
        font-size: 14px;
    }
    .front-page-header .prague-navigation-inner a:after {
        background: #000000;
    }
    .other-page-header .prague-navigation-inner>nav>ul>li {
        margin-right: 20px;
    }
    .other-page-header .prague-navigation-inner>nav>ul>li>a {
        font-size: 14px;
    }
    .other-page-header .prague-navigation-inner>nav>ul>li>a:after {
        bottom: -2px;
    }
}

@media only screen and (max-width:1560px) {
    .front-page-header .feddback-header-btn {
        margin-left: 30px;
    }
    .other-page-header .feddback-header-btn {
        margin-left: 30px;
    }
    .prague-header .prague-social-nav a {
        width: 35px;
        height: 35px;
        line-height: 33px;
    }
    .prague-header .prague-social-nav .social-content a {
        width: 35px;
        height: 35px;
        line-height: 33px;
    }
    .prague-header .prague-navigation {
        background: #fff;
        box-shadow: 0 3px 3px 1px rgb(0 0 0 / 10%);
    }
    .prague-header .prague-navigation nav>ul>li>a {
        color: #333;
    }
    .prague-header .prague-navigation .pargue-navigation-wrapper {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media only screen and (max-width:768px) {
    .front-page-header .feddback-header-btn,
    .front-page-header .front-page-header-socials {
        display: none;
    }
    .prague-logo img {
        width: 160px;
    }
    .prague-navigation {
        height: calc(100vh - 65px)!important;
    }
    .prague-header .prague-navigation nav>ul>li {
        display: block;
    }
}

.front-page-section {
    position: relative;
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.front-page-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(15, 69, 56, 0.5) 0%, rgba(15, 69, 56, 0.9) 100%);
    z-index: 1;
}

.front-page-section-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.front-page-section-inner .front-page-section-inner-uptitle {
    margin: 0;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
}

@media only screen and (max-width:768px) {
    .front-page-section-inner .front-page-section-inner-uptitle {
        font-size: 16px;
        line-height: 24px;
    }
}

.front-page-section-inner .front-page-section-inner-title {
    max-width: 900px;
    margin: 0;
    margin-bottom: 20px;
    font-size: 54px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
}

.front-page-section-inner .front-page-section-inner-subtitle {
    margin-bottom: 40px;
    max-width: 600px;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: #FFF;
}

.front-page-section-inner .front-page-section-inner-play {
    cursor: pointer;
    text-align: center;
}

.front-page-section-inner .front-page-section-inner-play-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.front-page-section-inner .front-page-section-inner-play-icon:after,
.front-page-section-inner .front-page-section-inner-play-icon:before {
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.front-page-section-inner .front-page-section-inner-play-icon:after {
    border: 1px solid #C89A3C;
    animation: pulse2 4s infinite;
}

.front-page-section-inner .front-page-section-inner-play-icon:before {
    border: 2px solid #C89A3C;
    animation: pulse1 4s infinite;
}

.front-page-section-inner .front-page-section-inner-play-icon svg * {
    transition: all .3s ease;
}

.front-page-section-inner .front-page-section-inner-play-icon:hover svg * {
    fill: #FFC856;
}

.front-page-section-inner .front-page-section-inner-play-icon:hover:after,
.front-page-section-inner .front-page-section-inner-play-icon:hover:before {
    border-color: #FFC856;
}

@keyframes pulse1 {
    0% {
        transform: scale(1.05);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1.05);
    }
}

@keyframes pulse2 {
    0% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1.1);
    }
}

.front-page-section-inner .front-page-section-inner-play img,
.front-page-section-inner .front-page-section-inner-play svg {
    cursor: pointer;
    width: 80px;
    height: 80px;
}

.front-page-section-inner .front-page-section-inner-play-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: #FFF;
}

.front-page-section-inner .front-page-section-inner-btn {
    height: 40px;
    padding: 13px 30px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: normal;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-top: 40px;
}

.front-page-section-inner .front-page-section-inner-btn:hover {
    color: #333;
}

.front-page-section-inner-btn img,
.front-page-section-inner-btn svg {
    width: 14px;
    height: 14px;
    margin-left: 10px;
    position: relative;
    top: 2px;
}

.front-page-section-inner-btn.aerofotage-btn {
    padding: 11px 30px;
    margin-top: 15px;
}

.home-video-popup {
    position: fixed;
    width: 900px;
    height: 506px;
    top: -150%;
    left: 50%;
    margin-left: -450px;
    visibility: hidden;
    transition: all .3s ease;
    z-index: 2001;
}

.home-video-popup.active {
    top: 50%;
    visibility: visible;
}

.home-video-popup iframe {
    width: 100%;
    height: 100%;
}

.close-popup {
    cursor: pointer;
    position: absolute;
    top: -50px;
    right: -35px;
    font-size: 50px;
    font-weight: 300;
    width: 50px;
    height: 50px;
    line-height: 50px;
    z-index: 10;
    color: #fff;
    text-align: center;
}

.popup-fill,
.popup-fill2,
.popup-fill3,
.popup-fill4,
.popup-fill5,
.popup-fill6 {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    transition: all 0s ease;
    z-index: 2000;
}

.feedback-types-wrapp {
    cursor: pointer;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 40px;
    bottom: 40px;
    z-index: 20;
}

.feedback-types-wrapp img,
.feedback-types-wrapp svg {
    width: 130px;
    height: 130px;
}

.feedback-types-wrapp span {
    position: absolute;
    width: 100px;
    text-align: center;
    line-height: 1;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.feedback-types-wrapp .backButton__icon__wrap-types {
    width: 50px;
    position: absolute;
    bottom: 80px;
    left: 40px;
    height: auto;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.feedback-types-wrapp.active .backButton__icon__wrap-types {
    bottom: 135px;
    opacity: 1;
    visibility: visible;
}

.feedback-types-wrapp .backButton__icon__wrap-types>a {
    position: relative;
    width: 50px;
    height: 50px;
    display: block;
    margin-bottom: 10px;
    border-radius: 8px;
}

.feedback-types-wrapp .backButton__icon__wrap-types>a img {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 10px;
    left: 10px;
}


/* feedback-popup */

.feedback-popup {
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 30px 0;
    z-index: 2001;
    overflow: auto;
}

.feedback-popup.active {
    display: flex;
}

.feedback-popup-title {
    color: #212529;
    margin-bottom: 10px;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 20px;
    text-align: center;
}

.feedback-popup .feedback-popup-inner {
    position: relative;
    width: 590px;
    padding: 50px;
    background: #fff;
    top: -30px;
    transition: all .3s ease;
}

.feedback-popup.active .feedback-popup-inner {
    top: 0;
}

.feedback-popup input[type="submit"] {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
    font-weight: 700;
    background-color: transparent;
    border: none;
    color: #111111;
    border-radius: 0;
    padding: 7px 40px 7px 26px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    position: relative;
    background-image: url(../img/arrow-btn.png);
    background-repeat: no-repeat;
    background-position: 100% 43%;
}

.feedback-popup .wpcf7-form-control-wrap input {
    padding: 16px 25px!important;
    height: 57px!important;
    background-color: #f2f2f2!important;
    font-size: 14px!important;
    line-height: 26px!important;
    font-weight: 300!important;
    border-bottom-style: solid!important;
    border-bottom-width: 3px!important;
    border-bottom-color: #f2f2f2!important;
    -webkit-transition: border-bottom-color 0.3s ease-in, color 0.3s ease-in;
    -o-transition: border-bottom-color 0.3s ease-in, color 0.3s ease-in;
    transition: border-bottom-color 0.3s ease-in, color 0.3s ease-in;
}

.feedback-popup .wpcf7-form-control-wrap input:focus {
    border-bottom-color: #000!important;
}

.feedback-popup .frm_submit {
    margin-top: -22px;
}


/* genplan */

.genplan-title-section {
    padding: 0 30px;
    padding-top: 100px;
}

.genplan-title-breadcrumbs {
    display: none;
}

.genplan-title-breadcrumbs ul {
    margin: 0;
    padding: 0;
}

.genplan-title-breadcrumbs ul li {
    display: inline-block;
    list-style-type: none;
    letter-spacing: 1px;
    line-height: 1.2;
    font-size: 12px;
    text-transform: uppercase;
}

.genplan-title-breadcrumbs ul li a {
    letter-spacing: 1px;
    line-height: 1.2;
    font-size: 12px;
    text-transform: uppercase;
}

.genplan-title-breadcrumbs ul li:not(:last-child):after {
    content: "—";
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
}

.genplan-title {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.genplan-title::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
    background: #333;
    z-index: -1;
}

.genplan-title h1 {
    display: table;
    float: left;
    padding-right: 40px;
    font-size: 32px;
    background: #ffffff;
}

.genplan-title-button-wrapper {
    float: right;
}

.genplan-title-button-wrapper>div {
    float: left;
}

.genplan-title-button {
    position: relative;
    cursor: pointer;
    display: table;
    min-width: 320px;
    /* float: right; */
    padding: 12px 46px;
    background: #ffffff;
    line-height: 1;
    text-transform: uppercase;
    font-size: 14px;
    box-shadow: 0 0 0 1px #000;
    border: none;
    text-align: center;
    transition: all .3s ease;
    margin-left: 15px;
}

.genplan-title-button i {
    font-size: 16px;
    margin-left: 10px;
}

.genplan-title-button img,
.genplan-title-button svg {
    width: 14px;
    height: 14px;
    margin-left: 10px;
    position: relative;
    top: 2px;
}


/* .genplan-title-button.aerofotage-btn svg {
    animation: pulse;
    animation-duration: 1s;
    animation-delay: .5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes pulse {
    0% {
        
    }
    33% {
        top: -2px;
        left: 2px;
    }
    66% {
        top: 0px;
        left: 4px;
    }
    100% {
        top: 2px;
        left: 4px;
    }
} */


/* .genplan-title-button.aerofotage-btn {
  background: linear-gradient(-30deg, #3d0b0b 50%, #2b0808 50%);
  padding: 20px 40px;
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  overflow: hidden;
  color: #f7d4d4;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
} */

.genplan-title-button.aerofotage-btn {
    position: relative;
}

.genplan-title-button.aerofotage-btn .aerofotage-btn-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.genplan-title-button.aerofotage-btn span {
    position: absolute;
}

.genplan-title-button.aerofotage-btn span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 8, 0)), to(#333));
    background: linear-gradient(to left, rgba(43, 8, 8, 0), #333);
    -webkit-animation: 2s animateTop linear infinite;
    animation: 2s animateTop linear infinite;
}

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

.genplan-title-button.aerofotage-btn span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 8, 0)), to(#333));
    background: linear-gradient(to top, rgba(43, 8, 8, 0), #333);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.genplan-title-button.aerofotage-btn span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 8, 0)), to(#333));
    background: linear-gradient(to right, rgba(43, 8, 8, 0), #333);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite;
}

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

.genplan-title-button.aerofotage-btn span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(#333));
    background: linear-gradient(to bottom, rgba(43, 8, 8, 0), #333);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.genplan-title-button:hover {
    background: #0F4538;
    color: #fff;
}

.genplan-title-button:not(:last-child)::before {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 100%;
    top: 0;
    left: -41px;
    background: #ffffff;
}

.genplan-title-button:last-child::before {
    content: "";
    position: absolute;
    display: block;
    width: 13px;
    height: 100%;
    top: 0;
    left: -14px;
    background: #ffffff;
}

@media only screen and (max-width:1280px) {
    .genplan-title::before {
        display: none;
    }
    .genplan-title-button-wrapper {
        display: flex;
        flex-direction: column;
        align-items: end;
    }
    .genplan-title-button {
        margin-left: 0px;
    }
    .genplan-title-button:not(:last-child) {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width:991px) {
    .genplan-title-button-wrapper {
        align-items: flex-start;
    }
    .genplan-title-button {
        padding: 12px 20px;
    }
}

.genplan-video-popup {
    position: fixed;
    width: 90%;
    height: 80%;
    top: -150%;
    left: 5%;
    visibility: hidden;
    transition: all .3s ease;
    z-index: 2001;
}

.genplan-video-popup.active {
    top: 10%;
    visibility: visible;
}

.genplan-video-popup iframe {
    width: 100%;
    height: 100%;
}

.genplan-image-section-wrap {
    overflow: hidden;
    overflow-x: auto;
}

.genplan-image-section {
    position: relative;
    min-width: 1000px;
    margin-top: 32px;
    margin-bottom: -15px;
}

.genplan-image-section img,
.genplan-image-section svg {
    width: 100%;
    min-width: 1000px;
    height: auto;
    min-height: 562px;
}

.genplan-image-section svg g>g>path {
    cursor: pointer;
    transition: all .3s ease;
}

.genplan-image-section svg g>g>path:nth-child(2) {
    pointer-events: none;
}

.genplan-image-section svg g>g.salefree:hover>path:nth-child(1) {
    fill: #fff;
}

.genplan-image-section svg g>g.salefree:hover>path:nth-child(2) {
    fill: #008363;
}

.genplan-image-section svg g>g.salefree:hover>path:nth-child(3) {
    stroke: #008363;
}

.genplan-image-section .genplan-turn-text {
    position: absolute;
    display: table;
    width: auto;
    padding: 10px;
    background: #fff;
    font-size: 12px;
    line-height: 100%;
    color: #0F4538;
}

.genplan-image-section .genplan-turn-text span {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
    line-height: 100%;
    color: #333333;
}

.genplan-image-section .genplan-turn1-text {
    left: 40%;
    top: 14%;
}

.genplan-image-section .genplan-turn2-text {
    top: 17%;
    left: 14%;
}

.genplan-image-section .genplan-turn3-text {
    top: 48%;
    left: 17%;
}

.genplan-image-section .genplan-symbols {
    position: absolute;
    top: 30px;
    right: 160px;
    padding: 15px 20px;
    padding-right: 40px;
    background: #fff;
}

.genplan-image-section .genplan-symbols .genplan-symbols-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #333;
}

.genplan-image-section .genplan-symbols .genplan-symbols-item:last-child {
    margin-bottom: 0;
}

.genplan-image-section .genplan-symbols .genplan-symbols-item span {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 13px;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}

.genplan-image-section .genplan-image-preload {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #eee;
    background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    background-size: 200% 100%;
    animation: 1.5s shine linear infinite;
    z-index: 99;
}

@keyframes shine {
    to {
        background-position-x: -200%;
    }
}

.genplan-popup {
    position: fixed;
    margin-top: -14px;
    margin-left: -27px;
    padding: 10px;
    background: #fff;
    color: #333;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    opacity: 0;
    transition: all 0s, opacity .2s;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease;
}

@media only screen and (max-width:1200px) {
    .genplan-popup {
        margin-top: -19px;
        margin-left: -22px;
    }
}

@media only screen and (max-width:992px) {
    .genplan-popup {
        margin-top: -22px;
        margin-left: -19px;
    }
}

.genplan-popup.active {
    opacity: 1;
    visibility: visible;
}

.genplan-house-popup {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: -150%;
    opacity: 0;
    padding: 40px 0;
    visibility: hidden;
    overflow: hidden;
    overflow-y: auto;
    transition: all .3s ease;
    z-index: 2001;
}

.genplan-house-popup.active {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.genplan-house-popup-inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 40px;
    width: 960px;
    padding: 40px;
    background: #ffffff;
}

.genplan-house-popup .close-popup {
    color: #000;
    top: -8px;
    right: -8px;
}

.genplan-house-popup .genplan-house-popup-img-wrapp {
    width: calc(50% - 20px);
    float: left;
}

.genplan-house-popup .genplan-house-popup-img-wrapp .genplan-house-popup-slider {
    width: 100%;
}

.genplan-house-popup .genplan-house-popup-slider .house-item-slider .owl-stage-outer,
.genplan-house-popup .genplan-house-popup-slider .house-item-slider .owl-stage-outer .owl-stage,
.genplan-house-popup .genplan-house-popup-slider .house-item-slider .owl-stage-outer .owl-stage .owl-item,
.genplan-house-popup .genplan-house-popup-slider .house-item-slider .owl-stage-outer .owl-stage .owl-item .single-house-slider-item,
.genplan-house-popup .genplan-house-popup-slider .house-item-slider .owl-stage-outer .owl-stage .owl-item .single-house-slider-item img {
    height: 100%;
}

.genplan-house-popup .genplan-house-popup-slider .house-item-slider .owl-stage-outer .owl-stage .owl-item .single-house-slider-item img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.genplan-house-popup .genplan-house-popup-slider .house-item-slider .owl-nav {
    position: absolute;
    bottom: -40px;
    left: 27px;
    display: table;
}

.genplan-house-popup .genplan-house-popup-slider .house-item-slider .owl-nav>button {
    background: none!important;
}

.genplan-house-popup .genplan-house-popup-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.genplan-house-popup .genplan-house-popup-content {
    width: calc(50% - 20px);
    float: left;
}

.genplan-house-popup .genplan-house-popup-title {
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 18px;
    line-height: 100%;
    color: #000;
}

.genplan-house-popup .genplan-house-popup-status {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: -10px;
    margin-bottom: 20px;
}

.genplan-house-popup .genplan-house-popup-status span {
    display: inline-flex;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}

.genplan-house-popup .genplan-house-popup-status span.genplan-house-popup-status-sale {
    background: #008363;
    color: #fff;
}

.genplan-house-popup .genplan-house-popup-status span.genplan-house-popup-status-ready {
    background: #CCE6E0;
    color: #008363;
}

.genplan-house-popup .genplan-house-popup-status span.genplan-house-popup-status-inprocess {
    background: #F4EBD8;
    color: #856728;
}

.genplan-house-popup .genplan-house-popup-status span.genplan-house-popup-text-label {
    background: #F4EBD8;
    color: #856728;
}

.genplan-house-popup .genplan-house-popup-params {
    font-size: 16px;
    color: #000000;
}

.genplan-house-popup .genplan-house-popup-params .house-item-params-item {
    margin-bottom: 0px;
    line-height: 1.4;
}

.genplan-house-popup .genplan-house-popup-params strong {
    font-weight: bold;
}

.genplan-house-popup .genplan-house-popup-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}

.genplan-house-popup .genplan-house-popup-buttons a i {
    margin-left: 10px;
}

.genplan-house-popup .genplan-house-popup-buttons a {
    padding: 12px 24px!important;
}

.genplan-house-popup .genplan-house-popup-buttons a.house-popup-videobtn {
    background: #ffffff;
    color: #000;
}

.genplan-house-popup .genplan-house-popup-buttons a.house-popup-videobtn:hover {
    background: #0F4538;
    color: #fff;
}

@media only screen and (max-width:768px) {
    .genplan-house-popup .genplan-house-popup-buttons {
        flex-direction: column;
        gap: 20px;
        margin-top: 20px;
    }
    .genplan-house-popup .genplan-house-popup-buttons a {
        display: flex!important;
        align-items: center;
        justify-content: center;
        width: calc(100% - 20px);
        margin-top: 0!important;
    }
}

.genplan-house-popup .genplan-house-popup-content a {
    display: table;
    padding: 12px 46px;
    margin-top: 20px;
    background: #0F4538;
    border: 1px solid #0F4538;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: uppercase;
    line-height: 1;
    transition: all .3s ease;
}

.genplan-house-popup .genplan-house-popup-content a .a-btn-line:before,
.genplan-house-popup .genplan-house-popup-content a .a-btn-line:after {
    background: #333333;
}

.genplan-house-popup .genplan-house-popup-content a:after,
.genplan-house-popup .genplan-house-popup-content a:before {
    display: none;
}

.genplan-house-popup .genplan-house-popup-content a:hover {
    color: #333;
    background: #fff;
    border: 1px solid #333;
}

@media only screen and (max-width:991px) {
    .genplan-house-popup {
        align-items: flex-start;
    }
    .genplan-house-popup .genplan-house-popup-inner {
        width: 90%;
    }
    .genplan-house-popup .genplan-house-popup-img {
        /* display: none; */
        width: 100%;
    }
    .genplan-house-popup .genplan-house-popup-img,
    .genplan-house-popup .genplan-house-popup-slider .house-item-slider {
        height: 350px;
    }
    .genplan-house-popup .genplan-house-popup-slider .house-item-slider {
        padding-bottom: 20px;
    }
    .genplan-house-popup .genplan-house-popup-slider .house-item-slider .owl-nav {
        bottom: -20px;
    }
    .genplan-house-popup .genplan-house-popup-img-wrapp {
        width: 100%;
        float: none;
    }
    .genplan-house-popup .genplan-house-popup-content {
        width: 100%;
        padding-left: 0;
    }
    .genplan-image-section .genplan-symbols {
        top: auto;
        right: auto;
        left: 20px;
        bottom: 35px;
    }
    .genplan-image-section .genplan-symbols .genplan-symbols-item {
        font-size: 14px;
    }
    .genplan-image-section .genplan-symbols .genplan-symbols-item span {
        width: 20px;
        height: 20px;
    }
    .feedback-popup-title {
        font-size: 22px;
    }
}

.installment-first-content-block .counter-outer {
    min-height: 300px;
    background-position: center;
    background-size: cover;
}

.installment-main-text {
    margin-top: 20px;
    margin-bottom: -28px;
}

.installment-main-text .prague-post-content-outer {
    margin: 0;
    width: 100%;
    max-width: 100%;
}

.prague-post-content a.a-btn-arrow-2 {
    text-decoration: none!important;
}

@media only screen and (max-width:991px) {
    .installment-first-content-block {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.documents-popup {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    z-index: 2001;
    width: 100%;
}

.documents-popup.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.documents-popup .close-popup {
    right: 30px;
    top: 14px;
    color: #fff;
}

.documents-popup .documents-popup-inner {
    display: flex;
    max-height: 100vh;
    width: 100%;
    align-items: start;
    justify-content: center;
    overflow: hidden;
    overflow-y: auto;
}

.documents-popup .documents-popup-inner img {
    max-width: 100%;
}

.about-blocks-section .heading {
    padding-top: 0;
}

.about-blocks-section .project-list-item>.project-list-outer {
    padding-bottom: 90px!important;
}

.about-blocks-section .project-list-item:nth-child(even) .project-list-outer .project-list-wrapper .project-list-content {
    margin-right: auto;
}

.house-cat-labels {
    display: flex;
    align-items: center;
    gap: 12px;
}

.house-cat-labels span {
    display: inline-flex;
    margin-bottom: 20px;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}

.house-cat-labels span.house-cat-label-ready {
    background: #CCE6E0;
    color: #008363;
}

.house-cat-labels span.house-cat-label-inprocess {
    background: #F4EBD8;
    color: #856728;
}

.house-cat-labels span.house-cat-label-text {
    background: #F4EBD8;
    color: #856728;
}

.about-blocks-section .project-list-item .project-list-outer .project-list-wrapper .project-list-img {
    height: 420px;
}

.team-slider .team-wrapper {
    margin-bottom: 0;
}

.team-slider .team-wrapper .team-outer {
    width: 300px;
    height: 300px!important;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.team-wrapper .name {
    text-align: center;
}

.team-wrapper .name h3 {
    font-size: 24px;
}

@media only screen and (max-width:767px) {
    .team-wrapper .name h3 {
        font-size: 18px;
    }
}

.team-wrapper .name span {
    display: inline-block;
    margin-top: 10px;
}

.team-slider .owl-nav {
    margin-bottom: 55px;
}

.team-slider .owl-nav button {
    background: none!important;
}

.developer-descr-slider-item {
    height: 100%;
}

.developer-counters-section .prague-shortcode-parent {
    padding-top: 90px;
}

.developer-counters-section .prague-shortcode-heading {
    padding-top: 0;
}

.developer-counters-section .portfolio-item img,
.developer-counters-section .portfolio-item svg {
    height: 48px;
    width: auto;
    margin-bottom: 18px;
}

.developer-team-section .heading {
    padding-top: 55px;
}

.developer-team-section-blocks {
    margin-bottom: 20px !important;
}

.construction-progress-section .prague_timeline {
    height: auto!important;
    margin-bottom: 42px;
    padding-top: 0 !important;
}

.construction-progress-section .timeline-img {
    cursor: pointer;
    position: relative;
}

.construction-progress-section .timeline-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    opacity: 0;
    transition: all .3s ease;
}

.construction-progress-section .timeline-img:hover::before {
    opacity: 1;
}

.construction-progress-section .timeline-img-item {
    display: none;
    width: 100%;
    opacity: 0;
}

.construction-progress-section .timeline-img-item.active {
    display: block;
}

.construction-progress-section .timeline-img-item.active2 {
    opacity: 1;
}

.construction-progress-section .timeline-img-item .owl-stage {
    min-width: 100%;
}

.construction-progress-section .timeline-img-item .timeline-img {
    width: calc(33.333333% - 5px);
    margin-bottom: 5px;
    float: left;
}

.construction-progress-section .timeline-img-item .owl-item .timeline-img {
    width: auto;
    height: 420px;
    margin: 0;
    background: none!important;
}

.construction-progress-section .timeline-img-item .owl-item .timeline-img img {
    display: block!important;
    height: 100%;
    width: auto;
}

.construction-progress-section .timeline-img-item .owl-item .timeline-img iframe {
    position: relative;
    display: block;
    width: 560px;
    height: 420px;
    margin: 0;
    z-index: 1;
}

.construction-progress-section .timeline-img-item .owl-nav {
    text-align: left;
}

.construction-progress-section .timeline-img-item .owl-nav button {
    background: none!important;
}

.construction-progress-section .project-timeline-item .time-item-link .time-item-btn .arrow-right {
    opacity: 1;
    visibility: visible;
}

.construction-progress-section .project-timeline-item .time-item-link .time-item-btn img {
    position: relative;
    width: 30px;
    top: -2px;
}

.construction-progress-section .project-timeline-item .time-list-header-col.cat1 {
    width: 200px;
}

.construction-progress-section .project-timeline-item .time-list-header-col.time-item-info {
    width: calc(100% - 200px);
}

.photogallry-ctagories {
    display: block;
    width: 100%;
    margin-bottom: 50px;
    padding-left: 15px;
}

.photogallry-ctagories .photogallry-ctagorie-item {
    display: inline-block;
    padding: 13px 30px;
    -webkit-transition: background-color 0.3s ease-in;
    -o-transition: background-color 0.3s ease-in;
    transition: background-color 0.3s ease-in;
    background-color: transparent;
    color: #3f3f3f;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
}

.photogallry-ctagories .photogallry-ctagorie-item.active,
.photogallry-ctagories .photogallry-ctagorie-item:hover {
    background-color: #f2f2f2;
}

.photogallery-section {
    padding-bottom: 60px;
}

.project-masonry-wrapper .project-masonry-item-img-link i {
    position: absolute;
    font-size: 38px;
    top: 50%;
    left: 50%;
    margin-left: -19px;
    margin-top: -19px;
}

.project-masonry-wrapper .project-masonry-item-img-link i::before {
    position: relative;
    z-index: 2;
}

.project-masonry-wrapper .project-masonry-item-img-link i:after {
    content: "";
    position: absolute;
    width: 38px;
    height: 38px;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, .6);
    transform: scale(1.5);
    z-index: 1;
}

.project-masonry-wrapper .project-masonry-item-img-link::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 9, 0, .6);
    opacity: 0;
    transition: all .3s ease;
}

.project-masonry-wrapper .project-masonry-item-img-link:hover::before {
    opacity: 1;
}

.photogallery-video-popup {
    position: fixed;
    width: 900px;
    height: 506px;
    top: -150%;
    left: 50%;
    margin-left: -450px;
    visibility: hidden;
    transition: all .3s ease;
    z-index: 2001;
}

.photogallery-video-popup.active {
    top: 50%;
    visibility: visible;
}

.photogallery-video-popup iframe {
    width: 100%;
    height: 100%;
}

.blog-container-main>.row>.col-md-9,
.blog-container-main>.row>.col-md-3,
.blog-container-single>.row>.col-md-9,
.blog-container-single>.row>.col-md-3 {
    margin-top: 10px !important;
}

.blog-container-main>.row>.col-md-3,
.blog-container-single>.row>.col-md-3 {
    margin-bottom: 90px !important;
}

@media only screen and (max-width:991px) {
    .blog-container-main>.row>.col-md-3,
    .blog-container-single>.row>.col-md-3 {
        margin-top: 0 !important;
    }
}

.blog-container .prague-post-title {
    margin-top: 30px;
}

.blog-container .prague-post-title a {
    letter-spacing: 0.9px;
    color: #111111;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 44px;
    /* font-family: "Roboto", sans-serif; */
    font-weight: 700;
}

.blog-container .prague-post-content-outer {
    margin-top: 15px;
    margin-bottom: 135px;
}

.blog-container .prague-post-content p {
    display: block;
    width: 100%;
    clear: both;
    margin-bottom: 16px;
}

.blog-container .prague-post-content img {
    margin-bottom: 30px;
}

.blog-container-main .post-navigation {
    margin-top: -55px;
}

.blog-container-single .post-navigation {
    margin-top: -90px;
}

@media only screen and (min-width:991px) {
    .blog-container .prague-post-content img {
        width: 50%;
        float: left;
    }
    .blog-container .prague-post-content img {
        margin-bottom: 50px;
    }
}

.blog-container .post-detailed .prague-post-date {
    top: -60px;
}

.contact-p-socials {
    display: inline-block;
}

.contact-p-socials ul {
    height: 28px;
    margin: 0;
    padding: 0;
}

.contact-p-socials li {
    cursor: pointer;
    position: relative;
    display: inline-block;
    list-style-type: none;
    margin-left: 16px;
    width: 28px;
    height: 28px;
    border-radius: 0%;
    background: none;
    border: 1px solid #0F4538;
    text-align: center;
    line-height: 28px;
    transition: all .3s ease;
}

.contact-p-socials li:hover {
    background: #0F4538;
}

.contact-p-socials li:first-child {
    margin-left: 0;
}

.contact-p-socials li * {
    color: #0F4538;
    font-size: 14px;
}

.contact-p-socials li a {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.contact-p-socials li i {
    position: relative;
    top: 0px;
    left: 0.5px;
    transition: all .3s ease;
}

.contact-p-socials li i.fab.fa-instagram::before {
    position: relative;
    top: 0.3px;
    right: 0.3px;
}

.contact-p-socials li:hover i {
    color: #fff;
}

.map-section {
    margin-top: 90px;
}

.map-section iframe {
    width: 100%;
    height: 600px;
    margin: 0;
}

.feedback-img-block {
    width: 100%;
    min-height: 300px;
    background-position: center;
    background-size: cover;
    margin-top: -8px;
}

.contact-p-contacts-row .content a {
    position: relative;
    color: #000!important;
}

.contact-p-contacts-row .content a:after {
    content: "";
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 0;
    height: 1px;
    background: #000000;
    transition: all .3s ease;
}

.contact-p-contacts-row>.content>div:hover a:after {
    width: 100%;
}

.contact-p-section .adddress-block .address-block-outer .separator {
    margin-bottom: 10px;
}

.contact-p-section .adddress-block .address-block-outer {
    padding-bottom: 3px;
}

.contact-p-contacts-icon {
    position: relative!important;
    display: flex!important;
    align-items: center;
    justify-content: center;
    top: 2px;
    min-width: 28px;
    height: 28px;
    border: 1px solid #0F4538;
    margin-right: 15px;
    transition: all .3s ease;
}

.contact-p-contacts-icon::after {
    display: none!important;
}

.contact-p-contacts-icon img,
.contact-p-contacts-icon svg {
    width: 12px;
    height: 12px;
}

.contact-p-contacts-icon svg * {
    fill: #0F4538;
}

.contact-p-contacts-icon svg g {
    transition: all .3s ease;
}

.contact-p-contacts-row>.content>div:hover .contact-p-contacts-icon {
    background: #0F4538;
}

.contact-p-contacts-row>.content>div:hover .contact-p-contacts-icon svg * {
    fill: #fff;
}

@media only screen and (min-width:992px) {
    .contact-p-contacts-row {
        max-width: 500px;
        margin-left: auto;
        margin-top: 8px;
    }
}

@media only screen and (max-width:991px) {
    .map-section {
        margin-top: 70px;
    }
    .map-section iframe {
        height: 300px;
    }
}

.error-p-buttons a {
    display: block;
    width: 250px;
    text-align: center;
}

.error-p-buttons a:last-child {
    margin-top: 20px;
}

.prague-widget li {
    transition: all .3s ease;
}

.prague-widget li:hover,
.prague-widget li:focus,
.prague-widget li.active {
    background: #0F4538!important;
    color: #fff!important;
}

.prague_timeline {
    padding-bottom: 0;
}

.prague-pricing-wrapper .prague-pricing-title {
    font-size: 22px;
    line-height: 1;
}

.grid-sizer {
    width: 25%;
}

.contact-p-section .heading {
    padding-top: 0 !important;
}

.project-list-img {
    height: auto!important;
    background: none!important;
}

.project-list-img img {
    display: block!important;
    height: 100%;
    aspect-ratio: 4/2.7;
    object-fit: cover;
}

.installment-first-content-col .heading {
    padding-top: 0;
}

@media only screen and (min-width:768px) {
    .single-house-slider-cat {
        padding-bottom: 40px !important;
    }
}

.grecaptcha-badge {
    display: none!important;
}


/* global responsive styles */

@media only screen and (max-width:1366px) {
    .prague-loader .prague-loader-bar {
        width: 60%;
    }
}

@media only screen and (max-width:1200px) {
    .prague_list .project-list-item .project-list-outer .project-list-wrapper .project-list-content {
        padding-left: 30px;
    }
    .single-house-plan-scheme-desc {
        padding-left: 50px;
        padding-right: 50px;
    }
    .single-house-plan-scheme-desc-block {
        padding-left: 100px;
    }
    .prague-header .prague-navigation nav>ul>li .sub-menu {
        display: none;
        opacity: 1;
        visibility: visible;
    }
}

@media only screen and (max-width:991px) {
    .prague-header .prague-navigation {
        padding: 20px 15px;
    }
    .prague-header .prague-navigation li {
        position: relative;
    }
    .prague-header .prague-navigation .open-sub-menu {
        position: absolute;
        width: 20px;
        top: 4px;
        left: 0;
        transition: transform .3s ease;
    }
    .prague-header .prague-navigation .open-sub-menu.open {
        transform: rotate( 180deg);
    }
    .other-page-header .prague-navigation-inner>nav>ul>li {
        margin-right: 0;
    }
    .front-page-header .prague-navigation-inner>nav>ul>li {
        margin-right: 0px;
    }
    .prague-header .prague-navigation nav>ul>li .sub-menu {
        position: relative;
        box-shadow: none;
        text-align: center;
        top: auto;
        padding-bottom: 0;
        margin-bottom: -15px;
    }
    .prague-header .prague-navigation li .sub-menu a {
        margin-left: auto;
        margin-right: auto;
    }
    .prague-navigation-inner>nav {
        text-align: center;
    }
    .prague-header-wrapper>.feddback-header-btn {
        display: none;
    }
    .prague-navigation-inner>nav .feddback-header-btn {
        /* display: block; */
        display: flex;
        align-items: center;
        justify-content: center;
        height: 32px;
        margin-left: 0;
        padding: 0 15px;
        border: 1px solid #C89A3C;
        box-shadow: none;
        margin-bottom: 30px;
        font-size: 14px;
        color: #111;
    }
    .prague-navigation-inner>nav .feddback-header-btn svg path {
        stroke: #111;
    }
    .prague-logo>.front-page-header-socials {
        display: none;
    }
    .prague-navigation-inner>nav .front-page-header-socials {
        margin-left: 0;
        display: block;
    }
    .prague-navigation-inner>nav .front-page-header-socials li {
        cursor: pointer;
        position: relative;
        display: inline-block;
        list-style-type: none;
        margin-left: 16px;
        width: 28px;
        height: 28px;
        border-radius: 0%;
        border: 1px solid #0F4538;
        background: none;
        text-align: center;
        line-height: 28px;
        transition: all .3s ease;
    }
    .prague-navigation-inner>nav .front-page-header-socials li:hover {
        background: #0F4538;
    }
    .prague-navigation-inner>nav .front-page-header-socials li:first-child {
        margin-left: 0;
    }
    .prague-navigation-inner>nav .front-page-header-socials li * {
        color: #0F4538;
        font-size: 14px;
    }
    .prague-navigation-inner>nav .front-page-header-socials li a {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
    .prague-navigation-inner>nav .front-page-header-socials li i {
        position: relative;
        top: 0px;
        left: 0.5px;
        transition: all .3s ease;
    }
    .prague-navigation-inner>nav .front-page-header-socials li i.fab.fa-instagram::before {
        position: relative;
        top: 0.3px;
        right: 0.3px;
    }
    .prague-navigation-inner>nav .front-page-header-socials li:hover i {
        color: #fff;
    }
    .front-page-section-inner .front-page-section-inner-title {
        font-size: 32px;
    }
    .front-page-section-inner .front-page-section-inner-subtitle {
        font-size: 16px;
    }
    .home-video-popup,
    .genplan-video-popup,
    .photogallery-video-popup {
        width: 95%;
        left: 2.5%;
        margin-left: 0;
        height: 300px;
    }
    .home-video-popup .close-popup,
    .genplan-video-popup .close-popup,
    .photogallery-video-popup .close-popup {
        right: -17px;
    }
    .genplan-title {
        flex-direction: column;
        align-items: start;
    }
    .genplan-title::before {
        display: none;
    }
    .genplan-title h1 {
        width: 100%;
        float: none;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .house-planing-tabs {
        display: table;
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .single-house-plan-scheme-desc {
        padding-left: 0;
        padding-right: 0;
    }
    .single-house-plan-scheme {
        width: 100%;
        padding-right: 0;
    }
    .single-house-plan-scheme::after {
        display: none;
    }
    .single-house-plan-scheme-desc-block {
        width: 100%;
        margin-top: 45px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .contacts-info-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }
    .feedback-popup .feedback-popup-inner {
        width: 95%;
    }
    .feedback-popup .close-popup {
        right: -17px;
    }
    .prague_list .project-list-item .project-list-outer .project-list-wrapper {
        padding-top: 0;
    }
    .about-blocks-section .project-list-wrapper {
        display: block!important;
    }
    .about-blocks-section .prague_list .project-list-item:nth-child(even) .project-list-outer .project-list-wrapper .project-list-content {
        text-align: left;
    }
    .about-blocks-section .prague_list .project-list-item:nth-child(odd) .project-list-outer .project-list-wrapper .project-list-category:after {
        right: auto;
        left: auto;
        margin-left: 15px;
    }
    .about-blocks-section .prague_list .project-list-item:nth-child(odd) .project-list-outer .project-list-wrapper .project-list-category {
        padding-left: 0;
    }
    .timeline-img-item-sm .timeline-img-sm {
        background: none!important;
        height: auto;
        filter: none!important;
    }
    .timeline-img-item-sm .timeline-img-sm img {
        display: block!important;
    }
    .timeline-img-item-sm .timeline-img-sm iframe {
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
        margin: 0;
    }
    .documents-popup .documents-popup-inner {
        padding-top: 50px;
    }
    .documents-popup .close-popup {
        right: 0;
        top: 0;
    }
    .documents-popup .documents-popup-inner.scaled {
        overflow: auto;
        justify-content: start;
    }
    .documents-popup .documents-popup-inner.scaled img {
        width: 700px;
        max-width: 700px;
    }
    .big-image-popup .close-popup {
        right: 0;
        top: 0;
    }
    .big-image-popup .big-image-popup-inner.scaled {
        overflow: auto;
        justify-content: start;
    }
    .big-image-popup .big-image-popup-inner.scaled img {
        width: 700px;
        max-width: 700px;
    }
    .post-detailed:not(.post-content-nopadd) .prague-post-content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .prague_list .project-list-item .project-list-outer .project-list-wrapper {
        display: block;
    }
    .prague_list .project-list-item .project-list-outer .project-list-wrapper .project-list-img {
        width: 100%;
    }
    .prague_list .project-list-item .project-list-outer .project-list-wrapper .project-list-category {
        padding-left: 100px;
    }
    .prague_list .project-list-item:nth-child(odd) .project-list-outer .project-list-wrapper .project-list-category:after {
        right: auto;
        left: 0;
        margin-right: 15px;
    }
    .prague_list .project-list-item .project-list-outer .project-list-wrapper .project-list-content {
        width: 100%;
        max-width: 100%;
        padding-top: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .prague-header .prague-social-nav {
        display: none;
    }
    .prague-navigation-inner .wpml-ls {
        padding: 0;
        margin-top: 18px;
    }
    .prague-navigation-inner .wpml-ls .wpml-ls-display {
        display: none;
    }
    .prague-navigation-inner .wpml-ls a {
        padding: 0;
        margin: 0 10px;
        font-size: 14px;
    }
    .prague-navigation-inner .wpml-ls a::after {
        left: 10px;
        bottom: 6px;
    }
    .prague-navigation-inner .wpml-ls .wpml-ls-current-language a::after,
    .prague-navigation-inner .wpml-ls a:hover::after {
        width: calc(100% - 20px);
    }
    .prague-loader .prague-loader-bar {
        width: auto;
        font-size: 28px;
        padding: 0 20px;
    }
}

@media only screen and (max-width:767px) {
    .front-page-section-inner .front-page-section-inner-title {
        font-size: 28px;
        line-height: 1.2;
        max-width: 90%;
    }
    .front-page-section-inner .front-page-section-inner-subtitle {
        max-width: 90%;
    }
    .genplan-title h1,
    .top-banner .content .title,
    .blog-container .prague-post-title {
        font-size: 28px;
        line-height: 1.2;
    }
    .blog-container .prague-post-title a {
        font-size: 22px;
        line-height: 1.4;
    }
    .post-detailed:not(.post-content-nopadd) .prague-post-content {
        padding-left: 0;
    }
    .blog-container .prague-post-content p {
        max-height: 60px;
        overflow: hidden;
        font-size: 14px;
        line-height: 1.5;
    }
    .genplan-title-breadcrumbs ul li,
    .genplan-title-breadcrumbs ul li a,
    .breadcrumb-list li,
    .breadcrumb-list li a {
        font-size: 10px;
    }
    .prague-pricing-wrapper .prague-pricing-title {
        text-align: center;
    }
    .single-house-slider .owl-nav {
        left: 50%;
        margin-left: -41px;
    }
    .house-planing-section {
        margin-top: 32px;
    }
    .single-house-plan-scheme-desc {
        padding-top: 30px;
        padding-bottom: 90px;
    }
    .single-house-plan-scheme {
        height: auto;
        background: none;
    }
    .single-house-plan-scheme img {
        display: block;
    }
    .single-house-slider-cat {
        margin-bottom: 30px;
    }
    .single-house-slider-cat .owl-stage-outer,
    .single-house-slider-cat .single-house-slider-item {
        height: auto!important;
    }
    .single-house-slider-cat .owl-nav {
        bottom: -40px;
    }
    .single-house-slider-cat .single-house-slider-item img {
        display: block!important;
    }
    .single-house-slider-cat .owl-item .single-house-slider-item {
        background: none!important;
    }
    .house-materials-section .heading {
        padding-bottom: 0;
    }
    .house-materials-list {
        padding-bottom: 10px;
    }
    .house-materials-list-item:not(.house-materials-list-item-heading) .house-materials-list-item-inner {
        font-size: 14px;
        line-height: 1.5;
    }
    .banner-slider-wrap.andra .swiper-slide,
    .banner-slider-wrap.andra .swiper-slide img {
        height: auto!important;
    }
    .contact-p-contacts-row .content>div {
        width: 100%;
        max-width: 100%!important;
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: start!important;
    }
    .contact-p-contacts-row .content>div>div {
        text-align: left!important;
    }
    .prague_list .project-list-item .project-list-outer .project-list-wrapper .project-list-content,
    .prague_list .project-list-item:nth-child(even) .project-list-outer .project-list-wrapper .project-list-category {
        padding-left: 0;
    }
    .top-banner .content {
        margin-bottom: 45px!important;
    }
    .construction-progress-section .project-timeline-item .time-list-header-col.time-item-info {
        width: 100%;
    }
    .construction-progress-section .project-timeline-item {
        justify-content: center;
        padding-left: 15px;
        padding-right: 15px;
    }
    .construction-progress-section .project-timeline-item.active {
        background-color: #f2f2f2;
    }
    .construction-progress-section .project-timeline-item:after {
        content: "+";
        position: absolute;
        right: 15px;
        font-size: 40px;
        font-weight: 100;
        transition: all .3s ease;
    }
    .construction-progress-section .project-timeline-item.open:after {
        transform: rotate(45deg);
    }
    .photogallry-ctagories {
        margin-bottom: 30px;
        padding-left: 0;
    }
    .project-masonry-wrapper {
        max-width: 100%;
    }
    .installment-first-content-block .counter-outer {
        height: auto!important;
        min-height: 100px;
        background: none!important;
        padding: 0 !important;
    }
    .installment-first-content-block .counter-outer img {
        display: block!important;
    }
    .installment-first-content-col .heading {
        text-align: left;
        padding-top: 50px;
    }
    .installment-first-content-col .heading h2 {
        font-size: 22px;
    }
    .adddress-block {
        margin-bottom: 4px;
    }
    .single-houses-heading .content {
        margin-bottom: 45px !important;
    }
    .single-house-slider .owl-stage-outer {
        height: auto!important;
    }
    .single-house-slider .owl-item .single-house-slider-item {
        height: auto!important;
        background: none!important;
    }
    .single-house-slider-not-cat {
        padding-bottom: 24px;
    }
    .single-house-content-with-slider .project-list-content {
        padding-left: 15px !important;
    }
    .prague_gap_col15 .portfolio-item {
        margin: 0 0px 44px;
    }
    .contacts-info-wrap.info_with_form .title {
        font-size: 22px;
        font-weight: 700;
    }
    .developer-descr-slider-row .project-list-content {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    .single-blog-top-banner {
        margin-bottom: 45px !important;
    }
    .feedback-types-wrapp img,
    .feedback-types-wrapp svg {
        width: 105px;
        height: 105px;
    }
    .feedback-types-wrapp span {
        font-size: 12px;
    }
}

@media only screen and (max-width:480px) {
    .house-planing-tabs-wrapp {
        overflow: auto;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
    .house-planing-tabs {
        width: 540px;
        margin-bottom: 0;
    }
    .house-planing-tabs .house-planing-tab-item {
        display: table;
        width: auto;
        text-align: center;
        margin: 0;
        margin-bottom: 0px;
        margin-right: 20px;
    }
    .house-planing-tabs .house-planing-tab-item:last-child {
        margin-bottom: 0;
        margin-right: 0;
    }
    .house-materials-list .house-materials-list-item .house-materials-list-item-title {
        padding-left: 15px;
        width: 150px;
    }
    .house-materials-list .house-materials-list-item .house-materials-list-item-desc {
        width: calc(100% - 150px);
        padding-left: 15px;
    }
}

.banner-slider-wrap .swiper-pagination span:first-child::before {
    display: none;
}


/* feedback btn */

#clbh_phone_div {
    display: block;
    top: auto;
    bottom: 122px;
    left: auto;
    right: 110px;
}

.cbh-phone {
    position: fixed;
    visibility: hidden;
    background-color: transparent;
    width: 62px;
    height: 62px;
    z-index: 99;
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s
}

#clbh_phone_div .cbh-ph-img-circle {
    cursor: pointer;
}

.cbh-phone.show {
    visibility: visible
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

.cbh-phone.static {
    opacity: .6
}

.cbh-phone.hover {
    opacity: 1
}

.cbh-ph-circle {
    top: 22px;
    left: 22px;
    position: absolute;
    background-color: transparent;
}

.cbh-phone.active .cbh-ph-circle {
    -webkit-animation: cbh-circle-anim 1.1s infinite ease-in-out!important;
    -moz-animation: cbh-circle-anim 1.1s infinite ease-in-out!important;
    -ms-animation: cbh-circle-anim 1.1s infinite ease-in-out!important;
    -o-animation: cbh-circle-anim 1.1s infinite ease-in-out!important;
    animation: cbh-circle-anim 1.1s infinite ease-in-out!important
}

.cbh-phone.static .cbh-ph-circle {
    -webkit-animation: cbh-circle-anim 2.2s infinite ease-in-out!important;
    -moz-animation: cbh-circle-anim 2.2s infinite ease-in-out!important;
    -ms-animation: cbh-circle-anim 2.2s infinite ease-in-out!important;
    -o-animation: cbh-circle-anim 2.2s infinite ease-in-out!important;
    animation: cbh-circle-anim 2.2s infinite ease-in-out!important
}

.cbh-phone.hover .cbh-ph-circle {
    border-color: #C89A3C;
    opacity: .5;
}

.cbh-phone.green.hover .cbh-ph-circle {
    /* border-color: rgba(0, 0, 0, 1); */
    border-color: #0F4538;
    opacity: .5;
}

.cbh-phone.green .cbh-ph-circle {
    border-color: #C89A3C;
    opacity: .5;
}

.cbh-phone.gray.hover .cbh-ph-circle {
    border-color: #C89A3C;
    opacity: .5;
}

.cbh-phone.gray .cbh-ph-circle {
    /* border-color: rgba(0, 0, 0, 1); */
    border-color: #0F4538;
    opacity: .5;
}

.cbh-phone.active .cbh-ph-circle-fill {
    -webkit-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out!important;
    -moz-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out!important;
    -ms-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out!important;
    -o-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out!important;
    animation: cbh-circle-fill-anim 1.7s infinite ease-in-out!important
}

.cbh-phone.static .cbh-ph-circle-fill {
    -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out!important;
    -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out!important;
    -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out!important;
    -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out!important;
    animation: cbh-circle-fill-anim 2.3s infinite ease-in-out!important;
    opacity: 0!important
}

.cbh-ph-img-circle {
    width: 62px;
    height: 62px;
    top: 70px;
    left: 70px;
    position: absolute;
    /* background-color: rgba(30, 30, 30, .1); */
    background-color: #0F4538;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}

.cbh-phone.hover .cbh-ph-img-circle {
    background-color: #C89A3C
}

.cbh-phone.green.hover .cbh-ph-img-circle {
    /* background-color: rgba(0, 0, 0, 1) */
    background-color: #0F4538;
}

.cbh-phone.green .cbh-ph-img-circle {
    background-color: #C89A3C
}

.cbh-phone.gray.hover .cbh-ph-img-circle {
    background-color: #C89A3C
}

.cbh-phone.gray .cbh-ph-img-circle {
    /* background-color: rgba(0, 0, 0, 1) */
    background-color: #0F4538;
}

.cbh-phone.green .cbh-ph-img-circle {
    background-color: #C89A3C !important;
    opacity: 1;
    background-size: 55%!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    transition: all .3s ease;
}

.cbh-phone.green:hover .cbh-ph-img-circle {
    /* background-color: rgba(0, 0, 0, 1)!important; */
    background-color: #0F4538!important;
}

.cbh-phone .backButton__icon__wrap-types {
    width: 50px;
    position: absolute;
    bottom: 80px;
    right: -62px;
    height: auto;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.cbh-phone.active .backButton__icon__wrap-types {
    bottom: 40px;
    opacity: 1;
    visibility: visible;
}

#clbh_phone_div .close-communication-methods {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #C89A3C;
    border-radius: 50%;
    font-size: 62px;
    color: #fff;
    opacity: 0;
    transition: all .3s ease;
}

.cbh-phone.active .close-communication-methods {
    opacity: 1 !important;
}

.cbh-phone.active .close-communication-methods:hover {
    /* background: #000 !important; */
    background: #0F4538!important;
}

.cbh-phone .backButton__icon__wrap-types>a {
    position: relative;
    width: 50px;
    height: 50px;
    display: block;
    margin-bottom: 10px;
    border-radius: 8px;
}

.cbh-phone .backButton__icon__wrap-types>a img {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 10px;
    left: 10px;
}


/* feedback btn end */


/* aerofotage popup */

.aerofotage-popup {
    position: fixed;
    width: 90%;
    height: 80%;
    top: -150%;
    left: 5%;
    visibility: hidden;
    transition: all .3s ease;
    z-index: 2001;
}

.aerofotage-popup .aerofotage-popup-inner {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width:991px) {
    .aerofotage-popup .aerofotage-popup-inner {
        display: flex;
        align-items: center;
    }
}

.aerofotage-popup .aerofotage-popup-inner iframe {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.aerofotage-popup.active {
    top: 10%;
    visibility: visible;
}

.aerofotage-popup #lun-panorama,
.aerofotage-popup .panorama-wrapper,
.aerofotage-popup .panorama-viewport,
.aerofotage-popup .panorama,
.aerofotage-popup .panorama-content,
.aerofotage-popup .panorama-content img {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width:991px) {
    .aerofotage-popup .close-popup {
        right: -16px;
    }
}


/* aerofotage popup end */