a {
    transition: all .3s;
    outline: none;
}
a {
    text-decoration: none;
    outline: none;
}
.soclinks a img {
    width: 30px;
    height: 30px;
}
.header-site {
    color: #FFFFFF;
}
.hd_tel {
    display: flex;
    flex-direction: column;
}
.hd_tel a {
    color: #ffffff;
}
.hd_lang a:hover,
.hd_tel a:hover,
.hd_lang a:focus,
.hd_tel a:focus {
    color: #d79a2a;
    text-decoration: none;
}
.soclinks a,
.soclinks a:focus,
.soclinks a:hover {
    text-decoration: none;
}
.header-bottom {
    display: flex;
    justify-content: space-between;
}
.header-site {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.soclinks {
    display: flex;
}
.soclinks a {
    margin: 0 5px;
}
.hd_logo img {
    height: 53px;
}
.hd_menu > ul {
    display: flex;
    align-items: center;
    height: 100%;
}
.menu-item-has-children:hover ul.sub-menu {
    display: flex;
}
.hd_menu ul.sub-menu {
    display: none;
    position: absolute;
    width: 220px;
    margin-left: -12px;
    padding-top: 7px;
    flex-direction: column;
    box-shadow: 3px 12px 15px rgba(202, 202, 202, 0.6);
}
.hd_menu ul.sub-menu li a {
    width: 100%;
    display: block;
    background: #fff;
    padding: 10px 20px;
}
.hd_menu ul.sub-menu li a:focus,
.hd_menu ul.sub-menu li a:hover {
    background: #371d0a;
    color: #ffffff;
}
.hd_menu > ul > li {
    height: 100%;
    position: relative;
}
.hd_menu > ul > li > a:hover {
    color: #d79a2a;
}
.header-wrapper {
    box-shadow: 0 0 10px rgba(128, 128, 128, 0.8);
}
.bazz-widget {
    bottom: 20px;
    right: 120px;
    left: auto;
}
p {
    margin: 0 0 15px;
    line-height: 24px;
}
.list-block-spec {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.item-block-spec {
    margin: 0 20px 40px;
    width: calc(100% / 3 - 40px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.item-block-spec span {
    padding: 10px 15px 0;
}
.item-50-block-spec.item-block-spec {
    width: calc(100% / 2 - 40px);
    color: #000000;
    margin-bottom: 0;
}
.item-50-block-spec.item-block-spec:hover {
    text-decoration: none;
}
.item-block-spec.item-50-block-spec span.title-block-spec {
    font-weight: bold;
    padding-top: 15px;
    transition: all .3s;
}
a.item-block-spec.item-50-block-spec:hover span.title-block-spec {
    color: #d79a2a;
}
.item-block-spec.item-50-block-spec span {
    padding: 5px 15px 0;
}
.list-object {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.list-object a {
    width: calc(100% / 4 - 20px);
    margin: 0 10px 20px;
    background: #d79a2a;
    text-decoration: none;
}
.list-object a:hover img {
    opacity: .8;
}
.list-object a img {
    max-width: 100%;
    height: auto;
    transition: all .3s;
}
.footer-map {
    display: flex;
}
.footer-map iframe {
    width: 100%;
    height: 700px;
}
.contact-info ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.contact-info li {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.contact-info li span {
    font-weight: bold;
    line-height: 24px;
}
.contact-info li p {
    margin: 0;
}
.contact-info li a {
    color: #000000;
}
.contact-info li a:hover {
    color: #d79a2a;
    text-decoration: none;
}
#contacts {
    font-size: 16px;
}
#contacts .team_slider span.team_foto img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}
.team_contact p {
    margin: 0;
}
.team_contact a {
    color: #000000;
}
.team_contact a:hover {
    color: #d79a2a;
}
.contact-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.contact-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.social-links {
    margin: -5px 0 -5px 30px;
    display: flex;
    flex-direction: column;
}
div.d-close:hover span {
    filter: brightness(0) invert(1);
}
div.d-close:hover {
    background: #371d0a;
}
div.d-close {
    width: auto;
    float: none;
    position: absolute;
    top: -18px;
    right: -18px;
    background: #ffffff;
    border-radius: 50%;
    transition: background .3s;
    cursor: pointer;
}
.d-close span {
    width: 16px;
    height: 16px;
    background: url(/wp-content/themes/nkv/img/close-close.png) center no-repeat;
    display: block;
    background-size: contain;
    margin: 10px;
}

span.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7 p {
    margin: 0;
}

.button-mobile {
    display: none;
    outline: none;
    border: 0;
    background: 0;
}

.mobile-header {
    display: none;
}


.hd_menu .hd_adr, .hd_menu .hd_lang, .hd_menu .soclinks, .hd_menu .time {
    display: none;
}