.footer__number{
    margin-bottom: 18px;
}
.footer__number a{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.2;
    color: #EFEFEF;
    transition: 0.3s;
    text-decoration:none;
}
.footer__number a:hover{
    color: #ffffff;
    transition: 0.3s;
}
.footer__work-schedule{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
    color: #FFFFFF;
}
.footer__title.special{
    margin-bottom: 16px;
}
.footer__line{
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    opacity: 0.2;
    margin-top: 120px;
    margin-bottom: 20px;
}
.footer__author{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #FFFFFF;
}
.footer__payment-types p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #FFFFFF;
    margin:  0 10px 0 0 
}
.footer__payment-types .bank{
    width: 52px;
    height: 30px;
    background:#FFFFFF;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left:6px;
}
.footer__payment-types .bank img{
    width:25px;
}
.footer__social-links a{
    width: 23px;
    height: 23px;
    margin:10px 11px;
    opacity: 0.8;
    transition: 0.3s;
    display: inline-flex;
}
.footer__social-links a:hover{
    opacity: 1;
    transition:0.3s
}
.footer__social-links a img{
    width:100%;
    height:auto;
}
@media screen and (max-width: 767px){
    .footer__payment-types p{
        margin:  0 0 12px 0;
    }
}
.footer__subscribe {
    padding: 50px 0!important;
}
.footer__subscribe-title{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    color: #026970;
    margin: 0;
}
.footer__subscribe input{
    background: #F0F0F0;
    padding: 10px 28px 10px 12px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #000000;
    border: none;
    border-radius: 6px;
}
.footer__subscribe button {
    position: relative;
    left: -21px;
    height: 45px;
}
.footer__subscribe input::placeholder{
    color: #026970;
}
header .header__topline-menu li a:hover{
    color:white!important;
    opacity: 0.6!important;
}
header .header__topline-menu li.current a:hover{
    opacity: 1!important;
}
@media screen and (max-width: 576px){
    .footer__subscribe input{
        width:100%;
    }
}
.page-error h1{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 10px;
}
.page-error p{
    color: #000;
    font-size: 16px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}
.header__phone .number a {
    font-size: 23px!important;
}