/*Подвал сайта*/
.footer-wrapper{
    background: #2a2525;
    border-top: solid 1px #a4a4a4;
    color: #a4a4a4;
    padding: 35px;
    font-family: Dinpro;
    font-size: 14px;
}
.footer-wrapper .footer{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    border-bottom: dashed 1px #6e6e6e;
    padding: 0 0 25px 0;
    font-size: 14px;
    line-height: 19px;
    gap: 15px;
}
.footer-wrapper .footer .footer-right{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.footer-wrapper .footer-menu ul{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    grid-gap: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-wrapper .footer-menu ul li a{
    font-size: 18px;
    color: #FFFFFF;
}
.footer-wrapper .footer-menu ul li a:hover{
    text-decoration: none;
}
.footer-wrapper .footer-social{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    margin: 25px 0 0 0;
}
.footer-wrapper .footer-social a{
    display: block;
    width: 32px;
}
.footer-wrapper .footer-social a img{
    display: block;
    width: 100%;
    height: auto;
}
.footer-wrapper .footer-info{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
    max-width: 500px;
}
.footer-wrapper .footer-info .footer-info-icon{
    flex: 0 0 72px;
}
.footer-wrapper .footer-info .footer-info-icon img{
    display: block;
    height: auto;
    width: 100%;
}
.footer-wrapper .footer-info .footer-info-text{
    text-align: right;
}
.footer-wrapper .footer-contacts{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 30px;
    margin: 15px 0 0 0;
}
.footer-wrapper .footer-contacts .footer-contact-block > div a{
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
}
.footer-wrapper .footer-contacts .footer-contact-block > span{
    display: block;
    text-align: right;
    font-size: 12px;
    margin: 5px 0 0 0;
} 
.footer-wrapper .copy-info{
    max-width: 1400px;
    margin: 25px auto 0 auto;
    font-size: 12px;
    line-height: 17px;
}
.footer-wrapper .copy-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 35px;
}
.footer-wrapper .copy-box .left-box{
    max-width: 60%;
}
.footer-wrapper .copy-box .right-box{
    max-width: 40%;
}
.footer-wrapper .main-copy{
    margin: 25px 0 0 0;
    text-align: center;
}
.footer-wrapper .copy-contacts{
    text-align: left;
}
.footer-wrapper .copy-attantion{
    max-width: 650px;
    text-align: right;
}
.footer-wrapper .copy-attantion a{
    text-align: left;
    color: #ffffff;
    text-decoration: none;
}
.footer-wrapper .copy-attantion a:hover{
    text-decoration: underline;
}
.footer-wrapper .copy-age{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
    font-size: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 0 15px 0;
}
.footer-wrapper .copy-counter {
    margin: 15px 0 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
}