.header {
    position: relative;
    background: #f5f5f5;
    color: #000;
}

canvas {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.menu__icon span {
    background: #000;
}

.menu__icon.active span {
    background: #fff;
}

.search-icon.magnifier img, .lang-switcher img {
    filter: brightness(1) invert(1);
}

main {
    flex: 1 0 auto;
}

.main-content {
    line-height: 1.75;
    padding: 5rem 0 0 0;
}
.top__menue  ul.links li.dropdown:hover ul {
    background: #ffffff;
}
.top__menue ul.links li:before {
    background-color: rgb(215 215 215);
}
li.dropdown.inline:after{
    border-color:#000;
}
.main__page {
    position: relative;
}

.bg-txt-tr {
    position: absolute;
    top: 2.5rem;
    left: 4rem;
    z-index: 0;
    text-transform: uppercase;
    font-size: 6rem;
    font-weight: 900;
    text-align: left;
    color: #e9e9e9;
}

.main-content h1 {
    margin-bottom: 2rem;
}

.contact-us {
    padding: 3rem;
}

.box-contact.text-center {
    font-size: 2rem
}

.ph-1 {
    padding: 0 .5rem;
}

.contact-infoblock {
    padding: 0 5rem;
}

.box-icon {
    margin: 0 1rem;
    color: #f5f5f5;
    font-size: 3rem;
    line-height: 0;
    text-shadow: 0px 0px 1px #000000;
}

.box-media.d-flex {
    margin: 2rem 0 5rem;
    line-height: 1.5;
}

.box-contact p {
    font-size: .8rem;
    font-weight: 600;
}

.box-contact {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    color: #3b3b3b;
}

#mapid {
    margin: 3rem 0 0 0;
}

.form__group .field input, .form__group .field textarea {
    background: #f5f5f5
}

@media (min-width: 180px) and (max-width: 1024px) {
    .contact-infoblock {
        padding: 0 1rem;
    }

    .box-media.d-flex {
        margin: 2rem 0 2rem;
    }

    .box-icon {
        margin: 1rem 0;
    }
}