@charset "utf-8";
/* CSS Document */


body, .sp-preloader {
    background-color: #000000;
    color: #ffffff;
}


#sp-header {
    height: 140px;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 99;
}

#sp-header .logo {
/*    height: 140px;*/
    display: inline-flex;
    margin: 0;
    align-items: center;
}
.logo-image {
    height: 125px !important;
    margin-top: 50px;
}

.logo-image-phone {
    height: 67px !important;
    /* align-items: center; */
    position: absolute;
/*    width: 250px;
*/    /* right: 25%; */
    left: 20%;
    top: 21%;
}


.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    display: inline-block;
    padding: 42px 65px 0 0;
    line-height: 80px;
    font-size: 18px;
    margin: 0;
}

#sp-menu {
	text-align: center;
}

#sp-menu2 {
	text-align: center;
}

#sp-footer2 {
    display: flex;
    justify-content: center !important;
}


.photo--slice {
    -webkit-clip-path: polygon(100px 0,100% 0,calc(100% - 100px) 100%,0 100%);
    clip-path: polygon(100px 0,100% 0,calc(100% - 100px) 100%,0 100%);
/*    position: absolute;
   top: 0;
    left: -50px;
*/     z-index: -1;
    width: calc(100% + 100px);
    height: 200%;
    max-width: none;
}

.photo--slice1 {
    -webkit-clip-path: polygon(0px 0,100% 0,calc(100% - 100px) 100%,0 100%);
    clip-path: polygon(0px 0,100% 0,calc(100% - 100px) 100%,0 100%);
/*    position: absolute;
   top: 0;
    left: -50px;
*/     z-index: -1;
    width: calc(100% + 100px);
    height: 200%;
    max-width: none;
}