body {
display: flex;
flex-direction: column;
margin: 0px;
background-color: #87CEFA;
min-width: 300px;
overflow-x: hidden;
}

.maindiv {
display: inline-block;
width: 100%;
height: 600px;
}

.div1 {
background-color: transparent;
display: flex;
flex-direction: column;
}

.gg0 {
	height: 20%;
}

.gg1 {
	height: 50%;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}

.gg2 {
	height: 30%;
	text-align: center;
}

.div2 {
background-image: url(../img/lol.png);
text-align: center;
background-size: cover;
}

.div3 {
background-color: transparent;
display: flex;
flex-direction: row;
justify-content: space-around;
}

.div4 {
background-image: url(../img/lola.png);
text-align: center;
}

.inst {
background-image: url(../img/inst.png);
background-size: contain;
background-repeat: no-repeat;
padding-top: 15px;
margin-left: 50px;
}

.main {
background-image: url(../img/logo.png);
background-size: contain;
background-repeat: no-repeat;
padding-top: 15px;
margin-right: 50px;
}

.tit {
padding-top: 70px;
text-align: center;
font-family: fontthree;
font-size: 50px;
font-family: ofont;
z-index: 2;
position: relative;
}

.div11 {
	width: 30%;
	text-align: center;
	padding-top: 10px;
}

.div12 {
	width: 30%;
	text-align: center;
	padding-top: 30px;
}

.div13 {
	width: 30%;
    text-align: center;
	padding-top: 10px;
}

.div14 {
  display: none;
}

.dog {
margin: 0px;
font-family: fontthree;
color: white;
font-size: 30px;
}

.animal {
margin: 0px;
font-family: fontthree;
color: white;
font-size: 50px;
}

.cat {
margin: 0px;	
font-family: fontthree;
color: white;
font-size: 30px;
}

.count1 {
margin: 0px;	
font-family: fontthree;
color: white;
font-size: 70px;	
}

.count2 {
margin: 0px;	
font-family: fontthree;
color: white;
font-size: 170px;	
}

.count3 {
margin: 0px;	
font-family: fontthree;
color: white;
font-size: 70px;	
}

.donateus {
margin-top: 50px;
height: 50px;
width: 300px;
font-size: 25px;
font-family: fontthree;
color: white;
background-color: #5eb7f7;
border-radius: 20px;
border-style: solid;
border-width: 0px;
}

.onas {
font-family: ofont;
font-size: 20px;
width: 80%;
display: inline-block;
}


iframe {
  width: 560px;
  height: 315px;
}

.dogwhoarerunning {
position: absolute;
left: 0;
animation: size 30s infinite linear;
margin-top: 160px;
z-index: 1;
}

.catwhoarerunning {
position: absolute;
right: 0;
width:145px;
height:72px;
animation: sizer 30s infinite linear;
margin-top: 500px;
z-index: 1;
}

.dogwhoaresitting {
position: absolute;
left: 180;
margin-top: 210px;
width: 120;
height: 140px;
}

.catwhoaresitting {
position: absolute;
right: 160;
margin-top: 220px;
}

@keyframes size {
from {
left: 0;
}
to {
left: 80%;
}
}

@keyframes sizer {
from {
right: 0;
}
to {
right: 80%;
}
}

/*СТИЛЬНАЯ КНОПКА*/
.beautifullbutton {
	margin-top: 50px;
	text-decoration: none;
  	font-weight: 500;
  	position: relative;
  	color: #4A4A4A;
  	display: inline-block;
  	padding: 1em 3em;
  	border-radius: 20px;
	border-style: solid;
	border-width: 0px;
  	transition: all 300ms ease;
  	box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.2);

}
.beautifulbutton:before {
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  background: white;
  top: 0;
  left: 50%;
  z-index: -1;
  transition: all 0ms ease;
}
.beautifullbutton:hover {
  color: #87CEFA;
  box-shadow: none;
  background: white;
}
.beautifullbutton:hover:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: white;
  top: 0;
  left: 0%;
  z-index: -1;
  transition: all 1s ease;
  border-radius: 20px;
	border-style: solid;
	border-width: 0px;
}


/*ПОП АП*/
.b-popup {
    display: none;
	z-index: 1000;
    width:100%;
    min-height:100%;
	height: 3000px;
    background-color: rgba(0,0,0,0.5);
    overflow:hidden;
    position:absolute;
    top:0px;
}
.b-popup .b-popup-content{
    margin:40px auto 0px auto;
    width:500px;
    text-align: center;
    padding: 30px;
    background-color: #fcffbc;
    border-radius:5px;
    box-shadow: 0px 0px 10px #000;
    font-family: Arial;
}

.video1 {
display: inline-block;
margin-top: 100px;
}

.video2 {	
display: inline-block;
margin-top: 100px;
}

.contacts {
margin-top: 130px;
text-align: center;
font-size: 40px;	
font-family: ofont;
}

.adress {
text-align: center;
font-size: 20px;
padding-top: 60px;
font-family: ofont;
width: 90%;
margin: 0px;
display: inline-block;
}

.spansi {
font-size: 20px;
font-family: ofont;
color: #87CEFA;
}

.telephoneclick {
color: black;
font-family: ofont;
font-size: 20px;
padding: 0px;
}

.whatsappclick {
color: black;
font-family: ofont;
font-size: 20px;
padding: 0px;
}


.rlabel {
  font-size: 20px;
  margin: 30px 10px;
  padding: 20px 40px;
  border-radius: 15px;
  background: #9aff81;
  cursor: url(img/cursor.png), pointer/**/;
}


input[type=radio]:checked + .rlabel {
  background: #87CEFA;
  color: white;
  font-size: 30px;
  font-weight: bold;
}

.textForMonthDonate {
  margin: 50px 0px
}
.moneyForMonthDonate {
  margin: 0px 0px 100px 0px;
}


.podvallink {
	font-family: Arial; 
	font-size: 15px; 
	padding: 0; 
	margin: 0; 
	color: #87CEFA;
}