
/* --------- iPhone --------- */

@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {

    section{
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .mini-header{
        display: none;
    }


    .main-header img{
        width: 90px;
        height: 50px;
        position: absolute;
        top: 30px;
    }

    .header-box{
        position: absolute;
        width: auto;
        font-size: 50%;
    }

    .header-box-location{
        left: 150px;
        top: 20px;
    }

    .header-box-working-hours{
        left: 150px;
        top: 90px;
    }


    .operations-text{
        width: auto;
        float: right;
    }

    .operations-text p{
        font-size: 60%;
    }


    #section-hero{
        height: 250px;
    }

    #hero-text{
        height: 100px;
        width: 270px;
        background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
        position: absolute;
        top: 50px;
        padding: 20px;
    }

    #hero-text h1{
        font-size: 80%;
    }



    .choose-us{
        margin-bottom: 30px;
    }


    #section-choose-us img {
        width: 40%;
        height: auto;
        margin-bottom: 10px;
    }

    .choose-us-text{
        padding-bottom: 10px;
        font-size: 80%;
    }

    .choose-us-text .choose-us-header{
        display: block;
        font-size: 1.2em;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 10px;
    }




    #sustainability{
        background-color: #543511;
        color: #D4C098;
        padding: 0;
        height: 200px;
    }

    #sustainability-text{
        float: left;
        width: 200px;
        margin-top: 60px;
    }

    #sustainability-text h3{
        font-size: 70%;
        line-height: 150%;
    }

    #sustainability-icon{
        float: right;
    }

    #sustainability-icon img{
        width: 100px;
        margin-top: 50px;
    }


    .impact{
        width: 100%;
    }



    .news-item img{
        width: 100%;
        height: 200px;
        margin-bottom: 15px;
    }







    .footer-col{
        margin-bottom: 20px;
    }



    #contact-form{
        margin-bottom: 30px;
    }


    .contacts{
        width: auto;
        margin-bottom: 20px;
    }

    #contacts-main{
        padding: 0;
    }

    .contacts-text {
        float: left;
        color: #3B3737;
        font-size: 85%;
        width: 80%;
    }

    .section-about-text ul{
        padding-left: 0;
    }

}















