body{
	font: 1em sans-serif;
	font-weight: 400;
	margin: 0;
}
main, body, h2{
	color: black !important;
	-webkit-text-fill-color: black !important;
}
a{
	color: #000;
	text-decoration: none;
}
header, main, nav, footer{
	margin: 0 15%;
}
header{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header_right{
	flex: 1;
}
.top{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: small;
	margin-top: 4em;
	text-align: center;
}
.logo{
	align-self: center;
	height: 160px;
	position: absolute;
	left: 3vw;
    top: 3vh;
}
.logo>img{
	height: inherit;
}
nav{
	margin: auto;
	margin-top: 20px !important;
/*	margin-bottom: 40px !important;*/
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	text-transform: uppercase;
}
.nav_link{
	padding: 0;
	position: relative;
}
.nav_link span{
	transition: 0.3s ease-out;
}
.nav_link b{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: max-content;
	transition: 0.3s ease-out;
}
.active{
	font-weight: bold;
}
.nav_link:hover span{
	opacity: 0;
	transition-delay: 0.3s;
	transition: 0.3s ease-out;
}
.nav_link:hover b{
	opacity: 1;
}
.lang{
	height: 50px;
/*	min-width: 50px;*/
	text-transform: uppercase;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.lang>li{
	opacity: 0;
	transition: 0.5s ease-out;
}
.lang>li:first-child{
	opacity: 1;
}
.lang:hover li{
	opacity: 1;
}
.lang span{
	font-size: 8px;
}
/* Slider */
.ism-slider picture{
	display: flex;
    width: 100%;
    height: 100%;
}
.ism-slider picture img{
	object-fit: contain;
    height: auto;
    width: 100%;
    background-color: white;
}



.ism-slider>ol, .ism-slider>ol>li, .ism-slider>ol>li>img {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
.ism-slider {
/*	outline: 1px solid black;*/
	height: 58vh;

	overflow: hidden;
	position: relative;
	padding: 0 !important;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
	z-index: 2;
	background-color: rgba(0, 0, 0, 0.1);
	-webkit-animation: ism-fadein 3s;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
@-webkit-keyframes ism-fadein {
	from { opacity: 0; }
	to { opacity: 1; }
}
@-webkit-keyframes ism-loading {
	50% { left: 120px; }
}
.ism-slider .ism-slides {
	list-style: none;
	position: absolute;
	height: 100%;
	top: 0;
	padding: 0 !important;
	margin-top: 0;
	margin-bottom: 0;
	z-index: 1;
}
.ism-slider li.ism-slide {
	height: 100%;
	overflow: hidden;
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	margin: 0 !important;
	padding: 0 !important;
	background-color: #d5d5d5;
	text-align: center;
}
.ism-slider .ism-img-frame {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}
.ism-slider a.ism-image-link {
	position: absolute;
	color: inherit;
	text-decoration: none;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ism-slider .ism-img {
	display: block;
	border: none;
	position: absolute;
	pointer-events: none;
	height: 100%;
	object-fit: cover;
}
.ism-button, .ism-pause-button {
	position: absolute;
	display: block;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	border: none;
	outline: none;
	text-align:center;
	z-index: 6;
	cursor: pointer;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center center;
}
.ism-pause-button {
	display: none;
	left: 50%;
}
.ism-slider:hover .ism-pause-button {
	display: block;
}
.ism-caption {
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	padding: 0 1em;
	text-shadow: none;
	line-height: 1.2em;
	padding: 0.25em 0.5em;
	width: auto;
	height: auto;
	text-align: center;
	visibility: hidden;
}
a.ism-image-link .ism-caption, a.ism-caption {
	text-decoration: none;
	font-weight: normal;
}
a.ism-caption:hover {
	text-decoration: underline;
}
.ism-caption-0 {
	z-index: 3;
}
.ism-caption-1 {
	z-index: 4;
}
.ism-caption-2 {
	z-index: 5;
}
.ism-radios {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #fff;
	font-size: 1px;
}
.ism-slider .ism-radios {
	position: absolute;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	z-index: 6;
	bottom: 5px;
	left: 0;
	right: 0;
	width: auto;
	background-color: rgba(255, 255, 255, 0.0);
	padding: 0 7px;
	height: 0;
	overflow: visible;
}
.ism-slider .ism-radios.ism-radios-as-thumbnails {
	bottom: 5px;
}
.ism-radios li {
	position: relative;
	display: inline-block;
	margin: 0 3px;
	padding: 0;
}
.ism-radios input.ism-radio {
	display: none;
}
.ism-radios label {
	display: block;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	margin: 0;
	text-decoration: none;
	cursor: pointer;
}
.ism-radios-as-thumbnails label {
	-webkit-background-size: 120% auto; -moz-background-size: 120% auto; -o-background-size: 120% auto; background-size: 120% auto;
	background-position: center center;
	background-repeat: no-repeat;
	border: 2px solid rgba(255, 255, 255, 0.6);
	opacity: 0.8;
}
.ism-radios-as-thumbnails label:hover {
	border: 2px solid #fff;
	opacity: 1;
}
.ism-radios-as-thumbnails li.active label {
	border: 2px solid rgba(255, 255, 255, 1.0);
	opacity: 1;
}
.ism-zoom-in {
	-webkit-animation: zoomin 0.81s linear 1;
	animation: zoomin 0.81s linear 1;
}
@-webkit-keyframes zoomin {
	0% { -webkit-transform: scale(1.0); transform: scale(1.0); }
	100% { -webkit-transform: scale(3.0); transform: scale(3.0); }
}
@keyframes zoomin {
	0% { -webkit-transform: scale(1.0); transform: scale(1.0); }
	100% { -webkit-transform: scale(3.0); transform: scale(3.0); }
}
@-webkit-keyframes fadein {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes fadein {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
@-webkit-keyframes slidein {
	0% { -webkit-transform: translate(-1200px, 0); transform: translate(-1200px, 0); }
	100% { -webkit-transform: translate(0, 0); transform: translate(0, 0); }
}
@keyframes slidein {
	0% { -webkit-transform: translate(-1200px, 0); transform: translate(-1200px, 0); }
	100% { -webkit-transform: translate(0, 0); transform: translate(0, 0); }
}

@-webkit-keyframes popin {
	50% { -webkit-transform: scale(1.2); transform: scale(1.2); }
}
@keyframes popin {
	50% { -webkit-transform: scale(1.2); transform: scale(1.2); }
}
.ism-zoom-pan {
	-webkit-animation: zoompan 20.0s linear 1;
	animation: zoompan 20.0s linear 1;
}
@-webkit-keyframes zoompan {
	0% { -webkit-transform: translate(0, 0) scale(1.0); transform: translate(0, 0) scale(1.0); }
	50% { -webkit-transform: translate(-5%, -5%) scale(1.3); transform: translate(-5%, -5%) scale(1.3); }
	100% { -webkit-transform: translate(0, 0) scale(1.0); transform: translate(0, 0) scale(1.0); }
}
@keyframes zoompan {
	0% { -webkit-transform: translate(0, 0) scale(1.0); transform: translate(0, 0) scale(1.0); }
	50% { -webkit-transform: translate(-5%, -5%) scale(1.3); transform: translate(-5%, -5%) scale(1.3); }
	100% { -webkit-transform: translate(0, 0) scale(1.0); transform: translate(0, 0) scale(1.0); }
}
.ism-zoom-rotate {
	-webkit-animation: zoomrotate 20.0s linear 1;
	animation: zoomrotate 20.0s linear 1;
}
@-webkit-keyframes zoomrotate {
	0% { -webkit-transform: rotate(0) scale(1.0); transform: rotate(0) scale(1.0); }
	50% { -webkit-transform: rotate(-5deg) scale(1.3); transform: rotate(-5deg) scale(1.3); }
	100% { -webkit-transform: rotate(0) scale(1.0); transform: rotate(0) scale(1.0); }
}
@keyframes zoomrotate {
	0% { -webkit-transform: rotate(0) scale(1.0); transform: rotate(0) scale(1.0); }
	50% { -webkit-transform: rotate(-5deg) scale(1.3); transform: rotate(-5deg) scale(1.3); }
	100% { -webkit-transform: rotate(0) scale(1.0); transform: rotate(0) scale(1.0); }
}
/* SLIDER */
/*#slider {
	width: 100%;
	-webkit-border-radius: 5px; border-radius: 5px; 
}*/
#slider-ism-badge {
	width: 100%;
}
#slider:before {
	content: ''; display: block; padding-top: 44%;
}
#slider .ism-frame {
	position: absolute; top: 0; bottom: 0; left: 0; width: 100%;
}
#slider .ism-button {
	display: block;
	border-radius: 16px;
/*	width: 32px; */
	width: 100px;
/*	height: 32px; */

	height: 100%;
	height: -moz-available;          /* WebKit-based browsers will ignore this. */
	height: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
	height: fill-available;

	background-size: 16px 16px; 
/*	top: 50%; */
	margin-top: -16px;
	color: #000; 
	background-color: rgba(255, 255, 255, 0.1);
	display: block; 
	visibility: visible;
}
#slider .ism-button-prev {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAIVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABt0UjBAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAAAuUAAALlARv+XnsAAABUSURBVEjH7dYxCgAgEAPB8weX/39WFBtBbsFSY2sYyzXicDLq0wQDKQGQAKiJAZTEvC+IRgPBYAEyYOB1AAf4hAkTXxB5nySOGmaRw4pp5rhv34MOQwscJ7/MrxQAAAAASUVORK5CYII=);
	left: 10px;
}
#slider .ism-button-next {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAIVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABt0UjBAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAAAuUAAALlARv+XnsAAABYSURBVEjH7dYxDoAwDEPR5Ab1/S8LVEgsyL8SG3XWWK/dnKpnumA0/L4lAOSJE/DEtXfEBBxxBwYFBH8IEWJbggL4RIAAPwFWC+VDqXEtYrFyNWO5v58HB4q9HAkl7KTYAAAAAElFTkSuQmCC);
	right: 10px;
}
#slider .ism-radios {
	display: block;
	height: 20px;
	text-align: right;
}
#slider .ism-radios label {
	margin: 2px;
	width: 20px; height: 20px;
	border-radius: 10px;
	color: #000; background-color: rgba(255, 255, 255, 0.5);
}
#slider .ism-radios li.active label {
	background-color: rgba(255, 255, 255, 1.0);
}
#slider .ism-radios label:hover {
	background-color: rgba(255, 255, 255, 0.8);
}
/* SLIDES */
.ism-img-frame {
	width: 100%;
}
.ism-img {
	width: 100%;
	top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
}
/* CAPTIONS */
.ism-caption.ism-caption-anim {
	-webkit-animation: fadein 0.5s; animation: fadein 0.5s;
}
.ism-caption{
	font-size: 1.25em;
	font-family: "Open Sans", sans-serif;
	position: absolute; 
	top: 15%;
	left: 70%;
	color: #000; 
	font-weight: bold;
	background-color: rgba(255, 255, 255, 0.5);
}
/* Slider */

footer, .footer_container{
/*	margin: 5vh 6% 3vh 6%;*/
	margin-top: 5vh;
	margin-bottom: 3vh;
	font-size: 14px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.right a{
	margin: 15px;
}
/* INDEX */


/* ABOUT */
.about_main{
	display: inline-block;
}
.about{
	font-size: larger;
}
.about_footer{
	position: absolute;
	bottom: 7em;
	width: 100%;
	margin: 0;
	display: block;
}
/* ABOUT */

/* INTERIORS */
.mobile_interiors_group{
	display: none;
}
.interiors{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.interiors>a{
	max-width: 48%;
	position: relative;
	margin-bottom: 20px;
}
.interior_img{
	width: 100%;
}
.interior_img img{
	max-width: 100%;
    width: 50vw;
    height: 300px;
    object-fit: cover;
	transition: 0.3s ease-out;
}
.interior_desc{
	position: absolute;
	top: 10%;
/*	left: 40%;*/
	right: 0;
	opacity: 0;
	transition: 0.3s ease-out;
}
.interiors>a:hover .interior_img img{
	filter: opacity(0.3);
}
.interiors>a:hover .interior_desc{
	opacity: 1;
}


.ism-slider > ol,
.ism-slider > ol > li,
.ism-slider > ol > li > img {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
.ism-slider {
    overflow: visible;
    overflow-x: clip;
    height: 68vh;

    position: relative;
    padding: 0 !important;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-animation: ism-fadein 3s;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
@-webkit-keyframes ism-fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes ism-loading {
    50% {
        left: 120px;
    }
}
.ism-slider .ism-slides {
    list-style: none;
    position: absolute;
    height: 100%;
    top: 0;
    padding: 0 !important;
    margin-top: 0;
    margin-bottom: 0;
    z-index: 1;
}
.ism-slider li.ism-slide {
    height: 100%;
    overflow: hidden;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    margin: 0 !important;
    padding: 0 !important;
    background-color: #d5d5d5;
    text-align: center;
}
.ism-slider .ism-img-frame {
    display: flex;
    justify-content: center;
    background-color: white;
    position: absolute;
    width: 100%;
    height: 100%;
}
.ism-slider .ism-img-frame img{
	width: initial !important;
}
.ism-slider a.ism-image-link {
    position: absolute;
    color: inherit;
    text-decoration: none;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ism-slider .ism-img {
    display: block;
    border: none;
    position: absolute;
    pointer-events: none;
}
.ism-button,
.ism-pause-button {
    position: absolute;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    outline: none;
    text-align: center;
    z-index: 6;
    cursor: pointer;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center center;
}
.ism-pause-button {
    display: none;
    left: 50%;
}
.ism-slider:hover .ism-pause-button {
    display: block;
}
.ism-caption {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 1em;
    text-shadow: none;
    line-height: 1.2em;
    padding: 0.25em 0.5em;
    width: auto;
    height: auto;
    text-align: center;
    visibility: hidden;
}
a.ism-image-link .ism-caption, a.ism-caption {
    text-decoration: none;
    font-weight: normal;
}
a.ism-caption:hover {
    text-decoration: underline;
}
.ism-caption-0 {
    z-index: 3;
}
.ism-caption-1 {
    z-index: 4;
}
.ism-caption-2 {
    z-index: 5;
}
.ism-radios {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #fff;
    font-size: 1px;
}
.ism-slider .ism-radios {
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 6;
    bottom: 5px;
    left: 0;
    right: 0;
    width: auto;
    background-color: rgba(255, 255, 255, 0);
    padding: 0;
    height: 0;
    overflow: visible;
}
.ism-slider .ism-radios.ism-radios-as-thumbnails {
    bottom: -112px;
}
.ism-radios li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    flex: 1;
}
.ism-radios input.ism-radio {
    display: none;
}
.ism-radios label {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    text-decoration: none;
    cursor: pointer;
}
.ism-radios-as-thumbnails label {
    -webkit-background-size: 120% auto;
    -moz-background-size: 120% auto;
    -o-background-size: 120% auto;
    background-size: 120% auto;
    background-position: center center;
    background-repeat: no-repeat;
    border: 2px solid rgba(255, 255, 255, 0.6);
    opacity: 0.8;
}
.ism-radios-as-thumbnails label:hover {
    border: 2px solid #fff;
    opacity: 1;
}
.ism-radios-as-thumbnails li.active label {
    border: 2px solid rgba(255, 255, 255, 1);
    opacity: 1;
}
.ism-zoom-in {
    -webkit-animation: zoomin 0.81s linear 1;
    animation: zoomin 0.81s linear 1;
}
@-webkit-keyframes zoomin {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(3);
        transform: scale(3);
    }
}
@keyframes zoomin {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(3);
        transform: scale(3);
    }
}
@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes slidein {
    0% {
        -webkit-transform: translate(-1200px, 0);
        transform: translate(-1200px, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@keyframes slidein {
    0% {
        -webkit-transform: translate(-1200px, 0);
        transform: translate(-1200px, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@-webkit-keyframes popin {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}
@keyframes popin {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}
.ism-zoom-pan {
    -webkit-animation: zoompan 20s linear 1;
    animation: zoompan 20s linear 1;
}
@-webkit-keyframes zoompan {
    0% {
        -webkit-transform: translate(0, 0) scale(1);
        transform: translate(0, 0) scale(1);
    }
    50% {
        -webkit-transform: translate(-5%, -5%) scale(1.3);
        transform: translate(-5%, -5%) scale(1.3);
    }
    100% {
        -webkit-transform: translate(0, 0) scale(1);
        transform: translate(0, 0) scale(1);
    }
}
@keyframes zoompan {
    0% {
        -webkit-transform: translate(0, 0) scale(1);
        transform: translate(0, 0) scale(1);
    }
    50% {
        -webkit-transform: translate(-5%, -5%) scale(1.3);
        transform: translate(-5%, -5%) scale(1.3);
    }
    100% {
        -webkit-transform: translate(0, 0) scale(1);
        transform: translate(0, 0) scale(1);
    }
}
.ism-zoom-rotate {
    -webkit-animation: zoomrotate 20s linear 1;
    animation: zoomrotate 20s linear 1;
}
@-webkit-keyframes zoomrotate {
    0% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1);
    }
    50% {
        -webkit-transform: rotate(-5deg) scale(1.3);
        transform: rotate(-5deg) scale(1.3);
    }
    100% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1);
    }
}
@keyframes zoomrotate {
    0% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1);
    }
    50% {
        -webkit-transform: rotate(-5deg) scale(1.3);
        transform: rotate(-5deg) scale(1.3);
    }
    100% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1);
    }
}
/* SLIDER */
#single_slide {
    width: 100%;
    border-radius: 0;
}
#single_slide:hover .ism-button{
    opacity: 1;
}
#single_slide-ism-badge {
    width: 100%;
}
#single_slide:before {
    content: "";
    display: block;
    padding-top: 38%;
}
#single_slide .ism-frame {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}
#single_slide .ism-button {
    display: block;
    opacity: 0;
    transition: 1s ease-in;
    width: 100px;
    height: 100px;
    background-size: 16px 16px;
    top: 50%;
    margin-top: -50px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    display: block;
    visibility: visible;
}
#single_slide .ism-button-prev {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAACOUlEQVR42u2aP2gUQRhH31w2xj+kEBuJELARiQaxUAxiYZAUWgj+Acs0ViI2djZBu9gIoqSMoBZiF1Ab7UREsEgpioXiQbAQFRTx8mzWeJyXu0uMJDczD7baYnm/3Z1vZr6BTCaTyWQymUwm879Rt6l7U5Xfr75XP6UmvkGdVL/7h54UxIM6rL7zb4rY5XvVCfWjzSlilh9SZ9R5F6eIVf6M+tn2FLGJD6q31Z92RhHTvz6ifnBpFDHIF+pUQ3nrlN5ulz+kzrp8jnVzbZ9Qa/4b39Qd3Sa/R328AvK/+eLqMa1uBggdiPcBJ4EpoD+i4nU/hHC6aCO/FbgFjAKxTV5GACotytsJ4CkwFqH8gnvRRL4HuAGcTWG1WmmQPwy8TEV+4QtQ+4ELwJXUNmoKdQB4BAyluFNVAKeAYRKlAvSSMBXgLvAs2QBCCFXgIDAJfE0tgNBQ/3cBM8BgAu7VEMLAwjwghFALIcwC+4CbgMlNhMog5kII54AjwFxyAdQF8QQ4ANwB5iN0r7UMoAzhLTAOXASqkQXwsKP9gLpBcjvwANi5Rt6erd5sM4XyXg24DlwOIfxY0lPLZfKlFdjNqaqjap9aWeQKa/bbKXt+b9p0f1ox1vU/kLpFvbrMANZFM5Kox9VXyTVGGkLYpN5LNoAyhPXqeHkKJL0A6sul+qJNozT6AxIb1fMt+oZxB1AXxIj6vEm5TCOAMoSKei3ZAOpCOKq+Tu6YXJNKsZtMJpPJZDKZTCaz2vwCy0MFNV5NwUsAAAAASUVORK5CYII=);
    border-radius: 0 50px 50px 0;
    left: 0;
    left: 0;
}
#single_slide .ism-button-next {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAACMUlEQVR42u2aPWhTURxHz79J/cRBnEQQdHAQqzgoFnHQoUhFBOmgk10EB7u56eBcFxfF0UEdlE4OTnYTEcGhoIgogpZWxEGsYIUmxyXB0pJ+xGKbe++BR5YQ3u/w+H/cPCgUCoVCoVAoFAqrjXpQ3ZGzgO/quHo4x/AV/zKtDqsbcxJQdT6f1R41chWg+k29rnbnKkC1rj5W9+YqoMkP9VzOAlRn1HvqzlwFNJlQe5OpDWq3y2davaNWUxBwyvYZU491cvg96i//jVqjXUY7N7BVvevqMbVCv1NTn6oHlpo9GgIeAQMJ1dQp4BIwEhG/lyJgHEhtC5sBRoELEfGl1Ze65nymRBXoA56pZ1u1yxSDz2U3MALcUis5CmhyEXilHs9VAMB+YFS9pm6ZXQQngO0ZiagBb4CTuT0BTSpADzCQq4Am3TkLeA48yFHAT2AYOBoRk9XMwn8CTgOvI8Kc2qDAbeBQRIxFRG32uJg6X4HzETG60ChcSzB4HbgPHGkVfraAJ4mFnwSuAIMR8XGxjQngcuNRGWoMCZXmlNhiiGi1WlfWQPi3QP9iwf9vBdJQu1pc69UT6uQKnCpd7dhTYrWvzeB19YPa09l9Ste1KeCGuq3zG/Xy/xh5p55JZ1JZnoCH6ua0RrWlCRhXB9UN6c2qCwuYUV+qu9Id1lsLmFaH1E1pbyvzBdTVF2pvHuvafAE31bzOKxqvyb1X+7ML3xCwL8kKXygUCoVCoVAorD3+AKw8BVD2GFDWAAAAAElFTkSuQmCC);
    border-radius: 50px 0 0 50px;
    right: 0;
    right: 0;
}
#single_slide .ism-radios {
    display: flex;
    height: 100px;
    text-align: center;
}
#single_slide .ism-radios label {
    width: 100%;
    height: 100px;
    border-radius: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    background-size: cover;
}
#single_slide .ism-radios li.active label {
    background-color: rgba(0, 0, 0, 1);
}
#single_slide .ism-radios label:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
/* SLIDES */
#single_slide .ism-img-frame {
    width: 100%;
}
#single_slide .ism-img {
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.description{
	margin-top: 130px;
	display: flex;
}
.info{
	flex: 0.8;
	padding-right: 15%;
}
.client{
	flex: 0.2;
}
/* INTERIORS */


/* Services */



/* Services */
.info_boxes{
	overflow: hidden;
	margin-bottom: -30px;
}
.info_box{
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	border: 0;
	background: none;
}
.info_box *{
	text-align: left;
}
.info_box>h2{
	margin: 0;
	flex: 3;
    /*background-color: white;*/
    z-index: 10;
    padding: 7px 0 20px 0;
}
.arrow{
	flex: 3;
    display: flex;
    /*background-color: white;*/
    z-index: 10;
    border: 0;
}
.arrow span:first-of-type{
	padding-left: 70px;
}
.info_box_text{
	display: flex;
}
.info_text{
	display: inline-block;
    max-height: 0;
    transition: max-height 0.5s ease-in-out;
}
.info_text_left{
	flex: 0.6;
	padding-right: 7%;
}
.info_text_right{
	flex: 0.3;
}
.info_box:hover{
	margin-bottom: 0;
}
.info_box:hover .info_text{
    transition: max-height 0.5s ease-in-out;
}
.under_services p{
	max-width: 70%;
	transition: 0.5s ease-in-out;
	/*background-color: white;*/
	padding-top: 30px;
	margin-bottom: 40px;
}
.form_button{
	/*border: 1px solid black;*/
    max-width: 200px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 16px;
    margin: 20px auto;
    cursor: pointer;
    /*background-color: white;*/
    text-transform: uppercase;
}
form{
	display: flex;
	flex-direction: column;
	align-items: center;
	max-height: 0;
	opacity: 0;
    transition: max-height 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    text-transform: uppercase;
}
input{
	text-transform: uppercase;
}
input:not(.form_button){
	margin: 10px 0;
	width: 60%;
	min-height: 25px;
}
textarea{
	min-height: 150px;
    margin: 10px 0;
    width: 60%;
}
/* Services */



/* Contacts */
h1{
	text-align: center;
}
.email{
	font-weight: bolder;
	text-align: center;
	margin-top: 0;
}
footer.contacts{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0;
	display: block;
}
footer.contacts>.footer_container{
	flex-direction: row-reverse;
}	
/* Contacts */


@media screen and (max-width: 1200px)/* and (min-width: 480px)*/{ 
	header, main, footer{
		margin: 0 13%;
	}
	.logo{
		position: inherit;
		max-width: 20%;
		height: auto;
		margin-right: 10px;
	}
	.logo>img{
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 880px)/* and (min-width: 480px)*/{ 
	header, main, footer{
		margin: 0 7%;
	}
	.bottom>nav{
		margin: 0;
	}
}

@media screen and (max-width: 700px)/* and (min-width: 480px)*/{
	main>.ism-slider{
		height: 50vh;
	}
	.interiors{
		margin-bottom: 0 !important;
	}
	.interiors>a{
    	max-width: 100%;
    }
    .interior_img img{
		max-width: none;
	    width: 100%;
	    height: inherit;
	    object-fit: cover;
		transition: 0.3s ease-out;
	}
    .interior_img:first-of-type{
    	margin-bottom: 20px;
    }
    .ism-caption {
    	left: 55%;
    }
    .slider_main .ism-slider{
    	height: 33vh;
    } 
	.bottom>nav{
		margin: 0;
    	margin-bottom: 15px !important;
	}
	.arrow{
		flex: 2;
	}
	footer{
		margin-top: 3vh;
		margin-bottom: 10px;
	}

	.description{
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.info{
		flex: 1;
	}
	.client{
		flex: 1;
	}
}

@media screen and (max-width: 640px)/* and (min-width: 480px)*/{ 
	.arrow{
		flex: 1;
	}
	.arrow svg{
		width: 100px !important;
		height: 100px !important;
		margin-bottom: -50px
	}
	.arrow span:first-of-type {
	    padding-left: 0;
	}
	.about p{
		font-stretch: semi-expanded;
	    font-size: smaller;
	}
	#single_slide .ism-radios, #single_slide .ism-radios label{
		height: 6vh;
	}
	.ism-slider .ism-radios.ism-radios-as-thumbnails {
	    bottom: -72px;
	}
	.description {
    	margin-top: 85px;
    }
    .info_box_text{
    	flex-direction: column;
    }
    /*.info_text{
    	display: inline-table;
    }*/
}

@media screen and (max-width: 500px)/* and (min-width: 480px)*/{
	.top{
		margin-top: 2em;
	}
	.nav_link{
		font-size: 0.6em;
	}
	.slogan>h3{
		font-size: 0.7em;
		margin: auto;
	}
	.info_box>h3{
		font-size: 1em;
	}
	.lang{
		height: 0;
	}
	.under_services p{
		margin-top: 30px;
		max-width: 100%;
		padding-top: 15px;
		border-top: 1px solid #000;
	}
	input:not(.form_button) {
	    margin: 6px 0;
	    width: 80%;
	}
	textarea{
	    margin: 6px 0;
	    width: 80%;
	}
	.about_footer{
		bottom: unset;
	}
	.contacts{
		bottom: unset !important;
	}

	.interiors_group{
		display: none;
	}
	.mobile_interiors_group{
		display: block;
	}
}