.sofia-sans-<uniquifier > {
  font-family: "Sofia Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
hgroup,
menu,
nav,
section {
  display: block;
}

footer,
header,
main,
section {
  width: 100%;
}

img {
  border: none;
}

strong,
b {
  font-weight: 700;
}

em,
i {
  font-weight: 400;
  font-style: italic;
}

textarea,
select,
input[type="text"],
input[type="button"],
input[type="submit"],
button {
  -webkit-appearance: none;
}

html {
  scrollbar-color: #9ef #0ae;
}

dir {
  margin: 0;
  padding: 0;
}

a {
  color: #00aeef;
  text-decoration: none;
}

a:hover {
  color: #00aeef;
  text-decoration: underline;
}

strong b,
b strong {
  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;
  border-bottom: 1px solid #eee;
  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: underline;
}

h4 {
  padding: 0;
  margin: 0 0 1rem 0;
  float: left;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 700;
  color: #00aeef;
}

h4 a {
  color: #00aeef;
  text-decoration: none;
}

h4 a:hover {
  color: #00aeef;
  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;
  margin-bottom: 2rem;
}

.top-menu {
  padding: 0;
  margin: 0 0 0 5%;
  float: right;
  width: 85%;
}

.top-menu-left {
  border-top: 47px solid #00adee;
  border-left: 40px solid #fff0;
  width: 6%;
  float: left;
}

.top-menu-right {
  padding: 10px;
  margin: 0;
  float: left;
  width: 94%;
  background: #00adee;
  height: 47px;
}

.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="text"],
.search-inner input[type="search"] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 1.25rem;
  text-align: left;
  color: #1d1d1d;
  outline: none;
  border: none;
  background-color: #fff0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.navigation-portrait .search-inner input[type="text"],
.navigation-portrait .search-inner input[type="search"] {
  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%;
}

.item-block {
  font-size: 4.5rem;
  font-family: "Sofia Sans", sans-serif;
  color: #fff;
  text-align: center;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.4) 10%,
    rgba(0, 0, 0, 0.4) 40%
  );
}

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: 2.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: #00aeef;
}

.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: #00aeef;
  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-top: 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;
  min-height: 21em;
}

.events-item a {
  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);
}

.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;
}

.event-data-left {
  border-top: 47px solid #00aeef;
  border-left: 40px solid #fff0;
  float: left;
}

.event-data-right {
  padding: 0.9rem 0 0 0.5rem;
  margin: 0;
  float: left;
  width: 110px;
  background: #00aeef;
  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: #00aeef;
  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;
  float: left;
  width: 100%;
  background: url(../img/news-bgr.svg) no-repeat #35719e;
  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;
}

.news-item.important {
  background: #00000044;
  padding: 1em;
}

.news-item.important a {
  color: #98f44c !important;
}

span.news-data {
  font-size: 1rem;
  font-style: oblique;
  color: #ddd;
  font-size: 1rem;
}

.news-item h3 a {
  color: #fff;
  margin: 0.5rem 0 0 0;
  float: left;
  width: 100%;
  font-size: 18px;
  text-transform: none;
}

.news-item p a {
  color: #fff;
}

.news-item p a:hover {
  text-decoration: none;
}

section.olympic {
  padding: 0;
  width: 100%;
  float: left;
  background: #fcfcfc;
  margin: 0;
}

footer {
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
  background: #eeeeee;
}

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: #00adee;
  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: gray;
  font-size: 0.875rem;
}

.breadcrumbs a {
  color: gray;
}

.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;
  box-shadow: 0 0 1em #eee;
}

.side-menu .back-to {
  display: flex;
  align-items: center;
  margin: 0;
  width: 100%;
  background: #00adee;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 10px;
}

.side-menu .back-to a:hover {
  text-decoration: none;
}

.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 #ddd6;
}

.side-menu > .nav > li > a {
  padding: 0.5rem 0.5rem;
  margin: 0;
  width: 100%;
  background: #00adee;
  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 #ddd6;
}

.side-menu ul ul li > a {
  padding: 0.5rem 1em;
  padding-left: 2em;
  color: #444;
  display: block;
  width: 100%;
  border-left: 1px solid #36aeee;
}

.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: 700;
  background: #fff;
  color: #10aeee;
  border-left: 1px solid #10aeee;
}

.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: #00adee;
}

.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: #00adee;
  float: left;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}

.files-item:hover {
  background-color: #2e3192;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s 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: #00aeef;
}

.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%;
}

ul.styled-list,
.content-item ul {
  padding: 0 0 1rem 3rem;
  margin: 0;
  width: 100%;
  list-style: none;
}

ul.styled-list li,
.content-item ul li {
  margin: 0;
  line-height: 1.6rem;
  text-align: left;
}

ul.styled-list li::before,
.content-item ul 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: gray;
  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 #00aeef;
  color: #fff;
  background: #00aeef;
}

.pagination span a.active {
  border: 2px solid #00aeef;
  color: #fff;
  background: #00aeef;
}

.date {
  color: gray;
  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;
  text-align: left;
}

.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:hover {
  box-shadow: none;
  background: #000;
}

.content-item a {
  text-decoration: none;
}

.content-item a.button-link,
a.button-link {
  background: #00adee;
  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 {
  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: #aaa;
  margin-bottom: 1em;
}

.dissertations {
  display: flex;
  flex-wrap: wrap;
}

.dissertations > div > div {
  display: flex;
}

.dissertations > div {
  display: flex;
  margin-bottom: 1em;
  padding: 1em 2em;
  text-align: left;
  width: 100%;
  flex-direction: column;
}
.dissertations > div:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.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 a {
  background: #00adee;
  display: inline-block;
  color: #fff;
  border-radius: 16px;
  padding: 3px 24px;
  text-decoration: none;
  margin: 1em -10px;
  transition: all 0.3s;
}
.dissertations a.name {
  background: none;
  color: #00adee;
  padding: 0;
  margin: 0;
}
.txtbox1 {
  padding-bottom: 1em;
  font-size: 1.4em;
  border-bottom: 1px solid #ddd;
  font-style: italic;
}

.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(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#goTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  outline: none;
  background: #fff9;
  border: 1px solid #3498db;
  color: #3498db;
  cursor: pointer;
  padding: 0 14px 3px 14px;
  border-radius: 50%;
  font-size: 32px;
}

.gallery-item {
  width: 200px;
  padding: 5px;
}

li.important a {
  color: #00aeef !important;
}

div.important a {
  color: red !important;
}

.responsive-container {
  display: flex;
  flex-direction: column;
  gap: 4em;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.responsive-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.responsive-item img {
  max-width: 100%;
  height: auto;
}

.responsive-item .text-content {
  text-align: left;
  padding: 10px;
  min-width: 318px;
}

@media (min-width: 768px) {
  .responsive-item {
    flex-direction: row;
  }

  .responsive-item:nth-child(even) {
    flex-direction: row-reverse;
  }

  .responsive-item:nth-child(even) .text-content {
    text-align: right;
    padding: 10px;
  }
}

.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;
}

.profile {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.profile-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 300px;
}

.profile-item img {
  width: 100%;
  max-width: 245px;
  height: auto;
  margin: 1em auto;
}
.important span.news-data {
  color: white;
  text-decoration: none;
}
.table-header td {
  background: #eee;
}
.compact-table td * {
  margin: 0 !important;
  padding: 0 !important;
}
.thin-table {
  border-collapse: collapse !important;
  width: fit-content;
  margin: 0 auto;
}
.thin-table * {
  padding: 0;
  margin: 0;
}
.thin-table td,
.thin-table th {
  border: 1px solid #eee;
  padding: 5px 10px !important;
  margin: 0 auto !important;
}
.thin-table thead {
  background: #eee;
}
.button-links {
  width: fit-content;
  margin: 0 auto;
}
.button-links a {
  width: 100%;
}