
header {
    position: sticky;
    top: 0px;
    z-index: 1000;
}

main {
}

footer {
    min-height: 150px;
    background-color: #000;
    overflow: hidden;
}

footer .contact {
    height: 32px;
}

footer .contact p {
    font-size: 1rem !important;
    position: relative;
    left: 32px;
    top: -26px;
    margin: 0;
}

nav img {
    width: 180px;
}

.card {
    background-color: rgba(0, 0, 0, 0.5);
    border: 0;
}

.head_page {
    background-image: url(https://static.beescdn.com/talkauto.us/2024/01/20240121191410726.jpg);
    background-attachment: fixed;
    background-color: #000;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    width: 100%;
}

.head_page .main_page, .first_page .main_page {
    min-height: calc(100vh - 75px);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgb(0, 0, 0));
}

.head_page .blockquote-footer, .first_page .blockquote-footer {
    font-size: 1.1rem;
    color: #fff;
}

.first_page {
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    width: 100%;
}

.first_page video {
    position: absolute;
    width: 100%;
    min-height: calc(100vh - 75px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
    object-fit: cover;
}

.list {
    min-width: 350px;
}

nav img.icon {
    width: 42px;
}

nav img.icon-tel {
    width: 42px;
    top: 5px;
    position: relative;
}

@media screen and (min-width: 320px) and (max-width: 600px) {
    
    nav img.icon {
        width: 26px;
    }
    
    nav img.icon-tel {
        width: 26px;
        top: 0px;
        position: relative;
    }
    
    .head_page h1, .first_page h1 {
        font-size: 1.4rem;
    }
    
    .head_page .blockquote-footer, .first_page .blockquote-footer {
        font-size: 0.875rem;
    }
   
}