* {
  margin: 0;
  padding: 0;
}
html,
body {
  font-family: "Raleway", sans-serif !important;
}
html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
}
::-webkit-scrollbar-thumb {
  background-color: #0a58ca;
}
::-webkit-scrollbar-track {
  background-color: #e9ecef;
}
::-webkit-scrollbar {
  width: 5px;
}
button,
img,
a,
span,
svg,
input,
a,
textarea {
  transition: 0.2s;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
a:hover {
  color: #066ec6 !important;
}
.header svg:hover {
  fill: #066ec6;
}
.line-on-hiver-transition .line {
  transition: 0.2s;
  -webkit-transition: 0.2s;
}
.line-on-hiver .line {
  stroke: #066ec6;
}
img {
  max-width: 100%;
}
.blog h1 {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
.v-center {
  align-items: center;
  align-content: center;
}
.header {
  padding: 20px 0;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 3;
  transition: 0.2s;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.navbar-brand {
  width: fit-content;
}
.brand-logo {
  display: block;
  width: fit-content;
  height: 100%;
  text-decoration: none;
}
.brand-logo span {
  margin-left: 18px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.215rem;
  line-height: 1.4375rem;
  color: #000000;
}
.burger-menu {
  background: #fff;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  z-index: 3;
}
.line {
  fill: none;
  stroke: #000;
  stroke-width: 6;
  stroke-linecap: round;
  transition: stroke-dasharray 200ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 8;
}
.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 8;
}
.line3 {
  stroke-dasharray: 30 207;
  stroke-width: 8;
}
.opened .line1 {
  stroke-dasharray: 34 140;
  stroke-dashoffset: -130;
  stroke-width: 8;
  transform: translate(-1px, -30px);
  stroke: #000;
}
.opened .line2 {
  stroke-dasharray: 56 60;
  stroke-width: 8;
  stroke: #000;
}
.opened .line3 {
  stroke-dasharray: 37 207;
  stroke-dashoffset: -134;
  stroke-width: 8;
  stroke: #000;
  transform: translate(2px, 27px);
}
.header .vk {
  height: 28px;
  width: 28px;
  cursor: pointer;
  margin-right: 50px;
}
._access-menu ul.before-collapse li {
  opacity: 1 !important;
}
._access-menu._access.bottom.type.left {
  top: 0;
}
i._access-icon.material-icons._access {
  display: none !important;
}
.header .glasses {
  height: 38px;
  width: 38px;
  cursor: pointer;
  margin-right: 28px;
}
#mod-finder-searchword111 {
  position: relative;
  background: url(/media/templates/site/cassiopeia/images/search.svg) no-repeat,
    linear-gradient(9deg, #f6f5f8, #f6f5f8);
  background-size: 21px 21px;
  background-origin: content-box;
  background-position: right center;
  border: none;
  border-radius: 5px;
}
.input-group input,
.input-group button,
.input-group div {
  border-radius: 5px !important;
  margin-right: 12px;
}
.left-side ul li:last-child {
  margin-bottom: 0;
}
.button {
  display: block;
  padding: 12px 32px;
  text-decoration: none;
  font-size: 0.875rem;
  position: relative;
}
.left-side ul {
  padding: 0;
  margin: 0;
}
.blue-btn {
  background-size: 200% auto;
  color: #fff;
  border-radius: 20px;
  background-image: linear-gradient(
    97.13deg,
    #007bff -12.96%,
    #0052aa 99.11%,
    #0052aa 99.11%
  );
}
.blue-btn:hover {
  background-position: right center;
  color: #fff !important;
}
.light-btn {
  background-size: 200% auto;
  color: #0052aa;
  border-radius: 20px;
  background-image: linear-gradient(
    97.13deg,
    #e9e9e9 -12.96%,
    #ecf5ff 99.11%,
    #ffffff 99.11%
  );
}
.light-btn:hover {
  background-position: right center;
  color: #0052aa !important;
}
body.site.error_site.wrapper-static.view-.no-layout.no-task {
  background: #0054a5 !important;
  color: #fff;
  display: flex;
  height: 100vh;
}
.error_site .container {
  margin: auto;
}
.error_site .page-header {
  font-size: 5rem;
}
.awesomplete {
  position: relative;
}
#awesomplete_list_1 li {
  margin: 10px 0;
}
#awesomplete_list_1 {
  padding: 10px 24px;
  list-style: none;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 5px;
  cursor: pointer;
}
.input-group .btn {
  z-index: 1;
}
.mark,
mark {
  padding: 0;
}
nav.mod-breadcrumbs__wrapper {
  border-radius: 5px;
  background: rgb(13 110 253 / 3%);
}
nav.mod-breadcrumbs__wrapper li,
nav.mod-breadcrumbs__wrapper li a {
  font-size: 0.875rem;
  text-decoration: none;
}
.result__description time.result__date {
  display: -webkit-box;
  margin-bottom: 6px;
  font-size: 0.875rem;
}
.grid-child.container-nav {
  display: none;
  position: fixed;
  right: -100%;
  top: 0;
  height: 100%;
  background: #fff;
  transition: 0.2s;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  z-index: 2;
}
.grid-child.container-nav h4 {
  font-family: "Cabin", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.1875rem;
  color: #000000;
  margin-bottom: 40px;
}
.grid-child.container-nav .nav {
  display: block;
}
.grid-child.container-nav .nav li a {
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.1875rem;
  color: #000000;
}
.grid-child.container-nav .nav {
  display: block;
  overflow: auto;
  max-height: 100%;
  max-width: 426px;
}
.grid-child.container-nav.show {
  right: 0;
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: none;
  z-index: 1;
}
header.out {
  transform: translateY(-100%);
}
header.out-exit {
  transform: inherit !important;
}
.header .mod-menu__sub.list-unstyled.small {
  margin-top: 16px;
  padding: 25px 22px 14px 22px;
  background: #fafafa;
  border-radius: 10px;
  display: none;
}
.nav-item {
  margin-bottom: 24px;
}
.header .mod-menu__sub.list-unstyled.small li {
  margin-bottom: 12px;
}
.header .mod-menu__sub.list-unstyled.small a {
  font-size: 0.8rem;
}
.parent span {
  cursor: pointer;
}
.separator svg {
  fill: #252525;
  margin-left: 8px;
  transition: 0.2s;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.separator.arrow-rotate svg {
  transform: rotate(-90deg);
  fill: #0052aa;
}
.glasses.glasses-mobile {
  height: auto;
  font-size: 0.75rem;
  margin-top: 26px;
  border: 1px solid #dee2e6;
  border-radius: 40px;
  background: #0d6efd;
  color: #fff;
  transition: 0.2s;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.glasses.glasses-mobile svg {
  margin-right: 10px;
  fill: #fff;
}
.glasses.glasses-mobile:hover {
  background: #fff;
  color: #0d6efd;
}
.glasses.glasses-mobile:hover svg {
  fill: #0d6efd;
}
.four-cards-category a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin: 10px 0;
}
.four-cards-category div:nth-child(odd) a {
  background: linear-gradient(
    297deg,
    #066ec6 8%,
    #066ec6 3%,
    #05365f 0%,
    #05365f 61%,
    #0052aa 32%
  );
  -webkit-background: linear-gradient(
    297deg,
    #066ec6 8%,
    #066ec6 3%,
    #05365f 0%,
    #05365f 61%,
    #0052aa 32%
  );
  background: -o-linear-gradient(
    297deg,
    #066ec6 8%,
    #066ec6 3%,
    #05365f 0%,
    #05365f 61%,
    #0052aa 32%
  );
  background-size: 100% 100%;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.four-cards-category div:nth-child(even) a {
  background: linear-gradient(
    297deg,
    #066ec6 8%,
    #066ec6 3%,
    #4682c2 0%,
    #4682c2 61%,
    #0052aa 32%
  );
  -webkit-background: linear-gradient(
    297deg,
    #066ec6 8%,
    #066ec6 3%,
    #05365f 0%,
    #05365f 61%,
    #0052aa 32%
  );
  background: -o-linear-gradient(
    297deg,
    #066ec6 8%,
    #066ec6 3%,
    #4682c2 0%,
    #4682c2 61%,
    #0052aa 32%
  );
  background-size: 100% 100%;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.four-cards-category div:nth-child(odd) a:hover,
.four-cards-category div:nth-child(even) a:hover {
  background-size: 200% 100%;
}
.four-cards-category img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.newsflash-image img {
  height: 170px;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}
.mod-articlesnews__item a {
  text-decoration: none;
}
.newsflash-title {
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.2rem;
  color: #252525;
}
.mod-articlesnews__item .fields-container {
  list-style: none;
  padding: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1rem;
  margin-top: 1rem;
  color: #252525;
}
.date-mod {
  font-family: "Cabin", sans-serif;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  margin-bottom: 0.75rem;
  color: #252525;
}
.main-btn {
  display: block;
  text-decoration: none;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  border: none;
  outline: none !important;
  color: #ffffff;
  border-radius: 20px;
  padding: 12px 32px;
  margin-top: 32px;
  background: -webkit-linear-gradient(
    97.13deg,
    #007bff -12.96%,
    #0052aa 99.11%
  );
  background: -moz-linear-gradient(97.13deg, #007bff -12.96%, #0052aa 99.11%);
  background: -o-linear-gradient(97.13deg, #007bff -12.96%, #0052aa 99.11%);
  background: linear-gradient(97.13deg, #007bff -12.96%, #0052aa 99.11%);
  background-size: 1px 200px;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.main-btn:hover {
  color: #ffffff !important;
  background-position: 200px;
}
.main-btn:focus {
  box-shadow: 0 0 0 3px rgb(0 85 176 / 35%);
}
.mod-articlesnews__item figure {
  border-radius: 20px;
  overflow: hidden;
}
.mod-articlesnews__item:hover .newsflash-image img {
  transform: scale(1.1);
}
.fancy {
  display: block;
  height: 300px;
  overflow: hidden;
  border-radius: 20px;
}
.fancy img:hover {
  transform: scale(1.1);
}
.fancy img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.events-block {
  display: flex;
}
.events-block img {
  width: 100%;
  object-fit: cover;
  object-position: 20% 50%;
}
.events-block:hover img {
  transform: scale(1.1);
}
.mod-articlescategory .col-6 a,
.mod-articlescategory .swiper-slide a {
  display: flex;
  justify-content: space-between;
  background: #1a64b3;
  -webkit-background: #1a64b3;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  color: #ffffff !important;
  text-decoration: none;
}
.left-side-events h5 {
  font-style: normal;
  font-weight: 700;
  z-index: 2;
  position: relative;
}
.read-more-span {
  font-style: normal;
  font-weight: 700;
  display: block;
  position: absolute;
  bottom: 38px;
  z-index: 2;
}
.right-side-events {
  overflow: hidden;
}
.mod-articlescategory .col-6:nth-of-type(3n + 1) .right-side-events:before {
  background: #1e4b6f;
}
.mod-articlescategory .col-6:nth-of-type(3n + 2) .right-side-events:before {
  background: #3174bb;
}
.mod-articlescategory .col-6:nth-of-type(3n + 3) .right-side-events:before {
  background: #3174bb;
}
.mod-articlescategory .swiper-slide:nth-child(odd) .right-side-events:before {
  background: #1e4b6f;
}
.mod-articlescategory .swiper-slide:nth-child(even) .right-side-events:before {
  background: #3174bb;
}
#map {
  width: 100%;
  height: 532px;
  padding: 0;
  margin: 0;
}
.info-block {
  background: #ffffff;
  box-shadow: 0 4px 220px rgb(0 0 0 / 20%);
  border-radius: 20px;
  max-width: fit-content;
  z-index: 1;
}
.info-block__bold {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.1875rem;
  color: #252525;
  text-decoration: none;
  margin-bottom: 18px;
}
.info-block__days {
  margin-bottom: 18px;
}
.info-block__small {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #252525;
  margin-bottom: 5px;
}
.info-block__big {
  display: block;
  ffont-family: "Cabin", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  color: #252525;
}
.info-block__wery-big {
  display: block;
  font-family: "Cabin", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.6875rem;
  color: #252525;
  text-decoration: none;
  margin-bottom: 18px;
}
.info-block svg {
  flex: 0 0 16px;
}
.info-block__first svg {
  margin: 2px 7px 0 0;
}
.info-block__second svg {
  margin: 0 7px 0 0;
}
.info-block__third svg {
  margin: 2px 7px 0 0;
}
.info-block__fourth svg {
  margin: 6px 7px 0 0;
}
.vk-large {
  margin-left: -4px;
}
.footer {
  padding: 50px 0;
  background: linear-gradient(137.93deg, #0052aa 23.72%, #007bff 119.25%);
  overflow: auto;
}
.footer span {
  color: #fff !important;
}
.footer a {
  color: #fff !important;
}
.footer svg {
  fill: #fff;
}
.footer .separator svg {
  display: none;
}
.footer .nav-item a {
  text-decoration: none;
}
.footer .nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100%;
}
.footer .nav li {
  width: 50%;
  margin-bottom: 10px;
}
.footer .nav-item span {
  word-break: break-word;
  display: block;
}
.footer .separator {
  margin-bottom: 1rem;
}
.footer .separator span {
  font-size: 1rem;
}
.footer .nav-item a {
  text-decoration: none;
  font-size: 0.75rem;
}
.nav-item.item-118 a {
  font-size: 1rem;
}
.nav-item.item-122 a {
  font-size: 1rem;
}
.nav-item.item-122 {
  flex: auto;
}
.main-btn:disabled {
  border: none;
  background: #d4d7db;
  color: #a8a8a8 !important;
}
.item-docs .article-info.text-muted,
.item-docs .published,
.item-docs h2 {
  margin: 0;
}
.doc_format img {
  width: 36px !important;
  height: 50px !important;
  object-fit: contain !important;
}
.docs-row,
.table td {
  padding: 20px;
  overflow: hidden;
  border-bottom: none;
}
.docs-row:nth-child(odd),
.table tr:nth-child(odd) {
  background: #fafafa;
}
.docs-row:nth-child(even),
.table tr:nth-child(even) {
  background: #efefef;
}
.blog-items-docs,
.table {
  overflow: hidden;
  border-radius: 5px;
}
.table tr {
  transition: 012s;
  -webkit-transition: 0.1s;
}
.table tr:hover {
  background: #0052aa !important;
  color: #fff;
}
.table tr:hover a {
  color: #fff !important;
}
.cookie {
  position: fixed;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 20px;
  z-index: 2;
  display: none;
}
.container-cookie {
  background: #fff;
  box-shadow: 0 2px 20px 0 rgb(0 0 0 / 8%);
  border-radius: 10px;
  font-size: 14px;
  max-width: 1050px;
}
.container-cookie .container-cookie_readmore {
  color: #000 !important;
  display: block;
  margin-top: 8px;
}
.cookie-alert {
  position: relative;
  padding: 21px 20px;
  margin-bottom: 20px;
  background: #f7faff;
  border-radius: 5px;
  color: #6c757d;
  overflow: hidden;
}
.cookie-alert svg {
  position: absolute;
  right: -16px;
  bottom: -16px;
  z-index: 1;
  opacity: 0.5;
  transform: rotate(270deg);
}
.col-md-4:nth-child(odd) .team-card .team-card__photo {
    width: 100%;
    background-image: linear-gradient(45deg, #93a5cf 0%, #e4efe9 100%);
    border-radius: 20px;
    box-shadow: 0 0 20px rgb(0 0 0 / 7%);
    overflow: hidden;
}
.col-md-4:nth-child(even) .team-card .team-card__photo {
    width: 100%;
    background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
    border-radius: 20px;
    box-shadow: 0 0 20px rgb(0 0 0 / 7%);
    overflow: hidden;
}
.team-card {
    margin-bottom: 56px;
}
.team-card__name {
    margin: 1.7rem 0 1rem 0;
    font-size: 1.12rem;
    font-weight: 600;
}
.tema-card__about ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.tema-card__about ul li {
    margin: 10px 0;
    font-size: 0.9rem;
}
.team-card__readmore.main-btn {
    margin-top: 5px;
    max-width: 100%;
    cursor: pointer;
}
.tema-card__about {
    display: none;
}
.docs div {
    margin-top: 10px;
    font-weight: 600;
  	color: #000;
}
.docs {
    max-width: fit-content;
    display: block;
    text-decoration: none;
}
/* ВРЕМЕННО */
.processing {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(216, 89%, 43%, 0.44);
  backdrop-filter: blur(1.5px);
  -webkit-backdrop-filter: blur(1.5px);
  border-radius: 20px;
  display: flex;
}
.processing div {
  font-size: 2rem;
  margin: auto;
  color: #FFF;
  font-weight: 600;
}
/* ВРЕМЕННО */