.reviews-page{
    padding-bottom: 30px;
}
.reviews-page .c-free-page{
    padding-bottom: 0;
}
.reviews-page .reviews-middle{
    margin-top: 0;
}
.reviews-page .c-free-page>h1{
    margin-bottom: 40px;
}
.reviews-top{
    min-height: 710px;
    background-image: url('/static/images/img/bg-reviews.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    overflow: hidden;
}
.reviews-page.sert .reviews-top {
    background-image: url('/static/images/img/bg-reviews-sert.jpg');
}
.reviews-page .r-t-caption+.r-t-caption{
    margin-right: 122px;
}
.r-t-caption{
    font-size: 64px;
    display: inline-block;
    line-height: 1;
    text-align: left;
    margin-top: 140px;
    padding-left: 10px;
    padding-right: 10px;
}

.reviews-page.sert .closing-bg+.r-t-caption{
    margin-left: 200px;
}
.r-t-caption>span{
    color: #407abd;
}
.r-t-caption+.r-t-caption{
    font-size: 24px;
    line-height: 1.3;
    margin-left: 660px;
    margin-right: 50px;
    margin-bottom: 50px;
    margin-top: 100px;
}
.r-t-caption a{
    color: #3a74ba;
}
.r-t-caption a:hover{
    color: #fe551a;
}
.reviews-page .c-loader-block{
    margin-bottom: -30px;
}
/*.reviews-middle{
    padding-left: 8%;
    padding-right: 8%;
}
.reviews-people{
    padding-bottom: 60px;
}
.reviews-people .e-over{
    display: block;
}
.reviews-people.max .e-over{
    display: none;
}
.reviews-people .e-more{
    bottom: 10px;
}
.reviews-people.max .r-p-caption{
    height: auto;
}
.review-people{
    width: 100%;
    font-size: 16px;
    color: #4f4f4f;
}
.reviews-people .e-more{
    bottom: 30px;
}
.reviews-people .e-more.hover:hover,
.reviews-people .e-more.touch{
    -webkit-animation: linear reviews-people-down2 1s infinite !important;
    animation: linear reviews-people-down2 1s infinite !important;
}
@-webkit-keyframes reviews-people-down2 {
    0% {
        bottom: 30px;
    }
    50% {
        bottom: 20px;
    }
    100% {
        bottom: 30px;
    }
}
@keyframes reviews-people-down2 {
    0% {
        bottom: 30px;
    }
    50% {
        bottom: 20px;
    }
    100% {
        bottom: 30px;
    }
}
.r-p-name{
    font-size: 40px;
    color: #3a74ba;
    white-space: normal;
    line-height: 1;
    margin-top: 20px;
}
.r-p-cap{
    color: #3a74ba;
    font-size: 18px;
    white-space: normal;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 20px;
}
.r-p-caption{
    white-space: normal;
    height: 160px;
    overflow: hidden;
    -webkit-transition: all 0.2s linear 0.2s;
    -moz-transition: all 0.2s linear 0.2s;
    -o-transition: all 0.2s linear 0.2s;
    transition: all 0.2s linear 0.2s;
}
.reviews-people .e-circle{
    border-color: #555;
    position: absolute;
    bottom: 0;
    left: 10px;
    
}
.reviews-people .e-circle+.e-circle{
    left: auto;
    right: 10px;
}
.reviews-people .e-circle:before,
.reviews-people .e-circle:after,
.reviews-people .e-arrow:before,
.reviews-people .e-arrow:after{
    background-color: #555;
}
.reviews-people .e-circle.hover:hover,
.reviews-people .e-circle.touch{
    background-color: #3b93d0;
    border-color: #3b93d0;
}
.reviews-people .e-circle.hover:hover:before,
.reviews-people .e-circle.touch:before,
.reviews-people .e-circle.hover:hover:after,
.reviews-people .e-circle.touch:after{
    background-color: #3b93d0;
}
.reviews-people .e-circle.hover:hover .e-arrow:before,
.reviews-people .e-circle.touch .e-arrow:before,
.reviews-people .e-circle.hover:hover .e-arrow:after,
.reviews-people .e-circle.touch .e-arrow:after{
    background-color: #fff;
}*/
.reviews-bottom{
    padding-left: 8%;
    padding-right: 8%;
}
.reviews-bottom>h1,.reviews-bottom h2{
    font-size: 48px;
    color: #3a74ba;
    line-height: 1;
    margin-top: 25px;
    margin-bottom: 25px;
}
.review{
    width: 25%;
    min-width: 300px;
    text-align: center;
}
.reviews-people{
    padding-bottom: 130px;
}
.reviews-people .e-arrows{
    position: absolute;
    left: 50%;
    bottom: 60px;
    margin-left: -47px;
}
/*.review:after{
    content: '';
    background-color: #000;
    opacity: 0.4;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    top:0;
    position: absolute;
}*/
.review img{
    display: inline-block;
    cursor: pointer;
    border: solid 2px transparent;
    width: 320px;
    height: 450px;
    /*opacity: 0.5;*/
    
    -webkit-transition: opacity .5s linear 0s;
    -moz-transition: opacity .5s linear 0s;
    -o-transition: opacity .5s linear 0s;
    transition: opacity .5 linear 0s;
    transition: .3s;
}
.review img:hover{
    opacity: 1;
}
.review.hover:hover img,
.review.touch img{
    border-color: #3a74ba;
}
body:not(.mobile) .big-img {
    -webkit-filter: blur(0px) !important;
    -moz-filter: blur(0px) !important;
    -ms-filter: blur(0px) !important;
    -o-filter: blur(0px) !important;
    filter: blur(0px) !important;
    filter: progid:DXImageTransform.Microsoft.Blur(0px) !important;
}
.big-img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
}
.big-img img {
    width: 100%;
}
.big-img>div {
    margin: 0 auto;
    display: block;
    width: 700px;
    max-width: 100%;
}
.big-img-close{
    right: 0;
    top: 0;
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    z-index: 1003;
    cursor: pointer; 
}

/*.big-img>div{
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 10%;
    right: 10%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}*/
@media screen and (max-width: 1599px){
    .review{
        width: 33.3333%;
    }
}
@media screen and (max-width: 1279px){
    .review{
        width: 50%;
    }
    .r-t-caption+.r-t-caption{
        margin-left: 500px;
    }
}

@media screen and (max-width: 959px){
    .r-t-caption+.r-t-caption{
        margin-left: 250px;
    }
    .review{
        width: 100%;
    }
    .reviews-page.sert .closing-bg+.r-t-caption{
        margin-left: 0px;
    }
    .reviews-people .e-arrows {
        position: relative;
        bottom: -1px;
    }
}

@media screen and (max-width: 639px){
    .reviews-top{
        min-height: 470px;
        padding-bottom: 20px;
    }
    .r-t-caption{
        font-size: 32px;
    }

    .r-t-caption+.r-t-caption{
        margin-left: 0px;
        font-size: 16px;
        margin-right: 0 !important;
    }

    .r-t-caption{
        margin-top: 75px;
    }
    .r-t-caption+.r-t-caption{
        margin-top: 40px;
    }
    .review img{
        width: 300px;
    }
    .reviews-bottom,.reviews-middle{
        padding-left: 10px;
        padding-right: 10px;
    }
    /*    .r-p-caption{
            line-height: 1.5;
            height: 148px;
        }
        .r-p-name{
            margin-top: 15px;
            font-size: 32px;
        }
        .r-p-cap{
            font-size: 17px;
            margin-top: 12px;
            margin-bottom: 12px
        }*/
    .reviews-bottom>h1,.reviews-bottom h2{
        font-size: 44px;
    }
}