@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


body, html {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    background: #F4F4F4;
    color: #343630;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    font-family: 'Montserrat', sans-serif;
    color: #343630;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

h1, .h1 {
    font-size: 1.75em;
}


.text-normal {
    font-weight: 500;
    font-style: normal;

}


.navbar-brand {
    font-family: 'Montserrat', sans-serif;
    color: #343630;
}

.padded-lg {
    padding-left: 1em;
    padding-right: 1em;
}


.gp-features > .gp-muted {
    font-size: 4em;
    color: #343630;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.gp-features:hover > .gp-muted {
    opacity: 0.1;
}

.gp-features:hover > .gp-invisible {
    opacity: 1;
}

.text-justify {
    text-align: justify;
}

.big-text {
    font-size: 2em;
}


.gp-bg-text {
    font-family: 'Montserrat', sans-serif;
    opacity:0.1;
    font-size: 28vw;
    position: absolute;
    top:0;
    left:-50px;
    font-weight: 900;
}


@media (min-width: 768px) {
    .gp-bg-text {
        font-family: 'Montserrat', sans-serif;
        opacity:0.1;
        font-size: 10vw;
        position: absolute;
        top:0;
        left:-50px;
        font-weight: 900;
    }
    .big-text {
        font-size: 3em;
    }

    h1, .h1 {
        font-size: 3em;
    }

    .padded-lg {
        padding-left: 3em;
        padding-right: 3em;
    }

}


@media (min-width: 992px) {
    .gp-bg-text {
        font-family: 'Montserrat', sans-serif;
        opacity:0.1;
        font-size: 10vw;
        position: absolute;
        top:0;
        left:-50px;
        font-weight: 900;
    }
    .big-text {
        font-size: 3em;
    }

    h1, .h1 {
        font-size: 4em;
    }

    .padded-lg {
        padding-left: 4em;
        padding-right: 4em;
    }

}

@media (min-width: 1200px) {
    .gp-bg-text {
        font-family: 'Montserrat', sans-serif;
        opacity:0.1;
        font-size: 10vw;
        position: absolute;
        top:0;
        left:-50px;
        font-weight: 900;
    }
    .big-text {
        font-size: 4em;
    }

    h1, .h1 {
        font-size: 5em;
    }

    .padded-lg {
        padding-left: 5em;
        padding-right: 5em;
    }

}

.gp-bg {
    background-image: url("https://genplano.ru/content/images/bg.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
}

.gp-bg-left {
    background-image: url("https://genplano.ru/content/images/bg_left.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
}

.gp-bg-bottom {
    background-image: url("https://genplano.ru/content/images/bg_bottom.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
}


.form-switch.form-switch-md {
    padding-right: 5em;
    height: 2.5em;
}

.form-switch.form-switch-md .form-check-input {
    margin-right: -5em;
    height: 2em;
    width: 4em;
}

.form-switch.form-switch-md .form-check-label {
    padding-top: 0.5em;
}

.nav-pills .nav-link, .nav-pills .show>.nav-link {
    color: #212529;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #212529;
}

.tab-content > .tab-pane {
    display: block;
    height:0;
    overflow:hidden;
}

.tab-content > .active {
    display: block;
    height:auto;
}
