/*Шрифты*/
@font-face{
	font-family: UbuntuL;
	src:url(../fonts/UbuntuL.ttf);       
}
@font-face{
	font-family: UbuntuB;
	src:url(../fonts/UbuntuB.ttf);       
}
@font-face{
	font-family: UbuntuR;
	src:url(../fonts/UbuntuR.ttf);       
}
@font-face{
	font-family: UbuntuC;
	src:url(../fonts/UbuntuC.ttf);       
}
@font-face{
	font-family: SMMyriadProRegular;
	src:url(../fonts/SMMyriadProRegular.ttf);       
}
body{
	background-size: contain;
	font-family: UbuntuL;
}
/*Общие стили*/
.page-wrapper{
	width: 1150px;
	margin: 0 auto;
}
.wrapper-1010{
	margin: 0 auto;
	width: 1010px;
}
.clear{ clear: both; }

/*Шапка сайта*/
#header{
    background: #F8F8F8; 
    box-shadow: 2px 3px 4px rgba(0,0,0,.2);
    margin-bottom: 22px;
}

.site-logo{
	width: auto!important;
	margin: 0 auto;
	float: left;
}
.site-title-big, .site-title-small{
	text-transform: uppercase;
    padding-left: 100px;
    display: block;
}
.site-title-big{
    font-size: 24px;
    margin: 15px 0 5px 0;
    color: #323232;
}
.site-title-small{
    font-size: 18px;
    color: #02BCDB;
}
.right-top-column{
	position: relative;
}
.cl-soc-box{
    float: right;
    text-align: right;
}
.cl-soc-box .cl-link:hover{
    text-decoration: underline;
}

.search-frm{
    float: right;
}
ul.top-phones{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.top-phones li{
	float: right;
	font-size: 13px;
    color: #777777;
	margin: 15px 0 0 10px;
    font-weight: bold;
}
ul.top-phones li i{
    color: #02BCDB;
}
ul.languages{
	margin: 6px 15px 6px 0;
	padding: 0;
	list-style: none;
	float: right;
}
ul.languages li{
	float: left;
}
ul.languages li a{
	font-size: 14px;
    color: #777777;	
	text-transform: uppercase;
    display: block;
    padding: 2px 6px;
}
ul.languages li a.active-lng, ul.languages li a:hover{
    color: #fff;
    background: #00B4D5;
}


/*Верхнее меню*/
.top-menu-wrap{
    border-bottom: 1px solid #B5B5B5;
}
ul.top-menu{
	border-bottom: none!important;
	margin: 0!important;
	padding: 0;
    background: transparent!important;
    position: relative;
    bottom: -5px;
}
ul.top-menu > li.item{
    width: 20%;
    text-align: center!important;	
    background: transparent!important;
    font-weight: normal!important;
    padding: 6px!important;
    border: none!important;
}
ul.top-menu > li.active, ul.top-menu > li:hover{
    background: #fff!important;
    box-shadow: inset 0 9px 9px -7px rgba(0,0,0,0.2)!important;
    margin-bottom: 0px!important;
}
ul.top-menu > li.item a{
    color: #2D2B2B;
	text-transform: uppercase;
	font-size: 14px;
	display: block;
    width: 100%;
    padding: 16px 0!important;
    border-top: 2px solid transparent;
}
ul.top-menu > li.active a, ul.top-menu > li:hover a{
    background: #E6F2F5;
    border-left: 1px solid #C6E7F0;
    border-right: 1px solid #C6E7F0;
    border-top: 2px solid #00BEDF;
}

/*Слайдер*/
#slides{
	position: relative;
    margin-bottom: 10px;
}
#slides .slidesControl img{
	height: 400px;
	width: 1150px;
    border-radius: 7px;
}
#slides .slidesNext, #slides .slidesPrevious {
	position:absolute;
	top:50%;
	margin-top:-25px;
	display:block;
	z-index:101;
	overflow:hidden;
    height: 50px;
    width: 50px;
}
#slides .slidesPrevious{
	left: 0;
    background: rgba(0,0,0,.3) url("../img/icons/top-slide-left-arrow.png") center center no-repeat;
	
}
#slides .slidesNext {
	right: 0;
    background: rgba(0,0,0,.3) url("../img/icons/top-slide-right-arrow.png") center center no-repeat;
}

/*
Pagination
*/

.slidesPagination {
	margin:10px 0 0;
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 9999;
    display: none!important;
}

.slidesPagination li {
	display: inline-block;
	margin:0 2px;
	list-style:none;
}

.slidesPagination li a {
	display:block;
	width:9px;
	height:9px;
	border-radius: 50%;
	background: #95A4AF;
	overflow:hidden;
	padding-top: 9px;
}

.slidesPagination li.slidesCurrent a {
	background: #EB8468;
}

/*Контент*/
.content{
	background: transparent;
}
.heading{
    color: #424242;
	font-size: 20px;
	font-family: UbuntuL;
	padding: 15px 0;
}
.hw-title{
    font-size: 26px;
}
.uppercase-t{
	text-transform: uppercase;
}
.first-letter-16:first-letter{
    font-size: 16px;
}
.SMMyriadProRegular{
    font-family: SMMyriadProRegular;
}
.align-t-center{
	text-align: center!important;
}
.align-t-right{
	text-align: right!important;
}
.hello-title{
    font-weight: bold;
}
.hello-title:first-letter{
    font-size: 30px;
}

.c-preview{
	margin-top: 25px;
}
.c-info{
	color: #898989;
	font-family: SMMyriadProRegular;
	font-size: 18px;
	line-height: 1.7;
    text-align: justify;
}
.read-more-button{
	color: #fff!important;
	text-shadow: 2px 2px #43839b!important;
}
.blue-gradient{
	background: -webkit-linear-gradient(-90deg, #00BCDD 0, #00A8C9 100%)!important;
	background: -moz-linear-gradient(180deg, #00BCDD 0, #00A8C9 100%)!important;
	background: linear-gradient(180deg, #00BCDD 0, #00A8C9 100%)!important;
}
.read-more-link{
    color: #00BFDE;
	float: right;
	font-size: 18px;
	margin: 5px 0;
}
.gal-news-wpap{
	border-top: 2px solid #D4D4D4;
	margin-top: 10px;
}
.gallery-title{
	margin-bottom: 15px;
	padding-left: 50px;
	background: url(../img/icons/photocamera.png) 0 10px no-repeat;
}
.news-title{
	color: #555555;
}
.news-title:first-letter, .gallery-title:first-letter{
	font-size: 24px;
}
.news-preview{
    margin-top: 0!important;
    padding: 0px!important;
	border: none!important;
	box-shadow: none!important;
}
.news-preview img{
    min-width: 100%!important;
}
.news-preview h4{
	margin: 0 0 10px 0;
    color: #414242;
    font-size: 14px;
}
.news-preview .desc-n{
	color: #8c8c8c;
	font-size: 16px;
    margin: 0;
}

/*aov-menu*/
ul.aov-menu{
    margin: 0;
    padding: 0;
    list-style-type: none;
	text-align: center;
}
ul.aov-menu li{
    width: 33% !important;
	display: inline-block;
}
ul.aov-menu li a{
    display: block;
    width: 100%;
    height: 126px;
    line-height: 100px;
    margin-bottom: 11px;
    font-size: 22px;
    text-transform: uppercase;
    color: #2D2B2B;
    padding-left: 80px;
	font-weight:bold;
}
ul.aov-menu li a:hover{
    text-shadow: 2px 2px 2px rgba(0,0,0,.4);
}
ul.aov-menu .icon_abit {
    background: url(../img/menu_icons/icon_abit.png) 0 center no-repeat;
}
ul.aov-menu .icon_obuch {
    background: url(../img/menu_icons/icon_obuch.png) 0 center no-repeat;
}
ul.aov-menu .icon_vipusk {
    background: url(../img/menu_icons/icon_vipusk.png) 0 center no-repeat;
}


/*Подвал*/
.footer{
	padding: 15px 0 50px 0;
	background: url("../img/bg/footer-bg.png") 100% center no-repeat;
	background-size: cover;
	border-top: 2px solid #D4D4D4;
}

.foot-contact-info{
	width: 1150px;
	margin: 0 auto;
}
.foot-contact-info, .foot-contact-info a{
    color: #424242;    
}
.foot-contact-info .column{
    padding-top: 5px!important;
    padding-bottom: 5px!important;
}
.cont_and_feedback{
	display: block;
    text-align: right;
}
.soc-links{
	text-align: right;
}
.soc-links a{
	display: inline-block;
	height:49px;
	width: 49px;
	margin-left: 7px;
}

.to-top{
	font-size: 18px;
    color: #fff;
	text-transform: uppercase;
	display: inline-block;
	float: right;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	padding: 15px;
	border-radius: 4px;
    margin-top: 25px;
}


/*Slider-Pro styles*/
/* Example 3 */

#example3 .sp-selected-thumbnail {
    border: 4px solid #02BCDB;
}

#content_block{
	position: relative;
	margin: 20px 0;
}

#content_block .page_title{
	font-size: 20px;
	color: #009FB4;
	font-weight: bold;
	margin-bottom: 20px;
}

#content_block .page_subtitle{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

#content_block .publication_date{
	text-align: right;
	font-weight: bold;
	margin-top: 15px;
}

/* Общие элементы */
.news_preview{
	background-position: center;
	clear: both;
}

#news_pagination{
	float: right;
	margin: 20px;
}

#hello_word{
	width: 100%;
	padding: 25px 0;
}

#hello_word h1, #hello_word h2, #hello_word h3, #hello_word h4, #hello_word h5, #hello_word h6{
	font-size: 26px;
	font-weight: normal;
	color: #017393;
	font-family: UbuntuL;
	padding: 0;
	text-align: center!important;
}

#hello_word p{
	color: #898989;
	font-family: SMMyriadProRegular;
	font-size: 18px;
	line-height: 1.5;
	text-align: justify;	
}

.search_splitter{
	width: 100%;
	height: 20px;
	clear: both;
}

.search-word{
	background: yellow; 
}

#content_wrapper{
	position: relative;
	padding: 0 20px !important;
}

.sn_icon {
	font-size: 28px;
	padding: 15px 8px 8px 9px;
	color: #fff !important;
	border-radius: 4px;
}

.sn_instagram{
	background: #AC2ADA;
}

.sn_facebook{
	background: #7468AB; 
}

.sn_twitter {
	background: #00C8E8; 
}

.sn_mr {
	background: #04A203; 
}

.sn_ok {
	background: #EF6602; 
}

.sn_vk {
	background: #39648E; 
}
/*стили для таблиц в контенте и ограничителей*/
.overf {
	overflow: auto;
	width: 100%;
	height: 400px;
	margin: 0 -1em;
	border: 1px solid #eee;
}
.overf_width {
	overflow-x: auto;
	width: 100%;
	border: 1px solid #eee;
}
.overf_width::-webkit-scrollbar,
.overf::-webkit-scrollbar {
	width: 10px;
	height: 10px;
	background-color: #e0e0e0;
}
.overf_width::-webkit-scrollbar-thumb,
.overf::-webkit-scrollbar-thumb {
	border-width: 1px 1px 1px 1px;
	border-color: #c0c0c0;
	border-radius: 5px;
	background-color: #64B5F6;
}
.overf_width::-webkit-scrollbar-thumb:hover,
.overf::-webkit-scrollbar-thumb:hover {
	background-color: #00a0ce;
}

.page_content table {
	width: 100%;
	font-size: 14px;
}

.page_content thead tr {
	background-color: #58c2de;
	color: #fff;
	text-align: center;
}

.page_content tbody tr:nth-child(odd) {
	background-color: #f0f0f0;
}

.page_content tbody tr:nth-child(even) {
	background-color: #fff;
}

.page_content td {
	border: 1px solid #ccc;
	padding: 7px 10px;
}

/* Shortcode news-list */

#scYearButtons {
	margin-top: 5px;
}

#scYearButtons .sc-news-button {
	/*font-size: 105%;*/
}

#scNewsTable {
	margin: 20px 0 15px 0;
}

#scNewsTable_filter {
	display: none;
}

#scNewsTable thead {
	display: none;
}