.bg-1{
	background: url("../img/bg-7.jpg");
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background-size: cover;
	z-index: 1;
}
.bg-2{
	background: url("../img/bg-7.jpg");
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background-size: cover;
	z-index: 1;
}
.bg-9{
	background: url("../img/bg-9.jpg");
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background-size: cover;
	z-index: 1;
}
.bg-10{
	background: url("../img/bg-12.jpg");
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	
	z-index: 1;
	animation: bg-10 100s linear infinite;
	background-repeat: repeat;
}
@keyframes bg-10 {
  0% {
    background-position-x: 0px;
    background-position-y: 0px;
  }
  100% {
    background-position-x: 1000px;
    background-position-y: 1000px;
  }
  
}



.gorizont-l{
    position: fixed;
    left: 0px;
    bottom: -4px;
    z-index: 6;
    *width: 100%;

}
.gorizont-l img{
    width: 700px;
}
.gorizont-r{
    position: fixed;
    right: 0px;
    bottom: -85px;
    z-index: 5;
    *width: 100%;
}
.gorizont-r img{
    width: 690px;
    *float: right;
}



.hide-img-main{
    position: fixed; 
    left: -10000px;
    top: 0px;
}

/*/////////////////////////////////////////////////////////*/
/*/////////////////////////404/////////////////////////////*/
/*/////////////////////////////////////////////////////////*/

.wrapper_error{
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 11;
    flex-direction: column;
}
.wrapper_error span{
    font-family: "Mulish-Black";
    color: #fff;
    font-size: 35px;
    text-align: center;
    display: block;
    text-shadow: 2px 2px 2px rgb(0 0 0);
}
.wrapper_error p{
    font-family: "Mulish-Black";
    color: #fda925;
    font-size: 355px;
    text-align: center;
    display: block;
    text-shadow: 2px 2px 2px rgb(0 0 0);
}
.wrapper_error a{
    padding: 20px;
    box-sizing: border-box;
    background: #33275c;
    color: #fff;
    border-radius: 20px;
    font-size: 20px;
    text-decoration: none;
    position: relative;
    border: 2px solid #33275c;
    text-transform: uppercase;
    -webkit-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.75);
    font-weight: bold !important;
}
.wrapper_error a:hover{
    background: #33275c;
    color: #fff;
}

/*/////////////////////////////////////////////////////////*/
/*/////////////////////////PARALLAX////////////////////////*/
/*/////////////////////////////////////////////////////////*/


.wrapper-paralax{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background-size: cover;
	z-index: 3;
}
.big-planet-1{
    position: absolute;
	z-index: 3;
	padding-top: 300px;
	animation: big-planet-1 55s linear infinite;
}

@keyframes big-planet-1 {
  0% {
    top: 36%;
    left: -58%;
  }
  100% {
    left: 50%;
    top: -100%;
  }
}
.big-planet-1 img{
    position: absolute;
    left: 0px;
	top: 0px;
	z-index: 3;
	width: 850px;
}
.big-planet-2{
    position: absolute;
	z-index: 3;

	animation: big-planet-2 30s linear infinite;
}
@keyframes big-planet-2 {
  0% {
	right: 43%;
	top: 120%;
  }
  100% {
    right: -34%;
    top: -73%;
  }
}





.big-planet-2 img{
    position: absolute;
    right: 0px;
	top: 0px;
	z-index: 3;
	width: 500px;
}
.big-planet-3{
    position: absolute;
    left: 60%;
    bottom: 300px;
    z-index: 3;
}
.big-planet-3 img{
    position: absolute;
    right: 0px;
	top: 0px;
	z-index: 3;
	width: 300px;
}




.forma123{
    position: relative;
    z-index: 20;
    padding: 30px;
    background: red;
}

/*//////////////////////////////formaz/////////////////////////////////////*/
.wrapper-formaz{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 34;
    display: none;
    background: rgba(0,0,0,0.7);
}
.formaz{
    width: 430px;
    height: 560px;
    -webkit-box-shadow: inset 2px 2px 8px 0px rgb(0 0 0 / 75%), inset -2px -2px 8px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: inset 2px 2px 8px 0px rgba(0,0,0,0.75), inset -2px -2px 8px 0px rgba(0,0,0,0.75);
    box-shadow: inset 2px 2px 8px 0px rgb(0 0 0 / 75%), inset -2px -2px 8px 0px rgb(0 0 0 / 75%);
    border: 4px solid #fbc063;
    border-radius: 20px;
    background: rgb(67,37,118);
    background: -webkit-linear-gradient(86deg, rgba(67,37,118,1) 0%, rgba(251,192,99,1) 100%);
    background: -moz-linear-gradient(86deg, rgba(67,37,118,1) 0%, rgba(251,192,99,1) 100%);
    background: -o-linear-gradient(86deg, rgba(67,37,118,1) 0%, rgba(251,192,99,1) 100%);
    background: linear-gradient(86deg, rgba(67,37,118,1) 0%, #133676 100%);
    position: fixed;
    display: none;
    z-index: 35;
    left: 50%;
    top: 50%;
    box-sizing: border-box;
    padding: 20px;
    margin: -280px 0px 0px -215px;
    box-shadow: inset 2px 2px 8px 0px rgb(255 145 0 / 75%), inset -2px -2px 8px 0px rgb(255 145 0 / 75%), 0px 0px 40px 0px rgb(255 145 0);
}
.formaz p{
    font-size: 30px;
    color: #fda925;
    font-family: "Mulish-Black"; 
    text-align: center;
    margin: 0px 0px 30px 0px;
    text-shadow: 2px 2px 2px rgb(0 0 0);
}
.formaz p span{
    color: #877dff;
    font-family: "MulishBold"; 
    display: block;
}

.formaz div{
    margin-bottom: 20px;
}
.formaz form i{
    display: inline-block;
    width: 50px;
    height: 53px;
    background: #fda925;
    color: #fff;
    font-size: 25px;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    border: 4px solid #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.formaz input[type=text]{
    height: 50px;
    border: 0px;
    width: 315px;
    outline: none;
    border: 2px solid #877dff;
    font-size: 21px;
    position: relative;
    top: 4px;
    left: -4px;
    padding: 0px 10px;
    box-sizing: border-box;
}
.formaz input[type=submit]{
    width: 245px;
    height: 55px;
    background: #542995;
    color: #fff;
    font-family: "MulishBold";
    text-align: center;
    border-radius: 5px;
    font-size: 25px;
    letter-spacing: 2px;
    margin: 40px 0px 40px 5px;
    display: block;
    position: relative;
    z-index: 16;
    border: 0px;
    vertical-align: middle;
    line-height: 55px;
    box-shadow: -2px -2px 5px 0px rgb(255 255 255 / 75%), 2px 2px 5px 0px rgb(0 0 0 / 75%);
    text-decoration: none;
    cursor: pointer;
}
.formaz input[type=submit]:hover{
    box-shadow:  inset -2px -2px 5px 0px rgb(255 255 255 / 75%), inset 2px 2px 5px 0px rgb(0 0 0 / 75%);
}
.formaz-close i{
    width: 71px;
    height: 55px;
    background: #952929;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    font-size: 25px;
    letter-spacing: 2px;
    margin: 40px 0px 40px 5px;
    display: block;
    position: relative;
    z-index: 16;
    border: 0px;
    vertical-align: middle;
    line-height: 55px;
    box-shadow: -2px -2px 5px 0px rgb(255 255 255 / 75%), 2px 2px 5px 0px rgb(0 0 0 / 75%);
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    bottom: -15px;
    right: 30px;
}
.formaz-close i:hover{
    box-shadow:  inset -2px -2px 5px 0px rgb(255 255 255 / 75%), inset 2px 2px 5px 0px rgb(0 0 0 / 75%);
}
