
[class*="ymaps-2"][class*="-ground-pane"] {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.n_footer {
    background: #212121;
    padding-bottom: 30px;
}
.n_footer__inner {
    display: flex;
    align-items: stretch;
    margin: 10px auto;
    max-width: 2130px;
    padding: 20px 10px;
    gap: 0;
}
.n_footer__inner.mob{
    display: none;
}

.n_footer__left {
    width: 100%;
    position: relative;
}
.n_footer__left-wrap {
    width: 100%;
    display: flex;
}
.n_footer__left .n_footer__col {
    flex: 1;
    min-width: 0;
}

.n_footer__right {
    flex: 0 0 715px;
    width: 715px;
    margin-left: 90px;
}

.n_footer__title{
    font-family: "Oswald";
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}
.n_footer__nav .n_footer__nav_title,
.n_footer__nav a,
.n_footer__bottom a,
.n_footer__bottom{
    font-family: Arial;
    font-weight: 400;
    font-size: 14px;
    color: #A1A1A1;
    line-height: 170%;
    display: block;
}
.n_footer__nav a:hover,
.n_footer__bottom a:hover{
    text-decoration: underline;
}
.n_footer__nav_info{
    margin: 10px 0px;
}
.n_footer__contacts-socials{
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 65px; 
}
.n_footer__icon{
    width: 40px;
}
.n_footer__pay div:first-child{
    margin-bottom: 15px;
}
.n_footer-subscribe__button{
    margin-top: 20px;
}
.n_footer-subscribe__button .button {
    font-weight: 400;
    font-size: 12px;
    font-family: Arial;
    height: 30px;
    width: 160px;
    color: #fff;
}
.n_footer-subscribe__button .button:hover {
    background-color: #fff;
    color: #ff6b00;
}
.n_footer__bottom {
    width: 100%;
    border-top: dashed 1px #A1A1A1;
    position: absolute;
    bottom: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 5px;
}
.n_footer__bottom-links {
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
}
.n_footer__bottom-mob{
    display: none;
}
.n_footer__col--170 {
    max-width: 170px;
}

@media screen and (max-width: 2150px) {
    .n_footer__inner{
        max-width: 1660px;
    }
    .n_footer__right{
        flex: 0 0 460px;
        width: 460px;
        margin-left: 55px;
    }
}
@media screen and (max-width: 1500px) {
    .n_footer__inner {
        max-width: 1200px;
        position: relative;
    }
    .n_footer__inner.mob{
        display: block;
        padding-top: 0px;
        margin-top: -5px;
    }
    .n_footer__inner.mob .n_footer__bottom{
        position: unset;

    }
    .n_footer__left .n_footer__bottom{
        display: none;
    }
    .n_footer__col--170{
        display: none;
    }
    .n_footer__left .n_footer__bottom{
        display: none;
    }
    .n_footer__nav .n_footer-subscribe__button{
        display: none;
    }
    .n_footer__right{
        margin-left: 20px;
    }
    /*
    .n_footer__right .map{
        height: 280px;
    }*/

    .n_footer__col:nth-child(4){
        min-width: 185px;
    }
    .n_footer__bottom{
        bottom: 20px;
    }
    .n_footer__bottom-mob{
        width: 100%;
        display: flex;
        gap: 30px;
        position: absolute;
        bottom: 0px;
        align-items: center;
    }
    .n_footer__bottom-mob .n_footer__contacts-socials a{
        height: 30px;
    }
    .n_footer-subscribe__button{
        margin-top:0px;
    }
    .n_footer__contacts-socials,
    .n_footer__pay div:first-child{
        margin-bottom: 0px;
    }
    .n_footer__icon {
        width: 30px;
    }
    .n_footer__pay{
        display: flex;
        gap: 25px;
        margin-left: 80px;
    }
    .n_footer__pay img{
        height: 20px;
    }
    .n_footer-subscribe__button .button{
        height: 25px;
        width: 130px;
    }
}

@media screen and (max-width: 1240px) {
    .n_footer__inner {
        max-width: 1020px;
    }
    .n_footer__col:nth-child(4){
        display: none;
    }
    .n_footer__pay{
        margin-left: auto;
    }
}

@media screen and (max-width: 1000px) {
    .n_footer__inner{
        flex-direction: column;
    }
    .n_footer__right{
        margin-left:0px;
        flex: none;
        width: 100%;
        order: 1;
        margin-bottom: 20px;
    }
    .n_footer__left{
        order: 2;
    }
    .n_footer__bottom-mob{
        position: relative;
        margin-top: 20px;
        padding-left: 25px;
        padding-right: 25px;
    }
    .n_footer__inner{
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 750px) {
    .n_footer__inner.mob .n_footer__bottom{
        flex-direction: column !important;
    }
    .n_footer__inner.mob .n_footer__bottom-links{
        order: -1;
    }
}
@media screen and (max-width: 550px) {
    .n_footer__bottom-mob{
        padding-left: 0px;
        padding-right: 0px;
    }
}
