@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap);

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-family: 'Lato', sans-serif;
}

.container {
    margin: 0 auto;
    max-width: 1390px;
}

a {
    text-decoration: none;
    color: #475658;
}

.header_section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_wrapper .link {
    margin: 0 30px;
}

header {
    background-color: #FFFFFF;
    padding: 20px 0;
}

.callme {
    padding: 15px 45px;
    background-color: #FFFFFF;
    border: 1px solid #121761;
    box-sizing: border-box;
    border-radius: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #121761;
    cursor: pointer;
}

.main {
    display: flex;
    flex-direction: column;;
}

.title {
    background-color: #D44B4B;
}

.wrapper {
    display: flex;
}

.border1 {
    padding: 0 10px;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 20px;
    text-align: center;

}

.border2 {
    padding: 0 10px;
    border: 1px solid #D44B4B;
    box-sizing: border-box;
    border-radius: 20px;
    text-align: center;

}

.more {
    background: #FFFFFF;
    box-shadow: 2px 2px 4px #A1303C;
    border: none;
    border-radius: 10px;
    padding: 20px 100px;
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 28px;
    text-align: center;
    color: #475658;
    cursor: pointer;
}

.wantknow {
    padding: 80px 0 100px 0;
    width: 45%;
}

.buildpicture1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 40px;
}

.build1 {
    max-width: 100%;
}

h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 53px;
    color: #FFFFFF;
    margin-bottom: 35px;
}

.text1 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
}

.steps {
    margin-top: 143px;
    margin-bottom: 119px;
    background-color: #FAFEFF;
}

.steppictures {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.stepimg {
    width: 30%;
}

.pollblock {
    background-color: #FAFEFF;
}

.poll {
    padding: 0 300px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 60px;
    text-align: center;
    color: #03073C;
}

.startpoll {
    margin: 70px 80px 290px 80px;
    background-color: #FFFFFF;
    border-radius: 25px;
    display: flex;
    align-items: center;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    box-shadow: 1px 3px 20px rgba(240, 240, 240, 0.8);
}

.buildpicture2 {
    background-color: #D44B4B;
    border-radius: 20px 0 0 20px;
}

.startpolltext {
    padding-left: 70px;
}

.start {
    background: #D44B4B;
    box-shadow: 2px 2px 5px #F0F0F0;
    border: none;
    border-radius: 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    padding: 20px 185px;
    margin-top: 30px;
    cursor: pointer;
}

.block_wrapper {
    display: flex;
    align-items: flex-start;
}

.endpoll {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #475658;
    margin: 60px 85px 0 0;
    max-width: 350px;
}

ol {
    padding-left: 20px;
}

.buy {
   margin-top: 67px;
}

h2 {
    max-width: 480px;
    margin-top: 75px;
    margin-bottom: 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 45px;
    color: #03073C;
}

.minutes {
    color: #D44B4B;
}

.location {
    margin-bottom: 15px;
}

.locatephone {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
}

.footer_section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.icon {
    margin-right: 10px;
}

.footertext {
    color: #FFFFFF;
}

.footer_section hr {
    display: none;
}

.imgandtext-mobile {
    display: none;
}

.imgandtext {
    display: flex;
    justify-content: center;
    align-items: center;
}

.imgandtext2 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

footer {
    background-color: #475658;
    padding: 50px 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .container {
        margin: 0 auto;
        max-width: 700px;
    }

    .header_wrapper {
        font-size: 14px;
    }

    .header_wrapper .link {
        margin: 0 15px;
    }   
    
    .callme {
        display: none;
    }

    .icon {
        margin-right: 5px;
    }

    .callme {
        padding: 5px 10px;
        border-radius: 10px;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
    }

    h1 {
        margin-top: 10px;
        padding: 0 20px;
        font-weight: 500;
        font-size: 22px;
        line-height: 25px;
    }

    h2 {
        font-size: 25px;
        line-height: 40px;
        margin-top: 40px;
    }

    .more {
        background: #FFFFFF;
        box-shadow: 2px 2px 4px #A1303C;
        border: none;
        border-radius: 20px;
        padding: 15px 70px;
        font-weight: 400;
        font-size: 18px;
        line-height: 25px;
        text-align: center;
        color: #475658;
        cursor: pointer;
    }

    .wantknow {
        text-align: center;
        padding: 30px 0 50px 0;
        width: 100%;
    }

    .text1 {
        font-size: 14px;
        line-height: 19px;
    }  
    
    .poll {
        padding: 0 150px;
        font-size: 30px;
        line-height: 40px;      
    }

    .buildpicture2 {
        border-radius: 20px 20px 0 0;
        width: 100%;
        height: 150px;
        object-fit: cover;
    }

    .startpoll {
        margin: 70px 80px 90px 80px;
        flex-direction: column;
    }

    .startpolltext {
        padding: 0 0 60px 20px;
    }

    .block_wrapper img {
        display: none;
    }

    .build1 {
        max-width: 394px;
        max-height: 219px;
    }
}

@media (max-width: 767px) {
    .container {
        margin: 0 auto;
        max-width: 320px;
    }

    .callme {
        display: none;
    }

    .phone {
        font-size: 14px;
    }

    .icon {
        max-width: 17px;
        max-height: 17px;
    }

    .logo {
        max-width: 36px;
        max-height: 40px;
    }

   .mobile-display-none {
        display: none;
    } 

    .text1 {
        font-size: 14px;
        line-height: 19px;
    }    

    .poll {
        padding: 0 20px;
        margin: 50px 0px;
    }

    h1 {
        margin-top: 10px;
        padding: 0 20px;
        font-weight: 500;
        font-size: 22px;
        line-height: 25px;
    }

    .wantknow {
        text-align: center;
        padding: 30px 0 50px 0;
        width: 100%;
    }

    .wrapper {
        flex-direction: column;
    }

    .build1 {
        max-width: 320px;
        max-height: 178px;
    }

    .buildpicture1 {
        display: block;
        padding-top: 10px;
    }

    .more {
        background: #FFFFFF;
        box-shadow: 2px 2px 4px #A1303C;
        border: none;
        border-radius: 20px;
        padding: 15px 70px;
        font-weight: 400;
        font-size: 18px;
        line-height: 25px;
        text-align: center;
        color: #475658;
        cursor: pointer;
    }

    .startpoll {
        margin: 0;
        border: none;
    }
    
    .title {
        order: 1;
    }

    .steps {
        order: 3;
        margin: 50px 0;
    }

    .stepimg {
        width: 80%;
    }  

    .pollblock {
        order: 2;
    }

    .poll {
        padding: 0;
        font-size: 18px;
        line-height: 25px;
    }

    .buy {
        font-size: 12px;
        color: #475658;
    }

    .endpoll {
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 25px;
        color: #475658;
        margin: 60px 85px 0 0;
        max-width: 240px;
    }

    h2 {
        max-width: 300px;
        margin-top: 25px;
        margin-bottom: 30px;
        font-size: 18px;
        line-height: 25px;
    }
    
    .startpoll {
        flex-direction: column;
    }

    .steppictures {
        flex-direction: column;
    }

    .buildpicture2 {
        border-radius: 20px 20px 0 0;
        width: 100%;
        height: 75px;
        object-fit: cover;
    }

    .block_wrapper img {
        display: none;
    }

    .start {
        font-weight: 400;
        font-size: 18px;
        line-height: 25px;
        padding: 15px 110px;
        margin-top: 30px;
    }

    .startpolltext {
        padding: 0 0 20px 20px;
    }
    
    .footer_section .imgandtext {
        display: none;
    }

    .clock {
        text-align: center;
    }

    .imgandtext-mobile {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer_section {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .footer_section div {
        font-size: 12px;
    }

    .footer_section hr {
        display: block;
        border: 1px solid #BDBDBD;
        width: 320px;
        margin: 25px 0px;
    }

    .footer_section .logo {
        display: none;
    }
        
}