.t454__maincontainer {
    width: 80%;
}
/**Появление тени**/
.hover-effect1 {
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.hover-effect1:hover {
-moz-box-shadow: 0 0 10px #000;
-webkit-box-shadow: 0 0 10px #000;
box-shadow:0 0 10px #000; 
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
}
@media screen and (min-width: 980px) {
.uc-footer {
    padding-left: 100px;
    }
    
}
@media screen and (min-width: 980px) {
.uc-shop {
    padding-left: 120px;
    }
    
}
@media screen and (min-width: 1500px) {
.uc-vk {
    padding-bottom: -120px;
    }
    
}