time {
    color: #1e282e;
    margin-bottom: 2px;
    font-family: "FordAntenna-Regular", sans-serif;
}

.map{
    position: relative;
}
.map iframe {
    width: 100%;
}

.title-maps-adress{
    padding-top:20px;
    padding-bottom:20px;
    background: #ffffff;
    margin:0 40px;
    width: 90%;
    height: auto;
    position: absolute;
    bottom:0;
    left:1%;
    right: 1%;
    box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.1);
    border: none;
    text-decoration: none;
    font-size:12px;
}
.contacts-information{
    line-height: 1.8;
}
.contacts-text-color{
    color:#2ca3e1;
    font-size:18px;
}
.contacts-text-color-adaptiv{
    color:#2ca3e1;
    font-size:18px;
    display: block;
    margin: 12px 0 2px 0;
}
.contacts-size-text{
    font-size:16px;
    color:#1e282e;
    padding-left: 14px;
}
.contacts-size-text-address{
    font-size:16px;
    color:#1e282e;
    margin-bottom:15px;
    padding-left: 14px;
}
.contact-day-margin{
    margin: 8px 0;
}
.list-none{
    list-style: none;
    margin:10px 0 4px 0;
}
.btn-arrow {
    display:block;
    width: 36px;
    height: 36px;
    position:relative;
    left: 92%;
    background: none;
    border: none;
    cursor:pointer;
}
.btn-arrow span {
    width: 100%;
    height: 5px;
    position: absolute;
    background-color: #425968;
    display: block;
}
.btn-arrow span:first-child {
    transform: rotate(45deg);
    right: -32%;
}
.btn-arrow span:last-child {
    transform: rotate(-45deg);
    left: -32%;
}

.btn-arrow:focus {
    border:none;
    outline: none;
}
.text-contact {
    display: block;
    width: 100%;
    height: 4px;
    border:none;
    outline: none;
    overflow: hidden;
    transition: .3s ease;
}
.btn-arrow:focus ~ div.text-contact {
    height: 204px;
}
.contacts-text {
    text-align: center;
}
.contacts-position-li{
    text-align: center;
    margin-bottom: 8px;
}
.contact-padding-bottom{
    margin-bottom:18px;
}
.content-singlepost ul {
    margin-left: 0;
    padding-left: 0;
}
.title-contact-dep{
    font-size: 14px;
}
.contacts-size-text-address b br {
    display: none;
}
.btn-map-mobile{
    background: #2D96CD;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.07em;
    width: 50%;
    max-width: 210px;
    display: block;
    margin: 0 auto 24px;
    padding: 12px 10px 10px;
    color: #FFFFFF;
    border: 1px solid #2D96CD;
    text-transform: uppercase;
}


