/* Adjust Headline size */

h1 > div {
    font-size: inherit;
}

/* Adjust heading size */

@media screen and (max-width: 640px) {
    div:not(.t280__menu) .t-title_xl {
        font-size: 40px;       
    }
    .t-title_xl > div {
        hyphens: auto;
    }
}

/* Adjust Font */

.t-descr,
.t-select,
.t-input {
    font-family: 'FuturaPT', sans-serif;
}

/* Adjust calendar size */

#schedule_map {
    padding:0px 100px !important;
    box-sizing: border-box;
}

@media (max-width: 1200px) {
    #schedule_map{
        height: 770px !important;
    } 
}
@media (max-width: 967px) {
    #schedule_map{
        height: 950px !important;
        padding: 0 20px !important;
    } 
}