@font-face {
    font-family: 'Frutiger-Regular';
    src: url('../fonts/FrutigerNeueLTW1G-Regular.eot');
    src: url('../fonts/FrutigerNeueLTW1G-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FrutigerNeueLTW1G-Regular.woff2') format('woff2'),
        url('../fonts/FrutigerNeueLTW1G-Regular.woff') format('woff'),
        url('../fonts/FrutigerNeueLTW1G-Regular.ttf') format('truetype'),
        url('../fonts/FrutigerNeueLTW1G-Regular.svg#FrutigerNeueLTW1G-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Frutiger-Light';
    src: url('../fonts/Frutiger-Light.eot');
    src: url('../fonts/Frutiger-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Frutiger-Light.woff2') format('woff2'),
        url('../fonts/Frutiger-Light.woff') format('woff'),
        url('../fonts/Frutiger-Light.ttf') format('truetype'),
        url('../fonts/Frutiger-Light.svg#Frutiger-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeueCyr-Light';
    src: url('../fonts/HelveticaNeueCyr-Light.eot');
    src: url('../fonts/HelveticaNeueCyr-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueCyr-Light.woff2') format('woff2'),
        url('../fonts/HelveticaNeueCyr-Light.woff') format('woff'),
        url('../fonts/HelveticaNeueCyr-Light.ttf') format('truetype'),
        url('../fonts/HelveticaNeueCyr-Light.svg#HelveticaNeueCyr-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeueCyr-Medium';
    src: url('../fonts/HelveticaNeueCyr-Medium.eot');
    src: url('../fonts/HelveticaNeueCyr-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueCyr-Medium.woff2') format('woff2'),
        url('../fonts/HelveticaNeueCyr-Medium.woff') format('woff'),
        url('../fonts/HelveticaNeueCyr-Medium.ttf') format('truetype'),
        url('../fonts/HelveticaNeueCyr-Medium.svg#HelveticaNeueCyr-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeueCyr-Roman';
    src: url('../fonts/HelveticaNeueCyr-Roman.eot');
    src: url('../fonts/HelveticaNeueCyr-Roman.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueCyr-Roman.woff2') format('woff2'),
        url('../fonts/HelveticaNeueCyr-Roman.woff') format('woff'),
        url('../fonts/HelveticaNeueCyr-Roman.ttf') format('truetype'),
        url('../fonts/HelveticaNeueCyr-Roman.svg#HelveticaNeueCyr-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*=================================================================*/
* {
	margin: 0;
	padding: 0;
}
body.iosBugFixCaret.modal-open { position: fixed; width: 100%; }
body {
	font-size: 16px;
     font-family: 'HelveticaNeueCyr-Light';
    /* background-image: url(../img/hlogo.png);
   background-position: 0 0;
   background-repeat: no-repeat;
   -webkit-background-size: 200px auto;
   background-size: 200px auto;*/
   background-color: #fff;
}
.red {
	outline: 1px solid red;
}
input, textarea, select {
  font-size: 16px !important;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: " ";
}
.clearfix:after {
	clear: both;
}
ol,ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.img_cont {
	display: block;
	text-align: center;
}
.img_cont img {
	width: 100%;
	height: auto;
}
.align_center {
	display: block;
	text-align: center;
}
a {
	text-decoration: none;
	outline: none;
}
textarea:focus, 
input:focus, 
select:focus {outline:none}
input[type="search"] {
	-webkit-appearance: none;
}
.inner_left {
	padding-right: 15px;
}
.inner_right {
	padding-left: 15px;
}
.slick-slide:focus {
   outline: none;
}
.slick-slide img {
    display:inline-block;
    width: 100%;
    height: auto;
}
h1,h2,h3,h4,h5 {
    margin: 0;
    line-height: 1;
    font-weight: normal;
}
a.img_cont:hover {
  opacity: 0.9;
}
.block {
  padding-top: 60px;
  padding-bottom: 60px;
}
.mini_nav ul {
   display: table;
}
.mini_nav li {
    display: table-cell;
    vertical-align: middle;
    padding-left: 16px;
}
.mini_nav li a {
    display: block;
    text-decoration: none;
    color: #000;
}
.mini_nav li a:hover,
.mini_nav li a:focus,
.mini_nav li.active a {
    color: #000;
    text-decoration: none;
    font-family: 'HelveticaNeueCyr-Medium';
    letter-spacing: -.5px;
}
/*==========================*/
.menu_button {
    height: 53px;
    /*background: lime;*/
    width: 62px;
    right: 10px;
    top: 9px;
    text-align: center;
    position: absolute;
    overflow: hidden;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 999;
    margin-top: 0;
}
.menu_button.navbar-toggle {
    padding: 0px;
    margin: 0px;
}
.menu_button.active span i:nth-child(1) {
	-webkit-transform: rotate(-45deg) translate(-50%, -50%);
    transform: rotate(-45deg) translate(-50%, -50%);
       top: 16%;
    left: 27px;
}
.menu_button.active span i:nth-child(2) {
	-webkit-transform: translateX(-100px);
	transform: translateX(-100px);
	opacity: 0;
}
.menu_button.active span i:nth-child(3) {
	    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
   top: 57%;
    left: 23px;
}
.menu_button span {
	width: 60px;
    height: 70px;
	position: absolute;
	right: 0;
  top: 0px;
	cursor: pointer;
	background: transparent;
	z-index: 1;
}
.menu_button span i {
	    position: absolute;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    width: 68%;
    height: 6px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #CACDCE;
    -webkit-transition: opacity .1s ease .1s, -webkit-transform .3s ease;
    transition: opacity .1s ease .1s, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .1s ease .1s;
    transition: transform .3s ease, opacity .1s ease .1s, -webkit-transform .3s ease;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.menu_button span i:nth-child(1) {
	    top: 15%;
}
.menu_button span i:nth-child(2) {
	top: 31%;
}
.menu_button span i:nth-child(3) {
	    top: 47%;
}
.navbar-header {
    position: relative;
}
/*=====================*/
@media (max-width: 992px){
.navbar-nav {
   margin-top: 54px;
}
}
/*--------------*/
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;  
}
.navbar-default .navbar-toggle {
    border-color: transparent;
    padding: 4px 10px;
}
.navbar-default .navbar-collapse, 
.navbar-default .navbar-form {
    border: 0;
    box-shadow: none;
}
/*==================*/
@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        margin-top: 80px;
        background: rgba(255,255,255,.9);
        margin-left: -15px;
        margin-right: -15px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}


/*=====================*/
input[type=text], input[type=email], input[type=tel], input[type=password] {
    border: 1px solid #DADBDC;
    outline: none;
    margin-bottom: 10px;
    color: #000;
    background: #FFF;
    background: -moz-linear-gradient(271deg, rgba(255,255,255,1) 0%, rgba(232,233,234,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(232,233,234,1)));
    background: -webkit-linear-gradient(271deg, rgba(255,255,255,1) 0%, rgba(232,233,234,1) 100%);
    background: -o-linear-gradient(271deg, rgba(255,255,255,1) 0%, rgba(232,233,234,1) 100%);
    background: -ms-linear-gradient(271deg, rgba(255,255,255,1) 0%, rgba(232,233,234,1) 100%);
    background: linear-gradient(179deg, rgba(255,255,255,1) 0%, rgba(232,233,234,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#E8E9EA', GradientType=0 );
    height: 45px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    width: 100%;
    padding: 10px 15px;
}
textarea {
    border: 1px solid #DADBDC;
    outline: none;
    margin-bottom: 10px;
    color: #000;
    background: #FFF;
    background: -moz-linear-gradient(271deg, rgba(255,255,255,1) 0%, rgba(232,233,234,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(232,233,234,1)));
    background: -webkit-linear-gradient(271deg, rgba(255,255,255,1) 0%, rgba(232,233,234,1) 100%);
    background: -o-linear-gradient(271deg, rgba(255,255,255,1) 0%, rgba(232,233,234,1) 100%);
    background: -ms-linear-gradient(271deg, rgba(255,255,255,1) 0%, rgba(232,233,234,1) 100%);
    background: linear-gradient(179deg, rgba(255,255,255,1) 0%, rgba(232,233,234,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#E8E9EA', GradientType=0 );
    height: 200px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    width: 100%;
    padding: 10px 15px;
    resize: none;
}
/*==============*/
.top_panel {
  display: table;
  float: right;
  padding-top: 10px;
  padding-bottom: 10px;
}
.top_panel>div {
  display: table-cell;
  vertical-align: middle;
}
.top_panel>div:first-child {
  padding-right: 15px;
}
.top_panel>div:last-child {
  padding-left: 15px;
}
/*=============*/
.share ul {
   display: table;
}
.share li {
    display: table-cell;
    vertical-align: middle;
    padding-left: 12px;
}
.share li a {
    width: 30px;
    height: 30px;
    display: block;
    text-decoration: none;
    color: #CACDCE;
    font-size: 22px;
    text-align: center;
}
.share li a:hover,.share li a:focus {
    color: #000;
    text-decoration: none;
}
/*====================*/

.middle_panel {
    padding-top: 5px;
    padding-bottom: 10px;
}
.middle_panel .mini_nav li {
    padding-left: 0px;
    padding-right: 16px;
}
.green_color {
    color: #92C947;
}
.navbar-default {
    background-color: transparent;
    border: 0;
    margin: 0;
}
@media (min-width: 992px){
.navbar-nav {
 float: right; 
}
.navbar-nav>li {
 /*float: right; */
  text-align: center;
}
.navbar-collapse {
   padding-right: 0px; 
   padding-left: 0px; 
}
}
.navbar-default .navbar-nav>li>a {
    color: #8D8988;
    /*white-space: nowrap;*/
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
    color: #8D8988;
    background-color: transparent;
    font-family: 'HelveticaNeueCyr-Medium';
}
.navbar {
    min-height: 0px;
}
.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent;
}
/* =Header
-------------------------------------------------------------- */
body {
    padding-top: 118px;
}
header {
    width: 100%;
    height: 118px;
    overflow: visible;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1031;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}
header.home_header {
    background-color: transparent;
}
header.smaller {
    height: 90px;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
}
header.smaller .logo_top>span:first-child {
    width: 60px;
}
.logo_top span {
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.logo_top  img {
    -webkit-transition: height width 0.3s;
    -moz-transition: height width 0.3s;
    -ms-transition: height width 0.3s;
    -o-transition: height width 0.3s;
    transition: height width 0.3s;
}
.logo_top  span {
    -webkit-transition: height width 0.3s;
    -moz-transition: height width 0.3s;
    -ms-transition: height width 0.3s;
    -o-transition: height width 0.3s;
    transition: height width 0.3s;
}
header.smaller .main_menu {
    margin-top: 0px; 
}
header.smaller .logo_top {
    top: 5px;
}
/*==========*/
.banner {
    height: 564px;
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center; 
    background-repeat: no-repeat;
}
.gallery_img_cont {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.gallery  {
    padding-top: 20px;
}
.gallery_row {
  display: table;
  width: 100%;
}
.gallery_row>div {
  display: table-cell;
  vertical-align: top;
}
.gallery_row>div:first-child {
  padding-right: 10px;
}
.gallery_row>div:last-child {
  padding-left: 10px;
}
.width_100 {
    width: 100%;
}
.width_40 {
    width: 40%;
}
.width_60 {
    width: 60%;
}
.width_50 {
    width: 50%;
}
.width_55 {
    width: 55%;
}
.width_45 {
    width: 45%;
}
.width_33 {
    width: 33.33333%;
}
.width_70 {
    width: 70%;
}
.width_80 {
    width: 80%;
}
.width_20 {
    width: 20%;
}
.height_2 {
    height: 600px;
}
.height_1 {
    height: 290px;
}
.gallery_box {
    position: relative;
    margin-bottom: 20px;
}
.gallery_caption_wrapper {
    display: block;
     width: 100%;
    height: 56px;
    overflow: hidden;
     position: absolute;
    bottom: 0;
    left: 0;
}
.gallery_caption {
    display: table;
    line-height: 1.1;
    width: 100%;
    height: 100%;
    font-size: 24px;
    text-align: center;
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    font-family: 'HelveticaNeueCyr-Roman';

}
.gallery_caption>span {
    display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
    padding-left: 10px;
}
/*---------------------*/
.slick-dots li.slick-active button:before,
.slick-dots li.slick-active button:hover,
.slick-dots li.slick-active button:focus {
    opacity: 0;
}
.slick-dots li button:before,
.slick-dots li button:hover,
.slick-dots li button:focus {
    opacity: 0;
}
.slick-dots li {
    overflow: hidden;
    width: 13px;
    height: 13px;
   background: #fff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border: 2px solid #92C947;
}
.slick-dots li.slick-active {
     background: #92C947;
}
.slick-dots {
    bottom: -30px;
}
/*------------------------*/
.gallery_row_2 {

}
.gallery_row_2 {
  display: table;
  width: 100%;
}
.gallery_row_2>div {
  display: table-cell;
  vertical-align: middle;
}
.gallery_row_2>div:first-child {
  padding-right: 15px;
}
.gallery_row_2>div:nth-child(2) {
  padding-right: 10px;
  padding-left: 10px;
}
.gallery_row_2>div:last-child {
  padding-left: 15px;
}
.block_header {
    border-bottom: 1px solid #555;
    margin-bottom: 20px;
}
.block_header h2 {
    display: inline-block;
    padding: 10px 0;
    padding-right: 10px;
    background-color: #fff;
    font-size: 40px;
    color:  #555;
    position: relative;
    top: 17px;
}
/*=========================*/
.news_slider_wrapper {
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 10px;
}
.news_slider_item {
      margin-left: 10px;
    margin-right: 10px;
}
.news_slider_box {
    
    position: relative;
    width: 100%;
  
}
.news_slider_box>a {
     -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    width: 100%;
    height: 200px;
}
.news_slider_box>a:hover, 
.news_slider_box>a:focus {
    opacity: 0.9;
    text-decoration: none;
}
.ns_box_caption {
    padding: 10px 0;
    text-align: center;
}
.ns_box_caption h3 {
   font-family: 'HelveticaNeueCyr-Roman';
   line-height: 1.2;
   
   margin-bottom: 10px;
       white-space: nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
}
.ns_box_caption p {
    color: #777;
    font-size: 14px;
    height: 35px;
    line-height: 1.2;
    overflow: hidden;
}
/*=================*/
.news_slider .prev,.news_slider .next {
    top: 34%;
    width: 35px;
    height: 35px;
    position: absolute;
    color: #C7C8CA;
    font-size: 20px;
    line-height: 40px;
    cursor: pointer;
    z-index: 10;
    margin-top: -15px;
    text-align: center;
}
.news_slider .prev:hover,
.news_slider .next:hover,
.news_slider .prev:focus,
.news_slider .next:focus {
    color: #000;
}
.news_slider .next {
    right: -50px;
    margin-left: -5px;
}
.news_slider .next >span {
    position: relative;
    right: 10px;
}
.news_slider .prev {
    left:  -38px;
     transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -sand-transform: rotate(180deg);
    z-index: 10;
}
/*===================*/
footer {
   background-color: #92C947;
   color: #fff;
   background-image: url(../img/flogo.png);
   -webkit-background-size: auto 100%;
   background-size: auto 100%;
   background-position: right 30px;
   background-repeat: no-repeat;
   margin-top: 50px;
}
footer a {
   color: #fff;
}
footer a:hover, 
footer a:focus {
    color: #fff;
}
.footer_cont {
  display: table;
}
.footer_cont>div {
  display: table-cell;
  vertical-align: top;
}
.footer_cont>div:first-child {
  padding-right: 15px;
}
.footer_cont>div:last-child {
  padding-left: 15px;
}
.flogo {
   width: 120px;
}
.footer_body {
    padding-top: 30px;
    padding-bottom: 60px;
}
.fc_list p {
    font-size: 24px;
     font-family: 'Frutiger-Regular';
}
.fc_list ul {
    font-size: 14px;
    font-family: 'Frutiger-Light';
    line-height: 1.3;
    margin-bottom: 30px;
}
.fc_list ul li {
    margin-bottom: 5px;
}
/*====================*/
.page_header {
    padding-top: 50px;
}
.ph_inner {
    padding-top: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #333;
}
.page_header h2 {
   font-size: 40px;
   font-family: 'HelveticaNeueCyr-Roman';
}
.page_header .ph_table {
  display: table;
}
.page_header .ph_table>div {
  display: table-cell;
  vertical-align: bottom;
}
.page_header .ph_table>div:first-child {
  padding-right: 15px;
}
.page_header .ph_inner>div:last-child {
  padding-left: 15px;
}
.page_header .ph_table .mini_nav a {
  font-size: 20px;
  font-family: 'HelveticaNeueCyr-Medium';
  color: #888;
}
.page_header .ph_table .mini_nav a:hover,
.page_header .ph_table .mini_nav a:focus,
.page_header .ph_table .mini_nav li.active a {
    color: #000;
    text-decoration: none;
    font-family: 'HelveticaNeueCyr-Medium';
    letter-spacing: normal;
}
.pb_header {
    font-size: 24px;
     font-family: 'HelveticaNeueCyr-Roman';
    color: #888;
    line-height: 1.3;
    padding-top: 20px;
    padding-bottom: 20px;
}
.post_images {
    margin-left: -5px;
    margin-right: -5px;
    max-width: 500px;
}
.post_images li {
    width: 50%;
    float: left;
}
.post_images li >a {
    display: block;
    margin-left: 5px;
    margin-right: 5px;
    height: 180px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 10px;
}
.post_body p {  
    margin-bottom: 30px;
}  
/*----------------*/
#toTop {
    width: 47px;
    height: 47px;
    background: #562873;
    position: fixed;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    display: none;
    z-index: 100;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
    transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
    -moz-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
    -webkit-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
    -o-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
}
#toTop span {
    display: block;
    margin: 5px 0 0 0;
    font-size: 24px;
}
#toTop:hover {
    color: #562873;
    text-decoration: none;
    background-color: #fff;
}
/*--------alt---------------*/
#toTop span {
    display: block;
    margin: 8px 0 0 0;
    font-size: 30px;
}
/*------------------*/
.gallery_wrap {
    padding-top: 50px;
    padding-bottom: 50px;
}
.gallery_page_slider_item {
    height: 550px;
     -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/*=================*/
.gallery_page_slider .prev,.gallery_page_slider .next {
    top: 50%;
    width: 35px;
    height: 35px;
    position: absolute;
    color: #C7C8CA;
    font-size: 20px;
    line-height: 40px;
    cursor: pointer;
    z-index: 10;
    margin-top: -17px;
    text-align: center;
}
.gallery_page_slider .prev:hover,
.gallery_page_slider .next:hover,
.gallery_page_slider .prev:focus,
.gallery_page_slider .next:focus {
    color: #000;
}
.gallery_page_slider .next {
    right: -50px;
    margin-left: -5px;
}
.gallery_page_slider .next >span {
    position: relative;
    right: 10px;
}
.gallery_page_slider .prev {
    left:  -38px;
     transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -sand-transform: rotate(180deg);
    z-index: 10;
}
/*===================*/
.gallery_page_slider_nav {
   
    padding-top: 20px;
}
.gallery_page_slider_nav_item {
        margin-left: 10px;
    margin-right: 10px;
}
.gallery_page_slider_nav_box {
  -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    display: block;
    height: 200px;
}
/*------------------*/
.contact_wrap {
  display: table;
  width: 100%;
  padding-top: 60px;
  font-family: 'HelveticaNeueCyr-Roman';
}
.contact_wrap>div {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}
.contact_wrap>div:first-child {
  padding-right: 50px;
}
.contact_wrap>div:last-child {
  padding-left: 50px;
}
.contact_info_header {
    text-transform: uppercase;
     font-family: 'HelveticaNeueCyr-Medium';
     font-size: 24px;
}
.contact_info_body ul {
     margin-bottom: 30px;
}
.contact_info_body a {
    color: #000;
}
.contact_info_body a:hover, .contact_info_body a:focus {
    color: #000;
}
.contact_info .share li {
    padding-left: 0px;
    padding-right: 12px;
}
.contact_info .share li a {
    width: 30px;
    height: 30px;
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 22px;
    text-align: center;
}
.contact_info .share li a:hover,.contact_info  .share li a:focus {
    color: #CACDCE;
    text-decoration: none;
}
/*===============*/
.tiles_nav_mob {
   overflow: hidden;
   padding-top: 30px;
   padding-bottom: 30px;
}
.tiles_nav_mob ul {
 margin-left: -20px;
    margin-right: -20px;
}
.tiles_nav_mob li {
    width: 50%;
    float: left;
}
/*====================*/
.footer_cont .share li {
    padding-left: 0px;
    padding-right: 12px;
}
.footer_cont .share li a {
    width: 30px;
    height: 30px;
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 22px;
    text-align: center;
}
.footer_cont .share li a:hover,.footer_cont  .share li a:focus {
    color: #562873;
    text-decoration: none;
}
.footer_cont  .mini_nav li {
    padding-left: 0px;
    padding-right: 16px;
}
.footer_cont .mini_nav li a:hover,.footer_cont  .mini_nav li a:focus,.footer_cont  .mini_nav li.active a {
   color: #562873;
    text-decoration: underline;
     font-family: 'HelveticaNeueCyr-Roman';
    letter-spacing: 1px;
    text-decoration: none;
}
.footer_cont .mini_nav li a {
    
     font-family: 'HelveticaNeueCyr-Roman';
    letter-spacing: 1px;
 color: #fff;
}
/*=================*/
.top_panel {
  width: 100%;
  float: none;
  padding-bottom: 0;
}
.top_panel>div {
    vertical-align: top;
}
.top_panel>div:first-child {
    width: 300px;
    position: relative;
}
.share {
    float: right;
}
.logo_top {
  display: table;
  table-layout: fixed;
  color: #8D8988;
  font-family:"Trebuchet MS", Helvetica, sans-serif;
  white-space: nowrap;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 1;
}
.logo_top>span {
  display: table-cell;
  vertical-align: middle;
}
.logo_top>span:first-child {
   width: 100px;
}
.logo_top>span:last-child {
  padding-left: 5px;
  font-size: 30px;
  line-height: 1;
}
.logo_top:hover, .logo_top:focus {
    color: #8D8988;
    text-decoration: none;
}
.logo_top>span:first-child img {
   width: 100%;
   height: auto;
}
.middle_panel {
   position: relative;
}
.banner {
    height: 615px;
}