.sign-up{
    padding: 64px 0;
}
.sign-heading{
    margin: 8px 0 0;
    font-size: 30px;
    line-height: 30px;
    padding: 0 10px 0 0;
    font-family: 'Jost', sans-serif;
}
.sign-up input{
    color: #fff;
    width: 28%;
    border: none;
    font-size: 16px;
    padding: 18px 2%;
    line-height: 16px;
    border-radius: 5px;
    box-shadow: none;
    margin: 0 0 0 10px;
    background-color: #f85048;
}
.sign-up input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #fff;
}
.sign-up input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity:  1;
}
.sign-up input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
    opacity:  1;
}
.sign-up input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}
.sign-up .create-ac{
    width:215px;
    margin: 0 0 0 18px;
}
.sign-up .create-ac a{
    display: block;
    color: #fff;
    padding:17px 0 19px;
    font-size: 15px;
    line-height: 15px;
    border-radius: 5px;
    text-decoration: none;
    background-color: #0e1e2b;
}
.sign-up .create-ac a:hover{
    background-color: #000;
}
.footer{
    float: left;
    width: 100%;
    padding:68px 0;
    background-color: #f2f2f2;
}
.footer-address{
    width: 22%;
    color: #7782aa;
    min-height: 185px;
    box-shadow: -1px 0 0 #cad3df inset;
}
.footer-address ul{
    float: left;
    width: 100%;
    padding: 0;
    list-style: none;
    margin: 0 0 20px;
}
.footer-address ul li{
    float: left;
    margin: 0 10px 0 0;
}
.footer-address ul li a{
    display: block;
    width: 32px;
    height: 32px;
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    border-radius: 100%;
    text-decoration: none;
    background-color: #8493a8;
}
.footer-address ul li a:hover{
    background-color: #e72f26;
}
.footer-address p{
    margin: 0;
}
.footer-logo{
    margin: 0 0 30px;
}
.new-sitemap{
    width: 13%;
    padding: 0 7%;
}
.new-sitemap2{
    width: 22%;
    padding: 0 0 0 2%;
}
.new-sitemap h4,
.subscribe h4{
    margin: 0 0 30px;
    color: #39335b;
    font-size: 20px;
    line-height: 20px;
}
.new-sitemap ul,
.phone-contacts ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.new-sitemap ul li {
    margin: 0 0 12px;
}
.new-sitemap ul li a{
    color: #7782aa;
    font-size: 15px;
}
.subscribe{
    width: 22%;
    padding:0 0 0 3%;
    min-height: 185px;
    box-shadow: -1px 0 0 #cad3df ;
}
.subscribe input{
    width: 66%;
    color: #8493a8;
    font-size: 15px;
    line-height: 15px;
    box-shadow: none;
    padding: 12px 4% 15px;
    border-radius:5px 0 0 5px;
    background-color: #eceff4;
    border:1px solid #cad3df;
    border-right: none;
}
.subscribe input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #8493a8;
}
.subscribe input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #8493a8;
    opacity:  1;
}
.subscribe input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #8493a8;
    opacity:  1;
}
.subscribe input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #8493a8;
}
.subscribe button{
    width: 25%;
    padding:0;
    height: 44px;
    border: none;
    cursor: pointer;
    box-shadow: none;
    border-radius:0 5px 5px 0;
    background: url("../images/subscribe-arrow.png") no-repeat center #e72f26;
}
.phone-contacts{
    width: 100%;
    padding: 28px 0;
    margin: 40px 0;
    border-top:1px solid #cad3df;
    border-bottom:1px solid #cad3df;
}
.phone-contacts li{
    color: #39335b;
    font-size: 18px;
    margin: 0 14px;
    line-height: 18px;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
}
.phone-contacts li span{
    color: #e72f26;
    font-size: 28px;
}
.copyright-box{
    width: 100%;
    color: #7782aa;
}
.copyright-box span{
    color: #e72f26;
}
/***************Responsive*****************/
@media screen and (max-width:920px){
	.sign-up {
        padding: 34px 0;
    }
    .sign-heading {
        margin: 0 0 15px;
        font-size: 24px;
        line-height: 26px;
        padding: 0;
        width: 100%;
    }
    .sign-up input{
        margin: 0;
        width: 45%;
    } 
.footer{
        padding: 30px 0;
    }
    .footer-address {
        width: 100%;
        min-height:0;
        box-shadow: none;
        text-align: center;
        margin: 0 0 20px;
    }
    .footer-address ul li {
        float: none;
        margin: 0;
        display: inline-block;
        vertical-align: top;
    }
    .footer-logo,.footer-address ul {
        margin: 0 0 10px;
    }
    .new-sitemap{
        width: 33%;
        padding:0;
        text-align: center;
    }
    .subscribe {
        width: 96%;
        padding: 0 2%;
        min-height: 0;
        box-shadow: none;
    }
    .new-sitemap h4, .subscribe h4{
        margin: 0 0 15px;
    }
    .new-sitemap ul li {
        margin: 0 0 6px;
    }
    .phone-contacts {
        padding: 18px 0;
        margin: 20px 0;
    }
    .phone-contacts li {
        margin: 0 6px;
        font-size: 15px;
    }
    .phone-contacts li span {
        font-size: 20px;
    }
    .sign-up .create-ac{
        margin: 0;
    }
}
@media screen and (max-width:600px){
	.sign-up {
        padding: 34px 2%;
        width: 96%;
    }
    .sign-up input {
        margin: 4px 0;
        width: 95%;
    }
    .new-sitemap ul li a,.phone-contacts li{
        font-size: 14px;
    }
    .new-sitemap h4, .subscribe h4{
        font-size: 18px;
    }
    .phone-contacts li span {
        font-size: 16px;
    }
}
@media screen and (max-width:450px){
    .new-sitemap{
        width: 100%;
        margin:10px 0;
    }
    .phone-contacts li{
        margin: 0;
    }
    .phone-contacts li figure{
        display: none;
    }
    .sign-up .create-ac{
        width: 175px;
    }

}