.target {
    display: none;
}

/****************specialView***************/
.blackAndWhite {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    /*-ms-filter: grayscale(100%);*/
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.blackAndWhiteInvert,
.blackAndWhiteInvert img,
.blackAndWhiteInvert embed,
.blackAndWhiteInvert video {
    -webkit-filter: grayscale(100%) invert(100%);
    -moz-filter: grayscale(100%) invert(100%);
    /*-ms-filter: grayscale(100%) invert(100%);*/
    -o-filter: grayscale(100%) invert(100%);
    filter: grayscale(100%) invert(100%);
}

.icon_accessibility:hover {
    cursor: pointer;
}

.specialViewArea {
    padding: 10px 20px 20px 20px;
    width: 265px;
    right: 0;
    color: #674881;
    font-family: "SegoeUIRegular";
}

.appearance {
    margin-bottom: 10px;
    clear: both;
    display: table;
    width: 100%;
}

.squareBox {
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    font-size: 27px;
    font-weight: bolder;
    cursor: pointer;
    background: #828282;
    border: 2px solid #353535;
    color: #fff;
}

.specialTitle {
    /*border-bottom: 1px solid #a84f4a;*/
    font-size: 18px;
}

.squareAppearances {
    float: left;
    margin-right: 5px;
}

.squareBox.spcNormal {
    background: #674881;
    /*border-color: #743733;*/
}

.squareBox.spcWhiteAndBlack {
    background: #828282;
    border-color: #353535;
}

.squareBox.spcDark {
    background: #3e3e3e;
    border-color: #777777;
}

.fontSmaller {
    font-size: 24px;
}

.fontBigger {
    font-size: 26px;
}

.defaultSlider {
    height: 4px !important;
    background: #b7b7b7;
    border: none;
}

.defaultSlider span {
    border-radius: 50%;
    outline: none;
    background: #674881 !important;
    cursor: pointer !important;
    width: 25px !important;
    height: 25px !important;
    top: -11px !important;
    box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #ccc;
    -o-box-shadow: 0 0 5px #ccc;
    -ms-border-shadow: 0 0 5px #ccc;
    /*cursor: pointer !important;*/
    margin-bottom: 10px;
}

.sliderZoom {
    margin: 15px 0 20px 0;
}

.sliderText {
    margin-bottom: 20px;
}

.defaultSlider span:focus, .defaultSlider span:hover {
    border-color: #d3d3d3;
}

.defaultSlider .ui-slider-range {
    background: #674881;
}

/******************speciel_box*****************/

.speciel_box span {
    border-bottom: 1px solid #333333;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
}

.speciel_box {
    display: inline-block;
    color: #333333 !important;
}

.speciel_relative {
    display: inline-block;
    position: relative;
}

.specialBoxList {
    position: relative;
    z-index: 5;
    display: inline-block;
    text-align: right;
}

.specialBoxList li {
    display: inline-block;
    padding: 0 7px;
    border-left: 1px solid #674881;
}

.mediaNoDisplay, .speciel_relative {
    list-style: none;
}

.specialBoxList li a {
    color: #fff;
}

.specialBoxList li a span {
    position: relative;
    top: -23px;
    width: 100px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 40px;
    line-height: 1.3;
}

.specialBoxList li:hover a {
    text-decoration: underline;
    transition: all 0.3s ease !important;
}

.specialBoxList li i {
    font-size: 20px;
    color: #674881;
    transition: all 0.3s ease-in-out;
}

.specialBoxList li i:hover {
    transform: scale(1.15);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul {
    margin: 0;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto !important;
    border: none;
}

html, body {
    position: relative;
    background-color: #fff;
    height: 100%;
}

.wrapper {
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.bg_color {
    position: relative;
    overflow: hidden;
    background-color: #e9dbf4;
    padding-bottom: 220px;
}

.bg_color.bg_color2 {
    overflow: visible;
    padding-bottom: 0;
}

.bg_color.bg_color2:after {
    background: url("../img/logo_bg.png") center center no-repeat;
    background-position-y: -25px;
    height: 100%;
    margin: 0 0 0 60px;
}

.bg_color:after {
    content: '';
    background: url("../img/logo_bg.png") center center no-repeat;
    width: 100%;
    height: 1276px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    margin: 160px 0 0 60px;
}

.no_padding {
    position: relative;
    padding: 0;
}

@font-face {
    font-family: "SegoeUIBold";
    src: url("../fonts/SegoeUIBold.woff") format("woff");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "SegoeUI-Semibold";
    src: url("../fonts/SegoeUI-Semibold.woff") format("woff");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "SegoeUI-Semilight";
    src: url("../fonts/SegoeUI-Semilight.woff") format("woff");
    font-style: normal;
    font-weight: normal;
}

/*::-webkit-input-placeholder {color:#373737;}*/
/*::-moz-placeholder          {color:#373737;}!* Firefox 19+ *!*/
/*:-moz-placeholder           {color:#373737;}!* Firefox 18- *!*/
/*:-ms-input-placeholder      {color:#373737;}*/

/************************header_block********************/

.header_block {
    position: relative;
    padding: 15px 0;
}

.lang_with_specialbox {
    width: 100%;
    text-align: right;
}

.lang {
    display: inline-block;
    position: relative;
    z-index: 1;
    top: -2px;
}

.lang li {
    display: inline-block;
    padding: 0 7px;
    border-left: 1px solid #969696;
}

.lang li:first-child {
    border-left: none;
}

.lang li a {
    font-family: "SegoeUI-Semibold";
    font-size: 16px;
    color: #969696;
}

.lang li.active a {
    color: #674881;
}

.logo_img {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 15px 0 20px 0;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

.logo_img:hover {
    -webkit-box-shadow: 0 0 20px 15px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0 0 20px 15px rgba(255, 255, 255, 1);
    box-shadow: 0 0 20px 15px rgba(255, 255, 255, 1);
}

a.site_name {
    position: relative;
    z-index: 1;
    float: right;
    text-align: right;
    font-family: "SegoeUI-Semibold";
    font-size: 24px;
    color: #674881;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    margin: 35px 0 15px 0;
    text-transform: uppercase;
}

a.site_name:hover {
    opacity: 0.7;
}

a.site_name hr {
    display: table;
    border-top: 2px solid #eaac16;
    margin: 3px 0 0 auto;
    width: 270px;
    text-align: right;
}

.flag_img {
    position: relative;
    z-index: 1;
    float: right;
    margin-top: 35px;
    transition: all 0.3s ease-in-out;
}

.flag_img:hover {
    transform: scale(1.05);
}

.form_search .form-control:focus {
    border-color: #805f9b;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(128, 95, 155, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(128, 95, 155, 0.6);
}

/*******************modal******************/

#my_modal {
    padding: 0 !important;
}

.modal-backdrop.fade {
    opacity: 0.3 !important;
}

#my_modal .modal-content {
    background: #e9dbf4;
    border-radius: 0;
    height: 140px;
}

#my_modal .modal-content .close {
    float: none;
    top: 0;
    right: 0;
    font-size: 80px;
    font-weight: 100;
    color: #805f9b;
    position: absolute;
    margin: -15px 100px 0 0;
    opacity: 1;
    border: none;
    outline: none;
}

#my_modal .modal-content .close:hover {
    color: #bc91d7;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

#my_modal .modal-content .form_search .input-group {
    width: 50%;
    margin: 20px auto 0 auto;
}

#my_modal .modal-content .form_search .input-group .form-control {
    min-height: 40px;
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px;
    padding: 6px 15px;
}

.search_label {
    font-size: 24px;
    color: #805f9b;
    text-align: center;
    margin-bottom: 6px;
}

#my_modal .modal-dialog {
    width: 100%;
    margin: 0 auto 30px auto;
}

.btn-primary {
    background: #805f9b;
    border: none;
    border-radius: 22px;
    outline: none;
    min-width: 140px;
    height: 40px;
    padding: 6px 18px;
}

.btn-primary .glyphicon {
    margin: 0 8px 0 0;
}

.btn-primary:hover {
    background: #bc91d7;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

/***********************head_menu***************/

.head_menu {
    position: relative;
    z-index: 4;
    margin: 5px 0 0 0;
}

.head_menu .navbar {
    min-height: inherit;
    border: none;
    margin-bottom: 0;
}

.head_menu .navbar-collapse {
    padding: 0;
}

.head_menu .navbar-nav {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.head_menu .navbar-nav li {
    padding: 0;
    float: inherit;
    min-height: 60px;
}

.head_menu .navbar-nav li a {
    display: table-cell;
    width: 100px;
    vertical-align: middle;
    height: 60px;
    position: relative;
    font-size: 16px;
    font-family: "SegoeUIBold";
    color: #674881;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 18px;
}

.head_menu .navbar-nav li a:focus,
.head_menu .navbar-nav li a:hover {
    background-color: transparent;
    outline: none;
}

.head_menu .nav.navbar-nav li.active > a {
    color: #fff;
    cursor: default;
    background-color: #674881;
}

.head_menu .navbar-nav li a:hover {
    color: #fff;
    transition: all 0.3s ease;
    background-color: #674881;
}

.head_menu .nav .open li.active {
    color: #674881;
    cursor: default;
}

.head_menu .navbar-toggle {
    margin-left: 12px;
}

.head_menu .navbar-toggle .icon-bar {
    background-color: #8c7c97;
}

.head_menu .navbar-header > span {
    display: none;
    text-align: left;
    font-size: 22px;
    color: #674881;
    margin-top: 6px;
}

.head_menu .nav .open > a, .head_menu .nav .open > a:focus,
.head_menu .nav .open > a:hover {
    background-color: #674881;
    border-color: transparent;
    color: #fff;
}

.head_menu .dropdown-menu {
    background-color: #e9dbf4;
}

.head_menu .dropdown-menu li {
    display: block;
    width: 100%;
    min-height: inherit;
}

.head_menu .dropdown-menu li a {
    font-size: 16px !important;
    color: #674881;
    text-transform: initial !important;
    white-space: normal;
    width: 100%;
    display: block;
    height: auto;
    text-align: left;
}

.head_menu .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.head_menu .dropdown-menu > .active > a, .head_menu .dropdown-menu > .active > a:focus,
.head_menu .dropdown-menu > .active > a:hover {
    background-color: transparent;
}

.head_menu_fixed {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1010;
    margin: 0;
    border: none;
    background-color: #e9dbf4;
    -webkit-box-shadow: 0 4px 5px 0 rgb(220, 189, 241);
    -moz-box-shadow: 0 4px 5px 0 rgb(220, 189, 241);
    box-shadow: 0 4px 5px 0 rgb(220, 189, 241);
}

.head_menu_fixed + .content {
    padding-top: 100px;
    background-color: #fff;
}

/*******************slider_block***************/

.slider_block {
    position: relative;
    z-index: 1;
    margin: 20px 0 0 0;
}

#slider {
    width: 100%;
    height: 410px;
    margin-bottom: 30px;
}

.slider_block .owl-carousel .owl-wrapper-outer {
    padding-top: 6px;
    height: 424px;
}

#slider .item {
    width: 99%;
    margin: 0 auto;
    height: 410px;
}

#slider .description {
    background-color: #fff;
    position: relative;
    width: 50%;
    min-height: 410px;
    float: left;
    font-family: "SegoeUIBold";
    font-size: 24px;
    color: #c1a7d7;
    line-height: 1.3;
    -webkit-box-shadow: 0 0 5px 0 rgba(155, 155, 155, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(155, 155, 155, 0.75);
    box-shadow: 0 0 5px 0 rgba(155, 155, 155, 0.75);
}

#slider .description .description_text {
    display: table-cell;
    vertical-align: middle;
    height: 410px;
    padding: 25px 40px;
}

#slider .slider_img {
    position: relative;
    overflow: hidden;
    width: 50%;
    float: left;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

#slider .slider_img img {
    width: 100%;
    height: 410px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
}

#slider .slider_img span {
    display: none;
    position: absolute;
    /*background: url("../img/plus.png") rgba(0, 0, 0, 0.45) center center no-repeat;*/
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#slider .slider_img:hover span {
    display: block;
}

#slider .slider_img:hover img {
    transform: scale(1.05) translate(-50%, -50%);
}

#slider .item:hover .slider_img span {
    display: block;
}

#slider .item:hover .slider_img img {
    transform: scale(1.05) translate(-50%, -50%);
}

.slider_title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1;
}

.slider_text {
    font-family: "SegoeUI-Semilight";
    font-size: 18px;
    color: #565656;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
}

a.read_all {
    display: inline-block;
    background-color: #c1a7d7;
    border-radius: 30px;
    border: 1px solid #c1a7d7;
    min-width: 130px;
    font-family: "SegoeUIBold";
    font-size: 16px;
    color: #fff;
    line-height: 1;
    text-decoration: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    text-align: center;
    padding: 13px 10px;
    margin: 30px 0 0 0;
}

a.read_all:hover {
    background-color: transparent;
    color: #c1a7d7;
}

#slider .owl-prev,
#slider .owl-next {
    position: absolute;
    border: 1px solid #000;
    width: 71px;
    height: 63px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#slider .owl-prev {
    left: -11%;
}

#slider .owl-next {
    right: -11%;
}

#slider .owl-next .glyphicon,
#slider .owl-prev .glyphicon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 22px;
    color: #000;
}

#slider .owl-next:hover,
#slider .owl-prev:hover {
    background-color: #fff;
    border-color: #fff;
}

#slider .owl-pagination {
    margin: 20px 0 0 0;
    text-align: center;
}

#slider .owl-pagination > .owl-page {
    width: 17px;
    height: 17px;
    background-color: transparent;
    border: 1px solid #674881;
    border-radius: 50%;
    display: inline-block;
    margin: 10px 5px;
}

#slider .owl-pagination > .owl-page.active {
    background-color: #674881;
}

/***********************info_block*******************/

.info_block {
    margin: -170px 0 0 0;
}

.info_box {
    width: 100%;
    display: inline-block;
    margin: 25px 0 15px 0;
    border: none;
}

.info_box > li {
    background-color: #fff;
    width: 16.1%;
    float: left;
    height: 206px;
    text-align: center;
    font-family: "RobotoCondensed-Regular";
    margin: 5px 3px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-box-shadow: 0 0 4px 0 rgba(103, 72, 129, 0.75);
    -moz-box-shadow: 0 0 4px 0 rgba(103, 72, 129, 0.75);
    box-shadow: 0 0 4px 0 rgba(103, 72, 129, 0.75);
}

.info_box > li._menuBtn.active {
    background-color: #C1A7D7;
}

.info_box > li a {
    position: relative;
    display: block;
    height: 100%;
    font-size: 16px;
    font-family: "SegoeUIBold";
    text-decoration: none;
    text-transform: uppercase;
    color: #525252;
    line-height: 1.2;
    padding: 40px 10px 15px 10px;
    border: none;
    border-radius: 0;
    margin: 0;
    cursor: pointer;
}

.info_box > li a span {
    position: relative;
    z-index: 1;
}

.info_box > li a img {
    display: block;
    margin: 0 auto 25px auto;
}

.info_box > li a:hover:before {
    border-radius: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.info_box > li a:before {
    content: '';
    display: block;
    position: absolute;
    border-radius: 50%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #C1A7D7;
    -webkit-transform: scale(0);;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.info_box > li a:hover {
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.info_box > li._menuBtn.active a img,
.info_box > li a:hover img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}


/**********************ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬ËœÃƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹_ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â´ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»******************/

.title {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-family: "SegoeUIBold";
    font-size: 20px;
    color: #4d4d4d;
    text-transform: uppercase;
    margin: 15px 0 25px 0;
}

.news_box {
    position: relative;
    overflow: hidden;
    height: 325px;
    padding: 0;
    margin: 5px;
}

.news_box:hover img {
    transform: translate(-50%, -50%) scale(1.05);
}

.news_box a {
    position: absolute;
    font-family: "SegoeUIBold";
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.3;
    z-index: 1;
    bottom: 0;
    padding: 30px;
}

.news_box:after {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.news_box img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.news_box .date_text {
    top: 0;
}

.date_text {
    position: absolute;
    top: 5px;
    left: 15px;
    z-index: 1;
    background-color: #c1a7d7;
    width: 80px;
    height: 70px;
    font-family: "SegoeUI-Semilight";
    font-size: 16px;
    color: #674881;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.1;
    padding: 8px 0 0 0;
}

.date_text p {
    font-size: 30px;
    font-family: "SegoeUI-Semibold";
    margin: 0;
}

a.mini_news_box {
    display: block;
    margin: 5px;
    font-family: "SegoeUI-Semibold";
    font-size: 16px;
    line-height: 1.3;
    color: #525252;
}

a.mini_news_box:hover .mini_news_img img {
    transform: translate(-50%, -50%) scale(1.03);
}

.mini_news_img {
    background-color: #f5f5f5;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 225px;
}

.mini_news_img:after {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
}

.mini_news_img img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.mini_news_box span {
    display: block;
    margin: 15px 0;
}

a.all_news_link {
    display: table;
    font-family: "SegoeUIBold";
    font-size: 16px;
    color: #525252;
    text-decoration: none;
    border-bottom: 1px solid #525252;
    margin: 15px 0 10px auto;
}

a.all_news_link:hover {
    border-bottom-color: transparent;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

/*********************map_block******************/

.map_box {
    position: relative;
    overflow: hidden;
    height: 460px;
    margin: 20px 0;
}

.map_box img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.form_box {
    width: 26.5%;
    display: inline-block;
    margin-right: 12px;
}

.form_box label {
    font-family: "SegoeUI-Semibold";
    font-size: 18px;
    color: #3c3c3c;
    text-transform: uppercase;
}

#select {
    border: none;
    width: 170px;
    font-size: 18px;
    font-weight: 800;
}

.form_box .chosen-container {
    width: 100% !important;
}

.form_box .chosen-container-single .chosen-single {
    padding: 6px 10px 6px 12px;
    color: #777;
}

.form_box .chosen-container-active.chosen-with-drop .chosen-single {
    background-image: none;
}

.clear_btn {
    display: inline;
}

.clear_btn .btn {
    background-color: #c1a7d7;
    border-color: #c1a7d7;
    width: 16%;
    padding: 6px 12px;
    border-radius: 0;
    font-size: 18px;
    font-family: "SegoeUI-Semibold";
    line-height: 1;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.clear_btn .btn:hover {
    background-color: #613e7d;
    border-color: #613e7d;
}

.clear_btn .btn-primary.active.focus, .clear_btn .btn-primary.active:focus, .clear_btn .btn-primary.active:hover,
.clear_btn .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover {
    background-color: #613e7d;
    border-color: #613e7d;
}

/***************usefulllinks_block************/

.usefulllinks_block {
    margin-bottom: 50px;
}

.usefulllinks_block .owl-carousel .owl-wrapper-outer,
.partners_block .owl-carousel .owl-wrapper-outer {
    padding-top: 4px;
    height: 90px;
}

#links_slider,
#partners_link {
    position: relative;
    z-index: 2;
    padding: 0 100px;
}

#links_slider .item,
#partners_link .item {
    display: table;
    min-height: 80px;
    margin: 0 7px !important;
}

#links_slider li .description,
#partners_link li .description {
    background-color: #fff;
    position: relative;
    padding: 5px 15px 5px 90px;
    display: table-cell;
    vertical-align: middle;
    height: 80px;
    -webkit-box-shadow: 0 0 5px 0 rgba(155, 155, 155, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(155, 155, 155, 0.75);
    box-shadow: 0 0 5px 0 rgba(155, 155, 155, 0.75);
}

#links_slider li .description:hover,
#partners_link li .description:hover {
    background-color: #674881;
}

#links_slider li .description:hover a,
#partners_link li .description:hover a {
    color: #fff;
    text-decoration: none;
}

#links_slider li .description.description2 {
    /*padding: 5px 15px 5px 110px;*/
}

#links_slider li .description.description2 img {
    /*left: 15px;*/
}

#links_slider li .description img,
#partners_link li .description img {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

#links_slider li .description a,
#partners_link li .description a {
    display: inline-block;
    font-size: 16px;
    font-family: "SegoeUIRegular";
    color: #3c3c3c;
    line-height: 1.2;
}

#links_slider .owl-prev,
#links_slider .owl-next,
#partners_link .owl-prev,
#partners_link .owl-next {
    position: absolute;
    border: 1px solid #c2c2c2;
    width: 57px;
    height: 51px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

#links_slider .owl-prev,
#partners_link .owl-prev {
    left: 1.8%;
}

#links_slider .owl-next,
#partners_link .owl-next {
    right: 1.8%;
}

#links_slider .owl-next .glyphicon,
#links_slider .owl-prev .glyphicon,
#partners_link .owl-next .glyphicon,
#partners_link .owl-prev .glyphicon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 18px;
    color: #9b9b9b;
}

#links_slider .owl-next:hover,
#links_slider .owl-prev:hover,
#partners_link .owl-next:hover,
#partners_link .owl-prev:hover {
    background-color: #c2c2c2;
}

#links_slider .owl-next:hover .glyphicon,
#links_slider .owl-prev:hover .glyphicon,
#partners_link .owl-next:hover .glyphicon,
#partners_link .owl-prev:hover .glyphicon {
    color: #fff;
}

/******************partners_block****************/

.partners_block {
    margin-bottom: 50px;
}

#partners_link li .description img {
    left: 15px;
}

#partners_link li .description {
    padding: 5px 10px 5px 155px;
}

#partners_link li .description a {
    font-size: 14px;
}

/*******************footer_block*****************/

.footer {
    position: relative;
    overflow: hidden;
    background-color: #727272;
    /*padding: 30px 0;*/
    padding: 30px 0 30px 0;
    font-family: "SegoeUIRegular";
    font-size: 16px;
    color: #fff;
}

.footer:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: url("../img/footer_bg.png") center center no-repeat;
    width: 100%;
    height: 1364px;
    margin: 170px 0 0 5px;
}

.footer_logo a {
    position: relative;
    z-index: 1;
    display: table;
    min-height: 130px;
    font-family: "SegoeUI-Semibold";
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.footer_logo span {
    display: table-cell;
    vertical-align: middle;
    height: 130px;
    padding: 10px 10px 10px 160px;
}

.footer_logo a img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.footer_logo a hr {
    width: 420px;
    margin: 0;
    border-top: 2px solid #eaac16;
}

.footer_block .head_menu {
    margin: 0;
}

.footer_block .head_menu .nav .open > a, .footer_block .head_menu .nav .open > a:focus,
.footer_block .head_menu .nav .open > a:hover {
    background-color: transparent;
    text-decoration: underline;
}

.footer_block .head_menu .nav.navbar-nav li.active > a {
    background-color: transparent;
    text-decoration: underline;
}

.footer_block .head_menu .navbar-nav li a:hover {
    background-color: transparent;
    text-decoration: underline;
}

.footer_block .head_menu .navbar-nav li {
    min-height: inherit;
}

.footer_block .head_menu .navbar-nav li a {
    display: block;
    vertical-align: inherit;
    width: auto;
    height: auto;
    color: #fff;
    padding: 15px 35px;
}

.footer_block .head_menu .navbar-nav .dropdown-menu li a {
    padding: 15px 15px !important;
}

.footer_block .head_menu .navbar-nav li:first-child a {
    padding: 15px 35px 15px 0;
}

.footer_block .head_menu .navbar-nav li:last-child a {
    padding: 15px 0 15px 35px;
}

.footer_block .head_menu .nav.navbar-nav li.active > a {
    color: #fff;
    text-decoration: underline;
}

.footer_block .head_menu .dropdown-menu {
    background-color: #727272;
    /*position: relative;*/
    float: none;
}

.footer_block > p {
    font-size: 16px;
}

.contact {
    display: inline-block;
    margin: 0 0 0 50px;
}

.contact li {
    list-style: none;
    position: relative;
    padding: 0 0 15px 40px;
    line-height: 1.3;
}

.contact li.withImg2 {
    font-size: 16px;
}

.contact li.withImg2 span {
    font-size: 18px;
}

.contact li.withImg:before {
    content: '';
    background: url("../img/location.png") no-repeat;
    width: 19px;
    height: 28px;
    position: absolute;
    left: 0;
}

.contact li.withImg2:before {
    content: '';
    background: url("../img/telephone.png") no-repeat;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 0;
}

.social_network {
    position: relative;
    z-index: 1;
    text-align: right;
}

.social_network li {
    display: inline-block;
    margin: 0 7px 10px 7px;
}

.social_network li a {
    position: relative;
    display: table;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

.social_network li a:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.social_network li a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.footer_text {
    display: block;
    /*margin: 30px 0 30px 0;*/
    margin-top: 8px;
    font-size: 16px;
}

.brand {
    margin-top: -20px;
    text-align: right;
}

.brand img {
    margin-top: 5px;
}

/**************************inner*********************/

.inner_block > hr {
    width: 100px;
    border-top: 2px solid #eaac16;
    margin: 15px 0 20px 0;
}

.title_in {
    font-family: "SegoeUIBold";
    font-size: 28px;
    color: #674881;
    line-height: 1;
    margin: 20px 0 20px 0;
}

.inner_block .breadcrumb {
    background-color: transparent;
    font-size: 16px;
    padding: 0 0 20px 0;
    margin: 0;
    font-family: "SegoeUIRegular";
}

.inner_block .breadcrumb li a {
    color: #000000;
    text-decoration: underline;
}

.inner_block .breadcrumb li a:hover {
    text-decoration: none;
}

.breadcrumb > li + li:before {
    content: '>';
    color: #000000;
}

.inner_block .breadcrumb > .active {
    color: #000000;
}

.left_content {
    width: 30%;
}

/******************left_menu***************/

.left_menu,
.left_menu .panel-default > .panel-heading + .panel-collapse > .panel-body {
    background-color: #e9dbf4;
    overflow: hidden;
    padding: 0;
    border-top: none;
}

.left_menu .panel {
    border: none;
    box-shadow: none;
}

.left_menu .panel + .panel {
    margin: 0;
}

.left_menu .panel-default > .panel-heading {
    position: relative;
    background-color: #e9dbf4;
    border: none;
    padding: 0;
}

.left_menu .panel-title a {
    display: block;
    position: relative;
    min-height: 65px;
    font-family: "SegoeUIBold";
    font-size: 16px;
    color: #525252;
    text-transform: uppercase;
    text-decoration: none;
}

.left_menu .panel-body .under_menu a:hover,
.left_menu .panel-body .under_menu a.active,
.left_menu .panel-default > .panel-heading.active,
.left_menu .panel-title a:hover {
    background-color: #674881;
    color: #fff;
}

.left_menu .panel-default > .panel-heading.active .panel-title a {
    color: #fff;
}

.left_menu .panel-default > .panel-heading.active .panel-title a:hover {
    background-color: transparent;
    cursor: default;
}

.left_menu .panel-default > .panel-heading.active .panel-title a:after {
    background-color: transparent;
}

.left_menu .panel-title a[aria-expanded="true"]:before {
    content: '';
    position: absolute;
    border-left: solid 12px rgb(186, 159, 208);
    border-bottom: solid 14px transparent;
    border-top: solid 14px transparent;
    top: 50%;
    left: 90%;
    transform: translateY(-50%) rotate(90deg);
    transition: all 0.3s ease-in-out;
}

.left_menu .panel-title a.collapsed:before {
    content: '';
    position: absolute;
    border-left: solid 12px rgb(186, 159, 208);
    border-bottom: solid 14px transparent;
    border-top: solid 14px transparent;
    top: 50%;
    left: 90%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}

.left_menu .panel-default > .panel-heading.active:before {
    display: block;
}

.left_menu .panel-title a:hover img,
.left_menu .panel-default > .panel-heading.active .panel-title a img {
    filter: brightness(0) invert(1);
}

.left_menu .panel-title a span {
    display: table-cell;
    vertical-align: middle;
    height: 65px;
    padding: 10px 40px 10px 70px;
}

.left_menu .panel-title a:after {
    content: '';
    position: absolute;
    background-color: #ba9fd0;
    width: 88%;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.left_menu li:last-child .panel-title a:after {
    background-color: transparent;
}

.left_menu .panel-title a img {
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
}

.under_menu a {
    font-family: "SegoeUIRegular";
    font-size: 16px;
    color: #525252;
    text-decoration: none;
}

.left_menu .panel-body .under_menu a {
    position: relative;
    display: block;
    min-height: 62px;
}

.left_menu .panel-body .under_menu a:before {
    content: '';
    position: absolute;
    background-color: #674881;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    top: 50%;
    left: 55px;
}

.left_menu .panel-body .under_menu a:hover:before,
.left_menu .panel-body .under_menu a.active:before {
    background-color: #fff;
}

.left_menu .panel-body .under_menu a.active:hover {
    cursor: default;
}

.left_menu .panel-body .under_menu a:after {
    content: '';
    position: absolute;
    background-color: #ba9fd0;
    width: 88%;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.left_menu .panel-body .under_menu a span {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    height: 62px;
    padding: 10px 25px 10px 85px;
}

.popular_topics {
    display: none;
    font-family: "SegoeUIBold";
    font-size: 18px;
    color: #674881;
    margin: 30px 0 15px 0;
}

.popular_topics_list li {
    display: none;
    padding: 5px 30px 5px 0;
}

.popular_topics_list li a {
    display: block;
    font-family: "SegoeUIBold";
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 7px;
}

.popular_topics_list .date_text_in {
    display: inline-block;
    font-family: "SegoeUIRegular";
}

.all_views {
    display: inline-block;
    position: absolute;
    /* left: 70%; */
    right: 5%;
    /* margin: 5px 0 12px 0; */
}

.all_views .glyphicon {
    top: 2px;
    margin-right: 5px;
    color: #674881;
}

.right_content {
    width: 70%;
}

.content_box {
    margin-bottom: 40px;
}

.content_box a {
    font-family: "SegoeUIBold";
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    color: #000;
}

.date_text_in {
    display: block;
    font-family: "SegoeUIBold";
    font-size: 14px;
    color: #000;
    margin: 5px 0 12px 0;
}

.content_text {
    font-family: "SegoeUIRegular";
    font-size: 18px;
    color: #000;
    line-height: 1.3;
}

.pagination_box {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.pagination_box .pagination > li,
.pagination_box .pagination > li > span {
    display: inline-block;
    min-height: 44px;
    border-radius: 50%;
    margin: 0 3px;
}

.pagination_box .pagination > li > a, .pagination_box .pagination > li > span {
    border-radius: 50%;
    padding: 0;
    width: 44px;
    display: table-cell;
    vertical-align: middle;
    height: 44px;
    float: inherit;
    color: #929393;
}

.pagination_box .pagination > .active > a, .pagination_box .pagination > .active > a:focus,
.pagination_box .pagination > .active > a:hover, .pagination_box .pagination > .active > span,
.pagination_box .pagination > .active > span:focus, .pagination_box .pagination > .active > span:hover {
    background-color: transparent;
    border-color: transparent;
    color: #929393;
}

#links_slider .links_slider_img, #partners_link .links_slider_img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    width: 50px;
    height: auto;
}

/*.menu{*/
/*display: none;*/
/*}*/
/*.menu.open{*/
/*display: block;*/
/*}*/

.info_box .sub-menu {
    z-index: 2;
    display: none;
    clear: both;
    background: #c1a7d7;
    position: absolute;
    left: 3px;
    width: 99.3%;
    -webkit-box-shadow: 0 3px 4px 0 rgba(103, 72, 129, 0.75);
    -moz-box-shadow: 0 3px 4px 0 rgba(103, 72, 129, 0.75);
    box-shadow: 0 3px 4px 0 rgba(103, 72, 129, 0.75);
}

.info_box .sub-menu li {
    position: relative;
    width: 33.3%;
    min-height: 80px;
    float: left;
    padding: 0 15px;
}

.info_box .sub-menu li:hover {
    background-color: #674881;
}

.info_box .sub-menu li.active {
    background-color: #674881;
}

.info_box .sub-menu li.active:hover a {
    cursor: default;
}

.info_box li.active .sub-menu {
    display: block;
}

.info_box .sub-menu > li:before {
    content: '';
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    z-index: 3;
}

.info_box .sub-menu > li a {
    display: table-cell;
    vertical-align: middle;
    padding: 5px 15px 5px 35px;
    height: 80px;
    text-align: left;
    color: #fff;
}

.info_box > li.active a {
    color: #fff;
}

.info_box .sub-menu li a:before {
    display: none;
}

.map_filter form {
    display: none;
}


.leadership {
    padding: 0 0 50px 0;
}

.leadership .box_frame {
    float: left;
    margin-right: 15px;
    min-width: 115px;
}

.persons .box_frame {
    width: 200px;
    height: 180px;
    object-fit: cover;
    overflow: hidden;
}

.leadership .box_frame, .leadership .head_text {
    display: table-cell;
    vertical-align: top;
}

.leadership .col-md-6 {
    padding: 0 15px 0 0;
}

.head_name {
    font-size: 16px;
    color: #000;
}

.head_name p {
    text-transform: uppercase;
}

.head_name span {
    display: block;
    margin: 0 0 5px;
}

.leadership .col-md-12 {
    margin-bottom: 20px;
}

.item .date {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    color: #909090;
}

.content_box .pdf {
    margin-bottom: 20px;
}

.docs .content_box a {
    font-size: 15px !important;
}

.dics .content_box {
    margin-bottom: 25px;
}

.docs_l span.glyphicon {
    font-size: 35px;
    color: #674881;
    margin-right: 10px;
}

.docs_r, .docs_l {
    display: table-cell;
    vertical-align: top;
}

.docs .date_text_in {
    font-family: SegoeUIRegular;
    font-style: italic;
    color: #674881;
}

@media only screen and (min-width: 481px) {
    .flex-row.row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .flex-row.row > [class*='col-'] {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .flex-row.row:after, .flex-row.row:before {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .flex-row.row > [class*='col-'] > .box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

.flex-row .thumbnail, .flex-row .caption {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-row .caption h4.flex-text, .flex-row .caption div.flex-text {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.gridImageBox img {
    /*width: 100%;*/
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: zoom-in;
}

.gridImageBox {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 220px;
    margin-bottom: 20px;
}

.all_box_title {
    font-size: 20px;
    text-transform: uppercase;
    color: #999999;
    margin: 10px 0 10px 15px;
}

section.beta {
    color: #ff1f19;
    padding: 7px 0;
    font-size: 16px;
    font-style: italic;
    position: fixed;
    bottom: 0 !important;
    z-index: 99;
    width: 100%;
    background: rgba(255, 255, 255, 0.85);
}

.form_search .btn {
    background-color: #ba9fd0;
    color: #fff;
}

.form_search .btn:hover {
    background-color: #674881;
}

.inner_block {
    padding-bottom: 20px;
}

/*SiteMap*/
#tree {
    /* width: 100%; */
    /* font-size: 16px; */
    font-weight: bold;
}

#tree .tree {
    /* min-height:20px; */
    /* padding: 0; */
    /* margin-bottom:20px; */
    /* background-color: #ffffff; */
    /*border:1px solid #00acf9;*/
    /* border: none; */
    /* -webkit-border-radius:4px; */
    -moz-border-radius: 4px;
    /* border-radius:4px; */
    /* -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05); */
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    /* box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05); */
}

#tree .tree a {
    border: none;
    padding: 0;
}

#tree .tree a:hover {
    color: inherit;
}

#tree .tree li {
    list-style-type: none;
    /* margin:0; */
    margin: 0px 10px 0px 25px;
    padding: 10px 5px 4px 18px;
    position: relative;
}

#tree .tree ul li ul li a {
    /* font-size: 18px; */
    color: #674881;
}

#tree .tree ul li ul li ul li a {
    /* font-size: 16px; */
}

#tree .tree li::before, #tree .tree li::after {
    content: '';
    left: -20px;
    position: absolute;
    right: auto
}

#tree .tree li::before {
    border-left: 1px solid #674881;
    bottom: 50px;
    height: 100%;
    top: 0;
    width: 1px;
}

#tree .tree li::after {
    border-top: 1px solid #674881;
    height: 20px;
    top: 27px;
    width: 38px;
}

#tree .tree li span {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #674881;
    border-radius: 5px;
    display: inline-block;
    padding: 3px 6px;
    text-decoration: none;
    letter-spacing: 2px;
}

#tree .tree li.parent_li > span {
    cursor: pointer;
    background: #e9dbf4;
}

#tree .tree > ul > li::before, #tree .tree > ul > li::after {
    border: 0
}

#tree .tree li:last-child::before {
    height: 30px
}

#tree .tree li.parent_li > span:hover, #tree .tree li.parent_li > span:hover + ul li span {
    background: #e9dbf4;
    border: 1px solid #94a0b4;
    color: #000;
    opacity: 0.8;
}

[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px; /* margin-right: .3em; *//* line-height:14px; *//* vertical-align:text-top; */
    background-image: url("../img/glyphicons-halflings.png"); /* background-position:14px 14px; *//* background-repeat:no-repeat; *//* margin-top:7px; *//* padding-right: 20px; */
}

.icon-plus-sign {
    background-position: 0 -96px;
}

.icon-minus-sign {
    background-position: -24px -95px; /* margin-top: 4px; */
}

.icon-folder-open {
    background-position: -408px -120px;
    width: 16px;
}

.icon-share-alt {
    background-position: -336px -94px;
}

/*SiteMap*/

.result_info {
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 3px solid #674881;
}

.searchPage .content_box {
    margin-bottom: 10px;
}

.old-site {
    color: #eaac16;
    display: block;
    margin-top: 5px;
}

section.footer_block {
    position: relative;
    z-index: 5;
}

.old-site:hover, .old-site:focus {
    color: #eaac16;
}

.counter {
    margin-top: 15px;
}

.persons img {
    cursor: pointer;
}

.appeal-tab-content .tab-pane {
    padding-top: 20px;
}

label.captcha-label {
    display: block;
}

.appealCaptcha {
    padding: 6px 0 0 10px;
    cursor: pointer;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.captchaInput {
    height: 35px;
    padding: 2px 10px;
    font-size: 19px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.fitVideoImg a {
    height: 170px;
    position: relative;
    display: block;
}

.fitVideoImg a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}

.fitVideoImg a::after {
    content: '';
    position: absolute;
    background: url("../img/play-button.png") no-repeat;
    width: 64px;
    height: 64px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.imagesList {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
}

.imagesList > a {
    width: 100px;
    height: 100px;
    margin: 5px;
}

.imagesList > a img {
    object-fit: cover;
    width: inherit;
    height: inherit;
}
