body{
    background-color: black;
}
/*===================================start KlochkoRP progect=====================================*/
.clearG {
    clear: both;
}
.containerG {
   background: #000411;
    box-shadow: 0 0 1px #AAAAAA;

    max-width: 3668px;
    padding: 5px;
}
.photo-gridG {
    margin-top: 160px;
    padding: 10px;
    position: relative;

}
.photo-gridG img {
   background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 5px black;
    float: left;

    margin-top: -100px;
    margin-left: 30px;
    padding: 10px;
    position: relative;
    transition: all 0.4s ease-in 0s;
    width: 500px;
    z-index: 2;
    max-width: 72vw;
    max-height: 48vw;

}
.photo-gridG img:nth-child(2n) {
    transform: translate(10px, 0px) rotate(8deg);
}
.photo-gridG img:nth-child(2n+1) {
    left: 25px;
    transform: translate(-10px, -30px) rotate(-5deg);
}
.photo-gridG img:nth-child(3n) {
    left: 17px;
    top: -10px;
    transform: translate(-10px, -30px) rotate(-15deg);
}
.photo-gridG img:nth-child(5n) {
    left: -8px;
    top: 20px;
}
.photo-gridG img:nth-child(6n) {
    transform: translate(-10px, -30px) rotate(15deg);
}
.photo-gridG img:nth-child(9n) {
    transform: translate(-10px, -30px) rotate(22deg);
}
.photo-gridG img:hover {
    box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.6);
    transform: rotate(360deg) scale(1.5);
    z-index: 10;
}
.G {
    background-color: black;


}
.Fabus {
    background-color: black;
}
a:hover {
    color: #90e6f5;
    border-color: color: #90e6f5;
   /*  Цвет ссылки при наведении на нее курсора мыши*/
}

/*===================================end KlochkoRP progect=====================================*/

.pali4 {
    border-radius: 50%;
    position: fixed;
    /* width: 100px;
     height: 100px;*/
    right: 0vw;
    top: 90vh;
}


