.hero.page-contacts {
    gap: 0;
}

.hero.page-contacts .k19-slider-hero-card .slide .title  {
    font-size: 13pt;
    margin-bottom: 30px;
    letter-spacing: 2px;

}

.hero.page-contacts .k19-slider-hero-card {
    min-height: inherit;
}

.hero.page-contacts .swiper-slide {
    width: 100%;
}


.hero.page-contacts  .k19-slider-hero-card .slide .duty {
    font-size: 12pt;
    line-height: 1.4;
}
.hero.page-contacts .map-bottom {
    height: 400px;
    width: 100%;
    min-height: 500px;
}

.hero.page-contacts .map-bottom iframe {
    width: 100%;
    height: 100%;
}

.consult-list.block-contacts {
    margin: 0 0;
}

@media screen and (min-width: 800px) {
    .hero.page-contacts .k19-slider-hero-card .slide .title  {
        font-size: 36px;
        font-family: Black, Arial, "Helvetica Neue", Helvetica, sans-serif;
        margin-bottom: 40px;
        letter-spacing: 3px;
        line-height: 1.4;
        font-weight: normal;
    }

    .hero.page-contacts  .k19-slider-hero-card .slide .duty {
        font-size: 18px;
        line-height: 1.65;
    }


    .hero.page-contacts .hero__side-block {
        width: 50%;
        height: 100%;
    }
    .hero.page-contacts .swiper-wrapper {
        min-height: 500px;
    }
    .hero.page-contacts .swiper-wrapper .k19-slider-hero-card {
        min-height: 500px;
    }
    .hero.page-contacts .map-bottom {
        width: 50%;
    }
    .hero.page-contacts .map-bottom iframe {
        min-height: 560px;
    }
    .consult-list.block-contacts {
        margin-top: 60px;
    }
    .content.page-contacts .consult-list {
        margin-top: -20px;
    }
}