body,html{background: transparent;overflow: hidden;}
#slideBlock{ padding: 0 50px 0;}
body{margin: 0;padding: 0;}
.swiper-slide a img{width: 100%;vertical-align: bottom;}
.swiper-slide img{width: 100%;height: auto;vertical-align: bottom;}
.swiper-slide a{display: block;transition: opacity 0.3s ease;}
.swiper-slide a:hover{opacity: 0.5}
.swiper-slide a[href*="#"]{pointer-events: none;cursor: default;}
.swiper-slide a[href*="#"]:hover {opacity: 1 !important}
.note{font-family: sans-serif;padding: 1em 2em 2em;margin:0;line-height: 1.6;background: #fff;}
/*-----------------------slider*/
.swiper-pagination-bullet {width: 0.8em;height: 0.8em;border: 2px solid #039;background: #039;opacity: 1;}
.swiper-pagination-bullet-active{background: #39f;}
.swiper-button-next, .swiper-button-prev {opacity: 1;top: calc(50% - 35px);outline: none;}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{margin-bottom: 3px;}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right:auto
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left:auto
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{opacity: 0.1;}

@media screen and ( max-width:420px) {
.note{font-size: 70%;}
	}
	
	
#btn_close {position: absolute;right: 16px;top: -34px;width: 32px;height: 32px;display: block;}

.worksList a {display: block;flex-basis: calc((100% - 5em) / 6 );margin-bottom: 1em;position: relative;margin-right: 1em;}