/*Reset CSS*/

ul, ol {
    margin: 0;
    padding: 0;
}
ol {
    list-style-type: decimal;
}
ol li {
    margin-left: 20px;
}
/*Helpers*/

@media screen and (max-width: 991px) {
    .hide991 {
        display: none;
    }
}
.hidefor768 {
    display: none;
}
@media screen and (max-width: 768px) {
    .hidefor768 {
        display: block;
    }
}
.left {
    float: left;
}
.right {
    float: right;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-size: 1em;
    margin-left: 0;
}
[type="doc"]:before,
[type="xls"]:before,
[type="pdf"]:before,
[type="ppt"]:before,
[type="xml"]:before {
    content: ''
}
div.stoggle_header,
div.stoggle_content {
    background: none;
}
div.stoggle_content {
    display: none
}
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.clear {
    clear: both;
    float: none;
    display: block;
}

.boldline {
    height: 4px;
    background: #1c2337;
    margin: 1em 0;
}
.boldline.g {
    background: #999;
}
a.tag {
    position: relative;
    text-transform: lowercase;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    height: 22px;
    line-height: 20px;
    font-size: 14px;
    background-color: #333d54;
    color: #fff;
    padding: 0 8px 0 5px;
    margin: 0.1em 0.5em 0.5em 9px;
}
a.tag::before {
    content: '';
    position: absolute;
    margin-left: -27px;
    border: 11px solid transparent;
    border-right: 11px solid #333d54;
}
a.mimeicon,
a.mimeicon:hover {
    text-decoration: none;
    color: #1155bc;
}
a.mimeicon > i {
    font-size: 180%;
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
}
a.mimeicon span:hover,
a.mimeicon b:hover {
    text-decoration: underline;
    color: #34b6e2;
}
a.mimeicon var {
    color: #333;
    display: inline-block;
    margin-left: 4px;
}
header {
    display: block;
    width: 100%;
    position: relative;
    z-index: 100;
    padding-top: 60px;
}
.slider__desc {
    font-size: 1.4em;
    display: block;
    position: absolute;
    z-index: 85;
    color: #fff;
    text-align: left;
    right: 50px;
    top: -40px;
    font-weight: normal;
    background-color: rgba(68, 125, 127, 0.75);
    padding: 1em 3em;
    border-radius: 0;
}
@media screen and (max-width: 660px) {
    .slider__desc {
        top: -50px; 
        font-size: 1em;
        margin: 0 auto;
        text-align: center;
        display: inline-block;
        width: 70%;
        position: static;
    }
}
.slider__desc span>a {
    color: #fff;
    text-decoration: none;
    /*text-shadow: 2px 2px 2px rgb(68, 66, 66);*/
    text-transform: uppercase;
}
.slider__desc span>a:hover, .slider__desc span>a:active, .slider__desc span>a:visited, .slider__desc span>a:focus {
    color: #fff;
    text-decoration: none;
}
#mainmenu {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 60px;
    position: fixed;
    z-index: 91;
    top: 0;
    background-color: #333751;
}
#mmbgsc {
    background-color: #333751;
    position: absolute;
    width: 100%;
    height: 60px;
    display: none;
}
#tmsection {
    margin: 0 20px;
    padding: 0;
    position: relative;
    z-index: 50;
}
#tmsw {
    float: left;
    padding: 18px 10px 12px 0;
    display: block;
}
/*@media only screen and (max-width: 800px) {*/
    /*#tmsw {*/
        /*display: block;*/
    /*}*/
/*}*/
#tmsw > i {
    font-size: 28px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
#tmsw > i:hover {
    color: #000;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
#tmsw.sc > i {
    color: #fff
}
#tmsw.sc >:hover {
    color: #ccffff
}
#tmlsc {
    display: block;
    float: left;
    height: 46px;
    width: 70px;
    margin-top: 6px;
    margin-right: 10px;
    background: transparent url(/src/logo.png) center right no-repeat;
    background-size: contain;
    display: none;
}
#topmenu {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
@media only screen and (max-width: 800px) {
    #topmenu {
        display: none;
    }
}
#topmenu > li {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
#topmenu > li a {
    display: inline-block;
    padding: 18px 14px;
    color: #fff;
    font-size: 100%;
}
#topmenu > li:last-child {
    margin-left: 10px;
    color: #fff;
    font-size: 110%;
    font-weight: bold;
}
@media only screen and (max-width: 1180px) {
    #topmenu > li:last-child {
        font-size: 80%;
        padding: 18px 4px;
        margin: 0;
    }
}
/*@media only screen and (max-width: 1180px) {*/
    /*#topmenu > li > a {*/
        /*font-size: 70%;*/
        /*padding: 18px 2px;*/
    /*}*/
/*}*/
/*#topss {*/
    /*padding: 18px 0px 10px 10px;*/
/*}*/
#topss > a {
    text-decoration: none;
    display: inline-block;
    padding: 0;
}
#topss > a > i {
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    margin-left: 12px;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
@media screen and (max-width: 1230px) {
    #topss > a > i {
        font-size: 18px;
        margin-left: 2px;
    }
}
#topss > a > i:hover {
    color: #1c2337;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
#sswsc {
    float: right;
    padding: 18px 10px 10px 10px;
    display: none;
}
#ssform {
    display: inline-block;
    vertical-align: top;
}
#ssform > i {
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    margin-left: 12px;
}
#ssform > i:hover {
    color: #34b6e2;
}
#lsel {
    position: absolute;
    z-index: 80;
    top: 100px;
    right: 100px;
    background: rgba(255, 255, 255, 0.8);
    padding: 0.3em 0.8em
}
#lsel span {
    font-weight: bold;
    color: #000;
}
#mobilsel {
    display: none;
}
/* 
-------------------------------------------------------------------------------
Главная 
-------------------------------------------------------------------------------
*/

.slide {
    background: 50% 50% no-repeat;
    background-size: cover;
    height: 300px;
    position: relative;
}
@media screen and (max-width: 991px) {
    .slide {
        height: 300px;
    }
}
@media screen and (max-width: 660px) {
    .slide {
        height: 300px;
    }
}
.slide i {
    /*position: absolute;*/
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.slide__description {
    position: absolute;
    top: 4em;
    left: 60px;
}
@media screen and (max-width: 660px) {
    .slide__description {
        display: none;
        text-align: center;
        position: relative;
        left: auto;
        padding: 0 .3em;
    }
    .slide__description a {
        display: inline-block;
    }
    .slide__description img {
        width: 40px;
        height: 60px;
    }
    .slide__description h1 {
        font-size: 1em;
    }
}
.slide__description a:hover, .slide__description a:active {
    text-decoration: none;
}
.slide__description a h1 {
    color: #ffffff;
    font-size: 24px;
    text-shadow: 2px 2px 2px rgb(68, 66, 66);
}
.slide__description form {
    margin-top: 2em;
}
.slide__description h1 {
    display: inline-block;
    text-transform: none;
    color: #000;
    font-size: 2vw;
    font-weight: normal;
    line-height: 250%;
}
@media screen and (max-width: 660px) {
    .slide__description h1 {
        font-size: 1.5em;
    }
}
.slide_1 {
    background-image: url(../files/bg/slide.jpg);
}
.slide_2 {
    /*background-image: url(../files/bg/slide_subsidiyi.jpg);*/
    height: 300px;
}
/*.maintitle .print,*/
/*.maintitle .share {*/
/*float: right;*/
/*}*/
.maintitle h2 {
    color: #1c2337;
    border-bottom: 2px solid #1c2337;
    margin-top: 1em;
    padding-bottom: .3em;
    margin-bottom: .3em;
}
.maintitle-btn {
    float: right;
    margin-right: 25px;
    margin-bottom: .7em;
    height: 30px;
}
@media screen and (max-width: 660px) {
    .maintitle-btn {
        height: auto;
        text-align: right;
    }
}
.maintitle-btn a {
    color: #14499c;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 1em;
}
.maintitle .share {
    margin-left: 3em;
}
.maintitle-btn span {
    position: relative;
}
@media screen and (max-width: 660px) {
    .maintitle-btn span {
        display: block;
    }
}
.maintitle-btn i {
    font-size: 20px;
    position: absolute;
    top: 0;
    right: -25px;
    color: #144eb1;
}
@media screen and (max-width: 660px) {
    .maintitle-btn i {
        top: 5px;
    }
}
.info {
    margin-top: 2em;
    margin-bottom: 2em;
}
.info i {
    margin-right: 10px;
    position: absolute;
    font-size: 30px;
    top: 15px;
    left: 20px;
}
.info span {
    color: #fff;
    background-color: #6d7486;
    padding: 1em 1em 1em 65px;
    width: 100%;
    display: inline-block;
    position: relative;
}
.info h3 {
    display: inline-block;
    padding: 0 .5em 0 0;
    color: #fff;
    font-size: 1.4em;
    line-height: 1.5em;
    margin-bottom: .5em;
}
.info span a {
    text-decoration: underline;
    color: #93c2ec;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
.info span a:hover {
    color: #76d5ec;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
.accordion {
    padding: 1em 0 0 0;
    background-color: #6c7486;
}
.accordion .panel {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.accordion .panel-title {
    position: relative;
}
.accordion .panel-body {
    padding: 15px 30px;
}
@media screen and (max-width: 660px) {
    .accordion .panel-body {
        padding: 1em;
    }
}
.accordion .panel-group .panel {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
}
.accordion .panel-default>.panel-heading {
    background-color: #6c7486;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #333d54;
}
.accordion .panel-default>.panel-heading a{
    color: #fff;
    font-size: 18px;
    display: block;
    padding-left: 25px;
}
.accordion .collapse.in {
    background-color: #eeeeee;
}
.accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
    background-color: #eeeeee;
}
.accordion .more-less {
    color: #fff;
    font-size: 18px;
    /*margin-right: 10px;*/
    position: absolute;
}
.accordion .main-tabs {

}
.accordion .nav-tabs {
    border: none;
    margin-bottom: 1em;
}
.accordion .nav-tabs>li>a {
    border: none;
    border-bottom: 2px solid #eeeeee;
    padding: 0;
    margin-right: 40px;
    color: #333d54;
}
@media screen and (max-width: 500px) {
    .accordion .nav-tabs>li {
        float: none;
    }
    .accordion .nav-tabs>li>a {
        margin-bottom: 1em;
        display: inline-block;
    }
}
.accordion .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #333d54;
    border: none;
    border-bottom: 2px solid #333d54;
    background-color: transparent;
    font-weight: bold;
}
.accordion .nav-tabs__title {
    font-size: 14px;
    color: #333d54;
    display: block;
    margin-top: 1em;
}
.accordion .nav-tabs__date {
    margin: .5em 0;
    font-size: 12px;
    color: #969696;
}
.accordion .nav-tabs__content {
    font-size: 12px;
    color: #000;
    margin: 0;
}
.accordion .nav-tabs__more {
    font-size: 12px;
    color: #64b8e2;
    text-decoration: underline;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.accordion .nav-tabs__more:hover {
    color: #2a57e2;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.accordion-tabs {
    padding: 0;
    border-bottom: 2px solid #333d54;
}
.accordion-tabs .main-tabs>li.active>a, .main-tabs>li.active>a:focus, .main-tabs>li.active>a:hover {
    border: none;
    background-color: #333d54;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: normal;
    z-index: 5;
}
.accordion-tabs .main-tabs>li>a {
    margin-right: 10px;
}
.accordion-tabs .main-tabs li i {
    position: absolute;
    bottom: 0;
    right: -2px;
    border-bottom: 38px solid #6c7486;
    border-right: 12px solid transparent;
    z-index: 5;
}
.accordion-tabs .main-tabs li.active i {
    border-bottom-color: #333d54;
    z-index: 4;
}
.accordion-tabs .main-tabs>li>a, .main-tabs>li>a:focus, .main-tabs>li>a:hover {
    background-color: #6c7486;
    border: none;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#homelogo {
    margin: 40px 0 0 140px;
}
#homesearch {
    background: rgba(225, 225, 225, 0.8);
}
.searchdiv {
    padding: 20px;
}
.searchdiv input[type=search] {
    border: 1px solid #ccc;
    background: #fff;
    line-height: 130%;
    width: 100%;
    font-size: 1.5em
}
#aboutmainslide {
    display: none;
    position: absolute;
    z-index: 85;
    color: #fff;
    text-align: left;
    font-size: 2vw;
    left: 50px;
}
@media screen and (max-width: 660px) {
    #aboutmainslide {
        font-size: 2em;
        left: 20px;
        top: 15px;
    }
}
#aboutmainslide h1 {
    font-weight: bold;
}
@media screen and (max-width: 660px) {
    #aboutmainslide h1{
        margin-bottom: .5em;
    }
}
#aboutmainslide span {
    padding: 4px 10px 4px 0;
    font-size: 1em;
    line-height: 50px;
    color: #000000;
}
@media screen and (max-width: 768px) {
    #aboutmainslide span{
        line-height: 20px;
    }
}
/*
#hclipdiv {background:url(/src/blank.gif) 50% 50% no-repeat; background-size:cover; visibility:hidden;}
#hclipdiv .bx-caption {position: absolute; top: 350px; left: 140px; bottom:auto; background:transparent; width:28%; overflow:hidden;}
#hclipdiv .bx-caption span {display:block;}
#hclipdiv .bx-caption span a {display:block; color:#fff; text-decoration:none}
#hclipdiv .bx-caption span a strong {display:block; padding:20px;  background: rgba(225, 225, 225, 0.8); }
#hclipdiv .bx-caption span a strong b {font-weight: 300; font-size:2vw; line-height:150%; background-color:#232020; }
#hclipdiv .bx-caption span a em {display:block; text-align:right; padding-right:20px;}
#hclipdiv .bx-caption span a em i {font-style:normal; display:inline-block; font-size:18px; text-transform:uppercase; background:#00377a; line-height:100%; padding:10px 5px 10px 10px;}
#hclipdiv .bx-caption span a em i::after {content: ''; position: absolute; margin-top:-10px; margin-left:5px; border: 20px solid transparent;	border-left: 20px solid #00377a;}
#hclipdiv .bx-caption span a em i::before {content: ''; position: absolute; margin-top:-10px; margin-left:-20px; border: 10px solid transparent; border-top: 40px solid #00377a;}
#hclipdiv .bx-prev, #hclipdiv .bx-next {display:none}
#hclipdiv .bx-pager-link {width:20px; height:20px; border-radius:10px;}
#aboutmainslide {display:none}
a#aboutmainslide_icon {position:absolute; z-index:85; right:100px; top:200px; color:#fff; opacity:0.7; font-size:75px;}
a#aboutmainslide_icon:hover {opacity:1; text-decoration:none;}
*/

#hometwit {
    display: block;
    background: #00a7bf;
    padding: 2em 40px;
}
#hometwit h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 2vw;
    font-weight: normal;
    margin: 0;
}
#hometwit .dallof {
    text-align: right;
    margin-top: -2.5em;
}
.hometwit {
    float: left;
    width: 48%;
    color: #fff;
    height: 3.5em;
    overflow: hidden;
}
.hometwit:nth-child(odd) {
    margin: 1.5em 2% 0 0;
}
.hometwit:nth-child(even) {
    margin: 1.5em 0 0 2%;
}
.hometwit big {
    margin-right: 0.5em;
}
.hometwit small {
    color: #ccc
}
.hometwit a {
    color: #fff;
}
.hometwit a.media {
    color: #ffff00;
    font-size: 1.4em;
    text-decoration: none
}
.hometwit a.media:hover {
    color: #fff;
}
#homenews {
    display: block;
    padding: 2em 40px;
    /*background-color:  #fff;*/
    /*background: -moz-linear-gradient(left,  rgba(79, 83, 139, 0.65), rgba(54, 244, 243, 0.43));*/
    /*background: -webkit-linear-gradient(left,  rgba(79, 83, 139, 0.65), rgba(54, 244, 243, 0.43));*/
    /*background: -o-linear-gradient(left,  rgba(79, 83, 139, 0.65), rgba(54, 244, 243, 0.43));*/
    /*background: -ms-linear-gradient(left, rgba(79, 83, 139, 0.65), rgba(54, 244, 243, 0.43));*/
    /*background: linear-gradient(left, rgba(79, 83, 139, 0.65), rgba(54, 244, 243, 0.43));*/
}
/*#homenews {*/
    /*display: block;*/
    /*padding: 2em 40px;*/
    /*background-color: #dcbe05;*/
    /*background: -moz-linear-gradient(left, #a28001, #f2d600);*/
    /*background: -webkit-linear-gradient(left, #a28001, #f2d600);*/
    /*background: -o-linear-gradient(left, #a28001, #f2d600);*/
    /*background: -ms-linear-gradient(left, #a28001, #f2d600);*/
    /*background: linear-gradient(left, rgba(79, 83, 139, 0.65), rgba(54, 244, 243, 0.43));*/
/*}*/
#homenews h2 {
    color: #1c2337;
    text-transform: uppercase;
    font-size: 2.2vw;
    font-weight: normal;
}
#homenews .dallof {
    text-align: center;
    margin-top: 0.5em;
}
.homenewsul {
    margin: 1.5em 0 0 0;
    padding: 0;
}
.homenewsul li {
    list-style: none;
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    height: 130px;
    overflow: hidden;
    margin: 0;
}
/**/
.homenewsul li b {
    display: inline-block;
    vertical-align: middle;
    padding: 0.1em 0.5em;
    background: transparent;
    color: #333751;
    font-weight: bold;
    /*border: 2px solid #333751;*/
    border-radius: 0;
}
.homenewsul li a {
    display: block;
    margin: 1em 0.5em 0 0.5em;
    color: #1c2337
}
#homelastnews,
#hometimeline {
    float: left;
    width: 50%;
    text-align: center
}
#indicators {
    display: block;
    padding: 2em 40px;
    background: #3b5433
}
#indicators h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 2.2vw;
    font-weight: normal;
    text-align: center
}
#indicators .dallof {
    text-align: center;
    margin-top: 0.5em;
}
.homechart {
    float: left;
    width: 50%;
    text-align: center;
    color: #fff
}
.homechart big {
    font-size: 1.5em;
    text-transform: uppercase;
}
.chartdiv {
    padding: 1em 10% 0 10%
}
.chartslist p {
    background: #fff;
    padding: 0.5em
}
.chartslist p a {
    font-weight: bold;
}
#calendar {
    display: block;
    padding: 2em 40px;
    background: #343d54
}
#calendar h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 2.2vw;
    font-weight: normal;
}
#calendar .dallof {
    text-align: right;
    margin-top: 1em;
}
.homecalendar {
    list-style: none;
    margin: 1.5em 0 0 0;
    padding: 0;
    columns: 200px 3;
    -moz-columns: 200px 3;
    -webkit-columns: 200px 3;
    column-gap: 40px;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
}
.homecalendar li {
    list-style: none;
    margin: 0;
}
.homecalendar li span {
    display: inline-block;
    margin: 0;
    width: 100%;
    vertical-align: middle;
    height: 130px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
}
.homecalendar li span big {
    display: block;
    width: 110px;
    text-align: center;
    font-size: 20px;
    padding-top: 10px;
    text-transform: lowercase
}
.homecalendar li span big b {
    display: block;
    font-size: 70px;
    line-height: 70px;
    text-align: center
}
.homecalendar li span a {
    display: block;
    margin-left: 100px;
    margin-top: -100px;
    padding: 20px;
    height: 140px;
    overflow: hidden;
    color: #fff;
    font-size: 1em;
}
/*.homecalendar li:first-child span {*/
    /*height: 260px;*/
/*}*/
/*@media screen and (max-width: 1180px) {*/
    /*.homecalendar li:first-child span {*/
        /*height: auto;*/
    /*}*/
/*}*/
/*.homecalendar li:first-child span a {*/
    /*margin-left: 0;*/
    /*margin-top: 0;*/
    /*font-size: 1em;*/
    /*line-height: 110%;*/
/*}*/
/*.lowvision span*/
/*
-------------------------------------------------------------------------------
Шапка внутр.
-------------------------------------------------------------------------------
*/

/*#mclipdiv {*/
    /*background: url(/src/space.gif) 50% 50% no-repeat;*/
    /*background-size: cover;*/
/*}*/
#mclipgrd {
    padding: 20px;
    background-color: #f1f1f1;
    background: -moz-linear-gradient(left, #f1f1f1 30%, transparent);
    background: -webkit-linear-gradient(left, #f1f1f1 30%, transparent);
    background: -o-linear-gradient(left, #f1f1f1 30%, transparent);
    background: -ms-linear-gradient(left, #f1f1f1 30%, transparent);
    background: linear-gradient(left, #f1f1f1 30%, transparent);
}
#mlogo {
    display: block;
    margin-left: 20px;
    width: 150px;
    height: 132px;
    background: url(/src/hlogo_ua.png) 0 0 no-repeat;
    background-size: cover;
    float: left;
}
#mlogo.en {
    background-image: url(/src/hlogo.png);
}
#msearch {
    float: left;
    width: 30%;
    margin-top: 25px;
    margin-left: 10%;
    background: rgba(225, 225, 225, 0.8);
}
#crumbs {
    background: #333d54;
    white-space: nowrap;
    overflow: hidden;
}
a.crumb,
.crumb {
    display: inline-block;
    vertical-align: middle;
    padding: 14px 0;
    margin-left: -6px;
    text-transform: uppercase;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis
}
#crumbs a:first-child {
    margin-left: 40px;
}
#crumbs b {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: 24px solid transparent;
    border-left: 24px solid #1c2337;
    margin-left: 4px;
}
#crumbs strong {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: 24px solid transparent;
    border-left: 24px solid #333d54;
    margin-left: -50px;
}
#crumbs span {
    padding-left: 40px;
    margin-left: -48px;
    background: #1c2337;
}
#crumbs em {
    display: inline-block;
    vertical-align: middle;
    border: 24px solid transparent;
    border-left: 24px solid #1c2337;
}
/*
-------------------------------------------------------------------------------
Заголовоки
-------------------------------------------------------------------------------
*/

.title {
    background-color: #333d54;
    text-align: center;
}
.title h2 {
    color: #fff;
    text-transform: uppercase;
    padding: .5em 0;
    font-size: 2vw;
}
@media screen and (max-width: 660px) {
    .title h2 {
        font-size: 1.5em;
    }
}
.title-white {
    background-color: #fff;
    text-align: center;
}
.title-white h2 {
    color: #000;
    text-transform: uppercase;
    padding: .5em 0;
    font-size: 1.5em;
    padding-top: 1em;
}
@media screen and (max-width: 768px) {
    .title-white h2 {
        font-size: 1.2em;
    }
}
/*
-------------------------------------------------------------------------------
Тело
-------------------------------------------------------------------------------
*/

#map_over,
#map_canvas {
    width: 960px;
}
article {
    display: block;
    margin: auto;
    padding-top: 2em;
}
@media screen and (max-width: 1200px) {
    article {
        width: 750px;
    }
}
@media screen and (min-width: 992px) {
    article {
        width: 970px;
    }
}
@media screen and (min-width: 768px) {
    article {
        width: 1170px;
    }
}
article.anhors {
    position: relative;
    padding-left: 230px;
}
article h1 small {
    display: block;
    line-height: 110%;
    margin-top: .5em;
}
#anhors {
    position: absolute;
    width: 200px;
    margin-left: -220px;
    background: #fff;
    padding: 1em 10px;
    display: none;
    font-size: 0.9em;
}
#anhors.fx {
    position: fixed;
    top: 80px;
}
#anhors ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#anhors li {
    padding: 0;
    margin: 1.5em 0;
    list-style: none
}
#articletags {
    float: left;
    padding: 1em 0;
    width: 70%;
}
#articletags.notags {
    width: 0
}
#articletools {
    float: right;
    text-align: right;
    padding: 0 0 1em 0;
    white-space: nowrap;
}
#articletools a {
    text-decoration: none;
    line-height: 200%;
    text-transform: lowercase;
    font-size: 1em;
    display: block;
}
#articletools.notags {
    padding: 0;
    margin-bottom: 1em;
}
#articletools.notags a {
    display: inline-block;
    margin-left: 2em;
}
#articletools i {
    margin-left: 0.3em;
}
#sharediv {
    position: absolute;
    z-index: 50;
    left: 50%;
    margin-left: 230px;
    background: #333d54;
    padding: 0 15px;
    line-height: 14px;
    color: #fff;
    margin-top: 14px;
    width: 250px;
    text-align: left;
    display: none;
}
/*#sharediv*/
#content {
    width: 100%;
    overflow: hidden;
}
#content p {
    font-size: 115%;
}
/*#content a[target='_blank']::after {content: '';}*/

.ndate {
    color: #999;
    margin: 0.5em 0;
}
.ndate strong {
    color: #666;
}
.nintro {
    font-weight: bold;
    margin: 1em 0 0 0;
}
.picinbody {
    width: 350px;
    float: left;
    margin: 0 2em 0.8em 0;
}
@media screen and (max-width: 767px) {
    .picinbody {
        float: none;
        width: 100%;
    }
}
.eventstools {
    margin: 0 0 1.5em 0;
    padding: 1em 0;
    border: 1px solid #ccc;
    border-width: 2px 0;
}
#addtocal {
    float: right
}
#accredit {
    float: left;
    text-align: left;
}
#map_over {
    position: absolute;
    z-index: 100;
    height: 400px
}
#map_canvas {
    height: 400px
}
#newscal {
    font-size: 120%
}
ul.childpages {
    margin: 0;
    padding: 0;
    font-size: 1.2em;
}
ul.childpages > li {
    margin: 0 0 0.5em 2em;
}
ul.childpages ul li {
    margin-top: 0.5em;
}
ul.childpages a.no_link {
    color: #333;
    cursor: default;
    text-decoration: none;
}
ul.childpages small {
    color: #999;
}
.mlist {
    background: #646B7D;
    color: #fff;
    margin-top: 1em;
}
.mlist article {
    padding-top: 0.5em;
}
.mlist ul {
    margin: 0;
    padding: 0;
}
.mlist ul li {
    list-style: none;
    margin: 0;
    border-top: 2px solid #495062;
    padding: 1em 0;
    min-height: 40px;
}
.mlist ul li:first-child {
    border: 0;
}
.mlist ul li em {
    font-style: normal;
    display: block;
    background: #283348;
    padding: 4px 10px;
    position: absolute;
    margin-top: 4px;
}
.mlist ul li span {
    display: block;
    margin-left: 120px;
}
.mlist ul li span a {
    color: #fff;
}
.mdocicon {
    display: block;
    font-size: 2.4em;
    position: absolute;
    margin-top: 0.3em;
}
.mlist ul li span strong {
    display: block;
    margin-left: 3em;
    font-weight: normal;
}
.mlist ul li span a.mdocgoogle {
    color: #34b6e2;
}
a.photo {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 36px 20px 0;
    padding: 0;
    background: #fff;
    border: 6px solid #ccc;
}
a.photo:hover {
    border-color: #34b6e2
}
img.preview {
    vertical-align: middle;
}
/*
-------------------------------------------------------------------------------
Timeline
-------------------------------------------------------------------------------
*/

#tagpanel {
    width: 1160px;
    margin: 2em auto 0 auto;
}
#tagpanel h1 {
    margin-left: 1em;
    margin-bottom: 1em;
}
#tllform {
    border-bottom: 2px solid #333d54;
    margin-bottom: 0;
}
#tllform fieldset {
    width: 1160px;
    border: 0;
    padding: 0;
    margin: auto;
    /*height: 41px;*/
}
#tlparams {
    padding: 1em 0px;
    position: relative;
    z-index: 40
}
#tlparams input,
#tlparams select,
#tlparams select option {
    border: 0;
    background: #5c6680;
    color: #fff;
    padding: 0.5em
}
#caliconsw {
    display: block;
    position: absolute;
    margin: 0 0 0 40px;
    width: 60px;
    text-align: center;
    color: #fff;
    background: #5c6680;
    cursor: pointer;
    font-size: 20px;
    line-height: 41px;
}
#tlltabs {
    float: left;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}
#tlltabs input {
    visibility: hidden;
    display: inline-block;
    width: 10px;
    font-size: 0;
}
#tlltabs label {
    display: inline-block;
    vertical-align: middle;
    height: 41px;
    line-height: 40px;
    background: #5c6680;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    margin: 0 20px 0 -15px;
    padding-right: 5px;
}
#tlltabs label.f {
    /*margin-left: 120px;*/
}
#tlltabs label:hover,
#caliconsw:hover {
    background: #333d54;
}
#tlltabs label::after {
    content: '';
    position: relative;
    left: 15px;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-bottom: 40px solid #5c6680;
    border-right: 10px solid transparent;
}
#tlltabs label.on,
#tlltabs label.on:hover {
    background: #333d54;
    cursor: default;
    text-decoration: none;
}
#tlltabs label.on::after,
#tlltabs label:hover::after {
    content: '';
    position: relative;
    left: 15px;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-bottom: 40px solid #333d54;
    border-right: 10px solid transparent;
}
#tlltabs label.o {
    margin-left: -18px
}
.tabtag {
    opacity: 0;
}
#othertags_list {
    display: none;
    position: absolute;
    z-index: 100;
    opacity: 0;
    margin: 1px 0 0 0;
}
#othertags_list .tabtag {
    opacity: 1;
    display: block;
    margin: 0;
    padding-right: 20px;
}
#othertags_list .tabtag::after,
#othertags_list .tabtag:hover::after {
    display: none;
}
#tlbg {
    width: 1160px;
    margin: auto;
    background: transparent url(/src/tlbg.gif) 134px center repeat-y;
    padding-top: 1em
}
#timelinewindow {
    padding-left: 120px
}
#timelinewindow .loading {
    min-height: 200px;
    background: transparent url(/src/loading.gif) bottom center no-repeat;
}
.timeline_item {
    position: relative;
    background: #fff;
    padding: 20px 20px 10px 20px;
    margin: 2em 0 0.5em 45px;
}
.timeline_item .tltitle {
    color: #56a3d8;
}
.timeline_item .tltitle:hover {
    text-decoration: underline;
    color: #56a3d8;
}
.tl_tumb {
    display: block;
    float: left;
    margin-right: 20px;
    width: 150px;
    height: 100px;
    background: transparent url(/src/blank.gif) 0 0 no-repeat;
    background-size: cover;
}
.tl_icon {
    position: absolute;
    width: 160px;
    margin: -20px 0 0 -180px;
    font-size: 16px;
}
.tl_icon span {
    display: inline-block;
    vertical-align: middle;
    padding: 0.1em 0.5em;
    background: transparent;
    color: #333751;
    font-weight: bold;
    /*border: 2px solid #333751;*/
    border-radius: 0;
}
.tl_icon b {
    display: inline-block;
    vertical-align: middle;
    padding: 0.1em 10px;
    background: transparent;
    color: #666;
}
.tl_icon ~ b:after {
    content: '';
    height: 30px;
    background: #333d54;
    width: 2px;
    display: block;
    position: absolute;
    left: -11px;
    top: 0;
}
.tlbull {
    font-size: 17px;
    position: absolute;
    margin: -20px 0 0 -40px;
    display: inline-block;
    vertical-align: middle;
    padding: 0.1em;
    color: #666;
}
.tltumb {
    display: block;
    float: left;
    margin: 0 20px 5px 0;
    width: 150px;
    height: 100px;
    background: transparent url(/src/blank.gif) 0 0 no-repeat;
    background-size: cover;
}
.tlhead {
    font-weight: bold;
}
a.tltitle {
    display: block;
    font-size: 130%;
}
.tlintro {
    margin-top: 0.5em;
    color: #333;
}
.tlphotos {
    margin-right: 1em;
    border: 2px solid #ccc
}
.finish a.tltitle {
    color: #56a3d8;
}
.tldocicon {
    display: block;
    font-size: 2.4em;
    position: absolute;
    margin-top: 0.1em;
    color: #1155bc
}
.tltitle_doc {
    display: block;
    font-size: 130%;
    margin-left: 2.5em;
}
.tltitle_doc small {
    color: #34b6e2;
}
#morebutton {
    margin: 2em 0 0 46px;
}
/*
-------------------------------------------------------------------------------
Left menu
-------------------------------------------------------------------------------
*/

#uffmenu {
    position: fixed;
    height: 100%;
    width: 0;
    background: #1c2336;
    overflow: hidden;
    z-index: 101;
}
#uffmenu .bot_nav {
    position: absolute;
    top: auto;
    z-index: 100;
    margin-left: 20px;
    margin-right: 20px;
    border-top: 1px solid #fff;
    width: 210px;
    bottom: 100px;
}
@media screen and (max-width: 640px) {
    #uffmenu .bot_nav {
        top: 400px;
        bottom: auto;
    }
}
#uffmenu .bot_nav button {
    font-size: 14px;
    background-color: transparent;
    color: #fff;
}
#uffmenu .bot_nav .dropdown-menu {
    min-width: 60px;
}
@media screen and (max-width: 640px) {
    #uffmenu .bot_nav .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}
#uffmenu .bot_nav .dropdown-menu li a {
    color: #000;
}
#uffmenu .bot_nav .login {
    /* margin-left: 64px; */
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    /* padding-right: 12px; */
    max-width: 130px;
    position: absolute;
    top: 5px;
    right:0;
    overflow:hidden;
    display:block;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#uffmenu .bot_nav .login:hover,
#uffmenu .bot_nav .login:active,
#uffmenu .bot_nav .login:focus {
    color: #fff;
}
#uffboby {
    margin-left: 0;
    background: #f1f1f1;
}
#closeuffmenu {
    position: relative;
    text-align: right;
    font-size: 25px;
    color: #fff;
    padding: 15px 20px 10px 0;
}
#closeuffmenu .homeicon i {
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
#closeuffmenu .lowicon:hover i{
    color: #34b6e2;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
#closeuffmenu .homeicon:hover i{
    color: #34b6e2;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
#closeuffmenu input {
    background-color: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
#closeuffmenu input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #34b6e2;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
#closeuffmenu i {
    position: absolute;
    left: 20px;
}
#closeuffmenu .low {
    display: none;
}
#closeuffmenu .lowicon i {
    left: 70px;
}
#closeuffmenu > a {
    color: #ffffff;
}
#closeuffmenu #homesearch__menu {
    margin-top: 20px;
    margin-left: 20px;
}
#closeuffmenu #homesearch__menu input {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#closeuffmenu #homesearch__menu .form-group {
    position: relative;
}
#closeuffmenu #homesearch__menu .form-group button {
    position: absolute;
    display: block;
    height: 0;
    width: 0;
    color: #fff;
    background: 0;
    border: none;
    padding: 0;
    right: 50px;
    top: 8px;
}
#closeuffmenu #homesearch__menu .form-group button i {
    font-size: 18px;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
#closeuffmenu #homesearch__menu .form-group button i:hover {
    color: #34b6e2;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
#closeuffmenu > a:hover, #closeuffmenu > a:active, #closeuffmenu > a:active, #closeuffmenu > a:visited {
    color: #ffffff;
    text-decoration: none;
}
#closeuffmenu big {
    cursor: pointer;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
#closeuffmenu big:hover {
    color: #34b6e2;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;

}
.slmenu {
    position: absolute;
    top: 100px;
    left: 0;
    margin: 0;
    padding: 0;
    width: 250px;
    background: #1c2336;
    overflow: hidden;
}
.slmenu a,
.slmenu b {
    font-weight: normal;
    color: #fff;
    display: block;
    margin: 0 20px;
    padding: 5px 0 10px 0;
    text-transform: uppercase;
    line-height: 110%;
    cursor: pointer;
}
.slmenu a.pcontent,
.slmenu b.pcontent {
    font-size: 1.2em;
    margin-bottom: 0.5em;
}
.slmenu a.chld,
.slmenu b.chld {
    border-left: 1px solid #fff;
    padding-left: 10px;
}
.slmenu.sub {
    left: -250px;
    display: none;
    height: 350px!important;
}
@media screen and (max-width: 640px) {
    .slmenu.sub{
        height: 285px!important;
    }
}
.mmenu_up {
    cursor: pointer;
    color: #fff;
    font-size: 1.2em;
    background: #191c23;
    text-transform: uppercase;
    padding: 10px 20px;
}
.mmenu_up:hover span {
    text-decoration: underline;
}
/*
-------------------------------------------------------------------------------
Дети
-------------------------------------------------------------------------------
*/

.child {
    display: block;
    padding-bottom: 2em;
    background-color: #fff;
}
/*.child__item {*/
    /*display: block;*/
    /*width: 25%;*/
    /*text-align: center;*/
/*}*/
/*@media screen and (max-width: 660px) {*/
    /*.child__item {*/
        /*width: 50%;*/
    /*}*/
/*}*/
/*@media screen and (max-width: 400px) {*/
    /*.child__item {*/
        /*width: 100%;*/
    /*}*/
/*}*/
.child__item-img {
    display: inline-block;
    height: 25vw;
    width: 100%;
}
@media screen and (max-width: 991px) {
    .child__item-img {
        height: 48vw;
    }
}
@media screen and (max-width: 640px) {
    .child__item-img {
        height: 46vw;
    }
}
/*@media screen and (max-width: 768px) {*/
    /*.child__item-img {*/
        /*width: 50%;*/
    /*}*/
/*}*/
/*@media screen and (max-width: 660px) {*/
    /*.child__item-img {*/
        /*height: 30vw;*/
    /*}*/
/*}*/
/*@media screen and (max-width: 400px) {*/
    /*.child__item-img {*/
        /*height: 40vw;*/
    /*}*/
/*}*/
.child__item-img-first {
    background-image: url(../files/bg/child/1.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
}
.child__item-img-second {
    background-image: url(../files/bg/child/2.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
}
.child__item-img-third {
    background-image: url(../files/bg/child/3.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
}
.child__item-img-fourth {
    background-image: url(../files/bg/child/4.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
}
.child__item-img-zero {

}
.child__item-name {
    text-transform: uppercase;
    color: #333d54;
    font-size: 1.5em;
    margin: .3em 0;
    text-align: left;
}
@media screen and (max-width: 768px) {
    .child__item-name {
        font-size: 1.2em;
    }
}
.child__item-age {
    text-transform: none;
    color: #bbbbbb;
}
@media screen and (max-width: 768px) {
    .child__item-age {
        margin-top: .5em;
    }
}
.child__item-description {
    color: #4e5a77;
    font-size: 1em;
    margin: .3em 0;
    text-align: left;
}
.child__item-description > a {
    color: #bbbbbb;
}
.child__item-description > a:hover {
    color: #bbbbbb;
}
@media screen and (max-width: 768px) {
    .child__item-date {
        margin-bottom: 1em;
    }
    /*.child__item-description, .child__item-date {*/
        /*font-size: .8em;*/
    /*}*/
}
/*@media screen and (max-width: 660px) {*/
    /*.child__item-description {*/
        /*display: none;*/
    /*}*/
/*}*/
/*.child__nav {*/
    /*margin-top: 2em;*/
/*}*/
@media screen and (max-width: 660px) {
    .child__nav {
        text-align: center;
    }
}
.child__nav-column {
    display: block;
}
@media screen and (max-width: 991px) {
    .child__nav-column {
        width: 100%;
    }
}
.child__nav-inputgroup {
    background-color: #e8e8e8;
    border: 1px solid #000000;
    border-right: none;
}
@media screen and (max-width: 991px) {
    .child__nav-inputgroup {
        background-color: inherit;
        border: none;
        width: 100%;
        margin: 0;
    }
}
.child__nav-inputgroup select {
    display: inline-block;
    padding: 6px 12px;
    font-size: 1em;
    line-height: 1.42857143;
    color: #000;
    background-color: inherit;
    background-image: none;
    border: none;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);*/
    /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);*/
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
@media screen and (max-width: 1390px) {
    .child__nav-inputgroup select {
        padding: 6px 0;
    }
}
@media screen and (max-width: 1220px) {
    .child__nav-inputgroup select {
        font-size: .8em;
    }
}
@media screen and (max-width: 1120px) {
    .child__nav-inputgroup select {
        font-size: .7em;
    }
}
@media screen and (max-width: 991px) {
    .child__nav-inputgroup select{
        font-size: 1em;
        margin-bottom: 1em;
        display: block;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        border: 1px solid #dadada;
        width: 100%;
    }
}
/*
-------------------------------------------------------------------------------
Анкети кандидатів на усиновлення
-------------------------------------------------------------------------------
*/

.parents {
    padding: 2em 0;
    background-color: #fff;
}
.parents__item {
    float: left;
    text-align: center;
}
/*@media screen and (max-width: 660px) {*/
    /*.parents__item {*/
        /*width: 50%;*/
    /*}*/
/*}*/
/*@media screen and (max-width: 400px) {*/
    /*.parents__item {*/
        /*width: 100%;*/
    /*}*/
/*}*/
.parents__item-img {
    display: inline-block;
    height: 20vw;
    width: 100%;
}
@media screen and (max-width: 991px) {
    .parents__item-img {
        height: 30vw;
    }
}
@media screen and (max-width: 640px) {
    .parents__item-img {
        height: 70vw;
    }
}
/*@media screen and (max-width: 660px) {*/
    /*.parents__item-img {*/
        /*height: 30vw;*/
    /*}*/
/*}*/
/*@media screen and (max-width: 400px) {*/
    /*.parents__item-img {*/
        /*height: 40vw;*/
    /*}*/
/*}*/
.parents__item-img-first {
    background-image: url(../files/bg/parents/1.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
}
.parents__item-img-second {
    background-image: url(../files/bg/parents/2.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
}
.parents__item-img-third {
    background-image: url(../files/bg/parents/3.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
}
.parents__item-img-fourth {
    background-image: url(../files/bg/parents/4.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
}
.parents__item-name {
    text-transform: uppercase;
    color: #333d54;
    font-size: 1.5em;
    margin: .3em 0;
    text-align: left;
}
@media screen and (max-width: 660px) {
    .parents__item-name {
        font-size: 1.5em;
    }
}
.parents__item-description {
    color: #bbbbbb;
    font-size: 1em;
    margin: .3em 0;
    text-align: left;
}
.parents__item-description > a {
    color: #bbbbbb;
}
.parents__item-description > a:hover {
    color: #bbbbbb;
}
.parents__item-date {
    color: #bbbbbb;
    font-size: 1em;
    text-align: left;
}
@media screen and (max-width: 660px) {
    .parents__item-date {
        margin-bottom: 1em;
    }
    .parents__item-description, .parents__item-date {
        font-size: 1.2em;
    }
}
@media screen and (max-width: 660px) {
    .parents__item-description {
        display: none;
    }
}
/*
-------------------------------------------------------------------------------
Обговорення
-------------------------------------------------------------------------------
*/

.discus-header {
    padding: 2em 0.5em;
    background: #ddd;
    text-align: center;
    margin-top: 0.8em;
}
.discus-header b.switch {
    margin: 1em;
}
.pson {
    background: #333d54;
    color: #fff;
    border: 0;
    padding: 0.5em 1em;
}
.psoff {
    color: #999;
    opacity: 0.7;
    cursor: default;
    border: 0;
}
.discus-window {
    margin: 1em 0 2em 0;
}
.discus-window.ch {
    height: 200px;
    overflow: auto;
    overflow-y: scroll;
    border: 1px solid #999;
}
.discus-vote {
    background: #ddd;
    text-align: center;
    padding: 1em 0;
    text-align: center;
    border-top: 0;
}
.dvote-yn {
    display: inline-block;
    vertical-align: middle;
    margin: 0 50px 0 0px;
}
.dvote-add {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 50px;
}
.pyes,
.pno {
    width: 80px;
    padding: 8px 12px;
    margin-top: 0.5em;
    border: 0;
    color: #fff;
    cursor: pointer
}
.pyes {
    background-color: #006600;
}
.pno {
    background-color: #ff5155;
}
.counters {
    white-space: nowrap
}
.counters b {
    display: inline-block;
    vertical-align: middle;
    height: 28px;
    line-height: 28px;
    padding: 2px 2px;
    margin: 0 1px;
    text-align: center;
    color: #fff;
    background-color: #333d54;
    font-weight: normal;
    font-size: 26px;
}
.counters.y b {
    background-color: green
}
.counters.n b {
    background-color: red
}
.footperiod {
    padding: 0.5em;
    background: #ccc
}
.tabtitle {
    display: inline-block;
    padding: 0.5em 1.5em;
    margin: 10px 1em 0 0.5em;
    border: 1px solid #ccc;
    border-bottom: 0;
    white-space: nowrap;
}
.tabtitle.on {
    background: #333d54;
    border-color: #333d54;
}
.tabtitle.on .switch {
    color: #fff;
    border-color: #739333;
}
.padd-tab {
    display: none;
    background: #eee;
    padding: 1em;
}
.tarea,
textarea.tarea {
    display: block;
    margin-top: 0.5em;
    width: 99%;
    display: none;
    background: #fff;
    border: 1px solid #999;
    border-radius: 0;
    font: normal normal 14px/16px Arial, Verdana, Sans-serif;
    color: #333;
    overflow: auto;
}
.other_props {
    margin: 0;
    padding: 0;
    list-style: none;
}
.other_props .vprate:after {
    clear: both;
    content: '';
    display: block;
    width: 0;
    height: 0;
}
.other_props li {
    margin: 0;
    padding: 1em;
    margin-bottom: 1em;
    background: #fff;
}
.puname {
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    background: url(/src/user_comment.png) 0 50% no-repeat;
}
.ptime {
    font-size: 0.9em;
    color: #999;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1em;
}
.propsubmit {
    display: inline-block;
    border: 0;
    text-align: center;
    padding: 0.7em 2em;
    background: #ff604f;
    color: #fff;
    text-decoration: none;
    font-size: 130%
}
.propsubmit:hover {
    background: #b14335;
}
.sortlinks {
    text-align: right;
    padding: 1em;
    margin: 1em 0;
}
.hiddenrest {
    display: none;
}
#hiddenrestloading {
    min-height: 150px;
    background: transparent url(/src/loading.gif) bottom center no-repeat;
}
.swon,
.switch.swon {
    color: #fff;
    background: #333d54;
    cursor: default;
    border-color: #333d54;
    display: inline-block;
    vertical-align: middle;
    padding: 0.1em 1em
}
.vptext {
    margin-right: 250px;
}
.vprate {
    float: right;
    width: 200px;
    height: 50px;
    padding: 1em;
    background: #eee;
    text-align: center
}
.ryes,
.rno {
    width: 90px;
    padding: 4px;
    border: 0;
    color: #fff;
    cursor: pointer;
    float: right;
}
.ryes {
    background-color: #006600;
}
.rno {
    margin-right: 1em;
    background-color: #ff5155;
}
.forumline {
    background: #fff;
    padding: 1em;
    min-height: 70px;
}
.forumline a.title {
    display: block;
    padding-right: 180px;
}
.forumdate {
    color: #999;
}
.forumcounts {
    text-align: right;
    height: 40px;
    margin-bottom: -40px;
    font-size: 12px;
}
.tablo {
    display: inline-block;
    vertical-align: middle;
    background: #eee;
    padding: 1em;
    text-align: center;
}
.tablo b {
    display: inline-block;
    vertical-align: middle;
    height: 18px;
    padding-left: 20px;
    background: url(/src/user_comment.png) 0 50% no-repeat;
}
.tablo strong {
    display: inline-block;
    vertical-align: middle;
    height: 18px;
    padding-left: 20px;
    background: url(/src/comments.png) 0 50% no-repeat;
}
.tablo em {
    display: inline-block;
    vertical-align: middle;
    height: 18px;
    padding-left: 5px;
    font-weight: bold;
    font-style: normal;
    line-height: 200%;
}
.tablo em i {
    font-style: normal;
}
.tabloin {
    display: inline-block;
    vertical-align: middle;
    width: 65px;
    height: 20px;
}
#resfound {
    text-align: right;
    margin-top: -1.5em;
}
#resfound var {
    font-weight: bold;
    color: green;
}
#exsearchform input {
    border: 0;
    background: #5c6680;
    color: #fff;
    padding: 0.5em
}
#exsearchform input[type=submit] {
    padding-left: 2em;
    padding-right: 2em;
    background: #A13F57;
    cursor: pointer
}
/*
-------------------------------------------------------------------------------
Поиск
-------------------------------------------------------------------------------
*/

.search_item {
    font-size: 1.2em;
    margin-bottom: 1.5em;
}
.search_item span {
    display: block;
    font-size: 0.9em;
}
.search_item small {
    font-size: 0.9em;
    color: #999
}
/*
-------------------------------------------------------------------------------
Посик
-------------------------------------------------------------------------------
*/

.page_split_bar {
    text-align: center;
    margin: 0 0 20px 0;
}
.page_split_bar.t {
    border: 0;
}
.page_split_bar.b {
    border-top: 4px solid #999;
    padding-top: 2em;
}
.page_split_bar a {
    padding: 4px 10px;
    background: #ddd;
}
.page_split_bar a.on,
.page_split_bar strong {
    padding: 4px 10px;
    background: #333d54;
    color: #fff;
    font-weight: bold;
}
/*
-------------------------------------------------------------------------------
Сайтмап
-------------------------------------------------------------------------------
*/

.sitemapul {
    font-size: 1.4em;
}
.sitemapul li {
    margin: 0.5em auto;
}
.sitemapul > li {
    margin-bottom: 1.5em;
}
.sitemapul a.root {
    font-weight: bold;
}
.sitemapul ul {
    font-size: 90%
}
/*
-------------------------------------------------------------------------------
Подвал
-------------------------------------------------------------------------------
*/

#banners {
    display: block;
    padding: 0;
    background: #3b5433;
    color: #fff;
    float: none;
    clear: both;
    margin-top: -1.5em;
}
footer {
    display: block;
    background-color: #3b4044;
    padding: 1em 40px;
    color: #fff;
    position: relative;
    z-index: 10;
}
footer td,
footer th,
footer a:link,
footer a:active,
footer a:visited {
    color: #fff
}
#fsubscr {
    margin-top: 1em;
}
@media screen and (max-width: 660px) {
    #fsubscr {
        text-align: center;
    }
}
#fsubscr input[type='email'] {
    width: 100%;
    line-height: 30px;
    padding: 0 1em;
    border: none;
    background-color: #ccc;
}
#fsubscr input[type='submit'] {
    line-height: 20px;
    margin-top: 1em;
}
#botss > a {
    text-decoration: none;
    display: inline-block;
}
#botss > a > i {
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    margin-right: 12px;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
#botss > a > i:hover {
    color: #34b6e2;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
#copiright {
    margin-top: 2em;
    font-size: 80%;
    color: #ccc;
    text-align: center;
    border-top: 1px solid #dadada;
    padding-top: 1em;
}
@media screen and (max-width: 660px) {
    #copiright {
        border:none;
        margin-top: 0;
    }
}
#copiright a {
    color: #fff
}
a#onup {
    visibility: hidden;
    position: fixed;
    z-index: 200;
    bottom: 120px;
    right: 0;
    display: block;
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 50px;
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
    text-decoration: none;
    color: #1c2337;
}
a#onup:hover {
    background: #1c2337;
    color: #fff
}
.subscrlist {
    margin-bottom: 1em;
    columns: 400px 2;
    -moz-columns: 400px 2;
    -webkit-columns: 400px 2;
    column-gap: 50px;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px
}
.subscrlist label {
    display: block;
    padding: 0.5em;
    margin-bottom: 0.5em;
    background: #fff
}
/* General */

.addthisevent {
    visibility: hidden;
}
.addthisevent span {
    display: none!important;
}
.addthisevent .data {
    display: none!important;
}
/* The button */

.addthisevent-drop {
    display: block;
    position: relative;
    z-index: 50;
    cursor: pointer;
    margin: auto;
    min-width: 120px;
    text-align: center;
    padding: 0.2em 2em;
    background: transparent;
    color: #1c2337;
    text-decoration: none;
    border: 3px solid #1c2337;
}
.addthisevent-drop:hover {
    background: #1c2337;
    color: #fff
}
.addthisevent-selected {
    background-color: #455e6e;
}
/* The drop down */

.addthisevent_dropdown {
    width: 210px;
    position: absolute;
    z-index: 99999;
    padding: 6px 0 0 0;
    background: #fff;
    text-align: left;
    display: none;
    margin-top: -2px;
    margin-left: -1px;
    border-top: 1px solid #c8c8c8;
    border-right: 1px solid #bebebe;
    border-bottom: 1px solid #a8a8a8;
    border-left: 1px solid #bebebe;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.15);
}
.addthisevent_dropdown span {
    display: block;
    line-height: 110%;
    background: #fff;
    text-decoration: none;
    font-size: 14px;
    color: #333;
    padding: 8px 10px 9px 15px;
}
.addthisevent_dropdown span:hover {
    background: #f4f4f4;
    color: #000;
    text-decoration: none;
    font-size: 14px;
}
.addthisevent_dropdown .copyx {
    height: 21px;
    display: block;
    position: relative;
    cursor: default;
}
.addthisevent_dropdown .brx {
    height: 1px;
    overflow: hidden;
    background: #e0e0e0;
    position: absolute;
    z-index: 100;
    left: 10px;
    right: 10px;
    top: 9px;
}
.addthisevent_dropdown .frs {
    position: absolute;
    top: 5px;
    cursor: pointer;
    right: 10px;
    padding-left: 10px;
    font-style: normal;
    font-weight: normal;
    text-align: right;
    z-index: 101;
    line-height: 110%;
    background: #fff;
    text-decoration: none;
    font-size: 9px;
    color: #cacaca;
}
.addthisevent_dropdown .frs:hover {
    color: #6d84b4;
}
/*Дисклймер убрать*/

#discl {
    background: rgba(0, 0, 0, 0.5);
    font-size: 0.9em;
    color: #fff;
    text-align: center;
    padding: 0.2em 0;
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: 60px;
}


/*Кнопки*/

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}
.btn-searchchild {
    text-transform: uppercase;
    color: #fff;
    background-color: #00a7bf;
    border-color: #1298bf;
    transition: .2s ease all;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
@media screen and (max-width: 1220px) {
    .btn-searchchild {
        font-size: .8em;
    }
}
@media screen and (max-width: 1120px) {
    .btn-searchchild {
        font-size: .7em;
    }
}
.motherhood a:last-of-type {
    width:33.3% !important;
}
@media screen and (max-width: 660px) {
    .motherhood a:last-of-type {
        width:100% !important;
    }
}
.subscribe {
    display: inline-block;
    margin: auto;
    min-width: 120px;
    text-align: center;
    padding: 0.2em 2em;
    background: transparent;
    color: #ccc;
    text-decoration: none;
    text-transform: uppercase;
    border: 3px solid #ccc;
    cursor: pointer;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
}
.subscribe:hover {
    background-color: #ccc;
    color: #3b4044;
    transition: .5s ease all;
}
@media screen and (max-width: 991px) {
    .btn-searchchild {
        display: inline-block;
        width: 100%;
        font-size: 1em;
        float: none;
    }
}
.btn-searchchild:hover, .btn-searchchild:focus {
    background-color: #1298bf;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
    color: #ffffff;
}

.btn-mailto {
    text-transform: uppercase;
    color: #fff!important;
    background-color: #4e5a77;
    border-color: #334a77;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
@media screen and (max-width: 1220px) {
    .btn-mailto {
        font-size: .8em;
        display: inline-block;
    }
}
@media screen and (max-width: 1120px) {
    .btn-mailto {
        font-size: .7em;
    }
}
@media screen and (max-width: 991px) {
    .btn-mailto {
        margin-top: 1em;
        display: inline-block;
        font-size: 1em;
        width: 100%;
        float: none;
    }
}
.btn-mailto:hover, .btn-mailto:focus {
    background-color: #334a77;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
    color: #ffffff!important;
}
.nav__title {
    display: none;
}
.nav__title img {
    display: inline-block;
}
@media screen and (max-width: 660px) {
    .nav__title {
        display: block;
        text-align: center;
        position: fixed;
        width: 80%;
        color: #fff;
        top: 0;
        z-index: 92;
        line-height: 40px;
        font-size: 12px;
        margin-left: 15%;
    }
}
.nav__top-right {
    float: right;
    list-style: none;
    padding: 0;
    margin: 0;
}
@media only screen and (max-width: 800px) {
    .nav__top-right {
        display: none;
    }
}
.nav__top-right li .btn-group button {
    background-color: transparent;
    color: #fff;
    font-size: 110%;
    margin-top: -3px;
    text-transform: uppercase;
    margin-left: 25px;
}
@media screen and (max-width: 1180px) {
    .nav__top-right li .btn-group button {
        font-size: 80%;
        margin-top: -1px;
    }
}
.nav__top-right li .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.nav__top-right li .btn-group .dropdown-menu {
    min-width: 60px;
}
.nav__top-right > li {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.nav__top-right > li > a{
    display: block;
    padding: 18px 14px;
    color: #fff;
    font-size: 110%;
}
@media only screen and (max-width: 1180px) {
    .nav__top-right > li > a {
        font-size: 80%;
        padding: 18px 4px;
    }
}
#hometwitsline {
    margin-top: 2em;
}
/*
-------------------------------------------------------------------------------
Главный слайдер
-------------------------------------------------------------------------------
*/
.carousel_main {
    min-height: 300px;
    width: 100%;
}
@media screen and (max-width: 660px) {
    .carousel_main {
        min-height: 300px;
    }
}
.carousel_main-description {
    position: absolute;
    top: 4em;
    left: 80px;
    z-index: 10;
}
@media screen and (max-width: 660px) {
    .carousel_main-description {
        left: 2em;
        display: none;
    }
}
.carousel_main-description a {
    display: block;
}
@media screen and (max-width: 660px) {
    .carousel_main-description a {
        margin-bottom: 0;
    }
}
.carousel_main-description a:hover {
    text-decoration: none;
}
.carousel_main-description img, .carousel_main-description h1 {
    display: inline-block;
    margin-right: 1em;
    vertical-align: middle;
}
.carousel_main-description h1 {
    letter-spacing: 3px;
    color: #ffffff;
    font-size: 24px;
    text-shadow: 2px 2px 2px rgb(68, 66, 66);
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
}
.carousel_main-description h1:before {
    position: absolute;
    left: -14px;
    top: 0;
    content: '';
    display: block;
    height: 59px;
    background-color: #5ba9dc;
    width: 3px;
}
.carousel_main-description h1 span:last-child:before {
    position: absolute;
    left: -14px;
    content: '';
    display: block;
    height: 28px;
    background-color: #ffff00;
    width: 3px;
}
@media screen and (max-width: 800px) {
    .carousel_main-description h1 {
        font-size: 20px;
    }
}
.carousel_main-description h1 span:first-child {
    display: block;
}
.carousel_main-description h1 span:last-child {
    font-size: 65%;
    letter-spacing: 0;
}
.carousel_main-description form {
    width: 80%;
}
.carousel_main .carousel-inner {
    min-height: 300px;
}
.carousel_main .carousel-inner .item {
    min-height: 300px;
}
@media screen and (max-width: 991px) {
    .carousel_main .carousel-inner {
        min-height: 300px;
    }
    .carousel_main .carousel-inner .item {
        min-height: 300px;
    }
}
@media screen and (max-width: 660px) {
    .carousel_main .carousel-inner {
        min-height: 300px;
    }
    .carousel_main .carousel-inner .item {
        min-height: 300px;
    }
}
.carousel_main .carousel-more {
    color: #ffffff;
    padding: .5em;
    font-size: 100%;
    background-color: #00387a;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
}
.carousel_main .carousel-more:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: -15px;
    top: 0;
    border-top: 35px solid #00387a;
    border-left: 15px solid transparent;
}
.carousel_main .carousel-more:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: -15px;
    top: 0;
    border-top: 17px solid transparent;
    border-left: 15px solid #00387a;
    border-bottom: 17px solid transparent;
}
.carousel_main .carousel-more:hover, .carousel_main .carousel-more:focus, .carousel_main .carousel-more:visited {
    text-decoration: none;
}
.carousel_main .carousel-indicators li {
    background-color: #5ec4c9;
    border: none;
    width: 15px;
    height: 15px;
    margin: 0;
    margin-left: 5px;
}
.carousel_main .carousel-indicators .active {
    background-color: #00377a;
    width: 15px;
    height: 15px;
}
.carousel_main .carousel-caption {
    right: 0;
    left: 0;
    padding-left: 30%;
    text-align: left;
    bottom: 30px;
}
@media screen and (max-width: 1300px) {
    .carousel_main .carousel-caption {
        padding-left: 23%;
    }
}
@media screen and (max-width: 800px) {
    .carousel_main .carousel-caption {
        padding-left: 105px;
    }
}
@media screen and (max-width: 660px) {
    .carousel_main .carousel-caption {
        padding-left: 0;
        margin-bottom: 0;
        text-align: center;
    }
}
.carousel_main .item {
    background-image: url('../files/happy-kid.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    min-height: 300px;
}
.carousel_main .item #aboutmainslide {
    top: -100px;
    display: block;
    color: #fff;
    text-align: left;
    font-size: 24px;
    padding-left: 60px;
}
@media screen and (max-width: 800px) {
    .carousel_main .item #aboutmainslide {
        padding-left: 40px;
    }
}
@media screen and (max-width: 660px) {
    .carousel_main .item #aboutmainslide {
        top: -30px;
        font-size: 20px;
        padding-left: 10px;
        text-align: center;
    }
}
.carousel_main .item #aboutmainslide span {
    color: #ffffff;
    padding: 0;
    /*background-color: #231f20;*/
    font-size: 24px;
}
@media screen and (max-width: 660px) {
    .carousel_main .item #aboutmainslide span {
        line-height: 25px;
        font-size: 20px;
    }
}
.carousel_main .item #aboutmainslide em {
    font-style: normal;
}
/*.carousel_main .carousel-indicators {*/
    /*bottom: 20px;*/
    /*width: 100px;*/
    /*margin-left: 0%;*/
/*}*/
/*@media screen and (max-width: 768px) {*/
    /*.carousel_main .carousel-indicators {*/
        /*bottom: 45px;*/
    /*}*/
/*}*/
/*@media screen and (max-width: 660px) {*/
    /*.carousel_main .carousel-indicators {*/
        /*bottom: 0;*/
        /*margin-left: -14%;*/
    /*}*/
/*}*/
/*
-------------------------------------------------------------------------------
Нижний слайдер
-------------------------------------------------------------------------------
*/
.carousel_foot.slide {
    height: auto;
}
.carousel_foot {
    min-height: 450px;
    width: 100%;
}
.carousel_foot ol li{
    position: relative;
}
.carousel_foot ol li:before {
    position: absolute;
    color: #595959;
    font-size: 15px;
    left: 518px;
    top: 4px;
    font-weight: bold;
}
.carousel_foot ol li.active:before {
    color: #008ad2;
}
.carousel_foot ol li:first-child:before {
    content: "1";
}
.carousel_foot ol li:nth-child(2):before {
    content: "2";
}
.carousel_foot ol li:nth-child(3):before {
    content: "3";
}
.carousel_foot .carousel-caption {
    bottom: auto;
    top: 90px;
    text-align: left;
    width: 100%;
    padding: 0 10em;
    right: 0;
    left: -15px;
}
@media screen and (max-width: 800px) {
    .carousel_foot .carousel-caption {
        padding: 0 3em;
        position: relative;
    }
}
.carousel_foot .carousel-caption span {
    font-size: 20px;
}
.carousel_foot .carousel-caption ul {
    margin-top: 3em;
    margin-bottom: 3em;
    padding-left: 0;
}
.carousel_foot .carousel-caption button {
    margin-left: 1em;
}
.carousel_foot .carousel-inner {
    min-height: 450px;
    background-color: #3b5433;
}
.carousel_foot .carousel-inner h2 {
    color: #fff;
    position: absolute;
    text-transform: uppercase;
    padding: 1.5em;
}
.carousel_foot .carousel-inner .item {
    min-height: 450px;
}
.carousel_foot .carousel-indicators {
    left: 220px;
}
@media screen and (max-width: 800px) {
    .carousel_foot .carousel-indicators {
        display: none;
    }
}
.carousel_foot .carousel-indicators li {
    background-color: #dddada;
    width: 40px;
    height: 30px;
    margin: 0;
    -webkit-border-radius: .2em;
    -moz-border-radius: .2em;
    border-radius: .2em;
    border: 1px solid #595959;
}
.carousel_foot .carousel-indicators .active {
    background-color: #fff;
    width: 40px;
    height: 30px;
    border: 1px solid #008ad2;
}
.carousel_foot .carousel-control, .carousel_foot .carousel-control:active, .carousel_foot .carousel-control:hover, .carousel_foot .carousel-control:visited, .carousel_foot .carousel-controlfocus {
    color: transparent;
    text-shadow: none;
}
.carousel_foot .carousel-control.right, .carousel_foot .carousel-control.left {
    max-width: 90px;
    height: 90px;
    top: 50%;
    margin-top: -45px;
    margin-right: 20px;
    background-image: none;
    background-color: transparent;
}
@media screen and (max-width: 800px) {
    .carousel_foot .carousel-control.right, .carousel_foot .carousel-control.left {
        display: none;
    }
}
/*@media screen and (max-width: 550px) {*/
/*.carousel_foot .carousel-control.right, .carousel_foot .carousel-control.left {*/
/*margin-right: 30px;*/
/*}*/
/*}*/
.carousel_foot .carousel-control.right span {
    background-image: url("../src/slider_arrow.png");
    background-position: 69px 0;
    width: 62px;
    height: 90px;
    margin-right: -10px;
    margin-top: -45px;
}
/*@media screen and (max-width: 550px) {*/
/*.carousel_foot .carousel-control.right span {*/
/*margin-right: -20px;*/
/*-webkit-transform: scale(.7);*/
/*-moz-transform: scale(.7);*/
/*-ms-transform: scale(.7);*/
/*-o-transform: scale(.7);*/
/*transform: scale(.7);*/
/*}*/
/*.carousel_foot .carousel-control.left span {*/
/*-webkit-transform: scale(.7);*/
/*-moz-transform: scale(.7);*/
/*-ms-transform: scale(.7);*/
/*-o-transform: scale(.7);*/
/*transform: scale(.7);*/
/*}*/
/*}*/
.carousel_foot .carousel-control.left span {
    background-image: url("../src/slider_arrow.png");
    background-position: 0 0;
    width: 62px;
    height: 90px;
    margin-left: 0;
    margin-top: -45px;
}
.carousel_foot .carousel-btn {
    background-color: #209549;
}
.carousel-btn {
    font-size: 1em;
}
.plit__padding {
    padding: 0;
}

#uffmenu ul {
    margin-left: 10px;
}
#uffmenu ul li {
    list-style: none;
    color: #ffffff;
}
#uffmenu ul li a {
    text-transform: uppercase;
    color: #fff;
}
#uffmenu ul li a:hover, #uffmenu ul li a:focus, #uffmenu ul li a:visited, #uffmenu ul li a:link {
    color: #ffffff;
}

/*Modal*/

.modal.in .modal-dialog {
    -webkit-transform: translate(0,175px);
    -ms-transform: translate(0,175px);
    -o-transform: translate(0,175px);
    transform: translate(0,175px);
}
@media screen and (max-width: 640px) {
    .modal.in .modal-dialog {
        -webkit-transform: translate(0,30px);
        -ms-transform: translate(0,30px);
        -o-transform: translate(0,30px);
        transform: translate(0,30px);
    }
}

/*Nav search*/
#tsswitcher {
    color: #fff;
    font-size: 20px;
    margin-left: 10px;
    cursor: pointer;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
#tsswitcher:hover {
    color: #000;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
#toggleContainer {
    position: absolute;
    right: -20px;
    top: 60px;
    display: none;
}
#toggleContainer .searchdiv {
    width: 450px;
    padding: 5px;
}
#toggleContainer .searchdiv input[type=search] {
    font-size: 16px;
}

/* Actual block */
.actualnist {
    background-color: #343d54;
}
.actualnist .container {
    position: relative;
    min-height: 40px;
}
@media screen and (max-width: 991px) {
    .actualnist .container {
        min-height: 60px;
    }
}
/*#myCarousel {*/
    /*height: 40px;*/
    /*padding-right: 125px;*/
/*}*/
/*@media screen and (max-width: 640px) {*/
    /*#myCarousel {*/
        /*padding-right: 10px;*/
    /*}*/
/*}*/
/*#myCarousel ol {*/
    /*display: none;*/
/*}*/
/*#myCarousel .actual {*/
    /*display: inline-block;*/
    /*line-height: 20px;*/
/*}*/
/*@media screen and (max-width: 640px) {*/
    /*#myCarousel .actual {*/
        /*line-height: 15px;*/
        /*margin-top: 10px;*/
    /*}*/
/*}*/
/*#myCarousel .actual a {*/
    /*color: #ffffff;*/
/*}*/
/*#myCarousel .actual a:hover {*/
    /*color: #ffffff;*/
    /*text-decoration: underline;*/
/*}*/

/*@media screen and (max-width: 660px) {*/
    /*.actualnist .container {*/
        /*position: relative;*/
        /*min-height: 97px;*/
    /*}*/
/*}*/
/*@media screen and (max-width: 500px) {*/
    /*.actualnist .container {*/
        /*position: relative;*/
        /*min-height: 115px;*/
    /*}*/
/*}*/
/*@media screen and (max-width: 400px) {*/
    /*.actualnist .container {*/
        /*position: relative;*/
        /*min-height: 135px;*/
    /*}*/
/*}*/
.actualnist .container .col-md-3 h3 {
    font-size: 20px;
    color: #fff;
    line-height: 40px;
}

/* Child styles */

.slide__child-extended {
    height: 250px;
}
.passport {
    background-color: #fff;
}
.passport ul li {
    list-style-image:none!important;
    margin-left: 0!important;
}
.passport .passport__title {
    margin-top: 2em;
    text-align: center;
}
.passport .passport__title .passport__title-name {
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 0 .5em;
}
.passport .passport__title .passport__title-number {
    background-color: #009d73;
    color: #fff;
    text-transform: uppercase;
    padding: 0 10px;
}
.passport .passport__content {
    border-top: 2px solid #9299a4;
    border-bottom: 2px solid #9299a4;
    margin: 1em 0;
    padding-top: 1em;
    padding-bottom: 1em;;
}
.passport .passport__content .embed-responsive {
    position: relative;
}
.passport .passport__content .embed-responsive .overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #000;
    opacity: 0;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
.passport .passport__content .embed-responsive .overlay:hover {
    opacity: 1;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
.passport .passport__content .embed-responsive .overlay i {
    color: #ffffff;
}
.passport .passport__content .col-md-2 {
    text-align: center;
}
.passport .passport__content .col-md-2 img {
    display: inline-block;
    width:100%;
    margin-top: 1em;
}
.passport .passport__content .passport__content-img {
    color: #8e8b86;
    font-style: italic;
    margin-bottom: 1em;
}
.passport .passport__content ul {
    padding: 0;
    margin: 0;
}
.passport .passport__content ul > li {
    position: relative;
    border-top: 1px solid #dadada;
    padding: .7em 0;
}
.passport .passport__content ul li:first-child {
    border-top: 0;
}
.passport .passport__content ul li .passport__content-title {
    position: absolute;
    font-weight: bold;
}
.passport .passport__content ul li .passport__content-inner {
    padding-left: 230px;
    display: block;
}
.passport .passport__content ul li .passport__content-inner i {
    color: #ffffff;
    padding: 0 5px;
    background: #42636a;
}
.passport .passport__content .passport__content-inner-img {
    margin-top: 1em;
    display: block;
}
@media screen and (max-width: 768px) {
    .passport .passport__content .passport__content-inner-img {
        text-align: center;
    }
}
.passport .passport__content .passport__content-inner-img img {
    max-height: 200px;
    margin-right: .5em;
}
@media screen and (max-width: 1390px) {
    .passport .passport__content .passport__content-inner-img img {
        max-height: 150px;
    }
}
@media screen and (max-width: 1150px) {
    .passport .passport__content .passport__content-inner-img img {
        max-height: 120px;
    }
}
@media screen and (max-width: 991px) {
    .passport .passport__content .passport__content-inner-img img {
        max-height: 100px;
    }
}
@media screen and (max-width: 520px) {
    .passport .passport__content .passport__content-inner-img img {
        max-height: 80px;
        margin-bottom: .3em;
    }
}
.passport .passport__content #asideCarousel {
    height: auto;
    margin-bottom:calc(40px + 1em);
}
.passport .passport__content #asideCarousel img {
    margin-top: 0;
}
@media screen and (max-width: 768px) {
    .passport .passport__content #asideCarousel img {
        max-height: 300px;
        width: auto;
    }
}
@media screen and (max-width: 500px) {
    .passport .passport__content #asideCarousel img {
        max-height: none;
        width: 100%;
    }
}
.passport .passport__content #asideCarousel .carousel-indicators {
    bottom: -40px;
}
.passport .passport__content #asideCarousel .carousel-indicators li {
    background: #216869;
    border-color: #216869;
}
.passport .passport__content #asideCarousel .carousel-indicators .active {
    background-color: #419d78;
    border-color: #419d78;
}
.passport .passport__content #asideCarousel .carousel-control {
    opacity: .9;
}
@media screen and (max-width: 768px) {
    .passport .passport__content #asideCarousel .carousel-control {
        display: none;
    }
}
.passport .passport__content #asideCarousel .carousel-control.left, .passport .passport__content #asideCarousel .carousel-control.right {
    background-image: none;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    background-color: #216869;
}
.passport .passport__content #asideCarousel .carousel-control.left i, .passport .passport__content #asideCarousel .carousel-control.right i {
    line-height: 40px;
    color: #fff;
}
.passport .passport__footer {
    text-align: center;
    margin-bottom: 2em;
}
.passport .passport__footer .passport__footer-fulllist {
    margin: 0 2em;
    background-color: #009d73;
    color: #ffffff;
}
.passport .passport__footer .passport__footer-fulllist i, .passport .passport__footer .passport__footer-prev i, .passport .passport__footer .passport__footer-next i {
    font-size: 26px;
    position: absolute;
    top: 4px;
}
.passport .passport__footer button {
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.passport .passport__footer .passport__footer-fulllist b, .passport .passport__footer .passport__footer-prev b, .passport .passport__footer .passport__footer-next b {
    font-weight: normal;
}
.passport .passport__footer .passport__footer-prev b {
    margin-left: 15px;
}
.passport .passport__footer .passport__footer-fulllist b {
    margin-left: 30px;
}
.passport .passport__footer .passport__footer-next {
    padding-right: 20px;
}
.passport .passport__footer .passport__footer-next b {
    margin-right: 6px;
}
.passport .passport__footer .passport__footer-prev, .passport .passport__footer .passport__footer-next {
    color: #ffffff;
    background-color: #006964;
}
.passport .passport__content-inner--brother {
    margin-top: 10px!important;
}
.passport .passport__content-inner--brother > li {
    float: left!important;
    list-style: none!important;
    width: 60px;
    min-height: 90px;
    margin-right: 5px;
    padding: 0!important;
    border-top: 1px solid transparent;
}
.passport .passport__content-inner--brother li:after {
    clear: both;
    content: '';
    height: 0;
    display: table;
}
.passport .passport__content-inner--brother a {
    display: block;
    width: 60px;
    height: 60px;
    -webkit-transition: .4s ease all;
    -moz-transition: .4s ease all;
    -ms-transition: .4s ease all;
    -o-transition: .4s ease all;
    transition: .4s ease all;
}
.passport .passport__content-inner--brother .img {
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: .4s ease all;
    -moz-transition: .4s ease all;
    -ms-transition: .4s ease all;
    -o-transition: .4s ease all;
    transition: .4s ease all;
}
.passport .passport__content-inner--brother a:hover .img{
    margin-top: -5px;
    -webkit-transition: .4s ease all;
    -moz-transition: .4s ease all;
    -ms-transition: .4s ease all;
    -o-transition: .4s ease all;
    transition: .4s ease all;
}
.passport .passport__content-inner--brother .name, 
.passport .passport__content-inner--brother .age {
    text-align: center;
    color: #000;
} 
@media screen and (max-width: 991px) {
    .passport .passport__content .col-md-2 img {
        margin-top: 0;
    }
    .passport .passport__content ul li .passport__content-title {
        position: relative;
    }
    .passport .passport__content ul li .passport__content-inner {
        padding-left: 0;
    }
}
@media screen and (max-width: 600px) {
    .passport .passport__title {
        text-align: center;
    }
    .passport .passport__title span {
        display: block;
    }
    .passport .passport__title .passport__title-name {
        margin: 1em 0 0 0;
    }
    .passport .passport__footer button b {
        display: none;
    }
    .passport .passport__footer button i {
        position: relative !important;
        font-size: 20px !important;
        top: 0 !important;
    }
    .passport .passport__footer .passport__footer-next {
        padding-right: 12px;
    }
}

.passport .passport__content #asideCarousel_1 {
    height: auto;
    margin-bottom:calc(40px + 1em);
}
.passport .passport__content #asideCarousel_1 .carousel-inner {
    text-align: center;
}
.passport .passport__content #asideCarousel_1 img {
    margin-top: 0;
}
@media screen and (max-width: 768px) {
    .passport .passport__content #asideCarousel_1 img {
        max-height: 300px;
        width: auto;
    }
}
@media screen and (max-width: 500px) {
    .passport .passport__content #asideCarousel_1 img {
        max-height: none;
        width: 100%;
    }
}
.passport .passport__content #asideCarousel_1 .carousel-indicators {
    bottom: -40px;
}
.passport .passport__content #asideCarousel_1 .carousel-indicators li {
    background: #216869;
    border-color: #216869;
}
.passport .passport__content #asideCarousel_1 .carousel-indicators .active {
    background-color: #419d78;
    border-color: #419d78;
}
.passport .passport__content #asideCarousel_1 .carousel-control {
    opacity: .9;
}
@media screen and (max-width: 768px) {
    .passport .passport__content #asideCarousel_1 .carousel-control {
        display: none;
    }
}
.passport .passport__content #asideCarousel_1 .carousel-control.left, .passport .passport__content #asideCarousel_1 .carousel-control.right {
    background-image: none;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    background-color: #216869;
}
.passport .passport__content #asideCarousel_1 .carousel-control.left i, .passport .passport__content #asideCarousel_1 .carousel-control.right i {
    line-height: 40px;
    color: #fff;
}


@media screen and (max-width: 768px) {
    .passport .passport__content #asideCarousel, .passport .passport__content .col-md-2 .embed-responsive {
        display: none;
    }
}

/* Child search styles */

.child__search {
    background-color: #fff;
}
.child__search .child__search-form {
    margin-top: 2em;
}
.child__search .child__search-form .js-trigger-search {
    float: right;
    margin-bottom: 1em;
    display: none;
}
@media screen and (max-width: 991px) {
    .child__search .child__search-form .js-trigger-search {
        display: block;
    }
}
.child__search .child__search-form .js-toggleSearch {
    display: block;
}
@media screen and (max-width: 991px) {
    .child__search .child__search-form .js-toggleSearch {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .child__search .child__search-form .js-toggleSearch .col-md-7 {
        min-height: 350px;
    }
}
.child__search .child__search-form .col-md-1 {
    text-align: center;
    font-size: 1em;
}
.child__search .child__search-form .child__nav-inputgroup {
    border-right: 1px solid #000;
}
.child__search .child__search-form input[type=search] {
    border: 1px solid #ccc;
    background: #fff;
    line-height: 130%;
    font-size: 1em;
    padding: 5px 10px;
}
.child__search .child__search-inner {
    margin: 2em 0;
}
.child__search .child__search-control .pagination li a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-color: #737270;
    color: #737270;
    border-top: 0;
    border-bottom: 0;
}
.child__search .child__search-control .pagination li.active a {
    background-color: #006764;
    color: #ffffff;
}
.child__search .child__search-control .pagination li a p {
    display: inline;
    margin: 0;
}

@media screen and (max-width: 1630px) {
    .child__search .child__search-form .child__nav-inputgroup select {
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (max-width: 1450px) {
    .child__search .child__search-form input[type=search], .child__search .child__search-form button, .child__search .child__search-form .col-md-1, .child__search .child__search-form .child__nav-inputgroup select {
        font-size: .9em;
    }
}
@media screen and (max-width: 1390px) {
    .child__search .child__search-form input[type=search], .child__search .child__search-form button, .child__search .child__search-form .col-md-1, .child__search .child__search-form .child__nav-inputgroup select {
        font-size: .8em;
    }
    .child__search .child__search-form button {
        padding-left: 3px;
        padding-right: 3px;
    }
}
@media screen and (max-width: 1150px) {
    .child__search .child__search-form input[type=search], .child__search .child__search-form button, .child__search .child__search-form .col-md-1, .child__search .child__search-form .child__nav-inputgroup select {
        font-size: .7em;
    }
}
@media screen and (max-width: 1055px) {
    .child__search .child__search-form input[type=search], .child__search .child__search-form button, .child__search .child__search-form .col-md-1, .child__search .child__search-form .child__nav-inputgroup select {
        font-size: .6em;
    }
}
@media screen and (max-width: 991px) {
    .child__search .child__search-form input[type=search], .child__search .child__search-form button, .child__search .child__search-form .col-md-1, .child__search .child__search-form .child__nav-inputgroup select {
        font-size: 1em;
    }
    .child__search .child__search-form .child__nav-inputgroup {
        border: none;
    }
    .child__search .child__search-form input[type=search], .child__search .child__search-form button {
        width: 100%;
    }
    .child__search .child__search-form .col-md-1 {
        margin-bottom: 1em;
    }
    .child__search .child__search-form .col-md-4 .right {
        float: none;
    }
    .child__search .child__search-control .pagination li a p {
        display: none;
    }
    .child__search .child__search-control .col-md-12 {
        text-align: center;
    }
}
@media screen and (max-width: 400px) {
    .child__search .child__search-control .pagination li a {
        font-size: 10px;
        padding: 6px 8px;
    }
}

/* End of child search styles */

/* News extended styles */

.news__title {
    font-size: 2em;
}
@media screen and (max-width: 767px) {
    .news__title {
        font-size: 1.5em;
    }
}

/* End of news extended styles */

/* End of child styles */

.modal-header {
    background-color: #333d54;
}
.modal-header .nav-tabs {
    border: 0;
}
.modal-header .nav-tabs > li {
    margin-left: 0;
}
.modal-header .nav-tabs>li.active>a,.modal-header .nav-tabs>li.active>a:focus,.modal-header .nav-tabs>li.active>a:hover,
.modal-header .nav-tabs>li>a,.modal-header .nav-tabs>li>a:focus,.modal-header .nav-tabs>li>a:hover{
    color: #fff;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    border: 0;
    background-color: transparent!important;
    border-bottom: 2px solid transparent;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
.modal-header .nav-tabs>li.active>a {
    font-weight: bold;
    border-bottom: 2px solid #ffffff;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
.modal-header .nav-tabs>li>a:hover, .modal-header .nav-tabs>li.active>a:hover, .modal-header .nav-tabs>li.active>a:focus {
    background-color: transparent;
    color: #fff;
    border-bottom: 2px solid #ffffff;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
.tab-content .close{
    color: #fff;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
.tab-pane .btn {
    display: inline-block;
    margin: auto;
    min-width: 120px;
    text-align: center;
    padding: 0.2em 2em;
    background: transparent;
    color: #333d54;
    text-decoration: none;
    text-transform: uppercase;
    border: 3px solid #333d54;
    cursor: pointer;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    margin-bottom: 1em;
}
.tab-pane .btn:hover {
    background: #333d54;
    color: #fff;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
}
.modal-content .modal-body {
    background-color: #f1f1f1;
}
.modal-content .modal-body #log_in {
    height: 350px;
    overflow-y: auto;
}
@media screen and (max-width: 640px) {
    .modal-content .modal-body #log_in {
        height: 270px;
    }
    .modal-content .nav>li>a {
        padding: 5px;
    }
}
.modal-content .modal-body .form-group {
    margin-bottom: 10px;
}
.modal-content .modal-body h4 {
    text-align: center;
}
.modal-content .modal-body .form-group .remember {
    display: block;
    margin-top: 10px;
}
.modal-content .modal-body .form-group a, .modal-content .modal-body .form-group a:hover {
    color: #333d54;
}
.modal-content {
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
.modal-footer {
    background-color: #3b4044;
}
.modal-footer a {
    color: #fff;
}
.modal-footer  a:hover {
    color: #fff;
}
.fb-share-button > span {
    vertical-align: inherit!important;
}
/*.lowvision {*/
    /*display: block;*/
    /*position: relative;*/
    /*padding: 5px !important;*/
    /*border: 1px solid #fff;*/
    /*margin-left: 1em;*/
    /*-webkit-transition: .5s ease all;*/
    /*-moz-transition: .5s ease all;*/
    /*-ms-transition: .5s ease all;*/
    /*-o-transition: .5s ease all;*/
    /*transition: .5s ease all;*/
/*}*/
/*.lowvision i {*/
    /*position: absolute;*/
    /*top: 5px;*/
    /*font-size: 20px;*/
    /*-webkit-transition: .5s ease all;*/
    /*-moz-transition: .5s ease all;*/
    /*-ms-transition: .5s ease all;*/
    /*-o-transition: .5s ease all;*/
    /*transition: .5s ease all;*/
/*}*/
/*.lowvision span {*/
    /*white-space:nowrap;*/
    /*font-size: 14px;*/
    /*display: inline-block;*/
    /*width: 78px;*/
    /*line-height: 10px;*/
    /*margin-left: 28px;*/
    /*-webkit-transition: .5s ease all;*/
    /*-moz-transition: .5s ease all;*/
    /*-ms-transition: .5s ease all;*/
    /*-o-transition: .5s ease all;*/
    /*transition: .5s ease all;*/
    /*font-weight: bold;*/
/*}*/
/*@media screen and (max-width: 900px) {*/
    /*.lowvision span {*/
        /*display: none;*/
    /*}*/
    /*.lowvision i {*/
        /*position: relative;*/
        /*top: 2px;*/
    /*}*/
    /*.lowvision {*/
        /*-webkit-border-radius:50%;*/
        /*-moz-border-radius:50%;*/
        /*border-radius:50%;*/
    /*}*/
/*}*/
/*.lowvision:hover {*/
    /*background-color: #fff;*/
    /*border-color: #fff;*/
    /*-webkit-transition: .5s ease all;*/
    /*-moz-transition: .5s ease all;*/
    /*-ms-transition: .5s ease all;*/
    /*-o-transition: .5s ease all;*/
    /*transition: .5s ease all;*/
/*}*/
/*.lowvision:hover i,*/
/*.lowvision:hover span {*/
    /*color: #000;*/
    /*-webkit-transition: .5s ease all;*/
    /*-moz-transition: .5s ease all;*/
    /*-ms-transition: .5s ease all;*/
    /*-o-transition: .5s ease all;*/
    /*transition: .5s ease all;*/
/*}*/
#lvfs0, #lvfs1, #tonormal{
    display:none;
}
.every__title {
    text-transform: uppercase;
    text-align: center;
    padding: 1em 0 0 0;
    font-size: 2.2vw;
}
@media screen and (max-width: 660px) {
    .every__title {
        font-size: 1.5em;
    }
}
.every__list > li {
    width: 50%;
    text-align: center;
    margin-top: 1em;
    height: 90px;
    display: inline-block;
    vertical-align: middle;
}
.every__list > li > b {
    display: block;
    background-color: transparent;
    color: #fff;
    width: 100px;
    margin: 0 auto;
    font-weight: normal;
}
.every__list > li > a {
    width: 90%;
    margin: 0 auto;
    color: #000;
    display: block;
}
.every__list > li > a:hover {
    text-decoration: underline;
}
#every_news .dallof {
    text-align: center;
    margin: 0 0 2em 0;
}
#every_news {
    overflow: hidden;
    display: none;
}
.js-news-trigger {
    position: absolute;
    right: 0;
    top: 10px;
    color: #fff;
    font-size: 22px;
    width: 22px;
    height: 22px;
}
.js-news-trigger:hover {
    text-decoration: underline;
    cursor: pointer;
}
.js-news-trigger i {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
}
.js-news-trigger.active i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
}

@media screen and (max-width: 660px) {
    .every__list > li {
        width: 100%;
        padding-bottom: .5em;
    }
    .every__title {
        display: none;
    }
    .every__list > li {
        height: auto;
    }
    .every__list > li > b {
        font-size: .8em;
    }
    .every__list > li > a {
        width: 100%;
        display: inline-block;
        padding-left: 100px;
        font-size: 90%;
        line-height: 15px;
    }
    #every_news .dallof {
        display: none;
    }
    .js-news-trigger {
        top: 15px;
        font-size: 30px;
    }
    .actualnist .container {
        min-height: 80px;
    }
}
.eventstools {
    display: none!important;
}
.trinity a{
    margin-left: 0!important;
}
.slide__mom {
    position: absolute;
    bottom: 12%;
    right: 3%;
    font-size: 170%;
    /* text-align: right; */
    background-color: rgba(52, 61, 84, 0.3);
    padding: .3em;
    color: #fff;
}
.slide__mom h1 {
    color: #fff;
}
@media screen and (max-width: 640px) {
    .slide__mom {
        right:auto!important;
    }
}
/*Reset CSS*/

ul, ol {
    margin: 0;
    padding: 0;
}

/*Helpers*/

@media screen and (max-width: 991px) {
    .hide991 {
        display: none;
    }
}
.hidefor768 {
    display: none;
}
@media screen and (max-width: 768px) {
    .hidefor768 {
        display: block;
    }
}
.left {
    float: left;
}
.right {
    float: right;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-size: 1em;
    margin-left: 0;
}
[type="doc"]:before,
[type="xls"]:before,
[type="pdf"]:before,
[type="ppt"]:before,
[type="xml"]:before {
    content: ''
}
div.stoggle_header,
div.stoggle_content {
    background: none;
}
div.stoggle_content {
    display: none
}
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.clear {
    clear: both;
    float: none;
    display: block;
}

.btn:hover,
a.allof:hover {
    background: #1c2337;
    color: #fff;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}

.allof,
a.allof {
    display: inline-block;
    margin: auto;
    min-width: 120px;
    text-align: center;
    padding: 0.2em 2em;
    background: transparent;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border: 3px solid #fff;
    cursor: pointer;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}

.allof.d,
a.allof.d {
    color: #1c2337;
    border-color: #1c2337;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
    margin-bottom: 1em;
}
.allof.d:hover,
a.allof.d:hover {
    background: #1c2337;
    color: #fff !important;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
.allof.r,
a.allof.r {
    color: #A13F57;
    border-color: #A13F57;
}
.allof.r:hover,
a.allof.r:hover {
    background: #A13F57;
    color: #fff
}
.boldline {
    height: 4px;
    background: #1c2337;
    margin: 1em 0;
}
.boldline.g {
    background: #999;
}
a.tag {
    position: relative;
    text-transform: lowercase;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    height: 22px;
    line-height: 20px;
    font-size: 14px;
    background-color: #333d54;
    color: #fff;
    padding: 0 8px 0 5px;
    margin: 0.1em 0.5em 0.5em 9px;
}
a.tag::before {
    content: '';
    position: absolute;
    margin-left: -27px;
    border: 11px solid transparent;
    border-right: 11px solid #333d54;
}
a.mimeicon,
a.mimeicon:hover {
    text-decoration: none;
    color: #1155bc;
}
a.mimeicon > i {
    font-size: 180%;
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
}
a.mimeicon span:hover,
a.mimeicon b:hover {
    text-decoration: underline;
    color: #34b6e2;
}
a.mimeicon var {
    color: #333;
    display: inline-block;
    margin-left: 4px;
}
header {
    display: block;
    width: 100%;
    position: relative;
    z-index: 100;
    padding-top: 60px;
}
.slider__desc {
    font-size: 1.4em;
    display: block;
    position: absolute;
    z-index: 85;
    color: #fff;
    text-align: left;
    right: 50px;
    top: -40px;
    font-weight: normal;
    background-color: rgba(68, 125, 127, 0.75);
    padding: 1em 3em;
    border-radius: 0;
}
@media screen and (max-width: 660px) {
    .slider__desc {
        top: -50px;
        font-size: 1em;
        margin: 0 auto;
        text-align: center;
        display: inline-block;
        width: 70%;
        position: static;
    }
}
.slider__desc span>a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    /*text-shadow: 2px 2px 2px rgb(68, 66, 66);*/
}
.slider__desc span>a>b {
    font-weight: normal!important;
}
.slider__desc span>a:hover, .slider__desc span>a:active, .slider__desc span>a:visited, .slider__desc span>a:focus {
    color: #fff;
    text-decoration: none;
}
#mainmenu {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 60px;
    position: fixed;
    z-index: 91;
    top: 0;
    background-color: #333751;
}
#mmbgsc {
    background-color: #333751;
    position: absolute;
    width: 100%;
    height: 60px;
    display: none;
}
#tmsection {
    margin: 0 20px;
    padding: 0;
    position: relative;
    z-index: 50;
}
#tmsw {
    float: left;
    padding: 18px 10px 12px 0;
    display: block;
}
/*@media only screen and (max-width: 800px) {*/
    /*#tmsw {*/
        /*display: block;*/
    /*}*/
/*}*/
#tmsw > i {
    font-size: 28px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
#tmsw > i:hover {
    color: #000;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
#tmsw.sc > i {
    color: #fff
}
#tmsw.sc >:hover {
    color: #ccffff
}
#tmlsc {
    display: block;
    float: left;
    height: 46px;
    width: 70px;
    margin-top: 6px;
    margin-right: 10px;
    background: transparent url(/src/logo.png) center right no-repeat;
    background-size: contain;
    display: none;
}
#topmenu {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
@media only screen and (max-width: 800px) {
    #topmenu {
        display: none;
    }
}
#topmenu > li {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
#topmenu > li a {
    display: inline-block;
    padding: 18px 14px;
    color: #fff;
    font-size: 100%;
}
#topmenu > li:last-child {
    margin-left: 10px;
    color: #fff;
    font-size: 110%;
    font-weight: bold;
}
@media only screen and (max-width: 1180px) {
    #topmenu > li:last-child {
        font-size: 80%;
        padding: 18px 4px;
        margin: 0;
    }
}
/*@media only screen and (max-width: 1180px) {*/
    /*#topmenu > li > a {*/
        /*font-size: 70%;*/
        /*padding: 18px 2px;*/
    /*}*/
/*}*/
/*#topss {*/
    /*padding: 18px 0px 10px 10px;*/
/*}*/
#topss > a {
    text-decoration: none;
    display: inline-block;
    padding: 0;
}
#topss > a > i {
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    margin-left: 12px;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
@media screen and (max-width: 1230px) {
    #topss > a > i {
        font-size: 18px;
        margin-left: 2px;
    }
}
#topss > a > i:hover {
    color: #1c2337;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
#sswsc {
    float: right;
    padding: 18px 10px 10px 10px;
    display: none;
}
#ssform {
    display: inline-block;
    vertical-align: top;
}
#ssform > i {
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    margin-left: 12px;
}
#ssform > i:hover {
    color: #34b6e2;
}
#lsel {
    position: absolute;
    z-index: 80;
    top: 100px;
    right: 100px;
    background: rgba(255, 255, 255, 0.8);
    padding: 0.3em 0.8em
}
#lsel span {
    font-weight: bold;
    color: #000;
}
#mobilsel {
    display: none;
}
/*
-------------------------------------------------------------------------------
Главная
-------------------------------------------------------------------------------
*/

.slide {
    background: 50% 50% no-repeat;
    background-size: cover;
    height: 300px;
    position: relative;
}
@media screen and (max-width: 991px) {
    .slide {
        height: 300px;
    }
}
@media screen and (max-width: 660px) {
    .slide {
        height: 300px;
    }
}
.slide i {
    /*position: absolute;*/
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.slide__description {
    position: absolute;
    top: 4em;
    left: 60px;
}
@media screen and (max-width: 660px) {
    .slide__description {
        display: none;
        text-align: center;
        position: relative;
        left: auto;
        padding: 0 .3em;
    }
    .slide__description a {
        display: inline-block;
    }
    .slide__description img {
        width: 40px;
        height: 60px;
    }
    .slide__description h1 {
        font-size: 1em;
    }
}
.slide__description a:hover, .slide__description a:active {
    text-decoration: none;
}
.slide__description a h1 {
    color: #ffffff;
    font-size: 24px;
    text-shadow: 2px 2px 2px rgb(68, 66, 66);
}
.slide__description form {
    margin-top: 2em;
}
.slide__description h1 {
    display: inline-block;
    text-transform: none;
    color: #000;
    font-size: 2vw;
    font-weight: normal;
    line-height: 250%;
}
@media screen and (max-width: 660px) {
    .slide__description h1 {
        font-size: 1.5em;
    }
}
.slide_1 {
    background-image: url(../files/bg/slide.jpg);
}
.slide_2 {
    /*background-image: url(../files/NewNew/2_1920x300.png);*/
    height: 300px;
}
/*.maintitle .print,*/
/*.maintitle .share {*/
/*float: right;*/
/*}*/
.maintitle h2 {
    color: #1c2337;
    border-bottom: 2px solid #1c2337;
    margin-top: 1em;
    padding-bottom: .3em;
    margin-bottom: .3em;
}
.maintitle-btn {
    float: right;
    margin-right: 25px;
    margin-bottom: .7em;
    height: 30px;
}
@media screen and (max-width: 660px) {
    .maintitle-btn {
        height: auto;
        text-align: right;
    }
}
.maintitle-btn a {
    color: #14499c;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 1em;
}
.maintitle .share {
    margin-left: 3em;
}
.maintitle-btn span {
    position: relative;
}
@media screen and (max-width: 660px) {
    .maintitle-btn span {
        display: block;
    }
}
.maintitle-btn i {
    font-size: 20px;
    position: absolute;
    top: 0;
    right: -25px;
    color: #144eb1;
}
@media screen and (max-width: 660px) {
    .maintitle-btn i {
        top: 5px;
    }
}
.info {
    margin-top: 2em;
    margin-bottom: 2em;
}
.info i {
    margin-right: 10px;
    position: absolute;
    font-size: 30px;
    top: 15px;
    left: 20px;
}
.info span {
    color: #fff;
    background-color: #6d7486;
    padding: 1em 1em 1em 65px;
    width: 100%;
    display: inline-block;
    position: relative;
}
.info h3 {
    display: inline-block;
    padding: 0 .5em 0 0;
    color: #fff;
    font-size: 1.4em;
    line-height: 1.5em;
    margin-bottom: .5em;
}
.info span a {
    text-decoration: underline;
    color: #93c2ec;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
.info span a:hover {
    color: #76d5ec;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
.accordion {
    padding: 1em 0 0 0;
    background-color: #6c7486;
}
.accordion .panel {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.accordion .panel-title {
    position: relative;
}
.accordion .panel-body {
    padding: 15px 30px;
}
@media screen and (max-width: 660px) {
    .accordion .panel-body {
        padding: 1em;
    }
}
.accordion .panel-group .panel {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
}
.accordion .panel-default>.panel-heading {
    background-color: #6c7486;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #333d54;
}
.accordion .panel-default>.panel-heading a{
    color: #fff;
    font-size: 18px;
    display: block;
    padding-left: 25px;
}
.accordion .collapse.in {
    background-color: #eeeeee;
}
.accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
    background-color: #eeeeee;
}
.accordion .more-less {
    color: #fff;
    font-size: 18px;
    /*margin-right: 10px;*/
    position: absolute;
}
.accordion .main-tabs {

}
.accordion .nav-tabs {
    border: none;
    margin-bottom: 1em;
}
.accordion .nav-tabs>li>a {
    border: none;
    border-bottom: 2px solid #eeeeee;
    padding: 0;
    margin-right: 40px;
    color: #333d54;
}
@media screen and (max-width: 500px) {
    .accordion .nav-tabs>li {
        float: none;
    }
    .accordion .nav-tabs>li>a {
        margin-bottom: 1em;
        display: inline-block;
    }
}
.accordion .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #333d54;
    border: none;
    border-bottom: 2px solid #333d54;
    background-color: transparent;
    font-weight: bold;
}
.accordion .nav-tabs__title {
    font-size: 14px;
    color: #333d54;
    display: block;
    margin-top: 1em;
}
.accordion .nav-tabs__date {
    margin: .5em 0;
    font-size: 12px;
    color: #969696;
}
.accordion .nav-tabs__content {
    font-size: 12px;
    color: #000;
    margin: 0;
}
.accordion .nav-tabs__more {
    font-size: 12px;
    color: #64b8e2;
    text-decoration: underline;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.accordion .nav-tabs__more:hover {
    color: #2a57e2;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.accordion-tabs {
    padding: 0;
    border-bottom: 2px solid #333d54;
}
.accordion-tabs .main-tabs>li.active>a, .main-tabs>li.active>a:focus, .main-tabs>li.active>a:hover {
    border: none;
    background-color: #333d54;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: normal;
    z-index: 5;
}
.accordion-tabs .main-tabs>li>a {
    margin-right: 10px;
}
.accordion-tabs .main-tabs li i {
    position: absolute;
    bottom: 0;
    right: -2px;
    border-bottom: 38px solid #6c7486;
    border-right: 12px solid transparent;
    z-index: 5;
}
.accordion-tabs .main-tabs li.active i {
    border-bottom-color: #333d54;
    z-index: 4;
}
.accordion-tabs .main-tabs>li>a, .main-tabs>li>a:focus, .main-tabs>li>a:hover {
    background-color: #6c7486;
    border: none;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#homelogo {
    margin: 40px 0 0 140px;
}
#homesearch {
    background: rgba(225, 225, 225, 0.8);
}
.searchdiv {
    padding: 20px;
}
.searchdiv input[type=search] {
    border: 1px solid #ccc;
    background: #fff;
    line-height: 130%;
    width: 100%;
    font-size: 1.5em
}
#aboutmainslide {
    display: none;
    position: absolute;
    z-index: 85;
    color: #fff;
    text-align: left;
    font-size: 2vw;
    left: 50px;
}
@media screen and (max-width: 660px) {
    #aboutmainslide {
        font-size: 2em;
        left: 20px;
        top: 15px;
    }
}
#aboutmainslide h1 {
    font-weight: bold;
}
@media screen and (max-width: 660px) {
    #aboutmainslide h1{
        margin-bottom: .5em;
    }
}
#aboutmainslide span {
    padding: 4px 10px 4px 0;
    font-size: 1em;
    line-height: 50px;
    color: #000000;
}
@media screen and (max-width: 768px) {
    #aboutmainslide span{
        line-height: 20px;
    }
}
/*
#hclipdiv {background:url(/src/blank.gif) 50% 50% no-repeat; background-size:cover; visibility:hidden;}
#hclipdiv .bx-caption {position: absolute; top: 350px; left: 140px; bottom:auto; background:transparent; width:28%; overflow:hidden;}
#hclipdiv .bx-caption span {display:block;}
#hclipdiv .bx-caption span a {display:block; color:#fff; text-decoration:none}
#hclipdiv .bx-caption span a strong {display:block; padding:20px;  background: rgba(225, 225, 225, 0.8); }
#hclipdiv .bx-caption span a strong b {font-weight: 300; font-size:2vw; line-height:150%; background-color:#232020; }
#hclipdiv .bx-caption span a em {display:block; text-align:right; padding-right:20px;}
#hclipdiv .bx-caption span a em i {font-style:normal; display:inline-block; font-size:18px; text-transform:uppercase; background:#00377a; line-height:100%; padding:10px 5px 10px 10px;}
#hclipdiv .bx-caption span a em i::after {content: ''; position: absolute; margin-top:-10px; margin-left:5px; border: 20px solid transparent;	border-left: 20px solid #00377a;}
#hclipdiv .bx-caption span a em i::before {content: ''; position: absolute; margin-top:-10px; margin-left:-20px; border: 10px solid transparent; border-top: 40px solid #00377a;}
#hclipdiv .bx-prev, #hclipdiv .bx-next {display:none}
#hclipdiv .bx-pager-link {width:20px; height:20px; border-radius:10px;}
#aboutmainslide {display:none}
a#aboutmainslide_icon {position:absolute; z-index:85; right:100px; top:200px; color:#fff; opacity:0.7; font-size:75px;}
a#aboutmainslide_icon:hover {opacity:1; text-decoration:none;}
*/

#hometwit {
    display: block;
    background: #00a7bf;
    padding: 2em 40px;
}
#hometwit h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 2vw;
    font-weight: normal;
    margin: 0;
}
#hometwit .dallof {
    text-align: right;
    margin-top: -2.5em;
}
.hometwit {
    float: left;
    width: 48%;
    color: #fff;
    height: 3.5em;
    overflow: hidden;
}
.hometwit:nth-child(odd) {
    margin: 1.5em 2% 0 0;
}
.hometwit:nth-child(even) {
    margin: 1.5em 0 0 2%;
}
.hometwit big {
    margin-right: 0.5em;
}
.hometwit small {
    color: #ccc
}
.hometwit a {
    color: #fff;
}
.hometwit a.media {
    color: #ffff00;
    font-size: 1.4em;
    text-decoration: none
}
.hometwit a.media:hover {
    color: #fff;
}
#homenews {
    display: block;
    padding: 2em 40px;
    background-color: #f1f1f1;
    padding-bottom: 0;
    /*background: -moz-linear-gradient(left,  rgba(79, 83, 139, 0.65), rgba(54, 244, 243, 0.43));*/
    /*background: -webkit-linear-gradient(left,  rgba(79, 83, 139, 0.65), rgba(54, 244, 243, 0.43));*/
    /*background: -o-linear-gradient(left,  rgba(79, 83, 139, 0.65), rgba(54, 244, 243, 0.43));*/
    /*background: -ms-linear-gradient(left, rgba(79, 83, 139, 0.65), rgba(54, 244, 243, 0.43));*/
    /*background: linear-gradient(left, rgba(79, 83, 139, 0.65), rgba(54, 244, 243, 0.43));*/
}
/*#homenews {*/
    /*display: block;*/
    /*padding: 2em 40px;*/
    /*background-color: #dcbe05;*/
    /*background: -moz-linear-gradient(left, #a28001, #f2d600);*/
    /*background: -webkit-linear-gradient(left, #a28001, #f2d600);*/
    /*background: -o-linear-gradient(left, #a28001, #f2d600);*/
    /*background: -ms-linear-gradient(left, #a28001, #f2d600);*/
    /*background: linear-gradient(left, rgba(79, 83, 139, 0.65), rgba(54, 244, 243, 0.43));*/
/*}*/
#homenews h2 {
    color: #1c2337;
    text-transform: uppercase;
    font-size: 2.2vw;
    font-weight: normal;
}
#homenews .dallof {
    text-align: center;
    margin-top: 0.5em;
}
.homenewsul {
    margin: 1.5em 0 0 0;
    padding: 0;
}
.homenewsul li {
    list-style: none;
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    height: 145px;
    overflow: hidden;
    margin: 0;
}
.homenewsul li div {
    display: block;
    position: relative;
}
.homenewsul li div img {
    position: absolute;
    width: 100px;
    left: 10px;
    display: none!important;
}
.homenewsul li div a {
    font-size: 115%;
    padding-right: 1em;
    padding-left: 1em;
}
/*.homenewsul li div img ~ a {*/
    /*padding-left: 110px;*/
/*}*/
/*@media screen and (max-width:769px) {*/
    /*.homenewsul li div img ~ a {*/
        /*padding-left: 115px;*/
    /*}*/
/*}*/
.homenewsul li b {
    display: inline-block;
    vertical-align: middle;
    padding: 0.1em 0.5em;
    background: transparent;
    color: #333751;
    font-weight: bold;
    /*border: 2px solid #333751;*/
    border-radius: 0;
}
.homenewsul li a {
    display: block;
    margin: 1em 0.5em 0 0.5em;
    color: #1c2337;
    text-align: justify;
    padding: 0 1em;
    font-size: 105%;
}
.homenewsul li a:hover {
    color: #1c2337;
    text-decoration: none;
}
#homelastnews,
#hometimeline {
    float: left;
    width: 50%;
    text-align: center;
}
#indicators {
    display: block;
    padding: 2em 40px;
    background: #3b5433
}
#indicators h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 2.2vw;
    font-weight: normal;
    text-align: center
}
#indicators .dallof {
    text-align: center;
    margin-top: 0.5em;
}
.homechart {
    float: left;
    width: 50%;
    text-align: center;
    color: #fff
}
.homechart big {
    font-size: 1.5em;
    text-transform: uppercase;
}
.chartdiv {
    padding: 1em 10% 0 10%
}
.chartslist p {
    background: #fff;
    padding: 0.5em
}
.chartslist p a {
    font-weight: bold;
}
#calendar {
    display: block;
    padding: 2em 40px;
    background: #343d54
}
#calendar h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 2.2vw;
    font-weight: normal;
}
#calendar .dallof {
    text-align: right;
    margin-top: 1em;
}
.homecalendar {
    list-style: none;
    margin: 1.5em 0 0 0;
    padding: 0;
    columns: 200px 3;
    -moz-columns: 200px 3;
    -webkit-columns: 200px 3;
    column-gap: 40px;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
}
.homecalendar li {
    list-style: none;
    margin: 0;
}
.homecalendar li span {
    display: inline-block;
    margin: 0;
    width: 100%;
    vertical-align: middle;
    height: 130px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
}
.homecalendar li span big {
    display: block;
    width: 110px;
    text-align: center;
    font-size: 20px;
    padding-top: 10px;
    text-transform: lowercase
}
.homecalendar li span big b {
    display: block;
    font-size: 70px;
    line-height: 70px;
    text-align: center
}
.homecalendar li span a {
    display: block;
    margin-left: 100px;
    margin-top: -100px;
    padding: 20px;
    height: 140px;
    overflow: hidden;
    color: #fff;
    font-size: 1em;
}
/*.homecalendar li:first-child span {*/
    /*height: 260px;*/
/*}*/
/*@media screen and (max-width: 1180px) {*/
    /*.homecalendar li:first-child span {*/
        /*height: auto;*/
    /*}*/
/*}*/
/*.homecalendar li:first-child span a {*/
    /*margin-left: 0;*/
    /*margin-top: 0;*/
    /*font-size: 1em;*/
    /*line-height: 110%;*/
/*}*/
/*.lowvision span*/
/*
-------------------------------------------------------------------------------
Шапка внутр.
-------------------------------------------------------------------------------
*/

/*#mclipdiv {*/
    /*background: url(/src/space.gif) 50% 50% no-repeat;*/
    /*background-size: cover;*/
/*}*/
#mclipgrd {
    padding: 20px;
    background-color: #f1f1f1;
    background: -moz-linear-gradient(left, #f1f1f1 30%, transparent);
    background: -webkit-linear-gradient(left, #f1f1f1 30%, transparent);
    background: -o-linear-gradient(left, #f1f1f1 30%, transparent);
    background: -ms-linear-gradient(left, #f1f1f1 30%, transparent);
    background: linear-gradient(left, #f1f1f1 30%, transparent);
}
#mlogo {
    display: block;
    margin-left: 20px;
    width: 150px;
    height: 132px;
    background: url(/src/hlogo_ua.png) 0 0 no-repeat;
    background-size: cover;
    float: left;
}
#mlogo.en {
    background-image: url(/src/hlogo.png);
}
#msearch {
    float: left;
    width: 30%;
    margin-top: 25px;
    margin-left: 10%;
    background: rgba(225, 225, 225, 0.8);
}
#crumbs {
    background: #333d54;
    white-space: nowrap;
    overflow: hidden;
}
a.crumb,
.crumb {
    display: inline-block;
    vertical-align: middle;
    padding: 14px 0;
    margin-left: -6px;
    text-transform: uppercase;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis
}
#crumbs a:first-child {
    margin-left: 40px;
}
#crumbs b {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: 24px solid transparent;
    border-left: 24px solid #1c2337;
    margin-left: 4px;
}
#crumbs strong {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: 24px solid transparent;
    border-left: 24px solid #333d54;
    margin-left: -50px;
}
#crumbs span {
    padding-left: 40px;
    margin-left: -48px;
    background: #1c2337;
}
#crumbs em {
    display: inline-block;
    vertical-align: middle;
    border: 24px solid transparent;
    border-left: 24px solid #1c2337;
}
/*
-------------------------------------------------------------------------------
Заголовоки
-------------------------------------------------------------------------------
*/

.title {
    background-color: #333d54;
    text-align: center;
}
.title h2 {
    color: #fff;
    text-transform: uppercase;
    padding: .5em 0;
    font-size: 2vw;
}
@media screen and (max-width: 660px) {
    .title h2 {
        font-size: 1.5em;
    }
}
.title-white {
    background-color: #fff;
    text-align: center;
}
.title-white h2 {
    color: #000;
    text-transform: uppercase;
    padding: .5em 0;
    font-size: 1.5em;
    padding-top: 1em;
}
@media screen and (max-width: 768px) {
    .title-white h2 {
        font-size: 1.2em;
    }
}
/*
-------------------------------------------------------------------------------
Тело
-------------------------------------------------------------------------------
*/

#map_over,
#map_canvas {
    width: 960px;
}
article {
    display: block;
    margin: auto;
    padding-top: 2em;
}
/*article.anhors {*/
    /*position: relative;*/
    /*left: 110px;*/
/*}*/
article h1 small {
    display: block;
    line-height: 110%;
}
#anhors {
    position: absolute;
    width: 200px;
    margin-left: -220px;
    background: #fff;
    padding: 1em 10px;
    display: none;
    font-size: 0.9em;
}
#anhors.fx {
    position: fixed;
    top: 80px;
}
#anhors ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#anhors li {
    padding: 0;
    margin: 1.5em 0;
    list-style: none
}
#articletags {
    float: left;
    padding: 1em 0;
    width: 70%;
}
#articletags.notags {
    width: 0
}
#articletools {
    float: right;
    text-align: right;
    padding: 0 0 1em 0;
    white-space: nowrap;
}
#articletools a {
    text-decoration: none;
    line-height: 200%;
    text-transform: lowercase;
    font-size: 1em;
    display: block;
}
#articletools.notags {
    padding: 0;
    margin-bottom: 1em;
}
#articletools.notags a {
    display: inline-block;
    margin-left: 2em;
}
#articletools i {
    margin-left: 0.3em;
}
#sharediv {
    position: absolute;
    z-index: 50;
    left: 50%;
    margin-left: 230px;
    background: #333d54;
    padding: 0 15px;
    line-height: 14px;
    color: #fff;
    margin-top: 14px;
    width: 250px;
    text-align: left;
    display: none;
}
/*#sharediv*/
#content {
    width: 100%;
    overflow: hidden;
}
/*#content a[target='_blank']::after {content: '';}*/

.ndate {
    color: #999;
    margin: 0.5em 0;
}
.ndate strong {
    color: #666;
}
.nintro {
    font-weight: bold;
    margin: 1em 0 0 0;
}
.picinbody {
    width: 350px;
    float: left;
    margin: 0 2em 0.8em 0;
}
@media screen and (max-width: 767px) {
    .picinbody {
        float: none;
        width: 100%;
    }
}
.eventstools {
    margin: 0 0 1.5em 0;
    padding: 1em 0;
    border: 1px solid #ccc;
    border-width: 2px 0;
}
#addtocal {
    float: right
}
#accredit {
    float: left;
    text-align: left;
}
#map_over {
    position: absolute;
    z-index: 100;
    height: 400px
}
#map_canvas {
    height: 400px
}
#newscal {
    font-size: 120%
}
ul.childpages {
    margin: 0;
    padding: 0;
    font-size: 1.2em;
}
ul.childpages > li {
    margin: 0 0 0.5em 2em;
}
ul.childpages ul li {
    margin-top: 0.5em;
}
ul.childpages a.no_link {
    color: #333;
    cursor: default;
    text-decoration: none;
}
ul.childpages small {
    color: #999;
}
.mlist {
    background: #646B7D;
    color: #fff;
    margin-top: 1em;
}
.mlist article {
    padding-top: 0.5em;
}
.mlist ul {
    margin: 0;
    padding: 0;
}
.mlist ul li {
    list-style: none;
    margin: 0;
    border-top: 2px solid #495062;
    padding: 1em 0;
    min-height: 40px;
}
.mlist ul li:first-child {
    border: 0;
}
.mlist ul li em {
    font-style: normal;
    display: block;
    background: #283348;
    padding: 4px 10px;
    position: absolute;
    margin-top: 4px;
}
.mlist ul li span {
    display: block;
    margin-left: 120px;
}
.mlist ul li span a {
    color: #fff;
}
.mdocicon {
    display: block;
    font-size: 2.4em;
    position: absolute;
    margin-top: 0.3em;
}
.mlist ul li span strong {
    display: block;
    margin-left: 3em;
    font-weight: normal;
}
.mlist ul li span a.mdocgoogle {
    color: #34b6e2;
}
a.photo {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 36px 20px 0;
    padding: 0;
    background: #fff;
    border: 6px solid #ccc;
}
a.photo:hover {
    border-color: #34b6e2
}
img.preview {
    vertical-align: middle;
}
/*
-------------------------------------------------------------------------------
Timeline
-------------------------------------------------------------------------------
*/

#tagpanel {
    width: 1160px;
    margin: 2em auto 0 auto;
}
#tagpanel h1 {
    margin-left: 1em;
    margin-bottom: 1em;
}
#tllform {
    border-bottom: 2px solid #333d54;
    margin-bottom: 0;
}
#tllform fieldset {
    width: 1160px;
    border: 0;
    padding: 0;
    margin: auto;
    /*height: 41px;*/
}
#tlparams {
    padding: 1em 0px;
    position: relative;
    z-index: 40
}
#tlparams input,
#tlparams select,
#tlparams select option {
    border: 0;
    background: #5c6680;
    color: #fff;
    padding: 0.5em
}
#caliconsw {
    display: block;
    position: relative;
    margin: 0 0px 0 20px;
    /* padding-right: 20px; */
    width: 60px;
    text-align: center;
    color: #fff;
    background: #5c6680;
    cursor: pointer;
    font-size: 20px;
    line-height: 41px;
}
#tlltabs {
    float: left;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}
#tlltabs input {
    visibility: hidden;
    display: inline-block;
    width: 10px;
    font-size: 0;
}
#tlltabs label {
    display: inline-block;
    vertical-align: middle;
    height: 41px;
    line-height: 40px;
    background: #5c6680;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    margin: 0 20px 0 -15px;
    padding-right: 5px;
}
#tlltabs label.f {
    /*margin-left: 120px;*/
}
#tlltabs label:hover,
#caliconsw:hover {
    background: #333d54;
}
#tlltabs label::after {
    content: '';
    position: relative;
    left: 15px;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-bottom: 40px solid #5c6680;
    border-right: 10px solid transparent;
}
#tlltabs label.on,
#tlltabs label.on:hover {
    background: #333d54;
    cursor: default;
    text-decoration: none;
}
#tlltabs label.on::after,
#tlltabs label:hover::after {
    content: '';
    position: relative;
    left: 15px;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-bottom: 40px solid #333d54;
    border-right: 10px solid transparent;
}
#tlltabs label.o {
    margin-left: -18px
}
.tabtag {
    opacity: 0;
}
#othertags_list {
    display: none;
    position: absolute;
    z-index: 100;
    opacity: 0;
    margin: 1px 0 0 0;
}
#othertags_list .tabtag {
    opacity: 1;
    display: block;
    margin: 0;
    padding-right: 20px;
}
#othertags_list .tabtag::after,
#othertags_list .tabtag:hover::after {
    display: none;
}
#tlbg {
    width: 1160px;
    margin: auto;
    background: transparent url(/src/tlbg.gif) 134px center repeat-y;
    padding-top: 1em
}
#timelinewindow {
    padding-left: 120px
}
#timelinewindow .loading {
    min-height: 200px;
    background: transparent url(/src/loading.gif) bottom center no-repeat;
}
.timeline_item {
    position: relative;
    background: #fff;
    padding: 20px 20px 10px 20px;
    margin: 2em 0 0.5em 45px;
}
.tl_tumb {
    display: block;
    float: left;
    margin-right: 20px;
    width: 150px;
    height: 100px;
    background: transparent url(/src/blank.gif) 0 0 no-repeat;
    background-size: cover;
}
.tl_icon {
    position: absolute;
    width: 160px;
    margin: -20px 0 0 -180px;
    font-size: 16px;
}
.tl_icon span {
    display: inline-block;
    vertical-align: middle;
    padding: 0.1em 0.5em;
    background: transparent;
    color: #333751;
    font-weight: bold;
    /*border: 2px solid #333751;*/
    border-radius: 0;
}
.tl_icon b {
    display: inline-block;
    vertical-align: middle;
    padding: 0.1em 10px;
    background: transparent;
    color: #666;
}
.tl_icon ~ b:after {
    content: '';
    height: 30px;
    background: #333d54;
    width: 2px;
    display: block;
    position: absolute;
    left: -11px;
    top: 0;
}
.tlbull {
    font-size: 17px;
    position: absolute;
    margin: -20px 0 0 -40px;
    display: inline-block;
    vertical-align: middle;
    padding: 0.1em;
    color: #666;
}
.tltumb {
    display: block;
    float: left;
    margin: 0 20px 5px 0;
    width: 150px;
    height: 100px;
    background: transparent url(/src/blank.gif) 0 0 no-repeat;
    background-size: cover;
}
.tlhead {
    font-weight: bold;
}
a.tltitle {
    display: block;
    font-size: 130%;
}
.tlintro {
    margin-top: 0.5em;
    color: #333;
}
.tlphotos {
    margin-right: 1em;
    border: 2px solid #ccc
}
.finish a.tltitle {
    color: #56a3d8;
}
.tldocicon {
    display: block;
    font-size: 2.4em;
    position: absolute;
    margin-top: 0.1em;
    color: #1155bc
}
.tltitle_doc {
    display: block;
    font-size: 130%;
    margin-left: 2.5em;
}
.tltitle_doc small {
    color: #34b6e2;
}
#morebutton {
    margin: 2em 0 0 46px;
}
/*
-------------------------------------------------------------------------------
Left menu
-------------------------------------------------------------------------------
*/

#uffmenu {
    position: fixed;
    height: 100%;
    width: 0;
    background: #1c2336;
    overflow: hidden;
    z-index: 101;
}
#uffmenu .bot_nav {
    position: absolute;
    top: auto;
    z-index: 100;
    margin-left: 20px;
    margin-right: 20px;
    border-top: 1px solid #fff;
    width: 210px;
    bottom: 100px;
}
@media screen and (max-width: 640px) {
    #uffmenu .bot_nav {
        top: 400px;
        bottom: auto;
    }
}
#uffmenu .bot_nav button {
    font-size: 14px;
    background-color: transparent;
    color: #fff;
    text-transform: uppercase;
}
#uffmenu .bot_nav .dropdown-menu {
    min-width: 60px;
}
@media screen and (max-width: 640px) {
    #uffmenu .bot_nav .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}
#uffmenu .bot_nav .dropdown-menu li a {
    color: #000;
}
#uffmenu .bot_nav .login {
    /* margin-left: 64px; */
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    /* padding-right: 12px; */
    max-width: 130px;
    position: absolute;
    top: 5px;
    right:0;
    overflow:hidden;
    display:block;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#uffmenu .bot_nav .login:hover,
#uffmenu .bot_nav .login:active,
#uffmenu .bot_nav .login:focus {
    color: #fff;
}
#uffboby {
    margin-left: 0;
    background: #f1f1f1;
}
#closeuffmenu {
    position: relative;
    text-align: right;
    font-size: 25px;
    color: #fff;
    padding: 15px 20px 10px 0;
}
#closeuffmenu .homeicon i {
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
#closeuffmenu .lowicon:hover i{
    color: #34b6e2;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
#closeuffmenu .homeicon:hover i{
    color: #34b6e2;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
#closeuffmenu input {
    background-color: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
#closeuffmenu input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #34b6e2;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
#closeuffmenu i {
    position: absolute;
    left: 20px;
}
#closeuffmenu .low {
    display: none;
}
#closeuffmenu .lowicon i {
    left: 70px;
}
#closeuffmenu > a {
    color: #ffffff;
}
#closeuffmenu #homesearch__menu {
    margin-top: 20px;
    margin-left: 20px;
}
#closeuffmenu #homesearch__menu input {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#closeuffmenu #homesearch__menu .form-group {
    position: relative;
}
#closeuffmenu #homesearch__menu .form-group button {
    position: absolute;
    display: block;
    height: 0;
    width: 0;
    color: #fff;
    background: 0;
    border: none;
    padding: 0;
    right: 50px;
    top: 8px;
}
#closeuffmenu #homesearch__menu .form-group button i {
    font-size: 18px;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
#closeuffmenu #homesearch__menu .form-group button i:hover {
    color: #34b6e2;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
#closeuffmenu > a:hover, #closeuffmenu > a:active, #closeuffmenu > a:active, #closeuffmenu > a:visited {
    color: #ffffff;
    text-decoration: none;
}
#closeuffmenu big {
    cursor: pointer;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
#closeuffmenu big:hover {
    color: #34b6e2;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;

}
.slmenu {
    position: absolute;
    top: 100px;
    left: 0;
    margin: 0;
    padding: 0;
    width: 250px;
    background: #1c2336;
    overflow: hidden;
}
.slmenu a,
.slmenu b {
    font-weight: normal;
    color: #fff;
    display: block;
    margin: 0 20px;
    padding: 5px 0 10px 0;
    text-transform: uppercase;
    line-height: 110%;
    cursor: pointer;
}
.slmenu a.pcontent,
.slmenu b.pcontent {
    font-size: 1.2em;
    margin-bottom: 0.5em;
}
.slmenu a.chld,
.slmenu b.chld {
    border-left: 1px solid #fff;
    padding-left: 10px;
}
.slmenu.sub {
    left: -250px;
    display: none;
    height: 350px!important;
}
@media screen and (max-width: 640px) {
    .slmenu.sub{
        height: 285px!important;
    }
}
.mmenu_up {
    cursor: pointer;
    color: #fff;
    font-size: 1.2em;
    background: #191c23;
    text-transform: uppercase;
    padding: 10px 20px;
}
.mmenu_up:hover span {
    text-decoration: underline;
}
/*
-------------------------------------------------------------------------------
Плитки
-------------------------------------------------------------------------------
*/

a.plit {
    margin: 0px;
    display: block;
    width: 25%!important;
    float: left;
    text-decoration: none;
    background: transparent url(/src/blank.gif) top right no-repeat;
    background-size: cover;
    overflow: hidden;
    color: #fff;
}
a.plit_33 {
    width: 33.333%!important;
}
a.plit_50 {
    width: 50%!important;
}
a.plit_100 {
    width: 100% !important;
}
@media screen and (max-width: 660px) {
    a.plit, a.plit_50, a.plit_100{
        width: 100% !important;
    }
}
a.plit strong,
a.plit b {
    display: block;
    font-weight: normal;
    background: transparent;
}
a.plit span {
    display: block;
    padding: 2em 40px;
    height: 12vw;
    overflow: hidden;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}
@media screen and (max-width: 991px) {
    a.plit span {
        padding: 1em;
    }
}
@media screen and (max-width: 660px) {
    a.plit span {
        height: 25vw;
    }
}@media screen and (max-width: 400px) {
    a.plit span {
        height: 30vw;
    }
}
a.plit big {
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-size: 2vw;
    font-weight: normal;
    line-height: 110%;
}
a.plit em {
    padding-right: 3em;
    display: block;
    margin-top: 1em;
    font-size: .9em;
    font-style: normal;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
a.plit:hover span {
    background: rgba(0, 0, 0, 0.15)
}
a.plit:hover em {
    opacity: 1;
}
@media screen and (max-width: 800px) {
    a.plit:hover em {
        opacity: 0;
    }
}
.plitarrow {
    display: block;
    float: left;
    position: relative;
    bottom: 80px;
    right: 10px;
    margin: 12vw 0 -80px -80px;
    width: 80px;
    height: 80px;
    background: url(../src/plitarrow.png) 0 0 no-repeat;
    background-size: cover;
}
/*
-------------------------------------------------------------------------------
Дети
-------------------------------------------------------------------------------
*/

.child {
    display: block;
    padding-bottom: 2em;
    background-color: #fff;
}
@media screen and (max-width: 991px) {
    .child {
        padding-top: 0;
    }
}
/*.child__item {*/
    /*display: block;*/
    /*width: 25%;*/
    /*text-align: center;*/
/*}*/
/*@media screen and (max-width: 660px) {*/
    /*.child__item {*/
        /*width: 50%;*/
    /*}*/
/*}*/
/*@media screen and (max-width: 400px) {*/
    /*.child__item {*/
        /*width: 100%;*/
    /*}*/
/*}*/
.child__item-img {
    position: relative;
    display: inline-block;
    height: 20vw;
    width: 100%;
}
@media screen and (max-width: 991px) {
    .child__item-img {
        height: 30vw;
    }
}
@media screen and (max-width: 640px) {
    .child__item-img {
        height: 70vw;
    }
}
/*@media screen and (max-width: 768px) {*/
    /*.child__item-img {*/
        /*width: 50%;*/
    /*}*/
/*}*/
/*@media screen and (max-width: 660px) {*/
    /*.child__item-img {*/
        /*height: 30vw;*/
    /*}*/
/*}*/
/*@media screen and (max-width: 400px) {*/
    /*.child__item-img {*/
        /*height: 40vw;*/
    /*}*/
/*}*/
.child__item-img-first {
    background-image: url(../files/bg/child/1.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
}
.child__item-img-second {
    background-image: url(../files/bg/child/2.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
}
.child__item-img-third {
    background-image: url(../files/bg/child/3.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
}
.child__item-img-fourth {
    background-image: url(../files/bg/child/4.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
}
.child__item-name {
    text-transform: uppercase;
    color: #333d54;
    font-size: 1.5em;
    margin: .3em 0;
    text-align: left;
}
@media screen and (max-width: 768px) {
    .child__item-name {
        font-size: 1.2em;
    }
}
.child__item-age {
    text-transform: none;
    color: #4e5a77;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .child__item-age {
        margin-top: .5em;
    }
}
.child__item-description {
    color: #4e5a77;
    font-size: 1em;
    margin: .3em 0;
    text-align: left;
    font-weight: bold;
}
.child__item-description > a {
    color: #bbbbbb;
}
.child__item-description > a:hover {
    color: #bbbbbb;
}
@media screen and (max-width: 768px) {
    .child__item-date {
        margin-bottom: 1em;
    }
    /*.child__item-description, .child__item-date {*/
        /*font-size: .8em;*/
    /*}*/
}
/*@media screen and (max-width: 660px) {*/
    /*.child__item-description {*/
        /*display: none;*/
    /*}*/
/*}*/
.child__nav {
    margin-top: 2em;
}
@media screen and (max-width: 991px) {
    .child__nav {
        margin-top: 0;
    }
}
@media screen and (max-width: 660px) {
    .child__nav {
        text-align: center;
    }
}
.child__nav-column {
    display: block;
}
@media screen and (max-width: 991px) {
    .child__nav-column {
        width: 100%;
    }
}
.child__nav-inputgroup {
    background-color: #e8e8e8;
    border: 1px solid #000000;
    border-right: none;
}
@media screen and (max-width: 991px) {
    .child__nav-inputgroup {
        background-color: inherit;
        border: none;
        width: 100%;
        margin: 0;
    }
}
.child__nav-inputgroup select {
    display: inline-block;
    padding: 6px 12px;
    font-size: 1em;
    line-height: 1.42857143;
    color: #000;
    background-color: inherit;
    background-image: none;
    border: none;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);*/
    /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);*/
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
@media screen and (max-width: 1390px) {
    .child__nav-inputgroup select {
        padding: 6px 0;
    }
}
@media screen and (max-width: 1220px) {
    .child__nav-inputgroup select {
        font-size: .8em;
    }
}
@media screen and (max-width: 1120px) {
    .child__nav-inputgroup select {
        font-size: .7em;
    }
}
@media screen and (max-width: 991px) {
    .child__nav-inputgroup select{
        font-size: 1em;
        margin-bottom: 1em;
        display: block;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        border: 1px solid #dadada;
        width: 100%;
    }
}
/*
-------------------------------------------------------------------------------
Анкети кандидатів на усиновлення
-------------------------------------------------------------------------------
*/

.parents {
    padding: 2em 0;
    background-color: #fff;
}
.parents__item {
    float: left;
    text-align: center;
}
/*@media screen and (max-width: 660px) {*/
    /*.parents__item {*/
        /*width: 50%;*/
    /*}*/
/*}*/
/*@media screen and (max-width: 400px) {*/
    /*.parents__item {*/
        /*width: 100%;*/
    /*}*/
/*}*/
.parents__item-img {
    display: inline-block;
    height: 20vw;
    width: 100%;
}
@media screen and (max-width: 991px) {
    .parents__item-img {
        height: 30vw;
    }
}
@media screen and (max-width: 640px) {
    .parents__item-img {
        height: 70vw;
    }
}
/*@media screen and (max-width: 660px) {*/
    /*.parents__item-img {*/
        /*height: 30vw;*/
    /*}*/
/*}*/
/*@media screen and (max-width: 400px) {*/
    /*.parents__item-img {*/
        /*height: 40vw;*/
    /*}*/
/*}*/
.parents__item-img-first {
    background-image: url(../files/bg/parents/1.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
}
.parents__item-img-second {
    background-image: url(../files/bg/parents/2.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
}
.parents__item-img-third {
    background-image: url(../files/bg/parents/3.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
}
.parents__item-img-fourth {
    background-image: url(../files/bg/parents/4.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
}
.parents__item-name {
    text-transform: uppercase;
    color: #333d54;
    font-size: 1.5em;
    margin: .3em 0;
    text-align: left;
}
.parents__item-about {
    text-transform: uppercase;
    color: #333d54;
    font-size: 1.5em;
    margin: .3em 0;
    text-align: left;
}
@media screen and (max-width: 660px) {
    .parents__item-name {
        font-size: 1.5em;
    }
}
.parents__item-description {
    color: #bbbbbb;
    font-size: 1em;
    margin: .3em 0;
    text-align: left;
}
.parents__item-description > a {
    color: #bbbbbb;
}
.parents__item-description > a:hover {
    color: #bbbbbb;
}
.parents__item-date {
    color: #bbbbbb;
    font-size: 1em;
    text-align: left;
}
@media screen and (max-width: 660px) {
    .parents__item-date {
        margin-bottom: 1em;
    }
    .parents__item-description, .parents__item-date {
        font-size: 1.2em;
    }
}
@media screen and (max-width: 660px) {
    .parents__item-description {
        display: none;
    }
}
/*
-------------------------------------------------------------------------------
Обговорення
-------------------------------------------------------------------------------
*/

.discus-header {
    padding: 2em 0.5em;
    background: #ddd;
    text-align: center;
    margin-top: 0.8em;
}
.discus-header b.switch {
    margin: 1em;
}
.pson {
    background: #333d54;
    color: #fff;
    border: 0;
    padding: 0.5em 1em;
}
.psoff {
    color: #999;
    opacity: 0.7;
    cursor: default;
    border: 0;
}
.discus-window {
    margin: 1em 0 2em 0;
}
.discus-window.ch {
    height: 200px;
    overflow: auto;
    overflow-y: scroll;
    border: 1px solid #999;
}
.discus-vote {
    background: #ddd;
    text-align: center;
    padding: 1em 0;
    text-align: center;
    border-top: 0;
}
.dvote-yn {
    display: inline-block;
    vertical-align: middle;
    margin: 0 50px 0 0px;
}
.dvote-add {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 50px;
}
.pyes,
.pno {
    width: 80px;
    padding: 8px 12px;
    margin-top: 0.5em;
    border: 0;
    color: #fff;
    cursor: pointer
}
.pyes {
    background-color: #006600;
}
.pno {
    background-color: #ff5155;
}
.counters {
    white-space: nowrap
}
.counters b {
    display: inline-block;
    vertical-align: middle;;
    margin: 0 1px;
    text-align: center;
    color: #333d54;
    border: 1px solid #333d54;
    background-color: transparent;
    font-weight: normal;
    font-size: 22px;
    border-radius: 50%;
    line-height: 20px;
    padding: 2px 6px;
}
.counters.y b {
    background-color: transparent;
    color: #008000;
    border: 1px solid #008000;
}
.counters.n b {
    background-color: transparent;
    color: #ff0000;
    border: 1px solid #ff0000;
}
.footperiod {
    padding: 0.5em;
    background: transparent;
}
.tabtitle {
    display: inline-block;
    padding: 0.5em 1.5em;
    margin: 10px 1em 0 0.5em;
    border: 1px solid #ccc;
    border-bottom: 0;
    white-space: nowrap;
}
.tabtitle.on {
    background: #333d54;
    border-color: #333d54;
}
.tabtitle.on .switch {
    color: #fff;
    border-color: #739333;
}
.padd-tab {
    display: none;
    background: #eee;
    padding: 1em;
}
.tarea,
textarea.tarea {
    display: block;
    margin-top: 0.5em;
    width: 99%;
    display: none;
    background: #fff;
    border: 1px solid #999;
    border-radius: 0;
    font: normal normal 14px/16px Arial, Verdana, Sans-serif;
    color: #333;
    overflow: auto;
}
.other_props {
    margin: 0;
    padding: 0;
    list-style: none;
}
.other_props li {
    margin: 0;
    padding: 1em;
    margin-bottom: 1em;
    background: #fff;
}
.puname {
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    background: url(/src/user_comment.png) 0 50% no-repeat;
}
.ptime {
    font-size: 0.9em;
    color: #999;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1em;
}
.propsubmit {
    display: inline-block;
    border: 0;
    text-align: center;
    padding: 0.7em 2em;
    background: #ff604f;
    color: #fff;
    text-decoration: none;
    font-size: 130%
}
.propsubmit:hover {
    background: #b14335;
}
.sortlinks {
    text-align: right;
    padding: 1em;
    margin: 1em 0;
}
.hiddenrest {
    display: none;
}
#hiddenrestloading {
    min-height: 150px;
    background: transparent url(/src/loading.gif) bottom center no-repeat;
}
.swon,
.switch.swon {
    color: #fff;
    background: #333d54;
    cursor: default;
    border-color: #333d54;
    display: inline-block;
    vertical-align: middle;
    padding: 0.1em 1em
}
.vptext {
    margin-right: 250px;
}
.vprate {
    float: right;
    width: 200px;
    height: 50px;
    padding: 1em;
    background: #eee;
    text-align: center
}
.ryes,
.rno {
    width: 90px;
    padding: 4px;
    border: 0;
    color: #fff;
    cursor: pointer
}
.ryes {
    background-color: #006600;
}
.rno {
    background-color: #ff5155;
}
.forumline {
    background: #fff;
    padding: 1em;
    min-height: 70px;
}
.forumline a.title {
    display: block;
    padding-right: 180px;
}
.forumdate {
    color: #999;
}
.forumcounts {
    text-align: right;
    height: 40px;
    margin-bottom: -40px;
    font-size: 12px;
}
.tablo {
    display: inline-block;
    vertical-align: middle;
    background: #eee;
    padding: 1em;
    text-align: center;
}
.tablo b {
    display: inline-block;
    vertical-align: middle;
    height: 18px;
    padding-left: 20px;
    background: url(/src/user_comment.png) 0 50% no-repeat;
}
.tablo strong {
    display: inline-block;
    vertical-align: middle;
    height: 18px;
    padding-left: 20px;
    background: url(/src/comments.png) 0 50% no-repeat;
}
.tablo em {
    display: inline-block;
    vertical-align: middle;
    height: 18px;
    padding-left: 5px;
    font-weight: bold;
    font-style: normal;
    line-height: 200%;
}
.tablo em i {
    font-style: normal;
}
.tabloin {
    display: inline-block;
    vertical-align: middle;
    width: 65px;
    height: 20px;
}
#resfound {
    text-align: right;
    margin-top: -1.5em;
}
#resfound var {
    font-weight: bold;
    color: green;
}
#exsearchform input {
    border: 0;
    background: #5c6680;
    color: #fff;
    padding: 0.5em
}
#exsearchform input[type=submit] {
    padding-left: 2em;
    padding-right: 2em;
    background: #A13F57;
    cursor: pointer
}
/*
-------------------------------------------------------------------------------
Поиск
-------------------------------------------------------------------------------
*/

.search_item {
    font-size: 1.2em;
    margin-bottom: 1.5em;
}
.search_item span {
    display: block;
    font-size: 0.9em;
}
.search_item small {
    font-size: 0.9em;
    color: #999
}
/*
-------------------------------------------------------------------------------
Посик
-------------------------------------------------------------------------------
*/

.page_split_bar {
    text-align: center;
    margin: 0 0 20px 0;
}
.page_split_bar.t {
    border: 0;
}
.page_split_bar.b {
    border-top: 4px solid #999;
    padding-top: 2em;
}
.page_split_bar a {
    padding: 4px 10px;
    background: #ddd;
}
.page_split_bar a.on,
.page_split_bar strong {
    padding: 4px 10px;
    background: #333d54;
    color: #fff;
    font-weight: bold;
}
/*
-------------------------------------------------------------------------------
Сайтмап
-------------------------------------------------------------------------------
*/

.sitemapul {
    font-size: 1.4em;
}
.sitemapul li {
    margin: 0.5em auto;
    padding-left: 1em;
}
.sitemapul > li {
    margin-bottom: 1.5em;
}
.sitemapul a.root {
    font-weight: bold;
}
.sitemapul ul {
    font-size: 90%
}
/*
-------------------------------------------------------------------------------
Подвал
-------------------------------------------------------------------------------
*/

#banners {
    display: block;
    padding: 0;
    background: #3b5433;
    color: #fff;
    float: none;
    clear: both;
    margin-top: -1.5em;
}
footer {
    display: block;
    background-color: #3b4044;
    padding: 1em 40px;
    color: #fff;
    position: relative;
    z-index: 10;
}
footer td,
footer th,
footer a:link,
footer a:active,
footer a:visited {
    color: #fff
}
#fsubscr {
    margin-top: 1em;
}
@media screen and (max-width: 660px) {
    #fsubscr {
        text-align: center;
    }
}
#fsubscr input[type='email'] {
    width: 100%;
    line-height: 30px;
    padding: 0 1em;
    border: none;
    background-color: #ccc;
}
#fsubscr input[type='submit'] {
    line-height: 20px;
    margin-top: 1em;
}
#botss > a {
    text-decoration: none;
    display: inline-block;
}
#botss > a > i {
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    margin-right: 12px;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
#botss > a > i:hover {
    color: #34b6e2;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
#copiright {
    margin-top: 2em;
    font-size: 80%;
    color: #ccc;
    text-align: center;
    border-top: 1px solid #dadada;
    padding-top: 1em;
}
@media screen and (max-width: 660px) {
    #copiright {
        border:none;
        margin-top: 0;
    }
}
#copiright a {
    color: #fff
}
a#onup {
    visibility: hidden;
    position: fixed;
    z-index: 200;
    bottom: 125px;
    right: 0;
    display: block;
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 50px;
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
    text-decoration: none;
    color: #1c2337;
}
a#onup:hover {
    background: #1c2337;
    color: #fff
}
.subscrlist {
    margin-bottom: 1em;
    columns: 400px 2;
    -moz-columns: 400px 2;
    -webkit-columns: 400px 2;
    column-gap: 50px;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px
}
.subscrlist label {
    display: block;
    padding: 0.5em;
    margin-bottom: 0.5em;
    background: #fff
}
/* General */

.addthisevent {
    visibility: hidden;
}
.addthisevent span {
    display: none!important;
}
.addthisevent .data {
    display: none!important;
}
/* The button */

.addthisevent-drop {
    display: block;
    position: relative;
    z-index: 50;
    cursor: pointer;
    margin: auto;
    min-width: 120px;
    text-align: center;
    padding: 0.2em 2em;
    background: transparent;
    color: #1c2337;
    text-decoration: none;
    border: 3px solid #1c2337;
}
.addthisevent-drop:hover {
    background: #1c2337;
    color: #fff
}
.addthisevent-selected {
    background-color: #455e6e;
}
/* The drop down */

.addthisevent_dropdown {
    width: 210px;
    position: absolute;
    z-index: 99999;
    padding: 6px 0 0 0;
    background: #fff;
    text-align: left;
    display: none;
    margin-top: -2px;
    margin-left: -1px;
    border-top: 1px solid #c8c8c8;
    border-right: 1px solid #bebebe;
    border-bottom: 1px solid #a8a8a8;
    border-left: 1px solid #bebebe;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.15);
}
.addthisevent_dropdown span {
    display: block;
    line-height: 110%;
    background: #fff;
    text-decoration: none;
    font-size: 14px;
    color: #333;
    padding: 8px 10px 9px 15px;
}
.addthisevent_dropdown span:hover {
    background: #f4f4f4;
    color: #000;
    text-decoration: none;
    font-size: 14px;
}
.addthisevent_dropdown .copyx {
    height: 21px;
    display: block;
    position: relative;
    cursor: default;
}
.addthisevent_dropdown .brx {
    height: 1px;
    overflow: hidden;
    background: #e0e0e0;
    position: absolute;
    z-index: 100;
    left: 10px;
    right: 10px;
    top: 9px;
}
.addthisevent_dropdown .frs {
    position: absolute;
    top: 5px;
    cursor: pointer;
    right: 10px;
    padding-left: 10px;
    font-style: normal;
    font-weight: normal;
    text-align: right;
    z-index: 101;
    line-height: 110%;
    background: #fff;
    text-decoration: none;
    font-size: 9px;
    color: #cacaca;
}
.addthisevent_dropdown .frs:hover {
    color: #6d84b4;
}
/*Дисклймер убрать*/

#discl {
    background: rgba(0, 0, 0, 0.5);
    font-size: 0.9em;
    color: #fff;
    text-align: center;
    padding: 0.2em 0;
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: 60px;
}


/*Кнопки*/

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}
.btn-searchchild {
    text-transform: uppercase;
    color: #fff;
    background-color: #00a7bf;
    border-color: #1298bf;
    transition: .2s ease all;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
@media screen and (max-width: 1220px) {
    .btn-searchchild {
        font-size: .8em;
    }
}
@media screen and (max-width: 1120px) {
    .btn-searchchild {
        font-size: .7em;
    }
}
.motherhood a:last-of-type {
    width:33.3% !important;
}
@media screen and (max-width: 660px) {
    .motherhood a:last-of-type {
        width:100% !important;
    }
}
.subscribe {
    display: inline-block;
    margin: auto;
    min-width: 120px;
    text-align: center;
    padding: 0.2em 2em;
    background: transparent;
    color: #ccc;
    text-decoration: none;
    text-transform: uppercase;
    border: 3px solid #ccc;
    cursor: pointer;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
}
.subscribe:hover {
    background-color: #ccc;
    color: #3b4044;
    transition: .5s ease all;
}
@media screen and (max-width: 991px) {
    .btn-searchchild {
        display: inline-block;
        width: 100%;
        font-size: 1em;
        float: none;
    }
}
.btn-searchchild:hover, .btn-searchchild:focus {
    background-color: #1298bf;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
    color: #ffffff;
}

.btn-mailto {
    text-transform: uppercase;
    color: #fff!important;
    background-color: #4e5a77;
    border-color: #334a77;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
@media screen and (max-width: 1220px) {
    .btn-mailto {
        font-size: .8em;
        display: inline-block;
    }
}
@media screen and (max-width: 1120px) {
    .btn-mailto {
        font-size: .7em;
    }
}
@media screen and (max-width: 991px) {
    .btn-mailto {
        margin-top: 1em;
        display: inline-block;
        font-size: 1em;
        width: 100%;
        float: none;
    }
}
.btn-mailto:hover, .btn-mailto:focus {
    background-color: #334a77;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
    color: #ffffff!important;
}
.nav__title {
    display: none;
}
.nav__title img {
    display: inline-block;
}
@media screen and (max-width: 660px) {
    .nav__title {
        display: block;
        text-align: center;
        position: fixed;
        width: 80%;
        color: #fff;
        top: 0;
        z-index: 92;
        line-height: 40px;
        font-size: 12px;
        margin-left: 15%;
    }
}
.nav__top-right {
    float: right;
    list-style: none;
    padding: 0;
    margin: 0;
}
@media only screen and (max-width: 800px) {
    .nav__top-right {
        display: none;
    }
}
.nav__top-right li .btn-group button {
    background-color: transparent;
    color: #fff;
    font-size: 110%;
    margin-top: -3px;
}
@media screen and (max-width: 1180px) {
    .nav__top-right li .btn-group button {
        font-size: 80%;
        margin-top: -1px;
    }
}
.nav__top-right li .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.nav__top-right li .btn-group .dropdown-menu {
    min-width: 60px;
}
.nav__top-right > li {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.nav__top-right > li > a{
    display: block;
    padding: 18px 14px;
    color: #fff;
    font-size: 110%;
}
@media only screen and (max-width: 1180px) {
    .nav__top-right > li > a {
        font-size: 80%;
        padding: 18px 4px;
    }
}
#hometwitsline {
    margin-top: 2em;
}
/*
-------------------------------------------------------------------------------
Главный слайдер
-------------------------------------------------------------------------------
*/
.carousel_main {
    min-height: 300px;
    width: 100%;
}
@media screen and (max-width: 991px) {
    .carousel_main {
        min-height: 300px;
    }
}
@media screen and (max-width: 660px) {
    .carousel_main {
        min-height: 300px;
    }
}
.carousel_main-description {
    position: absolute;
    top: 4em;
    left: 80px;
    z-index: 10;
}
@media screen and (max-width: 660px) {
    .carousel_main-description {
        left: 2em;
        display: none;
    }
}
.carousel_main-description a {
    display: block;
}
@media screen and (max-width: 660px) {
    .carousel_main-description a {
        margin-bottom: 0;
    }
}
.carousel_main-description a:hover {
    text-decoration: none;
}
.carousel_main-description img, .carousel_main-description h1 {
    display: inline-block;
    margin-right: 1em;
    vertical-align: middle;
}
.carousel_main-description h1 {
    letter-spacing: 3px;
    color: #ffffff;
    font-size: 24px;
    text-shadow: 2px 2px 2px rgb(68, 66, 66);
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
}
.carousel_main-description h1:before {
    position: absolute;
    left: -14px;
    top: 0;
    content: '';
    display: block;
    height: 59px;
    background-color: #5ba9dc;
    width: 3px;
}
.carousel_main-description h1 span:last-child:before {
    position: absolute;
    left: -14px;
    content: '';
    display: block;
    height: 28px;
    background-color: #ffff00;
    width: 3px;
}
@media screen and (max-width: 800px) {
    .carousel_main-description h1 {
        font-size: 20px;
    }
}
.carousel_main-description h1 span:first-child {
    display: block;
}
.carousel_main-description h1 span:last-child {
    font-size: 65%;
    letter-spacing: 0;
}
.carousel_main-description form {
    width: 80%;
}
.carousel_main .carousel-inner {
    min-height: 300px;
}
.carousel_main .carousel-inner .item {
    min-height: 300px;
}
@media screen and (max-width: 991px) {
    .carousel_main .carousel-inner {
        min-height: 300px;
    }
    .carousel_main .carousel-inner .item {
        min-height: 300px;
    }
}
@media screen and (max-width: 660px) {
    .carousel_main .carousel-inner {
        min-height: 300px;
    }
    .carousel_main .carousel-inner .item {
        min-height: 300px;
    }
}
.carousel_main .carousel-more {
    color: #ffffff;
    padding: .5em;
    font-size: 100%;
    background-color: #00387a;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
}
.carousel_main .carousel-more:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: -15px;
    top: 0;
    border-top: 35px solid #00387a;
    border-left: 15px solid transparent;
}
.carousel_main .carousel-more:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: -15px;
    top: 0;
    border-top: 17px solid transparent;
    border-left: 15px solid #00387a;
    border-bottom: 17px solid transparent;
}
.carousel_main .carousel-more:hover, .carousel_main .carousel-more:focus, .carousel_main .carousel-more:visited {
    text-decoration: none;
}
.carousel_main .carousel-indicators li {
    background-color: #5ec4c9;
    border: none;
    width: 15px;
    height: 15px;
    margin: 0;
    margin-left: 5px;
}
.carousel_main .carousel-indicators .active {
    background-color: #00377a;
    width: 15px;
    height: 15px;
}
.carousel_main .carousel-caption {
    right: 0;
    left: 0;
    padding-left: 30%;
    text-align: left;
    bottom: 30px;
}
@media screen and (max-width: 1300px) {
    .carousel_main .carousel-caption {
        padding-left: 23%;
    }
}
@media screen and (max-width: 800px) {
    .carousel_main .carousel-caption {
        padding-left: 105px;
    }
}
@media screen and (max-width: 660px) {
    .carousel_main .carousel-caption {
        padding-left: 0;
        margin-bottom: 0;
        text-align: center;
    }
}
.carousel_main .item {
    background-image: url('../files/happy-kid.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    min-height: 300px;
}
.carousel_main .item #aboutmainslide {
    top: -100px;
    display: block;
    color: #fff;
    text-align: left;
    font-size: 24px;
    padding-left: 60px;
}
@media screen and (max-width: 800px) {
    .carousel_main .item #aboutmainslide {
        padding-left: 40px;
    }
}
@media screen and (max-width: 660px) {
    .carousel_main .item #aboutmainslide {
        top: -30px;
        font-size: 20px;
        padding-left: 10px;
        text-align: center;
    }
}
.carousel_main .item #aboutmainslide span {
    color: #ffffff;
    padding: 0;
    /*background-color: #231f20;*/
    font-size: 24px;
}
@media screen and (max-width: 660px) {
    .carousel_main .item #aboutmainslide span {
        line-height: 25px;
        font-size: 20px;
    }
}
.carousel_main .item #aboutmainslide em {
    font-style: normal;
}
/*.carousel_main .carousel-indicators {*/
    /*bottom: 20px;*/
    /*width: 100px;*/
    /*margin-left: 0%;*/
/*}*/
/*@media screen and (max-width: 768px) {*/
    /*.carousel_main .carousel-indicators {*/
        /*bottom: 45px;*/
    /*}*/
/*}*/
/*@media screen and (max-width: 660px) {*/
    /*.carousel_main .carousel-indicators {*/
        /*bottom: 0;*/
        /*margin-left: -14%;*/
    /*}*/
/*}*/
/*
-------------------------------------------------------------------------------
Нижний слайдер
-------------------------------------------------------------------------------
*/
.carousel_foot.slide {
    height: auto;
}
.carousel_foot {
    min-height: 450px;
    width: 100%;
}
.carousel_foot ol li{
    position: relative;
}
.carousel_foot ol li:before {
    position: absolute;
    color: #595959;
    font-size: 15px;
    left: 518px;
    top: 4px;
    font-weight: bold;
}
.carousel_foot ol li.active:before {
    color: #008ad2;
}
.carousel_foot ol li:first-child:before {
    content: "1";
}
.carousel_foot ol li:nth-child(2):before {
    content: "2";
}
.carousel_foot ol li:nth-child(3):before {
    content: "3";
}
.carousel_foot .carousel-caption {
    bottom: auto;
    top: 90px;
    text-align: left;
    width: 100%;
    padding: 0 10em;
    right: 0;
    left: -15px;
}
@media screen and (max-width: 800px) {
    .carousel_foot .carousel-caption {
        padding: 0 3em;
        position: relative;
    }
}
.carousel_foot .carousel-caption span {
    font-size: 20px;
}
.carousel_foot .carousel-caption ul {
    margin-top: 3em;
    margin-bottom: 3em;
    padding-left: 0;
}
.carousel_foot .carousel-caption button {
    margin-left: 1em;
}
.carousel_foot .carousel-inner {
    min-height: 450px;
    background-color: #3b5433;
}
.carousel_foot .carousel-inner h2 {
    color: #fff;
    position: absolute;
    text-transform: uppercase;
    padding: 1.5em;
}
.carousel_foot .carousel-inner .item {
    min-height: 450px;
}
.carousel_foot .carousel-indicators {
    left: 220px;
}
@media screen and (max-width: 800px) {
    .carousel_foot .carousel-indicators {
        display: none;
    }
}
.carousel_foot .carousel-indicators li {
    background-color: #dddada;
    width: 40px;
    height: 30px;
    margin: 0;
    -webkit-border-radius: .2em;
    -moz-border-radius: .2em;
    border-radius: .2em;
    border: 1px solid #595959;
}
.carousel_foot .carousel-indicators .active {
    background-color: #fff;
    width: 40px;
    height: 30px;
    border: 1px solid #008ad2;
}
.carousel_foot .carousel-control, .carousel_foot .carousel-control:active, .carousel_foot .carousel-control:hover, .carousel_foot .carousel-control:visited, .carousel_foot .carousel-controlfocus {
    color: transparent;
    text-shadow: none;
}
.carousel_foot .carousel-control.right, .carousel_foot .carousel-control.left {
    max-width: 90px;
    height: 90px;
    top: 50%;
    margin-top: -45px;
    margin-right: 20px;
    background-image: none;
    background-color: transparent;
}
@media screen and (max-width: 800px) {
    .carousel_foot .carousel-control.right, .carousel_foot .carousel-control.left {
        display: none;
    }
}
/*@media screen and (max-width: 550px) {*/
/*.carousel_foot .carousel-control.right, .carousel_foot .carousel-control.left {*/
/*margin-right: 30px;*/
/*}*/
/*}*/
.carousel_foot .carousel-control.right span {
    background-image: url("../src/slider_arrow.png");
    background-position: 69px 0;
    width: 62px;
    height: 90px;
    margin-right: -10px;
    margin-top: -45px;
}
/*@media screen and (max-width: 550px) {*/
/*.carousel_foot .carousel-control.right span {*/
/*margin-right: -20px;*/
/*-webkit-transform: scale(.7);*/
/*-moz-transform: scale(.7);*/
/*-ms-transform: scale(.7);*/
/*-o-transform: scale(.7);*/
/*transform: scale(.7);*/
/*}*/
/*.carousel_foot .carousel-control.left span {*/
/*-webkit-transform: scale(.7);*/
/*-moz-transform: scale(.7);*/
/*-ms-transform: scale(.7);*/
/*-o-transform: scale(.7);*/
/*transform: scale(.7);*/
/*}*/
/*}*/
.carousel_foot .carousel-control.left span {
    background-image: url("../src/slider_arrow.png");
    background-position: 0 0;
    width: 62px;
    height: 90px;
    margin-left: 0;
    margin-top: -45px;
}
.carousel_foot .carousel-btn {
    background-color: #209549;
}
.carousel-btn {
    font-size: 1em;
}
.plit__padding {
    padding: 0;
}

#uffmenu ul {
    margin-left: 10px;
}
#uffmenu ul li {
    list-style: none;
    color: #ffffff;
}
#uffmenu ul li a {
    text-transform: uppercase;
    color: #fff;
}
#uffmenu ul li a:hover, #uffmenu ul li a:focus, #uffmenu ul li a:visited, #uffmenu ul li a:link {
    color: #ffffff;
}

/*Modal*/

.modal.in .modal-dialog {
    -webkit-transform: translate(0,50px);
    -ms-transform: translate(0,50px);
    -o-transform: translate(0,50px);
    transform: translate(0,50px);
}
@media screen and (max-width: 640px) {
    .modal.in .modal-dialog {
        -webkit-transform: translate(0,15px);
        -ms-transform: translate(0,15px);
        -o-transform: translate(0,15px);
        transform: translate(0,15px);
    }
}

/*Nav search*/
#tsswitcher {
    color: #fff;
    font-size: 20px;
    margin-left: 10px;
    cursor: pointer;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
#tsswitcher:hover {
    color: #ccffff;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
#toggleContainer {
    position: absolute;
    right: -20px;
    top: 60px;
    display: none;
}
#toggleContainer .searchdiv {
    width: 450px;
    padding: 5px;
}
#toggleContainer .searchdiv input[type=search] {
    font-size: 16px;
}

/* Actual block */
.actualnist {
    background-color: #343d54;
}
.actualnist .container {
    position: relative;
    min-height: 40px;
}
@media screen and (max-width: 991px) {
    .actualnist .container {
        min-height: 60px;
    }
}
#myCarousel {
    height: 100px;
    padding-right: 125px;
}
@media screen and (max-width: 991px) {
    #myCarousel {
        padding-right: 50px;
        height: 80px;
    }
}
@media screen and (max-width: 640px) {
    #myCarousel {
        padding-right: 10px;
        height: 60px;
    }
}
#myCarousel ol {
    display: none;
}
#myCarousel .actual {
    margin-top: 26px;
    font-size: 18px;
    display: inline-block;
    line-height: 20px;
}
@media screen and (max-width: 991px) {
    #myCarousel .actual {
        font-size: 16px;
        margin-top: 12px;
    }
}
@media screen and (max-width: 640px) {
    #myCarousel .actual {
        line-height: 15px;
        margin-top: 14px;
        font-size: 14px;
    }
}
#myCarousel .actual a {
    color: #ffffff;
}
#myCarousel .actual a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/*@media screen and (max-width: 660px) {*/
    /*.actualnist .container {*/
        /*position: relative;*/
        /*min-height: 97px;*/
    /*}*/
/*}*/
/*@media screen and (max-width: 500px) {*/
    /*.actualnist .container {*/
        /*position: relative;*/
        /*min-height: 115px;*/
    /*}*/
/*}*/
/*@media screen and (max-width: 400px) {*/
    /*.actualnist .container {*/
        /*position: relative;*/
        /*min-height: 135px;*/
    /*}*/
/*}*/
.actualnist .container .col-md-3 h3 {
    font-size: 28px;
    color: #34b6e2;
    line-height: 100px;
    text-transform: uppercase;
}

/* Child styles */

.slide__child-extended {
    height: 250px;
}
.passport {
    background-color: #fff;
}
.passport .passport__title {
    margin-top: 2em;
    text-align: center;
}
.passport .passport__title .passport__title-name {
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 0 .5em;
}
.passport .passport__title .passport__title-number {
    background-color: #009d73;
    color: #fff;
    text-transform: uppercase;
    padding: 0 10px;
}
.passport .passport__content {
    border-top: 2px solid #9299a4;
    border-bottom: 2px solid #9299a4;
    margin: 1em 0;
    padding-top: 1em;
    padding-bottom: 1em;;
}
.passport .passport__content .embed-responsive {
    position: relative;
}
.passport .passport__content .embed-responsive .overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #000;
    opacity: 0;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
.passport .passport__content .embed-responsive .overlay:hover {
    opacity: 1;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
.passport .passport__content .embed-responsive .overlay i {
    color: #ffffff;
}
.passport .passport__content .col-md-2 {
    text-align: center;
}
.passport .passport__content .col-md-2 img {
    display: inline-block;
    width:100%;
    margin-top: 1em;
}
.passport .passport__content .passport__content-img {
    color: #8e8b86;
    font-style: italic;
    margin-bottom: 1em;
}
.passport .passport__content ul {
    padding: 0;
    margin: 0;
}
.passport .passport__content ul > li {
    position: relative;
    border-top: 1px solid #dadada;
    padding: .7em 0;
}
.passport .passport__content ul li:first-child {
    border-top: 0;
}
.passport .passport__content ul li .passport__content-title {
    position: absolute;
    font-weight: bold;

    max-width: 225px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.passport .passport__content ul li .passport__content-inner {
    padding-left: 230px;
    display: block;
}
.passport .passport__content ul li .passport__content-inner i {
    color: #ffffff;
    padding: 0 5px;
    background: #42636a;
}
.passport .passport__content .passport__content-inner-img {
    margin-top: 1em;
    display: block;
}
@media screen and (max-width: 768px) {
    .passport .passport__content .passport__content-inner-img {
        text-align: center;
    }
}
.passport .passport__content .passport__content-inner-img img {
    max-height: 200px;
    margin-right: .5em;
}
@media screen and (max-width: 1390px) {
    .passport .passport__content .passport__content-inner-img img {
        max-height: 150px;
    }
}
@media screen and (max-width: 1150px) {
    .passport .passport__content .passport__content-inner-img img {
        max-height: 120px;
    }
}
@media screen and (max-width: 991px) {
    .passport .passport__content .passport__content-inner-img img {
        max-height: 100px;
    }
}
@media screen and (max-width: 520px) {
    .passport .passport__content .passport__content-inner-img img {
        max-height: 80px;
        margin-bottom: .3em;
    }
}
.passport .passport__content #asideCarousel {
    height: auto;
    margin-bottom:calc(40px + 1em);
}
.passport .passport__content #asideCarousel img {
    margin-top: 0;
}
@media screen and (max-width: 768px) {
    .passport .passport__content #asideCarousel img {
        max-height: 300px;
        width: auto;
    }
}
@media screen and (max-width: 500px) {
    .passport .passport__content #asideCarousel img {
        max-height: none;
        width: 100%;
    }
}
.passport .passport__content #asideCarousel .carousel-indicators {
    bottom: -40px;
}
.passport .passport__content #asideCarousel .carousel-indicators li {
    background: #216869;
    border-color: #216869;
}
.passport .passport__content #asideCarousel .carousel-indicators .active {
    background-color: #419d78;
    border-color: #419d78;
}
.passport .passport__content #asideCarousel .carousel-control {
    opacity: .9;
}
@media screen and (max-width: 768px) {
    .passport .passport__content #asideCarousel .carousel-control {
        display: none;
    }
}
.passport .passport__content #asideCarousel .carousel-control.left, .passport .passport__content #asideCarousel .carousel-control.right {
    background-image: none;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    background-color: #216869;
}
.passport .passport__content #asideCarousel .carousel-control.left i, .passport .passport__content #asideCarousel .carousel-control.right i {
    line-height: 40px;
    color: #fff;
}
.passport .passport__footer {
    text-align: center;
    margin-bottom: 2em;
}
.passport .passport__footer .passport__footer-fulllist {
    margin: 0 2em;
    background-color: #009d73;
    color: #ffffff;
}
.passport .passport__footer .passport__footer-fulllist i, .passport .passport__footer .passport__footer-prev i, .passport .passport__footer .passport__footer-next i {
    font-size: 26px;
    position: absolute;
    top: 4px;
}
.passport .passport__footer button {
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.passport .passport__footer .passport__footer-fulllist b, .passport .passport__footer .passport__footer-prev b, .passport .passport__footer .passport__footer-next b {
    font-weight: normal;
}
.passport .passport__footer .passport__footer-prev b {
    margin-left: 15px;
}
.passport .passport__footer .passport__footer-fulllist b {
    margin-left: 30px;
}
.passport .passport__footer .passport__footer-next {
    padding-right: 20px;
}
.passport .passport__footer .passport__footer-next b {
    margin-right: 6px;
}
.passport .passport__footer .passport__footer-prev, .passport .passport__footer .passport__footer-next {
    color: #ffffff;
    background-color: #006964;
}
@media screen and (max-width: 991px) {
    .passport .passport__content .col-md-2 img {
        margin-top: 0;
    }
    .passport .passport__content ul li .passport__content-title {
        position: relative;
    }
    .passport .passport__content ul li .passport__content-inner {
        padding-left: 0;
    }
}
@media screen and (max-width: 600px) {
    .passport .passport__title {
        text-align: center;
    }
    .passport .passport__title span {
        display: block;
    }
    .passport .passport__title .passport__title-name {
        margin: 1em 0 0 0;
    }
    .passport .passport__footer button b {
        display: none;
    }
    .passport .passport__footer button i {
        position: relative !important;
        font-size: 20px !important;
        top: 0 !important;
    }
    .passport .passport__footer .passport__footer-next {
        padding-right: 12px;
    }
}

.passport .passport__content #asideCarousel_1 {
    height: auto;
    margin-bottom:calc(40px + 1em);
}
.passport .passport__content #asideCarousel_1 .carousel-inner {
    text-align: center;
}
.passport .passport__content #asideCarousel_1 img {
    margin-top: 0;
}
@media screen and (max-width: 768px) {
    .passport .passport__content #asideCarousel_1 img {
        max-height: 300px;
        width: auto;
    }
}
@media screen and (max-width: 500px) {
    .passport .passport__content #asideCarousel_1 img {
        max-height: none;
        width: 100%;
    }
}
.passport .passport__content #asideCarousel_1 .carousel-indicators {
    bottom: -40px;
}
.passport .passport__content #asideCarousel_1 .carousel-indicators li {
    background: #216869;
    border-color: #216869;
}
.passport .passport__content #asideCarousel_1 .carousel-indicators .active {
    background-color: #419d78;
    border-color: #419d78;
}
.passport .passport__content #asideCarousel_1 .carousel-control {
    opacity: .9;
}
@media screen and (max-width: 768px) {
    .passport .passport__content #asideCarousel_1 .carousel-control {
        display: none;
    }
}
.passport .passport__content #asideCarousel_1 .carousel-control.left, .passport .passport__content #asideCarousel_1 .carousel-control.right {
    background-image: none;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    background-color: #216869;
}
.passport .passport__content #asideCarousel_1 .carousel-control.left i, .passport .passport__content #asideCarousel_1 .carousel-control.right i {
    line-height: 40px;
    color: #fff;
}


@media screen and (max-width: 768px) {
    .passport .passport__content #asideCarousel, .passport .passport__content .col-md-2 .embed-responsive {
        display: none;
    }
}

/* Child search styles */

.child__search {
    background-color: #fff;
}
.child__search .child__search-form {
    margin-top: 2em;
}
.child__search .child__search-form .js-trigger-search {
    float: right;
    margin-bottom: 1em;
    display: none;
}
@media screen and (max-width: 991px) {
    .child__search .child__search-form .js-trigger-search {
        display: block;
    }
}
.child__search .child__search-form .js-toggleSearch {
    display: block;
}
@media screen and (max-width: 991px) {
    .child__search .child__search-form .js-toggleSearch {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .child__search .child__search-form .js-toggleSearch .col-md-7 {
        min-height: 350px;
    }
}
.child__search .child__search-form .col-md-1 {
    text-align: center;
    font-size: 1em;
}
.child__search .child__search-form .child__nav-inputgroup {
    border-right: 1px solid #000;
}
.child__search .child__search-form input[type=search] {
    border: 1px solid #ccc;
    background: #fff;
    line-height: 130%;
    font-size: 1em;
    padding: 5px 10px;
}
.child__search .child__search-inner {
    margin: 2em 0;
}
.child__search .child__search-control .pagination li a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-color: #737270;
    color: #737270;
    border-top: 0;
    border-bottom: 0;
}
.child__search .child__search-control .pagination li.active a {
    background-color: #006764;
    color: #ffffff;
}
.child__search .child__search-control .pagination li a p {
    display: inline;
    margin: 0;
}

@media screen and (max-width: 1630px) {
    .child__search .child__search-form .child__nav-inputgroup select {
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (max-width: 1450px) {
    .child__search .child__search-form input[type=search], .child__search .child__search-form button, .child__search .child__search-form .col-md-1, .child__search .child__search-form .child__nav-inputgroup select {
        font-size: .9em;
    }
}
@media screen and (max-width: 1390px) {
    .child__search .child__search-form input[type=search], .child__search .child__search-form button, .child__search .child__search-form .col-md-1, .child__search .child__search-form .child__nav-inputgroup select {
        font-size: .8em;
    }
    .child__search .child__search-form button {
        padding-left: 3px;
        padding-right: 3px;
    }
}
@media screen and (max-width: 1150px) {
    .child__search .child__search-form input[type=search], .child__search .child__search-form button, .child__search .child__search-form .col-md-1, .child__search .child__search-form .child__nav-inputgroup select {
        font-size: .7em;
    }
}
@media screen and (max-width: 1055px) {
    .child__search .child__search-form input[type=search], .child__search .child__search-form button, .child__search .child__search-form .col-md-1, .child__search .child__search-form .child__nav-inputgroup select {
        font-size: .6em;
    }
}
@media screen and (max-width: 991px) {
    .child__search .child__search-form input[type=search], .child__search .child__search-form button, .child__search .child__search-form .col-md-1, .child__search .child__search-form .child__nav-inputgroup select {
        font-size: 1em;
    }
    .child__search .child__search-form .child__nav-inputgroup {
        border: none;
    }
    .child__search .child__search-form input[type=search], .child__search .child__search-form button {
        width: 100%;
    }
    .child__search .child__search-form .col-md-1 {
        margin-bottom: 1em;
    }
    .child__search .child__search-form .col-md-4 .right {
        float: none;
    }
    .child__search .child__search-control .pagination li a p {
        display: none;
    }
    .child__search .child__search-control .col-md-12 {
        text-align: center;
    }
}
@media screen and (max-width: 400px) {
    .child__search .child__search-control .pagination li a {
        font-size: 10px;
        padding: 6px 8px;
    }
}

/* End of child search styles */

/* News extended styles */

.news__title {
    font-size: 2em;
}
@media screen and (max-width: 767px) {
    .news__title {
        font-size: 1.5em;
    }
}

/* End of news extended styles */

/* End of child styles */

.modal-header {
    background-color: #333d54;
}
.modal-header h4, .modal-header .close{
    color: #fff;
}
.modal-content .modal-body {
    background-color: #f1f1f1;
}
.modal-content {
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
.modal-footer {
    background-color: #3b4044;
}
.modal-footer a {
    color: #fff;
}
.modal-footer  a:hover {
    color: #fff;
}
.modal-footer .btn {
    display: inline-block;
    margin: auto;
    min-width: 120px;
    text-align: center;
    padding: 0.2em 2em;
    background: transparent;
    color: #ccc;
    text-decoration: none;
    text-transform: uppercase;
    border: 3px solid #ccc;
    cursor: pointer;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    margin-bottom: 1em;
}
.modal-footer .btn:hover {
    background: #ccc;
    color: #3b4044;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
}
.fb-share-button > span {
    vertical-align: inherit!important;
}
.lowvision {
    display: block;
    position: relative;
    padding: 5px !important;
    border: 1px solid #fff;
    margin-left: 1em;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
}
.lowvision i {
    position: absolute;
    top: 5px;
    font-size: 25px;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
}
.lowvision span {
    font-size: 11px;
    display: inline-block;
    /*width: 78px;*/
    line-height: 12px;
    margin-left: 28px;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
    font-weight: bold;
}
@media screen and (max-width: 900px) {
    .lowvision span {
        display: none;
    }
    .lowvision i {
        position: relative;
        top: 2px;
    }
    .lowvision {
        -webkit-border-radius:50%;
        -moz-border-radius:50%;
        border-radius:50%;
    }
}
.lowvision:hover {
    background-color: #fff;
    border-color: #fff;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
}
.lowvision:hover i,
.lowvision:hover span {
    color: #000;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
}
#lvfs0, #lvfs1, #tonormal{
    display:none;
}
.every__title {
    text-transform: uppercase;
    text-align: center;
    padding: 1em 0 0 0;
    font-size: 2.2vw;
}
@media screen and (max-width: 660px) {
    .every__title {
        font-size: 1.5em;
    }
}
.every__list > li {
    width: 50%;
    text-align: center;
    margin-top: 1em;
    height: 90px;
    display: inline-block;
    vertical-align: middle;
    list-style-image: none!important;
    margin-left: 0!important;
}
.every__list > li > b {
    display: inline-block;
    vertical-align: middle;
    padding: 0.1em 0.5em;
    background: transparent;
    color: #333751;
    font-weight: bold;
    /*border: 2px solid #333751;*/
    border-radius: 0;
}
.every__list > li > a {
    width: 90%;
    margin: 0 auto;
    color: #000;
    font-size: 115%;
    display: block;
    margin-top: 1em;
    text-align: justify;
}
.every__list > li > a:hover {
    text-decoration: underline;
}
#every_news .dallof {
    text-align: center;
    margin: 0 0 2em 0;
}
#every_news {
    overflow: hidden;
    display: none;
}
.js-news-trigger {
    position: absolute;
    right: 0;
    top: 35px;
    color: #fff;
    font-size: 26px;
}
@media screen and (max-width: 991px) {
    .js-news-trigger {
        top: 20px;
    }
}
.js-news-trigger:hover {
    text-decoration: underline;
    cursor: pointer;
}
.js-news-trigger i {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
}
.js-news-trigger i:hover {
    color: #34b6e2;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
}
.js-news-trigger.active i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
}

@media screen and (max-width: 660px) {
    .every__list > li {
        width: 100%;
        padding-bottom: .5em;
    }
    .every__title {
        display: none;
    }
    .every__list > li {
        height: auto;
    }
    .every__list > li > b {
        font-size: .8em;
    }
    .every__list > li > a {
        width: 100%;
        display: inline-block;
        /*padding-left: 100px;*/
        font-size: 100%;
        line-height: 15px;
        padding: 0 2em;
    }
    #every_news .dallof {
        display: none;
    }
    .js-news-trigger {
        top: 20px;
        font-size: 30px;
    }
    .actualnist .container {
        min-height: 80px;
    }
}
@media screen and (max-width: 400px) {
    .actualnist .container {
        min-height: 105px;
    }
}
.eventstools {
    display: none!important;
}
.trinity a{
    margin-left: 0!important;
}
.slide__mom {
    position: absolute;
    bottom: 12%;
    right: 3%;
    font-size: 170%;
    /* text-align: right; */
    background-color: rgba(52, 61, 84, 0.3);
    padding: .3em;
    color: #fff;
}
.slide__mom h1 {
    color: #fff;
}
/*#hometimeline .homenewsul {*/
    /*margin-top: 0;*/
/*}*/
#homelastnews {
    border-right: 2px solid #1c2337;
}
@media screen and (max-width: 640px) {
    #homelastnews {
        border-right: 0;
    }
}
#homenews.twitter #homelastnews {
    width: 100% !important;
    border-right:none;
}
#homenews.twitter #hometimeline {
    width: 33.3%;
}
@media screen and (max-width: 991px) {
    #homenews.twitter #homelastnews,
    #homenews.twitter #hometimeline {
        width: 100%;
    }
}
@media screen and (max-width: 991px) {
    #homenews.twitter #hometimeline {
        border-top: none!important;
    }
    #homenews.twitter #hometimeline h2 {
        margin-top: 1em;
    }
}
#hometimeline span{
    display: block;
    font-size: 12px;
    text-transform: none;
}
#hometimeline span span {
    display: inline-block;
    color: #8899a6;
}
#hometimeline a:active {
    color: #2B7BB9;
}

#hometimeline a {
    color: #000;
}
#hometimeline a:hover {
    color: #000;
}
#homenews.twitter #hometimeline a,
#homenews.twitter #hometimeline a:hover {
    color: #8899a6;
}
#homenews.twitter #hometimeline h2 {
    text-align:right;
    padding-right: 30px;
}
#homenews.twitter #hometimeline .homenewsul {
    margin-top: 0;
}
#homenews.twitter #homelastnews ul li a{
    text-align: justify;
}
@media screen and (max-width: 640px) {
    .share__new {
        display: none;
    }
    .g-recaptcha {
        transform:scale(0.67);
        transform-origin:0 0;
    }
}
.child-slider .child-slide {
    height: auto;
}
.bx-wrapper .bx-pager .bx-pager-item,.child-slider .bx-wrapper .bx-controls-auto .bx-controls-auto-item{
    display: none;
}
/*.bx-wrapper .bx-prev {*/
    /*left: -100px;*/
/*}*/
/*.bx-wrapper .bx-next {*/
    /*right: -100px;*/
/*}*/
.candidates h1 {
    margin: 1em 0;
}
.candidates form button {
    margin-bottom: 1em;
}
.candidates .btn {
    display: inline-block;
    margin: auto;
    min-width: 120px;
    width: 250px;
    text-align: center;
    padding: 0.2em 2em;
    background: transparent;
    color: #333d54;
    text-decoration: none;
    text-transform: uppercase;
    border: 3px solid #333d54;
    cursor: pointer;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    margin-bottom: 1em;
}
.candidates .btn:hover {
    background: #333d54;
    color: #fff;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
}
.candidates .btn:focus {
    outline: none;
}
.candidates .btn[disabled] {
    cursor: not-allowed;
    opacity: .3;
}
#myTabContent .alert .close {
    color: #a90300;
}
.alert, .form-control {
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
.has-error {
    border-color: #a94442;
}
.has-error:focus {
    border-color: #a94442;
    -webkit-box-shadow: 0 5px 5px rgba(169, 3, 0, 0.07);
    box-shadow: 0 5px 5px rgba(169, 3, 0, 0.07);
}
.center {
    text-align: center;
}
a:focus {
    outline: none;
}
.bootstrap-filestyle span label {
    height: 34px;
    font-size: 14px;
}
.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group,
.input-group-btn:first-child>.btn:focus, .input-group-btn:first-child>.btn-group:focus{
    outline: none;
    margin-bottom: 0;
}
.dropdown-menu {
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/*Slick slider*/
.slick-prev, .slick-next {
    z-index: 10;
}
.slick-prev:before, .slick-next:before {
    color: #333d54!important;
    font-size: 30px!important;
}
.slick-prev {
    top: auto!important;
    left: auto!important;
    bottom: 0;
    right: 70px!important;
}
.slick-next {
    right: 30px!important;
    top: auto!important;
    bottom: 0;
}
.timeline_item .tltitle {
    color: #56a3d8!important;
}
.timeline_item .tltitle:hover {
    text-decoration: underline;
    color: #56a3d8!important;
}

#content > a {
    color: #56a3d8!important;
}
#content > a:hover {
    text-decoration: underline;
    color: #56a3d8!important;
}
.dropdown-menu > li {
    margin-left: 0!important;
}
.dropdown-menu.custom-dropdown {
    left: auto;
    right: 0;
    top: 50px;
}
.dropdown-menu.custom-dropdown > li > a {
    padding-left: 35px;
    text-transform: initial;
}
.dropdown-menu.custom-dropdown li a i {
    font-size: 20px;
    position: absolute;
    left: 10px;
    color: #000;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
.dropdown-menu.custom-dropdown li:first-child a:hover i {
    color: #34b6e2;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
.dropdown-menu.custom-dropdown li:nth-child(2) a:hover i {
    color: #8BC34A;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
.dropdown-menu.custom-dropdown li:last-child a:hover i {
    color: #f15461;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
.dropdown-menu .divider {
    margin-left: .5em!important;
    margin-right: .5em;
}
.form-login h4, .form-singin h4{
    text-align: center;
    margin: .5em;
    text-transform: uppercase;
}
.btn.btn-primary.active {
    background: #333d54;
    color: #fff;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
}

/*Chosen restyle*/

.chosen-container {
    width: 100%!important;
    text-decoration: initial!important;
}
#log_in .chosen-container .chosen-single span {
    color: #555555;
    font-size: 14px;
}
#log_in .chosen-container .chosen-results {
    max-height: 80px;
}
#log_in .chosen-container-single .chosen-single, #log_in .chosen-container-active .chosen-single {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    border: 1px solid #cccccc;
    background-image: none;
    padding: 6px 12px;
    height: 37px;
    background-color: #fff;
}
#log_in .chosen-container-single .chosen-single div {
    width:14px;
    top:6px;
}
#log_in .chosen-results .highlighted {
    background-image: none;
    background-color: #34b6e2;
}

.candidates .chosen-container .chosen-single span{
    color: #555555;
    font-size: 14px;
}
.candidates .chosen-container-single-nosearch .chosen-single, .candidates .chosen-container-active .chosen-single, .candidates .chosen-container-single .chosen-single, .candidates .chosen-container-active .chosen-single {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    border: 1px solid #cccccc;
    background-image: none;
    padding: 6px 12px;
    height: 37px;
    background-color: #fff;
}
.candidates .chosen-container .chosen-results {
    border-color: #555;
    color: #555;
}
.candidates .chosen-container-single-nosearch .chosen-single div {
    width:14px;
    top:6px;
}
.candidates .chosen-container .chosen-results li.active-result.highlighted {
    background-image: none;
    background-color: #34b6e2;
}
.candidates .chosen-container-single .chosen-single div {
    width:14px;
    top:6px;
}
.news-article {
    background-color: #fff;
    padding: 15px 1em;
}
.news-article .news-article-link {
    padding-left: 15px;
}
.news-article .news-article-link a {
    display: block;
}
.news-article .news-article-link a:hover {
    text-decoration: underline;
}
.news-article .news-article-title {
    margin-bottom: .5em;
}
@media screen and (max-width: 991px) {
    .news-article .news-article-link {
        margin: 1em 0 .5em 0;
    }
}
.form-group .list-unstyled li{
    margin-left: 0;
    list-style-image: none;
}
.avatar_name {
    position: absolute;
    top: 7px;
    left: -5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
}
span.avatar_name {
    background-color: #34b6e2;
    font-size: 150%;
    font-weight: bold;
    color: #fff;
}
span.avatar_name p{
    position: absolute;
    display: block;
    top: 6px;
    left: 11px;
    margin: 0;
}
.btn-settings {
    line-height: 12px;
    text-transform: capitalize!important;
    text-align: left;
}
.btn-settings i {
    display: block;
    font-size: 14px;
    font-style: normal;
}
.btn-settings small {
    font-size: 12px;
    max-width: 100px;
    overflow:hidden;
    display:inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dropdown-menu:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: -5px;
    right: 20px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ffffff;
}
.dropup .dropdown-menu:before {
    display: none;
}
.dropup .dropdown-menu:after{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    bottom: -5px;
    left: 10px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ffffff;
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    margin-bottom: -4px;
}
.alert  {
    position: relative;
}
.alert i {
    font-size: 40px;
    top: 6px;
    position: absolute;
}
.alert p, .alert h4 {
    padding-left: 40px;
}
.js-fixed {
    position: fixed;
    top: 60px;
    right: 0;
    left: 0;
    z-index: 200;
    text-align: center;
}
.js-fixed .alert{
    padding-right: 0;
}
.yellow_link {
    color: #ffed22;
}
.candidates .alert .fa {
    top: 30px;
}
.social-authorization li {
    float: left;
    list-style-type: none;
    margin-left: 0;
    margin-right: 20px;
}
.social-authorization li a {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #fff;
    position: relative;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
.social-authorization li a i {
    position: absolute;
    top: 5px;
    left: 6px;
    font-size: 18px;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
}
.social-authorization li:nth-child(1) a i {
    color: #d73d32;
}
.social-authorization li:nth-child(2) a i {
    color: #4867aa;
    top: 5px;
    left: 7px;
}
.social-authorization li:nth-child(3) a i{
    color: #41abe1;
    top: 5px;
    left: 5px;
}
.social-authorization li a:hover i {
    color: #fff;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
}
.social-authorization li:nth-child(1) a {
    border: 2px solid #d73d32;
    /*border: 2px solid yellow;*/
}
.social-authorization li:nth-child(2) a {
    border: 2px solid #4867aa;
}
.social-authorization li:nth-child(3) a {
    border: 2px solid #41abe1;
}
.social-authorization li:nth-child(1) a:hover {
    background-color: #d73d32;
}
.social-authorization li:nth-child(2) a:hover {
    background-color: #4867aa;
}
.social-authorization li:nth-child(3) a:hover {
    background-color: #41abe1;
}
textarea {
    padding: 1em;
}
#tlltabs label:first-child {
    margin-right: 75px;
}
#tlltabs label:first-child:after {
    display: none;
}
.child__item-img-zero {
     background-image: url(../files/bg/child/happy-baby.png);
     background-repeat: no-repeat;
     background-size: 50%;
     background-position: center center;
     color: #41abe1;
     -webkit-transition: .3s ease all;
     -moz-transition: .3s ease all;
     -ms-transition: .3s ease all;
     -o-transition: .3s ease all;
     transition: .3s ease all;
 }
.child__item-img-zero:hover {
    background-position: center 40px;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
.child__item-more {
    text-align: center;
    font-size: 2em;
    color: #41abe1;
    opacity: 0;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
.child__item a:hover ~ .child__item-more {
    opacity: 1;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
.parents__item-img-zero {
    background-image: url(../files/bg/child/family.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center center;
    color: #41abe1;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
.parents__item-img-zero:hover {
    background-position: center 40px;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
.parents__item-more {
    text-align: center;
    font-size: 2em;
    color: #41abe1;
    opacity: 0;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
.parents__item a:hover ~ .parents__item-more {
    opacity: 1;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
.passport__content .clo-md-12 ul li {
    list-style-type: none;
}
#othertags_list label:first-child {
    margin-right: 0;
}
.postHeader .info i {
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
}
.disqus tbody tr td:nth-child(1){
    padding: 1em .5em;
}
.disqus tbody tr td:nth-child(2){
    padding-right: .5em;
}
@media screen and (max-width: 992px) {
    .ellipsis_select {
        width: 100%!important;
    }
}
.twitter #homelastnews .homenewsul li {
    width:33.3%;
}
@media screen and (max-width: 660px) {
    .twitter #homelastnews .homenewsul li {
        width: 100%;
    }
}

.new-error{
    color: #a94442;
    font-size: 13px;
    font-weight: normal;
    display: block;
}

.main_title_event{
        text-decoration: underline;
    }
    .event_i_wrapp .date_val{
        display: flex;
        align-items: flex-end;
    }
    .event_i_wrapp .place>span{
        margin: 0 20px 0 0;
    }
    .event_i_wrapp .place{
            padding: 20px 10px 20px 33px;
    }
    .events_wrapper .events_name_w{
        display: flex;flex-direction: column;
    }
    .events_wrapper .title_date_text_evn{
        font-weight: bold;
        text-decoration: underline;
        margin: 0 10px 10px 0;
    }
    .events_wrapper .place_wrapp{
        height: 40px;
        display: flex;
        margin: 10px 0;
    }
    .events_wrapper>h3{
        font-weight: bold;
        font-size: 25px;
        margin: 50px auto;
        text-align: center;
    }
    .events_wrapper>.event_i_wrapp{
        margin: 20px 0;
    }
    .events_wrapper .contacts{
        border-top: 2px solid;
        padding: 15px 0;
    }
    .events_wrapper>img{
        max-width: 120px; 
        margin: 20px auto; 
        padding: 40px 0 0 0;
        display: block;
    }
    .events_wrapper{
        background: linear-gradient(180deg, rgba(0,153,255,0.56) 0%, rgba(255,255,255,1) 49%, rgba(0,153,255,0.56) 100%);
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }
    .regions_list .flaticon-external1{
        display: none;
    }