@font-face {
    font-family: "Proxima Nova";
    src:
        url('../fonts/ProximaNova-Light.ttf'),
        url('../fonts/ProximaNova-Reg.ttf'),
        url('../fonts/ProximaNova-Bold.ttf');
}

body {
    font-family: "Proxima Nova";
    line-height: 1.3;
    margin: 0 auto;
    padding: 0 !important;
}

body.with-image {
    background-image: url('../images/background-body.png');
}

body .row {
    width: 100%;
    min-width: 1000px;
    margin-left: 0;
    margin-right: 0;
}

body .row > .background {
    width: 100%;
    min-width: 1000px;
    position: absolute;
    left: 0;
    z-index: -300;
}

body .row.with-image {
    background-image: url('../images/background-body.png');
}

body .row > .content {
    width: 1000px;
    color: #000000;
    padding: 0 30px;
    margin: 0 auto;
}

body .row.header .content,
body .row.footer .content{
    padding: 0;
}

body .row.header .content a,
body .row.footer .content a {
    outline: none;
}

.title.default {
    display: block;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding: 35px 0;
}

.title.default.left {
    text-align: left;
}

.center-shadow {
    box-shadow: 0 15px 5px -10px #d7d7d7;
}

.center-shadow-top {
    box-shadow: 0 -10px 5px -10px #d7d7d7;
}

.center-shadow-biggest {
    box-shadow: 0 25px 25px -15px #c1c1c1;
}

.outed-box {
    background-color: #ffffff;
    display: block;
    width: 270px;
    border: 2px solid rgba(0, 121, 197, 0.3);
    padding: 25px 30px;
    margin: 0 15px;
}

.outed-box-light-yellow {
    background-color: #fff6dc;
    padding: 0 35px;
    margin: 50px 0;
}

.date {
    font-size: 12px;
    line-height: 18px;
    color: #808080;
}

.delimiter {
    background-color: #ffc73f;
    display: block;
    height: 2px;
    width: 35px;
    margin: 10px 0;
}

p.color-text-default {
    display: inline-block;
    color: rgba(0, 121, 197, 1);
    margin: 0;
}

/**
 * Button
 */
.more-button {
    background: url('../images/more-button-right-background.png') no-repeat center right;
    display: inline-block;
    height: 43px;
    width: auto;
    padding-right: 22px;
}

.more-button.forward {
    background: url('../images/more-button-left-background.png') no-repeat center left;
    padding-left: 22px;
    padding-right: 0;
}

.more-button a {
    display: block;
    height: 43px;
    font-size: 14px;
    font-weight: bold;
    line-height: 37px;
    border: 2px solid rgba(0, 121, 197, 0.1);
    border-right: none;
    border-radius: 2px 0 0 2px;
    padding-left: 15px;
    padding-right: 15px;
}

.more-button.forward a {
    border-left: none;
    border-right: 2px solid rgba(0, 121, 197, 0.1);
    border-radius: 0 2px 2px 0;
}

.more-button a,
.more-button a:hover,
.more-button a:focus,
.more-button a:active {
    color: rgba(0, 121, 197, 0.8);
    text-decoration: none;
    outline: none;
}

.more-button a span {
    border-bottom: 1px solid rgba(0, 121, 197, 0.2);
}

/**
 * Awards
 */
.awards .title {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 27px;
}

.awards .medal {
    background-repeat: no-repeat;
    background-position: center left;
    display: inline-block;
    height: 32px;
    width: 60px;
    font-size: 18px;
    font-weight: bold;
    line-height: 27px;
    padding-left: 38px;
}

.awards .gold {
    background-image: url('../images/medal-gold.png');
}

.awards .silver {
    background-image: url('../images/medal-silver.png');
}

.awards .bronze {
    background-image: url('../images/medal-bronze.png');
}

/**
 * Header
 */
.header .contacts,
.header .pages {
    display: block;
    height: 50px;
    width: 1000px;
    padding: 0 45px;
    margin-top: 35px;
}

.header .contacts {
    height: 35px;
}

.header .contacts > span {
    width: 150px;
    display: block;
    font-size: 12px;
    color: #000000;
}

.header .contacts > span.phone,
.header .contacts > span.email {
    text-align: left;
    float: left;
}

.header .contacts > span.address,
.header .contacts > span.language {
    text-align: right;
    float: right;
}

.header .contacts > span.phone {
    font-weight: bold;
}

.header .contacts > span.email {
    text-align: right;
    margin: 0 auto;
}

.header .contacts > span.address {
    text-align: left;
}

.header .contacts > span.address .show-all-address a,
.header .contacts > span.address .show-all-address a:hover,
.header .contacts > span.address .show-all-address a:focus,
.header .contacts > span.address .show-all-address a:active {
    text-decoration: underline;
    color: #808080;
}

.header .contacts > span.language a,
.header .contacts > span.language a:hover,
.header .contacts > span.language a:focus,
.header .contacts > span.language a:active {
    color: #808080;
}

.header .pages {
    background-image: url('../images/background-header.png');
    height: 50px;
    width: 1000px;
    position: relative;
    box-shadow: 5px 5px 5px #949494;
    z-index: 0;
}

.header .pages > span {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
}

.header .pages > span a,
.header .pages > span a:hover,
.header .pages > span a:focus,
.header .pages > span a:active {
    text-decoration: none;
    line-height: 50px;
    color: #ffffff;
}

.header .pages > span:nth-child(1),
.header .pages > span:nth-child(2),
.header .pages > span:nth-child(3) {
    text-align: left;
    margin-right: 45px;
    float: left;
}

.header .pages > span:nth-child(4),
.header .pages > span:nth-child(5),
.header .pages > span:nth-child(6) {
    text-align: right;
    margin-left: 45px;
    float: right;
}

.header .logo {
    background-image: url('../images/logo.png');
    display: block;
    height: 170px;
    width: 170px;
    margin: -110px auto 0;
    position: relative;
    z-index: 5;
}

/**
 * Footer
 */
.footer {
}

.footer .background {
    background-color: rgba(0, 0, 0, 0.1);
    height: 110px;
}

.footer .background:first-child {
    z-index: 50;
}

.footer .footer-block {
    font-size: 14px;
    line-height: 22px;
    padding: 18px 0;
}

.footer .footer-block > span {
    display: block;
    margin: 10px 0;
}

.footer .footer-block.left {
    text-align: left;
    line-height: 16px;
    float: left;
}

.footer .footer-block.right {
    text-align: right;
    float: right;
}

/* Видео для отзывов
 * Добавлено 15.02.2016
 */
.overflow {
    overflow: hidden;
}
.popup-content {
    background: rgba(0, 0, 0, 0.8);
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.popup-content .popup {
    width: 640px;
    height: 480px;
    position: relative;
    top: 90px;
    margin: 0 auto;
    outline: 1px solid black;
}
.popup-content .popup .btn-close {
    width: 100%;
    height: 20px;
    background: white;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}
.popup-content .popup iframe {
    width: 640px;
    height: 480px;
}

.feedback .feedback-content .carousel .carousel-inner .item .image.play_video:before {
    background: url('../images/video_play.png') no-repeat center;
    background-size: contain;
    height: 260px;
    width: 380px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    content: '';
    z-index: 9;
}

.feedback .feedback-content .carousel .carousel-inner .item .image.play_video:after {
    position: absolute;
    content: "";
    height: 260px;
    width: 380px;
    top: 0;
    left: 0;
    background: white;
    opacity: 0.4;
}

.videos {
    width: 830px;
    margin: 0 auto;
    margin-bottom: 25px;
}
.videos .item {
    position: relative;
    width: 200px;
    height: 200px;
}

.videos .item:before {
    background: url('../images/video_play.png') no-repeat center;
    background-size: contain;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    content: '';
    z-index: 9;
}

.videos .item:after {
    position: absolute;
    content: "";
    width: 200px;
    height: 200px;
    top: 0;
    left: 0;
    background: white;
    opacity: 0.4;
}
.row.news {
	margin-bottom: 40px;
}
.row.news .content .image {
	text-align: center;
	margin-bottom: 40px;
}
.row.news .content .about-content {
	font-size: 17.5px;
	text-align: justify;
}