@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,400,300,700&subset=latin,cyrillic-ext,cyrillic);

div.about_flexcore {
    height: 358px;
    background: url(/images/site/about.jpg) 50% 0;
    position: relative;
    top: -96px;
}

div.about_flexcore:after, div.about_flexcore:before {
    content: '';
    background: #cdf0ff;
    opacity: 0.5;
    width: 100%;
    height: 35px;
    bottom: 0px;
    left: 0px;
    position: absolute;
}

div.about_flexcore:before {
    height: 15px;
    top: 0px;
    bottom: auto;
}

.new_partner {
    display: block;
    top: 0;
    text-decoration: none !important;
}

.for_main *, .reviews_top * {
    letter-spacing: normal !important;
}

.new_partner:hover h2, .for_main figure:hover, .prev:hover, .next:hover {
    box-shadow: 0 0 15px #3E5F93;
    webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -ms-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
}

.for_main figure {
    background: white;
    box-shadow: 0 0 5px #3E5F93;
    margin: 10px;
    width: 500px;
    padding: 15px 0;
    height: 260px;
}

.for_main figure * {
    font: 300 18px 'Roboto Condensed', sans-serif;
    color: #293064;
}

.for_main figure figcaption {
    font-style: italic;
    text-align: left;
    font-size: 14px;
    padding: 0 15px 0 0;
}

.for_main figure div {
    float: left;
    width: 150px;
    height: 255px;
    border-right: 1px solid #D8D8D8;
    margin-right: 15px;
    text-align: center;
}

.for_main figure div p {
    color: #293064 !important;
}

.for_main figure div a, figure div p {
    font-size: 14px !important;
}

.for_main figure div span + p {
    margin-bottom: 10px;
}

.for_main figure div span {
    display: block;
    height: 132px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 150px;
}

.for_main figure div span + p {
    font-weight: 500 !important;
    font-size: 16px !important;
}

.for_main figure img {
    max-width: 100px;
}

h2 {
    color: #024155;
    text-align: center;
    font-weight: normal;
    font-size: 29px;
    padding: 10px 0;
}

.for_main a {
    text-decoration: none;
}

body {
    background: none !important;
}

.prev, .next {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 52%;
    background: white;
    border-radius: 50px;
    padding: 10px;
    box-shadow: 0 0 10px #999;
    cursor: pointer;
    opacity: 0.7;
}

.prev:hover, .next:hover {
    opacity: 1;
}

.next {
    right: 0;
    left: auto;
}

.for_main {
    text-align: left;
    overflow: hidden;
    height: 572px;
    top: 0;
}

.for_main > div:first-child {
    position: absolute;
    width: 10000px;
    min-width: 10000px;
}

a.new_partner {
    top: 335px;
}

.reviews_top {
    text-align: left;
    background: url(/images/site/about_back.jpg) 0 0 no-repeat;
}
