.contacts {
    width: 100%;
    background: #fff;
    overflow: hidden;
    min-height: 560px;
    color: #000;
    position: relative
}
.contactsYaMap {
    width: 100%;
    min-height: 85.5vh;
    height: 484px
}
.map-overlay,
.map__overlay-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.map-overlay {
    background: #fff;
    position: absolute;
    max-width: 370px;
    height: 66vh;
    top: 80px;
    left: 15px;
    right: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 360px;
    max-height: 484px
}
.map__overlay-box {
    width: 290px;
    height: 100%;
    min-height: 300px;
    max-height: 390px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.map-overlay__logo {
    -ms-flex-item-align: start;
    align-self: flex-start
}
.map-overlay__text {
    -ms-flex-item-align: end;
    align-self: flex-end
}
.contacts__btn {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 60px;
    background: #ff5b42;
    text-align: center;
    line-height: 60px;
    outline: none!important;
    cursor: pointer
}
.contacts__btn a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none
}
.footer {
    width: 100%;
    font-size: 14px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px
}
.footer a {
    color: #000;
    text-decoration: underline
}
.footer a:focus,
.footer a:hover {
    color: #000;
    text-decoration: none
}
@media (min-width: 768px) {
    .map-overlay {
        max-width: 408px;
        width: 408px;
        min-height: 435px;
        height: 61vh;
        max-height: 514px;
        top: 80px;
        left: 0;
        right: 0;
        margin: auto
    }
    .map__overlay-box {
        width: 408px;
        height: 100%;
        min-height: 402px;
        max-height: 454px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .map-overlay__logo {
        width: 347px;
        margin-left: 20px
    }
    .map-overlay__logo img {
        width: 100%
    }
    .map-overlay__text {
        font-family: "ClearSansMedium"!important;
        font-size: 18px!important;
        font-weight: 400;
        line-height: 28px;
        width: 348px;
        margin: 0 auto
    }
    .contactsYaMap {
        height: 540px
    }
    .contacts__btn {
        height: 80px;
        line-height: 80px
    }
    .footer {
        padding: 0 30px
    }
}
@media (min-width: 992px) {
    .map-overlay {
        width: 430px;
        height: 515px;
        max-width: none;
        max-height: none;
        padding: 0;
        margin-left: 8.3333333333%;
        top: 0;
        bottom: 60px;
        box-shadow: 0 2px 6px 0 rgba(2, 2, 2, .15)
    }
    .map__overlay-box {
        width: 100%;
        padding: 30px;
        max-height: none;
        max-width: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .map-overlay__logo {
        margin: 0
    }
    .map-overlay__text {
        width: auto;
        margin: 0
    }
}
@media (min-width: 1200px) {
    .contacts__btn {
        background: #fff;
        -webkit-transition: all .3s;
        transition: all .3s
    }
    .contacts__btn:hover {
        background: #ad71c5
    }
    .contacts__btn a {
        color: #ad71c5;
    }
    .contacts__btn:hover a {
        color: #fff
    }
    .footer {
        height: 30px
    }
    .contactsYaMap {
        height: 630px
    }
}
@media (min-width: 1500px) {
    .map-overlay {
        width: 405px;
        bottom: 120px
    }
    .footer {
        height: 60px
    }
}