
@import url("https://fonts.googleapis.com/css?family=Molle:400i");
body {
  margin: 0;
  
}

canvas {
  display: block;
  vertical-align: bottom;
}
/* insert a section NEW MENU */
.menu-item {
    background-color: white;
    color: black;
    padding: 15px;
    transition: background-color 0.3s, color 0.3s;
	border-radius: 23px;
}

.menu-item:hover {
    background-color:#ff1915; 
	color: white;
}	
.menu-item1 {
    background-color: white;
    color: black;
    padding: 15px;
    transition: background-color 0.3s, color 0.3s;
	border-radius: 23px;
}

.menu-item1:hover {
    background-color:#41a5d7; 
	color: white;
}		
/* insert a section NEW MENU */



/* insert a section NEW categories of rights */

.menu-item3 {
    background-color: white;
    color: black;
    padding: 5px;
    transition: background-color 0.3s, color 0.3s;
	border-radius: 13px;
}

.menu-item3:hover {
    background-color:#23af8c; 
	color: white;
}		
/* insert a section NEW categories of rights */




/* ---- particles.js container ---- */
#particles-js {
  position: absolute;
  width: 100%;
  height: 80%;
  z-index: 1;
}
/* ---- particles.js container ---- */

/* ---- inset ---- */
.fd {
    margin-right: 17%;
    margin-left: 17%;
}
/* ---- inset ---- */






/* insert a section NEW MENU */
.menu-item {
    background-color: white;
    color: black;
    padding: 15px;
    transition: background-color 0.3s, color 0.3s;
	border-radius: 23px;
}

.menu-item:hover {
    background-color:#ff1915; 
	color: white;
}	
.menu-item1 {
    background-color: white;
    color: black;
    padding: 15px;
    transition: background-color 0.3s, color 0.3s;
	border-radius: 23px;
}

.menu-item1:hover {
    background-color:#41a5d7; 
	color: white;
}		
/* insert a section NEW MENU */











.ask {
	margin-bottom: 5px;
	display: flex;
	justify-content: center;
} 

.ers {
	
	font-weight: 700;
	font-size: xxx-large;
}

.fs-1 {
    color: #48b1f7;
}

.fs-0 {
    color: rgb(255, 255, 255));
    font-size: xx-large;

}

.content_8 {
    font-size: xx-large;
	font-weight: 500;
	color: #000000;

}
.ers {
	 color: rgb(69, 164, 212);
	font-weight: 700;
	font-size: xxx-large;
}

.ers_1 {
	 color: rgb(69, 164, 212);

}

.fs-4 {
    color: rgb(255, 255, 255);
    font-size: xxx-large;
}

.img1 {
	overflow: hidden;
    border-radius: 30px;
	margin-right: 3%;
    margin-left: 3%;
}


.mod1 {

    margin-right: 0%;
    margin-left: 0%;
	z-index: 2;
}

.img2 {

    margin-right: 23%;
    margin-left: 23%;
	margin-bottom: 2%;
	margin-top: 2%;
	z-index: 10;
}

.img_m {
	background-image: url(img_end.gif);
	height:550px;
	width: 100%;
	background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    margin-right: 0%;
    margin-left: 0%;
	z-index: 10;
	
   /* Префиксы вендоров */
  -webkit-background-size: cover; /* для Safari (включая мобильные устройства) и Chrome */
  -moz-background-size: cover; /* для Firefox */
  -o-background-size: cover; /* для Opera */
  -ms-background-size: cover; /* для Internet Explorer и Edge */
  -webkit-background-attachment: fixed; /* для Safari (включая мобильные устройства) и Chrome */
  -moz-background-attachment: fixed; /* для Firefox */
  -o-background-attachment: fixed; /* для Opera */
  -ms-background-attachment: fixed; /* для Internet Explorer и Edge */
}

.dis1 {

    text-align: left;
        display: inline-block;
        width: 100%;
}

.sc1_0 {
            transition: transform 1s;
			z-index: 20;
        }

.sc1_0:hover {
            transform: scale(1.2);

}

.z_i {

     
            transition: transform 0.1s;
			z-index: 20;
        }
.sc1_1 {

     
            transition: transform 0.6s;
        }

        .sc1_1:hover {
            transform: scale(1.1);

}

.otst{
	margin-right: 13%;
    margin-left: 13%;
}

.lin {
	margin-right: 13%;
    margin-left: 13%;
}

.content_0 {
	    margin-right: 23%;
    margin-left: 23%;
}

.xx {
	color: #000000;
}


/* Button */
.animate-gradient {
	
	height: 80px;
	width: 310px;
	line-height: 0px;
	border-radius: 23px;
	font-weight: bold;
	font-size: 28px;
	padding: 20px;
	text-align: center;
	color: #FFFFFF;
	background: linear-gradient(-45deg, #941010, #da4d4d, #e73c7e, #e0491b);
    /*background: linear-gradient(-45deg, #e0491b, #e73c7e, #187192, #101294);*/
	background-size: 400% 400%;
	animation: animate_gradient 5s ease infinite;
    border: none;
}
.animate-gradient:hover {
	animation: none;
}
/* Button */


/* Button */
.animate-gradient_1 {
	
	height: 72px;
	line-height: 0px;
	border-radius: 20px;
	font-weight: bold;
	font-size: 18px;
	padding: 20px;
	text-align: center;
	color: #FFFFFF;
	background: linear-gradient(-45deg, #941010, #3908e8, #e73c7e, #e0491b);
    /*background: linear-gradient(-45deg, #e0491b, #e73c7e, #187192, #101294);*/
	background-size: 400% 400%;
	animation: animate_gradient 5s ease infinite;
    border: none;
}
.animate-gradient_1:hover {
	animation: none;
}
/* Button */

 .content_8 {
    font-size: x-large;
	font-weight: 500;
	color: rgb(255, 255, 255));

}

@keyframes animate_gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}





a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color:#00A0C6; 
    text-decoration:none; 
    cursor:pointer;  
}





.button {
	  color: rgb(69, 164, 212);
}

.gradient-button {
  text-decoration: none;
  display: inline-block;
  color: white;
  padding: 20px 30px;
  margin: 10px 20px;
  border-radius: 23px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-image: linear-gradient(to right, #c73e3b 0%, #b33835 51%, #c73e3b 100%);
  background-size: 200% auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  transition: .5s;
}
.gradient-button:hover {
  background-position: right center;
}

.gradient-button1 {
  text-decoration: none;
  display: inline-block;
  color: white;
  padding: 20px 30px;
  margin: 10px 20px;
  border-radius: 23px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-image: linear-gradient(to right, #4c36da 0%, #3622b6 51%, #4c36da 100%); 
  background-size: 200% auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  transition: .5s;
}
.gradient-button1:hover {
  background-position: right center;
}





.bz {
	display: none;
}


.stat strong{
	font-weight:300;
	font-size:1.5em;

	vertical-align:top
}
.stat span{
	
	vertical-align:top;
	font-size:.2em;
	padding-top:1.75em;
	padding-left:.7em
}
.ssss{
    margin-right: 15px;
    margin-left: 15px;
}



.stat {
	height:80 px;
	display:inline-block;
	
}

.cell {
	font-size:100px;
	display:flex;
	flex-direction:row;
}

.stat row two {
	display:flex;
	flex-direction:row;
}



.head_a1 {
	margin-right: 20%;
    margin-left: 20%;
}

/* Скрыть изображение для мобильных устройств по умолчанию */
.image-mobile {
    display: none;
}

/* Показать изображение для ПК */
.image-desktop {
    display: block;
}

@media all and (max-width: 600px) {
	
	#particles-js {
	  position: absolute;
	  width: 100%;
	  height: 30%;
	  z-index: 1;
	}
	.image-desktop {
        display: none; /* Скрыть изображение для ПК */
    }
    
    .image-mobile {
        display: block; /* Показать изображение для мобильных устройств */
    }
	
.content_0 {
    margin-right: 3%;
    margin-left: 3%;
}
.img2 {

    margin-right: 7%;
    margin-left: 7%;
	z-index: 1;
}

.image-desktop {

    margin-right: 0%;
    margin-left: 0%;
	z-index: 2;
}
.ssss{
    margin-right: 10px;
    margin-left: 10px;
}

.az {
	display: none;
}

}

.btn {
	border-radius: 23px;
}

.nw {
	border-radius: 23px;
}


}
/* Стили для мобильных устройств */
@media (max-width: 480px) {
    /* Button */
	.animate-gradient {	
	height: 80px;
	width: 210px;
	line-height: 0px;
	border-radius: 23px;
	font-weight: bold;
	font-size: 16px;
	padding: 20px;
	text-align: center;
	color: #FFFFFF;
	background: linear-gradient(-45deg, #941010, #3908e8, #e73c7e, #e0491b);
    /*background: linear-gradient(-45deg, #e0491b, #e73c7e, #187192, #101294);*/
	background-size: 400% 400%;
	animation: animate_gradient 5s ease infinite;
    border: none;
	}

/* Button */
}