.checkout-top-nav_title {
    display: none;
}

.dom-nav-sidebar-container .dom-nav-sidebar-mobile-header {
    display: none;
}

#poradenstvo .poradenstvo-container {
    min-height: 82vh;
}

.poradenstvo-container .poradenstvo-container_header {
    width: 100%;
    height: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*border-bottom: 2px solid #000;*/
    padding-top: 35px;
}

.poradenstvo-container .poradenstvo-container_header h1 .top {
    text-transform: uppercase;
    font: 600 20px/26px "hind siliguri";
    text-align: center;
}

.poradenstvo-container .poradenstvo-container_header h1 .bottom span {
    text-transform: uppercase;
    font: 600 24px/30px "hind siliguri";
    text-align: center;
}

.poradenstvo-container .poradenstvo-container_header .container_header_steps {
    text-transform: uppercase;
    font: 600 18px/24px "hind siliguri";
    text-align: center;
    color: #920033;
}

.poradenstvo-container .poradenstvo-container_header .container_header_steps .steps {
    display: flex;
    justify-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*background-color: #920033;*/
    border-radius: 12px;
    /*width: 80px*/
}

@media (max-width: 1100px) {
    .poradenstvo-container .poradenstvo-container_header .container_header_steps .steps {
        /*width: 60px;*/
        border-radius: 9px
    }
}

.poradenstvo-container .poradenstvo-container_header .container_header_steps .steps .label {
    font: 500 14px/18px "hind siliguri";
    color: #920033;
    text-transform: uppercase;
    padding: 12px 0px;
    font: 500 16px/16px "hind siliguri";
    letter-spacing: 1px
}

@media (max-width: 1100px) {
    .poradenstvo-container .poradenstvo-container_header .container_header_steps .steps .label {
        padding: 8px 0px
    }
}

.poradenstvo-container .poradenstvo-container_header .container_header_steps .steps .nums {
    display: flex;
    justify-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 12px;
}

.poradenstvo-container .poradenstvo-container_header .container_header_steps .steps .nums .num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #920033;
    width: 38px;
    height: 38px;
    border: 1px solid #920033;
    border-radius: 10px;
    font: 500 18px/18px "hind siliguri";
    cursor: pointer
}

@media (max-width: 1100px) {
    .poradenstvo-container .poradenstvo-container_header .container_header_steps .steps .nums .num {
        width: 24px;
        height: 24px;
        border-radius: 6px
    }
}

.poradenstvo-container .poradenstvo-container_header .container_header_steps .steps .nums .num.active {
    color: #fff;
    background-color: #920033;
    border: 1px solid #920033
}

.poradenstvo-container .poradenstvo-container_header .container_header_steps .steps .nums .line {
    width: 20px;
    /*border-right: 1px solid #920033;*/
    background-color: #920033;
    height: 1px;
    margin: 0 12px;
}

.checkout-top-nav {
    width: 100%;
}

.checkout-top-nav .checkout-top-nav_title {
    width: 100%;
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.checkout-top-nav .checkout-top-nav_title h1 {
    font: 600 20px/22px "hind siliguri";
    text-align: center;
    text-transform: uppercase;
}

.checkout-top-nav .checkout-top-nav_title .more_switch {
    display: flex;
    align-items: center;
    margin-top: 10px
}

.checkout-top-nav .checkout-top-nav_title .more_switch span {
    font: 500 14px/16px "hind siliguri";
    text-transform: uppercase;
    margin-right: 10px;
}

.checkout-top-nav .checkout-top-nav_title .more_switch .lightswitch {
    position: relative;
    width: 40px;
    height: 20px;
    background-color: #9B9B9B;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.checkout-top-nav .checkout-top-nav_title .more_switch .lightswitch::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.checkout-top-nav .checkout-top-nav_title .more_switch.active .lightswitch {
    background-color: #0a3370;
}

.checkout-top-nav .checkout-top-nav_title .more_switch.active .lightswitch::after {
    left: 20px;
}

.checkout-top-nav .baliky-options {
    flex-direction: column;
    min-height: 50vh;
    border-bottom: none;
    right: auto !important;
}

.checkout-top-nav .baliky-options .item {
    width: 100%;
    max-width: 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 20px 0;
}

.checkout-top-nav .baliky-options .item a {
    height: 60px;
    width: 100%;
    max-width: 250px;
    border: 1px solid #0a3370;
    border-radius: 35px;
    padding: 0 25px;
    justify-content: flex-start;
}

.checkout-top-nav .baliky-options .item a::before {
    height: 25px;
    width: 25px;
    background-color: #3cb08d;
    background-image: url("../../img/svg/white_arrow_right.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    margin-right: 10px;
}

.checkout-top-nav .baliky-options .item a .ch-border {
    display: none;
}

.checkout-top-nav .baliky-options .item a label {
    border-left: none !important;
    margin-left: 0;
    padding-left: 0;
}

.checkout-top-nav .baliky-options .item a label.active {
    color: #0a3370;
}

.checkout-top-nav .baliky-options .item a::before {
    content: "";
    display: inline-block;

}

.checkout-top-nav .baliky-options .item .info-icon {
    width: 100%;
    height: auto;
    /*min-height: 50px;*/
    display: none;
    border: none;
    border-radius: 0;
}

.checkout-top-nav .baliky-options .item .info-icon .i {
    display: none;
}

.checkout-top-nav .baliky-options .item .info-icon .info-txt {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: unset;
    visibility: visible;
    opacity: 1;
    border: none;
    box-shadow: none;
    z-index: 100;
}

.info-txt {
    z-index: 100;
}


@media (max-width: 1200px) {
    .page-container {
        min-height: calc(100vh - 60px);
    }

    .checkout-top-nav {
        width: 100%;
    }

    .checkout-top-nav .checkout-top-nav_title {
        width: 100%;
        height: 120px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .checkout-top-nav .checkout-top-nav_title h1 {
        font: 600 20px/22px "hind siliguri";
        text-align: center;
        text-transform: uppercase;
    }

    .checkout-top-nav .checkout-top-nav_title .more_switch {
        display: flex;
        align-items: center;
        margin-top: 10px
    }

    .checkout-top-nav .checkout-top-nav_title .more_switch span {
        font: 500 14px/16px "hind siliguri";
        text-transform: uppercase;
        margin-right: 10px;
    }

    .checkout-top-nav .checkout-top-nav_title .more_switch .lightswitch {
        position: relative;
        width: 40px;
        height: 20px;
        background-color: #9B9B9B;
        border-radius: 10px;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .checkout-top-nav .checkout-top-nav_title .more_switch .lightswitch::after {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        background-color: #fff;
        border-radius: 50%;
        transition: all 0.3s ease;
    }

    .checkout-top-nav .checkout-top-nav_title .more_switch.active .lightswitch {
        background-color: #0a3370;
    }

    .checkout-top-nav .checkout-top-nav_title .more_switch.active .lightswitch::after {
        left: 20px;
    }

    .checkout-top-nav .baliky-options {
        border-bottom: none;
        right: auto !important;
    }

    .checkout-top-nav .baliky-options .item {
        width: 100%;
        max-width: 360px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 0 20px 0;
    }

    .checkout-top-nav .baliky-options .item a {
        height: 60px;
        width: 100%;
        max-width: 250px;
        border: 1px solid #0a3370;
        border-radius: 35px;
        padding: 0 25px;
        justify-content: flex-start;
    }

    .checkout-top-nav .baliky-options .item a::before {
        height: 25px;
        width: 25px;
        background-color: #3cb08d;
        background-image: url("../../img/svg/white_arrow_right.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 50%;
        margin-right: 10px;
    }

    .checkout-top-nav .baliky-options .item a .ch-border {
        display: none;
    }

    .checkout-top-nav .baliky-options .item a label {
        border-left: none !important;
        margin-left: 0;
        padding-left: 0;
    }

    .checkout-top-nav .baliky-options .item a label.active {
        color: #0a3370;
    }

    .checkout-top-nav .baliky-options .item a::before {
        content: "";
        display: inline-block;

    }

    .checkout-top-nav .baliky-options .item .info-icon {
        width: 100%;
        height: auto;
        /*min-height: 50px;*/
        display: none;
        border: none;
        border-radius: 0;
    }

    .checkout-top-nav .baliky-options .item .info-icon .i {
        display: none;
    }

    .checkout-top-nav .baliky-options .item .info-icon .info-txt {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        max-width: unset;
        visibility: visible;
        opacity: 1;
        border: none;
        box-shadow: none;
    }

    .step-sidebar .steps {
        opacity: 0;
    }

    footer.checkout {
        margin-top: auto;
    }
}

@media (max-width: 940px) {

    .dom-nav-sidebar-container .dom-nav-sidebar-mobile-header {
        position: fixed;
        top: 60px;
        left: 10px;
        height: 35px;
        width: calc(100% - 20px);
        border-radius: 0 0 10px 10px;
        text-transform: uppercase;
        background-color: #3cb08d;
        display: flex;
        align-items: center;
        justify-content: space-between;
        z-index: 1000;
    }

    .dom-nav-sidebar-container .dom-nav-sidebar-mobile-header .dom-nav-sidebar-mobile-header_back {
        height: 25px;
        color: #ffffff;
        font: 500 12px/16px "hind siliguri";
        border-right: 1px solid #fff;
        display: flex;
        align-items: center;
        text-transform: lowercase;
        padding: 0 10px 0 20px;
    }

    .dom-nav-sidebar-container .dom-nav-sidebar-mobile-header .dom-nav-sidebar-mobile-header_title {
        height: 25px;
        color: #ffffff;
        font: 600 14px/18px "hind siliguri";
        display: flex;
        align-items: center;
        text-align: center;
        padding: 0 10px;
    }

    .dom-nav-sidebar-container .dom-nav-sidebar-mobile-header .dom-nav-sidebar-mobile-button {
        height: 25px;
        width: auto;
        color: #ffffff;
        font: 500 12px/16px "hind siliguri";
        letter-spacing: 0;
        border: none;
        border-left: 1px solid #fff;
        display: flex;
        align-items: center;
        text-transform: lowercase;
        padding: 0 20px 0 10px;

        position: relative;
        top: auto;
        border-radius: 0;
        background-color: transparent;
    }

    .dom-nav-sidebar-container .dom-nav-sidebar-mobile-header .dom-nav-sidebar-mobile-button.show {
        top: auto !important;
    }

    .dom-nav-sidebar-container .dom-nav-sidebar-mobile-header .dom-nav-sidebar-mobile-button.hide {
        top: auto !important;
    }

    .dom-nav-sidebar-container .dom-nav-sidebar-mobile-header .dom-nav-sidebar-mobile-button::after {
        content: " ";
        position: absolute;
        right: 2.5px;
        top: calc(50% - 7.5px);
        width: 15px;
        height: 15px;
        background-image: url("../../img/svg/curved_arrow.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    .poradenstvo-container .poradenstvo-container_header {
        width: 100vw;
        margin-left: -3.32vw;
        border-bottom: 1px solid #0a3370;
        position: fixed;
        top: 80px;
        background-color: #fff;
        z-index: 200;
    }

    #poradenstvo .poradenstvo-container .poradenstvo-form {
        margin-top: 160px;
    }
}

.step-sidebar .inner-wrapper .steps {
    opacity: 0;
    visibility: hidden;
}

.sidebar-zlava {
    display: none !important;
}

.projekt-dom-summary {
    width: 97%;
    max-width: 500px;
    box-sizing: border-box;
    border: 2px solid #0a3370;
    margin-left: -3%;
}

@media (max-width: 345px) {
    .projekt-dom-summary {
        width: 89%;
        margin-left: -12%;
    }
}

.projekt-dom-summary .projekt-dom-summary-title {
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0;
    font-weight: 700;
    text-align: center;
    background: #0a3370;
    text-transform: uppercase;
}

.projekt-dom-summary .projekt-dom-summary-price {
    width: calc(100% - 10px);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 5px;
    font: 400 14px/20px "hind siliguri";
    font-weight: 700;
}

.projekt-dom-summary .projekt-dom-summary-price span:last-child {
    position: relative;
}

.projekt-dom-summary .projekt-dom-summary-price span:last-child::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 11px;
    width: 100%;
    height: 0.5px;
    background-color: #0a3370;
    transform: rotate(-20deg);
}

.projekt-dom-summary .projekt-dom-summary-sale {
    width: calc(100% - 10px);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 5px;
    font: 400 14px/20px "hind siliguri";
    font-weight: 700;
    /*color: #920033;*/
}

.projekt-dom-summary .projekt-dom-summary-sale .data-monthlysale {
    white-space: nowrap;
}

.projekt-dom-summary .projekt-dom-summary-selected {
    width: calc(100% - 10px);
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
    padding: 5px 5px;
    border-top: 2px solid #0a3370;
    display: none;
}

.projekt-dom-summary .projekt-dom-summary-selected.show_line {
    display: flex;
}

.projekt-dom-summary .projekt-dom-summary-club {
    width: calc(100% - 10px);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 5px;
}

#poradenstvo .poradenstvo-container .projekt-domu-form .wrapper-outer .kind-options .option {
    width: 100%;
}

#poradenstvo .poradenstvo-container .projekt-domu-form .wrapper-outer .kind-options .option .right-text .top {
    /*position: relative;*/
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

#poradenstvo .poradenstvo-container .projekt-domu-form .wrapper-outer .kind-options .option .right-text .info-icon {
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
    margin-left: 10px;
}

@media (max-width: 800px) {
    #poradenstvo .poradenstvo-container .projekt-domu-form .wrapper-outer .kind-options .option .right-text .top {
        position: relative;
    }

    #poradenstvo .poradenstvo-container .projekt-domu-form .wrapper-outer .kind-options .option .right-text .info-icon {
        position: absolute;
        top: 0;
        right: -30px;
        margin-left: 0;
    }
}

#poradenstvo .poradenstvo-container .projekt-domu-form .wrapper-outer .kind-options .option .right-text .right_text_info {
    position: absolute;
    right: 0;
    width: 20px;
    height: 20px;
    background-image: url("../img/info-icon.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #E41B41;
    border-radius: 50%;
}

.time_text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 40px 0;
}

.time_text p {
    color: #920033;
    font: 500 14px/20px "hind siliguri";
    text-align: center;
}

.time_text p strong {
    color: #920033;
    font: 600 20px/24px "hind siliguri";
}

.info-txt {
    padding: 20px;
}

.info-txt .close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 15px;
    height: 15px;
    background-image: url("../img/close.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 1200px) {
    .info-icon:hover .info-txt {
        visibility: hidden;
        opacity: 0;
    }
}

.info-txt.open {
    opacity: 1 !important;
    visibility: visible !important;
}

.step-sidebar .inner-wrapper .steps {
    display: none;
}

@media (max-width: 940px) {
    .dom-nav-sidebar-wrapper {
        width: 100%;
    }
}

#step3 #message {
    width: calc(100% - 20px);
    box-sizing: border-box;
    margin-top: 10px;
}

#step3 .input {
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    align-self: center;
    justify-self: center;
    margin-top: 10px;
    /*width: 288px;*/
    /*height: 80px;*/
    border: 1px solid #0a3370;
    padding: 4px 10px;
    font-size: 12px;

    width: calc(100% - 20px);
    box-sizing: border-box;
    margin-top: 10px;
}

@media (max-width: 750px) {
    #poradenstvo .poradenstvo-container .poradenstvo-form .row.spat,
    #poradenstvo .poradenstvo-container .vizualizacia-form .row.spat,
    #poradenstvo .poradenstvo-container .stavba-domu-form .row.spat,
    #poradenstvo .poradenstvo-container .projekt-domu-form .row.spat {
        display: none;
    }
}

.checkout_subtitle {
    display: flex;
    align-items: center;
    grid-column: span 2;
    margin: 0 auto;
}

.checkout_subtitle span {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #920033;
    border: 1px solid #920033;
    border-radius: 5px;
    font: 500 16px/16px "hind siliguri";
}

.checkout_subtitle h2 {
    color: #0a3370;
    font: 500 16px/16px "hind siliguri";
    margin-left: 10px;
}

.step_help_link {
    width: 250px;
    margin: 0 auto 0 auto;
    font: 500 16px/16px "hind siliguri";
    text-align: center;
}

.step_help_link a {
    color: #3cb08d;
    text-decoration: underline;
}

@media (max-width: 600px) {
    #poradenstvo .poradenstvo-container .poradenstvo-form {
        margin-right: 0px;
    }
}

@media (max-width: 600px) {
    #poradenstvo .poradenstvo-container .projekt-domu-form .wrapper-outer .kind-options {
        width: 100%;
    }
}

@media (max-width: 600px) {
    #poradenstvo .poradenstvo-container .projekt-domu-form .wrapper-outer .kind-options .option .right-text .info-icon {
        right: -10px;
    }
}

#poradenstvo .poradenstvo-container .projekt-domu-form .wrapper.second-col {
    grid-template-columns: 100%;
}

#poradenstvo .poradenstvo-container .projekt-domu-form .wrapper.second-col .col {
    grid-column: 1/2;
}

#poradenstvo .poradenstvo-container .projekt-domu-form .row.chb {
    display: flex !important;
    width: 288px !important;
    top: auto !important;
    right: auto !important;
    margin: 0 auto;
}

#poradenstvo .poradenstvo-container .poradenstvo-form .row.gdpr {
    width: 288px;
    margin: 0 auto;
}

#poradenstvo .poradenstvo-container .poradenstvo-form .row.gdpr input {
    width: 23px;
    height: 23px;
    margin: 0 10px 0 0;
}

#poradenstvo .poradenstvo-container .poradenstvo-form .row.gdpr input:after {
    padding-left: 5px !important;
}

#poradenstvo .poradenstvo-container .poradenstvo-form .row.gdpr label {
    width: calc(100% - 33px);
    font: 600 14px/20px "hind siliguri";
    border: none !important;
    padding: 0 !important;
}

@media (max-width: 940px) {
    .dom-nav-sidebar-wrapper {
        height: calc(93vh - 130px) !important;
    }

    .dom-nav-sidebar {
        height: calc(93vh - 130px);
        width: 95%;
        overflow: scroll;
        position: static;
    }
}

.dom_nav_sidebar_close {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 40px);
    background-color: #3cb08d;
    color: #ffffff;
    font: 600 14px/18px "hind siliguri";
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 0 0 10px 10px;
}

@media (min-width: 940px) {
    .dom_nav_sidebar_close {
        display: none;
    }
}

@media (max-width: 940px) {
    .simplebar-content-wrapper {
        overflow: hidden !important;
    }
}



.kind-options .option_wrapper {
    width: 100%;
    display: flex;
    align-items: center;
}

.dom-nav-sidebar .checkout-container {
    height: auto;
}

.dom-nav-sidebar .checkout-container .default-text {
    position: relative;
    min-height: auto;
}

.dom-nav-sidebar .checkout-container .default-text {
    display: none !important;
}

.dom-nav-sidebar .checkout-container .default-text:first-child {
    display: block !important;
}

.dom_nav_sidebar_stepsText {
    width: 100%;
    margin-top: 20px;
    display: none;
    padding-bottom: 120px;
}

.dom_nav_sidebar_stepsText .stepsText_item {
    width: 300px;
    list-style-type: decimal;
    list-style-position: outside;
    padding-left: 20px;
    display: none;
}

.dom_nav_sidebar_stepsText .stepsText_item li {
    font: 500 16px/20px "hind siliguri" !important;
    text-transform: none;
}

.dom_nav_sidebar_stepsText .stepsText_item.show {
    display: block;
}

#poradenstvo .poradenstvo-container .projekt-domu-form .row .chb input[type=checkbox]:checked + .label::before {    border: 1px solid #3cb08d;
    font-size: unset;
    display: flex;
    align-items: center;
    justify-content: center;
}

#step3 #message {
    border: 1px solid #0a3370;
    border-radius: 8px;
    font: 400 14px/16px "hind siliguri";
    margin: 8px 0px;
}

#step3 input {
    border: 1px solid #0a3370;
    border-radius: 8px;
    font: 400 14px/16px "hind siliguri";
    height: 30px;
    margin: 8px 0px;
}





