@import '../libs/pure/pure-min.css';
@import '../libs/pure/grids-responsive-min.css';
@import '../css/pure-extend.css';
@import '../css/extra.css';
@import '../js/johndyer-mediaelement/build/mediaelementplayer.min.css';
@import '../libs/Swiper/dist/css/swiper.min.css';
@import '../libs/font-awesome/css/font-awesome.min.css';
@import '../libs/TurnWheel/jReject/css/jquery.reject.css';
@import '../libs/fancybox/source/jquery.fancybox.css';
@import '../js/plugins/jquery-ui/jquery-ui.min.css';
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic,cyrillic-ext,latin-ext');
/**/
html {
    height: 100%;
}

body {
    min-height: 100%;
    height: 100%;
    color: #38415b;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

a {
    text-decoration: none;
    outline: none;
    color: #00aeef;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

a:hover {
    text-decoration: none;
    color: #3d4963;
}

img {
    border: 0
}

p {
    margin: 1.5em 0;
}

p:first-child {
    margin-top: 0;
}

p:last-child {
    margin-bottom: 0;
}

strong {
    font-weight: 700;
}

#page {
    height: auto !important;
    min-height: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

#footer_guarantor {
    height: 130px;
    clear: both;
}

#footer {
    margin: 0 auto;
    margin-top: -130px;
    height: 130px;
    clear: both;
    position: relative;
    z-index: 3;
    background: #4a526a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 12px;
}

div.footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -30px;
}

div.footer-content > div {
    padding: 0 30px;
}

ul.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

ul.footer-menu > li > a {
    display: block;
    padding: 10px 10px 10px 11px;
    position: relative;
}

ul.footer-menu > li > a:before {
    content: '';
    width: 1px;
    height: 14px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
}

ul.footer-menu > li:hover > a,
ul.footer-menu > li.selected > a {
    color: #fff;
}

ul.footer-menu > li:first-child > a {
    padding-left: 0;
}

ul.footer-menu > li:first-child > a:before {
    display: none;
}

#footer ul.header-elements-buttons > li > a {
    background: none;
    color: #fff;
}

#footer ul.header-elements-buttons > li > a:hover {
    background: #1c2338;
}

#header {
    height: 100px;
    position: relative;
    z-index: 222;
    background: #fff;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
}

#header > .container {
    position: relative;
    height: 100%;
    /*width: 100%;*/
    padding: 0;
}

#header.fixed .main-menu-container {
    position: fixed;
    top: 0;
    right: 0px;
    left: 0px;
    z-index: 555;
}

div.header-content {
    position: relative;
    height: 100%;
}

a.logo {
    display: block;
    width: 251px;
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    background: url(../images/logo.png) left center no-repeat;
    z-index: 15;
    background-size: contain;
}

a.logo.en {
    width: 200px;
    background-image: url('../images/logo-en.png');
}

#sidebar {
    width: 180px;
    float: left;
}

#mainbar {
    overflow: hidden;
    background: #b0b0f0;
}

div.section {
    padding: 1.2vw 0;
}

div.index-swiper-container {
    position: relative;
}

div.index-swiper-container .swiper-pagination {
    left: 0;
    right: 0;
    bottom: 30px;
}

div.index-swiper-container .swiper-pagination * {
    border: 2px solid #fff;
    border-radius: 100%;
    width: 11px;
    height: 11px;
    margin: 0 3px;
    opacity: 1;
    background: none;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

div.index-swiper-container .swiper-pagination *:hover,
div.index-swiper-container .swiper-pagination *.swiper-pagination-bullet-active {
    background: #fff;
}

div.index-swiper-container .swiper-pagination *.swiper-pagination-bullet-active {
    cursor: default;
}

div.index-swiper .swiper-slide .photo {
    width: 100%;
    height: auto;
    display: block;
}

div.index-swiper div.swiper-slide-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    padding: 53px 0 0;
}

div.index-swiper div.swiper-slide-content h2 {
    font-size: 40px;
    line-height: 1;
}

div.index-swiper-container .swiper-button-prev,
div.index-swiper-container .swiper-button-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: none;
    font-size: 28px;
    width: 50px;
    height: 66px;
    left: 0;
    margin-top: -33px;
    background: rgba(255, 255, 255, .7);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    font-size: 30px;
    color: #38415b;
}

div.index-swiper-container .swiper-button-next {
    left: auto;
    right: 0;
}

div.index-swiper-container .swiper-button-prev:hover,
div.index-swiper-container .swiper-button-next:hover {
    background: rgba(255, 255, 255, .9);
}

div.swiper-carusel-container {
    position: relative;
    padding: 0 84px;
}

div.swiper-carusel .swiper-slide {
    width: auto;
}

div.swiper-carusel .swiper-slide a {
    display: block;
    border: 1px solid #212121;
}

div.swiper-carusel .swiper-slide a img {
    display: block;
    width: 100%;
    height: auto;
}

div.swiper-carusel-container .swiper-button-prev,
div.swiper-carusel-container .swiper-button-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: none;
}

div.header-elements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    left: 200px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
    margin: 0 -30px;
}

div.header-elements > div {
    padding: 0 30px;
}

ul.header-elements-buttons {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

ul.header-elements-buttons {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -3px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

ul.header-elements-buttons > li {
    padding: 0 3px;
}

ul.header-elements-buttons > li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 44px;
    min-width: 44px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f4f4f4;
    border: 1px solid #d9d9d9;
    padding: 0 16px;
    font-size: 15px;
    color: #38415b;
    font-weight: 400;
}

ul.header-elements-buttons > li a > * + * {
    margin-left: 12px;
}

ul.header-elements-buttons > li:hover a {
    color: #00aeef;
    background: #e7e5e5;
}

div.langs-switcher {
    position: relative;
}

a.current-lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    height: 44px;
    min-width: 44px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f4f4f4;
    border: 1px solid #d9d9d9;
    padding: 0 16px;
    font-size: 15px;
    color: #38415b;
    font-weight: 400;
}

ul.langs {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    background: #138b37;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

div.langs-switch:hover ul.langs {
    opacity: 1;
    visibility: visible;
    z-index: 999
}

ul.langs > li > a {
    display: block;
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    color: #fff;
    width: 75px;
    font-size: 13px;
}

ul.langs > li:hover > a {
    background: #434D65;
}

div.section.shadowed {
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 2;
}

div.categories-section {
    font-size: 13px;
    font-weight: 300;
}

div.categories-section h2 {
    font-size: 30px;
}

div.categories-blocks {
    margin: 0;
}

div.categories-blocks > div {
    padding: 0 !important;
}

div.categories-blocks-item > a {
    display: block;
    position: relative;
    overflow: hidden;
    color: #fff;
    line-height: 1.2;
    font-size: 16px;
}

div.categories-blocks-item > a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    background: rgba(56, 65, 91, .3);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

div.categories-blocks-item > a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#38415b+0,38415b+100&0+0,1+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(56, 65, 91, 0)), to(rgba(56, 65, 91, 1)));
    background: linear-gradient(to bottom, rgba(56, 65, 91, 0) 0%, rgba(56, 65, 91, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0038415b', endColorstr='#38415b', GradientType=0); /* IE6-9 */
    z-index: 2;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

div.categories-blocks-item .photo {
    display: block;
    width: 100%;
    height: auto;
}

div.categories-blocks-item .cont {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 5;
    padding: 15px 20px;
}

div.categories-blocks-item > a:hover:before {
    opacity: 0;
}

div.categories-blocks-item > a:hover:after {
    height: 100%;
}

div.events-carusel-container {
    position: relative;
    padding: 0;
}

div.events-carusel-container .swiper-button-prev,
div.events-carusel-container .swiper-button-next {
    width: 50px;
    height: 50px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #d8d8d8;
    margin-top: -29px;
    left: -85px;
    font-size: 20px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

div.events-carusel-container .swiper-button-next {
    left: auto;
    right: -85px;
}

div.events-carusel-container .swiper-button-prev:hover,
div.events-carusel-container .swiper-button-next:hover {
    color: #00aeef;
}

div.events-carusel .swiper-slide {
    width: auto;
}

h2 + div.events-carusel-container {
    margin-top: 15px;
}

div.events-carusel a {
    display: block;
    background: #fff;
    border: 1px solid #d9d9d9;
    font-size: 14px;
    color: #38415b;
    font-weight: 400;
    line-height: 1.3;
}

div.events-carusel a .photo {
    display: block;
    width: 100%;
    height: auto;
}

div.events-carusel a .cont {
    display: block;
    padding: 26px;
}

div.events-carusel a .cont .date {
    display: block;
    font-size: 10px;
    color: #aeb0b8;
    text-transform: uppercase;
    position: relative;
    top: -10px;
}

div.events-carusel a .cont .title {
    display: block;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    font-weight: 700;
}

div.events-carusel a .cont .title:hover {
    color: #00aeef;
}
#popup{
    max-width: 1000px;
    padding: 15px;
}
.pop-image{
    width: 100%;
    height: auto;
    display: block;
}
.fancy-inbox{

}
div.events-carusel a .cont .summary{
    margin-top: 1em;
    display: block;
    font-size: 12px;
}
.events-carusel-container .swiper-slide{
    height: 100%;
}
div.events-carusel a .cont .more {
    display: block;
    margin-top: 20px;
    font-weight: 400;
    color: #00aeef;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

div.events-carusel a .cont .more:hover {
    color: #38415b;
}

div.path-container-section + .section {
    padding-top: 15px;
}

div.path-container {
    position: relative;
    font-size: 12px;
    font-weight: 300;
    color: #404e5d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.news-img{
    width: 100%;
    height: auto;
    display: block;
}
.news-picture-text{
    margin-top: 5px;
    font-size: 14px;
}
.news-inner-list{
    margin-bottom: -30px;
}
.news-inner-list > *{
    margin-bottom: 30px;
}
div.path-container .iconed-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 54px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

ul.path {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
}

ul.path > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 54px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

ul.path > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 54px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 21px;
    position: relative;
}

ul.path > li > a:after {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    right: 9px;
    top: 50%;
    margin-top: -0.7em;
}

div.page-top-photo-section {
    background-position: center center;
    background-size: cover;
    padding: 120px 0 30px;
}

div.page-top-photo-section h1 {
    color: #fff;
    margin: 0;
    font-size: 40px;
}

div.contacts-list {
    margin-top: -30px;
}

div.contacts-list > div {
    margin-top: 30px;
}

div.contacts-list-item {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    border: 1px solid #d9d9d9;
}

div.contacts-list-item .photo {
    max-width: 50%;
}

div.contacts-list-item .photo img {
    display: block;
    width: 100%;
    height: auto;
}

div.contacts-list-item .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px;
}

div.contacts-list-item h3 {
    font-size: 24px;
    margin: 0;
}

div.contacts-list-item .status {
    font-size: 14px;
    font-style: italic;
}

div.content-colls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

div.sidebar {
    width: 290px;
    min-width: 290px;
    margin-right: 66px;
}

div.mainbar {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
}

div.sidebar + div.mainbar {
    max-width: calc(100% - 376px);
}

div.gallery-carusel-container {
    position: relative;
    padding: 0;
}

div.gallery-carusel .swiper-slide {
    width: auto;
}

div.gallery-carusel .swiper-slide a {
    display: block;
}

div.gallery-carusel .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
}

div.gallery-carusel-container .swiper-button-prev,
div.gallery-carusel-container .swiper-button-next {
    background: none;
    left: -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 28px;
}

div.gallery-carusel-container .swiper-button-next {
    left: auto;
    right: -30px;
}

div.accorditions-block > div {
    margin: 8px 0 0;
    border: 1px solid #d1d3d8;
    background: #f4f4f4;
    font-size: 14px;
    color: #171547;
}

div.accorditions-block > div:first-child {
    margin: 0;
}

div.accorditions-block .accord-toggler {
    display: block;
    text-decoration: none !important;
    text-transform: uppercase;
    padding: 15px 40px 15px 20px;
    font-size: 15px;
    color: #38415b;
    line-height: 1.1;
    position: relative;
}

div.accorditions-block .accord-toggler:after {
    content: '\f107';
    font-family: FontAwesome;
    line-height: 1;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -0.5em;
    color: #38415b;
    font-size: 24px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

div.accorditions-block .accord-toggler:hover {
    background: #38415b;
    color: #fff;
}

div.accorditions-block .accord-toggler:hover:after {
    color: #fff;
}

div.accorditions-block .accord-toggler.opened:after {
    color: #fff;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

div.accorditions-block .accord {
    display: none;
    width: 100% !important;
    padding: 30px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

div.accorditions-block .accord-toggler.opened {
    background: #393e47;
    color: #fff;
}

div.ext-buttons-inline {
    margin-top: -15px;
}

div.ext-buttons-inline .ext_button {
    margin-top: 15px;
}

/*LISTS*/

div.top-menu-container {
    position: relative;
}

ul.top-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

ul.top-menu > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 46px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 19px 0 20px;
    position: relative;
    font-size: 15px;
    color: #38415b;
    line-height: 1.2;
}

ul.top-menu > li > a:before {
    content: '';
    width: 1px;
    height: 16px;
    background: #00aeef;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
}

ul.top-menu > li:first-child > a:before {
    display: none;
}

ul.top-menu > li:hover > a,
ul.top-menu > li.selected > a {
    color: #00aeef;
}

ul.top-menu > li.selected > a {
    cursor: default;
}

div.main-menu-container {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 100%;
    height: 53px;
    background: rgba(56, 65, 91, .9);
}

ul.main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.main-menu > li {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

ul.main-menu > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 30px;
    line-height: 1.1;
    height: 53px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-left: 1px solid rgba(255, 255, 255, .3);
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

ul.main-menu > li:first-child > a {
    border: 0;
}

ul.main-menu > li:hover > a,
ul.main-menu > li.selected > a {
    background: #04a4e0;
}

ul.main-menu > li.selected > a {
    cursor: default;
}

ul.main-menu > li > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 100%;
    background: rgba(244, 244, 244, .97);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0;
    visibility: hidden;
    min-width: 100% !important;
    padding: 15px 25px !important;
}

ul.main-menu > li:hover > ul {
    opacity: 1;
    visibility: visible;
}

ul.main-menu > li > ul > li > a {
    display: block;
    padding: 10px 25px;
    font-size: 15px;
    color: #38415b;
    font-weight: 500;
    border-bottom: 1px solid rgba(56, 65, 91, .2);
    position: relative;
}

ul.main-menu > li > ul > li:last-child > a {
    border: 0;
}

ul.main-menu > li > ul > li > a:before {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.5em;
    line-height: 1;
    color: #00aeef;
}

ul.main-menu > li > ul > li:hover > a,
ul.main-menu > li > ul > li.selected > a {
    color: #00aeef;
}

ul.main-menu > li > ul > li.selected > a {
    cursor: default;
}

div.search-cc {
    position: relative;
}

div.search-cc form {
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: 896;
    background: #fff;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
    padding: 10px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0;
    visibility: hidden;
}

div.search-cc > a.opened + form {
    opacity: 1;
    visibility: visible;
}

div.search-cc form input[type="text"] {
    border: 0;
    padding: 5px 16px;
}

div.search_block {
    position: relative;
}

div.search-cc form input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    background: none;
    font-family: FontAwesome;
    height: 28px;
    background: #fff;
}

div.content-menu-container {
}

ul.content-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #d3d5d9;
}

ul.content-menu > li > a {
    display: block;
    padding: 15px 15px 15px 44px;
    font-size: 15px;
    color: #38415b;
    font-weight: 500;
    line-height: 1.2;
    border-top: 1px solid #d3d5d9;
    position: relative;
}

ul.content-menu > li:first-child > a {
    border: 0;
}

ul.content-menu > li > a:before {
    content: '\f105';
    font-family: FontAwesome;
    width: 44px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #00aeef;
}

ul.content-menu > li:hover > a,
ul.content-menu > li.selected > a {
    color: #00aeef;
}

ul.content-menu > li.selected.has-submenu {
    background: #f4f4f4;
}

ul.content-menu > li > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.content-menu > li > ul > li > a {
    display: block;
    padding: 5px 15px 5px 60px;
    font-size: 13px;
    color: #38415b;
    line-height: 1.2;
}

ul.content-menu > li > ul > li:last-child > a {
    padding-bottom: 20px;
}

ul.content-menu > li > ul > li.selected > a,
ul.content-menu > li > ul > li:hover > a {
    color: #00aeef;
}

ul.content-menu > li > ul > li.selected > a {
    cursor: default;
}

/*INPUTS*/

input,
textarea,
select {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 5px;

}

input:focus,
textarea:focus,
select:focus {
    border-color: #5677b9 !important;
}

.contact_form_h2 {
    padding-left: 15px;
    font-size: 20px;
    margin-bottom: 30px;
}

.galhide {
    display: none
}

.error {
    border: 1px #700107 solid !important
}

div.inputs-container {
    margin-top: -15px;
}

div.inputs-container > div {
    margin-top: 15px;
}

div.inputs-container input[type="text"] {
    display: block;
    width: 100%;
    border: 0;
    border: 1px solid #c1c1c1;
}

div.inputs-container textarea {
    display: block;
    width: 100%;
    border: 0;
    border: 1px solid #c1c1c1;
    height: 100px;
    resize: vertical;
}

/*HEADERS*/

div.events-list {
    margin-bottom: 40px;
}

div.events-list > div {
    border: 1px solid #d4d4d4;
    background: #fff;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

div.events-list > div:last-child {
    margin-bottom: 0;
}

div.events-list .photo {
    width: 320px;
    min-width: 320px;
    max-width: 320px;
    overflow: hidden;
}

div.events-list .photo img {
    display: block;
    width: 100%;
    height: auto;
    /*min-height: 100%;*/
    -o-object-fit: cover;
    object-fit: cover;
}

div.events-list .cont {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 8px 26px;
}

div.events-list .cont > * + * {
    margin-top: 6px;
}

.date {
    font-size: 12px;
}

div.events-list .title {
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    color: #28156e;
    line-height: 1.1;
}

div.events-list .title:hover {
    color: #da241d;
}

h1 {
    line-height: 1.2;
    margin: 0 0 0.5em;
}

h2 {
    line-height: 1.2;
    margin: 0 0 0.5em;
}

h3 {
    line-height: 1.2;
    margin: 0 0 0.5em;
}

h4 {
    line-height: 1.2;
    margin: 0 0 0.5em;
}

.custom-title-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 24px;
}

.pranesimas {
    height: 160px;
    color: #fff;
    padding: 20px;
}

.pranesimas a {
    color: #fff;

}

.pranesimas a:hover {
    text-decoration: underline
}

.pranesimas.gr, .pranesimas.gr a {
    color: #38425A
}

.custom-title-1 a {
    font-weight: 400;
    font-size: 18px;
}

.main-title {
    font-size: 30px;
    border-bottom: 1px solid #c3c6cd;
    padding: 0 0 20px;
}

/*BUTTONS*/

.ext_button {
    display: inline-block;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 3.78em;
    line-height: 1em;
    padding: 0 3.78em;
    position: relative;
    text-decoration: none !important;
}

.ext_button.bordered {
    border: 1px solid #cecece;
}

.ext_button.rounded {
    border-radius: 1.8em;
}

.ext_button.shadowed {
    -webkit-box-shadow: 0.14em 0.14em 0px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0.14em 0.14em 0px 0px rgba(0, 0, 0, 0.75);
}

.ext_button.full-w {
    display: block;
    text-align: center;
}

.ext_button .fa {
    margin: 0 0 0 1.4em;
}

.ext_button .fa:first-child {
    margin: 0 1.4em 0 0;
}

.ext_button.blue-style {
    background: #00aeef;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 300;
}

.ext_button.blue-style:hover {
    background: #0a8cbd
}

.ext_button.white-style {
    border: 1px solid #00aeef;
    background: #fff;
    color: #00aeef;
    letter-spacing: 1px;
    font-weight: 300;
}

.ext_button.white-style:hover {
    background: #0a8cbd;
    color: #fff;
}

/*SPECIAL*/

hr.separator {
    border: 0;
    border-bottom: 1px solid #bbbec6;
    margin: 2em 0;
}

/*COLORS*/

.grey-bg {
    background: #f4f4f4;
}

.grey-bg-2 {
    background: #e8e3e3;
}

/*MISC*/

div.page-module {
    overflow: hidden;
}

div.page-module ul {
    margin: 20px;
}

div.page-module ul > li {
    margin: 5px 0 0;
}

div.page-module ul > li:first-child {
    margin: 0
}

div.page-module ol {
    margin: 20px;
}

div.page-module ol > li {
    margin: 5px 0 0
}

div.page-module ol > li:first-child {
    margin: 0
}

div.page-module table {
    background: #fff
}

div.page-module table td {
    padding: 13px 18px;
    border-top: 1px solid #e5e7e7
}

div.page-module table tr:first-child td {
    border-top: 0
}

div.page-module thead td {
    background: #e1e1e1;
}

div.pagination-container {

}

div.pagination-container ul.pagination {
    list-style: none;
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 10px 0;
}

div.pagination-container ul.pagination li {
    float: left;
    margin: 5px;
    border: 1px solid #38415b;
}

div.pagination-container ul.pagination li.selected {
    border: 1px solid #00aeef;
}

div.pagination-container ul.pagination li a {
    color: #38415b;
    padding: 2px 7px;
}

div.pagination-container ul.pagination li.selected a {
    color: #00aeef;
}

.rs-result-list {

}

.rs-result-list div h2 {
    margin: 1em 0 0.2em;
}

.kont_list .searchbar {

}

.kont_list .searchbar > div {
    margin-bottom: 15px;
}

.kont_list .searchbar select {
    display: block;
    width: 100%;
    border: 1px solid #c1c1c1;
    height: 41px;
}

.kont_list .searchbar input[type="text"] {
    display: block;
    width: 100%;
    border: 1px solid #c1c1c1;
}

.kont_list .searchbar input[type="submit"] {
    border: 1px solid #00aeef;
    height: 40px;
}

div.kont_container {
    overflow: auto;
}

div.kont_container table {
    width: 100%;
}

div.kont_container table th {
    color: #fff;
    background: #00aeef;
    padding: 10px 5px;
    border: 1px solid #00aeef;
    font-size: 13px;
}

div.kont_container table td {
    padding: 10px 5px;
    border: 1px solid #00aeef;
    font-size: 13px;
}

div.calendar-slide {

    display: block;
    font-size: 14px;
    color: #38415b;
    font-weight: 400;
    line-height: 1.3;
}

div.calendar-slide > .ui-datepicker {

    width: 100%;
    height: 328px;
    border-radius: 0;
}


.event-block {
    position: absolute;

    left: 0;
    /*right: 0;*/
    background: #f7f7f7;
    padding: 10px;
    z-index: 10;
    border: 1px solid #adadad;
    display: none;
    width: 250px;

    margin-top: -6px;
    margin-left: 49px;

    max-height: 230px;
    overflow-y: auto;
}

.event-block:before {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 15px 10px 0;
    border-color: transparent #f7f7f7 transparent transparent;
    position: ABSOLUTE;
    top: 60px;
    left: -15px;
}

.event-block .fa.fa-times {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.event-block .cont {

}

.event-block .cont .title {
    display: block;
    padding-bottom: 5px;
}

.event-block .cont a {
    border: 0;
    background: transparent;
    color: #00aeef;
}

.ui-widget-content .event_day .ui-state-default {
    border: 1px solid #00aeef;
    background: #00aeef;
    font-weight: normal;
    color: #fff;
}
.ui-widget-header {
    background: #E8E3E3;
}

.social {
    display: flex;
    margin-top: 15px;
}

.social .ext_button {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}

.social .ext_button .fa:first-child {
    margin: 0;
}

.cpt > div {
    display: flex;
    margin-bottom: 10px;

}

.cpt > div > a {


}
.cpt > div > a img {


}

.cpt .cont {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    font-size: 13px;
}

.sub-title {
    font-weight: bold;
    margin: 20px 0;
}

.tags {
    margin-top: 20px;
}

.tags a {
    margin-bottom: 5px;
}

/* XS */
@media (max-width: 767px) {

    body {
        font-size: 14px;
    }

    .page-module table {
        display: block;
        overflow: auto;
    }

    a.smart_menu_caller {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #00aeef;
    }

    table.special {
        width: 100%;
        display: block;
        margin: 10px 0;
    }

    table.special thead {
        display: none;
    }

    table.special tbody {
        width: 100%;
        display: block;
    }

    table.special tbody tr {
        width: 100%;
        display: block;
    }

    table.special tbody td:before {
        display: block;
        background: #7F7F7F;
        padding: 10px;
        content: attr(data-label);
        margin: -10px;
        margin-bottom: 10px;
        color: #fff;
        font-weight: bold;
    }

    table.special tbody td {
        width: 100%;
        display: block;
        background: #e7e7e7;
        padding: 10px;
        margin-bottom: 10px;
    }

    .container {
        width: auto;
    }

    div.mob_nav_container div.mob-nav-top-line {
        background: #10165f;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        color: #fff;
    }

    div.mob-nav-top-line > div {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        border-left: 1px solid rgba(193, 217, 184, 0.3);
    }

    div.mob-nav-top-line a {
        display: block;
        text-align: center;
        color: #fff;
        padding: 15px;
    }

    div.mob_header_extention {
        display: block;
        position: absolute;
        left: 160px;
        top: 0;
        right: 70px;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    div.mob_header_extention > div {
        height: 70px;
    }

    div.mob-header-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    div.mob-header-items > div {
        border-right: 1px solid rgba(193, 217, 184, 0.3);
    }

    div.mob-search-container {
        display: block;
        height: 0;
        overflow: hidden;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

    div.mob-search-container.opened {
        height: 40px;
    }

    /* style sample */
    div.langs-select select {
        border: 0;
        height: 70px;
        text-align: center;
        font-size: 16px;
        padding: 0 15px;
    }

    div.langs-select select option {

    }

    /* style sample */
    div.mob_search a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 70px;
        width: 60px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 16px;
        text-decoration: none;
    }

    /*-----*/
    #header {
        height: 70px;
        -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
    }

    a.logo {
        width: 186px;
    }

    div.header-content {
        display: none;
    }

    ul.main-menu {
        display: block;
    }

    ul.main-menu > li > a {
        display: block;
        position: relative;
        padding: 15px;
        height: auto;
        border-bottom: 1px solid rgba(0, 0, 0, .1) !important;
        color: #38415b;
        font-size: 16px;
    }

    ul.main-menu > li:hover > a,
    ul.main-menu > li.selected > a {
        color: #fff;
    }

    ul.main-menu > li > a .fa {
        position: absolute;
        right: 10px;
        top: 10px;
        bottom: 10px;
        width: 30px;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s;
        border: 1px solid rgba(0, 0, 0, 0.1);
        color: #38415b !important;
    }

    ul.main-menu > li.selected > a .fa:before {
        content: '\f068';
    }

    ul.main-menu > li.selected > ul {
        max-height: 600px;
    }

    ul.main-menu > li > ul {
        position: static;
        opacity: 1;
        visibility: visible;
        background: #fff;
        overflow: hidden;
        max-height: 0;
        padding: 0 !important;
    }

    ul.main-menu > li > ul > li > a {
        padding: 15px;
    }

    ul.main-menu > li > ul > li > a:before {
        display: none;
    }

    ul.top-menu {
        display: block;
    }

    ul.top-menu > li > a {
        display: block;
        height: auto;
        padding: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        text-transform: uppercase;
    }

    ul.top-menu > li > a:before {
        display: none;
    }

    div.section {
        padding: 15px 0;
    }

    div.index-swiper {
        height: 60vw;
    }

    div.index-swiper .swiper-slide .photo {
        height: 60vw;
        -o-object-fit: cover;
        object-fit: cover;
    }

    div.index-swiper div.swiper-slide-content {
        padding: 0;
        text-align: center;
        font-size: 13px;
    }

    div.index-swiper div.swiper-slide-content h2 {
        font-size: 18px;
    }

    div.index-swiper-container .swiper-button-prev,
    div.index-swiper-container .swiper-button-next,
    div.index-swiper-container .swiper-pagination,
    div.index-swiper div.swiper-slide-content h2 br {
        display: none;
    }

    div.index-swiper div.swiper-slide-content .ext_button {
        font-size: 12px;
    }

    .mobile-menu-toggler {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        padding: 15px;
        border: 1px solid #f1f1f1;
        position: relative;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-transform: uppercase;
    }

    .mobile-menu-toggler .fa {
        font-size: 18px;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s;
        position: absolute;
        right: 0;
        top: 10px;
        bottom: 10px;
        width: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-left: 1px solid rgba(0, 0, 0, 0.1);

    }

    .mobile-menu-toggler.opened .fa:before {
        content: '\f068';
    }

    div.content-menu-container {
        margin: -15px -15px 15px;
    }

    ul.content-menu {
        border: 0;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

    ul.content-menu > li:last-child > a {
        border-bottom: 1px solid #d3d5d9;
    }

    .content-menu.opened {
        max-height: 500px;
    }

    #footer_guarantor {
        display: none;
    }

    #footer {
        margin: 0;
        height: auto;
        padding: 15px 0;
        overflow: hidden;
    }

    div.footer-content {
        display: block;
        text-align: center;
    }

    div.categories-blocks > div {
        margin-bottom: 15px;
    }

    div.categories-blocks > div:last-child {
        margin-bottom: 0;
    }

    div.events-carusel a .cont {
        padding: 15px;
    }

    div.events-carusel a .cont .date {
        position: static;
    }

    div.events-list .photo {
        width: 100%;
        max-width: 100%;
    }

    div.events-list > div {
        flex-direction: column;
    }

    ul.footer-menu {
        display: block;
        margin-bottom: 15px;
    }

    ul.footer-menu > li > a {
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }

    ul.footer-menu > li > a:before {
        display: none;
    }

    ul.header-elements-buttons {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    ul.header-elements-buttons > li:first-child {
        width: 100%;
        margin-bottom: 10px;
    }

    div.page-top-photo-section {
        padding: 30px 0;
    }

    div.page-top-photo-section h1 {
        font-size: 28px;
        text-align: center;
    }

    div.path-container-section {
        display: none;
    }

    div.content-colls {
        display: block;
    }

    div.sidebar {
        width: auto;
        min-width: 1px;
        margin: 0 0 15px;
    }

    div.mainbar {
        max-width: 100% !important;
    }

    .main-title {
        font-size: 24px;
    }

    h2 + div.events-carusel-container {
        margin-top: 15px;
    }

    div.contacts-list-item {
        display: block;
    }

    div.contacts-list-item .photo {
        max-width: 100%;
    }

    div.contacts-list-item .cont {
        padding: 15px;
    }

    /**/
    .xs-mb-15 {
        margin-bottom: 15px;
    }

    div.kont_container table th {
        font-size: 11px;
    }

    div.kont_container table td {
        font-size: 11px;
    }

}

/* SM */
@media /*(min-width: 568px) and */
(max-width: 767px) {

}

/* */
@media (min-width: 768px) {
    .sub-title.f_30{
        font-size: 30px;
    }
}

/* MD */
@media (min-width: 768px) and (max-width: 1023px) {

    body {
        font-size: 15px;
    }

    div.header-elements {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    div.top-menu-container {
        position: absolute;
        right: 15px;
        bottom: 5px;
    }

    div.index-swiper div.swiper-slide-content {
        padding-left: 50px;
        padding-right: 50px;
        font-size: 16px;
    }

    div.index-swiper div.swiper-slide-content h2 {
        font-size: 28px;
    }

    div.index-swiper div.swiper-slide-content .ext_button {
        font-size: 12px;
    }

    div.index-swiper-container .swiper-pagination {
        text-align: right;
        padding: 0 15px;
        bottom: 15px;
    }

    .md-mb-30 {
        margin-bottom: 30px;
    }

    div.events-carusel a .cont {
        padding: 15px;
    }

    div.events-carusel a .cont .title {
        font-weight: 400;
    }

    div.events-carusel a .cont .date {
        top: 0;
    }

    div.sidebar {
        margin-right: 30px;
        width: 220px;
        min-width: 220px;
    }

    div.sidebar + div.mainbar {
        max-width: calc(100% - 250px);
    }

    div.contacts-list-item {
        display: block;
    }

    div.contacts-list-item .photo {
        max-width: 100%;
    }

    div.contacts-list-item .cont {
        padding: 15px;
    }

    div.page-top-photo-section {
        padding: 83px 0 30px;
    }

    div.page-top-photo-section h1 {
        font-size: 38px;
    }

    div.kont_container table th {
        font-size: 12px;
    }

    div.kont_container table td {
        font-size: 12px;
    }

    div.calendar-slide > .ui-datepicker {

        height: 286px;
    }

}

/* LG */
@media (min-width: 1024px) and (max-width: 1279px) {

    a.logo {
        width: 190px;
    }

    div.header-elements {
        margin: 0;
    }

    div.header-elements > div {
        padding: 0 10px;
    }

    ul.top-menu > li > a {
        font-size: 14px;
    }

    ul.header-elements-buttons > li > a {
        font-size: 13px;
    }

    div.sidebar {
        margin-right: 30px;
    }

    div.sidebar + div.mainbar {
        max-width: calc(100% - 320px);
    }

    div.calendar-slide > .ui-datepicker {

        height: 303px;
    }

}

/* XL */
@media (min-width: 1280px) {

}

/* PORTRAIT ORIENTATION*/
@media all and (orientation: portrait) {
}

/* LANDSCAPE ORIENTATION*/
@media all and (orientation: landscape) {
}
