footer{
    width: 100%;
    background-color: #305075;
}
.footer-center{
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 25px 20px 15px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: #426995;
    position: relative;
    box-sizing: border-box;
}
.hr-footer{
    width: 184px;
    height: 8px;
    background-color: #d9e1ea;
    position: absolute;
    top: 0;
    left: 35px;
}
.hr-footer-in{
    width: 50%;
    height: 100%;
    background-color: #74c3ff;
}
.company-and-info{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 330px;
    width: 100%;
    padding: 0px 10px 0px 20px;
}
.company{
    width: 143px;
    text-align: left;
}
.span-in-com{
    display: block;
    color: #a1b4ca;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 16px;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}
.span-in-com:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    background-color: #a1b4ca;
    bottom: 0;
    left: 0;
}
.company a{
    font-size: 14px;
    font-weight: 400;
    color: #a1b4ca;
    transition: 0.4s;
}
.company a:hover{
    color: #fff;
}
.icon-to-cont i{
    color: #74c3ff;
}
.icon-to-cont{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    max-width: 22px;
    padding: 0px 10px;
}
.icon-to-cont a{
    margin-bottom: 20px;
}
.icon-to-cont a:last-child{
    margin-bottom: 0px;
}
.footer-phone-block{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 475px;
    width: 100%;
    padding: 0px 0px 0px 10px;
}
.footer-phone{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    max-width: 220px;
    width: 100%;
}
.footer-phone-in{
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: flex-start;
    max-width: 190px;
}
.footer-phone-in i{
    color: #74c3ff;
    margin-bottom: 5px;
}
.foo-phone{
    margin-left: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.foo-phone p{
    font-size: 9px;
    font-weight: 400;
    color: #a1b4ca;
    margin-bottom: 5px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.foo-phone a{
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}
.foo-phone a b{
    font-weight: 600;
}
.pers-kab-foo{
    width: 100%;
    padding: 13px 13px 18px 13px;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: flex-start;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    color: #fff;
    transition: 0.4s;
    border: 1px solid #8ea5bf;
    border-radius: 5px;
    margin-top: 20px;
}
.pers-kab-foo i{
    color: #74c3ff;
    margin-right: 12px;
    transition: 0.4s;
}
.pers-kab-foo:hover{
    background-color: #74c3ff;
    border: 1px solid #74c3ff;
}
.pers-kab-foo:hover i{
    color: #fff;
}
.copyright{
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background-color: #2e4662;
    padding: 9px 30px;
    box-sizing: border-box;
}
.copyright span{
    font-size: 13px;
    font-weight: 400;
    color: #8290a1;
}
.copyright a{
    font-size: 13px;
    font-weight: 400;
    color: #8290a1;
    border-bottom: 1px solid #8290a1;
    transition: 0.4s;
}
.copyright a:hover{
    border-bottom: 1px solid transparent;
}

@media (max-width: 1270px) {
    .footer-center{
        padding: 25px 10px 15px 10px;
    }
    .company-and-info{
        max-width: 300px;
    }
    .footer-phone-block{
        max-width: 450px;
    }
}
@media (max-width: 1185px) {
    .company-and-info{
        display: none;
    }
    .icon-to-cont{
        flex-wrap: nowrap;
        max-width: 110px;
        width: 100%;
        justify-content: space-between;
    }
    .icon-to-cont a{
        margin-bottom: 0px;
    }
}
@media (max-width: 945px) {
    .icon-to-cont{
        max-width: 100%;
        padding: 15px 10px;
        justify-content: center;
    }
    .icon-to-cont a{
        margin: 7px;
    }
    .footer-center{
        justify-content: space-around;
    }
    .footer-phone-block {
        max-width: 502px;
    }
}
@media (max-width: 835px) {
    .copyright{
        justify-content: space-around;
    }
    .copyright span{
        text-align: center;
        padding: 5px 10px;
    }
}
@media (max-width: 490px) {
    .footer-phone-in{
        display: none;
    }
    .footer-phone-block{
        justify-content: space-around;
    }
}
@media (max-width: 360px) {
    .footer-logo{
        width: 290px;
    }
}