
@font-face{
    font-family: "Roboto-Regular";
    src:url("/fonts/Roboto-Regular.eot");
    src:url("/fonts/Roboto-Regular.eot&#iefix") format("embedded-opentype"),
    url("/fonts/Roboto-Regular.woff") format("woff"),
    url("/fonts/Roboto-Regular.ttf") format("treutype");
    font-weight: normal;
    font-style: normal;
}
.pl0{
    padding-left: 0!important;
}
.pr0{
    padding-right: 0!important;
}

#map{
    width: 100%;
    min-height: 600px;
    position: relative;
}
.mapboxgl-canvas{
    width: 100%!important;
    height: 100%!important;
}

.active_arrow{
    transform: rotate(90deg)!important;
}
.show{
    display: block!important;
}

section#head{
    background-image: url("/img/nova_poshta/head_bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    min-height: 700px;
    position: relative;
    font-family: "Roboto-Regular", sans-serif;
}
section#head .top_head{
    text-align: center;
}
section#head .city_name{
    text-align: right;
    width: 93%;
    font-family: "Roboto-Regular", sans-serif;
    font-style: normal;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    color: #ED1C24;
    margin-top: -15px;
}

p.small_title{
    color: #333333;
    display: inline;
    font-size: 28px;
    padding-left: 50px;
}
a.nearest_branch{
    background: #E5151B;
    border: 1px solid rgba(58, 151, 249, 0.5);
    border-radius: 8px;
    color: #ffffff;
    font-size: 28px;
    padding: 26px 30px;
    cursor: pointer;
    text-decoration: none;
}
a.nearest_branch img{
    margin-left: 25px;
}
.head_middle{
    padding: 60px 85px 0 85px;
}

.head_fooer{
    padding: 0 85px;
}
.head_fooer{
    position: absolute;
    bottom: 55px;
}
.head_fooer p{
    color: #ffffff;
    font-size: 28px;
    margin-top: 40px;
}

section#delivery_terms{
    padding: 30px 85px 30px 85px;
    font-family: "Roboto-Regular", sans-serif;
}

section#delivery_terms p.title{
    font-size: 28px;
    line-height: 33px;
    color: #333333;
    padding-left: 20px;
}
section#delivery_terms ul{
    padding: 0;
    list-style: none;
    margin-bottom: 35px;
}

section#delivery_terms ul li{
    padding: 10px 0;
    font-size: 18px;
    color: #333333;
}

section#delivery_terms img{
    margin-right: 30px;
    display: inline;
}

section#delivery_terms .text{
    display: inline;
}
section#delivery_terms p{
    font-size: 18px;
    color: #333333;
}
section#delivery_terms p.desc{
    color: #828282;
    margin: 15px 0;
    padding-left: 20px;
    line-height: 22px;
}


section#conditions{
    padding: 50px 85px 30px 85px;
    font-family: "Roboto-Regular",sans-serif;
    position: relative;
}

section#conditions p.title{
    font-size: 28px;
    line-height: 33px;
    color: #333333;
    padding-left: 20px;
}

section#conditions img{
    margin-right: 30px;
    float: left;
    width: 80px;
    vertical-align: 13px;
}

section#conditions .text{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    float: left;
    width: 85%;
}
section#conditions p{
    font-size: 18px;
    color: #333333;
}
section#conditions p.desc{
    color: #828282;
    margin: 21px 0;
    padding-left: 20px;
    line-height: 22px;
}
section#conditions img.arrow{
    position: absolute;
    right: 0;
    top: 185px;
    width: 24px;
    cursor: pointer;
    transition: all .4s;
}

footer{
    background-image: url("/img/nova_poshta/footer_bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    margin-top: 60px;
    min-height: 327px;
    position: relative;
    font-family: "Roboto-Regular", sans-serif;
}

footer .form_wrapper{
    width: 303px;
    margin: 130px auto;
    margin-bottom: 0;
}
footer .form_wrapper img{
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: -88px;
}
footer .form_wrapper .title{
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
}
footer .form_wrapper input{
    width: 100%;
    padding: 8px 10px;
    background: #F3F8FC;
    border: 1px solid rgba(58, 151, 249, 0.5);
    box-sizing: border-box;
    border-radius: 8px;
    font-size: 18px;
    margin-bottom: 20px;
}

footer .form_wrapper button{
    padding: 8px 10px;
    background: #E5151B;
    border: 1px solid rgba(58, 151, 249, 0.5);
    box-sizing: border-box;
    border-radius: 8px;
    font-size: 18px;
    color: #ffffff;
    width: 100%;
    text-align: center;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px){
    section#head .top_head img{
        width: 100%;
    }
    section#head .city_name{
        width: 100%;
    }
    .head_fooer p{
        margin-top: 85px;
    }
    footer .form_wrapper{
        margin: 145px auto;
        margin-bottom: 0;
    }

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px){
    section#head .top_head img{
        width: 100%;
    }
    section#head .city_name{
        margin-top: 0;
        width: 100%;
    }
    section#head{
        min-height: 660px;
    }
    .head_fooer{
        bottom: 15px;
        padding: 0 30px;
    }

    .head_fooer p{
        margin-top: 140px;
    }

    .head_middle{
        padding: 60px 30px 0 30px;
    }
    .head_middle img{
        width: 90px;
    }
    .head_middle p.small_title{
        font-size: 25px;
    }
    a.nearest_branch{
        padding: 13px 40px;
        display: block;
        margin: auto;
        max-width: 390px;
    }

    section#delivery_terms{
        padding: 30px;
    }
    section#conditions{
        padding: 50px 30px;
    }
    section#conditions img{
        margin-right: 13px;
    }
    section#conditions img.arrow{
        top: 208px;
    }
    footer{
        min-height: auto;
        background-size: cover;
    }
    footer .form_wrapper{
        margin: 94px auto;
        margin-bottom: 28px;
    }
    #map{
        min-height: 800px;
    }
    #np-address-form .form-group{
        padding: 0;
    }
    #track{
        padding: 0 15px;
    }
    a.nearest_branch img{
        display: none;
    }
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px){
    section#head{
        min-height: 565px;
    }
    section#head .top_head img{
        width: 100%;
    }
    section#head .city_name{
        margin-top: 0;
        width: 100%;
    }
    .head_middle{
        padding: 60px 0px 0 0;
    }
    .head_middle img{
        display: none;
    }
    p.small_title{
        font-size: 25px;
        padding-left: 0;
        text-align: center;
        display: inherit
    }
    .head_fooer{
        padding: 0;
    }
    a.nearest_branch{
        padding: 13px 40px;
        display: block;
        margin: auto;
        max-width: 390px;
    }
    .head_fooer{
        bottom: -3px;
    }
    .head_fooer p{
        font-size: 22px;
        margin-top: 150px;
        padding: 0 10px;
    }

    section#delivery_terms{
        padding: 30px 0;
        text-align: center;
    }
    section#delivery_terms img{
        display: block;
        margin: 10px auto;
    }

    section#conditions{
        padding: 30px 0;
    }
    section#conditions img{
        float: none;
        margin: 30px auto;
        margin-bottom: 20px;
        display: block;
    }
    section#conditions img.arrow{
        display: none;
    }
    section#conditions p.title{
        padding: 0;
    }
    section#conditions p.desc{
        padding: 0;
    }
    section#conditions .text{
        display: block;
        width: 100%;
    }
    footer .form_wrapper .title{
        color: inherit;
    }
    #map{
        min-height: 550px;
    }
    #np-address-form .form-group{
        padding: 0;
    }
    #track{
        padding: 0 15px;
    }
    a.nearest_branch img{
        display: none;
    }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px){
    section#head{
        min-height: auto;
        background-image: none;
    }
    section#head .top_head img{
        width: 100%;
    }
    section#head .city_name{
        margin-top: 0;
        width: 100%;
    }
    section#head .head_middle{
        padding: 0;
        margin-bottom: 40px;
    }
    section#head .head_middle img{
        display: none;
    }
    p.small_title{
        display: block;
        padding: 0;
        width: 100%;
        font-size: 22px;
        line-height: 30px;
        text-align: center;
        margin-top: 40px;
    }
    .head_fooer{
        position: relative;
        padding: 0;
        bottom: 0;
    }
    a.nearest_branch{
        font-size: 24px;
        padding: 7px 16px;
        border: none;
        text-align: center;
        display: inherit;
    }
    .head_fooer p{
        color: inherit;
        font-size: 18px;
        line-height: 24px;
        margin-top: 30px;
    }
    section#delivery_terms{
        padding: 30px 0;
        text-align: center;
    }
    section#delivery_terms img{
        display: block;
        margin: 10px auto;
    }

    section#conditions{
        padding: 30px 0;
    }
    section#conditions img{
        float: none;
        margin: 30px auto;
        margin-bottom: 20px;
        display: block;
    }
    section#conditions img.arrow{
        display: none;
    }
    section#conditions p.title{
        padding: 0;
    }
    section#conditions p.desc{
        padding: 0;
    }
    section#conditions .text{
        display: block;
        width: 100%;
    }
    footer .form_wrapper{
        margin: 55px auto;
        width: 100%;
    }
    footer .form_wrapper .title{
        color: inherit;
        font-size: 23px;
        margin-bottom: 13px;
    }
    #map{
        min-height: 400px;
    }
    #np-address-form .form-group{
        padding: 0;
    }
    #track{
        padding: 0 15px;
    }
    a.nearest_branch img{
        display: none;
    }
}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px){
    section#head{
        min-height: auto;
        background-image: none;
    }
    section#head .top_head img{
        width: 100%;
    }
    section#head .city_name{
        margin-top: 0;
        width: 100%;
    }
    section#head .head_middle{
        padding: 0;
        margin-bottom: 40px;
    }
    section#head .head_middle img{
        display: none;
    }
    p.small_title{
        display: block;
        padding: 0;
        width: 100%;
        font-size: 22px;
        line-height: 30px;
        text-align: center;
        margin-top: 40px;
    }
    .head_fooer{
        position: relative;
        padding: 0;
        bottom: 0;
    }
    a.nearest_branch{
        font-size: 24px;
        padding: 7px 16px;
        border: none;
    }
    .head_fooer p{
        color: inherit;
        font-size: 18px;
        line-height: 24px;
        margin-top: 30px;
    }
    section#delivery_terms{
        padding: 30px 0;
        text-align: center;
    }
    section#delivery_terms img{
        display: block;
        margin: 10px auto;
    }

    section#conditions{
        padding: 30px 0;
    }
    section#conditions img{
        float: none;
        margin: 30px auto;
        margin-bottom: 20px;
        display: block;
    }
    section#conditions img.arrow{
        display: none;
    }
    section#conditions p.title{
        padding: 0;
    }
    section#conditions p.desc{
        padding: 0;
    }
    section#conditions .text{
        display: block;
        width: 100%;
    }
    footer .form_wrapper{
        margin: 55px auto;
        width: 100%;
    }
    footer .form_wrapper .title{
        color: inherit;
        font-size: 23px;
        margin-bottom: 13px;
    }
    #map{
        min-height: 250px;
    }

    #np-address-form .form-group{
        padding: 0;
    }
    #track{
        padding: 0 15px;
    }
    a.nearest_branch img{
        display: none;
    }
}
