.slide_sizes{
	height: 70vh;
	overflow: hidden;
}
.slide_sizes img{
  height: 100%!important;
  width: auto!important;
  max-width: none;
  max-height: none;
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.language-block {
    position: absolute;
    font-family: 'Philosopher', Helvetica, Arial, sans-serif;
    font-weight: 700;
    right: 305px;
    bottom: 20px;
}
.language-block.loaded {
    z-index: 99;
}
.language-block span {
    display: inline-block;
    transition: none;
    font-size: 14px;
    color: #898989;
}
.language-block span.active {
    color: #97724d;
    font-weight: 400;
}
.language-block a:hover span {
    color: #97724d;
}
.language-block > * {
    margin-left: 18px;
}

@media(max-width: 1366px) {
    .language-block {
        display: none;
    }
}

.mobile-menu-main .language-block-mob {
    position: absolute;
    bottom: 75px;
    right: 77px;
}

.mobile-menu-main .language-block-mob a {
    display: inline-block;
    transition: none;
    font-size: 26px;
    color: #fff;
    font-family: Philosopher,Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.mobile-menu-main .language-block-mob a.active {
    color: #97724d;
}

.mobile-menu-main .language-block-mob a:nth-child(1) {
    margin-right: 40px;
}

.mobile-menu-main .language-block-mob a:not(.active):hover {
    color: #97724d;
}

@media(max-width: 640px) {
    .mobile-menu-main .language-block-mob {
        top: 60px;
        bottom: unset;
        right: unset;
        left: 50%;
        margin-left: -40px;
    }
}
