.entry-content {
    margin: 0;
}

.gold_list li {
    color: #BF8E3E;
}

.tm-mark {
    margin: 0;
    padding: 0;
    width: fit-content;
}

.letters-row .vc_column-inner {
    padding: 0;
}

.big-letter-block {
    height: 100px;
    width: 111px;
    margin-left: 7px;
    cursor: pointer;
    hyphens: auto;
    padding: 0 !important;
}


.big-letter-block h2,
.contact-links a {
    transition: all .3s;
}

.big-letter-block:hover h2 {
    font-size: 32px;
    color: #012337;
}

.top-cover {
    padding: 160px 0;
    margin-top: 63px;
}

.top-cover .vc_column-inner {
    padding-top: 0 !important;
}

.contact-links a:hover {
    text-decoration: none;
    color: var(--gold);
}

.title-block {
    margin-bottom: 35px;
    text-align: center;
}

.email-field  h4 {
    margin-bottom: 10px;
}

.email-field form {
    max-width: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
}

.email-field form p:last-of-type {
    display: inline-flex;
    align-items: center;
    margin: auto;
    text-align: center;
}

.email-field input:focus {
    box-shadow: none;
}

.email-field input[type="email"],
.email-field input[type="text"]{
    padding: 0.75rem 0.5rem;
}

.email-field input[type="submit"] {
    padding: 10px 45px;
    text-align: center;
    margin: auto;
    display: flex;
}

.email-field input[type="submit"]:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

.email-field form label {
    cursor: pointer;
    text-align: left;
}

.email-field .wpcf7-response-output {
    flex-basis: 100%;
}

.email-field .checkbox-53 span {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

.contacts {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    line-height: 25px;
    margin-bottom: 5px;
}

/*.contacts a:hover {*/
/*    text-decoration: none;*/
/*    color: var(--gold);*/
/*}*/

.socials {
    display: flex;
    list-style: none;
    gap: 15px;
    padding: 0;
    margin: 20px 0;
}

@media screen and (max-width: 768px) {
#content.site-content {
    padding-top: 0;
}
.unser .vc_column_container>.vc_column-inner {
    width: 85%;
    margin: auto;
}

.big-letter-block {
    margin: auto;
    width: 200px;
}

.hide-empty {
    display: none;
}

}