/* start general style */
/* start general style */
* {
    margin: 0px;
    padding: 0px;
    font-family: "ArialAMU";
    word-wrap: break-word;
}

ul, ol, li {
    font-style: normal !important;
    font-weight: normal !important;
}

.fa {
    font: normal normal normal 14px/1 FontAwesome !important;
}

.owl-carousel .owl-item img{
    width: 70%;
}

.new-slider{
    float: right;
}

.link-block {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.link-block-width {
    display: block;
    width: 100%;
    text-decoration: none;
}

.image-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.image-contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.image-radius {
    border-radius: 70px;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    -ms-border-radius: 70px;
    -o-border-radius: 70px;
}

/* end general style */
/* end general style */


/* start header */
/* start header */
header {
    position: relative;
    width: 100%;
    height: 167px;
    padding-top: 107px;
    box-sizing: border-box;
    z-index: 999;
}

.header-top {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 106px;
    background-color: #2f6092;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    z-index: 888;
}

.header-top-center {
    position: relative;
    width: 1160px;
    height: 100%;
    margin: 0px auto;
    padding-top: 10px;
    box-sizing: border-box;
    z-index: 1;
}

.header-top-bg-place {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.header-top-small-center {
    width: 1090px;
    height: 105px;
    margin: 0px auto;
}

.header-logo-place {
    width: 94px;
    height: 90px;
    float: left;
    /*margin-right: 50px;*/
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
}

.header-title {
    max-width: 430px;
    max-height: 90px;
    float: left;
    margin-top: 20px;
    text-transform: uppercase;
    text-align: center;
    font-size: 22px;
    color: #fff;
    overflow: hidden;
}

.header-title a {
    max-height: 90px !important;
    font-size: 22px;
    color: #fff;
}

.header-text {
    font-size: 12px;
}

.search-place {
    position: relative;
    height: 18px;
    float: right;
    margin: 30px 20px 0px 0px;
    color: #d9e0e2;
    cursor: pointer;
    z-index: 0;
}

.fa-search {
    margin-right: 10px;
}

.fa-angle-down {
    margin-left: 10px;
}

.search-open-place {
    position: absolute;
    display: none;
    top: 100%;
    right: 0px;
    min-width: 250px;
    border: 1px solid #CCC;
    box-shadow: 1px 1px 2px #929292;
    cursor: default;
    z-index: 1;
}

.search-open-child {
    position: relative;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 0;
}

.search-close-place {
    position: absolute;
    bottom: 101%;
    right: -1px;
    width: 18px;
    height: 18px;
    text-align: center;
    background-color: #959492;
    color: #d9e0e2;
    cursor: pointer;
    z-index: 0;
}

.fa-times {
    margin-top: 2px;
    font-size: 12px;
}

.form-inp {
    width: 100%;
    margin-bottom: 15px;
    padding: 5px;
    border: 1px solid #CCC;
}

.form-btn {
    display: block;
    width: 100%;
    padding: 7px 0px;
    text-align: center;
    color: #fff;
    background-color: #2c81bd;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.form-btn:hover {
    background-color: #959492;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.login-place {
    position: relative;
    height: 18px;
    float: right;
    margin: 30px 20px 0px 0px;
    color: #d9e0e2;
    cursor: pointer;
    z-index: 0;
}

.fa-lock {
    margin-right: 10px;
}

.login-open-place {
    position: absolute;
    display: none;
    top: 100%;
    right: 0px;
    min-width: 250px;
    border: 1px solid #CCC;
    box-shadow: 1px 1px 2px #929292;
    cursor: default;
    z-index: 1;
}

.login-open-child {
    position: relative;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 0;
}

.login-close-place {
    position: absolute;
    bottom: 101%;
    right: -1px;
    width: 18px;
    height: 18px;
    text-align: center;
    background-color: #959492;
    color: #d9e0e2;
    cursor: pointer;
    z-index: 0;
}

.form-label {
    font-size: 12px;
    color: #000;
}

.forgot-password {
    display: block;
    margin-bottom: 15px;
    text-decoration: none;
    color: #000;
    font-size: 12px;
}

.header-right-place {
    float: right;
}

.header-notofocation-place {
    position: relative;
    height: 17px;
    float: left;
    margin-right: 10px;
    color: #fff;
    cursor: pointer;
}

.header-notofocation-icon-place {
    position: relative;
    z-index: 0;
}

.header-notofocation-icon-place p {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding-right: 11px;
    line-height: 17px;
    color: #fff;
    font-size: 14px;
    text-align: right;
    box-sizing: border-box;
    z-index: 2;
}

.notification-count-text {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding-right: 16px;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    text-align: right;
    box-sizing: border-box;
    z-index: 2;
}

.vacant-notification-count-text {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding-right: 16px;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    text-align: right;
    box-sizing: border-box;
    z-index: 2;
}

.header-open-notification-place {
    position: absolute;
    display: none;
    top: 115%;
    right: 0px;
    width: 300px;
    height: auto;
    padding: 10px;
    background-color: #fff;
    cursor: default;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.75);
    box-sizing: border-box;
    border-radius: 15px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: 1;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.language-place {
    float: right;
    margin-top: 30px;
}

.flags-place {
    width: 98px;
    height: 17px;
    float: right;
}

.language-link {
    width: 23px;
    height: 17px;
    float: left;
    margin-right: 14px;
}

.language-link:last-child {
    margin-right: 0px;
}

.header-bottom {
    width: 100%;
    height: 60px;
    background-color: #f4f6f7;
}

.header-bottom-center {
    position: relative;
    width: 1480px;
    height: 100%;
    margin: 0px auto;
    z-index: 0;
}

.header-menu {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    list-style: none;
    padding-top: 4px;
    box-sizing: border-box;
    z-index: 0;
}

.header-menu-item {
    display: table-cell;
    padding: 0px 20px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    color: #1e2c63;
    border: 2px solid #eff2f4;
    border-top: 2px solid transparent;
    cursor: pointer;
}

.header-menu-item:nth-of-type(2) .header-sub-menu .header-other-sub-inner-menu {
    width: 27%;
    column-count: 1;
}

.header-menu-item:nth-of-type(3) .header-sub-menu .header-sub-inner-menu {
    column-count: 3;
}

.header-menu-item:nth-child(4n) .header-sub-menu .header-sub-inner-menu {
    column-count: 4;
}

.header-menu-item:nth-child(5n) .header-sub-menu .header-sub-inner-menu {
    column-count: 3;
}

.header-menu-item:nth-child(5n) .header-sub-menu .header-sub-inner-menu .header-sub-inner-item .other-open-place {
    width: 27%;
}

.header-menu-item:nth-child(6n) .header-sub-menu .header-sub-inner-menu .header-sub-inner-item .other-open-place {
    width: 27%;
}

.header-menu-item:nth-child(6n) .header-sub-menu .header-sub-inner-menu {
    margin-right: 0px;
    padding: 0px 6px;
}

.header-menu-item:nth-child(6n) .header-sub-menu .header-sub-inner-menu .header-sub-inner-item:nth-of-type(1) .other-open-menu .other-open-menu-item:nth-of-type(1) {
    background-color: #dededc;
}

.header-menu-item:nth-child(6n) .header-sub-menu .header-sub-inner-menu .header-sub-inner-item:nth-of-type(1) .other-open-menu .other-open-menu-item:nth-of-type(2) {
    background-color: #dededc;
}

.header-menu-item:nth-child(6n) .header-sub-menu .header-sub-inner-menu .header-sub-inner-item:nth-of-type(1) .other-open-menu .other-open-menu-item:nth-of-type(3) {
    background-color: #dededc;
}

.header-menu-item:nth-child(6n) .header-sub-menu .header-sub-inner-menu .header-sub-inner-item:nth-of-type(1) .other-open-menu .other-open-menu-item:nth-of-type(1):hover {
    background-color: #2c81bd;
}

.header-menu-item:nth-child(6n) .header-sub-menu .header-sub-inner-menu .header-sub-inner-item:nth-of-type(1) .other-open-menu .other-open-menu-item:nth-of-type(2):hover {
    background-color: #2c81bd;
}

.header-menu-item:nth-child(6n) .header-sub-menu .header-sub-inner-menu .header-sub-inner-item:nth-of-type(1) .other-open-menu .other-open-menu-item:nth-of-type(3):hover {
    background-color: #2c81bd;
}

.header-menu-item:last-child {
    margin-right: 0px;
}

.header-menu-item a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #1e2c63;
    text-decoration: none;
}

.header-menu-item a:hover {
    text-decoration: none;
}

.header-sub-inner-item a {
    font-size: 13px;
}

.header-sub-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    min-height: 0px;
    height: 0px;
    background-color: #fff;
    overflow: hidden;
    z-index: 2;
    box-sizing: border-box;
}

.header-menu-item:hover {
    background-color: #fff;
    border: 2px solid #eff2f4;
    border-bottom: 2px solid transparent;
}

.header-menu-item:hover .header-sub-menu {
    min-height: 300px;
    height: auto;
    padding: 20px 0px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.header-sub-inner-menu {
    position: relative;
    width: 75%;
    list-style: none;
    float: left;
    margin-right: 20px;
    padding: 0px 15px;
    column-count: 2;
    column-gap: 20px;
    z-index: 0;
}

.header-sub-inner-menu:after {
    content: '';
    display: table;
}

.header-sub-inner-item {
    display: block;
    min-height: 30px;
    line-height: 30px;
    padding: 0px 2px;
    text-align: left;
    background-color: transparent;
    overflow: hidden;
}

.header-sub-inner-item:last-child {
    margin-bottom: 0px;
}

.header-sub-inner-item:hover {
    background-color: #2c81bd !important;
}

.header-sub-inner-item:hover .header-sub-inner-link {
    color: #fff !important;
}

.header-sub-inner-item .fa-angle-right {
    float: right !important;
    margin: 4px 0px;
    font-size: 20px !important;
}

.header-sub-inner-link {
    display: inline-block;
    width: 100%;
    color: #333;
    font-size: 12px;
    text-decoration: none;
    border-bottom: 1px solid #e1e0df;
}

.header-sub-inner-link:hover {
    text-decoration: none;
}

.header-other-sub-inner-menu {
    position: relative;
    width: 60%;
    list-style: none;
    float: left;
    padding: 0px 15px;
    column-count: 2;
    column-gap: 20px;
    z-index: 0;
}

.header-other-sub-inner-menu:after {
    content: '';
    display: table;
}

.other-open-place {
    position: absolute;
    display: none;
    top: 0px;
    left: 102%;
    width: 50%;
    height: auto;
    background-color: #ededec;
    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;
}

.other-open-menu {
    width: 100%;
    height: auto;
    list-style: none;
}

.other-open-menu-item {
    display: block;
    min-height: 30px;
    line-height: 30px;
    padding: 0px 15px;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
}

.other-open-menu-item:hover {
    background-color: #2c81bd;
}

.other-open-menu-item:hover .other-open-menu-link {
    color: #fff;
}

.other-open-menu-link {
    font-size: 12px;
    color: #333;
    text-decoration: none;
}

.other-open-menu-link:hover {
    text-decoration: none;
}


.open-mobile-menu-btn {
    display: none;
    float: right;
    margin-top: 5px;
    padding: 7px;
    color: #fff;
    background-color: #316293;
    border: none;
    outline: none;
    cursor: pointer;
}

.open-mobile-menu-btn:focus {
    outline: none;
}

.fa-bars {
    font-size: 16px;
}

.mobile-header-menu {
    position: absolute;
    display: none;
    top: 100%;
    left: 0px;
    width: 100%;
    min-height: 0px;
    height: 0px;
    background-color: #fff;
    z-index: 1;
    overflow: hidden;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.mobile-header-menu-item {
    display: block;
    margin-bottom: 10px;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    color: #333;
}

.mobile-header-menu-item:last-child {
    margin-bottom: 0px;
}

.mobile-header-sub-menu-place {
    width: 100%;
    height: 0px;
    padding: 0px 0px;
    overflow: hidden;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.mobile-header-inner-sub {
    margin-bottom: 10px;
    overflow: hidden;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.mobile-header-inner-sub:last-child {
    margin-bottom: 0px;
}

.mobile-header-inner-item {
    position: relative;
    z-index: 0;
}

.mobile-header-sub-inner-link {
    display: block;
    margin-bottom: 5px;
    color: #333;
    font-size: 14px;
}

.mobile-header-second-level {
    width: 100%;
    height: 0px;
    padding: 0px 0px;
    overflow: hidden;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.mobile-header-second-level ul {
    width: 100%;
    padding-top: 5px;
    list-style: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.mobile-second-level-item {
    position: relative;
    z-index: 0;
}

.mobile-second-level-link {
    display: block;
    margin-bottom: 5px;
    color: #333;
    font-size: 14px;
}

/* end header */
/* end header */


/* start slider */
/* start slider */
.slider-place {
    position: relative;
    width: 100%;
    height: 300px;
    z-index: 0;
}

.slider-bg-place {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url('./../images/content-bg-new.png');
    background-repeat: repeat;
    z-index: -1;
}

.slider-center {
    width: 1480px;
    height: 100%;
    margin: 0px auto;
}

.item {
    position: relative;
    z-index: 0;
}

.owl-carousel .owl-dots.disabled {
    display: block;
}

.owl-carousel .owl-nav.disabled {
    display: none;
}

.owl-carousel {
    position: relative;
    height: 100%;
    z-index: 0;
}

.owl-nav {
    display: none;
}

.owl-dots {
    position: absolute;
    bottom: 5px;
    left: 0px;
    width: 100%;
    height: 20px;
    padding-left: 250px;
    box-sizing: border-box;
    z-index: 20;
}

.owl-dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0px 5px;
    border-radius: 20px;
    background-color: #9d9e9e !important;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.owl-dot:focus {
    outline: none;
}
.owl-dots
{
    padding-left: 50px;
}
.owl-dots .active {
    background-color: #fff !important;
}

.inner-item-info-place {
    position: absolute;
    top: 0px;
    left: 0px;
    /*width: 570px;*/
    width: 444px;
    height: 300px;
    /*padding: 30px 60px 20px 160px;*/
    padding: 30px 60px 20px 60px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 100%);
    box-sizing: border-box;
    z-index: 2;
}

.inner-item-info-title {
    max-height: 130px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    overflow: hidden;
}

.inner-item-info-text p {
    max-height: 70px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 14px;
    overflow: hidden;
}

.inner-item-info-text {
    max-height: 100px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 14px;
    overflow: hidden;
}

/* start slider */
/* start slider */


/* start content */
/* start content */
.content {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 20px;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 0;
}

.content-bg-place {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url('./../images/content-bg-new.png');
    background-repeat: repeat;
    z-index: -1;
}

.content-center {
    position: relative;
    width: 1160px;
    min-height: 300px;
    height: auto;
    margin: 0px auto;
    overflow: hidden;
    z-index: 0;
}

.content-left-side {
    width: 880px;
    height: auto;
    float: left;
    margin-right: 20px;
    overflow: hidden;
    z-index: 1;
}

.content-top-news-place {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    overflow: hidden;
}

.content-top-news-blocks {
    width: 280px;
    height: 140px;
    float: left;
    margin-right: 20px;
}

.content-top-news-blocks:nth-child(3n) {
    margin-right: 0px;
}

.content-top-news-blocks:hover .content-top-text {
    color: #2c81bd;
}

.content-top-img-block {
    width: 100%;
    height: 105px;
    float: left;
}

.content-top-news-blocks:nth-of-type(1) .content-top-img-text-place {
    padding: 2px 7px;
}

.content-top-img-text-place {
    position: relative;
    width: 100%;
    height: 35px;
    padding: 8px 4px;
    float: left;
    box-sizing: border-box;
    background-color: #e5e4e1;
    z-index: 0;
}

.content-top-img-text-place::after {
    position: absolute;
    content: '';
    top: -2px;
    left: calc(50% - 2.5px);
    width: 5px;
    height: 5px;
    background-color: #e5e4e1;
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
}

.content-top-text {
    max-height: 100%;
    color: #333;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
}

.content-right-news-blocks {
    width: 100%;
    height: 140px;
    margin-bottom: 20px;
}

.content-right-news-blocks:last-child {
    margin-bottom: 0px;
}

.content-right-news-blocks:hover .content-top-text {
    color: #2c81bd;
}

.content-right-img-block {
    width: 80px;
    height: 100%;
    float: left;
}

.content-right-img-text-place {
    position: relative;
    width: 180px;
    height: 100%;
    float: left;
    padding: 8px;
    background-color: #e5e4e1;
    box-sizing: border-box;
    z-index: 0;
}

.content-right-img-text-place::after {
    position: absolute;
    content: '';
    top: 68px;
    left: -2.5px;
    width: 5px;
    height: 5px;
    background-color: #e5e4e1;
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
}

.content-all-news-place {
    width: 100%;
    height: auto;
    padding: 30px;
    background-color: #fefefe;
    box-sizing: border-box;
    overflow: hidden;
}

.content-all-news-title {
    float: left;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 20px;
    color: #1c2f7a;
}

.content-all-news-block {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    overflow: hidden;
}

.content-all-news-image-place {
    width: 250px;
    height: 130px;
    float: left;
    margin-right: 25px;
}

.content-all-news-info-place {
    width: calc(100% - 275px);
    height: auto;
    float: left;
    overflow: hidden;
}

.content-news-date {
    margin-bottom: 10px;
    font-size: 14px;
    color: #40508f;
}

.content-news-link {
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-decoration: none;
    color: #1c2f7a;
    font-size: 14px;
    font-weight: bold;
}

.content-news-desc {
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content-news-desc p {
    line-height: 16px;
    font-size: 14px;
    color: #6f6e6e;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content-right-side {
    width: 260px;
    height: auto;
    padding: 30px 20px;
    float: left;
    background-color: #959492;
    box-sizing: border-box;
    z-index: 1;
}

.content-right-side-child {
    width: 100%;
}

.content-right-side-img-info-block {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.notification-place {
    position: absolute;
    top: -10px;
    right: 0px;
    width: 34px;
    height: 22px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}

.fa-bell-o {
    font-size: 20px !important;
}

.open-vacanses-place {
    position: absolute;
    display: none;
    top: 37px;
    right: -15px;
    width: 410px;
    height: auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.75);
    box-sizing: border-box;
    cursor: default;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: 20;
}

.hide-over-height {
    height: 330px !important;
    overflow-y: scroll;
}

.hide-over-height::-webkit-scrollbar {
    width: 10px;
    background-color: #F2F2F2;
}

/* Track */
.hide-over-height::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.hide-over-height::-webkit-scrollbar-thumb {
    background-color: #959492;
    border-radius: 10px;
}

/* Handle on hover */
.hide-over-height::-webkit-scrollbar-thumb:hover {
    background-color: #959492;
}

.open-vacanses-list {
    width: 100%;
    list-style: none;
}

.open-vacanses-item {
    width: 100%;
    margin-bottom: 15px;
    font-size: 10px;
    color: #ababab;
    text-align: left;
}

.open-vacanses-itevacanses-placem:last-child {
    margin-bottom: 0px;
}

.notification-date {
    color: #ababab;
}

.notification-link {
    text-decoration: none;
    text-transform: uppercase;
    color: #56ace8;
    font-size: 10px;
}

.notification-link:hover {
    text-decoration: none;
}

.content-right-side-img-place {
    width: 140px;
    height: 140px;
    margin: 0px auto 10px;
    border-radius: 70px;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    -ms-border-radius: 70px;
    -o-border-radius: 70px;
}

.right-side-text {
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
}

.content-right-side-img-info-block:hover .right-side-text {
    color: #000;
}

.free-vacances-decision-place {
    width: 100%;
}

.free-vacances-decision-link {
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
    color: #1c2f7a;
    font-size: 16px;
}
/* end content */
/* end content */


/* rss place */
/* rss place */
.rss-link {
    padding: 3px 6px;
    float: right;
    text-transform: uppercase;
    font-size: 16px;
    color: #1c2f7a;
    background-color: #fff;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.rss-link:hover {
    text-decoration: none;
    color: #fff;
    background-color: #959492;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
/* rss place */
/* rss place */


/* start transparency */
/* start transparency */
.transparency-center {
    position: relative;
    width: 1160px;
    min-height: 200px;
    height: auto;
    margin: 20px auto 0px;
    overflow: hidden;
    z-index: 0;
}

.transparency-title {
    margin-bottom: 20px;
    padding: 0px 30px;
    color: #333;
    font-size: 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.transparency-text {
    margin-bottom: 20px;
    padding: 0px 30px;
    color: #333;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.transparency-intro-place {
    width: 1160px;
    height: auto;
    margin: 0px auto;
    overflow: hidden;
}

.transparency-intro-place-child {
    width: 100%;
}

.transparency-intro-blocks {
    width: 270px;
    height: 225px;
    float: left;
    margin: 0px 26px 26px 0px;
}

.transparency-intro-blocks:nth-child(4n) {
    margin: 0px 0px 26px 0px;
}

.transparency-intro-img-place {
    width: 100%;
    height: 140px;
}

.transparency-intro-info-blocks {
    display: table;
    width: 100%;
    height: 85px;
    padding: 7px 7px 0px 7px;
    border: 1px solid #eaeaea;
    border-top: none;
    background-color: #f7f7f7;
    box-sizing: border-box;
    overflow: hidden;
}

.transparency-intro-blocks:hover .transparency-intro-info-link {
    color: #2c81bd;
}

.transparency-intro-info-link {
    display: table-cell;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    color: #000;
}

.transparency-intro-info-link:hover {
    color: #2c81bd;
}

.transparency-activity-place {
    width: 1160px;
    height: auto;
    margin: 0px auto;
    overflow: hidden;
}

.transparency-activity-title {
    margin-bottom: 20px;
    padding: 0px 30px;
    color: #333;
    font-size: 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.transparency-activity-place-child {
    width: 100%;
}

.transparency-activity-blocks {
    width: 370px;
    height: 125px;
    float: left;
    margin: 0px 25px 25px 0px;
    padding: 8px;
    box-sizing: border-box;
    background-color: #fff;
    outline: 1px solid #eaeaea;
}

.transparency-activity-blocks:nth-child(3n) {
    margin: 0px 0px 25px 0px;
}

.transparency-activity-img-block {
    width: 98px;
    height: 98px;
    float: left;
    margin: 7px 10px 0px 0px;
}

.transparency-activity-link {
    display: table;
}

.transparency-activity-img-text {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    color: #333;
    font-size: 14px;
}

.transparency-activity-link:hover .transparency-activity-img-text {
    color: #2c81bd;
}

/* start transparency */
/* start transparency */


/* start news single */
/* start news single */
.content-news-center {
    position: relative;
    width: 1160px;
    min-height: 300px;
    height: auto;
    margin: 0px auto 30px;
    overflow: hidden;
    z-index: 0;
}

.content-news-big-img-place {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}

.content-news-big-img {
    width: 450px;
    float: left;
    margin: 0px 30px 20px 0px;
}

.content-news-big-img-place p {
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
}

.content-news-title {
    margin-bottom: 20px;
    font-size: 22px;
    color: #333;
}

.content-news-text-block p {
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
}

.content-news-image-video-title {
    margin: 10px 0px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #333;
}

.content-news-image-video-place {
    width: 1160px;
    margin: 0px auto;
    overflow: hidden;
}

.content-news-image-video-blocks {
    width: 270px;
    height: 230px;
    float: left;
    margin: 0px 26px 26px 0px;
}

.content-news-image-video-blocks:nth-child(4n) {
    margin: 0px 0px 26px 0px;
}

.my-frame {
    width: 100%;
    height: 100%;
}

.my-new-frame {
    width: 100%;
    height: 600px;
    margin-bottom: 30px;
}

.files-place {
    width: 1160px;
    margin: 0px auto;
    overflow: hidden;
}

.files-blocks {
    width: 270px;
    height: 90px;
    float: left;
    margin: 0px 26px 26px 0px;
    padding: 10px;
    box-sizing: border-box;
    background-color: #fff;
    outline: 1px solid #eaeaea;
    overflow: hidden;
}

.files-blocks:nth-child(4n) {
    margin: 0px 0px 26px 0px;
}

.files-blocks-audio {
    width: 270px;
    height: 75px;
    float: left;
    margin: 0px 26px 26px 0px;
    padding: 10px 0px;
    box-sizing: border-box;
    background-color: #fff;
    outline: 1px solid #eaeaea;
    overflow: hidden;
}

.files-blocks-audio:nth-child(4n) {
    margin: 0px 0px 26px 0px;
}

audio {
    width: 100%;
}

.files-blocks a {
    display: table;
    color: #333;
}

.files-blocks a span {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    font-size: 14px;
}

.files-blocks a:hover {
    color: #2c81bd;
}

.pdf-icon-place {
    width: 40px;
    height: 46px;
    float: left;
    margin: 15px 10px 0px 0px;
}

/* start news single */
/* start news single */


/* start single */
/* start single */
.content-single-place {
    width: 100%;
    height: auto;
    padding: 15px;
    background-color: #fefefe;
    box-sizing: border-box;
    overflow: hidden;
}

.single-title {
    margin-bottom: 10px;
    text-align: center;
    color: #434242;
    font-size: 20px;
    font-weight: normal;
}

.single-sub-title {
    margin-bottom: 10px;
    text-align: center;
    color: #434242;
    font-size: 14px;
    font-weight: normal;
}

.single-sub-title a {
    margin-bottom: 25px;
    text-align: center;
    text-decoration: none;
    color: #434242;
    font-size: 14px;
    font-weight: normal;
}

.single-sub-title a:hover {
    text-decoration: none;
}

.single-judges-place {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.single-judges-link-place {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}

.single-judges-link-place p {
    margin-bottom: 5px;
    font-size: 14px;
    color: #333;
}

.single-judges-link-place a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    color: #2c81bd;
    word-spacing: 10px;
}

.single-judges-link-place a:hover {
    text-decoration: underline;
}

.single-judges-link-date {
    margin-bottom: 5px;
    font-size: 14px;
    color: #333;
}

.single-judges-link {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    color: #2c81bd;
    word-spacing: 10px;
}

.single-judges-link:hover {
    text-decoration: underline;
}

.single-info-title {
    margin-bottom: 10px;
    text-align: center;
    color: #434242;
    font-size: 18px;
    font-weight: normal;
}

.single-info-text-place {
    width: 100%;
    overflow: hidden;
}

.single-info-text-place p {
    margin-bottom: 10px;
    color: #434242;
    font-size: 14px;
    font-weight: normal;
}

.single-info-text {
    margin-bottom: 10px;
    color: #434242;
    font-size: 14px;
    font-weight: normal;
}

.single-judges-date {
    margin-bottom: 15px;
    color: #333;
    font-size: 14px;
    text-align: center;
}

.single-judges-title {
    margin-bottom: 15px;
    color: #333;
    font-size: 14px;
    text-align: center;
}

.event-img-place {
    width: 430px;
    height: 286;
    margin: 0px auto 15px;
}

.event-images-place {
    width: 880px;
    margin: 0px auto;
    overflow: hidden;
}

.event-images-blocks {
    width: 201px;
    height: 140px;
    float: left;
    margin: 0px 15px 15px 0px;
}

.event-images-blocks:nth-child(4n) {
    margin: 0px 0px 15px 0px;
}

.single-judges-child {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    overflow: hidden;
}

.single-judges-item {
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #e5e4e1;
    cursor: pointer;
    box-sizing: border-box;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.single-judges-item-text {
    max-width: calc(100% - 20px);
    width: calc(100% - 20px);
    line-height: 30px;
    float: left;
    font-size: 14px;
    color: #000;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.single-judges-position {
    margin-right: 5px;
    font-weight: bold;
}

.fa-plus-square-o {
    margin-top: 6px;
    float: right;
    font-size: 20px;
    color: #6184ae;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.fa-minus-square-o {
    display: none;
    margin-top: 6px;
    float: right;
    font-size: 20px;
    color: #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.single-judges-info-open-block {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
}

.single-judges-info-open-img {
    width: 0px;
    height: 0px;
    float: left;
    margin: 0px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.spain-judges-info-open-img {
    width: 0px;
    height: 0px;
    float: left;
    margin: 0px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.single-judges-info-open-text {
    width: 0px;
    height: 0px;
    line-height: 22px;
    overflow: hidden;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.judge-open-text-title {
    font-weight: bold;
}

.judge-open-text-decor {
    font-weight: bold;
    text-decoration: underline;
}

.single-judges-info-open-block p {
    width: 0px;
    height: 0px;
    line-height: 22px;
    overflow: hidden;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

/* start single */
/* start single */


/* start contact */
/* start contact */
.contact-center {
    width: 940px;
    height: auto;
    margin: 0px auto;
    background-color: #fff;
}

.contact-top-transparency-place {
    position: relative;
    width: 880px;
    min-height: 100px;
    margin: 0px auto;
    z-index: 0;
}

.contact-top-transparency-child {
    position: absolute;
    top: -100px;
    left: 0px;
    width: 100%;
    z-index: 1;
}

.contact-navigation-place {
    width: 880px;
    margin: 0px auto;
    padding-top: 20px;
    box-sizing: border-box;
}

.contact-navigation-place a {
    text-transform: capitalize;
    text-decoration: none;
    color: #2c81bd;
}

.contact-navigation-place a:hover {
    text-decoration: none;
}

.fa-angle-right {
    margin: 0px 5px;
}

.contact-navigation-place span {
    text-transform: capitalize;
    color: #2c81bd;
}


.contact-info-place {
    width: 880px;
    height: auto;
    margin: 0px auto;
    padding: 20px 0px;
    box-sizing: border-box;
    overflow: hidden;
}

.contact-info-left {
    width: 300px;
    height: auto;
    float: left;
    margin-right: 30px;
}

.contact-info-left p {
    font-size: 14px;
    color: #333;
}

.contact-info-left p:first-child {
    margin-bottom: 20px;
}

.contact-info-right {
    width: 550px;
    height: auto;
    margin-top: -17px;
    float: left;
}

.check-radio-place {
    width: 100%;
    height: 20px;
    margin-bottom: 20px;
}

.addressee-name {
    font-size: 14px;
    margin-bottom: 10px;
}

.check-label {
    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    margin-bottom: 15px;
    font-size: 14px;
    cursor: pointer;
}

.check-selects-place {
    display: none;
}

select {
    width: 100%;
    padding: 5px 15px;
    margin: 0px 0px 20px 0px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-top: none;
    outline: none;
    height: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #333;
    background-color: #fff;
    background-image: linear-gradient(45deg, transparent 50%, #0e0e0e 50%),
    linear-gradient(135deg, #0e0e0e 50%, transparent 50%),
    linear-gradient(to right, #fff, #fff);
    background-position: calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
}

select::-ms-expand {
    display: none;
}

@media screen and (min-width:0\0) {
    select {
        background: none\9;
        padding: 5px\9;
    }
}

option {
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.contact-inp-place {
    width: 100%;
}

.contact-inp {
    width: 48%;
    height: 35px;
    float: left;
    margin: 0px 4% 20px 0px;
    padding: 0px 15px;
    font-size: 14px;
    color: #333;
    outline: none;
    border: 1px solid #ccc;
    border-top: none;
    box-sizing: border-box;
}

.contact-inp:nth-child(2n) {
    margin-right: 0px;
}

.contact-inp::placeholder {
    font-size: 14px;
    color: #333;
}

.contact-textarea {
    max-width: 100%;
    min-width: 100%;
    max-height: 250px;
    min-height: 250px;
    padding: 15px;
    outline: none;
    font-size: 14px;
    color: #333;
    border: 1px solid #ccc;
    border-top: none;
    box-sizing: border-box;
}

.contact-textarea::placeholder {
    font-size: 14px;
    color: #333;
}

.protest-text {
    margin: 10px 0px 20px;
    font-size: 14px;
    color: #333;
}
.protest-text label {
    cursor: pointer;
}

.contact-error-message {
    margin: 5px 0px;
    text-align: center;
    color: red;
    font-size: 14px;
    font-style: italic;
}

.contact-btn {
    display: block;
    padding: 5px 10px;
    float: left;
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
    background-color: #2c81bd;
    border: 1px solid #2c81bd;
    outline: none;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.contact-btn:hover {
    color: #2c81bd;
    background-color: #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.map-place {
    width: 100%;
    height: 350px;
}

#map {
    width: 100%;
    height: 100%;
}

.gm-style-iw-c {
    max-height: 220px !important;
}

.gm-style-iw-d {
    height: auto !important;
}

.gm-style-iw div {
    max-width: 100% !important;
    max-height: 100% !important;
}

.open-map-info {
    height: auto;
    padding: 8px;
    background-color: #fff;
    outline: 1px solid #eee;
    overflow: hidden;
    box-sizing: border-box;
}

.open-map-info-img {
    display: block;
    width: 120px !important;
    height: 90px !important;
    margin: 0px auto;
}

.open-map-info-desc {
    margin: 0px auto 10px;
    text-align: center;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

.open-map-info-desc-bdx {
    margin: 0px auto 10px;
    text-align: center;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

.open-map-info-address {
    margin: 0px auto 10px;
    text-align: center;
    font-size: 14px;
    color: #333;
}

.open-map-info-phone {
    margin: 0px auto 10px;
    text-align: center;
    font-size: 14px;
    color: #333;
}

.open-map-info-email {
    margin: 0px auto 10px;
    text-align: center;
    font-size: 14px;
    color: #333;
}

.open-map-info p {
    margin: 0px auto 10px !important;
    text-align: center !important;
    font-size: 14px !important;
    color: #333 !important;
}

.upload-btn {
    display: block;
    margin-bottom: 10px;
    padding: 5px 10px;
    float: left;
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
    background-color: #2c81bd;
    border: 1px solid #2c81bd;
    outline: none;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.upload-btn:hover {
    color: #2c81bd;
    background-color: #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.terms-link {
    text-decoration: none;
    color: #2c81bd;
}

.terms-link:hover {
    text-decoration: none;
}
/* end contact */
/* end contact */


/* start pagination place */
/* start pagination place */
.pagination_place {
    width: 100%;
    height: 22px;
    line-height: 22px;
    float: left;
}

.pagination_center {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0px auto;
    text-align: center;
}

.pagination_decor_abs1 {
    position: absolute;
    top: 12px;
    left: -91px;
    width: 74px;
    height: 1px;
    background-color: #03264f;
    z-index: 10;
}

.pagination_decor_abs2 {
    position: absolute;
    top: 12px;
    right: -91px;
    width: 74px;
    height: 1px;
    background-color: #03264f;
    z-index: 10;
}

.pagination_btns {
    display: inline-block;
    /*width: 160px;*/
    width: 100%;
    height: 100%;
    margin: 0px auto;
    text-align: center;
}

.pagination_btns .pagination {
    width: 100%;
    height: 100%;
    list-style: none;
    text-align: center;
}

.pagination_btns .pagination li {
    display: inline-block;
}

.pagination_btns .pagination .disabled {
    display: inline-block;
    text-decoration: none;
}

.pagination_btns .pagination .disabled span {
    margin: 0px 5px;
    font-family: 'OpenSans-Light';
    font-size: 18px;
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

.pagination_btns .pagination .disabled span:hover {
    color: #1c2f7a;
}

.pagination_btns .pagination .active span {
    margin: 0px 6px;
    font-family: 'OpenSans-Light';
    font-size: 18px;
    color: #333;
}

.pagination_btns .pagination .active span:hover {
    color: #1c2f7a;
}

.pagination_btns .pagination li a {
    margin: 0px 5px;
    font-family: 'OpenSans-Light';
    font-size: 18px;
    color: #333;
    text-decoration: none;
}

.pagination_btns .pagination li a:hover {
    color: #1c2f7a;
}

.pagination_link {
    margin: 0px 5px;
    font-family: 'OpenSans-Light';
    font-size: 18px;
    color: #333;
    text-decoration: none;
}

.pagination_link_active {
    color: #333;
}

.pagination_link:hover {
    color: #1c2f7a;
}

.pagination_points {
    color: #333;
}

/* end pagination place */
/* end pagination place */


/* start address */
/* start address */
.address-title {
    margin-bottom: 10px;
    text-transform: uppercase;
    text-decoration: none;
    color: #1c2f7a;
    font-size: 14px;
    font-weight: bold;
}

.address-title a {
    text-transform: uppercase;
    text-decoration: none;
    color: #1c2f7a;
    font-size: 14px;
    font-weight: bold;
}

.address-info-place {
    margin-bottom: 10px;
}

.address-text {
    font-size: 14px;
}

.address-phone {
    font-size: 14px;
    font-weight: bold;
}
/* start address */
/* start address */


/* start about court */
/* start about court */
.about-court-place {
    width: 100%;
    height: auto;
    padding: 20px;
    background-color: #fefefe;
    box-sizing: border-box;
    overflow: hidden;
}

.about-court-title {
    margin-bottom: 10px;
    text-align: center;
    color: #333;
    font-size: 20px;
}

.statistic-link {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    color: #333;
    font-size: 20px;
}

.statistic-link:hover {
    color: #333;
}

.about-court-text {
    margin-bottom: 10px;
    text-align: justify;
    color: #333;
    font-size: 16px;
}

.about-court-place p {
    margin-bottom: 10px;
    text-align: justify;
    color: #333;
    font-size: 16px !important;
}

.auth-title {
    margin-bottom: 10px;
    color: #333;
    font-size: 18px;
}
/* start about court */
/* start about court */

/* start about court president */
/* start about court president */
.court-president-place {
    width: 100%;
}

.court-president-img-place {
    /*width: 267px;*/
    width: 550px;
    height: 400px;
    margin: 10px auto;
}

.court-president-menu {
    list-style: none;
    text-align: center;
}

.court-president-menu-item {
    display: block;
    margin-bottom: 10px;
}

.court-president-item-link {
    text-decoration: none;
    color: #1c2f7a;
    font-size: 16px;
}

.court-president-item-link:hover {
    text-decoration: none;
}

.court-member-time {
    color: #333;
}
/* start about court president */
/* start about court president */


/* decision place */
.decision-place {
    width: 100%;
    margin: 20px 0px;
}

.decision-title {
    margin-bottom: 10px;
    color: #333;
    font-size: 20px;
}

.decision-date {
    margin-bottom: 10px;
    color: #333;
    font-size: 16px;
}

.decision-link {
    display: block;
    text-decoration: none;
}

.decision-link:hover {
    text-decoration: underline;
    color: #1c2f7a;
}

.decision-link p {
    color: #333;
}
/* decision place */


/* department place */
.department-info-place {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #95949261;
    overflow: hidden;
}

.department-info-img-place {
    width: 200px;
    height: 170px;
    margin: 0px auto 20px;
}

.department-info-title {
    margin-bottom: 10px !important;
    text-align: center !important;
    font-size: 18px !important;
    color: #1c2f7a !important;
}

.department-info-text {
    margin-bottom: 10px !important;
    text-align: center !important;
    font-size: 16px !important;
    color: #333 !important;
}

.departament-structure-image-place {
    width: 100%;
}

.departament-structure-image {
    width: 100%;
    max-width: 100%;
}
/* department place */


/* free vacances */
.free-vacances-place {
    width: 100%;
    height: auto;
    padding: 20px;
    background-color: #fefefe;
    box-sizing: border-box;
    overflow: hidden;
}

.free-vacances-text {
    margin-bottom: 30px !important;
    text-align: center !important;
    font-size: 18px !important;
    color: #333 !important;
}

.free-vacances-title {
    margin-bottom: 15px !important;
    text-align: center !important;
    font-size: 16px !important;
    color: #333 !important;
}

.vacances-table {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 15px;
    text-align: center;
    font-size: 13px;
    border: 1px solid #333;
}

.vacances-table td {
    padding: 0px 10px;
    border: 1px solid #333;
}

.vacances-table th {
    padding: 0px 10px;
    border: 1px solid #333;
}

.table, .table-bordered {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 15px;
    text-align: center;
    font-size: 13px;
    border: 1px solid #333;
}

.table, .table-bordered td {
    padding: 1px 5px;
    border: 1px solid #333;
}

.table, .table-bordered th {
    padding: 0px;
    border: 1px solid #333;
}

.free-item {
    width: 100%;
    margin-bottom: 30px;
}

.free-date {
    margin-bottom: 5px;
    font-size: 14px;
    color: #333;
}

.free-vacances-link {
    text-decoration: none;
    color: #1c2f7a;
    font-size: 16px;
}

.free-vacances-link:hover {
    text-decoration: underline;
}
/* free vacances */


/* monitoring place */
.go-to-top {
    position: fixed;
    display: none;
    right: 20px;
    bottom: 10%;
    padding: 7px;
    color: #000;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 7px;
    border: 1px solid #000;
    outline: none;
    cursor: pointer;
    z-index: 99999;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

.fa-arrow-circle-o-up {
    display: block;
    color: #000;
    font-size: 32px !important;
}

.monitoring-place {
    width: 100%;
    height: auto;
    padding: 20px;
    box-sizing: border-box;
}

.monitoring-scroll {
    width: 100%;
    padding: 20px;
    background-color: #fefefe;
    box-sizing: border-box;
    overflow: hidden;
}

.monitoring-place p {
    margin-bottom: 10px;
    color: #333;
    font-size: 16px;
}

.monitoring-text {
    margin-bottom: 10px;
    color: #333;
    font-size: 16px;
}

.monitoring-ruls-place {
    width: 100%;
    margin-top: 20px;
}

.monitoring-ruls-place p {
    margin-bottom: 10px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}
/* monitoring place */

/*  */
.left-align {
    text-align: left;
}
/*  */


/* reservation */
.reservation-date-text {
    text-align: center !important;
    font-size: 18px !important;
}

.reservation-item {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    padding: 10px;
    border-bottom: 2px solid #eff2f4;
    box-sizing: border-box;
    overflow: hidden;
}

.reservation-item-title {
    margin-bottom: 15px;
    font-size: 18px;
    color: #333;
}

.reservation-item-month-place {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.reservation-item-month-text-place {
    line-height: 35px;
    max-width: 120px;
    width: auto;
    float: left;
    margin-right: 20px;
}

.reservation-item-month-text {
    font-size: 16px;
    color: #333;
}

.reservation-month-btn-place {
    width: 720px;
    height: auto;
    float: left;
}

.reservation-btn-parent {
    width: 53px;
    height: 35px;
    float: left;
    margin: 0px 7px 7px 0px;
    border-radius: 7px;
    background-color: #2f6092;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

.reservation-btn-parent:nth-child(12n) {
    margin: 0px 0px 7px 0px;
}

.reservation-btn {
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background-color: transparent;
    border: none;
    outline: none;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    cursor: pointer;
}

.reservation-info-place {
    width: 100%;
}

.reservation-info {
    width: 100%;
    height: 0px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    overflow: hidden;
}
/* reservation */


/* commision */
.commission-info-decor {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #95949261;
}

.commission-info-text {
    margin: 5px 0px;
    text-align: center !important;
}

.commission-info-span {
    display: inline-block;
    margin: 0px 10px;
}

.commission-info-text-link {
    text-decoration: none;
    font-size: 14px;
    color: #333;
}

.commission-info-text-link:hover {
    text-decoration: none;
}
/* commision */


/* vacation */
.vacation-place {
    width: 100%;
}

.vacation-item {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding: 10px 0px;
    box-sizing: border-box;
    overflow: hidden;
}

.vacation-date {
    margin-bottom: 10px;
    text-align: center;
}

.vacation-date a {
    text-decoration: none;
    font-size: 14px;
    color: #333;
}

.vacation-date a:hover {
    text-decoration: none;
}
/* vacation */


/* partners images link place */
.partners-place {
    width: 660px;
    height: auto;
    margin: 30px auto 0px;
}

.partners-img-link-place {
    width: 150px;
    height: 50px;
    float: left;
    margin: 0px 20px 20px 0px;
}

.partners-img-link-place:nth-child(4n) {
    margin: 0px 0px 20px 0px;
}
/* partners images link place */


/* start soc place */
.soc-place {
    width: 100%;
    margin: 5px 0px 20px;
    text-align: center;
}

.soc-link {
    display: inline-block;
    margin: 0px 15px;
    color: #2f6092;
    text-decoration: none;
}

.soc-link:hover {
    text-decoration: none;
}

.soc-link .fa {
    font-size: 28px !important;
}
/* end soc place */

/* start footer */
/* start footer */
footer {
    width: 100%;
    overflow: hidden;
}

.footer-top {
    width: 100%;
    min-height: 300px;
    height: auto;
    background-color: #2f6092;
}

.footer-top-child {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0px auto;
    z-index: 0;
}

.footer-top-small-center {
    width: 1160px;
    height: auto;
    margin: 0px auto;
    overflow: hidden;
}

.footer-menu-place {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding-top: 40px;
    box-sizing: border-box;
    overflow: hidden;
}

.footer-menu-block {
    width: 33%;
    height: auto;
    margin-bottom: 10px;
    padding: 0px 10px;
    float: left;
    box-sizing: border-box;
    overflow: hidden;
}

.footer-menu-block-contact {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding: 0px 10px;
    float: left;
    box-sizing: border-box;
    overflow: hidden;
}

.footer-menu {
    width: 100%;
    list-style: none;
}

.footer-menu-item {
    display: block;
    margin-bottom: 5px;
}

.footer-menu-link {
    line-height: 20px;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}

.footer-menu-link:hover {
    text-decoration: underline;
}

.footer-info-text {
    line-height: 20px;
    color: #fff;
    font-size: 14px;
}

.footer-info-text:first-child {
    margin-top: 12px;
}

.footer-info-text span {
    display: inline-block;
    margin: 0px 5px;
}

.footer-info-text a {
    display: inline-block;
    line-height: 20px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.footer-info-text a:hover {
    text-decoration: underline;
}

.powered-by-place {
    width: 100%;
    margin: 20px 0px;
    overflow: hidden;
}

.powered-by-place-child-block {
    float: left;
    overflow: hidden;
}

.powered-by-place-child {
    float: left;
}

.powered-by-place-info-block {
    width: calc(100% - 565px);
    padding-top: 10px;
    float: left;
    text-align: center;
    box-sizing: border-box;
}

.undp-link {
    width: 60px;
    height: 110px;
    float: left;
}

.undp-text {
    width: 350px;
    line-height: 20px;
    float: left;
    margin: 25px 0px 0px 15px;
    font-size: 14px;
    color: #fff;
}

.powered-by-link {
    width: 100px;
    height: 27px;
    float: right;
    margin-top: 25px;
}

.footer-top-bg-place {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;

    background-image: url('/front/images/footer-bg-2.png');
    background-repeat: no-repeat;
    background-size: 800px 100%;
    background-position: top right;
    z-index: -1;
}

.footer-bottom {
    width: 100%;
    background-color: #dae5f0;
}

.copy-right {
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    color: #2f6092;
}
/* end footer */
/* end footer */

/* site text */
.site-text {
    color: #fff;
    float: right;
    clear: both;
    font-size: 10px;
    margin-top: 9px;
}
/* site text */

/* start responsive */
/* start responsive */

@media(max-width: 1485px) {
    .header-bottom-center {
        width: 98%;
    }

    .slider-center {
        width: 98%;
    }

    .inner-item-info-place {
        /*width: 470px;*/
        /*padding: 30px 60px 20px 60px;*/
        width: 396px;
        padding: 15px 30px 10px 30px;
    }

    .owl-carousel .owl-item img {
        width: 70%;
    }

}

@media(max-width: 1370px) {
    .header-menu-item {
        padding: 0px 15px;
    }
    .owl-carousel .owl-item img {
        width: 70%;
    }
}

@media(max-width: 1330px) {
    .owl-carousel .owl-item img {
        width: 69%;
    }
}
@media(max-width: 1300px) {
    .header-menu-item {
        padding: 0px 10px;
    }
    .owl-carousel .owl-item img {
        width: 67.2%;
    }
}

@media(max-width: 1240px) {
    .header-sub-inner-item a {
        font-size: 12px;
    }

    .owl-carousel .owl-item img {
        width: 66.5%;
    }
}

@media(max-width: 1225px) {
    .header-menu-item {
        padding: 0px 4px;
    }
}

@media(max-width: 1200px) {
    .header-menu-item {
        font-size: 13px;
    }
}

@media(max-width: 1185px) {

    .content-center {
        width: 98%;
        overflow: visible;
    }

    .content-top-news-place {
        width: 580px;
        margin: 0px auto;
    }

    .content-left-side {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .content-right-side {
        float: none;
        margin: 0px auto;
        clear: both;
    }

    .content-top-news-blocks {
        margin-bottom: 20px;
    }

    .content-top-news-blocks:nth-child(2n) {
        margin-right: 0px;
    }

    .content-top-news-blocks:nth-child(3n) {
        margin-right: 0px;
        float: none;
        clear: both;
        margin: 0px auto 20px;
    }

    .content-all-news-info-place {
        width: 100%;
        margin-top: 15px;
    }

    .event-images-place {
        width: 417px;
    }

    .event-images-blocks:nth-child(2n) {
        margin: 0px 0px 15px 0px;
    }

    .content-top-news-place {
        margin-bottom: 0px;
    }

    .partners-place {
        width: 320px;
    }

    .partners-img-link-place:nth-child(4n) {
        margin: 0px 0px 20px 0px;
    }

    .partners-img-link-place:nth-child(2n) {
        margin: 0px 0px 20px 0px;
    }

    table {
        font-size: 14px;
    }

    .table, .table-bordered {
        font-size: 14px;
    }
}

@media(max-width: 1165px) {
    .header-top-center {
        width: 98%;
    }

    .header-logo-place {
        margin-right: 20px;
    }

    .content-news-center {
        width: 98%;
    }

    .transparency-intro-place {
        width: 862px;
    }

    .transparency-intro-blocks:nth-child(4n) {
        margin: 0px 26px 26px 0px;
    }

    .transparency-intro-blocks:nth-child(3n) {
        margin: 0px 0px 26px 0px;
    }

    .transparency-activity-place {
        width: 765px;
    }

    .transparency-activity-blocks:nth-child(3n) {
        margin: 0px 25px 25px 0px;
    }

    .transparency-activity-blocks:nth-child(2n) {
        margin: 0px 0px 25px 0px;
    }

    .content-news-image-video-place {
        width: 862px;
    }

    .content-news-image-video-blocks:nth-child(4n) {
        margin: 0px 26px 26px 0px;
    }

    .content-news-image-video-blocks:nth-child(3n) {
        margin: 0px 0px 26px 0px;
    }

    .files-place {
        width: 862px;
    }

    .files-blocks:nth-child(4n) {
        margin: 0px 26px 26px 0px;
    }

    .files-blocks:nth-child(3n) {
        margin: 0px 0px 26px 0px;
    }

    .files-blocks-audio:nth-child(4n) {
        margin: 0px 26px 26px 0px;
    }

    .files-blocks-audio:nth-child(3n) {
        margin: 0px 0px 26px 0px;
    }

    .transparency-center {
        width: 98%;
    }

    .footer-top-small-center {
        width: 98%;
    }

    .owl-carousel .owl-item img {
        width: 65%;
    }
}

@media(max-width: 1150px) {
    .footer-menu-link {
        font-size: 12px;
    }

    .footer-info-text {
        font-size: 12px;
    }
    .owl-carousel .owl-item img {
        width: 64%;
    }
}

@media(max-width: 1110px) {
    .header-top-small-center {
        width: 98%;
    }

    .header-menu-item a {
        font-size: 13px;
    }

    .header-sub-inner-item a {
        font-size: 12px;
    }
}

@media(max-width: 1080px) {
    .header-menu-item {
        font-size: 12px;
    }
    .inner-item-info-text{
        max-height: 160px;
    }
    .owl-carousel .owl-item img {
        width: 61%;
    }
}

@media(max-width: 1010px) {
    .header-title {
        max-width: 320px;
        font-size: 18px;
    }

    .header-title a {
        font-size: 18px;
    }

    .search-place {
        font-size: 14px;
    }

    .login-place {
        font-size: 14px;
    }
}

@media(max-width: 1000px) {
    .header-menu-item {
        padding: 0px 3px;
    }
}

@media(max-width: 992px) {
    header {
        height: 147px;
    }

    .header-menu {
        display: none;
    }

    .header-bottom {
        height: 40px;
    }

    .open-mobile-menu-btn {
        display: block;
    }

    .mobile-header-menu {
        display: block;
    }

    .inner-item-info-title {
        font-size: 18px;
    }

    .inner-item-info-place {
        width: 400px;
        padding: 20px 40px 20px 40px;
    }

    .owl-dots {
        padding-left: 30px;
    }
}

@media(max-width: 970px) {
    .header-top-bg-place img {
        object-fit: cover;
        object-position: top right;
    }
}

@media(max-width: 960px) {
    .contact-center {
        width: 98%;
    }
}

@media(max-width: 900px) {
    .contact-navigation-place {
        width: 550px;
    }

    .contact-info-place {
        width: 550px;
    }

    .contact-info-left {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .contact-info-right {
        width: 100%;
    }
}

@media(max-width: 880px) {
    .header-logo-place {
        /*width: 84px;*/
        /*height: 80px;*/
        /*margin-top: 13px;*/
        /*margin-right: 10px;*/
        float: none;
        margin-right: 0px;
        margin: 0px auto;
        width: 63px;
        height: 58px;
    }

    .header-title {
        max-width: 280px;
        font-size: 16px;
    }

    .header-title a {
        font-size: 16px;
    }

    .search-place {
        margin: 30px 20px 0px 0px;
    }

    .login-place {
        margin: 30px 20px 0px 0px;
    }

    .flags-place {
        width: 80px;
    }

    .language-link {
        width: 20px;
        height: 14px;
        margin-right: 10px;
    }

    .inner-item-info-place {
        width: 360px;
        padding: 20px 20px 20px 20px;
    }

    .inner-item-info-title {
        font-size: 16px;
    }

    .inner-item-info-place p {
        font-size: 12px !important;
    }

    .content-news-title {
        font-size: 18px;
    }

    .content-news-text {
        font-size: 14px;
    }

    .transparency-title {
        font-size: 18px;
    }

    .transparency-text {
        font-size: 14px;
    }

    .transparency-intro-place {
        width: 566px;
    }

    .transparency-intro-blocks:nth-child(4n) {
        margin: 0px 0px 26px 0px;
    }

    .transparency-intro-blocks:nth-child(3n) {
        margin: 0px 26px 26px 0px;
    }

    .transparency-intro-blocks:nth-child(2n) {
        margin: 0px 0px 26px 0px;
    }

    .content-news-image-video-place {
        width: 566px;
    }

    .content-news-image-video-blocks:nth-child(4n) {
        margin: 0px 0px 26px 0px;
    }

    .content-news-image-video-blocks:nth-child(3n) {
        margin: 0px 26px 26px 0px;
    }

    .content-news-image-video-blocks:nth-child(2n) {
        margin: 0px 0px 26px 0px;
    }

    .files-place {
        width: 566px;
    }

    .files-blocks:nth-child(4n) {
        margin: 0px 0px 26px 0px;
    }

    .files-blocks:nth-child(3n) {
        margin: 0px 26px 26px 0px;
    }

    .files-blocks:nth-child(2n) {
        margin: 0px 0px 26px 0px;
    }

    .files-blocks-audio:nth-child(4n) {
        margin: 0px 0px 26px 0px;
    }

    .files-blocks-audio:nth-child(3n) {
        margin: 0px 26px 26px 0px;
    }

    .files-blocks-audio:nth-child(2n) {
        margin: 0px 0px 26px 0px;
    }

    .transparency-activity-title {
        font-size: 18px;
    }

    .single-judges-item {
        height: auto;
        padding: 10px;
        overflow: hidden;
    }

    .single-judges-info-open-img {
        float: none;
    }

    .spain-judges-info-open-img {
        float: none;
    }

    .single-judges-item-text {
        line-height: 18px;
    }

    .single-judges-info-open-block p {
        font-size: 14px;
    }

    .event-img-place {
        width: 100%;
        height: 180px;
    }

    .event-images-place {
        width: 201px;
    }

    .event-images-blocks {
        margin: 0px 0px 15px 0px;
    }

    .about-court-title {
        font-size: 16px;
    }

    .about-court-place p {
        font-size: 14px !important;
        text-align: left;
    }

    .court-president-menu-item {
        margin-bottom: 7px;
    }

    .court-president-item-link {
        font-size: 14px;
    }

    .decision-title {
        font-size: 14px;
    }

    .partners-place {
        width: 150px;
    }

    .partners-img-link-place {
        margin: 0px 0px 20px 0px;
    }

    .reservation-item-title {
        font-size: 14px;
    }

    .reservation-month-btn-place {
        width: 497px;
    }

    .reservation-btn-parent {
        width: 35px;
        height: 25px;
    }

    .reservation-btn {
        font-size: 16px;
    }

    .table, .table-bordered {
        font-size: 12px;
    }

    .header-title a{
        font-size: 10px;
    }

    /*

     */
    header {
        height: auto;
        padding-top: 162px;
    }

    .header-top {
        height: auto;
        padding-bottom: 10px;
    }

    .header-top-small-center {
        height: auto;
    }

    .header-logo-place {
        float: none;
        margin-right: 0px;
        margin: 0px auto;
    }

    .header-title {
        max-height: 44px;
        float: none;
        margin-top: 5px;
        margin: 5px auto 0px;
    }

    .header-title a {
        max-height: 44px !important;
    }

    .header-right-place {
        width: 355px;
        float: none;
        margin: 10px auto 0px;
    }

    .language-place {
        margin-top: 0px;
    }

    .header-notofocation-place {
        margin-right: 5px;
    }

    .login-place {
        margin: 0px 10px 0px 0px;
    }

    .search-place {
        margin: 0px 10px 0px 0px;
    }

    .inner-item-info-place {
        width: 280px;
    }

    .contact-navigation-place {
        padding-top: 60px;
    }

    .owl-carousel .owl-item img {
        width: 67%;
    }
}

@media(max-width: 850px) {
    .footer-menu-block {
        width: 50%;
        margin-bottom: 30px;
    }
}

@media(max-width: 790px) {
    .powered-by-place-child-block {
        width: 100%;
        float: none;
    }

    .powered-by-place-info-block {
        width: 100%;
    }

    .footer-top-bg-place {
        background-size: auto auto;
        background-position: 50% 100%;
    }

    .powered-by-place-child {
        float: none;
        text-align: center;
    }

    .undp-link {
        display: inline-block;
        float: none;
    }

    .undp-text {
        float: none;
        margin: 20px auto 0px;
        text-align: center;
    }

    .powered-by-link {
        display: block;
        float: none;
        margin: 10px auto 0px;
    }

    .copy-right {
        font-size: 14px;
    }
}

@media(max-width: 780px) {
    /*.header-logo-place {*/
    /*    !*width: 70px;*!*/
    /*    !*height: 66px;*!*/
    /*    !*margin-top: 25px;*!*/
    /*    float: none;*/
    /*    margin-right: 0px;*/
    /*    margin: 0px auto;*/

    /*}*/

    /*.header-title {*/
    /*    max-width: 250px;*/
    /*    margin-top: 35px;*/
    /*    font-size: 14px;*/
    /*}*/

    /*.header-title a {*/
    /*    font-size: 14px;*/
    /*}*/

    /*.header-text {*/
    /*    font-size: 10px;*/
    /*}*/

    /*.language-place {*/
    /*    margin-top: 40px;*/
    /*}*/

    /*.login-place {*/
    /*    margin: 40px 15px 0px 0px;*/
    /*}*/

    /*.search-place {*/
    /*    margin: 40px 15px 0px 0px;*/
    /*}*/
    header {
        height: auto;
        padding-top: 162px;
    }

    .header-top {
        height: auto;
        padding-bottom: 10px;
    }

    .header-top-small-center {
        height: auto;
    }

    .header-logo-place {
        float: none;
        margin-right: 0px;
        margin: 0px auto;
    }

    .header-title {
        max-height: 44px;
        float: none;
        margin-top: 5px;
        margin: 5px auto 0px;
    }

    .header-title a {
        max-height: 44px !important;
    }

    .header-right-place {
        width: 355px;
        float: none;
        margin: 10px auto 0px;
    }

    .language-place {
        margin-top: 0px;
    }

    .header-notofocation-place {
        margin-right: 5px;
    }

    .login-place {
        margin: 0px 10px 0px 0px;
    }

    .search-place {
        margin: 0px 10px 0px 0px;
    }

    .inner-item-info-place {
        width: 280px;
    }

    .contact-navigation-place {
        padding-top: 60px;
    }
}

@media(max-width: 770px) {
    .transparency-activity-place {
        width: 370px;
    }

    .transparency-activity-blocks {
        margin: 0px 0px 25px 0px;
    }

    .transparency-activity-blocks:nth-child(3n) {
        margin: 0px 0px 25px 0px;
    }

    .transparency-activity-blocks:nth-child(2n) {
        margin: 0px 0px 25px 0px;
    }

    .inner-item-info-text{
        max-height: 160px;
    }
    .owl-carousel .owl-item img {
        width: 63%;
    }
}

@media(max-width: 730px) {
    .owl-carousel .owl-item img {
        width: 57%;
    }

    header {
        height: auto;
        padding-top: 162px;
    }

    .header-top {
        height: auto;
        padding-bottom: 8px;
    }

    .header-top-small-center {
        height: auto;
    }

    .header-logo-place {
        float: none;
        margin-right: 0px;
        margin: 0px auto;
    }

    .header-title {
        max-height: 44px;
        float: none;
        margin-top: 5px;
        margin: 5px auto 0px;
    }

    .header-title a {
        max-height: 44px !important;
    }

    .header-right-place {
        width: 355px;
        float: none;
        margin: 10px auto 0px;
    }

    .language-place {
        margin-top: 0px;
    }

    .header-notofocation-place {
        margin-right: 5px;
    }

    .login-place {
        margin: 0px 10px 0px 0px;
    }

    .search-place {
        margin: 0px 10px 0px 0px;
    }

    .inner-item-info-place {
        width: 280px;
    }

    .contact-navigation-place {
        padding-top: 60px;
    }
}

@media(max-width: 670px) {
    .slider-place {
        float: left;
    }

    .content-news-big-img {
        float: none;
    }

    .owl-carousel .owl-item img {
        width: 56%;
    }
}

@media(max-width: 610px) {
    .search-open-place {
        min-width: 200px;
    }

    .login-open-place {
        min-width: 200px;
    }

    .forgot-password {
        font-size: 10px;
    }

    .content-top-news-place {
        width: 280px;
    }

    .content-top-news-blocks {
        width: 100%;
        margin-right: 0px;
    }

    .content-top-news-blocks:nth-child(2n) {
        margin-right: 0px;
    }

    .content-top-news-blocks:nth-child(3n) {
        margin-right: 0px;
    }

    .content-all-news-place {
        padding: 10px;
    }

    .monitoring-scroll {
        padding: 10px;
    }

    .owl-carousel .owl-item img {
        width: 50%;
    }
}

@media(max-width: 575px) {
    .inner-item-info-text{
        max-height: 160px;
    }

    .owl-carousel .owl-item img {
        width: 56%;
    }

    .header-title {
        max-width: 270px;
        font-size: 12px;
        text-align: center;
    }

    .header-title a {
        font-size: 12px;
    }

    .header-text {
        font-size: 9px;
    }

    .fa-angle-down {
        margin-left: 7px;
    }

    .fa-search {
        margin-right: 7px;
    }

    .fa-lock {
        margin-right: 7px;
    }

    .open-vacanses-place {
        width: 300px;
        right: -40px;
    }

    .inner-item-info-place {
        width: 240px;
        padding: 10px;
    }

    .inner-item-info-title {
        font-size: 14px;
    }

    .owl-dots {
        padding-left: 10px;
    }

    .content-le.footer-top-bg-placeft-side {
        margin-right: 0px;
    }

    .transparency-intro-place {
        width: 270px;
    }

    .transparency-intro-blocks:nth-child(4n) {
        margin: 0px 0px 26px 0px;
    }

    .transparency-intro-blocks:nth-child(3n) {
        margin: 0px 0px 26px 0px;
    }

    .transparency-intro-blocks:nth-child(3n) {
        margin: 0px 0px 26px 0px;
    }

    .content-news-image-video-place {
        width: 270px;
    }

    .content-news-image-video-blocks:nth-child(4n) {
        margin: 0px 0px 26px 0px;
    }

    .content-news-image-video-blocks:nth-child(3n) {
        margin: 0px 0px 26px 0px;
    }

    .content-news-image-video-blocks:nth-child(2n) {
        margin: 0px 0px 26px 0px;
    }

    .files-place {
        width: 270px;
    }

    .files-blocks:nth-child(4n) {
        margin: 0px 0px 26px 0px;
    }

    .files-blocks:nth-child(3n) {
        margin: 0px 0px 26px 0px;
    }

    .files-blocks:nth-child(2n) {
        margin: 0px 0px 26px 0px;
    }

    .files-blocks-audio:nth-child(4n) {
        margin: 0px 0px 26px 0px;
    }

    .files-blocks-audio:nth-child(3n) {
        margin: 0px 0px 26px 0px;
    }

    .files-blocks-audio:nth-child(2n) {
        margin: 0px 0px 26px 0px;
    }

    .contact-navigation-place {
        width: 100%;
    }

    .contact-info-place {
        width: 100%;
    }

    .footer-menu-place {
        padding-top: 20px;
    }

    .footer-menu-block {
        width: 100%;
        margin-bottom: 15px;
    }

    .footer-bottom {
        padding: 10px 0px;
    }

    .copy-right {
        line-height: 20px;
        font-size: 12px;
    }

    .court-president-img-place{
        width: 320px;
        height: 220px;
    }
}

@media(max-width: 560px) {
    .contact-inp {
        width: 100%;
        margin: 0px 0px 20px 0px;
    }
    .owl-carousel .owl-item img {
        width: 54%;
    }
}

@media(max-width: 535px) {
    .reservation-month-btn-place {
        width: 252px;
    }
    .owl-carousel .owl-item img {
        width: 53%;
    }
}

@media(max-width: 520px) {
    .owl-carousel .owl-item img {
        width: 51%;
    }
}

@media(max-width: 510px) {
    .owl-carousel .owl-item img {
        width: 50%;
    }

    .search-open-place {
        right: calc(100% - 200px);
    }

    .search-close-place {
        right: calc(100% - 18px);
    }

    .login-open-place {
        right: calc(100% - 200px);
    }

    .login-close-place {
        right: calc(100% - 18px);
    }

    .vacances-table {
        font-size: 12px;
    }

    .vacances-table th {
        padding: 0px 3px;
    }

    .table, .table-bordered {
        font-size: 10px;
    }
}

@media(max-width: 475px) {
    .vacances-table {
        font-size: 10px;
    }
}

@media(max-width: 470px) {
    .inner-item-info-place {
        width: 180px;
    }

    .inner-item-info-title {
        font-size: 12px;
    }

    .owl-dots {
        padding-left: 40px;
    }
}

@media(max-width: 455px) {
    .content-news-big-img-place {
        width: 100%;
    }
}

@media(max-width: 430px) {
    .header-open-notification-place {
        right: -55px;
    }

    .about-court-place {
        padding: 5px;
    }
}

@media(max-width: 420px) {
    .table, .table-bordered {
        font-size: 8px;
    }
    .inner-item-info-text{
        max-height: 160px;
    }
    .owl-carousel .owl-item img {
        width: 56%;
    }
}

@media(max-width: 390px) {
    .footer-top-bg-place {
        background-size: 100% auto;
    }
}

@media(max-width: 380px) {
    .inner-item-info-text{
        max-height: 160px;
    }
    .owl-carousel .owl-item img {
        width: 51%;
    }

    .transparency-activity-place {
        width: 98%;
    }

    .transparency-activity-blocks {
        width: 100%;
    }

    .transparency-activity-img-block {
        width: 85px;
        height: 85px;
        margin: 15px 10px 0px 0px;
    }

    .transparency-activity-img-text {
        font-size: 12px;
    }

    .table, .table-bordered td {
        padding: 1px 2px;
    }
}

@media(max-width: 355px) {
    .undp-text {
        width: 100%;
    }
}

@media(max-width: 370px) {
    .header-right-place {
        width: 337px;
    }
    .owl-carousel .owl-item img {
        width: 56%;
    }
    .inner-item-info-place{
        width: 155px;
    }
}

@media(max-width: 350px) {
    .header-right-place {
        width: 100%;
    }

    .fa-search {
        margin-right: 4px;
    }

    .fa-lock {
        margin-right: 4px;
    }

    .fa-angle-down {
        margin-left: 4px;
    }
}

@media(max-width: 340px) {
    .login-open-place {
        min-width: 185px;
        width: 185px;
        right: calc(100% - 185px);
    }

    .search-open-place {
        min-width: 185px;
        width: 185px;
        right: calc(100% - 185px);
    }

    .login-place {
        margin: 0px 7px 0px 0px;
    }

    .search-place {
        margin: 0px 7px 0px 0px;
    }

    .header-open-notification-place {
        right: -80px;
    }
}

@media(max-width: 331px) {
    .search-place {
        font-size: 13px;
    }

    .login-place {
        font-size: 13px;
    }

}

@media(max-width: 324px) {
    .search-place {
        font-size: 12px;
    }

    .login-place {
        font-size: 12px;
    }

    .inner-item-info-place{
        width: 120px;
    }

    .inner-item-info-text{
        font-size: 12px;
        max-height: 156px;
    }

    .inner-item-info-title{
        font-size: 12px;
    }

    .owl-carousel .owl-item img {
        width: 62%;
    }
}
/* end responsive */
/* end responsive */
