@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Regular.eot');
    src: url('fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/Lato-Regular.woff') format('woff'),
    url('fonts/Lato-Regular.ttf') format('truetype'),
    url('fonts/Lato-Regular.svg#Lato-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Bold.eot');
    src: url('fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/Lato-Bold.woff') format('woff'),
    url('fonts/Lato-Bold.ttf') format('truetype'),
    url('fonts/Lato-Bold.svg#Lato-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Light.eot');
    src: url('fonts/Lato-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/Lato-Light.woff') format('woff'),
    url('fonts/Lato-Light.ttf') format('truetype'),
    url('fonts/.svg#Lato-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}


html {
    height: 100%;
    min-width: 320px;
}

body {
    background: #f8f8f8;
    position: relative;
    margin: 0;
    padding: 0px 0 0 0;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    min-width: 320px;
    font-family: 'Lato';
}

html > body {
    padding: 0;
}

img {
    padding: 0;
    margin: 0;
    border: 0;
}

.cleaner {
    clear: both;
}

a:hover {
    text-decoration: none;
}

button, a {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.all {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

form {
    padding: 0;
    margin: 0;
    border: 0;
}

form fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

input:focus::-moz-placeholder {
    opacity: 0;
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
}

.container {
    width: 100%;
}


.header {
    position: relative;
    width: 100%;
    height: 155px;
}

.header .logo {
    position: absolute;
    left: 10px;
    top: 34px;
}

.header .logo2 {
    position: absolute;
    left: 50%;
    top: 46px;
    margin-left: -165px;
}

.header .contacts {
    position: absolute;
    top: 45px;
    right: 10px;
    text-align: right;
}

.header .contacts a {
    font-size: 17px;
    color: #e54c44;
}

.header .contacts a.tel {
    text-decoration: none;
    font-size: 29px;
    color: #1d427e;
}

.topmenu {
    margin: 0 0 45px;
    position: relative;
    width: 100%;
    height: 80px;
    background: #fff;
    padding: 21px 30px;
    box-sizing: border-box;
}

.topmenu ul {
    padding: 10px 0 0 10px;
    margin: 0;
    list-style-type: none;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    width: calc(100% - 435px);
    text-align: justify;
}

.topmenu ul:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
}

.topmenu ul li {
    display: inline-block;
    vertical-align: middle;
}

.topmenu ul li a {
    font-size: 14px;
    color: #363636;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

.topmenu ul li a:hover {
    color: #2678bb;
}

.topmenu .search {
    display: inline-block;
    vertical-align: top;
    width: 370px;
    margin-left: 60px;
    position: relative;
}

.topmenu .search input[type=text] {
    display: block;
    width: 100%;
    font-size: 12pt;
    box-sizing: border-box;
    padding: 0 60px 0 20px;
    height: 39px;
    line-height: 39px;
    background: #f7f7f7;
    font-family: inherit;
    color: #252525;
    border: 0;
}

.topmenu .search input[type=image] {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 11px;
    right: 20px;
}

.content .path {
    padding: 0 0 20px;
    margin: 0;
    font-size: 13px;
    color: #acacac;
}

.content .path a {
    color: #1d427e;
    text-decoration: none;
}

.content .path span {
    margin: 0 5px;
}

.content h1 {
    padding: 0 0 30px;
    margin: 0;
    font-size: 28px;
    color: #363636;
    font-weight: bold;
    text-transform: uppercase;
}

.content > .date {
    display: block;
    font-size: 16px;
    color: #e64d44;
    font-weight: bold;
    margin: 0 0 5px;
}

h2 {
    padding: 0 0 30px;
    margin: 0;
    font-size: 28px;
    color: #363636;
    font-weight: bold;
    text-transform: uppercase;
}


.content {
    font-size: 14px;
    color: #636363;
    padding: 0 0 65px;
}

.content p {
    padding: 0 0 20px;
    margin: 0;
    line-height: 160%;
}

.content .news_list {
    margin: 0 0 30px;
}

.content .news_list .block {
    background: #fff;
    margin: 0 0 25px;
    padding: 0 10px 0 0;
    box-sizing: border-box;
}

.content .news_list .block .pic {
    float: left;
    overflow: hidden;
    margin: 0 30px 10px 0;
    width: 30%;
}

.content .news_list .block .pic img {
    width: 100%;
}

.content .news_list a.title {
    max-width: 405px;
    font-size: 19px;
    color: #1c417e;
    font-weight: bold;
    text-decoration: none;
    display: table;
}

.content .news_list span.date {
    display: table;
    margin: 0 0 10px;
    font-size: 13px;
    color: #e64d44;
    font-weight: bold;
    padding: 20px 0 0 0;
}

.content .news_list p {
    padding-top: 20px;
    padding-left: 30px;
}

.content a {
    color: #1c417e;
}

.content .news_detail .left_pic {
    float: left;
    margin: 5px 30px 5px 0;
}

.content .news_detail p {
    font-size: 15px;
}

.content .news_detail .tags {
    margin: 20px 0;
    font-size: 14px;
    color: #1d427e
}

.content .news_detail .tags span {
    font-size: 16px;
    color: #363636;
    font-weight: bold;
}

.content .news_detail .tags a {
    color: inherit;
    text-decoration: none;
}

.content .news_detail .news_slider {
    margin: 20px 0 40px 0;
    background: #fff;
    position: relative;
    box-sizing: border-box;
    padding: 25px 60px;
}

.content .news_detail .news_slider .item {

}

.content .news_detail .news_slider .item img {
    height: 143px;
}

.owl-carousel .owl-item img {
    width: auto !important;
}

.content .news_detail .news_slider .owl-prev {
    position: absolute;
    left: -38px;
    width: 17px;
    height: 32px;
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    top: 50%;
    margin-top: -16px;
    background: url(img/arrow_l1.png) no-repeat;
}

.content .news_detail .news_slider .owl-next {
    position: absolute;
    right: -38px;
    width: 17px;
    height: 32px;
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    top: 50%;
    margin-top: -16px;
    background: url(img/arrow_r1.png) no-repeat;
}

.content .member_detail {
    padding: 0 0 60px;
}

.content .member_detail h3 {
    font-size: 16px;
    color: #363636;
    font-weight: bold;
    margin: -25px 0 0 0;
    padding: 0 0 35px;
}

.content .member_detail .pic {
    width: 319px;
    display: inline-block;
    vertical-align: top;
    margin: 0 35px 0 0;
}

.content .member_detail .pic img {
    width: 100%;
}

.content .member_detail .text {
    width: calc(100% - 355px);
    display: inline-block;
    vertical-align: top;
    margin-right: -5px;
}

.content .member_detail .text p {
    font-size: 15px;
    line-height: 170%;
}

.content .member_detail .text p.site {
    font-weight: bold;
}

.content .member_detail .text p.site a {
    text-decoration: none;
}


.content .proj_list {
    margin: 0 0 30px;
}

.content .proj_list .block {
    min-height: 155px;
    background: #fff;
    margin: 0 0 25px;
    padding: 0 10px 0 0;
    box-sizing: border-box;
}

.content .proj_list .block .pic {
    float: left;
    width: 272px;
    height: 155px;
    overflow: hidden;
    margin: 0 35px 0 0;
}

.content .proj_list .block .pic img {
    width: 100%;
}

.content .proj_list .title {
    font-size: 22px;
    color: #1c417e;
    font-weight: bold;
    text-decoration: none;
    display: table;
    min-height: 155px;
}

.content .proj_list .title span {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.content .pages a {
    margin: 0 10px 0 0;
    font-size: 14px;
    color: #363636;
    text-decoration: none;
}

.content .pages a.active {
    color: #2678bb;
    text-decoration: underline;
}

.content .contacts_block {
    padding: 0 0 60px;
}

.content .contacts_block .map {
    margin: 0 0 45px;
    opacity: 0.7;
    height: 355px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
}

.content .contacts_block .map > ymaps {
    filter: brightness(1.05);
    -webkit-filter: brightness(1.05);
    -moz-filter: brightness(1.05);
    -o-filter: brightness(1.05);
    -ms-filter: brightness(1.05);
}

.content .contacts_block p {
    padding: 0 0 5px;
    font-size: 15px;
}

.content .contacts_block a {
    color: #e54c44;
}

.content .contacts_block a.tel {
    font-weight: bold;
    color: #1d417e;
    text-decoration: none;
}


.content .members_list .block {
    width: 272px;
    display: inline-block;
    vertical-align: top;
    margin: 0 31px 35px 0;
    background: #fff;
    height: 460px;
    box-sizing: border-box;
    text-align: center;
}

.content .members_list .block .pic {
    margin: 0 0 12px;
    width: 100%;
    height: 320px;
    overflow: hidden;
}

.content .members_list .block .pic img {
    width: 100%;
    min-height: 320px;
}

.content .members_list .block .name {
    font-size: 19px;
    color: #1c417e;
    font-weight: bold;
    text-decoration: none;
    padding: 0 10px;
    display: table;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 12px;
}

.content .members_list .block p {
    padding-left: 10px;
    padding-right: 10px;
}

.content .members_list .block:nth-child(4n + 4) {
    margin-right: 0;
}

.bottom_slider {
    position: relative;
    background: #fff;
    width: 100%;
    padding: 40px 60px;
    box-sizing: border-box;
}

.bottom_slider img {
    width: auto !important;
    max-width: 100% !important;
    display: inline !important;
}

.bottom_slider .item {
    height: 55px;
    display: table;
    width: 100%;
}

.bottom_slider .item span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.bottom_slider .owl-prev {
    position: absolute;
    left: -30px;
    width: 11px;
    height: 21px;
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    top: 50%;
    margin-top: -10px;
    background: url(img/arrow_l.png) no-repeat;
    border: none;
}

.bottom_slider .owl-next {
    position: absolute;
    right: -30px;
    width: 11px;
    height: 21px;
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    top: 50%;
    margin-top: -10px;
    background: url(img/arrow_r.png) no-repeat;
    border: none;
}


.footer {
    position: relative;
    width: 100%;
    height: 110px;
}

.footer .logo {
    position: absolute;
    left: 10px;
    top: 37px;
}

.footer .contacts {
    position: absolute;
    top: 37px;
    right: 10px;
    text-align: right;
}

.footer .contacts a {
    font-size: 14px;
    color: #e54c44;
}

.footer .contacts a.tel {
    text-decoration: none;
    font-size: 21px;
    color: #1d427e;
}

.footer .address {
    position: absolute;
    font-size: 14px;
    color: #252525;
    font-weight: bold;
    left: 280px;
    top: 50px;
}

.footer .social {
    position: absolute;
    top: 45px;
    right: 215px;
}

.footer .social img {
    margin: 0 5px 0 0;
}

.top_news {
    position: relative;
    margin: -25px 0 40px;
}

.top_news img {
    width: 100%;
}

.top_news .text {
    display: table;
    margin: 0 35px;
    width: calc(100% - 70px);
    position: absolute;
    bottom: 35px;
}

.top_news .text .blue {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
    font-size: 25px;
    color: #fff;
    text-decoration: none;
    height: 73px;
    background: rgba(28, 65, 125, 0.9);
}

.top_news .text .red {
    display: table-cell;
    vertical-align: middle;
    width: 270px;
    padding: 0 0 0 7px;
    text-align: center;
}

.top_news .text .red a {
    display: table;
    width: 100%;
    height: 100%;
    background: #e64d44;
    font-size: 23px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    line-height: 73px;
}

.content .left_news {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 425px);
}

.content .right_members {
    width: 405px;
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    margin-left: 20px;
}

.content .right_members .into {
    padding: 35px 35px 10px;
    box-sizing: border-box;
    width: 100%;
    background: url(img/lines.jpg) repeat;
}

.content .right_members .into .block {
    width: 95px;
    height: 100px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin: 0 23px 30px 0;
}

.content .right_members .into .block img {
    width: 100%;
    min-height: 100px;
}

.content .right_members .into .block:nth-child(3n+3) {
    margin-right: -4px;
}

.news_detail > .news_content:last-child {
    float: right;
    width: 70%;
}

.news_detail > .news_content:only-child {
    float: none;
    width: 100%;
}

.news_content:last-child > .wrap {
    padding-left: 30px;
}

.news_content:only-child > .wrap {
    padding-left: 0px;
}

.news_detail > .news_picture {
    float: left;
    width: 30%;
}

.block > .detail:last-child {
    margin-left: 0px;
}

.block > .detail:only-child {
    margin-left: 30px;
}

.content p.news-box {
    padding: 20px 0 20px 0;
}

.block > .detail:only-child .news-content {
    padding-left: 0px;
}

.news_detail::after {
    display: block;
    content: "";
    clear: both;
}

ul.dash {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
    margin-top: 0px;
    font-size: initial;
    line-height: 160%;
}

ul.dash > li:before {
    display: inline-block;
    content: "*";
    width: 1em;
    margin-left: -1em;
}

.news_slider .owl-carousel .owl-stage-outer {
    height: 143px;
}

.topmenu ul li a.selected {
    color: #2678bb;
}

.link_nav {
    display: none;
}


@charset "UTF-8";
.fancybox-enabled {
    overflow: hidden
}

.fancybox-enabled body {
    overflow: visible;
    height: 100%
}

.fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden
}

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99993;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fancybox-container ~ .fancybox-container {
    z-index: 99992
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s, visibility 0s linear .25s;
    box-sizing: border-box
}

.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s, visibility 0s
}

.fancybox-infobar {
    top: 0;
    left: 50%;
    margin-left: -79px
}

.fancybox-infobar__body {
    display: inline-block;
    width: 70px;
    line-height: 44px;
    font-size: 13px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    text-align: center;
    color: #ddd;
    background-color: rgba(30, 30, 30, .7);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased
}

.fancybox-toolbar {
    top: 0;
    right: 0
}

.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translateZ(0)
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: visible
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
    background: #000
}

.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
    background: #e5e3df
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide > * {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box
}

.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-image, .fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff
}

.fancybox-iframe {
    display: block;
    padding: 0;
    border: 0;
    height: 100%
}

.fancybox-error, .fancybox-iframe {
    margin: 0;
    width: 100%;
    background: #fff
}

.fancybox-error {
    padding: 40px;
    max-width: 380px;
    cursor: default
}

.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font: 16px/20px Helvetica Neue, Helvetica, Arial, sans-serif
}

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    background: transparent;
    z-index: 10;
    cursor: pointer
}

.fancybox-close-small:after {
    content: "?";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    transition: background .25s;
    box-sizing: border-box;
    z-index: 2
}

.fancybox-close-small:focus:after {
    outline: 1px dotted #888
}

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee
}

.fancybox-slide--iframe .fancybox-close-small {
    top: 0;
    right: -44px
}

.fancybox-slide--iframe .fancybox-close-small:after {
    background: transparent;
    font-size: 35px;
    color: #aaa
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
    color: #fff
}

.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 30px 0;
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8));
    pointer-events: none
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid hsla(0, 0%, 100%, .4);
    font-size: 14px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none
}

.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
    pointer-events: all
}

.fancybox-caption a {
    color: #fff;
    text-decoration: underline
}

.fancybox-button {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: transparent;
    color: #ddd;
    border-radius: 0;
    cursor: pointer;
    vertical-align: top;
    outline: none
}

.fancybox-button[disabled] {
    cursor: default;
    pointer-events: none
}

.fancybox-button, .fancybox-infobar__body {
    background: rgba(30, 30, 30, .6)
}

.fancybox-button:hover:not([disabled]) {
    color: #fff;
    background: rgba(0, 0, 0, .8)
}

.fancybox-button:after, .fancybox-button:before {
    content: "";
    pointer-events: none;
    position: absolute;
    background-color: currentColor;
    color: currentColor;
    opacity: .9;
    box-sizing: border-box;
    display: inline-block
}

.fancybox-button[disabled]:after, .fancybox-button[disabled]:before {
    opacity: .3
}

.fancybox-button--left:after, .fancybox-button--right:after {
    top: 18px;
    width: 6px;
    height: 6px;
    background: transparent;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor
}

.fancybox-button--left:after {
    left: 20px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.fancybox-button--right:after {
    right: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fancybox-button--left {
    border-bottom-left-radius: 5px
}

.fancybox-button--right {
    border-bottom-right-radius: 5px
}

.fancybox-button--close:after, .fancybox-button--close:before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 16px;
    top: calc(50% - 1px);
    left: calc(50% - 8px)
}

.fancybox-button--close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fancybox-button--close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.fancybox-arrow {
    position: absolute;
    top: 50%;
    margin: -50px 0 0;
    height: 100px;
    width: 54px;
    padding: 0;
    border: 0;
    outline: none;
    background: none;
    cursor: pointer;
    z-index: 99995;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: opacity .25s
}

.fancybox-arrow:after {
    content: "";
    position: absolute;
    top: 28px;
    width: 44px;
    height: 44px;
    background-color: rgba(30, 30, 30, .8);
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 24px 24px
}

.fancybox-arrow--right {
    right: 0
}

.fancybox-arrow--left {
    left: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fancybox-arrow--left:after, .fancybox-arrow--right:after {
    left: 0
}

.fancybox-show-nav .fancybox-arrow {
    opacity: .6
}

.fancybox-show-nav .fancybox-arrow[disabled] {
    opacity: .3
}

.fancybox-loading {
    border: 6px solid hsla(0, 0%, 39%, .4);
    border-top: 6px solid hsla(0, 0%, 100%, .6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99999
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--current {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1
}

.fancybox-fx-rotate.fancybox-slide--previous {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--next {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--current {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1
}

.fancybox-fx-circular.fancybox-slide--previous {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--next {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--current {
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
    opacity: 1
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

@media (max-width: 800px) {
    .fancybox-infobar {
        left: 0;
        margin-left: 0
    }

    .fancybox-button--left, .fancybox-button--right {
        display: none !important
    }

    .fancybox-caption {
        padding: 20px 0;
        margin: 0
    }
}

.fancybox-button--fullscreen:before {
    width: 15px;
    height: 11px;
    left: calc(50% - 7px);
    top: calc(50% - 6px);
    border: 2px solid;
    background: none
}

.fancybox-button--pause:before, .fancybox-button--play:before {
    top: calc(50% - 6px);
    left: calc(50% - 4px);
    background: transparent
}

.fancybox-button--play:before {
    width: 0;
    height: 0;
    border-top: 6px inset transparent;
    border-bottom: 6px inset transparent;
    border-left: 10px solid;
    border-radius: 1px
}

.fancybox-button--pause:before {
    width: 7px;
    height: 11px;
    border-style: solid;
    border-width: 0 2px
}

.fancybox-button--thumbs, .fancybox-thumbs {
    display: none
}

@media (min-width: 800px) {
    .fancybox-button--thumbs {
        display: inline-block
    }

    .fancybox-button--thumbs span {
        font-size: 23px
    }

    .fancybox-button--thumbs:before {
        width: 3px;
        height: 3px;
        top: calc(50% - 2px);
        left: calc(50% - 2px);
        box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0
    }

    .fancybox-thumbs {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        width: 220px;
        margin: 0;
        padding: 5px 5px 0 0;
        background: #fff;
        word-break: normal;
        -webkit-tap-highlight-color: transparent;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        box-sizing: border-box;
        z-index: 99995
    }

    .fancybox-show-thumbs .fancybox-thumbs {
        display: block
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 220px
    }

    .fancybox-thumbs > ul {
        list-style: none;
        position: absolute;
        position: relative;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        overflow-y: auto;
        font-size: 0
    }

    .fancybox-thumbs > ul > li {
        float: left;
        overflow: hidden;
        max-width: 50%;
        padding: 0;
        margin: 0;
        width: 105px;
        height: 75px;
        position: relative;
        cursor: pointer;
        outline: none;
        border: 5px solid transparent;
        border-top-width: 0;
        border-right-width: 0;
        -webkit-tap-highlight-color: transparent;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        box-sizing: border-box
    }

    li.fancybox-thumbs-loading {
        background: rgba(0, 0, 0, .1)
    }

    .fancybox-thumbs > ul > li > img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        min-height: 100%;
        max-width: none;
        max-height: none;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .fancybox-thumbs > ul > li:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 2px;
        border: 4px solid #4ea7f9;
        z-index: 99991;
        opacity: 0;
        transition: all .2s cubic-bezier(.25, .46, .45, .94)
    }

    .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
        opacity: 1
    }
}


/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

/* end */

@media screen and (max-width: 1199px) {
    *:not(input) {
        max-height: 9999999999px;
        -webkit-appearance: none !important;
    }

    .container {
        max-width: 100%;
        position: relative;
        overflow: hidden;
    }

    .topmenu .search {
        width: 220px;
    }

    .topmenu ul {
        width: calc(100% - 287px);
    }

    .content {
        padding-left: 30px;
        padding-right: 30px;
    }

    .members_list {
        text-align: center;
    }

    .members_list .block {
        margin: 0 15px 30px !important;
    }
}

@media screen and (max-width: 1050px) {
    .content .left_news {
        display: block;
        width: auto;
    }

    .content .right_members {
        display: block;
        margin: 0;
        width: auto;
    }

    .content .right_members .into {
        padding: 30px 10px;
        text-align: center;
    }

    .content .right_members .block {
        margin: 0 10px 20px !important;
    }
}

@media screen and (max-width: 1010px) {
    .header {
        height: auto;
        padding: 15px 0;
        text-align: center;
    }

    .header .logo {
        width: 200px;
        display: table;
        margin: 0 auto;
        position: relative;
        left: auto;
        top: auto;
    }

    .header .logo2 {
        width: 200px;
        display: table;
        margin: 15px auto;
        position: relative;
        left: auto;
        top: auto;
    }

    .header .contacts {
        text-align: center;
        display: table;
        margin: 0 auto;
        position: relative;
        right: auto;
        top: auto;
    }

    .header .contacts a.tel {
        font-size: 22px;
    }
}

@media screen and (max-width: 910px) {
    .footer {
        height: auto;
        padding: 15px 0;
        text-align: center;
    }

    .footer .logo {
        position: relative;
        top: auto;
        left: auto;
        display: table;
        margin: 0 auto;
    }

    .footer .contacts {
        text-align: center;
        position: relative;
        top: auto;
        right: auto;
        display: table;
        margin: 10px auto;
    }

    .footer .address {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        text-align: center;
        margin: 0 0 10px;
    }

    .footer .social {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .footer .social img {
        margin: 0 3px;
    }
}

@media screen and (max-width: 890px) {
    .topmenu {
        padding: 5px 10px;
        height: 49px;
        z-index: 10;
    }

    .topmenu .search {
        float: right;
        width: 180px;
        margin-left: 0;
    }

    .topmenu ul {
        display: none;
        position: absolute;
        left: 0;
        width: 320px;
        box-sizing: border-box;
        padding: 10px;
        text-align: center;
        background: #fff;
        top: 49px;
    }

    .topmenu ul.visible {
        display: block;
    }

    .topmenu ul li {
        display: block;
        margin: 7px 0;
    }

    .topmenu .link_nav {
        display: table;
        position: absolute;
        top: 14px;
        left: 10px;
        color: #252525;
        font-size: 20px;
        text-transform: uppercase;
        text-decoration: none;
    }

    .topmenu .link_nav:before {
        content: url(img/menu.png);
        float: left;
        margin: 1px 7px 0 0;
    }

    .content .contacts_block .map {
        height: 200px;
    }

    .content .contacts_block .map > ymaps {
        height: 200px !important;
    }

    .top_news .text .blue {
        font-size: 19px;
    }

    .top_news .text .red {
        width: 200px;
    }

    .top_news .text .red a {
        font-size: 19px;
    }

    .news_detail > .news_content:last-child {
        float: none;
        width: 100%;
    }

    .news_content:last-child > .wrap {
        padding-left: 0px;
    }

    .news_content:only-child > .wrap {
        padding-left: 0px;
    }

    .news_detail > .news_picture {
        float: none;
        width: 100%;
    }

}

@media screen and (max-width: 730px) {
    .content .member_detail .pic {
        float: none;
        margin: 0 auto 35px;
        display: table;
        width: 300px;
    }

    .content .member_detail .text {
        display: block;
        width: auto;
    }

    .content h1 {
        font-size: 20px;
    }
}

@media screen and (max-width: 650px) {
    .content .news_list .block {
        background: #fff;
        margin: 0 0 25px;
        padding: 0 20px 0 20px;
        box-sizing: border-box;
    }

    .content .news_list .block .pic {
        float: none;
        display: table;
        margin: 0 auto 20px;
        width: 70%;
    }

    .content .news_detail .left_pic {
        float: none;
        max-width: 100%;
        width: 100%;
        margin: 0 0 25px;
    }


    .content .proj_list .block {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .content .proj_list .block .pic {
        float: none;
        display: table;
        margin: 0 auto 20px;
    }

    .content .proj_list a.title {
        min-height: 1px;
        padding: 0 10px;
        display: block;
        box-sizing: border-box;
        width: 100%;
    }

    .content .proj_list a.title span {
        text-align: center;
        display: block;
    }

    .content .pages {
        text-align: center;
    }

    .content .pages a {
        margin: 0 3px;
    }

    .top_news .text {
        position: relative;
        margin: -5px 0 0 0;
        width: 100%;
        bottom: auto;
    }

    .top_news .text img {
        display: block;
    }

    .top_news .text .red, .top_news .text .blue {
        display: block;
        width: 100%;
    }

    .top_news .text .red {
        padding: 0;
    }

    .top_news .text .red {
        height: auto;
    }

    .top_news .text .red a {
        height: 40px;
        line-height: 40px;
    }

    .top_news .text .blue {
        height: auto;
        padding: 10px 0;
        text-align: center;
    }

    .block > .detail:last-child {
        margin-left: 0px;
    }

    .block > .detail:only-child {
        margin-left: 0px;
    }

    .block > .detail .news-content {
        padding-left: 0px;
    }
}

.news-detail-share h4 {
    display: inline-block;
}

.news-detail-share .bx-share-icon a {
    background: none !important;
}

@media (min-width: 911px) and (max-width: 1188px) {
    .container .footer .akatan {
        bottom: 0;
        right: 50%;
        top: unset;
        margin-right: -95px;
    }
}

@media (max-width: 910px) {
    .container .footer .akatan {
        position: relative;
        text-align: center;
        right: unset;
        top: unset;
    }
}

.footer .akatan {
    text-align: center;
    position: absolute;
    top: 35px;
    right: 385px;
    font-size: 14px;
}

.footer .akatan p {
    color: #252525;
    font-weight: bold;
}

.footer .akatan a {
    text-decoration: none;
    color: #252525;
}

.footer .akatan p a img {
    width: 100px;
    height: 20px;
    vertical-align: middle;
}