.one1 {
  position: relative;
/*  margin: 300px auto 0;*/
/*  width: 500px;*/
  height: 250px;
  background: linear-gradient(0deg, #000, #272727);
}

.one1:before, .one1:after {
  content: '';
  position: absolute;
  left: -2px;
/*  top: -2px;*/
  background: linear-gradient(45deg, #fb00944d, #0000ff70, #00ff0057,#aaaa7a, #ff000045, #c67ca7, #7171c1, #0073006b,#a6a673, #a46464c4);
/*  background-size: auto;*/
  background-size: 400%;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  z-index: 1;
  animation: steam 40s linear infinite;
}

@keyframes steam {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

.one1:after {
  filter: blur(50px);
}

.firstblock{
height: 96%;
background-color: #053333;
z-index: 12;
position: absolute;
margin: 20px;
  margin-bottom: 20px;
padding-left: 12px;
width: 96%;
box-shadow: 0px 1px 18px 3px #053333;
}

#main > section.cover {
  padding: 0em 0 !important;
  }
  
  
#fancybox-left, #fancybox-right{
display: inline;
}

.shaminaimg{
animation: 20s show ease;
width: 33%;
}
@keyframes show {
  from { opacity: 0; }
  to { opacity: 1; }
}

      .itemimg:after {
content: "";
display: block;
width: 40%;
height: 66%;
position: absolute;
top: 0;
left: 0;
background: transparent;
  background-image: none;
background-image: linear-gradient(to left, #11de93, #0e7ad6);
opacity: 0.8;
z-index: 10;
margin-left: 30%;
margin-top: 1%;}
	
	.showcase__video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .48;
}


.showcase {
	background-color: #000;
	height: 100%;
	position: relative;
	color: #fff;
	/* overflow: hidden; */
}
.showcase::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	box-shadow: inset 0 0 500px #000;
}
.showcase::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url(../img/light.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center -65px;
	animation: k-light 3s ease-in-out infinite;
}
.showcase__video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .48;
}
.showcase__content-wrapper {
	position: relative;
	z-index: 2;
	height: 100%;
	padding: var(--padding) 0;
}
.showcase__content-wrapper::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url(../img/glow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	animation: k-glow 1.6s ease-in-out infinite;
}
.showcase__header {
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 1;
	top: 40px;
	font-family: assassin-st, sans-serif;
	font-size: 32px;
	color: rgba(255, 255, 255, .75);
}
.showcase__header span {
	color: var(--accent);
}
.showcase-carousel .swiper-wrapper {
	transition: var(--transition);
}
.showcase-carousel__item {
/*	position: relative;*/
	height: calc(100vh - var(--padding)*2);
	text-align: center;
	opacity: .65;
	/*transform: scale(.75);*/
	transition: opacity 1.8s var(--transition), transform 1.8s var(--transition)
}
.showcase-carousel__item::after {
	content: '';
	width: 120px;
	height: 0;
	position: absolute;
	box-shadow: 0 0 45px 10px #010101;
	bottom: 5px;
	left: calc(50% - 60px);
}
.showcase-carousel__item p {
	position: absolute;
	bottom: -85px;
	width: 100%;
	font-family: assassin-st, sans-serif;
	font-size: 32px;
	color: rgba(255, 255, 255, .5);
	text-shadow: rgb(58 78 94) 0 0 10px;
}
.showcase-carousel__item.swiper-slide-active {
	opacity: .8;
	transform: scale(.98);
}
.showcase-carousel__image-wrapper > * {
	position: absolute;
	width: 70%;
	height: 70%;
	perspective: 150px;
	transform-style: preserve-3d;
	left: 18%;
}
.showcase-carousel__image {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.showcase-carousel__image-left {
	perspective-origin: left center;
	clip-path: polygon(2px -9px, 50.08% 54px, 50.59% 100%, 7px 89.33%);
}
.showcase-carousel__image-right {
	perspective-origin: right center;
	clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
	/* Фикс вертикальной полосы на некоторых дисплеях */
	margin-left: -.55px
}
.showcase-carousel__image-left .showcase-carousel__image {
	animation: k-left-side 2s ease-in-out infinite;
	animation-direction: alternate;
}
.showcase-carousel__image-right .showcase-carousel__image {
	animation: k-right-side 2s ease-in-out infinite;
	animation-direction: alternate;
}
@keyframes k-light {
	0% {
		opacity: .2;
	}
	50% {
		opacity: .3;
	}
	100% {
		opacity: .2;
	}
}
@keyframes k-glow {
	0% {
		opacity: .6;
	}
	50% {
		opacity: .8;
	}
	100% {
		opacity: .6;
	}
}
@keyframes k-left-side {
	0% {
		transform: rotateY(-1deg) scaleX(.92);
	}
	100% {
		transform: rotateY(0deg) scaleX(1);
	}
}
@keyframes k-right-side {
	0% {
		transform: rotateY(0deg) scaleX(1);
	}
	100% {
		transform: rotateY(1deg) scaleX(.92);
	}
}