*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;1,300;1,400&family=Rubik:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap');
body {
  margin: 0;
  height: 100vh;
  font-family: 'Roboto Condensed', sans-serif;
  background-color: #fff;
  color: #0b2149;
  }
.container {
  width: 100%;
  max-width: 960px;
  padding: 0 15px 30px 15px;
  margin: 0 auto;
  }
@media (max-width: 767px){
  .container {

    }
}
.menu_container {
  width: 100%;
  max-width: 960px;
  padding: 0 15px 0 15px;
  margin: 0 auto;
}
.page_heading_bg {
  background-color: #eeeeee;
}
@media (max-width: 767px){
  .page_heading_bg {
    padding: 45px 0 0 0;
  }
}
.page_heading_container {
  max-width: 960px;
  text-align: left;
  margin: 0 auto;
  padding: 0 15px 0 15px;
}
.header-back-link {
  padding: 35px 0 0 0;
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  margin-bottom: -15px;
}
.header-back-link a{
  color: #52669f;
  font-size: 18px;
  font-weight: 200;
}
a {
  color: #52669f;
}
a:hover{
  text-decoration: underline overline #a8bbe7;
}
/* Headings */
h1 {
  font-size: 43px;
  font-weight: 200;
  padding: 35px 15px 35px 0;
  margin: 0;
  font-family: 'Rubik', sans-serif;
  line-height: 1.4;
  color: #231f20;
  display: block;
}
h2 {
  font-weight: 200;
  font-size: 36px;
  padding: 0;
  font-family: 'Roboto Condensed', sans-serif;
  color: #231f20;
  margin: 40px 0 0 0;
}
h3 {
  font-weight: 200;
  font-size: 28px;
  padding: 0;
  font-family: 'Roboto Condensed', sans-serif;
  color: #231f20;
  margin: 40px 0 0 0;
}
h4 {
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  padding: 0;
  font-family: 'Rubik', sans-serif;
  color: #231f20;
  margin: 40px 0 0 0;
}
ul,ol {
  margin: 25px 0 0 25px;
  line-height: 1.8;
  font-size: 18px;
}
p {
  margin: 25px 0 0 0;
  line-height: 1.8;
  font-size: 18px;
}
@media (max-width: 767px){
  h1 {
    font-size: 28px;
    padding: 35px 15px 35px 0;
    margin: 0;
    font-family: 'Rubik', sans-serif;
  }
  h2 {
    font-size: 24px;
    margin: 14px 0 0 0;
  }
  h3 {
    font-weight: 400;
    font-size: 20px;
    margin: 25px 0 0 0;
  }
  p {
    margin: 15px 0 0 0;
    line-height: 1.5;
    font-size: 16px;
  }
}
/* End of Headings */
/* Main page */
.main__heading_bg {
  background-color: #eeeeee;
  width: 100%;
  display: flex;
  justify-content: center;
}
.main__heading {
  width: 960px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px){
  .main__heading {
    width: 100%;
    display: block;
  }
  .main__heading_left{
    padding: 55px 0 0 0;
  }
}
.main__heading_left {
width: 50%;
}
.main__heading_right {
width: 50%;
}
.main__header {
font-size: 43px;
text-transform: uppercase;
text-align: right;
line-height: 1.3;
margin: 0 30px 0 0;
padding: 0;
}
.main__intro {
  font-family: 'Rubik', sans-serif;
  font-weight: 200;
  line-height: normal;
  margin: 0 0 0 25px;
  padding: 60px 0 60px 0;
}
@media (max-width: 767px){
  .main__heading_left {
  width: 100%;
  }
  .main__heading_right {
  width: 100%;
  }
  .main__header {
    font-size: 28px;
    text-transform: uppercase;
    text-align: left;
    line-height: 1.3;
    margin: 15px;
    padding: 0;
  }
  .main__intro {
    margin: 15px;
    padding: 0;
  }
}
.main__journals {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 0 0;
}
.main__one-img img {
  border: 1px solid #a3a3a3;
}
.main__one-journals {
  display: block;
}
.main__one-journals-name {
  margin: 15px 0 0 0;
  font-size: 19px;
}
.main__one-journals-name a{
  color: #000;
  text-decoration: none;
}
.main__one-journals-link {
  margin: 15px 0 0 0;
}
@media (max-width: 767px){
  .main__journals {
    display: block;
    margin: 30px 0 0 0;
  }
.main__one-journals {
    margin: 30px 0 0 0;
  }
  .main__one-journals-name {
    margin: 10px 0 0 0;
  }
  .main__one-journals-name a{
    color: #000;
    text-decoration: none;
    font-size: 16px;
  }
  .main__one-journals-link {
    margin: 10px 0 0 0;
  }
  .main__one-journals-link a{
    font-size: 16px;
  }
}
.info-date {
  color: #808080;
  font-size: 18px;
  margin: 40px 0 0 0;
  text-transform: capitalize;
}
.info-intro {
  margin: 10px 0 0 0;
  line-height: 1.5;
}
.info-photo {
  margin: 40px 0 -20px 0;
}
.info-photo img{
  border: 1px solid #a3a3a3;
}
.read-more-link {
  margin: 30px 0 0 0;
  text-transform: uppercase;
}
@media (max-width: 767px){
  .info-photo img{
    width: 100%;
    height: auto;
  }
  .info-date {
    color: #808080;
    font-size: 18px;
    margin: 25px 0 0 0;
  }
}
/* End Main page */
.member-info {
  display: flex;
  flex-flow: row-reverse;
}
.member-img {
  padding: 35px 0 0 25px;
}
.member-img img{
  border: 1px solid #ccc;
}
.member-data {
padding: 0;
margin: 0;
}
@media (max-width: 767px){
  .member-info {
    display: block;
  }
  .member-img {
    margin: 20px 0 0 0;
    padding: 0;
  }
  .member-img img{
    border: 1px solid #ccc;
    width: 100%;
    height: auto;
  }
}
.library-abc {
  color: #a1a1b2;
  font-size: 30px;
  margin: 0 auto;
  font-weight: 200;
  width: 700px;
  line-height: 1.5;
  text-align: center;
  padding: 50px 0 0 0;
}
.library-abc a{
  text-decoration: none;
}
.library-abc a:hover{
  text-decoration: underline overline #a8bbe7;
}
.library-abc-letter {
  color: #52669f;
  font-size: 35px;
  width: 170px;
  border-bottom: 3px solid #8799c4;
  display: flex;
  margin: 0 auto;
  font-weight: 700;
  justify-content: center;
  padding: 65px 0 0 0;
}
.library-books-item {
  border-bottom: 1px solid #ccc;
}
.library-list-pitalc {
  margin: 20px 0 0 0;
  font-weight: 200;
  font-style: italic;
  font-size: 18px;
  line-height: 1.4;
}
.library-download-link {
  margin: 25px 0 15px 0;
  padding: 0 0 35px 0;
}
.library-download-link a{
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  background-color: #52669f;
  padding: 10px 20px 10px 20px;
  transition-duration: .3s;
}
.library-download-link a:hover{
  background-color: #33477f;
  transition-duration: .3s;
}
@media (max-width: 767px){
  .library-abc {
    width: 100%;
    text-align: center;
    padding: 20px 0 0 0;
  }
  .library-abc-letter {
    padding: 35px 0 0 0;
  }
}
.comments {
  font-style: italic;
  font-weight: 200;
  color: #666;
  margin: 30px 0 0 0;
}
.comments-center {
  font-style: italic;
  font-weight: 200;
  color: #666;
  text-align: center;
  margin: 30px 0 -25px 0;
}
@media (max-width: 767px){
  .comments-center {
    margin: 30px 0 -10px 0;
  }
}
.info-photo-pagelist-wrap {
  margin: 35px 0 0 0;
  display: flex;
  border-bottom: 2px solid #ccc;
  padding: 0 0 25px 0;
}
.info-photo-pagelist {
  overflow: hidden;
  width: 50%;
}
.info-date-pagelist {
  padding: 0 0 15px 0;
}
.info-intro-pagelist {
  width: 50%;
  padding: 0 0 0 35px;
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 767px){
  .info-photo-pagelist-wrap {
    display: block;
  }
  .info-photo-pagelist {
    overflow: hidden;
    width: 100%;
  }
  .info-photo-pagelist img{
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .info-date-pagelist {
    padding: 0 0 10px 0;
  }
  .info-intro-pagelist {
    width: 100%;
    padding: 20px 0 0 0;
    font-size: 16px;
    line-height: 1.5;
  }
}
/* Footer */
.footer_hr {
  background-color: #666;
  height: 2px;
}
.footer_menu {
  list-style: none;
  margin: 25px 0 0 0;
}
@media (max-width: 767px){
  .footer_menu {
    display: none;
  }
}
.footer_menu li {
line-height: 1.5;
padding: 3px 0 3px 0;
}
.footer_menu a{
  text-transform: uppercase;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  font-weight: 400;
}
.footer_menu a:hover{
  background-color: #dae4fc;
}
.footer_submenu {
  list-style: none;
  margin: 0 0 0 20px;
  position: relative;

}
.footer_submenu.active {
  display: block;
}
.footer_submenu a{
  text-transform: none;
  color: #626262;
}
.footer_copy {
  color: #6a6a6a;
  margin: 25px 0 25px 0;
}
.footer_asv a{
color: #6a6a6a;
margin: 0 0 25px 0;
}
/* End Footer */
/* Desctop nav */
.header__bluebg {
  background-color: #8799c4;
  display: flex;
  justify-content: center;
}
.header__blue_wrap {
  display: flex;
  width: 960px;
  justify-content: flex-end;
  align-items: center;
  padding: 0 15px 0 15px;
}
@media (max-width: 767px){
  .header__bluebg {
    background-color: #8799c4;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
  }
  .header__blue_wrap {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    width: 100%;
    height: 46px;
    padding: 0 15px 0 15px;
    background-color: #52669f;
  }
}
.header__lang_wrap {
  margin: 0 25px 0 0;
}
.header__menu_lang {
  list-style: none;
  display: flex;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.header__menu_lang_active {
  background-color: #fff;
  color: #52669f;
}
.header__menu_lang li{
  padding: 2px 4px 1px 4px;
  display: inline-block;
}
.header__menu_lang a{
  text-decoration: none;
  color: #fff;
  padding: 2px 4px 1px 4px;
  transition-duration: .4s;
}
.header__menu_lang a:hover{
  color: #52669f;
  background-color: #fff;
  transition-duration: .2s;
}
@media (max-width: 767px){
  .header__lang_wrap {
    /*
    position: absolute;
    left: 25px;
    top: 65px;
    margin: 0 25px 0 0;
    z-index: 7;
    display: none;
    */
    position: relative;
    right: 25px;
    margin: 0 25px 0 0;    
  }
  .header__lang_wrap.active{
    /*display: block;*/
  }
  .header__menu_lang {
    font-size: 18px;
  }
}
.header__user_wrap {
  padding: 0;
  margin: 0;
}
@media (max-width: 767px){
  .header__user_wrap {
    position: absolute;
    left: 25px;
    top: 100px;
    z-index: 8;
    display: none;
  }
  .header__user_wrap.active{
    display: block;
  }
}
.user__menu {
  list-style: none;
  position: relative;
  line-height: normal;
  margin: 0;
  padding: 0;
  z-index: 10;
}
.user__menu>li{
  padding: 12px 0 15px 0;
}
.user__menu a{
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition-duration: .3s;
  background-color: #52669f;
  padding: 15px 30px 15px 30px;
}
.user__menu_link {
  color: #404040;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
  padding: 7px;
  transition-duration: .7s;
  background-color: #dae4fc;
}
.user__menu_link:hover{
  background-color: #3d4e80;
  transition-duration: .3s;
}
@media (max-width: 767px){
  .user__menu a{
    padding: 7px;
    background-color: #798cb8;
  }
  .user__menu {
    position: relative;
    z-index: 15;
  }
}
.user__menu_list {
  display: none;
  list-style: none;
  position: absolute;
  background-color: #8799c4;
  top: 48px;
  right: 0;
  width: 230px;
  padding: 7px;
  line-height: normal;
  margin: 0;
}
.user__menu_list li{
  padding: 7px;
  transition-duration: .3s;
}
.user__menu_list li:hover{
  background-color: #52669f;
  transition-duration: .3s;
}
.user__menu_list a{
  font-size: 14px;
  padding: 0;
  background-color: unset;
  display: block;  
}
@media (max-width: 767px){
  .user__menu_list {
    display: none;
    list-style: none;
    z-index: 15;
    position: fixed;
    background-color: #52669f;
    top: 0;
    left: -500px;
    width: unset;
    height: 100%;
    padding: 50px 20px 20px 20px;
    transition-duration: .3s;
  }
  .user__menu_list a{
    font-size: 18px;
  }
  .user__menu_list.active{
    transition-duration: .3s;
    left: 0;
  }
}
.menu_wrapper_logo {
  margin: 15px 15px 15px 0;
}
.menu_wrapper_logo_sm {
  display: none;
}
@media (max-width: 767px){
  .menu_wrapper_logo {
    display: none;
  }
  .menu_wrapper_logo_sm {
    display: block;
    z-index: 5;
    position: fixed;
    top: 11px;
    left: 15px;
  }
  .menu_wrapper_logo_sm img{
    width: auto;
    height: 25px;
  }
}
.menu_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu_wrapper_nav {
  width: 80%;
}
.menu a{
  text-decoration: none;
}
.menu li{
  list-style: none;
  position: relative;
}
.menu__list {
  display: flex;
  justify-content: space-between;
  line-height: normal;
  margin: 0;
}
.menu__link.parent{
  margin-left: 25px;
}
.menu__list a{
  color: #000;
  text-transform: uppercase;
}
.menu__list li.mobile-visible{
  display:none;
}
@media (max-width: 767px){
  .menu__list {
    display: none;
    /*position: absolute;*/
    position: fixed;
    top: 45px;
    left: 0;
    background-color: #8799c4;
    width: 100%;
    /*padding: 110px 15px 15px 15px;*/
    padding: 15px 15px 15px 15px;
    height: 100%;
  }
  .menu__list.active{
    display: block;
  }
  .menu__list li{
    padding: 4px;
  }
  .menu__list a{
    color: #fff;
  }
  .menu__list li.mobile-visible{
    display:block;
  }  
}
.sub-menu__list {
  display: none;
  position: absolute;
  top: 15;
  left: 0;
  width: 200px;
  background-color: #8799c4;
  line-height: normal;
  margin: 0;
}
.sub-menu__list.open{
  display: block;
}
.sub-menu__list li{
  padding: 8px;
  transition-duration: .3s;
}
.sub-menu__list li:hover{
  background-color: #52669f;
  transition-duration: .3s;
}
.sub-menu__list a{
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  padding: 5px;
  display: block;
}
body.mouse .menu__list li:hover .sub-menu__list {
  display: block;
}
body.mouse .user__menu li:hover .user__menu_list {
  display: block;
  z-index: 10;
}
@media (max-width: 767px){
  .sub-menu__list {
    position: relative;
    margin: 5px 0 0 12px;
    width: 100%;
    padding-left: 15px;
  }
  .sub-menu__list {
    border-left: 1px dotted #fff;
  }
  .sub-menu__list a{
    font-size: 16px;
  }
}
.menu__link {
  color: #404040;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 0 0;
  padding: 7px;
  transition-duration: .7s;
}
.menu__link:hover{
  background-color: #dae4fc;
  text-decoration: none;
  transition-duration: .3s;
}
.arrow {
position: absolute;
right: 0;
top: 7px;
width: 0;
height: 0;
border-top: 7px solid #404040;
border-right: 7px solid transparent;
border-left: 7px solid transparent;
transition: 0.3s;
display: none;
}
@media (max-width: 767px){
  .arrow {
    display: block;
    top: 15px;
    left:  10px;
    z-index: 5;
    border-top: 7px solid #fff;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
  }
  .menu__link {
    font-size: 24px;
  }
}
.arrow.active {
  transform: rotate(-180deg);
  transition: 0.3s;
  border-top: 7px solid #bfccea;
}
/* End Desctop nav */

/* mobile nav */
.pagination {
  margin: 45px 0 0 0;
  text-align: center;
  padding: 15px;
  line-height: 3;
}
.pagination span{
  padding: 12px;
}
.pagination a{
  padding: 10px 20px 10px 20px;
  font-size: 20px;
  color: #000;
  background-color: #cddbfd;
  text-decoration: none;
}
.pagination a:hover{
  background-color: #8799c4;
  color: #fff;
}
.pagination-on {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 767px){
  .pagination {
    margin: 45px 0 0 0;
    text-align: center;
    padding: 15px;
    line-height: 3;
  }
  .pagination span{
    padding: 12px;
  }
  .pagination a{
    padding: 5px 10px 5px 10px;
    font-size: 16px;
    color: #000;
    background-color: #cddbfd;
    text-decoration: none;
  }
  .pagination a:hover{
    background-color: #8799c4;
    color: #fff;
  }
  .pagination-on {
    font-size: 20px;
    font-weight: 700;
  }
}
/* end mobile nav */

/* mobile button */
.header-burger {
  display: none;
}
@media (max-width: 767px){
.header-burger {
    width: 30px;
    height: 30px;
    display: block;
    position: fixed;
    right: 10px;
    top: 20px;
    z-index: 999;
}
.header-burger span {
  position: absolute;
  width: 30px;
  height: 5px;
  background-color: #fff;
  left: 0;
}
.header-burger::before {
  position: absolute;
  left: 0;
  top: -10px;
  content: '';
  width: 30px;
  height: 5px;
  background-color: #fff;
  transition: transform 0.2s ease-in, top 0.2s linear 0.2s;
}
  .header-burger::after {
  position: absolute;
  left: 0;
  top: 10px;
  content: '';
  width: 30px;
  height: 5px;
  background-color: #fff;
  transition: transform 0.2s ease-in, top 0.2s linear 0.2s;

}
.header-burger.active span{
    background-color: transparent;
}
.header-burger.active::before {
  transform: rotate(45deg);
  top: 0;
  transition: top 0.2s linear, transform 0.2s ease-in 0.2s;
}
.header-burger.active::after {
  transform: rotate(-45deg);
  top: 0;
  transition: top 0.2s linear, transform 0.2s ease-in 0.2s;
}
}
/* end mobile button */
/* Colums */
.col2 {
  display: flex;
  margin: 30px 0 0 0;
}
.l50 {
  width: 50%;
  padding-right: 15px;
}
.r50 {
  width: 50%;
  padding-left: 15px;
}
@media (max-width: 767px){
  .col2 {
    display: block;
    margin: 30px 0 0 0;
  }
  .l50 {
    width: 100%;
    padding-right: 0;
  }
  .r50 {
    width: 100%;
    padding-left: 0;
  }
}
/* Form */
.form_wrap {
  width: 600px;
  margin: 0 auto;
}
.form_wrap_calendar {
  width: 300px;
  margin: 0 auto;
}
.form_wrap_calendar select{
  height: 40px;
}
input:focus {
  outline: none;
  box-shadow: 0 0 1px 1px #4d90f0;
}
input,select,textarea {
  border: 1px solid #9b9a92;
  height: 60px;
  width: 100%;
  font-size: 18px;
  margin: 35px 0 0 0;
  padding: 3px;
  color: #000;
  font-family: 'Rubik', sans-serif;
}
button {
  width: 190px;
  height: 58px;
  background: #52669f;
  margin: 0 10px 20px 0;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-family: 'Rubik', sans-serif;
  font-size:18px;
  font-weight: 200;
  border: 0;
  display: inline-block;
  padding: 14px;
}
button:hover {
	background: #455687;
	cursor: pointer;
}
.button-wrap {
  margin: 35px 0 0 0;
  text-align: center;
}
.main_input_file {
	display: none;
}
input:focus {
  outline: none;
  box-shadow: 0 0 1px 1px #4d90f0;
}
select:focus {
  outline: none;
  box-shadow: 0 0 1px 1px #4d90f0;
}
.upload_form {
  display: inline-block;
  width: 100%;
}
.form-file-uload-wrap {
  display: flex;
  margin: 35px 0 0 0;
  height: 60px;
  background-color: #eeeeee;
}
.form-file-uload-wrap-l {
  width: 70%;
}
.form-file-uload-wrap-r {
  width: 30%;
}
.form-file-uload-wrap-r div{
  width: 190px;
	height: 58px;
	background: #52669f;
	margin: 0 10px 20px 0;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	line-height: 32px;
	font-family: 'Rubik', sans-serif;
	font-size:18px;
	display: inline-block;
  font-weight: 200;
	padding: 14px;
}
.form-file-uload-wrap-r div:hover {
	background: #455687;
	cursor: pointer;
}
.f_name {
	background: transparent;
	display: inline-block;
  margin: 0;
  border: 0;
	height: 58px;
	width: 380px;
  padding: 0 0 0 55px;
  overflow: hidden;
}
@media (max-width: 767px){
  .form_wrap {
    width: 100%;
    margin: 0 auto;
  }
  .form-file-uload-wrap {
    display: block;
  }
  .form-file-uload-wrap-l {
    width: 100%;
    align-items: center;
  }
  .form-file-uload-wrap-r {
    width: 100%;
  }
  .f_name {
    width: 100%;
    border: 1px solid #ccc;
  }
}
.message-wrap {
  margin: 35px 0 0 0;
  display: flex;
  justify-content: center;
}
.error-message {
  background-color: #fec9c9;
  display: inline-block;
  padding: 10px;
  color: #b70303;
}
.ok-message {
  background-color: #c9fe9d;
  display: inline-block;
  padding: 10px;
}
.invalid-feedback{
  color:red;
}
.invalid-feedback strong{
  font-weight: 400;
}
input.is-invalid,select.is-invalid{
  border-color:red;
}
.g-recaptcha{
  margin-top:25px;
}
/* End Form */
.info-intro img{
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
}
.form_wrap_calendar select.show_from{
  text-transform: capitalize;
}
.member-social-links dl{
  margin:15px 0;
}
.member-social-links dl dt {
  font-weight: 600;
}
.member-social-links dl dd {
  margin-bottom: 15px;
  margin-left: 0;
}
.btn-link{
    background: #52669f;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    font-weight: 200;
    border: 0;
    display: inline-block;
    padding: 14px;
    text-decoration: none;  
}
.btn-link-edit{
    width: auto;
    height: auto;
    background: #52669f;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 200;
    border: 0;
    display: inline-block;
    padding: 14px;
    text-decoration: none; 
}
.btn-link:hover, .btn-link-edit:hover{
    text-decoration: none;  
}
.btn-admin-edit{
  font-size: 14px;
  color: #a1a1b2;
}