.footer-wrapper {
    position: relative;
}

.footer-style-1__content-wrapper {
    display: flex;
    justify-content: space-between;    
    gap: 10px;
}

.header-footer-group.style-1 .map {
    margin-bottom: 120px;
}

.header-footer-group.style-1.map iframe {
    /* filter: grayscale(); */
    margin-bottom: 120px;
}

.footer__col-1 {
    display: none;
    flex-direction: column;
    max-width: 256px;
    width: 100%;
}

.footer__logo .logo {
    width: 112px;
    height: 72px;
}

.copy-pol {
    margin-top: auto;
}

.policy, 
.copyright {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #a6aeb8 !important;
    margin-bottom: 4px;
}

.footer__logo .description-2 {
    margin-bottom: 40px;
}

.feedback {
    margin-bottom: 40px;
}

.feedback .title-h3 {
    margin-bottom: 8px;
}

.feedback__action {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #a6aeb8;
    margin-bottom: 8px;
}

.feedback__access {
    font-weight: 400;
    font-size: 12px;
    line-height: 110%;
    color: #b5b5b5;
}

.footer-feedback {
    max-width: 662px;
    width: 100%;
    padding: 12px 20px;
    border-radius: 11px;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08);
    margin-bottom: 12px;
    display: flex;
}

.footer-feedback .form__input {
    height: 47px;
    border: none;
    outline: none;
}

.footer-feedback p {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.form__submit-foot {
    /* border: 1px solid rgba(33, 33, 37, 0.2); */
    border: none;
    border-radius: 12px;
    padding: 0 24px;
    background: none;
    height: 47px;
    margin-top: unset;
    outline: none;
    cursor: pointer;
}

.footer-menu {
    display: grid;
    grid-template-columns: repeat(4, 200px);
    gap: 0 134px;
}

.footer-menu .menu-list {
    flex-direction: column;
    gap: unset;
}

.footer-menu .menu-list > li {
    margin-bottom: unset;
}

.menu-item:not(:last-child) {
    margin-bottom: 24px;
}

.footer__col-2-menu .footer-menu .menu-item a {
    font-family: Wix Madefor Text;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #28313d !important;
    text-decoration: none;
    cursor: pointer;
    transition:  color .2s;
}
.footer__col-2-menu .footer-menu .menu-item:first-child a{
    font-family: Wix Madefor Text;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
}
.footer__col-2-menu .footer-menu-list:last-child .menu-item a{
    font-family: Wix Madefor Text;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;    
}

.footer__col-2-menu .footer-menu .menu-item a:hover {
    color: #707d81 !important;
}

.footer__col-3-contacts {
    display: flex;
    flex-direction: column;
}

.footer__col-3-contacts .contacts {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 20px;
}

.contacts__item > p a {
    font-family: Wix Madefor Text;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #505250 !important;
    text-decoration: none;
}

.contacts__item p:first-child {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #b5b5b5;
    margin-bottom: 12px;
}

.contacts__item:not(.address) p:last-child {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #505250;
}

.footer__col-3-contacts .address {
    max-width: 400px;
    width: 100%;
}

.footer__col-3-contacts .address p:last-child {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #505250;
}

.copy-pol_mob {
    display: none;
}

.footer__logo img {
    width: 112px;
    height: auto;
    object-fit: cover;
}

.address-card {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #fff;
    max-width: 367px;
    padding: 40px;
    border-radius: 6px;
}
.map_wrap{
    
    width: 100%;
    height: 500px;
}
.footer__logo{
    display: none;
}
.footer-down{
    display: flex;
    justify-content: space-between;
    padding-top: 24px;
    border-top: 1px solid #D7E1EC;
}
.footer-down img {
    max-width: 712px;
    height: fit-content;
}


@media(max-width: 1350px){
    .footer-style-1__content-wrapper {
        flex-direction: column;
    }

    .footer__col-1 {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        max-width: none;
        width: 100%;
        margin-bottom: 40px;
    }

    .footer__logo {
        display: flex;
        max-width: 380px;
        gap: 12px;
    }   

    .footer__logo .description-2 {
        margin-bottom: 0;
    }

    .footer__col-2-menu {
        order: 2;
        margin-bottom: 40px;
    }

    .footer__col-3-contacts {
        order: 1;
        border-bottom: 1px solid #D7E1EC;
        padding: 40px 0;
        margin-bottom: 40px;
    }

    .footer__col-3-contacts .address {
        max-width: 662px;
    }

    .footer-feedback {
        max-width: 100%;
        width: 515px;
    }      
    
    .footer-menu {
        grid-template-columns: repeat(4, 165px);
        column-gap: 100px;
    }

    .copy-pol_desc {
        display: none;
    }

    .copy-pol_mob {
        display: flex;
        justify-content: space-between;
        order: 3;
    }

    .footer__col-3-contacts .contacts {
        flex-wrap: wrap;
    }
}

@media(max-width: 1024px) {
    .address-card {
        top: 12px;
        left: 12px;
        max-width: 335px;
    }
        .footer-menu {
        grid-template-columns: repeat(4, 120px);
    }
    .footer-down img{
        order:0;
        }
    .footer-down span{
        order:1;
    }
    .footer-down div{
        order:2;
    }
    .footer-down {
        flex-wrap: wrap;
        gap: 10px;
    }
}
@media(max-width: 940px){
    .footer-menu {
        grid-template-columns: repeat(2, 250px);
        row-gap: 40px;
    }
    .footer-down img{
        max-width: 100%;
    }
}
@media(max-width: 650px){
    .header-footer-group.style-1 .map {
        margin-bottom: 16px;
    }
    .header-footer-group.style-1 .map iframe {
        height: 285px;
    }

    .footer__col-1 {
        flex-direction: column;
        align-items: normal;
        gap: 24px;
    }

    .footer-menu {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-feedback {
        position: relative;
        padding: 12px;
    }

    .footer-feedbackv p input[type="submit"] {
        position: absolute;
        top: 0;
        right: 10px;
        padding: 16px;
        width: 105px;
    }

    .address-card {
        display: none;
    }

    .address-card-mobile {
        position: unset;
        display: block;
        background-color: #f6f6f7;
        max-width: 100%;
        margin-bottom: 56px;
    }

}


@media(max-width: 550px) {
    .footer__col-1 {
        margin-bottom: 24px;
    }

    .footer__col-3-contacts {
        padding: 25px 0;
    }

    .footer__col-1 .social-link-block {
        display: flex;
        justify-content: space-between;
    }

    .footer__col-1 .soc-icon {
        border-top-right-radius: 40px;
        border-bottom-right-radius: 40px;
        border-top-left-radius: 40px;
        border-bottom-left-radius: 40px;
        max-width: 104px;
        width: 100%;
        height: 40px;
    }    
}
@media(max-width:450px){
        .footer-menu {
    grid-template-columns: repeat(1, 1fr);
    }
    .footer-down a, span{
    font-size: 12px;
    }
}