/** header */
.header--desktop {
    .header__wrap.header--scrolled {
        position: fixed;
        background: white;
        top: 0px;
        z-index: 999;
        width: 100%;
    }

    .header__bottomRight {
        display: flex;
        align-items: center;
        column-gap: 60px;
    }

    .header__left {
        gap: 8.21vw;
    }

    .header__walls {
        display: flex;
        flex-direction: row;
        column-gap: 10px;
        align-items: center;
    }

    .header__wallsTitle {
        margin-bottom: 0;
    }

    .header__wallsTel {
        align-items: center;
    }

    .header__bottom--menu {
        background: white;
    }

    @media screen and (max-width: 1200px) {
        .hideMobile {
            display: none!important;
        }
        .header__bottom.header--scrolled .js-openMenu.hamburger {
            top: 38px;
        }
       
    }

    @media screen and (min-width: 1201px) {
        .header__bottom--up {
            height: 5.6771vw;
        }
         .hideDesktop {
            display: none!important;
        }

        .header__bottom--menu {
            height: 4.16667vw;
        }

        .header--scrolled .header__bottom--up {
            height: 3.6771vw;
        }

        .header__left {
            padding: 7px 0;
        }
    }
}

.newsPosts {
    background: #fff;
}

@media screen and (min-width: 1201px){
    .home .homeWalls__wall {
        width: 20%;
    }

    .home .homeWalls__img {
        width: auto;
    }
}

.wpml-ls-legacy-dropdown a span {
	color: #000000;
    font-weight: bold;
    text-decoration: none;
    font-size: 0.8854166667vw;
    line-height: 1;
}
.wpml-ls-legacy-dropdown {
    width: 78px; 
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
	padding-right: 0;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
	content: "";
    font-family: dashicons;
    font-weight: normal;
    display: inline-block;
	vertical-align: middle;
    margin: 0;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(0);
    color: inherit;
    position: relative;
    background: transparent;
    height: auto;
    width: auto;
    right: auto;
    line-height: inherit;
	    border: 0;
    border-top: 0;
	    top: 3px;
    font-size: 14px;
    margin-left: 3px;
}

@media screen and (max-width: 767px){
	.wpml-ls-legacy-dropdown a span , .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    font-size: 20px;
	}
	.wpml-ls-legacy-dropdown {
		width: 100px; 
	}
}