* {
    margin: 0;
    padding: 0;
}

html, body {
  font-size: 15px;
  line-height: 1.2;
  height: 100%; }

body {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #000;
  background: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  background: transparent url("../images/bg_1.jpg") no-repeat fixed 0px bottom / cover;
  height:100%
}



.all {
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%; }
  


.wraper {
    width: 960px;
    margin: 0 auto;
    padding: 0;
}

img {
    border: none;
    outline: none;
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: underline;
    outline: none;
    color: #000;
}

a:hover {
    text-decoration: none;
}



input[type='text'], input[type='password'], textarea {
    border: 1px solid #b4b4b7;
    background-color: #fff;
    border-radius: 1px;
    padding: 5px;
    color: #000;
    width: 200px;
}

input[type='submit'] {
    outline: none;
    border: none;
    cursor: pointer;
}

.left {
    float: left;
}

.right {
    float: right;
}

.last {
    margin-right: 0 !important;
}

b, strong {
    font-family: Roboto Medium,sans-serif;
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    letter-spacing: 0.01em;
}
h1 {
    font-size: 29px;
}

.clear {
    clear: both;
}

.readmore {
    display: inline-block;
    letter-spacing: 0.01em;
    color: #3d71af;
    text-decoration: none;
    font-weight: 700;
}
.readmore:hover {
    color: #3d71af;
}


/*-----HEADER-----*/
header {
   
}
.header-top {
    padding: 5px 0 0px;
}
.header-top-right {
    text-align: right;
}
.header-tel {
    display: inline-block;
    vertical-align: top;
    padding-top: 10px;
    font-size: 18px;
    letter-spacing: 0.01em;
    color: #c7a000;
}
.lang {
    vertical-align: top;
    padding-top: 15px;   
}
.lang-list {
    list-style-type: none;
}
.lang-child {
    display: inline-block;
    margin-left: 5px;
}
.lang-child:first-child {
    margin-left: 0;
}
.lang-link {
    display: inline-block;
}
    
.lang-text {
    display: inline-block;
       
}
.lang-link.active {
    border: 2px solid #FFF;
	height: 15px;
	border-radius: 3px;  
}
.lang-link:hover {
    color: #fff;
    text-decoration: none;
}

/*-----MENU-----*/
.menu {
    background: #a01727; 
	margin-left: -20px;
	margin-right: -20px;
	padding: 0px 20px;
}

.menu ul {
    display: table;
    width: 100%;
    height:60px;
}

    .menu li {
        display: table-cell;
        position:relative;
        text-align: center;
    }


        .menu li.active {
            height:60px;
        }
        
        .menu li.active a {
        border:#fff solid 2px;
		border-radius:3px;
        }

    .menu a {
        color: #fff;
        text-decoration: none;
        margin-top:8px;
        display: block;
        padding: 12px 17px;
		text-transform:uppercase;
		font-size:13;
    }

    .menu li:last-child a, .menu li.last a {
        background: none;
        padding: 12px 26px;
    }

.submenu ul {
    display:none;
    position:absolute;
    z-index:999;
    background:#a01727;
    left: -1px;
    width: 150px;
    border-radius: 0 0 2px 2px;
    padding: 5px 0;
	cursor: pointer;
	height:280px;
}
    .submenu ul li {
        display: block;
        width:100%;
        margin: 5px 0;
    }
    .submenu ul li:hover  {
        background-color: #9d2e3b;
    }
    .submenu ul li:first-child, .submenu ul li:last-child {
        border-radius:0;
    }
        .submenu ul li a, .submenu ul li:last-child a {
            padding:5px 15px;
        }
    .submenu ul li a {
        font-size:12px;
    }
	.submenu ul li .active a {
        border:none;
        }
.submenu:hover ul  {
    display:block;
}
/*-----MENU-----*/

/*-----MOBILE MENU-----*/
body.overflow {
    position: fixed;
    overflow: hidden; }
.mobile-nav-bt {
    display: none;
}
.navicon {
    display: none;
    float: right;
    font-size: 2rem;
    color: #fff;
}
.navicon:hover, .navicon:focus {
    color: #fff;
}
.mobile-container {
    position: fixed;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    z-index: 9999;
    background: #e5e8ed;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    text-align: center; 
}
.mobile-container.show {
    left: 0;
}
.lines {
    display: inline-block;
    width: 2rem;
    height: 0.4rem;
    background: #fff;
    border-radius: 0.28571rem;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}
.lines:before, .lines:after {
    display: inline-block;
    width: 2rem;
    height: 0.4rem;
    background: #fff;
    border-radius: 0.28571rem;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    left: 0;
    content: '';
    -ms-transform-origin: 0.28571rem center;
    -o-transform-origin: 0.28571rem center;
    -moz-transform-origin: 0.28571rem center;
    -webkit-transform-origin: 0.28571rem center;
    transform-origin: 0.28571rem center;
}
.lines:before {
    top: 0.7rem;
}
.lines:after {
    top: -0.7rem;
}
.navicon:hover .lines:before {
    top: 0.8rem;
}
.navicon:hover .lines:after {
    top: -0.8rem;
}
.navicon.close {
    -ms-transform: scale3d(0.8, 0.8, 0.8);
    -o-transform: scale3d(0.8, 0.8, 0.8);
    -moz-transform: scale3d(0.8, 0.8, 0.8);
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
}
.navicon.x.close .lines {
    background: transparent;
}
.navicon.x.close .lines:before, .navicon.x.close .lines:after {
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 2.5rem;
    background: #d2232a;
}
.navicon.x.close .lines:before {
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}
.navicon.x.close .lines:after {
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    -o-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}
.mobile_menu {
    padding-top: 20px;   
}
.mobile_menu ul {
    list-style: none;
}
.mobile_menu li {
    display: block;
    padding: 10px 0;
}
.mobile_menu li.active a {
    color: #97bf0d;
}
.mobile_menu a {
    text-decoration: none;
    color: #376b8c;
}
.mobile-inside-container {
    padding: 0 30px;
}
.mobile-container .lang {
    display: block;
    margin-right: 0;
}
.mobile-container .header-tel {
    display: block;
    color: #376b8c;
}

/*-----MOBILE MENU-----*/

/*-----HEADER-----*/

/*main*/
.flexslider {
    box-shadow: none;
}

.flex-control-nav {
    width: auto;
    bottom: -2px;
    right: 35%;
}
.flex-control-paging li a {
    width: 20px;
	height: 14px;
	background: #FFF none repeat scroll 0% 0%;
	border: medium none;
	border-radius: 2px;
	margin-bottom: 10px; 
}
.flex-control-paging li a.flex-active {
	width: 20px;
	height: 14px;
	background: #FFF none repeat scroll 0% 0%;
	border: medium none;
	border-radius: 2px;
	margin-bottom: 10px;   
}
.slider_caption {
    position: absolute;
    top: 15%;
    z-index: 9;
    color: #fff;
    text-align: left;
}
.slider_headline {
    font-size: 20px;
	line-height: 1.2;
	text-transform: uppercase;
	padding-top: 80px;
	font-weight: 600;
	margin: 2%;
}

.main_headline{
    line-height: 1.3;
	text-transform: uppercase;
	width: 100%;
	color: #c7a000;
	text-align: center;
	margin: 40px 0px;
	font-size: 20px;
}

.slider_text {
    position: relative;
	display: inline-block;
	padding-top: 5px;
	margin-top: 5px;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 300;
	text-decoration: underline;
	margin-left: 2%;
	
}

.slider_image {
    position: relative;
}
.slider_image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.30);
}

.item {
    position: relative;
    width: 100%;
    height: 250px;
    margin: 0 auto;
}
.item_image {
    position: relative;
    display: block;
    height: 100%;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.item_caption {
    position: absolute;
    padding: 20px 40px;
    top: 0;
    left: 0;
    z-index: 9;
    color: #fff;
}
.item_caption {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.item_headline {
    font-size: 25px;
    letter-spacing: 0.01em;
}
.item_text {
    padding-top: 10px;
    font-size: 12px;
    letter-spacing: 0.01em;
    font-weight: 100;
}
.item:hover .item_image {
    background-size: 120% !important;
}
.item:hover .item_caption {
    top: 30%;
    left: 10%;
}
.item_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.60);      
}
.slick-slider {
    margin-bottom: 0;
}
.item_slider_row {
    background: #e5e8ed;
}
.item_slider {
    padding: 30px 80px 0;
}
.item_slide {
    padding: 0 10px;
}
.slick-prev, .slick-next {
    width: 65px;
    height: 65px;
    background: #fff;
    border: none;
    border-radius: 50%;
    box-shadow: none;
    outline: none;
}
.slick-prev {
    left: 0;
}
.slick-next {
    right: 0;
}
.slick-prev:before, .slick-next:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -16px;
    width: 33px;
    height: 27px;
    background: url('../images/sprite.png') no-repeat 0 0;
}
.slick-next:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.slick-prev:hover, .slick-next:hover, .slick-prev:focus, .slick-next:focus  {
    background: #fff;
}
.slick-slide {
    outline: none;
}

.stat_image_item {
    height: 250px;
}
.stat_image {
    float: right;
}
.stat_image:hover {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
    filter: url('../images/blur.svg'); 
       
}
.stat_text {
    float: left;
    padding-bottom: 20px;
}
.stat_section {
    padding-top: 30px;    
}
.stat_section.even {
    
}
.stat_section.even .stat_image {
    float: left;
}
.stat_section.even .stat_text {
    float: right;
}
.stat_headline {
    font-size: 21px;
    letter-spacing: 0.01em;
    color: #515151;
    text-decoration: none;
}
.stat_desc {
    padding-top: 20px;
}
.stat_desc .readmore {
    margin-top: 20px;
}
.date {
   padding: 15px;
	min-height: 18px;
	color: #FFF;
	background: #00A748 none repeat scroll 0% 0%;
	margin-left: 10px;
	position: relative;
	margin-bottom: -68px;
	width: 80px;
	z-index: 2;
}

.stat_text {
    letter-spacing: 0.01em;
    color: #767676;
}

/*main*/

/*-----CATALOG-----*/
.bread_link {
    position: relative;
    display: inline-block;
    padding: 0 25px 0 5px;
    font-weight: 300;
    text-decoration: none;   
}
.bread_link:after {
    content: '>>';
    position: absolute;
    top: 0;
    right: 0;
    color: #4f81bd;
    font-weight: 100;
}
.breadcrumbs .main {
    padding-left: 0;
}
.breadcrumbs .active {
    color: #4f81bd;
    text-decoration: underline;
}

.catalog {
    padding: 35px 0 0;    
}
.row_item {
    padding: 20px;  
}
.row_item.even {
  
}
.row_item_headline {
    color: #000;
    text-decoration: none;
    letter-spacing: 0.01em;
    font-weight: 500;
	font-size: 18px;
}
.row_item .date {
    float: left;
}
.row_item_info {
    padding-top: 0px;
}
.row_item_info.full_width .row_item_image {
    display: none;
}
.row_item_info.full_width .row_item_text {
    width: 100%;
}
.row_item_text {
    font-weight: 300;
    color: #000;
    line-height: 26px;
}
.row_item_short {
    font-weight: 300;
    color: #b4b3b3;
    line-height: 26px;
	padding-top:5px;
}
.getmore {
    display: inline-block;
	color: #ccc;
	letter-spacing: 0.01em;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	border: #ccc 2px solid;
	border-radius: 3px;
	width: 150px;
	height: 30px;
	text-align: center;
	margin-top: 10px;
	padding-top:3px;
	background:#fff;
}
.getmore_main {
    display: inline-block;
	color: #fff;
	letter-spacing: 0.01em;
	font-weight: 400;
	text-transform: uppercase;
	background: #a01727;
	border-radius: 3px;
	width: 150px;
	height: 25px;
	text-align: center;
	margin-top: 10px;
	padding-top:5px;
	text-decoration: none;
	float:right;
	margin-right:2%;
}
.listing {
    padding: 20px 0;
    text-align: center;
}
.listing a, .listing span {
    display: inline-block;
	padding: 8px;
	color: #7c7c7c;
	text-decoration: none;
	line-height: 18px;
	margin-left: 15px;
	border: 2px solid #ebebeb;
	border-radius: 17px;
	width: 15px;
}
.listing span.act {
    background: rgb(182, 32, 49) none repeat scroll 0% 0%;
	color: #FFF;
	border-radius: 18px;
	width: 15px;
	height: 15px;
	padding: 8px;
	border-color: transparent;
}
/*-----CATALOG-----*/


/*-----FOOTER-----*/
footer {
    position: relative;
    
}
.footer_menu_list {
    list-style-type: none;
}
.footer_menu_child {
    display: block;
    padding: 5px 0;
}
.footer_menu_link {
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.01em;
    color: #d4d6d5;
    font-weight: 100;
	text-transform:uppercase;
}
.footer_menu_child:first-child .footer_menu_link {
    color: #fff;
    font-weight: 400;    
}
.footer_container {
    padding-top: 20px;
    padding-bottom: 20px;
	background: #00a748;
}
.develop {
    padding-top: 20px;
    text-align: left;
}
.develop a {
    color: #84ca9a;
    font-weight: 100;
    text-decoration: none;
}
.footer_tel {
    margin-top: -20px;
    text-align: right;
	color:#fff;
	font-size: 20px;
    letter-spacing: 0.01em;
	font-weight: 600;
}
/*-----FOOTER-----*/

/*--------article------*/
.page_stat {
    padding: 15px 25px 40px;
	background: rgba(255, 255, 255, 0.8);
	margin: 0px -15px;
}

.article_container {
    padding-top: 20px;
}
.article_container .date {
    margin-top: 10px;
}
.article {
    padding-top: 20px;
    line-height: 26px;
    letter-spacing: 0.01em;
    font-weight: 300;
}
.article p{
	padding-top:20px;
}
.article a {
    color: #579bc6;
    font-weight: 400;
}

.article.full_width .article_text {
    width: 100%;
}
.article_image {
    position: relative;
}
.article_image img {
    float: left;
}
.article_image_caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,.25);
    z-index: 9;
    line-height: 26px;
    letter-spacing: 0.01em;
    font-weight: 300;
    color: #fff;
}
.article_image_caption_cont {
    padding: 7px 15px;
}
.other_stat {
    position: relative;
    margin-top: 20px;
    padding: 15px 0 0;
    background: #f6f7f8;
}
.other_stat:before {
    content: '';
    position: absolute;
    top:0;
    left: 0;
    width: 24%;
    height: 3px;
    background: #00A748;
    z-index: 9;
}
.other_stat_headline {
    padding: 0 15px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-weight: 300;
}
.other_stat .row_item {
    padding: 20px 10px;
}
.other_stat .row_item_info {
    padding-top: 5px;
}
.other_stat_row {
    margin: 0;
}
.other_stat_column {
    padding: 0;
}
.date_article{
	padding: 15px;
    min-height: 18px;
    color: #FFF;
    background: #00A748 none repeat scroll 0% 0%;
    margin-left: 10px;
    position: relative;
    width: 80px;
    z-index: 2;
}
}
/*--------article------*/

/*--------contact------*/
.contact_page {
        
}
.contact_page .article {
    text-align: center;
}
.map {
    margin: 0px -15px;
    height: 400px;
}
/*--------contact------*/






/*----------Media------------*/
@media (max-width: 1023px) {
    .slider_caption {
        top: 5%;
        right: 5%;
    }    
    .slider_text {
        display: none;
    }
    .slider_headline {
        font-size: 16px;
    }
    .item {
        height: 200px;
    }
    .item_headline, .stat_headline {
        font-size: 20px;
    }
    .item:hover .item_caption {
        top: 10%;
        left: 5%;
    }
    .footer_menu .row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .footer_menu .col-xs-2 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .row_item_image {
        width: 25%;
    }
    .row_item_text {
        width: 75%;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 24px;
    }
    .other_stat_headline {
        font-size: 16px;
    }
    .map {
        height: 295px;
    }
}

@media (max-width: 766px) {
    .header_hide {
        display: none;
    }
    .mobile-nav-bt {
        display: block;
    }
    .footer_menu .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .footer_menu .col-xs-2 {
        width: 33.33333%;
        padding-left: 15px;
        padding-right: 15px;
    }
     .article_text {
        width: 100%;
        float: none;
    }
    .article_image {
        display: inline-block;
        width: auto;
        float: none;
    }
    .other_stat_column {
        width: 100%;    
    }
    h1 {
        font-size: 20px;
    }
    .row_item_top_left, .row_item_top_right {
        width: 100%;
    }
    .other_stat:before {
        width: 40%;
    }
    .header-top-left, .header-top-right {
        width: 50%;
    }
    
    
}

@media (max-width: 640px) {
     .stat_text {
        width: 100%;
        float: none;
        padding-top: 20px;
    }
    .stat_section.even .stat_image {
        float: none;
    }
    .stat_image {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .slick-prev, .slick-next {
        display: none !important;
    }
    .item_slider {
        padding: 30px 0 0;
    }
    .item_slide {
        padding: 0;
    }
    .home_slider {
        display: none;
    }
    .mobile-container {
        width: 75%;
    }
    .row_item_image {
        width: 100%;
    }
    .row_item_text {
        width: 100%;
    }
    .row_item_top_left, .row_item_top_right {
        width: 100%;
    }
    .row_item_top_right {
        padding-top: 10px;
    }
    .row_item .date {
        float: none;
    }
    .map {
        height: 200px;
    }
    
}

@media (max-width: 480px) {
    .footer_menu .col-xs-2 {
        width: 100%;
        padding-bottom: 20px;
    }
}
/*----------Media------------*/


/*
     FILE ARCHIVED ON 23:02:22 Sep 10, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:32:39 Jul 25, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.411
  exclusion.robots: 0.042
  exclusion.robots.policy: 0.034
  esindex: 0.006
  cdx.remote: 36.157
  LoadShardBlock: 231.813 (3)
  PetaboxLoader3.datanode: 132.439 (4)
  load_resource: 149.105
  PetaboxLoader3.resolve: 88.096
*/