* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Zilla Slab", serif;
}

button {
    position: relative;
    font-family: "Zilla Slab", serif;
    cursor: pointer;
    z-index: 15;
}

a {
    text-decoration: none;
    color: inherit;
}

input, select {
    font-family: "Zilla Slab", serif;
}


/* header */

header {
    position: relative;
    z-index: 50;
    background-color: var(--main_color);
    width: 100%;
    display: flex;
    justify-content: center;
}

.header-logo {
    width: 120px;
    background: white;
    height: 120px;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-logo img {
    max-width: 80%;
    max-height: 80%;
}

.header-wrap {
    position: relative;
    z-index: 50;
    height: 76px;
    width: 1180px;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

.header-link {
    height: 100%;
    display: flex;
    align-items: center;
}

.header-link span {
    color: var(--eightth_color);
    font-size: 14px;
}

.header-contact {
    width: 200px;
    background-color: transparent;
    border-radius: 50px;
    height: 36px;
    color: var(--eightth_color);
    border: 2px solid var(--eightth_color);
    font-size: 14px;
}


.global-etapa-image {
    display:table;max-width: 100%;height: auto;margin:0 auto;
}


/* burger icon */
#nav-icon3 {
    width: 56px;
    height: 40px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon3 span {
    display: block;
    position: absolute;
    height: 8px;
    width: 100%;
    background: #ffffff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}


#nav-icon3 span:nth-child(1) {
    top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
    top: 16px;
}

#nav-icon3 span:nth-child(4) {
    top: 32px;
}

#nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}




.mobile-open {
    display: none;
    margin-right: 16px;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.mobile-mob-icon {
    height: 40px;
    width: 40px;
    border-radius: 50px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
    cursor: pointer;
}

.mobile-mob-icon img {
    height: 40px;
}

.mobile-navigation {
    position: absolute;
    top: 76px;
    box-sizing: border-box;
    display: none;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: var(--main_color);
    height: auto;
    z-index: 45;
    padding: 48px 24px 24px 24px;
}

.mobile-link {
    width: 296px;
    height: 56px;
    border-bottom: 1px solid white;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-bottom: 8px; */
    font-size: 20px;
    padding-right: 16px;
}

.mobile-link:last-child {
    border-bottom: 0;
    margin-top: 16px;
}

.mobile-link .header-contact {
    font-size: 20px;
    width: 240px;
    height: 40px;
}

/* header end */



/* landing section */


.first-section {
    z-index: 2;
    margin-bottom: -400px;
    background-position: 50% 0%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    text-align: center;
}

.first-section img {
    width: 100%;
    max-width: 1920px;
}



/* tooltip */

.tooltip {
    box-sizing: border-box;
    position: absolute;
    z-index: 1500;
    height: 308px;
    width: 256px;
    display: flex;
    flex-direction: column;
    background-color: white;
    border-radius: 16px;
    padding: 16px;
    background: linear-gradient(to bottom, rgb(239 253 224) 0%, #ffffff 25%);
    top: 472px;
    right: 496px;
    top: 30%;
    right: 25%;
}

.tool-row {
    display: flex;
    align-items: center;
}

.tool-icon {
    box-sizing: border-box;
    width: 64px;
    margin-right: 8px;
    height: 32px;
}

.tool-icon img {
    width: 32px;
}

.tool-icon-center {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-right: 20px;
}

.tool-heading {
    border-bottom: 1px solid rgb(172, 172, 172);
    width: 100%;
    height: 40px;
    text-align: left;
}

.tool-heading span {
    font-size: 28px;
    color: var(--second_color);
    font-weight: 800;
}

.tool-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    border-bottom: 1px solid rgb(172, 172, 172);
    padding: 8px 0;
}

.tool-info span:first-child {
    font-size: 24px;
    color: var(--second_color);
    font-weight: 500;
    line-height: 0.9;
}

.tool-status {
    width: 100%;
    font-size: 28px;
    font-weight: 700;
    color: var(--second_color);
    padding: 8px 0;
    text-align: left;
}

.tool-status-icon {
    height: 20px;
    width: 20px;
    border-radius: 50px;
    background-color: #63a246;
}

.tool-button-wrap {
    width: 100%;
    text-align: center;
}


.tool-button {
    z-index: 150;
    border: 0;
    background-color: #990099;
    color: white;
    width: 160px;
    height: 48px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: -80px;
    cursor: pointer;
}



/* second section */
.second-section {
    position: relative;
    z-index: 5;
    height: auto;
    padding-top: 200px;
    background-image: url(/assets/img/top_image_waves.png);
    background-position: top center;
    background-repeat: no-repeat;
}

.arrow-wrap {
    text-align: center;
    width: 100%;
}

.slider-arrow {
    height: 60px;
    z-index: 20;
    position: relative;
}

.link-buttons {
    display: none;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.link-buttons button:first-child {
    border: 0;
    background-color: var(--main_color);
    color: white;
    width: 180px;
    height: 48px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;

}

.link-buttons button:last-child {
    border: 0;
    background-color: #2b8501;
    color: white;
    width: 180px;
    height: 48px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
}

.main-heading {
    width: 100%;
    margin-top: 72px;
    text-align: center;
}

h1 {
    font-size: 60px;
    color: var(--second_color);
}

.sub-heading {
    font-size: 30px;
    font-weight: 500;
    color: var(--third_color);
    max-width: 800px;
}


/* second sectin text */
.main-text-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-text-wrap p {
    text-align: center;
    font-size: 19px;
    line-height: 1.2;
}

.main-text {
    margin-top: 120px;
    color: var(--second_color);
    width: 832px;
    margin-bottom: 16px;
    font-weight: 600;
}

.main-second-text {
    width: 896px;
    color: rgb(27, 27, 27);
    font-weight: 500;
}

/* second section items */
.info-items-wrap {
    margin-top: 72px;
    display: flex;
    justify-content: center;
}

.info-items-grid {
    display: flex;
    justify-content: space-between;
    width: 1080px;
}

.info-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 180px;
}

.info-item img {
    height: 80px;
    margin-bottom: 12px;
}

.info-item span:nth-of-type(1) {
    font-size: 52px;
    font-weight: 800;
    color: var(--second_color);
}

.info-item span:nth-of-type(2) {
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    color: #666666;
}

/* features section */
.choose-home {
    position: relative;
    z-index: 15;
    height: auto;
    background-image: url(/assets/img/photo_upper_waves_fp_B.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    /* background-size: cover; */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 112px;
    padding-bottom: 64px;
    margin-top: -72px;
}

.choose-home button {
    border: 0;
    background-color: var(--main_color);
    color: white;
    width: 224px;
    height: 48px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
}

.features-wrap {
    position: relative;
    margin-top: 44px;
}

.overlay-arrows {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: space-between;
    align-items: center;
}

.swipe-arrow {
    height: 40px;
    margin-bottom: 40px;
    cursor: pointer;
}

.features-grid {
    width: 720px;
    display: flex;
    justify-content: space-between;
}

.feature {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.feature img {
    border-radius: 300px;
    height: 152px;
    width: 152px;
    object-fit: cover;
    border: 2px solid var(--second_color);
}

.feature span {
    margin-top: 4px;
    font-weight: 700;
    color: var(--second_color);
    font-size: 21px;
}



/* locality section */
.content-left {
    position: relative;
    display: flex;
    margin-top: -140px;
    z-index: 10;
    background-color: white;
    clip-path: ellipse(85% 100% at 50% 0%);
}

.locality-content {
    width: 50%;
    display: flex;
    justify-content: right;
}

.locality-image {
    z-index: 1;
    width: 50%;
    min-height: 640px;
    background-image: url(/assets/img/image_box1_right.jpg);
    background-repeat: no-repeat;
}

.locality-mobile {
    display: none;
    width: 100%;
    height: auto;
}


.left-text {
    margin-top: 200px;
    width: 480px;
    margin-right: 80px;
}

.section-h2 {
    font-size: 35px;
    color: var(--second_color);
}

.section-h2 br {
    display: none;
}

.section-text {
    margin-top: 16px;
    font-size: 14px;
    color: var(--seventh_color);
    font-weight: 500;
}

.locality-button {
    margin-top: 40px;
    border: 0;
    background-color: var(--main_color);
    color: white;
    width: 224px;
    height: 48px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
}


/* house type */
.content-right {
    display: flex;
    margin-top: -140px;
    justify-content: right;
    background-color: #e4f1df;
}

.house-content {
    width: 50%;
}

.right-image {
    z-index: 1;
    width: 50%;
    min-height: 640px;
    background-image: url(/assets/img/image_box2_left.jpg);
    /* background-size: cover; */
    background-repeat: no-repeat;
    background-position: right;
}

.right-text {
    margin-top: 200px;
    width: 480px;
    margin-left: 80px;
}




/* etapa section */
.etapa-heading {
    position: relative;
    z-index: 10;
    margin-top: -215px;
    height: auto;
    background-image: url(/assets/img/photo_down_waves_fp.png);
    background: url(/assets/img/photo_down_waves_fp.png), linear-gradient(to bottom, transparent 250px, var(--color_11) 250px);
    background-position: top;
    background-repeat: no-repeat;
    /* background-size: cover; */
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 250px;
    padding-bottom: 40px;
}


.etapa-content {
    position: relative;
    height: 940px;
    background-image: url(/assets/img/image_bottom_frontpage.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-custom-select {
    position: relative;
    width: 100%;
}

.etapa-tip {
    position: absolute;
    height: auto;
    width: 360px;
    border-radius: 24px;
    padding: 24px 52px;
    background: linear-gradient(to bottom, rgb(239 252 224) 0%, #ffffff 25%);
    display: flex;
    flex-direction: column;
    top: 64px;
    right: 400px;
    top: 14%;
    right: 16%;
    box-shadow: 0 4px 8px 1px rgb(88, 88, 88);
}

.etapa-tip-head {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    border-bottom: 1px solid rgb(190, 190, 190);
    padding-bottom: 16px;
    margin-bottom: 32px;
}

.etapa-tip-head h3 {
    color: var(--main_color);
    font-weight: 700;
    font-size: 42px;
}

.etapa-tip-head img {
    width: 52px;
}

.etapa-tip-main {
    color: var(--second_color);
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 24px;
}

.etapa-tip-sub {
    font-size: 17px;
    line-height: 1.2;
    font-weight: 500;
    color: rgb(109, 109, 109);
    margin-bottom: 28px;
}

.tip-energy-class {
    width: 232px;
}

.etapa-tip-butt-wrap {
    text-align: center;
}

.etapa-tip-butt {
    border: 0;
    background-color: var(--main_color);
    color: white;
    width: 300px;
    height: 88px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 24px;
    margin-top:  44px;
    padding-top: 4px;
}







/* contact section */

.contact-section {
    position: relative;
    z-index: 4;
    padding-top: 400px;
    margin-top: -200px;
    height: 460px;
    display: flex;
    justify-content: center;
    background-image: url(/assets/img/bottom_purple_waves.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: -216px;
}


.contact-content {
    margin-top: -124px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 50;
}

.contact-heading {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-heading h3 {
    font-size: 60px;
    color: var(--fourth_color);
}

.contact-heading span {
    font-size: 20px;
    color: var(--fifth_color);
}

.contact-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 32px;
}

.form-row {
    width: 792px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.form-row input, .form-row select {
    width: 376px;
    height: 48px;
    outline: 0;
    background-color: white;
    border: 2px solid var(--fifth_color);
    border-radius: 50px;
    text-align: center;
    font-size: 15px;
    max-width: 100%;
    text-align-last: center;
}

.form-row input.with-building, .form-row select.with-building {
    width: 250px;
}

@media all and (min-width: 680px) {
    .form-row input.single-input, .form-row select.single-input {
        width: 100%;
    }
}


.contact-custom-select {
    width: 376px;
}

.contact-form p {
    color: var(--fifth_color);
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.contact-button {
    position: relative;
    z-index: 100000;
    border: 0;
    width: 240px;
    height: 48px;
    background-color: white;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    color: var(--main_color);
    margin-top: 16px;
}



/* footer */
footer {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
}

.footer-upper {
    position: relative;
    z-index: 5;
    padding-top: 164px;
    padding-bottom: 40px;
    background-image: url(/assets/img/footer_waves_up.png);
    background-repeat: no-repeat;
    background-position: top center;
    text-align: center;
    margin-top: 70px;
}

.footer-upper h3 {
    font-size: 55px;
    color: white;
    font-weight: 700;
}

.footer-upper span{
    font-size: 20px;
    color: #e1efc8;
}

.foot-middle {
    background-color: #63a246;
    height: auto;
    display: flex;
    justify-content: center;
    padding-bottom: 64px;
    margin-top: -2px;
}

.foot-middle-content {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid #b7d38c;
    padding-bottom: 64px;
}

.footer-logo {
    height: 280px;
    margin: 0 56px;
    padding-top: 2px;
}


.foot-text {
    width: 304px;
    color: white;
    font-size: 18px;
    line-height: 1.2;
}

.foot-left {
    text-align: right;
}

.foot-right {
    text-align: left;
}


.footer-lower {
    margin-top: -8px;
    height: auto;
    background-color: #63a246;
    background-image: url(/assets/img/footer_waves_down.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

.footer-lower {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.footer-lower h4 {
    color: white;
    font-size: 24px;
    font-weight: 600;
    width: 560px;
    text-align: center;
}

.footer-lower img {
    margin-top: 32px;
    width: 200px;
}

.foot-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #cfe4b5;
    font-size: 18px;
    margin-top: 24px;
    margin-bottom: 32px;
}

.links-upper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.splitter {
    margin: 0 12px;
}

.content-third {
    margin-bottom: 80px;
}

@media all and (max-width: 1000px) {
    .content-third {
        margin-bottom: 160px;
    }

    .global-etapa-image {
        padding-bottom: 30px;
    }
}


/* responsive */
@media only screen and (max-width: 1400px) {
    .etapa-content {
        height: 800px;
    }
}

@media only screen and (max-width: 1200px) {
    .first-section {
        margin-bottom: -360px;
    }
}


/* responsive */
@media only screen and (max-width: 1050px) {
    .tooltip {
        display: none;
    }

}

@media only screen and (max-width: 1050px) {
    .header-link {
        display: none;
    }

    header {
        display: flex;
        flex-direction: column;
    }

    .header-wrap {
        width: 100%;
    }

    .mobile-open {
        display: flex;
    }


    .slider-arrow {
        display: none;
    }

    .link-buttons {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }

    .link-buttons button {
        margin: 0;
    }


    .first-section {
        margin-bottom: -340px;
    }

    .arrow-wrap {
        margin-top: 64px;
    }

    .main-heading {
        margin-top: 16px;
    }



}



/* responsive */
@media only screen and (max-width: 1300px) {
    .content-left {
        clip-path: ellipse(120% 100% at 50% 0%);
    }
}

@media only screen and (max-width: 1200px) {
    .left-text {
        margin-right: 40px;
        width: 426px;
    }

    .right-text {
        margin-left: 40px;
        width: 426px;
    }

    .locality-image {
        background-position: -120px 0;
    }
}

@media only screen and (max-width: 1100px) {
    .info-items-grid {
        width: calc(90%);
    }

    .foot-middle-content {
        width: 880px;
        justify-content: space-between;
    }

    .foot-left {
        display: none;
    }

    .foot-right {
        width: 480px;
    }

    .footer-logo {
        margin: 0;
        margin-left: 24px;
    }
}

@media only screen and (min-width: 1050px) {
    .mobile-navigation {
        display: none !important;
    }
}

@media only screen and (max-width: 1000px) {
    .content-left, .content-right {
        flex-direction: column;
        clip-path: none;
    }

    .locality-image, .right-image {
        width: 100%;
        height: 480px;
        background-position: center;
        background-size: cover;
    }


    .locality-content, .house-content {
        order: 2;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .left-text, .right-text {
        margin: 0;
        margin-top: 40px;
        text-align: center;
        width: 560px;
    }

    .content-right {
        margin-top: 40px;
        padding-bottom: 88px;
    }


    .content-left {
        margin-top: -36px;
    }


    .etapa-content {
        background-size: contain;
        background-color: #b7d38c;
        display: flex;
        justify-content: center;
        height: auto;
        padding-bottom: 96px;
    }

    .etapa-content.subpage {
        height: 350px;
    }

    .etapa-tip {
        position: relative;
        top: 0;
        right: 0;
        margin-top: 50%;
        text-align: center;
        height: auto;
        padding-bottom: 40px;
        box-shadow: none;
    }

    .etapa-tip-butt {
        margin-top: 24px;
        height: 72px;
        width: 276px;
        font-size: 28px;
    }

    .foot-middle-content {
        width: 90%;
        justify-content: space-between;
    }

    .footer-logo {
        height: 240px;
    }

    .foot-right {
        width: 440px;
    }
}


@media only screen and (max-width: 920px) {
    h1 {
        font-size: 8vw;
        margin-top: 32px;
    }

    .sub-heading {
        font-size: 4vw;
    }

    .main-text, .main-second-text {
        width: 90%;
    }


}

@media only screen and (max-width: 860px) {
    .contact-heading h3 {
        font-size: 9vw;
    }

    .contact-heading span {
        text-align: center;
        display: block;
        width: 240px;
    }

    .contact-section {
        margin-bottom: -188px;
    }

    .info-items-grid {
        display: grid;
        grid-template-columns: auto auto;
        row-gap: 64px;
        width: 480px;
    }

    .footer-upper {
        margin-top: 30px;
    }

    .footer-upper h3 {
        font-size: 10vw;
    }

}

@media only screen and (max-width: 840px) {
    .form-row {
        width: 632px;
    }

    .form-row input, .form-row select {
        width: 304px;
    }

    .form-row input.with-building, .form-row select.with-building {
        width: 304px;
    }

    .contact-custom-select {
        width: 304px;
    }

    .header-logo {
        width: 80px;
        height: 100%;
        margin-left: 16px;
    }

    .foot-middle-content {
        flex-direction: column;
    }

    .foot-right {
        text-align: center;
    }

    .footer-logo {
        height: 192px;
        margin-bottom: 56px;
    }

    .mobile-navigation {
        padding: 24px;
    }

}

@media only screen and (max-width: 800px) {
    .features-grid {
        width: 292px;
        overflow-x: scroll;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .features-grid::-webkit-scrollbar {
        display: none;
    }

    .feature {
        width: 100% !important;
        flex-shrink: 0;
        text-align: center;
    }

    .feature img {
        height: 176px;
        width: 176px;
    }

    .foot-links {
        width: 360px;
    }

    .links-lower {
        margin-top: 8px;
    }

    .features-wrap {
        margin-top: 44px;
        margin-bottom: -16px;
    }

    .choose-home button {
        margin-bottom: -8px;
    }

    .overlay-arrows {
        display: flex;
    }
}


@media only screen and (max-width: 680px) {
    .global-etapa-image {
        padding-bottom: 0;
        margin-bottom: -240px;
    }

    .contact-heading h3 {
        padding-top: 0px;
    }

    .locality-image {
        min-height: auto;
    }

    .right-image {
        min-height: auto;
    }

    .etapa-content {
        /* margin-bottom: -180px; */
    }

    .contact-section {
        height: auto;
        padding-top: 240px;
        padding-bottom: 196px;
        background-size: auto 100%;
        margin-top: -220px;
    }

    .contact-section.vyber-dokoncenosti-contact {
        margin-top: -260px;
    }

    .contact-content {
        margin-top: 80px;
    }


    .form-row {
        box-sizing: border-box;
        flex-direction: column;
        margin-bottom: 0;
        align-items: center;
        width: 100%;
    }

    .form-row input, .form-row select {
        width: 360px;
        margin-bottom: 24px;
    }

    .form-row input.with-building, .form-row select.with-building {
        width: 360px;
    }

    .contact-custom-select {
        width: 360px;
    }

    .info-items-grid {
        width: 80%;
    }

    .locality-image, .right-image {
        background: transparent;
        height: auto;
        width: 100%;
    }

    .locality-mobile {
        display: block;
    }

    .contact-form-p {
        width: 300px;
    }

    .contact-form p {
        width: 320px;
    }


    .footer-upper {
        padding-top: 104px;
        background-position: center -72px;
    }



}


@media only screen and (max-width: 640px) {
    .footer-lower h4 {
        font-size: 6vw;
        width: 80%;
    }

    .left-text, .right-text {
        width: 80%;
    }

    .section-h2 br {
        display: inline;
    }
}

@media only screen and (max-width: 600px) {
    .second-section {
        background-image: url(/assets/img/top_image_waves_mobile.png);
        background-position: center 140px;
    }


    .first-section {
        margin-bottom: -320px;
    }

    .arrow-wrap {
        margin-top: 72px;
    }

    h1 {
        font-size: 9vw;
    }

    .sub-heading {
        font-size: 5vw;
    }


    .foot-right {
        width: 80%;
    }

    .etapa-tip {
        box-sizing: border-box;
        width: 80%;
        padding: 24px 24px;
        padding-bottom: 40px;
    }

    .etapa-tip-butt {
        height: 60px;
        width: 220px;
        font-size: 22px;
    }

    .main-text-wrap p {
        font-size: 20px;
    }

}

@media only screen and (max-width: 500px) {
    .info-items-grid {
        width: 80%;
    }

    .info-item {
        width: 140px;
    }

    .info-item span:nth-of-type(1) {
        font-size: 48px;
    }

    .info-item span:nth-of-type(2) {
        font-size: 22px;
    }

    .info-item img {
        height: 72px;
        margin-bottom: 12px;
    }

    .etapa-tip h3 {
        font-size: 48px;
    }

    .etapa-tip-head img {
        width: 48px;
    }

    .tip-energy-class {
        width: 200px;
    }

    .etapa-heading .sub-heading {
        font-size: 6.5vw;
        max-width: 90%;
    }

    .etapa-heading h1 {
        font-size: 10vw;
    }
}


@media only screen and (max-width: 460px) {
    .link-buttons button {
        margin-right: 4px !important;
        margin-left: 4px !important;
    }

    .section-h2 {
        font-size: 8.5vw;
    }
}

@media only screen and (max-width: 420px) {
    .info-item span:nth-of-type(1) {
        font-size: 40px;
    }

    .info-item span:nth-of-type(2) {
        font-size: 20px;
    }

    .info-item img {
        height: 64px;
        margin-bottom: 12px;
    }

    .etapa-tip {
        width: 85%;
    }

}

@media only screen and (max-width: 400px) {
    .contact-custom-select {
        position: initial;
        display: flex;
        justify-content: center;
    }

    .contact-custom-select svg {
        display: none;
    }

    .contact-custom-select select {
        appearance: auto;
    }

    .form-row input, .form-row select {
        margin-bottom: 16px;
    }

    .mobile-navigation {
        padding: 16px;
    }

    .mobile-link {
        width: 100%;
        padding-right: 0;
    }


    .footer-upper h3 {
        font-size: 12vw;
    }

    .etapa-tip h3 {
        font-size: 40px;
    }

    .section-text {
        font-size: 16px;
    }

}


@media only screen and (max-width: 400px) {
    .info-items-grid {
        width: 85%;
    }

    .contact-heading h3 {
        font-size: 10vw;
    }

    .links-upper {
        flex-direction: column;
    }

    .foot-links {
        width: auto;
    }

    .links-upper a {
        margin-bottom: 4px;
    }

    .splitter {
        display: none;
    }

    .link-buttons button {
        width: 160px !important;
    }
}

@media only screen and (max-width: 360px) {
    .info-items-grid {
        width: 90%;
    }

    .contact-form p {
        color: var(--fifth_color);
        font-size: 16px;
        width: 90%;
        font-weight: 500;
        text-align: center;
    }

    .etapa-tip {
        width: 90%;
    }

    .features-grid {
        width: 260px;
    }
}
