/*
 * Style tweaks
 * --------------------------------------------------
 *
*/
.custom_first{
    display: none;
}
html,body {
    overflow-x: hidden; 
    color: #213845;
    min-height: 100vh;
    font-family: Arial, Sans-serif;
    background: url(../images/fon.png);
    font-size: 16px;
}
#wrapper {
    min-height: 100vh;
}
a{
    color: #007BB4;
}
a:active, a:focus, a:hover{
    color: #005587;
    text-decoration: underline;
}
header{
    padding: 0px 0px;
    background: linear-gradient(to top, #0079AF, #42B8ED);
    height: 400px;
    margin-bottom: -114px;
    position: relative;
    z-index: 0;

}
.container-fluid{
    height: 100%;
    background: url(../images/header-fon.png) top center no-repeat;
}
.oko{
    width: 60px;
    height: 36px;
    background: url(../images/oko.png) no-repeat;
    background-position: 50%;
    float: right;
}
#contrast-box {
    width: 100%;
    display: block;
    margin: 0px;
    float: right;
    text-align: right;
}
#contrast-box a{
    display: block;
    padding: 5px 5px;
    font-size: 20px;
    color: #213844;
    float: right;
    font-weight: bold;
}
.logo{
    width: 157px;
    height: 168px;
    float: left;
    margin-right: 10px;
    background: url(../images/logo.png) 0px 0px no-repeat;
    margin-top: -15px;
}
header .title p {
    color: #FFFFFF;
}
header .title{
    margin: 60px 0 0;
    line-height: 1;
    text-shadow: 3px 2px 0px #00618E;
}
header .title strong{
    font-weight: 600;
}
header .title a:active, header .title a:focus, header .title a:hover{
    text-decoration: none;
}
header .contact-address {
    color: #033644;
    font-size: 18px;
    display: table;
    width: 100%;
    padding: 20px 0px 4px;
}
header .contact-address p{
    margin: 0;
    text-align: right;
    color: #033644;
}
.address{
    width: 39px;
    height: 52px;
    background: url(../images/address.png) no-repeat 50% 50%;
    display: table;
    float: right;
    margin-left: 10px;
}
header .contact-address a{
    clear: both;
    margin-top: 6px;
    display: block;
    color: #ffffff;
}
.mail-ico{
    width: 42px;
    height: 36px;
    background: url(../images/mail.png) no-repeat;
    background-position: 50%;
    float: right;
}
header .mail {
    color: #033644;
    font-size: 18px;
    display: table;
    width: 100%;
}
header .mail p{
    float: right;
}
header .mail a{
    color: #033644;
}
header .mail .custom{
    display: block;
    padding: 5px 53px 0px 10px;
}
#search-box{
    display: table;
    width: 100%;
    float: right;
    margin: 10px 0px;
}
.mod_search94{
    display: table;
    width: 100%;
    float: right;
    box-shadow: 3px 4px 8px -3px #5C5C5C inset;
    border-radius: 20px;
    border: 1px solid #005379;
    border-right: 0px;
}
.mod_search94 .form-inline{
    display: table;
    width: 100%;
}
#mod-search-searchword {
    padding-left: 20px;
    padding-right: 13px;
    font-size: 17px;
    color: #003744;
    width: 70%;
    height: 40px;
    background: none;
    font-weight: 500;
    border: 0px;
}
.element-invisible{
    display: none;
}
.btn {
    border: 0px;
    background: linear-gradient(to bottom,#30b8e3,#307db3);
    color: #ffffff;
    border-radius: 0px;
    font-size: 18px;
}
.search-ico{
    display: none;
}
.btn:hover, .btn:active, .btn:focus, .btn:active:hover, .btn:active:focus{
    background: #2c8f9a;
}
.btn:hover, .btn:focus, .btn.focus {
    color: #ffffff;
}
.mod_search94 button {
    padding: 4px 10px 4px;
    margin-top: -5px;
    width: 30%;
    height: 42px;
    border-radius: 20px;
    border: 1px solid #005379;
    margin-bottom: -1px;

}
.mod_search94 button:active,.mod_search94 button:hover,.mod_search94 button:focus{
    background: linear-gradient(to top,#30b8e3,#307db3);
}
.btn-primary:hover {
    border-color: #005379;
}
#searchForm label{
    margin-left: 20px;
}
.hot-line{
    float: left;
    background: #e4b026;
    border-radius: 15px 15px 0 0;
    font-weight: 600;
    padding: 3px 15px;
    margin-left: 30px;
    line-height: 1;
    color: #083544;
}
.hot-line span{
    float: left;
    display: table;
    width: 70px;
    text-align: right;
    font-size: 0.75rem;
}
.hot-line strong{
    font-size: 20px;
    padding: 6px;
    display: table;
}
.phone-ico{
    width: 42px;
    height: 32px;
    background: url(../images/phone.png) no-repeat;
    background-position: 50%;
    float: left;
}
.phone{
    float: left;
    position: relative;
    font-size: 18px;
}
.phone p{
    margin: 3px 0px 0px;
    padding: 0px 80px 0px 10px;
    font-weight: 500;

}
.phone:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 13px;
    background: #e4b026;
    border-top-right-radius: 20px;
}

.phone .vsep{
    width: 2px;
    margin: 1px 5px;
    height: 20px;
    border-left: 1px solid #163845;
    border-right: 1px solid #7AD3E6;
}


#content{
    display: table;
    width: 100%;
    clear: both;
    padding: 5px 0px 0px;
    background: #ededed;
    border-radius: 20px;
    box-shadow: 0px 0px 5px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
#content .col-md-4{
    margin-top: -4px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 0px 5px;
    position: relative;
    z-index: 33;

}
.nav-left-bar{
    display: block;
    margin: 15px -15px;
    padding: 0px 0px 15px 0px;
    box-shadow: 0px 48px 20px -50px #6b716f;
}
.menu_left{
    display: table;
    width: 100%;
}
.menu_left li{
    font-size: 16px;
    color: #053545;
    font-weight: 600;
}
.menu_left li a{
    color: #053545;
}
.menu_left li.current, .menu_left li:active,.menu_left li:focus,.menu_left li:hover{
    color: #007AB0;
}
.menu_left li.current a, .menu_left li:active a,.menu_left li:focus a,.menu_left li:hover a{
    color: #007AB0;
}
.menu_left li.current{
    background: #D2E9E8;
}
.menu_left li:hover .nav-child a{color: #053545;}
.menu_left li.current li a{
    color: #053545;
}
.menu_left > li > a:hover, .menu_left > li > a:focus {
    background: url(../images/menu-hov.png) no-repeat left 50%;
    background-color: transparent;
}
.menu_left span, .menu_left a{
    padding: 16px 5px 17px 45px !important;
    background: url(../images/menu.png) no-repeat left 50%;
}
.menu_left ul span, .menu_left ul a{
    padding: 16px 5px 17px 70px !important;
    background: none;
}
.menu_left ul ul li a {
    padding: 4px 10px 4px 75px !important;
}
.menu_left li ul{
    padding: 0;
}
.menu_left ul li{
    display: block;
    font-weight: 500;
}
.menu_left ul li a{
    font-size: 14px;
    width: 100%;
    display: block;
    padding: 8px 5px 10px 45px !important;
}
#content .col-md-4 .moduletable{
    box-shadow: 0px 48px 20px -50px #6b716f;
    padding-bottom: 15px;
}
#content .col-md-4 .moduletable h3{
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    background: linear-gradient(to bottom,#4DBEF1,#007AB4);
    color: #ffffff;
    margin: 0px -15px 15px;
    padding: 8px 15px;
}
.moduletable h3 a{
    color: #ffffff;
}
.moduletable_news{
    background: rgba(255,255,255,0.7);
    margin-bottom: 15px;
}
.random_image_box a{
    width: 155px !important;
    height: 110px !important;
    border: 1px solid #0085BC;
    background: #d2e9e8;
    box-shadow: 2px 3px 4px -2px #424242;
}
.random_image_box a img{
    width: 155px !important;
    height: auto !important;
}
.slider{
    background: #989898;
    border-radius: 0px 20px 20px 0px;
    overflow: hidden;
    border: 1px solid #989898;
    margin-left: -15px;
    margin-bottom: 15px;
}
.slider .wk-slideshow .slides{
    
}
.slider .wk-slideshow .nav{
    display: table;
    margin: -44px 0 0 29px !important;
    float: left;
    z-index: 99;
    position: relative;
}
.slider .wk-content > :last-child {
    margin: 0px !important;
    width: 100%;
}
.slider .wk-slideshow .slides li{
    width: 100% !important;
}
.slider .wk-slideshow .caption {
    position: absolute;
    left: 0px;
    bottom: 20px;
    z-index: 5;
    padding: 8px 55px 8px 15px;
    background: rgba(250,250,250,0.7);
    border-radius: 0 20px 20px 0;
    color: #063443;
    font-size: 16px;
    display: table !important;
    right: 35px;
}
#cc{
    display: table;
    width: 100%;
    padding: 15px 0px;
}
.menu_otdeleniya{
    display: block;
    text-align: center;
}
.menu_otdeleniya li{
    display: inline-block;
    cursor: pointer;
    display: table;
    float: left;
    margin: 0px;
    width: 25%
}
.menu_otdeleniya li, .menu_otdeleniya a{
    color: #467F9F;
    font-size: 13px;
}
.menu_otdeleniya li .menu-img {
    display: table;
    height: 120px;
    width: 120px;
    position: relative;
    border-radius: 20px;
    margin: 10px auto -70%;
}
.menu_otdeleniya li:active .menu-img,.menu_otdeleniya li:hover .menu-img,.menu_otdeleniya li:focus .menu-img{
    box-shadow: 0px 0px 5px 0px #005379;
}
.menu_otdeleniya li:active,.menu_otdeleniya li:hover,.menu_otdeleniya li:focus{
    text-decoration: underline;
}
.menu_otdeleniya .item-262 .menu-img {
    background: url(../images/st1.png) no-repeat 50% 50%,  linear-gradient(to top,#007AB3,#4DBEF3);
}
.menu_otdeleniya .item-260 .menu-img {
    background: url(../images/st2.png) no-repeat 50% 50%,  linear-gradient(to top,#007AB3,#4DBEF3);
}
.menu_otdeleniya .item-261 .menu-img {
    background: url(../images/st3.png) no-repeat 50% 50%,  linear-gradient(to top,#007AB3,#4DBEF3);
}
.menu_otdeleniya .item-259 .menu-img {
    background: url(../images/st4.png) no-repeat 50% 50%,  linear-gradient(to top,#007AB3,#4DBEF3);
}
.menu_otdeleniya a{
    width: 100%;
    padding: 130px 15px 10px !important;
    position: absolute;
    display: block;
}
.menu_otdeleniya li a:hover,.menu_otdeleniya li a:active,.menu_otdeleniya li a:focus{
    background: transparent;
}
#cc .moduletable{
    display: table;
    width: 100%;
    margin-bottom: 9px;
}
#cc .moduletable h3{
    background: linear-gradient(to top,#007AB3,#4DBEF3);
    margin-top: 0px;
    margin-bottom: 5px;
    padding: 8px 25px;
    color: #ffffff;
    text-transform: uppercase;
    margin-left: -15px;
    display: table;
    border-radius: 0px 20px 20px 0px;
    min-width: 60%;
}
.readmore{
    text-align: right;
    clear: both;
}
#component img{
    max-width: 100%;
    height: auto;
}
#cc h2.item-title, #cc h1.page-title, #cc h2.page-title, #cc .content-category h2:first-child,
#cc .page-header h1, #cc .page-header h2:first-child, #cc .blog h2:first-child, #cc #userForm h3  {
    background: linear-gradient(to top,#007AB3,#4DBEF3);
    margin-top: 0px;
    margin-bottom: 15px;
    padding: 8px 25px;
    color: #ffffff;
    text-transform: uppercase;
    margin-left: -15px;
    display: table;
    border-radius: 0px 20px 20px 0px;
    min-width: 60%;
    font-size: 22px;
}
#cc h2.item-title a, #cc h1.page-title a, #cc h2.page-title a, 
#cc .content-category h2:first-child a,#cc .page-header h1 a, 
#cc .page-header h2:first-child a, #cc .blog h2:first-child a{
    color: #ffffff;
}

.banner-box{
    padding: 0px;
    clear: both;
    margin-top: 15px;
    margin: 0px auto 0px;
}
.banner-box .wk-slideset .nav li:hover, .banner-box .wk-slideset .nav li:focus, .banner-box .wk-slideset .nav li:active, .banner-box .wk-slideset .nav li.active {
  background-color: initial;
  color: initial;
}

.banner-box .wk-slideset img {
  width: auto;
  height: 100px;
}
footer{
    min-height: 50px;
    display: table;
    width: 100%;
    background: linear-gradient(to top,#0079B3,#199FD5);
    padding-top: 180px;
    margin-top: -150px;
}
#footer{
    color: #5F5F5F;
    background: #ededed;
    box-shadow: 0px 0px 5px 0px #003744;
    border-radius: 20px 20px 0 0;
    display: table;
    width: 100%;
    padding: 0px 15px;
    margin-top: 10px;
}
footer a{
    color: #007BB4;
}
footer p{
    margin: 0;
}
.nav-footer{
    float: right;
    margin: 22px 5px 0;
    border: 1px solid;
    border-radius: 7px;
    overflow: hidden;

}
.nav-footer .nav > li > a {
    font-size: 16px;
}
.nav-footer .nav > li > a:hover, .nav-footer .nav > li > a:focus {
    background: linear-gradient(to bottom,#CBE9F4,#EDF6FB) !important;
}

.copyright{
    height: auto;
    display: table;
    float: left;
    padding: 15px 10px 10px 0px;
    font-size: 15px;
    color: #3A3935;
}
.copyright a{
    font-size: 18px;
    color: #3A5863;
}
#logo_miac{
    height: 100%;
    display: table;
    float: right;
    padding-top: 11px;
}
#logo_miac img{
    width: 95%;
    max-width: 110px;
    margin: -7px 0 0 5px;
}
#logo_miac span{
    text-decoration: underline;
    color: #004859;
}
#logo_miac p{
    float: left;
    margin-top: 17px;
}
#breadcrumb{
    display: block;
}
.breadcrumb {
    color: #0062A9;
    padding: 0px;
}
.breadcrumb a {
    color: #007AB0;
}
.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb > li + li::before {
    content: " ";
    padding: 0px;
}
.breadcrumb > .active {
    color: #3D3D3F;
}

.rsform.feedback .body-feedback{
    padding: 0px 10px;
}
.rsform.feedback .body-feedback img{
    display: inline-block;
    float: left;
    margin: 0px 12px 0px 0px;
    border: 1px solid #C7CFD2;
}
.rsform.feedback .body-feedback .rsform-captcha-box{
    width: 168px !important;
    display: inline-block;
    float: left;
}
.rsform.feedback .body-feedback .rsform-block-captcha a{
    float: right;
}
.rsform-block.rsform-block-btn button,.formResponsive input[type="submit"], .formResponsive button[type="submit"]{
    background: linear-gradient(to top,#CBE9F4,#EDF6FB) !important;
    border-color: #4A7D98 !important;
    width: 100% !important;
    padding: 10px !important;
    color: #164D6C !important;
    text-shadow: none !important;
}
.rsform-block.rsform-block-btn button:hover{
    background: linear-gradient(to bottom,#CBE9F4,#EDF6FB) !important;
}
#captcha27{
    margin-right: 10px;
}
#yoo-zoo .details{
    margin: 0px;
    overflow: inherit;
}
#yoo-zoo .items {
    overflow: inherit;
}

#cc .yoo-zoo h1.title{
    background: linear-gradient(to top,#007AB3,#4DBEF3);
    margin-top: 0px;
    margin-bottom: 15px;
    padding: 8px 25px;
    color: #ffffff;
    text-transform: uppercase;
    margin-left: -15px;
    display: table;
    border-radius: 0px 20px 20px 0px;
    min-width: 60%;
    font-size: 22px;
    line-height: 1.1;
}
.formResponsive select, .formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="password"] {   display: inline-block;
    height: auto;
}
#component table {
    border-collapse: collapse;
    border: 1px solid #000000 !important;
    color: #303030;
    margin: 20px auto;
    max-width: 100%;
    overflow: auto;
}
#component thead tr {
    background: #DBE5F1 none repeat scroll 0% 0%;
    color: #000000;
}
#component td, th {
    border: 1px solid #000000 !important;
    padding: 5px;
}
#component table a{
    color: #303030;
}
#component table a:hover{
    color: red;
}
#component thead tr a{
    color: #363636;
}
#cc .pagination{
    display: table;
    margin: 20px auto 0
}
#component .table {
    border: 0px solid #000000;
    text-align: justify;
}
#cc .pagination li{
    list-style: none;
    float: left;
    padding: 5px;
}
.spotlight .overlay-default {
background: rgba(12, 140, 196, 0.5) url("/media/widgetkit/widgets/spotlight/images/magnifier.png") 50% 50% no-repeat !important;
}

#component .table img{
    max-width: none;
    height: auto;
}
.highlight{
	font-weight:bold;
}
.result-created, .result-category{
    font-style: italic;
    color: #999;
}
.thumbnail {
    margin-bottom: 0px;
    width: 200px;
    height: auto;
    padding: 7px;
    margin-right: 20px;
}
.zhym-credit{
    display: none;
}
#component .wk-gallery{
    clear: both;
    margin-bottom: 10px;
}