/* min-width: 651px and max-width: 992 */
html{
    font-size: 1.95vw;
}
#header img.main_logo,
#header svg.main_logo{
    -webkit-transform: translateX(-35.5%);
    -moz-transform: translateX(-35.5%);
    -ms-transform: translateX(-35.5%);
    -o-transform: translateX(-35.5%);
    transform: translateX(-36.5%);
    max-width: 15vw;
}

.brand__inner img {
    max-width: calc(100% - 44%);
}
#header-first > li:not(.pll-parent-menu-item){
	display: none;
}
.flex .pll-parent-menu-item.menu-item-has-children{
	cursor: pointer;
}
.flex .menu-item.current-lang{
	display: none;
}
.fixm #header img.main_logo,
.fixm #header svg.main_logo {
    max-width: 11vw;
}
#menu_in_header{
    align-items: flex-start;
}
#menu_in_header .main-navigation{
    padding: 3vw 4vw;
}
#header-first-mob .pll-parent-menu-item,
#header-first-mob .lang-item{
    display: none!important;
}
#header-first-mob{
    margin-bottom: 3em!important;
    position: relative;
}
#header-first-mob:after{
    content: '';
    display: block;
    position: absolute;
    bottom: -1em;
    width: 80%;
    background: #fcfcfc;
    left: 0;
    height: 2px;
}
.slider .slide .container{
    position: relative;
    height: 90vw;
    padding-top: 15%;
}
.slider .slide .h2{
	margin-left: .2857em;
	font-size: .875em;
}
.slider .slide .tt_inner{
	font-size: 3.6em;
    margin-top: .09em;
}
.slider .box_links{
    font-size: .9em;
    width: 50%;
    padding: 0 2em;
    margin-left: 50%;
}
.slider .box_links a{
	margin-bottom: 1em;
}
.link_item.big{
	bottom: 100px;
}
#block1 .go_info{
	bottom: 100px;
	top: initial;
}

/* main block 2 */
.tx__item.short{
    max-width: 88%;
}
.items__inner.brand__inner{
	grid-template-columns: 1fr 1fr 1fr;
}
.inner__item .bkg__inner{
	width: 35%;
}

/* main block 3 */
.items__inner.info__inner .tt__inner{
	display: block;
    max-width: 68%;
    padding-right: 9.905%;
    margin-bottom: .8em;
}
.items__inner.info__inner .tx__inner{
    max-width: 68%;
    padding: 0 9.905% 0 0;
}
#block4 .tx__item{
	max-width: 80%;
}

/* other page */
.nav-links .page-numbers{
    margin-bottom: .385em;
}
.last__inner .img__inner{
    display: flex;
}
.last__inner .img__inner > div{
    width: 50%;
}
.last__inner .decor__inner{
    padding: 2.8em 2.3em;
}
.white-header .text_inner1{
    flex-wrap: wrap;
    justify-content: flex-end;
}
.white-header .text_inner .col1{
    width: 100%;
}
.white-header .text_inner .col2{
    width: 50%;
}
.img__baner{
    background-image: none!important;
}
.desc__baner > div {
    padding: 2em;
    text-align: center;
}

/* page default */
blockquote {
    padding: 5% 10% 5% 5%;
    margin: 0 0 5% 5%;
}
img.alignleft{
    margin: 0 6.85% 6.85% 0;
}
img.alignright{
    margin: 0 0 6.85% 6.85%;
}
.dflt ul,
.dflt ol{
    margin: 0 0 2em 3.5em;
}
.gallery-columns-1{
    grid-template-columns: 1fr;
}
.gallery-columns-2{
    grid-template-columns: 1fr 1fr;
}
.gallery-columns-3{
    grid-template-columns: 1fr 1fr 1fr;
}
.gallery-columns-4,
.gallery-columns-5,
.gallery-columns-6,
.gallery-columns-7,
.gallery-columns-8,
.gallery-columns-9{
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.content-column{
    word-wrap: break-word;
}
.page404__inner.dflt{
    padding-top: 18%;
    padding-bottom: 18%;
}


/* footer */
footer .flex{
	flex-wrap: wrap;
}
footer .cols4{
	width: 50%;
}

@media(min-width: 880px) and (max-width: 992px){
    html {
        font-size: 1.45vw;
    }
}
@media(min-width: 766px) and (max-width: 879px){
    html {
        font-size: 1.65vw;
    }

}

@media (max-width: 765px) {
    
    .brand__inner img {
        top: 27%;
    }
}