@import url("css/normalize.css");
/*@font-face {
    src: url(fonts/FiraSans.otf);
    font-family: 'FiraSans';
}*/

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}
html {
    font-size: 100%;
}
body {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-weight: 400;
    color: #000;
    margin: 0;
}
.page__row{
    margin: 0 auto;
    max-width: 1920px;
    overflow: hidden;
}
.page__cell{
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1630px;
}
.img{
    width: 100%;
}
a{
    text-decoration: none;
}
.header{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5rem;
}
.header {
    padding: 0!important;
}
.header__logo{
    width: 11.375rem;
}
.page__cell-content{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page__cell-tablet{
    display: none;
}
.content__left{
    width: 31.25rem;
}
.content__left-headline{
    font-size: 4.3125rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1;
    text-align: left;
}
.content__left-headline span{
    font-size: 5.375rem;
    letter-spacing: 0.13em;
    font-weight: 700;
}
.content__left-btn{
    margin-top: 1.5rem;
}
.content__right{
    width: 60rem;
}
.content__right-img{
    width: 100%;
}
.button {
    position: relative;
    display: inline-block;
    border-radius: 7px;
    background-color: #f20000;
    box-shadow: 0 4px 17px 0 rgba(233, 0, 0, 0.35);
    width: 18.75rem;
    height: 4.1875rem;
    overflow: hidden;
    transition: 0.4s;
}
.front-btn{
    display: block;
    margin: 0 auto;
    font-size: 1.625rem;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    line-height: 2.6;
    letter-spacing: 0.2em;
    text-align: center;
    transition: 0.2s;
}
.back-btn{
    margin: 0 auto;
    font-size: 1.625rem;
    font-weight: 700;
    color: #f20000;
    text-shadow: 0 0 10px #f20000;
    text-transform: uppercase;
    line-height: 2.6;
    letter-spacing: 0.2em;
    text-align: center;
    transition: 0.2s;
    display: none;
}
.button__line {
    position: absolute;
    display: block;
}
.button__line--top {
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #f20000);
}
.button:hover .button__line--top {
    left: 100%;
    transition: 1s;
    transition-delay: 0.25s;
}
.button:hover .button__line--top {
    left: 100%;
    transition: 1s;
    transition-delay: 0.25s;
}
.button__line--bottom {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent, #f20000);
}
.button:hover .button__line--bottom {
    right: 100%;
    transition: 1s;
    transition-delay: 0.25s;
}
.button__line--left {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(0deg, transparent, #f20000);
}
.button:hover .button__line--left {
    bottom: 100%;
    transition: 1s;
    transition-delay: 0s;
}
.button__line--right {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #f20000);
}
.button:hover .button__line--right {
    top: 100%;
    transition: 1s;
    transition-delay: 0s;
}
.button:hover{
    background-color: transparent;
}
.button:hover .front-btn{
    display: none;
}
.button:hover .back-btn{
    display: block;
}
.content__left-bottom{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-top: 1.5rem;
}
.facebook,
.google{
    width: 10.4375rem;
    margin-top: 2rem;
}
.trip{
    width: 11.75rem;
    margin-top: 2rem;
}
.yelp{
    width: 10.5rem;
    margin-top: 2rem;
}
/*зайчик*/
.raiting-icone,
.spacial-raiting{
    position: relative;
    z-index: 999;
    cursor: pointer;
}
.raiting-icone:before,
.spacial-raiting:before{
    opacity:1;
    transition:15s ease-in}
.raiting-icone:hover:before{
    opacity:.95;
    cursor:pointer;
    content:"";
    display:block;
    position:absolute;
    width: 2.5rem;
    height: 2.5rem;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(img/blik.png);
    top:50%;
    right:90%;
    animation:Jb 3.4s ease-in-out;
    animation-duration:3.5s;
}
.spacial-raiting:hover:before{
    opacity:.95;
    cursor:pointer;
    content:"";
    display:block;
    position:absolute;
    width:2.5rem;
    height:2.5rem;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(img/blik.png);
    top:60%;right:90%;
    animation:Jb 3.4s ease-in-out;
    animation-duration:3.5s;
}

@keyframes Jb{
    0%{right:9.375rem}
    30%, to{right:-15px;opacity: 0;}
}
@keyframes Jbg{
    0%{right:80px}
    20%, to{right:-10px;opacity: 0;}
}
/*зайчик*/
/*SECTION2*/
.page__cell-aboutus{
    width: 100%;
    margin-top: 8.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 26px;
}
.tablet{
    display: none;
}
.aboutus__left{
    width: 48%;
}
.aboutus__left-headline{
    font-size: 2.6875rem;
    text-transform: uppercase;
    line-height: 0.6;
    letter-spacing: 0.15em;
    text-align: center;
    margin-bottom: 3rem;
}
.aboutus__left-text{
    font-size: 1.4375rem;
    letter-spacing: 0.05em;
    color: rgb(0, 0, 0);
    line-height: 1.875;
    text-align: center;
}
.aboutus__right{
    width: 46%;
    height: 51.7485rem;
    display: flex;
    justify-content: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
}
.aboutus__right:hover{
    box-shadow: 0 0 26px 0 rgba(0,0,0,0.75);
}

.img-replace {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
}
.visibility-video {
    visibility: hidden;
    width: 48.5rem;
}
video {
    position: absolute;
    width: 48.5rem;
    top:0;
    left: 0;
}
.tooltip-img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*SECTION2*/
/*SECTION3*/
.page__cell-gallery{
    width: 115.625rem;
    margin: 7rem auto 0 auto;
}
.gallery__headline{
    font-size: 2.6875rem;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.15em;
    margin-bottom: 6rem;
}
.gallery{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gallery__items{
    width: 23%;
}
.item{
    width: 100%;
    margin-bottom: 2rem;
    cursor: pointer;
}
/*popup*/
.overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    display: none;
    z-index: 1000;
}
.popup {
    position: absolute;
    width: 50%;
    height: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /*padding: 40px;*/
    box-sizing: border-box;
}
.close-popup {
    position: absolute;
    top: -25px;
    right: -155px;
    width: 23px;
    height: 23px;
    cursor: pointer;
}

.close-popup:before {
    content: '';
    background-color: #fff;
    position: absolute;
    height: 3px;
    width: 31px;
    top: 11px;
    left: -4px;
    transform: rotate(-45deg);
}

.close-popup:after {
    content: '';
    background-color: #fff;
    position: absolute;
    height: 3px;
    width: 31px;
    top: 11px;
    transform: rotate(45deg);
    left: -4px;
}
/*gallery*/

.body {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    overflow: hidden;
}

.body * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.body input { display: none; }

.img-inner {
    top: 50%;
    transform: translateY(-50%)!important;
    opacity: 0;
    width: 100%;
    /*height: 100%;*/
    display: block;
    position: absolute;

    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);

    transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -webkit-transition: all .7s ease-in-out;
}

.img-inner img {
    width: 100%;
    height: 100%;
}

.img-inner ~ label.sb-bignav { opacity: 0.5; }

label.sb-bignav:hover { opacity: 1; }


.sb-bignav {
    width: 100px;
    height: 100px;
    display: none;
    position: absolute;

    opacity: 0;
    z-index: 9;
    cursor: pointer;

    transition: opacity .2s;
    -moz-transition: opacity .2s;
    -webkit-transition: opacity .2s;

    color: white;
    /*font-size: 156pt;*/
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    /*font-family: "Varela Round", sans-serif;
    /*background-color: rgba(255, 255, 255, .3);*/
    text-shadow: 0px 0px 15px rgb(119, 119, 119);
}

label[title="Next"] { right: 0; }

input:checked + .li > .img-inner {
    opacity: 1;

    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);

    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
}

input:checked + .li > label { display: block; }
/*gallery*/

/*popup*/
#customers-testimonials{
    width: 90%;
    margin: 0 auto;
    display: none;
}
/*.owl-carousel .item{
    width: 500px;
}*/
#customers-testimonials .item {
    text-align: center;
    padding: 20px;
    /*margin-bottom:80px;*/
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}
/*SECTION3*/
/*SECTION4*/
.hallucination__headline{
    font-size: 2.6875rem;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.15em;
    margin-top: 10rem;
    margin-bottom: 6rem;
}
.page__cell-hallucination{
    margin: 0 auto;
    max-width: 1300px;
}
.slider{
    width: 100%;
    margin: 0 auto;
}
.slider__item{
    width: 48.125rem;
    height: 42.875rem;
    margin:0 20px 0 35px;
    position: relative;
}
.slider__item-img{
    position: absolute;
    top:0;
    right:0;
    bottom: 0;
    left: 0;
}
.hidden{
    overflow-x: hidden;
    width: 50%;
    background-color: rgba(239, 239, 239, 0.7);
    position: absolute;
    top:0;
    right: 0;
    bottom: 0;
    padding: 2.375rem;
    font-size: 1.25rem;
    line-height: 1.2;
    text-align: left;
    letter-spacing: .075em;
}
.span-heading{
    display: inline-block;
    padding-bottom: 2rem;
    font-size: 2.125rem;
    text-transform: uppercase;
    letter-spacing: .2em;
}
.slider .owl-dot span {
    background-color: #C0C0C0;
    height: 1rem;
    width: 4px;
    display: block;
}
.slider .owl-dot.active span{
    height: 1.5rem;
    width: 5px;
    background: #4f4f4f;
}
.slider .owl-dot {
    display: inline-block;
    margin: 0 0.40625rem;
}
.slider .owl-dots {
    display: flex;
    width: 18rem;
    margin: 3.5rem auto;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
.owl-carousel .owl-nav {
    color: #000;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-left: 1rem;
    padding-right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}
.owl-prev{
    background-image: url("img/back.png");
    background-size: cover;
    width: 4.75rem;
    height: 4.75rem;
}
.owl-next{
    background-image: url("img/next.png");
    background-size: cover;
    width: 4.75rem;
    height: 4.75rem;
}
/*SECTION4*/
/*SECTION5*/
.section__card-headline{
    font-size: 2.6875rem;
    text-transform: uppercase;
    line-height: 0.6;
    text-align: center;
    margin: 2rem;
}
.section5__card{
    width: 100%;
    height: 53rem;
    display: flex;
    justify-content: space-between;
    /*margin-top: 4.3125rem;*/
}
.section5__card-item{
    position: relative;
    width: 31rem;
    height: 41rem;
}
.section5__card-item-img{
    padding-top: .75rem;
    height: 41rem;
    transition: 0.6s;
}
.img-logo{
    height: 5.5625rem;
}
.icon-cards{
    display: none;
}
.micro-logo{
    margin: 0.35rem auto .85rem auto;
    width: 10.3125rem;
}
.axe-logo {
    margin: 0 auto;
    width: 8rem;
}
.torture-logo{
    margin: 0 auto .5rem auto;
    width: 8rem;
}
.section5__card-item-link{
    font-size: 1.625rem;
    line-height: 1.2;
    text-align: center;
    position: absolute;
    bottom: -3.5rem;
    left: 0;
    right: 0;
    font-weight: 500;
    transition: 0.3s;
    z-index: 10;
}
.section5__card-item-link a{
    cursor: pointer;
    color: #fa0000;
}
.section5__card-item-link:hover{
    transform: scale(1.2);
}
.card {
    position: relative;
    transition: all 1s ease;
    transform-style: preserve-3d; /*определяет то, что дочерние элементы, находятся в 3D-пространстве*/
}
.card-block {
    transition: all .5s ease;
    cursor: pointer;
    /*transform: scale(.90);*/
    perspective: 500px;
}
.card-block:hover {
    transform: scale(1) translate3d(0, -10px, 0); /*при наведении на блок с картой, он увеличивается и поднимается вверх*/
}

.card-block:hover .side{
    box-shadow: -36px 18px 16px 0 rgba(0, 0, 0,.8); /*при наведении на блок с картой, для видимой стороны карты задается тень*/
}

.side {
    /*border-radius: 15px; /*скругляет элемент, чтобы тень повторяла контур img с изображением карты*/
    transition: all .3s ease;
    display: block;
    backface-visibility: hidden; /*прячет сторону карты, которая отвернута от пользователя*/
    box-shadow: 0 0 5px 1px rgba(0, 0, 0,.4); /*небольшая тень, когда карта «лежит» на поверхности*/
}
.back {
    position: relative;
}
.back:hover::after {
    position: absolute;
    top: 50%;
    left: 10px;
}
.front {
    position: absolute; /*абсолютно позиционирован внутри родителя и лежит на рубашке карты*/
    top: 0;
    transform: rotateY(180deg); /*отвернута от нас на 180 градусов по своей оси*/
}

.flip {
    transform: rotateY(180deg); /*при добавлении этого класса элемент развернется на 180 градусов*/
}
#drag-container, #spin-container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: auto;
	-webkit-transform-style: preserve-3d;
			transform-style: preserve-3d;
  }
  
  #drag-container img, #drag-container video {
	-webkit-transform-style: preserve-3d;
			transform-style: preserve-3d;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 200px;
	font-size: 50px;
	text-align: center;
	-webkit-box-reflect: below 10px linear-gradient(transparent, transparent, transparent);
  }
  
  #drag-container img:hover, #drag-container video:hover {
	-webkit-box-reflect: below 10px linear-gradient(transparent, transparent, #0007);
  }
  
  #drag-container p {
	font-family: Serif;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%) rotateX(90deg);
			transform: translate(-50%,-50%) rotateX(90deg);
	color: #fff;
  }
  
  #ground {
	width: 900px;
	height: 900px;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%) rotateX(90deg);
			transform: translate(-50%,-50%) rotateX(90deg);
	background: -webkit-radial-gradient(center center, farthest-side , #9993, transparent);
  }
  

  
  @-webkit-keyframes spin {
	from{
	  -webkit-transform: rotateY(0deg);
			  transform: rotateY(0deg);
	} to{
	  -webkit-transform: rotateY(360deg);
			  transform: rotateY(360deg);
	}
  }
  
  @keyframes spin {
	from{
	  -webkit-transform: rotateY(0deg);
			  transform: rotateY(0deg);
	} to{
	  -webkit-transform: rotateY(360deg);
			  transform: rotateY(360deg);
	}
  }
  @-webkit-keyframes spinRevert {
	from{
	  -webkit-transform: rotateY(360deg);
			  transform: rotateY(360deg);
	} to{
	  -webkit-transform: rotateY(0deg);
			  transform: rotateY(0deg);
	}
  }
  @keyframes spinRevert {
	from{
	  -webkit-transform: rotateY(360deg);
			  transform: rotateY(360deg);
	} to{
	  -webkit-transform: rotateY(0deg);
			  transform: rotateY(0deg);
	}
  }
/*SECTION5*/
/*SECTION6*/
.section6__headline {
    font-size: 2.6875rem;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
}
/*.tablet{
    display: none;
}*/
.section6__info{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 7rem;
}
.section__info-block1{
    width: 49%;
    display: flex;
    justify-content: space-between;
}
.block1__left{
    position: relative;
    width: 47%;
}
.block1__right-headline{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    color: #000;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: left;
    font-weight: 700;
    letter-spacing: 0;
}
.block1__right-text{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    color: #000;
    line-height: .95;
    text-align: left;
    padding: .5rem 0;
}
.block1__left-text{
    position: absolute;
    bottom: 1.375rem;
    right: 0;
    left: 0;
    padding: 0 .6rem;
    font-size: 1.75rem;
    font-family: 'Bebas Neue', sans-serif;
    color: #000;
    line-height: 1.071;
    text-align: center;
    text-shadow: 0 4px 4px rgba(21, 21, 22, 0.9);
}
.block1__right{
    width: 47%;
}
.block1__right-text{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    color: #000;
    line-height: 1.1;
    text-align: left;
    font-weight: 500;
    letter-spacing: 0;
    margin-top: 1rem
}
.block21__right{
    width: 47%;
}
.block1__right-link{
    font-size: 1.5625rem;
    text-align: left;
    padding-bottom: .3125rem;
    line-height: 1;
    transition: .2s ease;
}
.block1__right-link a{
    font-family: 'Montserrat', sans-serif;
    color: #F00000;
    border-bottom: 1px solid #f00000;
    margin-right: .625rem;
}
.block1__right-link:hover{
    font-weight: 700;
}
.section__info-block2{
    width: 49%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.section__info-block21{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.block21__left{
    position: relative;
    width: 47%;
}
.block21__right-headline{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    color: #000;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: left;
    font-weight: 700;
    letter-spacing: 0
}
.block21__right-link{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5625rem;
    text-align: left;
    padding-bottom: .3125rem;
    line-height: 1;
    /*margin-top: 1rem;*/
    transition: .2s ease;
}
.block21__right-link a{
    font-family: 'Montserrat', sans-serif;
    color: #F00000;
    border-bottom: 1px solid #f00000;
    margin-right: .625rem;
}
.block21__right-link:hover{
    font-weight: 700;
}
.block22__right-link{
    font-size: 1.5625rem;
    text-align: left;
    padding-bottom: .3125rem;
    line-height: 1;
    margin-top: .35rem;
    transition: .2s ease;
}
.block22__right-link a{
    font-family: 'Montserrat', sans-serif;
    color: #F00000;
    border-bottom: 1px solid #f00000;
    margin-right: .625rem;
}
.block22__right-link:hover{
    font-weight: 700;
}
.block3-text{
    text-align: right;
}
.block3-link{
    margin-top: .7rem;
    text-align: right;
}
.section__info-block4{
    width: 49%;
    display: flex;
    justify-content: space-between;
}
.block4{
    display: flex;
    justify-content: space-between;
}
.block__left-img{
    width: 47%;
}
.block__left-text{
    width: 47%;
}
.block4-link{
    margin-top: 3.3rem;
}
.line2{
    margin-top: 1.5rem;
}

/*SECTION6*/
/*SECTION7*/
.page__cell-content--section7{
    margin-top: 10rem;
}
.content__left--section7{
    margin-bottom: 10rem;
}
.content__left-text--section7{
    font-size: 1.625rem;
    line-height: 1.333;
    letter-spacing: .05em;
    text-align: left;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
/*SECTION7*/
/*FOOTER*/
footer{
    background-color: #f1f1f1;
}
.cell__line-footer{
    display: flex;
    height: 28.75rem;

}
.contact {
    width: 50vw;
    padding: 5.94rem 3.125rem 2.8125rem 3.125rem;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    flex-shrink: 0;
    display: flex;
    /* align-items: center; */
}
.h1{
    font-size: 1.625rem;
    text-transform: uppercase;
    line-height: 1;
    text-align: left;
    letter-spacing: .2em;
    margin-bottom: 2rem;
}

.contact__item{
    display: flex;
    align-items: center;
    margin-bottom: .75rem;
}
.contact__item-img{
    width: 3.0625rem;
    margin-right: 1rem;
}

.contact__item-text,
.mobile-phone,
.decktop-phone{
    font-size: 1.25rem;
    color: #000;
    text-transform: uppercase;
    line-height: .8;
    letter-spacing: 0.1em;
}
.mobile-phone{
    display: none;
}
.contact__item-text1,
.mailto,
.maplink{
    color: #000;
    font-size: 1.25rem;
    line-height: .8;
    letter-spacing: 0.1em;
}

.open__item{
    margin-bottom: .4rem;
    display: flex;
    justify-content: space-between;
}
.open__item-text{
    font-size: 1.25rem;
    line-height: 1.222;
    letter-spacing: .1em;
}
.open__item-text1{
    font-size: .75rem;
    line-height: 1.222;
}
.day{
    margin-top: 0.5rem;
}
.map iframe {
    width: 50vw;
    height: 100%;
}
/*FOOTER*/
/*wave*/
canvas{
    z-index: 1000;
}
#wave1 {
    position: fixed;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: .6;
    top: -20px;
    transition: opacity .5s;
    width: 100%;
    height: 8.875rem
}

#wave2 {
    position: fixed;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: .7;
    top: -30px;
    transition: opacity .5s;
    width: 100%;
    height: 8.875rem
}

#wave3 {
    position: fixed;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: .6;
    top: -20px;
    transition: opacity .5s;
    width: 100%;
    height: 3rem
}

#wave1_down {
    position: fixed;
    bottom: -35px;
    opacity: .6;
    transition: opacity .5s;
    width: 100%;
    height: 9.5rem
}

#wave2_down {
    position: fixed;
    bottom: -20px;
    opacity: .6;
    transition: opacity .5s;
    width: 100%;
    height: 9.5rem
}

#wave3_down {
    position: fixed;
    bottom: -30px;
    opacity: .6;
    transition: opacity .5s;
    width: 100%;
    height: 9.5rem
}

