.gallery {
    height: 427px;
    width: 1149px;
    position: relative;
    left: 50%;
    margin: 0 0 57px -574.5px;
}
.our-clients__decoretion .gallery {
    margin: 0 0 48px -574.5px;
}
.gallery-item {
    position: absolute;
    width: 318px;
    height: 232px;
    border: 3px solid #e5e4e4;
    background: url("../img/gallery.png");
    border-radius: 8px;
    opacity: 0;
}
.gallery-item img {
    position: absolute;
    top: 11px;
    left: 50%;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 3px solid #e5e4e4;
    border-radius: 136px;
    margin-left: -68px;
    width: 136px;
    height: 136px;
}
.gallery-item h2{
    text-align: center !important;
    font-size: 18px !important;
    text-transform: none !important;
    color: #000;
    margin-bottom: 11px !important;
    padding-top: 167px;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
}
.gallery-item .zag {
    text-align: center !important;
    font-size: 18px !important;
    text-transform: none !important;
    color: #000;
    margin-bottom: 11px !important;
    padding-top: 167px;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.gallery-item.gallery-item_next-center .zag {
    padding-top: 128px;
}
.gallery-item time{
    display: block;
    text-align: center;
    font-size: 18px;
    color: #fecc0c;
    font-weight: 700;
    margin-bottom: 18px;
    font-family: 'Roboto Condensed', sans-serif;
}
.gallery-item p {
    opacity: 0;
    color: #333 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0 auto;
    width: 392px;
    line-height: 24px;
    text-align: justify;
    height: 144px;
    overflow: hidden;
    visibility: hidden;
}
.gallery-item a,
.gallery-item a:visited{
    opacity: 0;
    font-size: 18px;
    color: #00a0ff;
    text-decoration: underline;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    position: absolute;
    left: 50%;
    margin-left: -80.5px;
    text-transform: uppercase;
    bottom: 23px;
    z-index: -1;
    visibility: hidden;
}
.gallery-item a:hover{
    color: #00a0ff;
    text-decoration: none;
}
.gallery__prev,
.gallery__next{
    position: absolute;
    background: url("../img/gallery-btn.png");
    width: 50px;
    height: 50px;
    top: 202px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.gallery__prev{
    left: -22px;
}
.gallery__next {
    right: -22px;
    background-position: right 0;
}
.gallery__prev:hover {
    background-position: 0 bottom;
}
.gallery__next:hover {
    background-position: right bottom;
}

/* next */
.gallery-item_next-left {
    -webkit-animation: next-left 500ms ease-in-out;
    -moz-animation: next-left 500ms ease-in-out;
    animation: next-left 500ms ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.gallery-item_next-center {
    -webkit-animation: next-center 500ms ease-in-out;
    -moz-animation: next-center 500ms ease-in-out;
    animation: next-center 500ms ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.gallery-item_next-right {
    -webkit-animation: next-right 500ms ease-in-out;
    -moz-animation: next-right 500ms ease-in-out;
    animation: next-right 500ms ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.gallery-item_next-zero {
    -webkit-animation: next-zero 500ms ease-in-out;
    -moz-animation: next-zero 500ms ease-in-out;
    animation: next-zero 500ms ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.gallery-item_next-center img{
    -webkit-animation: img-large 500ms ease-in-out;
    -moz-animation: img-large 500ms ease-in-out;
    animation: img-large 500ms ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.gallery-item_next-left img{
    -webkit-animation: img-small 500ms ease-in-out;
    -moz-animation: img-small 500ms ease-in-out;
    animation: img-small 500ms ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.gallery-item_next-center h2{
    -webkit-animation: title-large 500ms ease-in-out;
    -moz-animation: title-large 500ms ease-in-out;
    animation: title-large 500ms ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.gallery-item_next-left h2{
    -webkit-animation: title-small 500ms ease-in-out;
    -moz-animation: title-small 500ms ease-in-out;
    animation: title-small 500ms ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.gallery-item_next-center p{
    -webkit-animation: text-large 200ms ease-in-out;
    -moz-animation: text-large 200ms ease-in-out;
    animation: text-large 200ms ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 300ms;
    -moz-animation-delay: 300ms;
    animation-delay: 300ms;
}
.gallery-item_next-left p{
    -webkit-animation: text-small 200ms ease-in-out;
    -moz-animation: text-small 200ms ease-in-out;
    animation: text-small 200ms ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.gallery-item_next-center a{
    -webkit-animation: text-large 200ms ease-in-out;
    -moz-animation: text-large 200ms ease-in-out;
    animation: text-large 200ms ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 300ms;
    -moz-animation-delay: 300ms;
    animation-delay: 300ms;
}
.gallery-item_next-left a{
    -webkit-animation: text-small 200ms ease-in-out;
    -moz-animation: text-small 200ms ease-in-out;
    animation: text-small 200ms ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes next-left {
    0% {
        opacity: 1;
        left: 334px;
        top: 25px;
        width: 482px;
        height: 403px;
    }
    100% {
        opacity: 1;
        left: 0;
        top: 112px;
        width: 318px;
        height: 232px;
    }
}
@-moz-keyframes next-left {
    0% {
        opacity: 1;
        left: 334px;
        top: 25px;
        width: 482px;
        height: 403px;
    }
    100% {
        opacity: 1;
        left: 0;
        top: 112px;
        width: 318px;
        height: 232px;
    }
}
@keyframes next-left {
    0% {
        opacity: 1;
        left: 334px;
        top: 25px;
        width: 482px;
        height: 403px;
    }
    100% {
        opacity: 1;
        left: 0;
        top: 112px;
        width: 318px;
        height: 232px;
    }
}
@-webkit-keyframes next-center {
    0% {
        opacity: 1;
        left: 831px;
        top: 112px;
        width: 318px;
        height: 232px;
    }
    100% {
        opacity: 1;
        left: 334px;
        top: 25px;
        width: 482px;
        height: 403px;
    }
}
@-moz-keyframes next-center {
    0% {
        opacity: 1;
        left: 831px;
        top: 112px;
        width: 318px;
        height: 232px;
    }
    100% {
        opacity: 1;
        left: 334px;
        top: 25px;
        width: 482px;
        height: 403px;
    }
}
@keyframes next-center {
    0% {
        opacity: 1;
        left: 831px;
        top: 112px;
        width: 318px;
        height: 232px;
    }
    100% {
        opacity: 1;
        left: 334px;
        top: 25px;
        width: 482px;
        height: 403px;
    }
}
@-webkit-keyframes next-right {
    0% {
        opacity: 0;
        left: 1164px;
        top: 112px;
        width: 318px;
        height: 232px;
    }
    100% {
        opacity: 1;
        left: 831px;
        top: 112px;
        width: 318px;
        height: 232px;
    }
}
@-moz-keyframes next-right {
    0% {
        opacity: 0;
        left: 1164px;
        top: 112px;
        width: 318px;
        height: 232px;
    }
    100% {
        opacity: 1;
        left: 831px;
        top: 112px;
        width: 318px;
        height: 232px;
    }
}
@keyframes next-right {
    0% {
        opacity: 0;
        left: 1164px;
        top: 112px;
        width: 318px;
        height: 232px;
    }
    100% {
        opacity: 1;
        left: 831px;
        top: 112px;
        width: 318px;
        height: 232px;
    }
}
@-webkit-keyframes next-zero {
    0% {
        opacity: 1;
        left: 0;
        top: 112px;
        width: 318px;
        height: 232px;
    }
    100% {
        opacity: 0;
        left: -333px;
        top: 112px;
        width: 318px;
        height: 232px;
    }
}
@-moz-keyframes next-zero {
    0% {
        opacity: 1;
        left: 0;
        top: 112px;
        width: 318px;
        height: 232px;
    }
    100% {
        opacity: 0;
        left: -333px;
        top: 112px;
        width: 318px;
        height: 232px;
    }
}
@keyframes next-zero {
    0% {
        opacity: 1;
        left: 0;
        top: 112px;
        width: 318px;
        height: 232px;
    }
    100% {
        opacity: 0;
        left: -333px;
        top: 112px;
        width: 318px;
        height: 232px;
    }
}
/* /next */

/* prev */
.gallery-item_prev-left {
    -webkit-animation: prev-left 500ms ease-in-out;
    -moz-animation: prev-left 500ms ease-in-out;
    animation: prev-left 500ms ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.gallery-item_prev-center {
    -webkit-animation: prev-center 500ms ease-in-out;
    -moz-animation: prev-center 500ms ease-in-out;
    animation: prev-center 500ms ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.gallery-item_prev-right {
    -webkit-animation: prev-right 500ms ease-in-out;
    -moz-animation: prev-right 500ms ease-in-out;
    animation: prev-right 500ms ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.gallery-item_prev-zero {
    -webkit-animation: prev-zero 500ms ease-in-out;
    -moz-animation: prev-zero 500ms ease-in-out;
    animation: prev-zero 500ms ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.gallery-item_prev-center img{
    -webkit-animation: img-large 500ms ease-in-out;
    -moz-animation: img-large 500ms ease-in-out;
    animation: img-large 500ms ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.gallery-item_prev-right img{
    -webkit-animation: img-small 500ms ease-in-out;
    -moz-animation: img-small 500ms ease-in-out;
    animation: img-small 500ms ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.gallery-item_prev-center h2{
    -webkit-animation: title-large 500ms ease-in-out;
    -moz-animation: title-large 500ms ease-in-out;
    animation: title-large 500ms ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.gallery-item_prev-right h2{
    -webkit-animation: title-small 500ms ease-in-out;
    -moz-animation: title-small 500ms ease-in-out;
    animation: title-small 500ms ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.gallery-item_prev-center p{
    -webkit-animation: text-large 200ms ease-in-out;
    -moz-animation: text-large 200ms ease-in-out;
    animation: text-large 200ms ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 300ms;
    -moz-animation-delay: 300ms;
    animation-delay: 300ms;
}
.gallery-item_prev-right p{
    -webkit-animation: text-small 200ms ease-in-out;
    -moz-animation: text-small 200ms ease-in-out;
    animation: text-small 200ms ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.gallery-item_prev-center a{
    -webkit-animation: text-large 200ms ease-in-out;
    -moz-animation: text-large 200ms ease-in-out;
    animation: text-large 200ms ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 300ms;
    -moz-animation-delay: 300ms;
    animation-delay: 300ms;
}
.gallery-item_prev-right a{
    -webkit-animation: text-small 200ms ease-in-out;
    -moz-animation: text-small 200ms ease-in-out;
    animation: text-small 200ms ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes prev-left {
    0% {
        opacity: 0;
        left: -333px;
        top: 112px;
        width: 318px;
        height: 232px;
    }
    100% {
        opacity: 1;
        left: 0;
        top: 112px;
        width: 318px;
        height: 232px;
    }
}
@-moz-keyframes prev-left {
    0% {
        opacity: 0;
        left: -333px;
        top: 112px;
        width: 318px;
        height: 232px;
    }
    100% {
        opacity: 1;
        left: 0;
        top: 112px;
        width: 318px;
        height: 232px;
    }
}
@keyframes prev-left {
    0% {
        opacity: 0;
        left: -333px;
        top: 112px;
        width: 318px;
        height: 232px;
    }
    100% {
        opacity: 1;
        top: 112px;
        left: 0;
        width: 318px;
        height: 232px;
    }
}
@-webkit-keyframes prev-center {
    0% {
        opacity: 1;
        left: 0;
        top: 112px;
        width: 318px;
        height: 232px;
    }
    100% {
        opacity: 1;
        left: 334px;
        top: 25px;
        width: 482px;
        height: 403px;
    }
}
@-moz-keyframes prev-center {
    0% {
        opacity: 1;
        left: 0;
        top: 112px;
        width: 318px;
        height: 232px;
    }
    100% {
        opacity: 1;
        left: 334px;
        top: 25px;
        width: 482px;
        height: 403px;
    }
}
@keyframes prev-center {
    0% {
        opacity: 1;
        left: 0;
        top: 112px;
        width: 318px;
        height: 232px;
    }
    100% {
        opacity: 1;
        left: 334px;
        top: 25px;
        width: 482px;
        height: 403px;
    }
}
@-webkit-keyframes prev-right {
    0% {
        opacity: 1;
        left: 334px;
        top: 25px;
        width: 482px;
        height: 403px;
    }
    100% {
        opacity: 1;
        left: 831px;
        top: 112px;
        width: 318px;
        height: 232px;
    }
}
@-moz-keyframes prev-right {
    0% {
        opacity: 1;
        left: 334px;
        top: 25px;
        width: 482px;
        height: 403px;
    }
    100% {
        opacity: 1;
        left: 831px;
        top: 112px;
        width: 318px;
        height: 232px;
    }
}
@keyframes prev-right {
    0% {
        opacity: 1;
        left: 334px;
        top: 25px;
        width: 482px;
        height: 403px;
    }
    100% {
        opacity: 1;
        left: 831px;
        top: 112px;
        width: 318px;
        height: 232px;
    }
}
@-webkit-keyframes prev-zero {
    0% {
        opacity: 1;
        left: 831px;
        top: 112px;
        width: 318px;
        height: 232px;
    }
    100% {
        opacity: 0;
        left: 1164px;
        top: 112px;
        width: 318px;
        height: 232px;
    }
}
@-moz-keyframes prev-zero {
    0% {
        opacity: 1;
        left: 831px;
        top: 112px;
        width: 318px;
        height: 232px;
    }
    100% {
        opacity: 0;
        left: 1164px;
        top: 112px;
        width: 318px;
        height: 232px;
    }
}
@keyframes prev-zero {
    0% {
        opacity: 1;
        left: 831px;
        top: 112px;
        width: 318px;
        height: 232px;
    }
    100% {
        opacity: 0;
        left: 1164px;
        top: 112px;
        width: 318px;
        height: 232px;
    }
}
/* /prev */

/* image frames */
@-webkit-keyframes img-large {
    0% {
        top: 11px
    }
    100% {
        top: -28px;
    }
}
@-moz-keyframes img-large {
    0% {
        top: 11px
    }
    100% {
        top: -28px;
    }
}
@keyframes img-large {
    0% {
        top: 11px
    }
    100% {
        top: -28px;
    }
}
@-webkit-keyframes img-small {
    0% {
        top: -28px
    }
    100% {
        top: 11px;
    }
}
@-moz-keyframes img-small {
    0% {
        top: -28px
    }
    100% {
        top: 11px;
    }
}
@keyframes img-small {
    0% {
        top: -28px
    }
    100% {
        top: 11px;
    }
}
/* /image frames */

/* title frames */
@-webkit-keyframes title-large {
    0% {
        padding-top: 167px;
    }
    100% {
        padding-top: 128px;
    }
}
@-moz-keyframes title-large {
    0% {
        padding-top: 167px;
    }
    100% {
        padding-top: 128px;
    }
}
@keyframes title-large {
    0% {
        padding-top: 167px;
    }
    100% {
        padding-top: 128px;
    }
}
@-webkit-keyframes title-small {
    0% {
        padding-top: 128px;
    }
    100% {
        padding-top: 167px;
    }
}
@-moz-keyframes title-small {
    0% {
        padding-top: 128px;
    }
    100% {
        padding-top: 167px;
    }
}
@keyframes title-small {
    0% {
        padding-top: 128px;
    }
    100% {
        padding-top: 167px;
    }
}
/* /title frames */

/* text frames */
@-webkit-keyframes text-large {
    0% {
        opacity: 0;
        visibility: visible;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}
@-moz-keyframes text-large {
    0% {
        opacity: 0;
        visibility: visible;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}
@keyframes text-large {
    0% {
        opacity: 0;
        visibility: visible;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}
@-webkit-keyframes text-small {
    0% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: hidden;
    }
}
@-moz-keyframes text-small {
    0% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: hidden;
    }
}
@keyframes text-small {
    0% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: hidden;
    }
}
/* /text frames */