@media screen and (min-width: 980px) and (max-width: 1300px){

}
@media screen and (min-width: 700px) and (max-width: 980px){

}
@media screen and (min-width: 400px) and (max-width: 700px){

}
@media screen and (max-width: 400px){

}

/*Адаптация подвала*/

@media screen and (min-width: 980px) and (max-width: 1300px){
    .footer-wrapper .footer {
        font-size: 13px;
        line-height: 18px;
    }
    .footer-wrapper .footer-info {
        max-width: 400px;
    }
    .footer-wrapper .footer-contacts .footer-contact-block > div a {
        font-size: 22px;
    }
    .footer-wrapper .footer-menu ul li a {
        font-size: 16px;
        color: #FFFFFF;
    }
    .footer-wrapper .footer-info .footer-info-icon {
        flex: 0 0 65px;
    }
    .footer-wrapper .footer-menu ul {
        grid-gap: 25px;
    }
}
@media screen and (min-width: 700px) and (max-width: 980px){
    .footer-wrapper .footer {
        font-size: 13px;
        line-height: 18px;
        flex-direction: column;
        align-items: center;
    }
    .footer-wrapper .footer .footer-right {
        align-items: center;
    }
    .footer-wrapper .footer-info {
        max-width: 400px;
        flex-direction: column;
        align-items: center;
    }
    .footer-wrapper .footer-contacts .footer-contact-block > div a {
        font-size: 22px;
    }
    .footer-wrapper .footer-menu ul li a {
        font-size: 16px;
        color: #FFFFFF;
    }
    .footer-wrapper .footer-info .footer-info-icon {
        flex: 0 0 65px;
        width: 65px;
    }
    .footer-wrapper .footer-menu ul {
        grid-gap: 25px;
    }
    .footer-wrapper .footer-social {
        justify-content: center;
    }
    .footer-wrapper .footer-info .footer-info-text {
        text-align: center;
    }
    .footer-wrapper .footer-contacts {
        flex-direction: column;
        gap: 15px;
    }
    .footer-wrapper .footer-contacts .footer-contact-block > div{
        text-align: center;
    }
    .footer-wrapper .footer-contacts .footer-contact-block > span {
        text-align: center;
    }
    .footer-wrapper .copy-box {
        flex-direction: column;
    }
    .footer-wrapper .copy-box .right-box {
        max-width: 100%;
    }
    .footer-wrapper .copy-box .left-box {
        max-width: 100%;
    }
    .footer-wrapper .copy-attantion {
        max-width: 100%;
        text-align: left;
    }
    .footer-wrapper .copy-age {
        justify-content: flex-start;
    }
    .footer-wrapper .copy-counter {
        justify-content: flex-start;
    }
}
@media screen and (min-width: 400px) and (max-width: 700px){
    .footer-wrapper .footer {
        font-size: 13px;
        line-height: 18px;
        flex-direction: column;
        align-items: center;
    }
    .footer-wrapper .footer .footer-right {
        align-items: center;
    }
    .footer-wrapper .footer-info {
        max-width: 400px;
        flex-direction: column;
        align-items: center;
    }
    .footer-wrapper .footer-contacts .footer-contact-block > div a {
        font-size: 22px;
    }
    .footer-wrapper .footer-menu ul li a {
        font-size: 16px;
        color: #FFFFFF;
        display: block;
        padding: 10px;
        text-align: center;
        background: #343434;
        text-decoration: none;
    }
    .footer-wrapper .footer-menu ul li a:hover {
        background: #424242;
    }
    .footer-wrapper .footer-info .footer-info-icon {
        flex: 0 0 65px;
        width: 65px;
    }
    .footer-wrapper .footer-menu ul {
        flex-direction: column;
        grid-gap: 1px;
        align-items: center;
    }
    .footer-wrapper .footer-social {
        justify-content: center;
    }
    .footer-wrapper .footer-info .footer-info-text {
        text-align: center;
    }
    .footer-wrapper .footer-contacts {
        flex-direction: column;
        gap: 15px;
    }
    .footer-wrapper .footer-contacts .footer-contact-block > div{
        text-align: center;
    }
    .footer-wrapper .footer-contacts .footer-contact-block > span {
        text-align: center;
    }
    .footer-wrapper .copy-box {
        flex-direction: column;
    }
    .footer-wrapper .copy-box .right-box {
        max-width: 100%;
    }
    .footer-wrapper .copy-box .left-box {
        max-width: 100%;
    }
    .footer-wrapper .copy-attantion {
        max-width: 100%;
        text-align: left;
    }
    .footer-wrapper .copy-age {
        justify-content: flex-start;
    }
    .footer .footer-left{
        width: 100%;
    }
    .footer-wrapper .footer-menu ul li{
        display: block;
        width: 100%;
    }
    .footer-wrapper .copy-counter {
        justify-content: flex-start;
    }
}
@media screen and (max-width: 400px){
    .footer-wrapper .footer {
        font-size: 13px;
        line-height: 18px;
        flex-direction: column;
        align-items: center;
    }
    .footer-wrapper .footer .footer-right {
        align-items: center;
    }
    .footer-wrapper .footer-info {
        max-width: 400px;
        flex-direction: column;
        align-items: center;
    }
    .footer-wrapper .footer-contacts .footer-contact-block > div a {
        font-size: 22px;
    }
    .footer-wrapper .footer-menu ul li a {
        font-size: 16px;
        color: #FFFFFF;
        display: block;
        padding: 10px;
        text-align: center;
        background: #343434;
        text-decoration: none;
    }
    .footer-wrapper .footer-menu ul li a:hover {
        background: #424242;
    }
    .footer-wrapper .footer-info .footer-info-icon {
        flex: 0 0 65px;
        width: 65px;
    }
    .footer-wrapper .footer-menu ul {
        flex-direction: column;
        grid-gap: 1px;
        align-items: center;
    }
    .footer-wrapper .footer-social {
        justify-content: center;
    }
    .footer-wrapper .footer-info .footer-info-text {
        text-align: center;
    }
    .footer-wrapper .footer-contacts {
        flex-direction: column;
        gap: 15px;
    }
    .footer-wrapper .footer-contacts .footer-contact-block > div{
        text-align: center;
    }
    .footer-wrapper .footer-contacts .footer-contact-block > span {
        text-align: center;
    }
    .footer-wrapper .copy-box {
        flex-direction: column;
    }
    .footer-wrapper .copy-box .right-box {
        max-width: 100%;
    }
    .footer-wrapper .copy-box .left-box {
        max-width: 100%;
    }
    .footer-wrapper .copy-attantion {
        max-width: 100%;
        text-align: left;
    }
    .footer-wrapper .copy-age {
        justify-content: flex-start;
    }
    .footer .footer-left{
        width: 100%;
    }
    .footer-wrapper .footer-menu ul li{
        display: block;
        width: 100%;
    }
    .footer-wrapper .copy-counter {
        justify-content: flex-start;
    }
}