@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700|PT+Serif&subset=cyrillic,cyrillic-ext');

body {
    font-size:14px;
    color:#000;
    font-family: 'PT Sans', sans-serif;
    height: 100%;
}
html{
    height: 100%;
}
a, a:visited, a:link {
    color:#2f237b;
    text-decoration:underline
}
a:hover {
    color:#a03000;
}
.wrapper {
  position: relative;
  min-height: 100%;
  background:#282737 url(../img/main-bg.jpg) repeat-y center top;
}
.footer {
    padding-top:20px;
    border-top:1px #999 solid;
    font-size:13px;
    margin-bottom:25px;
}
.footer p {
    margin:0;
}
.footer .copy {
    float:left;
}
.footer address {
    float:right;
    margin:0 30px 0 0;
}
.footer .footer-mail {
    float:left;
    margin-left:60px
}
.footer .footer-mail a {
    color: #fff;
}
.home .footer .footer-mail a {
    color: #2f237b;
}
.footer .fb {
    float:right
}
.footer-bg {
    background-color: #343143;
    height: 70px;
}
a.bt {
    display:table;
    min-width:155px;
    line-height:40px;
    font-size:16px;
    font-weight:bold;
    text-align:center;
    border-width:2px;
    border-style:solid;
    border-radius:3px;
    font-family: 'PT Sans', sans-serif;
    text-transform:uppercase;
    letter-spacing:1px;
    text-decoration:none;
}
.bt-center {
    margin:0 auto;
}
a.form-bt{line-height:20px;padding: 5px;}
a.bt-white {
    color:#fff;
    border-color:#fff;
}
a.bt-white:hover {
    color:#2b2937;
    background-color:#fff;
    text-decoration:none;
}
a.bt-dark {
    color:#343143;
    border-color:#343143;
    background-color:rgba(255,255,255,.7)
}
a.bt-dark:hover {
    color:#fff;
    background-color:#343143;
}
a.bt-gray {
    color:#78788a;
    border-color:#78788a;
}
a.bt-gray:hover {
    color:#fff;
    border-color:#fff;
}
a.fb {
    color:#fff;
    display:table;
    text-decoration:none;
    font-size:16px;
    line-height:48px;
    max-width:123px;
    width:100%;
    background-color:#405aa0;
    border-radius:3px;
    text-align:center;
}
a.fb img {
    width:17px; height:16px;
    vertical-align:middle;
    margin-right:5px;
    position:relative;
    top:-2px;
}

.main {
    display:table;
    margin:0 auto;
    padding-top:10px;
    color:#fff;
    box-shadow:0 -3px 3px 1px #000;
    padding-bottom: 70px;
    height: 100vh;
}

.home .main {
    width:100%;
    padding-top:60px;
    background-color:#fff;
    color:#000;
    box-shadow:none;
}

.h1 {
    font-size:30px;
    margin:0 0 10px;
    font-weight:normal;
    text-transform:uppercase;
}
.page-title {
    font-size:30px;
    margin:0 0 20px;
    font-weight:normal;
    text-transform:uppercase;
}
.h2 {
    font-size:20px;
    margin:0 0 10px;
    font-weight:normal;
}
.h2 a {
    color: #000;
    text-decoration: none;
}

.h3 {
    font-size:20px;
    margin:0 0 10px;
    font-weight:normal;
}
.head-center {
    text-align:center;
    text-transform:uppercase;
    margin-bottom:0;
    height:55px;
}
.head-center_bottom {
    text-align:center;
    text-transform:uppercase;
    margin:15px 0 20px;
}

.h1-seo {
    font-size:24px;
    margin:0 0 30px;
    font-weight:normal;
}
.seo-block {
    margin:0 0 30px;
}
.seo-block p {
    margin:0 0 10px;
}


.marg60 {
    margin-bottom:60px!important;
}
.marg40 {
    margin-bottom:40px!important;
}
.margt60 {
    margin-top:60px;
}

.custom-width > .row {
    margin:0 -25px;
}

.main > .container {
    padding:0 40px;
}
.home .main > .container {
    padding:0 15px;
}
.items-block.with-bg {
    background-color:#e2e2e2;
    padding-top:15px;
    padding-bottom:40px;
    color:#000;
}
.items-block-wrap img {
    width:100%;
    height: auto;
}
.home .items-block-wrap {
    padding:0 25px;
}

.items-block-item {
    display:block;
    position:relative;
}
.items-block-item:hover:before {
    content:'';
    display:block;
    position:absolute;
    left:10px; top:10px; right:10px; bottom:10px;
    background-color:rgba(43,41,55,.7);
}
.items-block-item:after {
    display:table;
    position:absolute;
    z-index:1;
    left:50%; top:50%;
    transform:translate(-50%,-50%);
}
.items-block-item:hover:after {
    content:attr(data-title);
    color:#fff;
    font-size:16px;
    text-decoration:none;
    text-transform:uppercase;
    letter-spacing:1px;
}

.items-block-item_video:after {
    content:"";
    width:60px; height:60px;
    background:transparent url(../img/ico-play.png) no-repeat left top;
    background-size:100% 100%;
}

.items-block-item_video:hover:after {
    content:'';
    width:80px; height:80px;
}

.img-block {
    padding:0;
}
.img-block-wrap {
    margin-bottom:30px;
    position: relative;
    z-index: 0;
}
.img-block-wrap img {
    width:100%
}
.img-block-wrap .img-block-item {
    position:relative
}
.img-block-wrap a.lightbox {
    position:relative;
    display:table;
}
.img-block-wrap a.lightbox:before {
    content:'';
    display:none;
    position:absolute;
    left:10px; top:10px; right:10px; bottom:10px;
    z-index:1;
    background:url(../img/img-zoom.png) no-repeat center center rgba(43,41,55,.7) ;
}
.img-block-wrap a.lightbox:hover:before {
    display:block;
}

.multi-item-carousel {
    padding:35px 0 90px;
    border-top:1px #999 solid;
    border-bottom:1px #999 solid;
}
.multi-item-carousel .bt {
    position:absolute;
    left:50%; top:70%;
    transform:translate(-50%, -50%);
    z-index:1;
    text-align:center;
}
.multi-item-carousel .carousel-inner .gallery-image {
    width:20%;
    float:left;
}
.home-carousel.multi-item-carousel .carousel-control svg path {fill:#999}
.home-carousel.multi-item-carousel .carousel-control:hover svg path {fill:#474747}

.carousel-mobile-item img {
    width:100%;
}


.news-item {
    display:table;
    width:100%;
    margin-bottom:25px;
}
.news-item .news-item-img {
    float:left;
    width:110px; height:110px;
    border-radius:50%;
    overflow:hidden;
}
.news-item .news-item-img img {
    width:100%; height:100%;
}
.news-item .news-item-content {
    padding-left:130px;
}
.news-item .news-item-content .h3 {
    margin-bottom:5px;
}
.news-item .news-item-content .h3 a {
    text-decoration:none;
}
.news-item .news-item-content .h3 a:hover {
    text-decoration:none;
}
.news-item .news-item-content .date {
    display:block;
    margin-bottom:5px;
    font-size:12px;
    color:#777;
    font-family:arial, serif;
}
.news-item .news-item-content .news-item-desc {
    padding-right:60px;
}

.news-item .news-content .bt.bt-gray{
    border-color: rgba(255, 255, 255, 0);
    text-align: right;
    float: right;
    font-size: 14px;
}

.left-menu {
    margin:0; padding:0;
    list-style:none;
}
.left-menu-title {
    font-size:18px;
    margin:0 0 25px; padding:0 0 0 5px;
    font-weight:normal;
}
.left-menu ul {
    margin:0; padding:0 0 0 20px;
    list-style:none;
}
.left-menu li {
    margin:0; padding:0;
    border-bottom:1px #d2d2d2 solid;
}
.left-menu li:last-child {
    border:0;
}
.left-menu li a,
.left-menu li a:link,
.left-menu li a:visited {
    display:block;
    font-size:14px;
    color:#fff;
    text-decoration:none;
    padding-left:5px;
    line-height:40px;
}
.left-menu li a:hover {
    color:#a68532;
    text-decoration:none;
}

.left-menu-form {
    padding:15px;
    color:#fff;
    background-color:#939393;
    position:relative;
}
.left-menu-form p {
    margin:0;
}
.left-menu-form .ajax-loader {
    position:absolute;
    left:50%; top:30px;
    transform:translate(-50%,0);
}
.left-menu-form .form-title {
    font-size:16px;
    margin-bottom:15px;
}
.left-menu-form label {
    font-size:14px;
    font-weight:normal;
    width:100%
}
.left-menu-form .wpcf7-text,
.left-menu-form .wpcf7-textarea {
    width:100%;
    margin-top:3px; padding-left:5px;
    border:1px #fff solid;
    color:#000;
}
.left-menu-form .wpcf7-text {
    line-height:32px;
}
.left-menu-form .wpcf7-textarea  {
    height:140px;
}
.left-menu-form .wpcf7-submit {
    margin:15px 0 0 0; padding:0;
    background-color:transparent;
    text-align:center;
    color:#fff;
    border:2px #fff solid;
    border-radius:3px;
    width:100%;
    line-height:40px;
    font-size:16px;
    font-weight:bold;
    box-sizing:border-box;
    font-family: 'PT Sans', sans-serif;
    text-transform:uppercase;
}
.left-menu-form .wpcf7-not-valid {
    border:1px #a03000 solid;
    box-shadow:0 0 2px 2px rgba(160,48,0,.3) inset;
}
.left-menu-form .wpcf7-not-valid-tip {
    color:#a03000
}
.left-menu-form div.wpcf7-response-output {
    margin:15px 0 0 0; padding:10px;
}
.left-menu-form div.wpcf7-validation-errors {
    border:1px #a03000 solid;
}

.contact-form .left-menu-form {
    margin:0;
}
.contact-form .left-menu-form .form-title {
    min-height:52px
}

.lightboxOverlay {
    z-index:10000
}
.article h3{
    margin-top: 20px;
}
.article-tabs {
    margin:0 0 30px 0; padding:0;
    list-style:none;
    border-top:1px #d2d2d2 solid;
    border-bottom:1px #d2d2d2 solid;
}
.article-tabs li {
    display:inline-block;
    margin-right:20px
}
.article-tabs li a {
    display:block;
    color:#fff;
    text-decoration:none;
    position:relative;
    line-height:36px;
}
.article-tabs li a:hover,
.article-tabs li.active a {
    color:#aa8a3c;
}
.article-tabs li a:hover:before,
.article-tabs li.active a:before {
    content:'';
    display:block;
    position:absolute;
    left:0; right:0; bottom:0;
    height:4px;
    background-color:#aa8a3c;
}

.simple-text {
    padding:0
}
.simple-text p {
    margin:0 0 10px;
}
.simple-text .h2 {
    padding-top:10px;
}
.simple-text ul {
    margin:0; padding:0 0 5px 15px;
}
.simple-text ul li {
    margin:0 0 5px; padding:0;
}

.about-img {
    text-align:center;
}
.about-img img {
    max-width:100%;
}

.svg-map-title {
    text-align:center;
    margin-bottom:30px;
    text-transform:uppercase;
}
.svg-map-img {
    padding-right:85px;
}
.svg-map-img img {
    width:100%;
}
.svg-map-desc {
    padding-top:30px;
}

.contacts h3 {
    margin:0 0 15px; padding:0;
    font-size:20px;
    font-weight:bold;
}
.contacts p {
    margin:0; padding:0
}
.contacts address {
    margin:0 0 10px;
}
.contacts address p {
    font-weight:bold;
}
.contacts .contacts-item-title {
    margin:0 0 5px; padding:0;
    font-size:16px;
    font-weight:bold;
    clear:both;
}
.contacts .contacts-item-desc {
    margin-bottom:10px;
    display:table;
    width:200px;
}
.contacts .contacts-item-desc p {
    clear:both
}
.contacts .contacts-item-desc .left {
    float:left
}
.contacts .contacts-item-desc .right {
    float:right
}
.contacts .contacts-item-desc.geo {
    width:100%;margin-left:-30px;
}
.contacts .contacts-item-desc.geo .left,
.contacts .contacts-item-desc.geo .right {
    float:left;width:50%;padding-left: 30px;
}
.contacts .contacts-item-desc.geo .left:before, 
.contacts .contacts-item-desc.geo .right:before{
    position: absolute;
    left:0;
    top: 5px;
    font-size: 20px;
}
.contacts .contacts-item-desc.geo .right {
    cursor:pointer;
}
.users .user-item img {
    width:170px; height:254px
}

.news .news-title {
    float:right;
}
.news .news-title h2 a{
    color:#fff;
}
.news .news-content-desc {
    margin-bottom:10px;
}
.news .news-img img {
    width:100%;
}
.news .news-item {
    margin-bottom:30px;
}

.question_item{}

.question_item .question, .question_item .question.collapsed:hover{
    color: #000;
    background-color: #e2e2e2;
    padding: 10px 10px 10px 40px;
    margin-bottom: 10px;
    display: block;
    text-decoration: none;
    position: relative;
}
.question_item .question:before{
    content: "+";
    display:block;
    position: absolute;
    left: 10px;
    font-size: 26px;
    top: 0;
}
.question_item .question.collapsed{
    color: #fff;
    background-color: #343143;
}
.question_item .answer{padding: 10px;
margin-bottom: 30px;}

#breadcrumbs{color: #fff;margin-bottom: 30px;}
#breadcrumbs a{color: #fff;}

.managers .manager{width: 20%;}
.managers .manager figure {
    margin: 1em 0px;
}

#back-top {position: fixed; bottom: 30px;right: 30px;margin-bottom: 0;display:none;z-index: 100000;}
#back-top a {width: 45px;color: #272435;border: 2px solid #272435;-webkit-border-radius: 45px;-moz-border-radius: 451px;border-radius: 45px; display: block;background-color:#fff;}
#back-top a:hover { color: #000;}
#back-top span {margin-bottom: 0;width: 41px;height: 41px;background: none;position: relative;overflow: hidden;-webkit-border-radius: 41px; -moz-border-radius: 41px; border-radius: 41px;display: block;transition: 1s;}
#back-top span:before, #back-top span:after {content: '\f062'; font-size: 24px;font-family: FontAwesome; line-height: 41px;position: absolute; left: 0;width: 40px;text-align: center; -webkit-transition: 0.6s; -moz-transition: 0.6s;-o-transition: 0.6s;transition: 0.6s;}
#back-top span:before {top: 0;color: #272435;}
#back-top span:after {top: 50px;color: #fff;}
#back-top a:hover{background-color:#272435;}
#back-top a:hover span:before{top:-50px;}
#back-top a:hover span:after{top:0;}
#back-top a:hover span{background:none;}

.alignleft{float:left; margin-right:20px;}
.alignright{float:right; margin-left:20px;}
.aligncenter{display:block; margin: 0px auto;}
.central_content{min-height: 250px;}
.plus-dropdown{display: none;}
/*.category_img {max-height: 225px;min-height: 225px;}*/

#map{height:400px;}

.jcarousel-wrapper {
    margin: 0px auto;
    position: relative;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 200px;
    float: left;
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
}

.jcarousel-control-prev {
    left: 15px;
}

.jcarousel-control-next {
    right: 15px;
}
.navigation.pagination .page-numbers:hover{
    text-decoration: none;
}
.navigation.pagination .page-numbers{
    color: #fff;
    padding: 10px;
    display: inline-block;
}