@import url(https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap);
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus,
[tabindex]:focus {
  outline: 3px solid #005fcc;
  outline-offset: 3px;
}
a:focus:not(:focus-visible),
button:focus:not(:focus-visible),
input:focus:not(:focus-visible),
select:focus:not(:focus-visible),
textarea:focus:not(:focus-visible),
[tabindex]:focus:not(:focus-visible) {
  outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
footer,
header,
main,
section {
  width: 100%;
}
img {
  border: none;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-weight: 400;
  font-style: italic;
}
button,
input[type="button"],
input[type="submit"],
input[type="text"],
select,
textarea {
  -webkit-appearance: none;
}
dir {
  margin: 0;
  padding: 0;
}
a {
  color: #0077a8;
  text-decoration: none;
}
a:hover {
  color: #0077a8;
  text-decoration: none;
}
b strong,
strong b {
  font-weight: 700;
}
p {
  line-height: 1.6rem;
}
h1 {
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
  font-size: 3.75rem;
  font-weight: 400;
}
h2 {
  padding-bottom: 2rem;
  margin: 0 0 2rem 0;
  float: left;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 200;
  color: #1d1d1d;
  text-transform: uppercase;
}
h3 {
  padding: 0;
  margin: 0 0 1rem 0;
  float: left;
  width: 100%;
  font-size: 1.625rem;
  font-weight: 500;
  color: #2e3192;
}
h3 a {
  color: #2e3192;
  text-decoration: none;
}
h3 a:hover {
  color: #2e3192;
  text-decoration: none;
}
h4 {
  padding: 0;
  margin: 0 0 1rem 0;
  float: left;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 700;
  color: #0077a8;
}
h4 a {
  color: #0077a8;
  text-decoration: none;
}
h4 a:hover {
  color: #0077a8;
  text-decoration: underline;
}
html {
  font-size: 100%;
  scroll-behavior: smooth !important;
}
body {
  padding: 0;
  margin: 0;
  font-family: "Sofia Sans", sans-serif;
  font-weight: 400;
  color: #1d1d1d;
  font-size: 1rem;
  content: "";
}
header.header_area {
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
}
header.header_area .body {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1600px;
}
.inner-wrapper {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}
.top-menu {
  padding: 0;
  margin: 0 0 0 5%;
  float: right;
  width: 85%;
}
.top-menu-left {
  border-top: 46px solid #0077a8;
  border-left: 40px solid transparent;
  width: 6%;
  float: left;
}
.top-menu-right {
  padding: 10px;
  margin: 0;
  float: left;
  width: 94%;
  background: #0077a8;
  height: 46px;
}
.flags {
  padding: 0;
  margin: 0;
  float: left;
  width: 40px;
}
.flags img {
  width: auto;
  margin: 0 0.5rem 0 0;
}
.links-desktop {
  padding: 0.2rem 1rem 0 0;
  margin: 0;
  float: left;
  width: calc(100% - 195px);
  text-align: left;
}
.links-desktop a {
  color: #fff;
  font-size: 1rem;
  text-transform: capitalize;
  font-weight: 400;
  padding: 0;
  margin: 0 0 0 1rem;
}
.links-desktop a:hover {
  text-decoration: underline;
}
.links-mobile {
  display: none;
}
.search {
  padding: 0;
  margin: 0;
  float: left;
  width: 30px;
  z-index: 2;
}
.navigation-hidden .search {
  display: none;
}
.search-button {
  width: 26px;
  height: 26px;
  float: right;
  cursor: pointer;
  margin: 0;
}
.search-icon {
  margin: 0;
  vertical-align: middle;
  position: relative;
  text-align: left;
}
.search-icon img {
  width: 26px;
  height: 26px;
  float: right;
}
.search > form {
  width: 50%;
  height: 50%;
  padding: 0 auto;
  display: none;
  position: absolute;
  right: 5rem;
  top: 3rem;
  background-color: #fff;
  box-shadow: 0 0 1em #eee;
  z-index: 99;
}
.search-inner {
  width: 100%;
  margin: auto;
  display: table;
}
.navigation-portrait .search-inner {
  height: 48px;
}
.search-inner input[type="search"],
.search-inner input[type="text"] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 1.25rem;
  text-align: left;
  color: #1d1d1d;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.navigation-portrait .search-inner input[type="search"],
.navigation-portrait .search-inner input[type="text"] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}
.search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  font-weight: 900;
  color: #2e3192;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}
.navigation-portrait .search-close-button {
  top: 10px;
  right: 16px;
}
.social {
  padding: 0;
  margin: 0;
  float: right;
  width: 125px;
  text-align: right;
}
.social img {
  width: auto;
  margin: 0 0.5rem 0 0;
}
section.home-slider {
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
}
.owl-carousel {
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
}
.item {
  position: relative;
}
.item img {
  width: 100%;
  height: 760px;
  object-fit: cover;
}
.item-title {
  position: absolute;
  top: 10em;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15% 10% 0 10%;
}
.item-block {
  font-size: 4.5rem;
  font-family: "Sofia Sans", sans-serif;
  color: #fff;
  text-align: center;
  background: rgb(0, 0, 0, 0.5);
}
section.about-nsa {
  padding: 0;
  margin: 3rem 0;
  float: left;
  width: 100%;
}
section.about-nsa .body {
  padding: 3rem 0 0 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1600px;
}
.about-logo {
  padding: 0;
  margin: 0 0 2rem 0;
  float: left;
  width: 100%;
  text-align: center;
}
.about-logo img {
  width: 100%;
  max-width: 200px;
}
.home-title {
  padding: 0;
  margin: 0 0 2rem 0;
  float: left;
  width: 100%;
  text-align: center;
  font-size: 3.75rem;
  font-weight: 300;
  color: #2e3192;
  text-transform: uppercase;
}
.home-title a {
  color: #2e3192;
}
.home-title a:hover {
  color: #2e3192;
  text-decoration: none;
}
hr {
  width: 25%;
  padding: 0;
  margin: 0.5rem auto;
  height: 1px;
  border-width: 0;
  background-color: #0077a8;
}
.about-info {
  padding: 2rem 10% 0 0;
  margin: 0;
  float: left;
  width: 60%;
}
.read-more {
  margin: 3rem auto;
  text-align: center;
}
.read-more a {
  margin: 1rem auto;
  padding: 1rem 2.5rem;
  width: fit-content;
  background: #0077a8;
  color: #fff;
  font-size: 1.15rem;
  text-transform: uppercase;
  font-weight: 400;
}
a.read-more:hover {
  text-decoration: none;
  background-color: #2e3192;
  -moz-transition: all 1s ease-in;
  -webkit-transition: all 1s ease-in;
  -o-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.about-video {
  padding: 0;
  margin: 0;
  float: left;
  width: 40%;
}
.videowrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.olympic-image {
  padding: 0;
  margin: 0;
  float: left;
  width: 40%;
}
.olympic-image img {
  width: 100%;
  border: 1px solid #e3e3e3;
}
section.home-kareta {
  padding: 0;
  margin: 3rem 0;
  float: left;
  width: 100%;
  box-shadow: 0 0 2em #ededed;
  background: #fff;
}
section.home-kareta .body {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1600px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.kare-item {
  padding: 0;
  width: 100%;
  max-width: 25%;
  text-align: center;
  border-right: 1px solid #eaeaea;
}
.kare-item img {
  width: 100%;
  max-width: 150px;
}
.kare-item a {
  color: #2e3192;
  text-decoration: none;
  width: 100%;
  float: left;
  padding: 2em;
  margin: 0;
  text-transform: uppercase;
}
.kare-item:hover {
  font-weight: 700;
  background: #fafafa;
}
.kare-item:last-child {
  border-right: 0;
}
section.events {
  padding: 0;
  margin: 3rem 0;
  float: left;
  width: 100%;
}
section.events .body {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1600px;
}
.events-item {
  padding: 0;
  margin: 0 1.5%;
  float: left;
  width: 30%;
  position: relative;
  text-align: center;
}
.events-item a {
  text-transform: uppercase;
  font-size: 1rem;
}
.events-item img {
  height: 200px;
  max-width: 500px;
  border: 1px solid #eee;
  margin-bottom: 1rem;
  box-shadow: 0 1em 40px #00000042;
  transition: all 0.5s;
}
.events-item img:hover {
  transform: scale(1.2);
}
.event-data {
  position: absolute;
  top: 10px;
  right: 1px;
}
.events-item .event-description {
  min-height: 120px;
  padding-top: 12px;
}
.events-item .event-description a {
  font-size: 1rem;
  color: #000;
  text-transform: uppercase;
}
.event-data-left {
  border-top: 47px solid #0077a8;
  border-left: 40px solid transparent;
  float: left;
}
.event-data-right {
  padding: 0.9rem 0 0 0.5rem;
  margin: 0;
  float: left;
  width: 110px;
  background: #0077a8;
  height: 47px;
  font-size: 1rem;
  color: #fff;
}
.events-item p {
  font-size: 1rem;
}
a.read-more-small {
  padding: 0.5rem 2rem;
  margin: 0.5rem 0 0 0;
  float: left;
  width: auto;
  background: #0077a8;
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 400;
}
a.read-more-small:hover {
  text-decoration: none;
  background-color: #2e3192;
  -moz-transition: all 1s ease-in;
  -webkit-transition: all 1s ease-in;
  -o-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
section.news {
  padding: 2rem 0;
  margin: 3rem 0;
  float: left;
  width: 100%;
  background: url(../img/news-bgr.svg) no-repeat #2e3192;
  background-position: center 40px;
}
section.news .body {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1600px;
}
section.news .body .home-title a {
  color: #fff;
}
.custom1 {
  margin: 3rem 0 0 0;
}
.news-item {
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
  min-height: 150px;
}
span.news-data {
  color: #fff;
  font-size: 1rem;
}
.news-item h3 a {
  color: #fff;
  margin: 0.5rem 0 0 0;
  float: left;
  width: 100%;
  font-size: 18px;
  text-transform: uppercase;
}
.news-item p a {
  color: #fff;
}
.news-item p a:hover {
  text-decoration: none;
}
section.olympic {
  padding: 0 0 3rem 0;
  width: 100%;
  float: left;
  background: #fcfcfc;
  margin: 0;
}
footer {
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
  background: #e3e3e3;
}
footer .body {
  padding: 4rem 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1600px;
}
.footer-logo {
  padding: 0;
  margin: 0;
  width: 200px;
  float: left;
}
.footer-logo img {
  width: 100%;
  max-width: 130px;
  vertical-align: middle;
}
.footer-nav {
  padding: 0;
  margin: 0;
  float: left;
  width: calc(100% - 600px);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-nav-item {
  width: 100%;
  max-width: 50%;
}
.footer-nav-item a {
  padding: 0 1rem;
  margin: 0 0 1rem 0;
  float: left;
  width: 100%;
  color: #1d1d1d;
  text-transform: uppercase;
  font-size: 1rem;
}
.footer-contacts {
  padding: 0;
  margin: 0;
  float: left;
  width: 400px;
  font-size: 1rem;
}
.footer-contacts a {
  color: #000;
  text-transform: uppercase;
}
.footer-line {
  padding: 2rem 0;
  margin: 3rem 0 0.5rem 0;
  float: left;
  width: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.footer-line-links {
  padding: 0.2rem 0 0 0;
  margin: 0;
  float: left;
  width: calc(100% - 120px);
}
.footer-line-links a {
  color: #1d1d1d;
  font-size: 1rem;
  margin: 0 2rem 0 0;
}
.footer-line-social {
  padding: 0;
  margin: 0;
  float: left;
  text-align: right;
  width: 120px;
}
.footer-line-social img {
  vertical-align: middle;
  margin: 0 0 0 0.5rem;
}
.bottom-links {
  padding: 0;
  margin: 0 0 4rem 0;
  float: left;
  width: 100%;
}
.bottom-links a {
  color: #1d1d1d;
  font-size: 0.875rem;
  margin: 0 2rem 0 0;
}
section.innerpage {
  padding: 0;
  margin: 1rem 0 1rem 0;
  float: left;
  width: 100%;
}
section.innerpage .body {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1600px;
}
.breadcrumbs {
  padding: 0;
  margin: 0 0 2rem 0;
  width: 100%;
  color: #555;
  font-size: 0.875rem;
}
.breadcrumbs a {
  color: #555;
}
.breadcrumbs a:hover {
  text-decoration: none;
}
.nav {
  position: relative;
}
.fix-to-top {
  position: fixed;
  top: 3rem;
  width: 420px;
  z-index: 1000;
}
.scrolling {
  min-height: 200px;
}
.toggle-side-menu {
  display: none;
}
.side-menu {
  width: 420px;
  background: #fdfdfd;
  height: fit-content;
  border: 1px solid #eee;
}
.side-menu .back-to {
  display: flex;
  align-items: center;
  margin: 0;
  width: 100%;
  background: #0077a8;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 10px;
}
.side-menu .back-to a {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.side-menu > .nav > a:hover {
  text-decoration: none;
}
.side-menu {
  width: 420px;
  background: #fdfdfd;
  height: fit-content;
  border: 1px solid #dddddd66;
}
.side-menu > .nav > li > a {
  padding: 0.5rem 0.5rem;
  margin: 0;
  width: 100%;
  background: #0077a8;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.side-menu > .nav > a:hover {
  text-decoration: none;
}
.side-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}
.side-menu ul > li > a {
  padding: 0.5rem 1em;
  display: block;
  color: #777;
  text-transform: none;
  line-height: 1.4rem;
  width: 100%;
  height: 100%;
}
.side-menu ul > li:hover {
  background: #00000005;
  cursor: pointer;
}
.side-menu ul ul {
  background: #fdfdfd;
}
.side-menu ul li {
  border-top: 1px solid #dddddd66;
}
.side-menu ul ul li > a {
  padding: 0.5rem 1em;
  padding-left: 2em;
  color: #777;
  display: block;
  width: 100%;
}
.side-menu ul ul li:last-child {
  border-bottom: none;
}
.side-menu ul ul li:hover {
  background: #00000005;
}
.side-menu ul a:hover {
  transition: all 0.5s;
}
.side-menu ul a:hover {
  text-decoration: none;
  color: #000;
}
.side-menu ul li a.active {
  font-weight: 500;
  background: #fff;
  color: #000;
}
.inner-content {
  margin: 0 auto;
  float: left;
  width: calc(100% - 420px);
}
.inner-content h1 {
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 12px;
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
  color: #0077a8;
}
.inner-content h3 {
  margin: 2rem 0 1rem 0;
  color: #1d1d1d;
}
.files-download {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
}
.files-item {
  color: #fff;
  padding: 0.6rem;
  width: 100%;
  background: #0077a8;
  float: left;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
.files-item:hover {
  background-color: #046;
  -moz-transition: all 1s ease-in;
  -webkit-transition: all 1s ease-in;
  -o-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.files-item img {
  width: 32px;
  height: 32px;
  margin: 0;
  float: left;
  vertical-align: middle;
  padding: 0;
  filter: grayscale(100%);
}
.files-item p {
  font-size: 1rem;
  padding: 0 0 0 1rem;
  line-height: 1.2rem;
  float: left;
  width: calc(100% - 31px);
  margin: 0;
}
.files-item p a {
  color: #fff;
  text-decoration: none;
}
div.image_gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 5px !important;
}
div.image_gallery img {
  box-shadow: 0 0 1em #999;
  margin: 0.5em;
  height: 10em;
  transition: all 0.3s;
}
div.image_gallery a:hover img {
  transform: scale(1.2);
}
div.image_gallery > div {
  margin: 5px;
}
.teacher {
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
}
.teacher-item {
  padding: 1.5rem;
  margin: 0 0 1rem 0;
  float: left;
  width: 100%;
  border: 1px solid #e3e3e3;
}
.teacher-item img {
  width: 100%;
  max-width: 100px;
  float: left;
  margin: 0 20px 0 0;
}
.teacher-item h4 {
  width: calc(100% - 120px);
  float: left;
  padding: 0;
  margin: 1rem 0 0 0;
}
.organizer {
  padding: 0.6rem;
  margin: 2rem 0 0 0;
  float: left;
  width: 100%;
  background: #0077a8;
}
.organizer span {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
}
.organizer p {
  color: #fff;
  font-size: 1rem;
  padding: 0;
  margin: 0.5rem 0;
}
.organizer p a {
  color: #fff;
}
.content-item {
  padding: 0;
  margin: 1rem 0 0 0;
  float: left;
  width: 100%;
  text-align: justify;
  line-height: 150%;
}
.content-item img {
  max-width: 100%;
}
.content-item ul,
ul.styled-list {
  padding: 0 0 1rem 3rem;
  margin: 0;
  width: 100%;
  list-style: none;
}
.content-item ul li,
ul.styled-list li {
  margin: 0;
  line-height: 1.6rem;
  text-align: left;
}
.content-item ul li::before,
ul.styled-list li::before {
  content: "\2713";
  color: green;
  font-weight: 700;
  display: inline-block;
  width: 1em;
  margin-left: -1.5em;
  margin-right: 0.5em;
}
.inner-news {
  padding: 0 20%;
  margin: 0;
  float: left;
  width: 100%;
}
.inner-news h1 {
  color: #2e3192;
  font-weight: 200;
  margin: 0 0 2rem 0;
  text-align: center;
}
.inner-news h3 {
  color: #2e3192;
  margin: 2rem 0 1rem 0;
  text-align: center;
}
.inner-news .news-item {
  padding: 2rem;
  margin: 0 0 2rem 0;
  float: left;
  width: 100%;
  border: 1px solid #e3e3e3;
}
.inner-news .news-item h3 {
  color: #2e3192;
  margin: 2rem 0 1rem 0;
  text-align: left;
}
.inner-news .news-item span.news-data {
  color: grey;
  font-size: 0.9rem;
  font-style: italic;
}
.inner-news .news-item h3 a {
  color: #2e3192;
}
.inner-news .news-item p a {
  color: #1d1d1d;
}
.inner-news img {
  width: 100%;
  border: 1px solid #e3e3e3;
}
.pagination {
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
  font-size: 1.25rem;
}
.pagination span {
  padding: 0;
  margin: 0 0.2rem;
  float: left;
  width: auto;
}
.pagination span a {
  color: #1d1d1d;
  width: 35px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: block;
  text-align: center;
  padding: 2px 0 0 0;
}
.pagination span a:hover {
  text-decoration: none;
  border: 2px solid #0077a8;
  color: #fff;
  background: #0077a8;
}
.pagination span a.active {
  border: 2px solid #0077a8;
  color: #fff;
  background: #0077a8;
}
.date {
  color: grey;
  font-size: 0.9rem;
  font-style: italic;
  width: 100%;
  text-align: center;
  text-decoration: underline;
  padding: 0;
  margin: 0 0 2rem 0;
}
.vizitka {
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
}
.vizitka img {
  max-width: 100%;
}
.vizitka p {
  color: #000;
}
.vizitka a {
  color: gray;
  text-decoration: underline;
}
.vizitka-text {
  width: calc(100% - 180px);
  padding: 0 0 0 2rem;
  margin: 0 0 1rem 0;
}
a.button-link:active:hover {
  box-shadow: none;
  background: #000;
}
.content-item a {
  text-decoration: none;
}
.content-item a.button-link,
a.button-link {
  box-shadow: 0 5px 5px #fff;
  background: #0077a8;
  display: inline-block;
  color: #fff;
  border-radius: 1.5em;
  padding: 6px 20px;
  font-weight: 700;
  text-decoration: none;
  margin: 1em auto;
  transition: all 0.3s;
}
a.button-link:hover {
  box-shadow: 0 0.5em 0.5em #ccc;
  background: #054364;
}
a.button-link:after {
  margin-left: 1.5em;
  font-family: "Font awesome 5 Free";
  content: "\f360";
}
.inner-content table {
  border-collapse: collapse;
}
.inner-content table td {
  padding: 10px;
  border-color: #ccc;
}
.inner-content table th {
  background: #eee;
  padding: 10px;
  border-color: #aaa;
}
.published-on {
  text-wrap: nowrap;
  display: block;
  font-style: italic;
  color: #0077a8;
}
.dissertations {
  display: flex;
  flex-wrap: wrap;
}
.dissertations > div > div {
  display: flex;
}
.dissertations > div {
  display: flex;
  background: #f3f3f3;
  margin-bottom: 1em;
  padding: 1em 2em;
  text-align: left;
  width: 100%;
  flex-direction: column;
}
.dissertations div > div:nth-child(1) {
  font-weight: 700;
}
.dissertations div > div:nth-child(1) {
  font-weight: 700;
}
.dissertations div > div:nth-child(2) {
  font-weight: 700;
  color: #669;
  margin-bottom: 1em;
}
.dissertations div > div:nth-child(3) {
  text-align: left;
  font-style: italic;
  flex-grow: 1;
}
.dissertations div > div:last-of-type {
  align-self: flex-start;
}
.dissertations div > div:last-of-type a {
    display: inline-block;
    text-align: left;
    box-shadow: 0 5px 5px #fff;
    background: #0077a8;
    display: inline-block;
    color: #fff;
    border-radius: 1.5em;
    padding: 6px 20px;
    font-weight: 700;
    text-decoration: none;
    margin: 1em auto;
    transition: all 0.3s;
}
.txtbox1 {
  padding-bottom: 1em;
  font-size: 1.4em;
  border-bottom: 1px solid #ddd;
}
.heading_image {
  width: fit-content;
  margin: 2em auto;
}
.heading_image img {
  max-width: 100%;
}
.inner-content hr {
  width: 100%;
  margin: 1em 0;
  border-width: 0;
  background-color: #e5e5e5;
}
.sebra_table {
  width: fit-content;
  margin: 0 auto !important;
}
.sebra_table td,
.sebra_table th {
  text-align: center !important;
  font-size: 11px !important;
  border: 1px solid #ddd !important;
  vertical-align: top;
}
.sebrafile a {
  color: #fff !important;
}
.sebrafile:hover {
  background: #f30 url(/webdesignerwall/gradient.png) repeat-x 0 -170px !important;
}
td.sebrafile {
  background: #0965b0 url(/webdesignerwall/gradient.png) repeat-x 0 -110px !important;
  color: #fff;
  text-align: center;
  border: 1px solid #555 !important;
  border-color: #ddd #555 #555 #ddd !important;
}
.process-list {
  margin-bottom: 1rem;
}
.process-list .item {
  padding: 0.5em 0;
  margin-bottom: 0.5 rem;
  border-bottom: 1px solid #eee;
}
.uconstruc {
  font-size: 1em;
  color: #999;
}
.pagination-fromto {
  margin-bottom: 1rem;
}
.pagination .button1 {
  padding: 0.2em;
  margin-right: 0.2rem;
}
.pagination .button1.active {
  color: #1d1d1d;
}
.search-close-button {
  display: none;
}
.symbol {
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  padding-right: 10px;
}
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  background-position: center;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-size: 20vw 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.loader {
  position: fixed;
  border: 1rem solid #eee;
  border-top: 1rem solid #3498db;
  border-bottom: 1rem solid #345599;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 5em #fff;
  width: calc(80px + 5%);
  aspect-ratio: 1/1;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#goTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  background: #ffffff99;
  border: 1px solid #3498db;
  color: #3498db;
  cursor: pointer;
  padding: 0 14px 3px 14px;
  border-radius: 50%;
  font-size: 32px;
}
#goTopBtn:hover {
  background-color: #345599;
  color: #fff;
}
.gallery-item {
  width: 200px;
  padding: 5px;
}
li.important a {
  color: red !important;
}
div.important a {
  color: red !important;
}
div.important span.news-data {
  color: black;
}
div.important {
  background: #FFFFFF;
  padding: 1em;
  border-radius: .5em;
}
.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
}
.skip-link:focus {
  left: 10px;
  top: 10px;
  background: #000;
  color: #fff;
  padding: 10px 15px;
  z-index: 1000;
}
.search-button {
  background: none;
  border: none;
  cursor: pointer;
}
.search-button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 95, 204, 0.6);
  border-radius: 50%;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.thin-table {
  border: 1px solid gray;
  border-collapse: collapse;
}
.thin-table td,
.thin-table th {
  border: 1px solid gray;
}
.thin-table thead td,
.thin-table th {
  background: #eee;
  font-weight: 700;
}
.thin-table thead td,
.thin-table thead th .thin-table td,
.thin-table th {
  padding: 0.5em;
  border: 1px solid gray;
}
.thin-table p {
  margin: 0;
}

.phones-link,
.phones-link:hover {
  background: #00adee;
  width: fit-content;
  display: flex;
  color: #fff;
  border-radius: 1.5em;
  padding: 6px 20px 6px 9px;
  font-weight: 700;
  text-decoration: none;
  margin: 1em 0;
  transition: all 0.3s;
  gap: 1em;
  align-items: center;
  justify-content: flex-start;
}

.sport-clubs > li {
  padding: 10px 12px;
  margin: 6px 0;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;

  max-height: 2.4em;
  overflow: hidden;
  transition: max-height 0.25s ease;
}

.sport-clubs > li strong:first-child {
  display: block;
  cursor: pointer;
}

.sport-clubs > li.open {
  max-height: 1200px;
}
.decimal-list ol>li {
  list-style: decimal !important;
}