@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
applet,
object,
iframe,
h1,
h2,
.h2-like,
h3,
.h3-like,
h4,
h5,
h6,
p,
blockquote,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
var,
center,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

blockquote,
q {
  quotes: none;
}

tr, td, th {
  font-weight: inherit;
  line-height: 160%;
}

dt, dd {
  line-height: 160%;
}

@font-face {
  font-family: "Gilroy";
  src: local("Gilroy"), url("../../assets/fonts/Gilroy-Regular.woff2") format("woff2"), url("../../assets/fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: local("Gilroy-Medium"), url("../../assets/fonts/Gilroy-Medium.woff2") format("woff2"), url("../../assets/fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: local("Gilroy-Semibold"), url("../../assets/fonts/Gilroy-Semibold.woff2") format("woff2"), url("../../assets/fonts/Gilroy-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: local("Gilroy-Bold"), url("../../assets/fonts/Gilroy-Bold.woff2") format("woff2"), url("../../assets/fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body, html {
  background-color: #FAFFF8;
  font-family: "Roboto Flex", "sans-serif" !important;
}

* {
  font-family: "Roboto Flex", "sans-serif" !important;
}

html {
  will-change: opacity;
}

#app {
  background-image: url(../../../frontend/assets/images/ecological/bg-pattern.svg);
  background-repeat: no-repeat;
  background-position: center top 700px;
  display: flex;
  flex-direction: column;
  background-size: 100%;
}
@media (max-width: 1919px) {
  #app {
    background-position: center top 750px;
    background-size: 130%;
  }
}
#app .p-inputtext {
  padding: 1rem 28px 1rem 1rem;
}
#app .error_fild_input {
  border: 2px solid rgb(247, 46, 46);
}
#app .error-msg {
  color: rgb(247, 46, 46);
  margin: 20px 0;
}

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

.faculty-text__item-svg img.responsive {
  height: 44px;
}

.pointer {
  cursor: pointer;
}

@media (max-width: 992px) {
  .container {
    max-width: 100% !important;
  }
}

.text-block {
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 32px;
  padding-right: 111px;
  display: flex;
}
@media (max-width: 767px) {
  .text-block {
    flex-direction: column;
    padding-right: 16px;
    padding-left: 16px;
  }
}
.text-block__avatar {
  margin-right: 48px;
}
@media (max-width: 767px) {
  .text-block__avatar {
    margin-right: auto;
    margin-bottom: 24px;
  }
}
@media (max-width: 991px) {
  .text-block {
    padding-right: 24px;
  }
}
@media (max-width: 767px) {
  .text-block {
    padding: 24px 12px;
  }
}

.common-list {
  padding-left: 1rem;
}

.list-item:not(:last-child) {
  margin-bottom: 0.75rem;
}

.page-title {
  font-weight: 700;
  font-size: 61px;
  line-height: 120%;
  color: var( --main );
}
@media (max-width: 767px) {
  .page-title {
    font-size: 35px;
  }
}
.page-title--mainpage {
  margin-top: 123px;
}
@media (max-width: 991px) {
  .page-title--mainpage {
    margin-top: 131px;
  }
}
@media (max-width: 767px) {
  .page-title--mainpage {
    margin-top: 80px;
  }
}
.page-title--common {
  margin: 48px 0;
}
@media (max-width: 767px) {
  .page-title--common {
    margin: 32px 0;
  }
}

.section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 20px;
  }
}

.block-title {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .block-title {
    margin-bottom: 20px;
  }
}

.title-h2 {
  font-weight: 600;
  font-size: 49px;
  color: var( --main );
  line-height: 130%;
}
@media (max-width: 767px) {
  .title-h2 {
    font-size: 30px;
  }
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.pi {
  font-family: "primeicons" !important;
}

h1 {
  font-weight: 700;
  font-size: 61px;
  line-height: 120%;
  color: var( --main );
}
@media (max-width: 767px) {
  h1 {
    font-size: 35px;
  }
}

h2, .h2-like {
  font-weight: 600;
  font-size: 49px;
  color: var( --main );
  margin-bottom: 40px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  h2, .h2-like {
    font-size: 30px;
    margin-bottom: 16px;
  }
}

.o_text,
.o_text p, p {
  font-size: 17px;
  line-height: 160%;
  color: #4d6376;
}
@media (max-width: 767px) {
  .o_text,
.o_text p, p {
    font-size: 16px;
  }
}

p {
  margin-bottom: 16px;
}
p:last-child {
  margin-bottom: 0;
}

.o_text.-large, .o_text.-large p,
.o_text p.-large,
.o_text p.-large p {
  font-size: 25px;
  line-height: 150%;
}
.o_text.-dark, .o_text.-dark p,
.o_text p.-dark,
.o_text p.-dark p {
  font-weight: 500;
  color: var( --main );
}

.o_title {
  font-weight: 600;
  font-size: 49px;
  line-height: 1.2;
  color: var( --main );
}
@media (max-width: 767px) {
  .o_title.-h2 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .o_title.-h2 {
    font-size: 30px;
    letter-spacing: 0.1px;
  }
}

.p {
  font-weight: 500;
  font-size: 17px;
  line-height: 160%;
  letter-spacing: 0.1px;
  color: var( --main );
}
@media (max-width: 767px) {
  .p {
    font-size: 16px;
  }
}
.p--14 {
  font-size: 14px;
}
.p--large {
  font-size: 25px;
  line-height: 150%;
}
.p:last-child {
  margin-bottom: 0;
}
.p--mt-sm {
  margin-top: 16px;
}
.p--mt {
  margin-top: 32px;
}

.extra-bold {
  font-weight: 700 !important;
}

.bold {
  font-weight: 600 !important;
}

.semibold {
  font-weight: 500 !important;
}

.normal {
  font-weight: 400 !important;
}

h5 {
  font-weight: 600;
  font-size: 25px;
  line-height: 140%;
  color: var( --main );
}
@media (max-width: 767px) {
  h5 {
    font-size: 22px;
  }
}

.text-container p {
  font-weight: 500;
  font-size: 17px;
  line-height: 150%;
  letter-spacing: 0.1px;
  color: var( --main );
  margin-bottom: 16px;
}
.text-container p:last-child {
  margin-bottom: 0;
}
.text-container p:not(:last-child) {
  margin-bottom: 8px;
}
.text-container ul:not(:last-child) {
  margin-bottom: 8px;
}

h4 {
  font-weight: 600;
  font-size: 31px;
  line-height: 130%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  h4 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  h4 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  h4 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

b {
  font-weight: 600;
  font-size: 17px;
  line-height: 160%;
  color: #4D6377;
}

h3, .h3-like {
  font-weight: 600;
  font-size: 49px;
  line-height: 1.2;
  color: var( --main );
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  h3, .h3-like {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  h3, .h3-like {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  h3, .h3-like {
    font-size: 30px;
    margin-bottom: 20px;
    letter-spacing: 0.1px;
  }
}

ul,
ol {
  padding-left: 20px;
}
ul li,
ol li {
  font-size: 17px;
  line-height: 160%;
  color: #4d6377;
}
ul li::marker,
ol li::marker {
  font-size: 1rem;
}

a {
  text-decoration: none;
  font-weight: 500;
  font-size: 17px;
  line-height: 160%;
  color: var( --green-4 );
}

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
}

svg {
  display: block;
}

span, p, ul, ol, .p-accordion-content, div {
  line-height: 160%;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.3s ease;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

.slide-fade-enter-active {
  transition: all 0.3s ease-out;
}

.slide-fade-leave-active {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}

.slide-fade-enter-from,
.slide-fade-leave-to {
  transform: translateY(-20px);
  opacity: 0;
}

.slidedown-enter-active,
.slidedown-leave-active {
  transition: max-height 0.4s linear;
  will-change: max-height;
}

.slidedown-enter-to,
.slidedown-leave-from {
  overflow: hidden;
  max-height: 1000px;
}

.slidedown-enter-from,
.slidedown-leave-to {
  overflow: hidden;
  max-height: 0;
}

.custom-row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  width: auto;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.column-grow {
  flex: 1 0 auto;
}

.column-12 {
  width: 100%;
  flex: 1 0 auto;
}

.column-3 {
  width: 25%;
}

@media (max-width: 992px) {
  .column-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (max-width: 768px) {
  .column-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (max-width: 768px) {
  .column-md-12 {
    flex-grow: 1;
    width: 100%;
  }
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 98;
}

.header__top {
  height: 40px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 32, 59, 0.1);
  background-color: #FFFFFF;
}
@media ( max-width: 767px ) {
  .header__top {
    height: 36px;
  }
}
.header__top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__settings {
  display: flex;
  align-items: center;
}
.header__settings-item {
  margin-right: 25px;
}

.header__lang {
  display: none;
  align-items: center;
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var( --main );
  cursor: pointer;
  position: relative;
  padding: 5px;
}
.header__lang-text {
  line-height: 1;
}
.header__lang-icon {
  margin-left: 6px;
}

.header__lang-current {
  display: flex;
  align-items: center;
}

.header__lang-dropdown {
  background-color: #FFFFFF;
  position: absolute;
  z-index: 99;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid rgba(0, 32, 59, 0.1);
  padding-left: 0;
}
.header__lang-dropdown-item {
  list-style: none;
  border-bottom: 1px solid rgba(0, 32, 59, 0.1);
}
.header__lang-dropdown a {
  color: inherit;
  text-decoration: none;
  display: block;
  height: 100%;
  padding: 5px;
}

.header__eye {
  cursor: pointer;
}

.header__user {
  cursor: pointer;
}

.header__icon {
  fill: var( --main );
  opacity: 0.7;
}

.search-icon {
  cursor: pointer;
}

.header__search-field:enabled:focus {
  box-shadow: none !important;
  border-color: var( --green-4 ) !important;
}

.header__search-field {
  padding-left: 26px !important;
}

.header__top .p-inputtext.p-inputtext-sm {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.44px;
  color: var( --main );
}

.header__top .pi-search {
  font-size: 14px;
  transform: translateY(-50%);
  margin: 0;
  left: 0.5rem !important;
}

.header__top .pi-times {
  right: 0.5rem !important;
}

.header__menu {
  display: flex;
  align-items: center;
  gap: 32px;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .header__menu {
    display: none;
  }
}
.header__menu.active {
  display: flex;
}
.header__menu-link {
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var( --main );
  transition: 0.15s ease;
}
.header__menu-link:hover {
  color: var( --green-4 );
}
.header__menu-link--secondary {
  opacity: 0.7;
  font-weight: 500;
  font-size: 15px;
  line-height: 140%;
  color: var( --secondary );
}
.header__menu-link--main {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
}

.header__logo {
  margin-right: 8px;
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
}
@media ( max-width: 767px ) {
  .header__logo {
    margin: 0 13px 0 0;
  }
}

.header__main {
  height: 80px;
  display: flex;
  align-items: center;
  position: relative;
  background-color: #FFFFFF;
}
@media ( max-width: 767px ) {
  .header__main {
    height: 54px;
  }
}
.header__main-left {
  display: flex;
  margin-right: 24px;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media screen and (max-width: 575px) {
  .header__main-left {
    margin-right: 10px;
  }
}

.header__main-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__main-right {
  display: flex;
  align-items: center;
}

.header__burger {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 12px;
  padding-left: 6px;
  margin-left: 40px;
}
@media (max-width: 575px) {
  .header__burger {
    margin-left: 30px;
  }
}
.header__burger-line {
  width: 12px;
  height: 1.5px;
  position: relative;
  background-color: #282F36;
  transition: 0.15s ease;
}
.header__burger-line::after, .header__burger-line::before {
  content: "";
  display: block;
  position: absolute;
  transition: 0.15s ease;
  background-color: #282F36;
  width: 18px;
  height: 1.5px;
}
.header__burger-line::after {
  top: -6px;
}
.header__burger-line::before {
  bottom: -6px;
}
.header__burger.active .header__burger-line {
  background-color: transparent;
}
.header__burger.active .header__burger-line::after, .header__burger.active .header__burger-line::before {
  background-color: var( --green-4 );
  transform-origin: center;
}
.header__burger.active .header__burger-line::after {
  transform: rotate(45deg);
  top: 25%;
}
.header__burger.active .header__burger-line::before {
  transform: rotate(-45deg);
  top: 25%;
}

.header__all-menu {
  position: relative;
  background-color: #FFFFFF;
  width: 100%;
  height: calc(100vh - 80px - 40px);
  padding-top: 50px;
  border-top: 1px solid rgba(0, 32, 60, 0.1);
  overflow-y: auto;
}
@media (max-width: 991px) {
  .header__all-menu {
    padding: 0;
  }
}

.header__all-menu-col {
  border-right: 1px solid rgba(0, 32, 60, 0.1);
  padding-left: 25px;
  padding-right: 25px;
}
.header__all-menu-col:first-child {
  padding-right: 25px;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  border-left: none;
}
@media (max-width: 1199px) {
  .header__all-menu-col:first-child {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.header__all-menu-col:last-child {
  padding-left: 25px;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  border-right: none;
}
@media (max-width: 1199px) {
  .header__all-menu-col:last-child {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 1199px) {
  .header__all-menu-col {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 991px) {
  .header__all-menu-col {
    border: none;
    padding: 0 !important;
  }
}

.header__all-menu-block {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .header__all-menu-block {
    margin-bottom: 0;
  }
}

.header__all-menu-main {
  display: flex;
  justify-content: space-between;
}
.header__all-menu-main.active {
  background-color: var( --green-4 );
  color: #FFFFFF;
}
.header__all-menu-main.active .header__all-menu-mainlink {
  color: inherit;
}
@media (max-width: 991px) {
  .header__all-menu-main {
    border-bottom: 1px solid rgba(0, 32, 59, 0.1);
    margin: 0;
    padding: 0 12px;
  }
}

.header__all-menu-list {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .header__all-menu-list {
    height: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
.header__all-menu-list.active {
  height: auto;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.header__all-menu-mainlink {
  font-weight: 600;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var( --main );
  margin-bottom: 16px;
  word-wrap: break-word;
}
.header__all-menu-mainlink.active, .header__all-menu-mainlink:hover {
  color: var( --green-4 );
}
@media (max-width: 991px) {
  .header__all-menu-mainlink {
    margin-bottom: 0;
    padding: 24px 0;
    font-size: 20px;
    flex-grow: 1;
  }
}

.header__all-menu-link {
  font-weight: 500;
  font-size: 13px;
  line-height: 140%;
  color: rgba(59, 82, 102, 0.8);
  margin-bottom: 8px;
}
.header__all-menu-link.active, .header__all-menu-link:hover {
  color: var( --green-4 );
}
@media (max-width: 991px) {
  .header__all-menu-link {
    font-size: 17px;
    background: #FFFCFA;
    margin-bottom: 0;
    padding: 16px 12px;
    border-bottom: 1px solid rgba(0, 32, 59, 0.1);
  }
  .header__all-menu-link:last-child {
    border-bottom: none;
  }
}

.header_bg {
  background-color: var( --green-1 );
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 300px;
  display: flex;
}
@media (max-width: 1440px) {
  .header_bg {
    background-position-x: 187px;
  }
}
@media (max-width: 1199px) {
  .header_bg {
    background-size: cover;
    background-position-x: 100px;
    background-position-y: 0px;
  }
}
@media (max-width: 991px) {
  .header_bg {
    background-position-x: 100px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .header_bg {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .header_bg {
    height: 169px;
  }
}

.header__bg-textbox {
  margin-top: -12px;
  max-width: 760px;
  padding-bottom: 64px;
}
@media (max-width: 992px) {
  .header__bg-textbox {
    padding-bottom: 40px;
    max-width: 632px;
  }
}
@media (max-width: 768px) {
  .header__bg-textbox {
    padding-bottom: 16px;
    max-width: 100%;
  }
}
.header__bg-textbox .p {
  margin-bottom: 16px;
}
.header__bg-textbox .p:last-child {
  margin-bottom: 0;
}

#app {
  min-height: 100vh;
  position: relative;
  background-color: #F6F6F6;
}

.backdrop {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 98;
  background-color: rgba(0, 0, 0, 0);
}

.section {
  margin: 64px 0;
}
@media (max-width: 991px) {
  .section {
    margin: 50px 0;
  }
}
@media (max-width: 767px) {
  .section {
    margin: 40px 0;
  }
}
.section--white {
  background-color: #FFFFFF;
}

.section-mb {
  margin-bottom: 64px;
}
@media (max-width: 991px) {
  .section-mb {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .section-mb {
    margin-bottom: 40px;
  }
}

@media (max-width: 992px) {
  .container.right-space {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 993px) {
  .container.right-space {
    max-width: calc((100% - 960px) / 2 + 960px) !important;
    margin-right: 0;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .container.right-space {
    max-width: calc((100% - 1140px) / 2 + 1140px) !important;
  }
}
@media (min-width: 1400px) {
  .container.right-space {
    max-width: calc((100% - 1320px) / 2 + 1320px) !important;
  }
}

.footer {
  background-color: var( --green-4 );
  padding: 14px 0;
  display: flex;
  align-items: center;
  margin-top: auto;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .footer-content {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

.footer__copyright {
  font-weight: 600;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var( --contrast-secondary );
}
@media (max-width: 767px) {
  .footer__copyright {
    margin-top: 24px;
  }
}

.footer__social {
  display: flex;
  align-items: center;
}

.footer__social-item {
  color: #FFFFFF;
  margin-left: 20px;
  transition: 0.15s ease;
}
.footer__social-item svg {
  color: #FFFFFF;
}
.footer__social-item:hover {
  transform: scale(1.1);
}
.footer__social-item:first-child {
  margin-left: 0;
}

.hero {
  background-color: #E2F1E1;
  height: 500px;
  background-image: url("../../assets/images/ecological/mainpage-banner.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  margin-bottom: 64px;
}
@media (max-width: 991px) {
  .hero {
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .hero {
    background-position-x: -565px;
    background-position-y: bottom;
    background-size: 1377px;
    margin-bottom: 40px;
  }
}

.avatar {
  border-radius: 50%;
  overflow: hidden;
}
.avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

.avatar--lg {
  min-width: 150px;
  width: 150px;
  height: 150px;
}
@media (max-width: 992px) {
  .avatar--lg {
    width: 100px;
    min-width: 100px;
    height: 100px;
  }
}

.avatar--md {
  min-width: 100px;
  width: 100px;
  height: 100px;
}

.avatar--sm {
  min-width: 56px;
  width: 56px;
  height: 56px;
}

.swiper {
  border-radius: 3px;
}

.slider-arrow {
  cursor: pointer;
  transition: 0.15s ease;
  background-repeat: no-repeat;
}
.slider-arrow:hover {
  transform: scale(0.95);
}
.slider-arrow:active {
  transform: scale(0.9);
}

.rounded-arrow {
  width: 40px;
  height: 40px;
  background-size: cover;
}
.rounded-arrow.swiper-button-disabled {
  opacity: 0.5;
}
.rounded-arrow.swiper-button-disabled svg {
  box-shadow: none !important;
}
.rounded-arrow svg {
  border-radius: 50%;
}
.rounded-arrow svg:hover {
  box-shadow: 0 1px 3px 2px rgba(0, 32, 60, 0.1);
}
.rounded-arrow svg:active {
  box-shadow: 0 1px 3px 1px rgba(0, 32, 60, 0.05);
}

.just-arrow {
  margin-right: 27px;
}
.just-arrow.swiper-button-disabled {
  opacity: 0.5;
}

.arrow-prev.white-blue {
  background-image: url("/local/templates/philological/frontend/assets/images/icons/arrow-prev-white-blue.svg");
}
.arrow-prev.grey-blue {
  background-image: url("/local/templates/philological/frontend/assets/images/filology/arrow-prev.svg");
}
.arrow-prev.grey-deep-blue {
  background-image: url("/local/templates/philological/frontend/assets/images/filology/arrow-prev.svg");
}

.arrow-next.white-blue {
  background-image: url("/local/templates/philological/frontend/assets/images/icons/arrow-next-white-blue.svg");
}
.arrow-next.grey-blue {
  background-image: url("/local/templates/philological/frontend/assets/images/filology/arrow-next.svg");
}
.arrow-next.grey-deep-blue {
  background-image: url("/local/templates/philological/frontend/assets/images/filology/arrow-next.svg");
}

.button {
  background: var( --green-4 );
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 18px 46px;
  transition: 0.2s ease-in-out;
}
.button:enabled:hover {
  color: var( --green-4 );
  background-color: #C2E2D7;
}
.button:disabled {
  background-color: #3B5266;
  pointer-events: none;
  opacity: 0.5;
}

.structure-labs-list a.button:hover, .pso-showmore .button:hover, .priority-research .button:hover,
.best-articles .button:hover, .section-accordion .button:hover {
  color: var( --green-4 );
  background-color: #C2E2D7;
}

@media (max-width: 767px) {
  .showmore-button {
    width: 100%;
  }
}

.bc {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  .bc {
    margin-top: 16px;
  }
}

.bc-item {
  display: flex;
  align-items: center;
}
.bc-item:last-child .bc-link {
  opacity: 0.4;
  pointer-events: none;
  cursor: auto;
}
.bc-item:last-child .bc-separator {
  display: none;
}

.bc-link {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: var( --main );
}

.bc-separator {
  margin: 0 8px;
}

.card {
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.05);
}

.card-padding {
  padding: 40px 40px 56px;
}
@media screen and (min-width: 1450px) {
  .card-padding {
    padding: 40px 40px 83px;
  }
}
@media screen and (max-width: 1400px) {
  .card-padding {
    padding: 40px 40px 56px;
  }
}
@media screen and (max-width: 768px) {
  .card-padding {
    padding: 32px 32px 48px;
  }
}
@media screen and (max-width: 575px) {
  .card-padding {
    padding: 24px 24px 40px;
  }
}

.card-padding-sm {
  padding: 32px;
}
@media (max-width: 767px) {
  .card-padding-sm {
    padding: 24px;
  }
}

.card-name {
  font-weight: 600;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var( --main );
}

.card-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 140%;
  color: var( --main );
}
@media (max-width: 767px) {
  .card-title {
    font-size: 22px;
  }
}

.link-card {
  display: flex;
  align-items: flex-end;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding: 32px;
  height: 185px;
}
@media (max-width: 767px) {
  .link-card {
    padding: 24px;
    height: 135px;
  }
}
.link-card__icon-block {
  display: flex;
  align-self: flex-start;
  margin-left: auto;
  justify-content: flex-end;
  margin-bottom: 3px;
  position: relative;
  max-width: 20%;
}
.link-card__icon {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .link-card__icon {
    width: 56px;
    height: 56px;
  }
}
@media (max-width: 767px) {
  .link-card__icon {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.link-card__text-block {
  max-width: 80%;
}
.link-card__text {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.3;
  color: var( --main );
}
@media (max-width: 767px) {
  .link-card__text {
    font-size: 22px;
    margin-top: auto;
  }
}
.link-card .link-arrow {
  display: inline-flex;
}
.link-card:hover .link-arrow {
  margin-left: 12px;
}

.link-card-mb {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .link-card-mb {
    margin-bottom: 16px;
  }
}

.colored-link-card {
  background: var( --green-4 );
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  height: 222px;
  padding: 32px;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.colored-link-card__text {
  font-weight: 700;
  font-size: 39px;
  line-height: 1.4;
  color: #FFFFFF;
  z-index: 2;
}
@media (max-width: 767px) {
  .colored-link-card__text {
    font-size: 26px;
  }
}
.colored-link-card__image {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
@media (max-width: 767px) {
  .colored-link-card {
    padding: 24px;
    height: 170px;
  }
}
.colored-link-card:hover .link-arrow {
  margin-left: 12px;
}

.fix-cards-margin {
  margin-bottom: -24px;
}
@media (max-width: 767px) {
  .fix-cards-margin {
    margin-bottom: -12px;
  }
}

.contacts-card {
  padding: 40px;
  background-color: #FFFFFF;
  min-height: 284px;
  height: 100%;
}
@media (max-width: 992px) {
  .contacts-card {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .contacts-card {
    padding: 24px;
  }
}
.contacts-card--no-height {
  min-height: auto;
}
.contacts-card--main {
  max-width: 558px;
  width: 100%;
  position: absolute;
  height: -moz-fit-content;
  height: fit-content;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .contacts-card--main {
    padding: 24px 12px;
  }
}
@media (max-width: 992px) {
  .contacts-card--main {
    margin-left: 10px;
  }
}
@media (max-width: 768px) {
  .contacts-card--main {
    max-width: calc(100% - 25px);
    transform: translateY(-28%);
    position: relative;
  }
}
@media (max-width: 575px) {
  .contacts-card--main {
    margin-left: 0px;
    max-width: 100%;
    transform: translateY(-15%);
  }
}
.contacts-card__title {
  font-weight: 600;
  font-size: 31px;
  line-height: 133%;
  color: var( --main );
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .contacts-card__title {
    font-size: 30px;
  }
}
.contacts-card__name {
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  color: var( --main );
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .contacts-card__name {
    font-size: 22px;
  }
}
.contacts-card__position {
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  color: rgba(0, 32, 60, 0.5);
  margin-bottom: 24px;
}
.contacts-card .contact-general__list {
  margin-bottom: 24px;
}

.personal-card__main-avatar {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1199px) {
  .personal-card__main-avatar {
    margin-right: 16px;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .personal-card__main-avatar {
    justify-content: center;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.personal-card__positions, .personal-card__name {
  text-align: center;
}
@media (max-width: 1199px) {
  .personal-card__positions, .personal-card__name {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .personal-card__positions, .personal-card__name {
    text-align: center;
  }
}
.personal-card__info-title {
  font-weight: 400;
  font-size: 12px;
  color: var( --main );
}
.personal-card__info-list {
  padding: 0;
}
.personal-card__info-item {
  display: inline;
  font-weight: 600;
  font-size: 14px;
  color: var( --main );
}

.p-checkbox .p-checkbox-box.p-highlight {
  background: var( --green-4 );
  border-color: var( --green-4 );
}

.collapsible__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.collapsible__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.1px;
  color: var( --main );
}

.collapsible-arrow {
  transition: 0.2s;
  transform: rotate(180deg);
}
.collapsible-arrow--open {
  transform: rotate(0);
}

.collapsible__body p, .collapsible__body li, .collapsible__body b, .collapsible__body span {
  color: var( --main );
  font-weight: 400;
  font-size: 17px;
}

.docs {
  padding: 0;
}

.docs__footer {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .docs__footer {
    margin-top: 16px;
  }
}

.docs__item {
  display: flex;
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 32, 60, 0.1);
}
.docs__item:last-child {
  border-bottom: none;
}
.docs__item--colored {
  padding: 24px;
}
.docs__item--colored .docs__item-icon {
  color: #FFFFFF;
}
.docs__item--colored .docs__item-link {
  color: #FFFFFF;
}

.docs__item-icon {
  color: var( --green-4 );
  margin-right: 24px;
}

.docs__item-link {
  color: var( --green-4 );
}

.docs__item-size {
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 32, 60, 0.7);
}

.docs__item_blue {
  display: flex;
  padding: 24px;
  background: var( --green-4 );
  border-radius: 4px;
}
.docs__item_blue .docs__item-icon, .docs__item_blue .docs__item-link, .docs__item_blue .docs__item-size {
  color: white;
}
.docs__item_blue .docs__item-group {
  color: white;
}

.p-float-label.always-float label {
  top: -0.5rem !important;
  background-color: #ffffff;
  padding: 2px 4px;
  margin-left: -4px;
  margin-top: 0;
  font-size: 12px;
  color: var( --main );
}

.p-inputtext:enabled:focus, .p-inputtextarea:enabled:focus {
  box-shadow: inset 0 0 0 1px var( --green-4 ), inset 0 0 0 1px var( --green-4 ), inset 0 0 0 1px var( --green-4 ), inset 0 0 0 1px var( --green-4 );
}

.p-float-label input:focus ~ label,
.p-float-label .p-inputwrapper-focus ~ label {
  color: var( --green-4 );
}

.p-inputtext, .p-dropdown, textarea.p-inputtextarea, .p-multiselect {
  border: 1px solid rgba(36, 97, 255, 0.1);
  color: var( --main );
  line-height: 1.25;
  width: 100%;
}

.p-inputtext:enabled:hover,
.p-dropdown:enabled:hover,
.p-inputtextarea:enabled:hover,
.p-multiselect:not(.p-disabled):hover,
.p-dropdown:not(.p-disabled):hover {
  border: 1px solid rgba(6, 156, 86, 0.75);
}

.p-dropdown .p-dropdown-trigger, .p-multiselect .p-multiselect-trigger {
  background: transparent;
  color: var( --green-4 );
  width: 2.357rem;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.field-checkbox label {
  font-weight: 500;
  cursor: pointer;
}

.p-dropdown:not(.p-disabled).p-focus {
  border: 1px solid rgba(6, 156, 86, 0.75);
  box-shadow: none !important;
}

.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
  background: var( --green-4 ) !important;
  border-color: var( --green-4 ) !important;
}

.underline-link {
  font-weight: 600;
  font-size: 13px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var( --main );
  padding: 0;
  padding-bottom: 5px;
  position: relative;
  display: block;
  z-index: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.underline-link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var( --green-4 );
  transition: 0.15s ease;
  transform: scaleX(1);
}
.underline-link:hover::after {
  transform: scaleX(0.15);
}

.link-with-arrow {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: var( --main );
  display: inline-flex;
}
@media (max-width: 768px) {
  .link-with-arrow {
    font-size: 18px;
  }
}
.link-with-arrow:hover .link-arrow {
  transform: translateX(6px);
}

.link-arrow {
  color: var( --green-4 );
  transition: 0.15s ease;
  margin-left: 6px;
}
.link-arrow--white {
  color: #FFFFFF;
}

.link {
  font-weight: 500;
  font-size: 17px;
  line-height: 140%;
  color: var( --green-4 );
  transition: 0.2s ease;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.link__icon {
  margin-right: 8px;
  display: block;
}

[v-cloak] {
  display: block;
  padding: 50px 0;
}

[v-cloak] > * {
  display: none;
}

[v-cloak] > .page-preloader,
[v-cloak] > .page-preloader .loader {
  display: flex;
}

.page-preloader {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background: #FAFFF8;
  justify-content: center;
  align-items: center;
  background-image: url("/local/templates/philological/frontend/assets/images/circle.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}
.page-preloader .loader {
  overflow: hidden;
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #65abf8;
  background: linear-gradient(to right, #2461FF 10%, rgba(101, 171, 248, 0) 42%);
  position: relative;
  animation: load3 1.4s infinite linear;
  transform: translateZ(0);
}
.page-preloader .loader:before {
  width: 50%;
  height: 50%;
  background: var( --green-4 );
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.page-preloader .loader:after {
  background: #FAFFF8;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@keyframes load3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.quote {
  display: flex;
  padding: 24px 32px;
  border-top: 1px solid rgba(0, 32, 60, 0.1);
  border-bottom: 1px solid rgba(0, 32, 60, 0.1);
  padding-right: 111px;
}
@media (max-width: 991px) {
  .quote {
    padding-right: 24px;
  }
}
@media (max-width: 767px) {
  .quote {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }
}
.quote__avatar {
  margin-right: 48px;
}
@media (max-width: 767px) {
  .quote__avatar {
    margin: 0;
    margin-bottom: 32px;
  }
}
.quote__text {
  font-weight: 600;
  font-size: 24px;
  color: var( --main );
}
@media (max-width: 767px) {
  .quote__text {
    text-align: center;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .quote__author {
    text-align: center;
  }
}

@media screen and (max-width: 992px) {
  .faculty-directions-flex_mb {
    grid-template-columns: 1fr !important;
  }
}
.faculty-directions .faculty-directions-flex__item-name {
  font-weight: 600;
  font-size: 30px;
  line-height: 37px;
  color: var( --main );
}
.faculty-directions h3, .faculty-directions .h3-like {
  font-weight: 600;
  font-size: 49px;
  line-height: 110%;
  color: var( --main );
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .faculty-directions h3, .faculty-directions .h3-like {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 22px;
  }
}
.faculty-directions-flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-template-rows: minmax(185px, 1fr);
  grid-gap: 24px;
}
@media ( max-width: 767px ) {
  .faculty-directions-flex {
    grid-template-rows: minmax(135px, 1fr);
    grid-gap: 16px;
  }
}
.faculty-directions-flex__item {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding: 40px 40px 32px;
  height: auto;
}
@media ( max-width: 1439px ) {
  .faculty-directions-flex__item {
    padding: 32px;
  }
}
@media ( max-width: 767px ) {
  .faculty-directions-flex__item {
    padding: 24px;
  }
}
.faculty-directions-flex__item .faculty-directions-flex__item-text {
  font-weight: 600;
  font-size: 31px;
  line-height: 38px;
  color: var( --main );
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  bottom: 0;
}
@media (max-width: 992px) {
  .faculty-directions-flex__item .faculty-directions-flex__item-text {
    max-width: calc(100% - 70px);
  }
}
@media (max-width: 575px) {
  .faculty-directions-flex__item .faculty-directions-flex__item-text {
    font-size: 22px;
    line-height: 26px;
  }
}
.faculty-directions-flex__item a {
  display: grid;
  justify-content: space-between;
  grid-template-columns: 1fr;
  height: 100%;
  position: relative;
  align-items: flex-end;
}
.faculty-directions-flex__item a svg {
  width: 50px;
  height: 50px;
}
.faculty-directions-flex__item .faculty-text__item-svg {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
}
@media ( max-width: 1439px ) {
  .faculty-directions-flex__item .faculty-text__item-svg {
    width: 56px;
    height: 56px;
  }
}
@media ( max-width: 767px ) {
  .faculty-directions-flex__item .faculty-text__item-svg {
    width: 40px;
    height: 40px;
  }
}
.faculty-text__item-svg img {
  width: 100%;
  height: 100%;
 }
.faculty-directions__more {
  display: flex;
  margin-top: 40px;
  justify-content: center;
}
.faculty-directions__more a {
  font-weight: 600;
  font-size: 13px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var( --main );
  padding-bottom: 5px;
}
.faculty-directions .link-arrow_position {
  bottom: 0;
  position: relative;
}

.main-event {
  background-color: #FFFFFF;
  padding: 32px;
  display: flex;
  justify-content: start;
  background-image: url("/local/templates/philological/frontend/assets/images/main-event-decor.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media (max-width: 992px) {
  .main-event {
    flex-direction: column;
    padding: 0 32px;
  }
}
@media (max-width: 767px) {
  .main-event {
    padding: 0 16px;
  }
}
.main-event__block {
  padding: 32px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .main-event__block {
    padding: 24px 0;
  }
}
.main-event__left {
  padding-right: 50px;
}
@media (max-width: 992px) {
  .main-event__left {
    padding-right: 0;
  }
}
.main-event__right {
  padding-left: 50px;
  border-left: 1px solid rgba(0, 32, 60, 0.1);
  min-width: 35%;
}
@media (max-width: 992px) {
  .main-event__right {
    padding-left: 0;
    border-top: 1px solid rgba(0, 32, 60, 0.1);
    border-left: none;
  }
}
.main-event__title {
  font-weight: 600;
  font-size: 25px;
  line-height: 140%;
  color: var( --green-4 );
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .main-event__title {
    font-size: 22px;
  }
}
.main-event__text {
  margin-bottom: 16px;
}
.main-event__props {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: -16px;
}
.main-event__prop {
  width: -moz-fit-content;
  width: fit-content;
}
.main-event__prop:not(:last-child) {
  margin-right: 70px;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .main-event__prop:not(:last-child) {
    margin-right: 40px;
  }
}
.main-event__prop-title {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.1;
  color: rgba(0, 32, 60, 0.7);
  margin-bottom: 4px;
}
.main-event__date {
  font-weight: 600;
  font-size: 25px;
  line-height: 140%;
  color: var( --main );
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .main-event__date {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .main-event__date {
    font-size: 22px;
  }
}

.search-result {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.44px;
  color: rgba(0, 32, 60, 0.5);
  text-align: center;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .search-result {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .search-result {
    text-align: center;
  }
}

.filters-mt {
  margin-top: 0;
}
@media (max-width: 767px) {
  .filters-mt {
    margin-top: 24px;
  }
}

.filters-section {
  margin: 24px 0;
}

.filter {
  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-items: center;
  letter-spacing: 0.44px;
  color: var( --main );
  position: relative;
  width: 100%;
}

.filters-row {
  margin: 0 -8px !important;
}

.filters-col {
  padding: 0 8px !important;
}

.filters-bottom {
  margin-top: 12px;
}

.filter-mb {
  margin-bottom: 20px;
}

.mob-filter-button {
  display: none;
}
@media (max-width: 767px) {
  .mob-filter-button {
    display: block;
  }
}

.s-table {
  background-color: #FFFFFF;
  border: 1px solid #E1E3E6;
  border-radius: 4px;
  padding: 2px;
}
.s-table__row {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr 0.8fr 1.2fr 0.6fr;
}
@media (max-width: 991px) {
  .s-table__row {
    grid-auto-flow: row;
    grid-template-columns: auto;
  }
}
.s-table__row:nth-child(odd) {
  background-color: #FFFCFA;
}
.s-table__cell {
  padding: 20px;
  align-self: center;
  font-weight: 400;
  font-size: 16px;
  color: var( --main );
}

.slider-counter {
  width: auto;
}

.common-slider-arrows {
  display: flex;
  align-items: center;
}

.common-slider-panel {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.common-slider-state {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: var( --main );
}

.slider-panel-group {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .slider-panel-group {
    width: 100%;
  }
}
.slider-panel-group.color-scheme-1 .slider-counter {
  color: #FFFFFF;
}
.slider-panel-group.color-scheme-1 .slider-progress {
  background-color: rgba(255, 255, 255, 0.5);
}
.slider-panel-group.color-scheme-1 .slider-progress-fill {
  background-color: var( --main );
}
.slider-panel-group.color-scheme-2 .slider-counter {
  color: var( --main );
}
.slider-panel-group.color-scheme-2 .slider-progress {
  background-color: rgba(0, 32, 60, 0.3);
}
.slider-panel-group.color-scheme-2 .slider-progress-fill {
  background-color: var( --green-4 );
}

.slider-state {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var( --main );
}

.slider-progress {
  background-color: rgba(0, 32, 60, 0.3);
  height: 1px;
  width: 130px;
  margin: 0 33px;
}
@media (max-width: 575px) {
  .slider-progress {
    width: 90px;
  }
}

.slider-progress-fill {
  background-color: var( --green-4 );
  height: 100%;
  width: 0;
  transition: 0.15s;
}

.slider-arrows {
  display: flex;
  align-items: center;
}
.slider-arrows .slider-arrow {
  padding: 0;
  transform-origin: center;
  will-change: transform;
}
.slider-arrows .arrow-prev {
  margin-right: 15px;
}

.slider-footer {
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
  padding-right: 112px;
}
@media (max-width: 1439px) {
  .slider-footer {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .slider-footer {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .slider-footer {
    margin-top: 20px;
  }
}

.tabs-arrow {
  display: none;
  align-items: center;
  width: 15%;
  z-index: 3;
}
.tabs-arrow .arrow-prev {
  margin-right: auto;
}
.tabs-arrow .arrow-next {
  margin-left: auto;
}
@media (max-width: 1199px) {
  .tabs-arrow--below-xl {
    display: flex;
  }
}
@media (max-width: 991px) {
  .tabs-arrow--below-lg {
    display: flex;
  }
}
@media (max-width: 767px) {
  .tabs-arrow--below-md {
    display: flex;
  }
}

.news-events__tabs {
  display: flex;
  margin-bottom: 40px;
}
@media ( max-width: 767px ) {
  .news-events__tabs {
    margin-bottom: 20px;
  }
}
.news-events__tabs-slider {
  width: auto !important;
  min-width: 0;
  margin: 0;
}
@media (max-width: 575px) {
  .news-events__tabs-slider {
    width: 70% !important;
  }
}

.news-events__tab {
  font-weight: 600;
  font-size: 49px;
  color: var( --disabled );
  padding: 8px 0;
  margin-right: 48px;
  transition: 0.15s ease;
  border-bottom: 3px solid transparent;
}
.news-events__tab:hover {
  color: rgba(0, 32, 60, 0.6);
}
@media (max-width: 575px) {
  .news-events__tab {
    font-size: 30px;
    margin-right: 0;
    color: var( --main );
  }
}
.news-events__tab--active {
  color: var( --main );
  border-bottom: 3px solid var( --green-4 );
}
@media (max-width: 575px) {
  .news-events__tab--active {
    border-bottom: none;
  }
}
.news-events__tab--active:hover {
  color: inherit;
}
.news-events__tab--small {
  font-size: 30px;
}
@media (max-width: 767px) {
  .news-events__tab--small {
    margin-right: 0;
  }
}

.news-events__tabs-slide {
  width: auto;
}
@media (max-width: 1199px) {
  .news-events__tabs-slide--below-xl {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .news-events__tabs-slide--below-lg {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .news-events__tabs-slide--below-md {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 575px) {
  .news-events__tabs-slide--below-sm {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.news-events__tabs-arrow {
  display: none;
  z-index: 3;
}
@media (max-width: 575px) {
  .news-events__tabs-arrow {
    display: flex;
    align-items: center;
    width: 15%;
  }
  .news-events__tabs-arrow .arrow-prev {
    margin-right: auto;
  }
  .news-events__tabs-arrow .arrow-next {
    margin-left: auto;
  }
}

.news-events__slider .slider-panel-group {
  justify-content: space-between;
}
.news-events__slider .slider-state {
  position: relative;
}
.news-events__slider .slider-counter {
  position: absolute;
  bottom: -9px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var( --main );
}
.news-events__slider .slider-arrows {
  margin-left: 20px;
}

.news-events__slide {
  height: 375px !important;
  background-color: var( --green-5 );
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: all 0.15s;
  border-radius: 3px;
  overflow: hidden;
  width: 25% !important;
}
@media (min-width: 1200px) {
  .news-events__slide:nth-child(2n+1) {
    background-image: url("../../assets/images/ecological/slide-waves.svg");
    background-repeat: no-repeat;
    background-position: top 93px right;
  }
  .news-events__slide:nth-child(2n+1)::after {
    content: none;
  }
  .news-events__slide:nth-child(2n)::after {
    content: none;
  }
  .news-events__slide:nth-child(1) {
    background-image: none;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .news-events__slide:nth-child(2n) {
    background-image: url("../../assets/images/ecological/slide-waves.svg");
    background-repeat: no-repeat;
    background-position: top 93px right;
  }
  .news-events__slide:nth-child(2n)::after {
    content: none;
  }
}
@media (max-width: 767px) {
  .news-events__slide {
    height: 328px !important;
  }
}
.news-events__slide.swiper-slide {
  transition: width 0.5s;
}
.news-events__slide::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 32, 60, 0.3), rgba(0, 32, 60, 0.3));
}
@media (max-width: 1200px) {
  .news-events__slide {
    width: 33.333% !important;
  }
}
@media (max-width: 768px) {
  .news-events__slide {
    width: 100% !important;
  }
}
.news-events__slide:first-child {
  width: 50% !important;
}
.news-events__slide:first-child .news-events__slide-text {
  font-size: 25px;
}
@media (max-width: 1200px) {
  .news-events__slide:first-child {
    width: 66.666% !important;
  }
}
@media (max-width: 768px) {
  .news-events__slide:first-child {
    width: 100% !important;
  }
}

.news-events__slide-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-events__slide-date {
  font-weight: 600;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
  z-index: 2;
}

.news-events__slide-text {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #FFFFFF;
  z-index: 2;
}

.news-events__footer {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .news-events__footer {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .news-events__footer {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }
}

.news-events__action {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .news-events__action {
    margin-top: 30px;
  }
}

.assymetric-slider-section {
  padding: 64px 0;
  position: relative;
  background-color: var( --green-4 );
  background-image: url( ../../../frontend/assets/images/ecological/waves.svg );
  background-repeat: no-repeat;
  background-position: bottom left;
}
@media (max-width: 1199px) {
  .assymetric-slider-section {
    background-position: -30% bottom;
  }
}
@media (max-width: 767px) {
  .assymetric-slider-section {
    background-position: left 130%;
    background-size: contain;
  }
}
@media (max-width: 991px) {
  .assymetric-slider-section {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .assymetric-slider-section {
    padding: 40px 0;
  }
}

.assymetric-slider__slide {
  background-color: #FFFFFF;
  height: 384px;
  border-radius: 4px;
  width: 100%;
}
@media (max-width: 767px) {
  .assymetric-slider__slide {
    height: 480px;
  }
}
@media (min-width: 992px) {
  .assymetric-slider__slide {
    max-width: 50%;
  }
}
@media (min-width: 993px) {
  .assymetric-slider__slide {
    width: 468px;
  }
}
@media (min-width: 1200px) {
  .assymetric-slider__slide {
    width: 546px;
  }
}
@media (min-width: 1400px) {
  .assymetric-slider__slide {
    width: 636px;
  }
}

.slider-arrow svg path {
  fill: var( --green-4 );
}

.person {
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background-image: url("/local/templates/philological/frontend/assets/images/filology/person-slider-decor.svg");
  background-position: right 65%;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .person {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .person {
    padding: 24px;
    background-size: 55%;
  }
}

.person__header {
  padding-right: 150px;
}
@media (max-width: 767px) {
  .person__header {
    padding-right: 0;
  }
}

.person__title {
  font-weight: 600;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var( --green-4 );
}

.person__content {
  min-height: 150px;
  position: relative;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .person__content {
    margin-top: 24px;
  }
}

.person__image {
  position: absolute;
  z-index: 2;
  right: 0;
  top: -16px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199px) {
  .person__image {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 991px) {
  .person__image {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 767px) {
  .person__image {
    width: 100px;
    height: 100px;
    position: static;
  }
}

.person__name {
  font-weight: 600;
  font-size: 25px;
  line-height: 140%;
  color: var( --main );
  max-width: 300px;
  word-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .person__name {
    padding-right: 0;
    max-width: 100%;
    word-wrap: none;
    margin-top: 24px;
  }
}
@media (max-width: 575px) {
  .person__name {
    font-size: 22px;
  }
}

.person__position {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: var( --main );
  margin-top: 16px;
  padding-right: 150px;
}
@media (max-width: 767px) {
  .person__position {
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .person__position {
    font-size: 18px;
  }
}

.person__contacts {
  margin-top: 24px;
  display: flex;
}

.person__contacts-item {
  margin-right: 16px;
}
.person__contacts-item svg {
  color: var( --green-4 );
}

.assymetric-slider__slide {
  overflow: hidden;
}

.assymetric-slider__nav-card {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  padding: 40px;
  font-weight: 600;
  font-size: 25px;
  line-height: 140%;
  color: var( --main );
}
.assymetric-slider__nav-card .link-with-arrow {
  font-size: 25px;
}
@media (max-width: 767px) {
  .assymetric-slider__nav-card .link-with-arrow {
    font-size: 20px;
  }
}

.assymetric-slider__nav-card-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 72%;
  height: 75%;
  -webkit-clip-path: circle(230px at 240px 40px);
          clip-path: circle(230px at 240px 40px);
  pointer-events: none;
  overflow: hidden;
}
.assymetric-slider__nav-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1399px) {
  .assymetric-slider__nav-card-image {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .assymetric-slider__nav-card-image {
    width: 90%;
    height: 60%;
    -webkit-clip-path: circle(213px at 231px 12px);
            clip-path: circle(213px at 231px 12px);
  }
}
@media (max-width: 991px) {
  .assymetric-slider__nav-card-image {
    width: 415px;
    height: 65%;
    -webkit-clip-path: circle(200px at 240px 40px);
            clip-path: circle(200px at 240px 40px);
  }
}
@media (max-width: 575px) {
  .assymetric-slider__nav-card-image {
    width: 95%;
    height: 65%;
    -webkit-clip-path: circle(202px at 207px 40px);
            clip-path: circle(202px at 207px 40px);
  }
}

.partners-slide {
  background: #FFFFFF;
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 146px;
}
.partners-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.partners-logo {
  width: 100%;
  padding: 22px;
  height: 100%;
}

.partners .slider-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .partners .slider-footer {
    flex-direction: column-reverse;
    justify-content: center;
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .partners .slider-panel-group {
    justify-content: space-between;
  }
}
.partners .underline-link {
  height: -moz-fit-content;
  height: fit-content;
}
.partners .slider-state {
  position: relative;
}
.partners .slider-counter {
  position: absolute;
  bottom: -9px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var( --main );
}
.partners .slider-arrows {
  margin-left: 40px;
}

.d-flex-below-lg {
  display: none;
}
@media (max-width: 992px) {
  .d-flex-below-lg {
    display: flex;
  }
}

.d-flex-above-lg {
  display: flex;
}
@media (max-width: 992px) {
  .d-flex-above-lg {
    display: none;
  }
}

.d-flex-below-md {
  display: none;
}
@media (max-width: 768px) {
  .d-flex-below-md {
    display: flex;
  }
}

.d-flex-above-md {
  display: flex;
}
@media (max-width: 768px) {
  .d-flex-above-md {
    display: none;
  }
}

.d-flex-below-lg {
  display: none;
}
@media (max-width: 992px) {
  .d-flex-below-lg {
    display: flex;
  }
}

.d-block-below-lg {
  display: none;
}
@media (max-width: 992px) {
  .d-block-below-lg {
    display: block;
  }
}

.d-block-above-lg {
  display: block;
}
@media (max-width: 992px) {
  .d-block-above-lg {
    display: none;
  }
}

.d-block-below-md {
  display: none;
}
@media (max-width: 768px) {
  .d-block-below-md {
    display: block;
  }
}

.d-block-above-md {
  display: block;
}
@media (max-width: 768px) {
  .d-block-above-md {
    display: none;
  }
}

.c-blue {
  color: var( --green-4 );
}

.c-deep-blue {
  color: #4c6276;
}

.c-white {
  color: #FFFFFF;
}

.bg-c-white {
  background-color: #FFFFFF;
}

.bg-c-blue {
  background-color: var( --green-4 );
}

.bg-c-deep-blue {
  background-color: var( --main );
}

.bg-c-lavender {
  background-color: #C2E2D7;
}

.bg-c-alice-blue {
  background-color: #FFFCFA;
}

.bg-c-transparent {
  background-color: transparent !important;
}

.bg-c-pink {
  background-color: #C2E2D7;
}

.text_dark {
  font-weight: 400;
  font-size: 17px;
  color: var( --main );
}

li.marker-blue::marker {
  color: var( --green-4 ) !important;
}
li.marker-black::marker {
  color: var( --main ) !important;
}
li.marker-white::marker {
  color: #FFFFFF !important;
}

.no-marker {
  list-style: none;
}

.img-rounded {
  border-radius: 50%;
  overflow: hidden;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}
@media ( max-width: 767px ) {
  .img-fluid {
    height: 22px;
  }
}

.img-cover {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.border-grey {
  border: 1px solid #EBEBEB;
}

.border-top-grey {
  border-top: 1px solid #EBEBEB;
}

.border-bottom-grey {
  border-bottom: 1px solid #EBEBEB;
}

.border-right-grey {
  border-right: 1px solid #EBEBEB;
}

.flex-center-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.list-item-mb li {
  margin-bottom: 8px;
}

.mb-lg-md {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .mb-lg-md {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .mb-lg-md {
    margin-bottom: 16px;
  }
}

@media (max-width: 767px) {
  .container.no-gutter-xs {
    padding: 0;
  }
  .container.no-gutter-xs .row.gutter-xs {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .no-padding-xs {
    padding: 0;
  }
}

.m-left24 {
  margin-left: 24px;
}

.p-bottom8 {
  padding-bottom: 8px;
}

.p-bottom16 {
  padding-bottom: 16px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mt-32 {
  margin-top: 32px;
}

.p-32 {
  padding: 32px;
}

.py-large {
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (max-width: 767px) {
  .py-large {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.p-medium {
  padding: 40px;
}
@media (max-width: 767px) {
  .p-medium {
    padding: 24px;
  }
}

.p-6 {
  padding: 56px !important;
}

@media (min-width: 991px) {
  .p-lg-6 {
    padding: 56px !important;
  }
}

@media (min-width: 767px) {
  .p-md-6 {
    padding: 56px !important;
  }
}

@media (min-width: 575px) {
  .p-sm-6 {
    padding: 56px !important;
  }
}

.py-6 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

@media (min-width: 991px) {
  .py-lg-6 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
}

@media (min-width: 767px) {
  .py-md-6 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
}

@media (min-width: 575px) {
  .py-sm-6 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
}

.announcement {
  padding: 40px;
  background-color: #FFFFFF;
  min-height: 454px;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.05);
  align-items: stretch;
}
.announcement--decor-1 {
  background-image: url("../../assets/images/ecological/announcement-decor1.svg");
  background-repeat: no-repeat;
  background-position: bottom right 92px;
}
@media ( max-width: 1439px ) {
  .announcement--decor-1 {
    background-position: bottom right 22px;
  }
}
@media ( max-width: 991px ) {
  .announcement--decor-1 {
    background-position: bottom right 147px;
  }
}
@media ( max-width: 767px ) {
  .announcement--decor-1 {
    background-position: bottom right -47px;
  }
}
.announcement--decor-2 {
  background-image: url("../../assets/images/ecological/announcement-decor2.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.05);
}
@media (max-width: 991px) {
  .announcement {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .announcement {
    padding: 24px;
  }
}

.announcement-header {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .announcement-header {
    margin-bottom: 24px;
  }
}
.announcement-date {
  font-weight: 600;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: var( --secondary );
  margin-bottom: 16px;
}

.announcement-title {
  font-weight: 600;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var( --green-4 );
}

.announcement-preview {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: var( --main );
}
@media (max-width: 768px) {
  .announcement-preview {
    font-size: 18px;
  }
}

.announcement-slider-wrap {
  margin-bottom: 24px;
}

.announcement-slider__counter {
  width: auto;
}

.announcement-slider-panel {
  margin-top: 32px;
}

.announcement-footer {
  margin-top: auto;
  display: flex;
}

.announcement-slider__arrow-next svg path, .announcement-slider__arrow-prev svg path {
  fill: var( --green-4 );
}

.contact-general {
  display: flex;
  padding: 40px;
  background-color: #FFFFFF;
  min-height: 454px;
  height: 100%;
}
@media (max-width: 992px) {
  .contact-general {
    padding: 32px;
  }
}
@media (max-width: 768px) {
  .contact-general {
    padding: 24px;
  }
}

.contact-general-left {
  max-width: 325px;
}

.contact-general-right {
  flex-grow: 1;
  padding-left: 32px;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .contact-general-right {
    justify-content: flex-start;
  }
}

.contact-general__name {
  font-weight: 600;
  font-size: 25px;
  line-height: 140%;
  color: var( --main );
  margin-bottom: 8px;
}

.contact-general__desc {
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  color: var( --secondary );
  margin-bottom: 24px;
}

.contact-general__list {
  margin-top: 24px;
  margin-bottom: 40px;
  padding-left: 0;
}

.contact-general__contact {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  align-items: center;
}
.contact-general__contact:not(:last-child) {
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .contact-general__contact {
    font-size: 15px;
  }
}
.contact-general__contact .icon {
  margin-right: 11px;
}
.contact-general__contact a {
  color: var( --green-4 );
}

.contact-general-links {
  display: flex;
  flex-direction: column;
  padding-left: 0;
}
.contact-general-links li {
  list-style: none;
}
.contact-general-links li:nth-last-child(1) .contact-general-link {
  margin-bottom: 0;
}

.contact-general-link {
  margin-bottom: 24px;
}
@media ( max-width: 767px ) {
  .contact-general-link {
    margin-bottom: 16px;
  }
}

.contact-general__avatar {
  justify-content: end;
}
@media (max-width: 768px) {
  .contact-general__avatar {
    justify-content: flex-start;
  }
  .contact-general__avatar:not(.d-flex-below-md) {
    margin-bottom: 24px;
  }
}
.contact-general__avatar .avatar {
  border-radius: 50%;
}
@media (max-width: 1439px) {
  .contact-general__avatar .avatar {
    min-width: 100px;
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 991px) {
  .contact-general__avatar .avatar {
    min-width: 150px;
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 768px) {
  .contact-general__avatar .avatar {
    min-width: 100px;
    width: 100px;
    height: 100px;
  }
}

.map-section {
  position: relative;
  overflow-x: hidden;
}

.contacts-main {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 2;
}
@media (max-width: 991px) {
  .contacts-main {
    position: static;
    transform: translateY(0);
  }
}
@media (max-width: 991px) {
  .contacts-main .container {
    margin-top: -150px;
  }
}

.map {
  height: 600px;
  position: relative;
}
.map:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 2;
}
.map [class*=ymaps-2][class*=-ground-pane] {
  filter: hue-rotate(200deg) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.85 0 0 0 0   0 0.97 0.1 0 0.01   0 0 0.83 0 0   0 0 0 0.73 0'/></filter></svg>#grayscale");
}

.map-image {
  background-image: url("/local/templates/philological/frontend/assets/images/map.png");
  background-repeat: no-repeat;
  background-position-x: center;
}
@media (max-width: 1920px) {
  .map-image {
    background-position-x: 30%;
  }
}
@media (max-width: 992px) {
  .map-image {
    background-position-x: 25%;
  }
}
@media (max-width: 991px) {
  .map-image {
    background-position-x: 55%;
  }
}
@media (max-width: 767px) {
  .map-image {
    background-position-x: 53%;
  }
}
.map-image:after {
  display: none;
}

.social-networks {
  display: flex;
  align-items: center;
}
.social-networks__item {
  margin-left: 20px;
  transition: 0.15s ease;
}
.social-networks__item:hover {
  transform: scale(1.1);
}
.social-networks__item:first-child {
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .reception-company {
    margin-top: -30px;
  }
}
@media screen and (max-width: 575px) {
  .reception-company .reception-company_padding {
    padding: 0;
  }
}
.reception-company .col_white {
  background-image: url(../../../frontend/assets/images/contact-card.svg);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
}
.reception-company__name {
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  color: var( --main );
}
.reception-company__container {
  margin-top: 32px;
  border-bottom: 1px solid #e6e9eb;
  padding-bottom: 24px;
}
.reception-company__container:nth-last-child(1) {
  border-bottom: none;
  padding-bottom: 0;
}
.reception-company .reception-company__item-link {
  color: var( --green-4 );
}
.reception-company__item {
  margin-top: 16px;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
  grid-gap: 16px;
  flex-wrap: wrap;
}
@media screen and (max-width: 575px) {
  .reception-company__item {
    grid-template-columns: 1fr;
    margin-top: 20px;
    grid-gap: 8px;
  }
}
.reception-company .faculty-contact__info-adress_flex {
  margin: 0;
}
@media screen and (max-width: 575px) {
  .reception-company__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 575px) {
  .reception-company .faculty-contact__info-adress_flex {
    justify-content: flex-start;
  }
}
.reception-company__item_flex {
  display: flex;
  align-items: center;
}
.reception-company__item_flex img {
  margin-right: 11px;
}

.tabs-contact .p-tabview-nav {
  background: transparent;
}
.tabs-contact .p-tabview .p-tabview-nav li .p-tabview-nav-link {
  background: transparent;
  border: none;
}
.tabs-contact .p-tabview li:hover .p-tabview-nav-link {
  background: transparent !important;
}
.tabs-contact .p-tabview .p-tabview-nav li .p-tabview-nav-link {
  z-index: 9;
}
.tabs-contact .p-tabview .p-tabview-nav .p-highlight .p-tabview-nav-link {
  border-bottom: 1px solid var( --green-4 );
  border-width: 3px;
}
.tabs-contact .p-tabview .p-tabview-nav li .p-tabview-nav-link {
  transition: none;
}
.tabs-contact .p-tabview-nav-content .p-tabview-ink-bar {
  background-color: var( --green-4 );
}
.tabs-contact .p-tabview .p-tabview-nav .p-highlight {
  border-bottom: 1px solid var( --green-4 );
}
.tabs-contact .p-highlight .p-tabview-title {
  color: var( --main );
}
.tabs-contact .p-tabview-title {
  font-weight: 600;
  font-size: 49px;
  line-height: 60px;
  color: #80909d;
}
.tabs-contact .p-tabview .p-tabview-nav {
  border: none;
}
.tabs-contact .p-tabview-panels {
  margin-top: 40px;
}
.tabs-contact .p-tabview-panels {
  background: transparent;
  margin: 0;
}
.tabs-contact .col-lg-12 {
  padding: 0;
}
@media screen and (max-width: 575px) {
  .tabs-contact .title_h3-mob {
    font-size: 30px;
  }
}

.tabs-contact__card {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 24px;
  grid-template-rows: auto;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .tabs-contact__card {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 575px) {
  .tabs-contact__card {
    grid-template-columns: 1fr;
  }
}
.tabs-contact__card .col-xxl-4 {
  padding: 0;
  width: 100%;
}

.tabs-contact__card:nth-last-child(1) {
  margin-bottom: 0 !important;
}
.tabs-contact__card:nth-last-child(1) .contacts-card-col {
  margin-bottom: 0 !important;
}

.contact-general__contact .span-dark {
  font-weight: 500;
  font-size: 17px;
  line-height: 160%;
  color: var( --main );
}

.nl-top-block {
  margin-bottom: 24px;
}

.filters {
  background-color: #FFFFFF;
  padding: 32px;
  display: flex;
  flex-direction: column;
}
.filters .p-calendar {
  border: none;
}
.filters .p-dropdown {
  position: relative;
}
.filters .p-dropdown .p-dropdown-trigger {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.filters .p-dropdown .p-dropdown-label {
  z-index: 1;
}
.filters-activity {
  width: 100%;
  justify-content: space-between;
  display: flex;
}
.filters-activity__find {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: var(--white-color);
  padding: 19.5px 91.5px;
  background: var( --green-4 );
  border-radius: 4px;
}
.filters-activity__clear {
  display: flex;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
  border: none;
  background-color: transparent;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: 0.44px;
  color: var( --green-4 );
}
.filters-activity__clear img {
  margin-left: 7.5px;
}
.filters-block {
  margin-bottom: 32px;
}
.filters-block__filter-md {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var( --green-4 );
  border-radius: 4px;
  padding: 17.5px 0px;
}
.filters-block__filter-md-title {
  color: var( --green-4 );
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  min-width: 132px;
}
.filters-block__filter-md-img {
  margin-left: 40px;
}
.filters:nth-last-child(1) {
  margin-right: 0;
}

.filter-main {
  width: 432px;
}

.datepicker-icon {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  pointer-events: none;
}

.show-image {
  width: calc(50% - 6px);
}

.news-load-more button::before {
  content: none !important;
}

.news-list {
  margin: -3px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 4px;
  overflow: hidden;
}
.news-item {
  width: calc(25% - 6px);
  position: relative;
  margin: 3px;
  background-color: #318570 !important;
}
.news-item__img {
  height: 357px;
}
.news-item:nth-child(6n) {
  width: calc(50% - 6px);
}
.news-item:nth-child(6n+1) {
  width: calc(50% - 6px);
}
.news-item .news-date-time {
  position: absolute;
  top: 24px;
  left: 24px;
  font-weight: 600;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--white-color);
  z-index: 2;
}
.news-item .news-name {
  position: absolute;
  bottom: 24px;
  left: 24px;
  padding-right: 7px;
  font-weight: 600;
  font-size: 25px;
  color: var(--white-color);
  line-height: 140%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  z-index: 2;
}
.news-load-more {
  margin: 16px auto 64px;
  display: flex;
  justify-content: center;
}
.news-load-more button {
  font-weight: 600;
  font-size: 13px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  position: relative;
  color: var( --main );
}
.news-load-more button::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var( --green-4 );
}

@media (min-width: 993px) {
  .news-item:nth-child(6n+2) .news-item__img {
    background: none !important;
  }
  .news-item:nth-child(6n+3) .news-item__img {
    background: no-repeat 100% 90% url(../../assets/images/filology/icon1.svg) !important;
  }
  .news-item:nth-child(6n+4) .news-item__img {
    background: no-repeat 50% 90% url(../../assets/images/filology/icon2.svg) !important;
  }
  .news-item:nth-child(6n+5) .news-item__img {
    background: no-repeat 80% 90% url(../../assets/images/filology/icon3.svg) !important;
  }
}
@media (min-width: 993px) and (min-width: 992px) {
  .news-item:not(:nth-child(1), :nth-child(6n+1), :nth-child(6n)) .news-item__img .news-name {
    font-size: 20px;
    color: var(--white-color);
    top: 75px;
  }
  .news-item:not(:nth-child(1), :nth-child(6n+1), :nth-child(6n)) .news-item__img .news-date-time {
    color: var(--white-color);
  }
  .news-item:nth-child(6n) {
    width: calc(50% - 6px);
  }
  .news-item:nth-child(6n) .news-date-time {
    color: var(--white-color);
  }
  .news-item:nth-child(6n) .news-name {
    position: absolute;
    bottom: 24px;
    left: 24px;
    font-weight: 600;
    font-size: 25px;
    color: var(--white-color);
    line-height: 140%;
  }
  .news-item:nth-child(6n+1) {
    width: calc(50% - 6px);
  }
}
@media (max-width: 992px) {
  .news-item {
    width: calc(33.3% - 6px);
  }
  .news-item:not(:nth-child(1), :nth-child(5n+1), :nth-child(5n)) .news-item__img .news-name {
    font-size: 18px;
    color: #FFFFFF;
    top: 75px;
  }
  .news-item:not(:nth-child(1), :nth-child(5n+1), :nth-child(5n)) .news-item__img .news-date-time {
    color: #FFFFFF;
  }
  .news-item .news-date-time {
    color: var(--white-color);
  }
  .news-item:nth-child(6n+1) {
    width: calc(33.3% - 6px);
  }
  .news-item:nth-child(1) {
    width: calc(66.6% - 6px);
  }
  .news-item:not(:nth-child(5n+1)) {
    width: calc(33.3% - 6px);
  }
  .news-item:nth-child(5n+1) {
    width: calc(66.6% - 6px);
  }
  .news-item:not(:nth-child(5n+1)) .news-name {
    font-size: 20px;
    color: #FFFFFF;
    top: 75px;
  }
  .news-item:not(:nth-child(5n+1)) .news-date-time {
    color: #FFFFFF;
  }
  .news-item:nth-child(5n+2) .news-item__img {
    background: none !important;
  }
  .news-item:nth-child(5n+2) .news-name {
    font-size: 20px;
    color: var(--dark-color);
    top: 75px;
  }
  .news-item:nth-child(5n+2) .news-date-time {
    color: var(--dark-color);
  }
  .news-item:nth-child(5n+3) .news-item__img {
    background: no-repeat 100% 90% url(../../assets/images/filology/icon1.svg) !important;
  }
  .news-item:nth-child(5n+4) .news-item__img {
    background: no-repeat 50% 90% url(../../assets/images/filology/icon2.svg) !important;
  }
  .news-item:nth-child(5n+5) .news-item__img {
    background: no-repeat 80% 90% url(../../assets/images/filology/icon3.svg) !important;
  }
  .filters_flex {
    flex-direction: column;
  }
  .filters_flex .filter-group_md-width {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .filters_flex .filter-group_md-width .p-inputtext {
    width: 100%;
  }
}
.filters-activity__clear > * {
  cursor: pointer;
}

.pso-subtitle .faculty-detail__text {
  color: var( --main );
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.1px;
}

@media (max-width: 575px) {
  .news-item:not(:nth-child(5n+1)) .news-item__img {
    height: 183px;
  }
  .news-item .news-item__img {
    height: 328px;
  }
  .filters-activity {
    flex-direction: column;
    align-content: center;
  }
  .filters-activity .filters-activity__clear {
    margin-top: 16px;
    justify-content: center;
  }
  .filters {
    padding: 24px 16px;
  }
  .row-ma {
    margin: auto;
  }
  .alumnus-filter .filters-activity, .scientists-filters .filters-activity {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .news-item {
    width: calc(50% - 6px);
    margin-right: 0px;
  }
  .news-item:nth-child(6n+1),
.news-item:nth-child(6n) {
    width: 100%;
    margin-right: 0px;
  }
  .news-item:not(:nth-child(5n+1)) {
    width: calc(50% - 6px);
  }
  .news-item:nth-child(5n+1) {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .news-item {
    width: 100% !important;
    margin-right: 0px;
    border-radius: 4px;
    overflow: hidden;
  }
  .filter .p-inputtext, .filter .p-dropdown-item {
    font-size: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .filter-group_md-width {
    width: 45%;
  }
}
.filter-group .p-dropdown-panel {
  top: 58px;
  z-index: 1000;
}

.active-label {
  color: var( --green-4 ) !important;
}

input.filters-activity__find {
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.faculty-contact_padding {
  padding: 40px;
}
@media screen and (max-width: 992px) {
  .faculty-contact_padding {
    padding: 32px;
  }
}
@media screen and (max-width: 575px) {
  .faculty-contact_padding {
    padding: 16px 16px 0;
  }
}
.faculty-contact .container {
  background: #FFFFFF;
  /* shadow_card */
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
.faculty-contact .container_transparent {
  background: transparent;
  box-shadow: none;
}
.faculty-contact .col {
  display: flex;
}
@media (max-width: 767px) {
  .faculty-contact .col {
    flex-direction: column;
  }
}
.faculty-contact-background {
  background: url("../../../frontend/assets/images/contactCircle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  padding: 20px;
  margin-right: 156px;
}
@media (max-width: 768px) {
  .faculty-contact-background {
    margin-right: 47px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .faculty-contact-background {
    display: flex;
    justify-content: center;
    background-position: center;
  }
}
.faculty-contact-background img {
  top: 2px;
  width: 220px;
  position: relative;
  left: 2px;
  border-radius: 50%;
  overflow: hidden;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .faculty-contact-background img {
    width: 147px;
    height: 147px;
  }
}
.faculty-contact__info {
  display: flex;
  flex-direction: column;
}
.faculty-contact__info-name {
  font-weight: 600;
  font-size: 49px;
  line-height: 120%;
  color: var( --main );
  max-width: 500px;
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (max-width: 575px) {
  .faculty-contact__info-name {
    font-size: 30px;
    text-align: center;
  }
}
.faculty-contact__info-name_blue {
  color: var( --main );
}
.faculty-contact__info-person {
  font-weight: 400;
  font-size: 17px;
  max-width: 100%;
  color: var( --main );
  line-height: 160%;
  opacity: 0.7;
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .faculty-contact__info-person {
    max-width: 90%;
  }
}
@media (max-width: 575px) {
  .faculty-contact__info-person {
    max-width: 100%;
    text-align: center;
  }
}
.faculty-contact__info-adress {
  display: flex;
  margin-top: 10px;
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .faculty-contact__info-adress {
    display: flex;
    flex-direction: column;
  }
  .faculty-contact__info-adress .faculty-contact__info-adress_flex {
    margin-bottom: 8px;
  }
}
.faculty-contact__info-adress a {
  color: var( --green-4 );
}
.faculty-contact__info-adress_flex {
  display: flex;
  align-items: flex-start;
  font-weight: 500;
  font-size: 17px;
  line-height: 150%;
  color: var( --main );
}
@media screen and (max-width: 575px) {
  .faculty-contact__info-adress_flex {
    justify-content: center;
  }
}
.faculty-contact__info-adress_flex:nth-child(1) {
  margin-right: 32px;
}
@media screen and (max-width: 575px) {
  .faculty-contact__info-adress_flex:nth-child(1) {
    margin-right: 0px;
  }
}
.faculty-contact__info-adress_flex img {
  margin-right: 11px;
}
.faculty-contact .faculty-contact__info-person_max-w {
  max-width: 90%;
}

.faculty-statistic .col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
@media screen and (max-width: 768px) {
  .faculty-statistic .col {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
@media screen and (max-width: 575px) {
  .faculty-statistic .col {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.faculty-statistic .col .faculty-statistic__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(0, 33, 59, 0.2);
}
.faculty-statistic .col .faculty-statistic__item-title {
  font-weight: 400;
  font-size: 49px;
  line-height: 59px;
  /* identical to box height */
  letter-spacing: 0.03em;
  color: var( --green-4 );
}
.faculty-statistic .col .faculty-statistic__item-text {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 14px;
  /* or 22px */
  letter-spacing: 0.1px;
  color: var( --main );
  opacity: 0.7;
}
.faculty-statistic .story-faculty-statistic .faculty-statistic__item {
  width: calc(50% - 12px);
  margin-left: 24px;
}
.faculty-statistic .story-faculty-statistic .faculty-statistic__item:nth-child(2n+1) {
  margin-left: 0px;
}
.faculty-statistic .story-faculty-statistic .faculty-statistic__item:nth-child(4) {
  margin-left: 24px;
}

@media screen and (max-width: 575px) {
  .header_bg-faculty {
    min-height: 170px;
  }
}

.faculty-story .col {
  display: flex;
}
@media (max-width: 768px) {
  .faculty-story .col {
    flex-direction: column-reverse;
  }
}
.faculty-story .col img {
  overflow: hidden;
  width: 423px;
  height: 423px;
  border-radius: 50%;
}
@media screen and (max-width: 991px) {
  .faculty-story .col img {
    width: 350px;
    height: 350px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .faculty-story .col img {
    width: 388px;
    height: 388px;
  }
}
.faculty-story .col h3, .faculty-story .col .h3-like {
  font-weight: 600;
  font-size: 49px;
  line-height: 60px;
  color: var( --main );
  margin-bottom: 32px;
}
@media (max-width: 575px) {
  .faculty-story .col h3, .faculty-story .col .h3-like {
    font-size: 30px;
  }
}
.faculty-story .col p {
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.1px;
  color: var( --main );
  opacity: 0.7;
  margin-bottom: 16px;
}
.faculty-story .col p:last-child {
  margin-bottom: 0;
}
.faculty-story .col a {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: var( --main );
}
.faculty-story .col .pi-arrow-right::before {
  color: var( --green-4 );
}
.faculty-story_flex {
  margin-top: 60px;
  width: 60%;
}
@media (max-width: 992px) {
  .faculty-story_flex {
    margin-right: 50px;
  }
}
@media (max-width: 768px) {
  .faculty-story_flex {
    margin-top: 40px !important;
    width: 100%;
  }
}
.faculty-story_img {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 768px) {
  .faculty-story_img {
    width: 100%;
    justify-content: flex-start;
  }
  .faculty-story_img img {
    width: 232px !important;
    height: 232px !important;
  }
}

.faculty-text .link-with-arrow .faculty-text__item_pb {
  padding-bottom: 24px;
}
.faculty-text .link-with-arrow {
  overflow: hidden;
  border-radius: 4px;
}
.faculty-text .link-with-arrow:nth-last-child(1) .faculty-text__item_border {
  border-bottom: none;
}
.faculty-text .pi {
  font-weight: 600;
}
.faculty-text .faculty-text__item_border {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 24px;
  width: 100%;
  font-weight: 500;
  font-size: 25px;
  color: var( --main );
}
.faculty-text h3, .faculty-text .h3-like {
  font-weight: 600;
  font-size: 49px;
  line-height: 58px;
  color: var( --main );
  margin-bottom: 40px;
}
.faculty-text .col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 575px) {
  .faculty-text .col {
    gap: 16px;
  }
}
.faculty-text .col a {
  color: var( --main );
}
.faculty-text .faculty-text__item {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  /* content */
  display: flex;
  align-items: center;
  padding: 24px 40px 0;
  font-weight: 500;
  font-size: 25px;
  color: var( --main );
}
@media (max-width: 575px) {
  .faculty-text .faculty-text__item {
    padding: 16px 16px 0;
  }
}
.faculty-text .faculty-text__item:nth-last-child(1) {
  margin-bottom: 0;
}
.faculty-text .faculty-text__item-svg {
  width: 110px;
  overflow: hidden;
  background: #FFFCFA;
  border-radius: 50%;
  height: 110px;
  min-width: 110px;
  position: relative;
}
@media (max-width: 575px) {
  .faculty-text .faculty-text__item-svg {
    height: 56px;
    width: 56px;
    min-width: 56px;
    margin-right: 24px;
  }
}
.faculty-text .faculty-text__item-svg svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 60%;
}
.faculty-text__name {
  font-weight: 600;
  font-size: 31px;
  line-height: 38px;
  margin-left: 40px;
}
@media (max-width: 575px) {
  .faculty-text__name {
    font-size: 22px;
    line-height: 130%;
    margin-left: 0px;
  }
}
.faculty-text__name i {
  margin-left: 5px;
}
.faculty-text__name i::before {
  color: var( --green-4 );
  font-size: 1.2rem;
}

.faculty-documents__flex {
  display: flex;
  flex-direction: column;
}
.faculty-documents__flex-item {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  margin-bottom: 24px;
  padding-top: 34px;
  padding-bottom: 24px;
}
.faculty-documents__flex-item-info {
  margin-bottom: 32px;
  padding: 0 32px;
}
@media (max-width: 575px) {
  .faculty-documents__flex-item-info {
    display: flex;
    flex-wrap: wrap;
  }
  .faculty-documents__flex-item-info span:nth-child(3) {
    margin-top: 10px;
  }
}
.faculty-documents__flex-item-info span {
  color: var( --green-4 );
  margin-right: 16px;
}
.faculty-documents__flex-item-info span:nth-last-child(1) {
  margin-left: 0;
}
.faculty-documents__flex-item-info p {
  margin-right: 50px;
  margin-bottom: 16px;
}
.faculty-documents__flex-item-info p:last-child {
  margin-bottom: 0;
}
.faculty-documents__flex-item h3, .faculty-documents__flex-item .h3-like {
  color: var( --main );
  padding: 0 32px 32px;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 575px) {
  .faculty-documents__flex-item h3, .faculty-documents__flex-item .h3-like {
    font-size: 22px;
    line-height: 130%;
  }
}
.faculty-documents__flex-item-links {
  padding: 22px 32px 0;
}
.faculty-documents__flex-item-links a {
  margin-right: 32px;
  font-weight: 600;
  text-transform: uppercase;
  color: var( --green-4 );
}
.faculty-documents__flex-item-links a:nth-last-child(1) {
  margin-right: 0;
}
.faculty-documents__flex-item-links a .pi-sign-in {
  transform: rotate(90deg);
}
.faculty-documents__flex-item-links a .pi {
  margin-right: 8px;
}
.faculty-documents__flex-item-links a:visited,
.faculty-documents__flex-item-links a:focus,
.faculty-documents__flex-item-links a:hover {
  color: var( --green-4 );
}
.faculty-documents h2, .faculty-documents .h2-like {
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .faculty-documents h2, .faculty-documents .h2-like {
    font-size: 30px;
  }
}
.faculty-documents__go {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  padding: 0.5rem;
}
.faculty-documents__go a {
  width: -moz-fit-content;
  width: fit-content;
  background: var( --green-4 );
  border-radius: 4px;
  width: 267px;
  padding: 19.5px 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  margin-top: 10px;
}

.faculty-statistic_gallery .faculty-statistic__info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  grid-auto-rows: min-content;
}
@media screen and (max-width: 575px) {
  .faculty-statistic_gallery .faculty-statistic__info {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.faculty-statistic_gallery .faculty-statistic__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 32, 60, 0.2);
}
.faculty-statistic_gallery .faculty-statistic__item-title {
  font-weight: 400;
  font-size: 49px;
  line-height: 120%;
  /* identical to box height */
  letter-spacing: 0.03em;
  color: var( --green-4 );
}
.faculty-statistic_gallery .faculty-statistic__item-text {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1px;
  color: var( --main );
  opacity: 0.7;
}

.reasons-slider-section .row {
  background: transparent !important;
}

.faculty-student__col .p {
  line-height: 160%;
  letter-spacing: 0.1px;
}

.reasons-slider-section .swiper-slide__info-text,
.keys-slider-section .swiper-slide__info-text,
.structure-slider-section .swiper-slide__info-text {
  line-height: 160%;
  letter-spacing: 0.1px;
}
.reasons-slider-section .row,
.keys-slider-section .row,
.structure-slider-section .row {
  background: #FFFFFF;
  padding-bottom: 90px;
  width: 100%;
  margin: 0;
}
@media (max-width: 768px) {
  .reasons-slider-section .row,
.keys-slider-section .row,
.structure-slider-section .row {
    padding-bottom: 90px;
  }
}
.reasons-slider-section .row h3, .reasons-slider-section .row .h3-like,
.keys-slider-section .row h3,
.keys-slider-section .row .h3-like,
.structure-slider-section .row h3,
.structure-slider-section .row .h3-like {
  font-weight: 600;
  font-size: 49px;
  line-height: 60px;
  margin: 56px 0px 82px;
}
@media (max-width: 768px) {
  .reasons-slider-section .row h3, .reasons-slider-section .row .h3-like,
.keys-slider-section .row h3,
.keys-slider-section .row .h3-like,
.structure-slider-section .row h3,
.structure-slider-section .row .h3-like {
    margin: 56px 0px 60px;
  }
}
@media (max-width: 575px) {
  .reasons-slider-section .row h3, .reasons-slider-section .row .h3-like,
.keys-slider-section .row h3,
.keys-slider-section .row .h3-like,
.structure-slider-section .row h3,
.structure-slider-section .row .h3-like {
    font-size: 30px;
    line-height: 36px;
  }
}
.reasons-slider-section .row .swiper-slide,
.keys-slider-section .row .swiper-slide,
.structure-slider-section .row .swiper-slide {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 768px) {
  .reasons-slider-section .row .swiper-slide,
.keys-slider-section .row .swiper-slide,
.structure-slider-section .row .swiper-slide {
    flex-direction: column;
  }
}
.reasons-slider-section .row .swiper-slide .faculty-contact-background,
.keys-slider-section .row .swiper-slide .faculty-contact-background,
.structure-slider-section .row .swiper-slide .faculty-contact-background {
  padding: 30px;
  background: url("../../../frontend/assets/images/contactCircle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  padding: 25px;
  margin-right: 156px;
}
@media (max-width: 992px) {
  .reasons-slider-section .row .swiper-slide .faculty-contact-background,
.keys-slider-section .row .swiper-slide .faculty-contact-background,
.structure-slider-section .row .swiper-slide .faculty-contact-background {
    margin-right: 92px;
  }
}
@media (max-width: 768px) {
  .reasons-slider-section .row .swiper-slide .faculty-contact-background,
.keys-slider-section .row .swiper-slide .faculty-contact-background,
.structure-slider-section .row .swiper-slide .faculty-contact-background {
    margin-right: 0px !important;
  }
}
@media (max-width: 575px) {
  .reasons-slider-section .row .swiper-slide .faculty-contact-background,
.keys-slider-section .row .swiper-slide .faculty-contact-background,
.structure-slider-section .row .swiper-slide .faculty-contact-background {
    justify-content: flex-start !important;
  }
}
.reasons-slider-section .row .swiper-slide .faculty-contact-background img,
.keys-slider-section .row .swiper-slide .faculty-contact-background img,
.structure-slider-section .row .swiper-slide .faculty-contact-background img {
  background: #FFFCFA;
  border-radius: 50%;
  width: 305px;
  height: 305px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .reasons-slider-section .row .swiper-slide .faculty-contact-background img,
.keys-slider-section .row .swiper-slide .faculty-contact-background img,
.structure-slider-section .row .swiper-slide .faculty-contact-background img {
    width: 264px;
    height: 264px;
  }
}
@media (max-width: 768px) {
  .reasons-slider-section .row .swiper-slide .faculty-contact-background img,
.keys-slider-section .row .swiper-slide .faculty-contact-background img,
.structure-slider-section .row .swiper-slide .faculty-contact-background img {
    width: 239px !important;
    height: 239px !important;
  }
}
.reasons-slider-section .row .swiper-slide__info,
.keys-slider-section .row .swiper-slide__info,
.structure-slider-section .row .swiper-slide__info {
  display: flex;
  flex-direction: column;
}
.reasons-slider-section .row .swiper-slide__info-title,
.keys-slider-section .row .swiper-slide__info-title,
.structure-slider-section .row .swiper-slide__info-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 140%;
  color: var( --main );
}
.reasons-slider-section .row .swiper-slide__info-text,
.keys-slider-section .row .swiper-slide__info-text,
.structure-slider-section .row .swiper-slide__info-text {
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.1px;
  color: var( --main );
  opacity: 0.7;
  margin-top: 16px;
}
.reasons-slider-section .reasons-slider,
.reasons-slider-section .structure-slider,
.keys-slider-section .reasons-slider,
.keys-slider-section .structure-slider,
.structure-slider-section .reasons-slider,
.structure-slider-section .structure-slider {
  width: 90%;
  margin-left: 0;
}
@media (max-width: 992px) {
  .reasons-slider-section .reasons-slider,
.reasons-slider-section .structure-slider,
.keys-slider-section .reasons-slider,
.keys-slider-section .structure-slider,
.structure-slider-section .reasons-slider,
.structure-slider-section .structure-slider {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .reasons-slider-section .reasons-slider,
.reasons-slider-section .structure-slider,
.keys-slider-section .reasons-slider,
.keys-slider-section .structure-slider,
.structure-slider-section .reasons-slider,
.structure-slider-section .structure-slider {
    margin-bottom: 30px;
  }
}
.reasons-slider-section .slider-footer,
.keys-slider-section .slider-footer,
.structure-slider-section .slider-footer {
  display: flex;
  margin-left: 514px;
  z-index: 5;
  top: 0px;
  margin-top: 0;
  justify-content: start;
}
@media (max-width: 992px) {
  .reasons-slider-section .slider-footer,
.keys-slider-section .slider-footer,
.structure-slider-section .slider-footer {
    margin-left: 408px;
  }
}
@media (max-width: 768px) {
  .reasons-slider-section .slider-footer,
.keys-slider-section .slider-footer,
.structure-slider-section .slider-footer {
    margin-left: 0px !important;
  }
}
.reasons-slider-section .slider-container,
.keys-slider-section .slider-container,
.structure-slider-section .slider-container {
  margin-top: 32px;
  position: relative;
}
.reasons-slider-section .slider-container .slider-state,
.keys-slider-section .slider-container .slider-state,
.structure-slider-section .slider-container .slider-state {
  position: relative;
}
.reasons-slider-section .slider-container .slider-state .slider-counter,
.keys-slider-section .slider-container .slider-state .slider-counter,
.structure-slider-section .slider-container .slider-state .slider-counter {
  color: var( --main );
  position: absolute;
  bottom: -9px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var( --main );
}
.reasons-slider-section .slider-arrows,
.keys-slider-section .slider-arrows,
.structure-slider-section .slider-arrows {
  margin-left: 20px;
}
.reasons-slider-section .swiper-wrapper,
.keys-slider-section .swiper-wrapper,
.structure-slider-section .swiper-wrapper {
  height: -moz-fit-content;
  height: fit-content;
}

.keys-slider-section .row {
  background-color: transparent;
}

.faculty-slider-card .swiper {
  position: relative;
}
.faculty-slider-card .swiper .swiper-slide {
  height: auto;
  background-color: white;
  display: flex;
}
@media (max-width: 850px) {
  .faculty-slider-card .swiper .swiper-slide {
    flex-direction: column;
  }
}
.faculty-slider-card .swiper .swiper-slide__img img {
  width: 648px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .faculty-slider-card .swiper .swiper-slide__img img {
    width: 468px;
  }
}
@media (max-width: 850px) {
  .faculty-slider-card .swiper .swiper-slide__img img {
    width: 100% !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .faculty-slider-card .swiper .swiper-slide__img img {
    width: 470px;
  }
}
.faculty-slider-card .swiper .swiper-slide__text {
  display: flex;
  flex-direction: column;
  margin-left: 40px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .faculty-slider-card .swiper .swiper-slide__text {
    margin-left: 0;
    padding: 0px 32px 60px;
  }
}
@media (max-width: 575px) {
  .faculty-slider-card .swiper .swiper-slide__text {
    padding: 0px 16px 60px;
  }
}
.faculty-slider-card .swiper .swiper-slide__text-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 140%;
  color: var( --main );
  padding-top: 48px;
  margin-bottom: 8px;
}
.faculty-slider-card .swiper .swiper-slide__text-info {
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.1px;
  color: var( --main );
  opacity: 0.7;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .faculty-slider-card .swiper .swiper-slide__text-info {
    padding-bottom: 20px;
  }
}
.faculty-slider-card .slider-footer {
  right: 170px;
  display: flex;
  position: absolute;
  z-index: 5;
  /* top: 0; */
  bottom: 20px;
}
@media screen and (max-width: 768px) {
  .faculty-slider-card .slider-footer {
    right: auto !important;
    left: 40px !important;
  }
}
@media screen and (max-width: 850px) {
  .faculty-slider-card .slider-footer {
    right: auto !important;
    left: 40px !important;
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .faculty-slider-card .slider-footer {
    right: 0;
  }
}
@media (max-width: 575px) {
  .faculty-slider-card .slider-footer {
    width: calc(100% - 32px);
    left: 16px !important;
  }
  .faculty-slider-card .slider-footer .slider-panel-group {
    justify-content: space-between;
  }
}
.faculty-slider-card .slider-footer .slider-counter {
  font-weight: 600;
  font-size: 13px;
  line-height: 140%;
  /* or 18px */
  letter-spacing: 0.03em;
  text-transform: uppercase;
  /* Solid/main */
  color: var( --main );
}
.faculty-slider-card .slider-state {
  position: relative;
}
@media (max-width: 575px) {
  .faculty-slider-card .slider-state {
    width: 50%;
  }
}
.faculty-slider-card .slider-state .slider-counter {
  color: var( --main );
  position: absolute;
  bottom: -9px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var( --main );
}
.faculty-slider-card .slider-arrows {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .faculty-slider-card .swiper .swiper-slide__text-title {
    padding-top: 32px;
  }
  .faculty-slider-card .slider-footer {
    right: auto;
    left: 510px;
  }
}

.faculty-text-img .faculty-text__link {
  margin-bottom: 24px;
}
.faculty-text-img .link-with-arrow {
  padding-right: 10px;
  font-weight: 600;
  font-size: 31px;
  line-height: 38px;
  color: var( --main );
}
@media screen and (max-width: 575px) {
  .faculty-text-img .link-with-arrow {
    font-size: 22px;
    line-height: 27px;
    display: flex;
    align-items: flex-end;
  }
}
.faculty-text-img .faculty-text__item {
  padding: 32px;
}
@media screen and (max-width: 575px) {
  .faculty-text-img .faculty-text__item {
    padding: 24px;
  }
}
.faculty-text-img .faculty-text__item .faculty-text__item-svg {
  margin-right: 40px;
}
@media screen and (max-width: 575px) {
  .faculty-text-img .faculty-text__item .faculty-text__item-svg {
    margin-right: 24px;
  }
}

.link-with-arrow__container {
  padding-right: 0px;
}

.faculty-text-img .responsive {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  max-width: 54px;
}

.gallery-link .media-news__title_mb {
  margin-bottom: 0;
}

@media screen and (max-width: 575px) {
  .price .media-news__title_mb {
    margin-top: 0;
  }
}

.section-slim-list {
  margin-top: 48px;
}
.section-slim-list .link_w100-flex {
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.05);
}

.inherit p {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  font-family: inherit;
}

.bio-table {
  background-color: white;
}
.bio-table__flex {
  padding: 32px 0 0;
}
@media (max-width: 575px) {
  .bio-table__flex {
    padding: 0;
  }
}
.bio-table__flex_half {
  padding-left: 15px;
  width: 50%;
}
@media (max-width: 768px) {
  .bio-table__flex_half {
    padding-left: 0;
  }
}
.bio-table__flex-item {
  border-bottom: 1px solid #D9D9D9;
  padding: 24px 0px;
}
@media (max-width: 768px) {
  .bio-table__flex-item {
    flex-direction: column;
  }
  .bio-table__flex-item p,
.bio-table__flex-item b,
.bio-table__flex-item ul {
    width: 100% !important;
  }
  .bio-table__flex-item b {
    padding-bottom: 16px;
  }
}
.bio-table__flex-item:nth-last-child(1) {
  border-bottom: none;
  padding: 24px 0px 0px;
}
.bio-table__flex-item .bio-table__flex_half {
  color: var( --main );
}
@media screen and (max-width: 768px) {
  .bio-table__flex-item .bio-table__flex_half {
    width: 90%;
  }
}
@media screen and (max-width: 575px) {
  .bio-table__flex-item .bio-table__flex_half {
    width: 100%;
  }
}
.bio-table__flex-item .bio-table__flex_half b {
  margin: 5px 0;
}
.bio-table__flex-item p {
  font-weight: 400;
  font-size: 17px;
  color: var( --main );
  opacity: 0.7;
  margin-bottom: 16px;
}
.bio-table__flex-item p:last-child {
  margin-bottom: 0;
}
.bio-table__flex-item b {
  padding-right: 200px;
  font-weight: 600;
  font-size: 25px;
  color: var( --main );
}
@media screen and (max-width: 768px) {
  .bio-table__flex-item b {
    padding-right: 0px;
    width: 90%;
  }
}
@media screen and (max-width: 575px) {
  .bio-table__flex-item b {
    width: 100%;
  }
}
.bio-table__flex-item ul {
  padding: 0 20px;
}
.bio-table__flex-item ul li {
  font-weight: 400;
  font-size: 17px;
  color: var( --main );
  opacity: 0.7;
}

.bio-slider_pagination {
  position: relative;
}
.bio-slider_pagination .swiper-pagination {
  position: absolute;
  top: 0;
}
@media screen and (max-width: 575px) {
  .bio-slider_pagination .swiper-pagination {
    max-height: 320px;
    height: 100%;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
  }
}

.bio-slider .swiper,
.story-slider .swiper {
  padding-top: 80px;
}
.bio-slider .bio-slider__title,
.story-slider .bio-slider__title {
  font-weight: 600;
  font-size: 49px;
  line-height: 60px;
  padding-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .bio-slider .bio-slider__title,
.story-slider .bio-slider__title {
    padding-bottom: 0px;
  }
}
.bio-slider .swiper-slide,
.story-slider .swiper-slide {
  display: flex;
  flex-direction: column;
}
.bio-slider .swiper-slide h3, .bio-slider .swiper-slide .h3-like,
.story-slider .swiper-slide h3,
.story-slider .swiper-slide .h3-like {
  font-weight: 400;
  font-size: 49px;
  line-height: 59px;
  color: var( --green-4 );
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 16px;
}
.bio-slider .swiper-slide span,
.story-slider .swiper-slide span {
  padding-top: 24px;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.1px;
  color: var( --main );
  opacity: 0.7;
}
.bio-slider .swiper-pagination,
.story-slider .swiper-pagination {
  position: absolute;
  display: flex;
  width: 100% !important;
  height: 55px;
}
@media screen and (max-width: 575px) {
  .bio-slider .swiper-pagination .swiper-pagination-bullet,
.story-slider .swiper-pagination .swiper-pagination-bullet {
    background: transparent;
    color: black;
    transform: scale(1) !important;
    font-size: 17px;
    line-height: 21px;
    opacity: 1;
    text-align: left;
    position: relative !important;
    font-weight: 600;
  }
}
@media screen and (min-width: 575px) {
  .bio-slider .swiper-pagination .swiper-pagination-bullet,
.bio-slider .swiper-pagination .swiper-pagination-bullet-active-next-next,
.story-slider .swiper-pagination .swiper-pagination-bullet,
.story-slider .swiper-pagination .swiper-pagination-bullet-active-next-next {
    overflow: hidden;
    opacity: 0;
    transform: scale(1) !important;
    width: 0;
    height: 0;
    transition: all ease-in-out 0.1s !important;
  }
  .bio-slider .swiper-pagination .swiper-pagination-bullet:before,
.bio-slider .swiper-pagination .swiper-pagination-bullet-active-next-next:before,
.story-slider .swiper-pagination .swiper-pagination-bullet:before,
.story-slider .swiper-pagination .swiper-pagination-bullet-active-next-next:before {
    display: none;
  }
}
.bio-slider .swiper-pagination .swiper-pagination-bullet-active-main, .bio-slider .swiper-pagination .swiper-pagination-bullet-active-next,
.story-slider .swiper-pagination .swiper-pagination-bullet-active-main,
.story-slider .swiper-pagination .swiper-pagination-bullet-active-next {
  display: block !important;
  width: 100%;
  overflow: visible;
  background: none;
  opacity: 1;
  text-align: left;
  font-weight: 600;
  transition: all ease-in-out 0.2s !important;
  transform: scale(1) !important;
  font-size: 17px;
  line-height: 21px;
}
@media screen and (min-width: 575px) {
  .bio-slider .swiper-pagination .swiper-pagination-bullet-active-main:before, .bio-slider .swiper-pagination .swiper-pagination-bullet-active-next:before,
.story-slider .swiper-pagination .swiper-pagination-bullet-active-main:before,
.story-slider .swiper-pagination .swiper-pagination-bullet-active-next:before {
    content: "";
    display: block;
    height: 2px;
    left: 13px;
    top: 9px;
    position: relative;
    background: #7889A4;
    z-index: -1;
  }
}
.bio-slider .swiper-pagination .swiper-pagination-bullet-active-main .bullet-custom, .bio-slider .swiper-pagination .swiper-pagination-bullet-active-next .bullet-custom,
.story-slider .swiper-pagination .swiper-pagination-bullet-active-main .bullet-custom,
.story-slider .swiper-pagination .swiper-pagination-bullet-active-next .bullet-custom {
  background: url("../../../frontend/assets/images/icons/disabledBullet.svg");
  width: 20px;
  height: 20px;
  background-size: 100%;
}
.bio-slider .swiper-pagination .swiper-pagination-bullet-active-main:nth-last-child(1):before, .bio-slider .swiper-pagination .swiper-pagination-bullet-active-next:nth-last-child(1):before,
.story-slider .swiper-pagination .swiper-pagination-bullet-active-main:nth-last-child(1):before,
.story-slider .swiper-pagination .swiper-pagination-bullet-active-next:nth-last-child(1):before {
  background: linear-gradient(to right, rgb(120, 137, 164), rgba(120, 137, 164, 0.1)) !important;
}
.bio-slider .swiper-pagination .swiper-pagination-bullet-active-prev-prev, .bio-slider .swiper-pagination .swiper-pagination-bullet-active-prev,
.story-slider .swiper-pagination .swiper-pagination-bullet-active-prev-prev,
.story-slider .swiper-pagination .swiper-pagination-bullet-active-prev {
  display: none !important;
}
.bio-slider .swiper-pagination .swiper-pagination-bullet-active-main.swiper-pagination-bullet-active-prev,
.story-slider .swiper-pagination .swiper-pagination-bullet-active-main.swiper-pagination-bullet-active-prev {
  display: block !important;
}
.bio-slider .swiper-pagination .bullet-active_line,
.story-slider .swiper-pagination .bullet-active_line {
  color: var( --green-4 );
}
.bio-slider .swiper-pagination .bullet-active_line:before,
.story-slider .swiper-pagination .bullet-active_line:before {
  content: "";
  background: var( --green-4 );
}
.bio-slider .swiper-pagination .bullet-active_line .bullet-custom,
.story-slider .swiper-pagination .bullet-active_line .bullet-custom {
  background: url("../../../frontend/assets/images/icons/activeBullet.svg");
  width: 20px;
  height: 20px;
  background-size: 100%;
}
.bio-slider .swiper-pagination .swiper-pagination-bullet-active,
.story-slider .swiper-pagination .swiper-pagination-bullet-active {
  color: var( --green-4 );
}
@media screen and (min-width: 575px) {
  .bio-slider .swiper-pagination .swiper-pagination-bullet-active:before,
.story-slider .swiper-pagination .swiper-pagination-bullet-active:before {
    content: "" !important;
    background: #7889A4 !important;
    top: 9px;
  }
}
.bio-slider .swiper-pagination .swiper-pagination-bullet-active .bullet-custom,
.story-slider .swiper-pagination .swiper-pagination-bullet-active .bullet-custom {
  background: url("../../../frontend/assets/images/icons/activeBullet.svg");
  width: 20px;
  height: 20px;
  background-size: 100%;
}
@media screen and (max-width: 575px) {
  .bio-slider .swiper-wrapper,
.story-slider .swiper-wrapper {
    position: inherit !important;
  }
  .bio-slider .swiper,
.story-slider .swiper {
    min-height: 400px;
  }
}
@media screen and (min-width: 576px) {
  .bio-slider .swiper-slide,
.story-slider .swiper-slide {
    width: 50%;
  }
  .bio-slider .swiper-slide span,
.story-slider .swiper-slide span {
    width: calc(100% - 30px);
  }
}

.media-news__title_mb {
  font-weight: 600;
  font-size: 49px;
  line-height: 60px;
  color: var( --main );
  margin-bottom: 32px;
}
@media screen and (max-width: 650px) {
  .media-news__title_mb {
    margin-top: 24px;
  }
}

.faculty-detail {
  display: flex;
  flex-direction: column;
}
.faculty-detail__item a {
  display: flex;
  width: 100%;
  padding: 32px;
  border-bottom: 1px solid #D9D9D9;
  justify-content: flex-start;
}
@media screen and (max-width: 992px) {
  .faculty-detail__item a {
    padding: 24px 16px;
  }
}
@media screen and (max-width: 575px) {
  .faculty-detail__item a {
    flex-direction: column;
  }
}
.faculty-detail__item:nth-last-child(1) a {
  border-bottom: none;
}
.faculty-detail__item-title {
  display: flex;
  flex-direction: column;
  width: 70%;
}
@media screen and (max-width: 992px) {
  .faculty-detail__item-title {
    width: 60%;
  }
}
@media screen and (max-width: 991px) {
  .faculty-detail__item-title {
    width: 100%;
  }
}
.faculty-detail__item-title_main {
  font-weight: 600;
  font-size: 25px;
  line-height: 130%;
  color: var( --green-4 );
  width: 90%;
}
.faculty-detail__item-title_gray {
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.1px;
  color: var( --main );
  opacity: 0.7;
  padding-bottom: 8px;
  width: 90%;
}
.faculty-detail__item-tag {
  width: 40%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: -10px;
}
@media screen and (max-width: 991px) {
  .faculty-detail__item-tag {
    width: 100%;
    justify-content: flex-start;
    margin-top: 20px;
  }
}
@media screen and (max-width: 575px) {
  .faculty-detail__item-tag {
    width: 100%;
    justify-content: flex-start;
    margin: 20px -10px 0;
  }
}
.faculty-detail__item-tag span {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  /* identical to box height, or 154% */
  margin: 10px;
  letter-spacing: 0.25px;
  background: #FFFCFA;
  border-radius: 100px;
  color: var( --green-4 );
  padding: 2px 11px;
}
@media screen and (max-width: 575px) {
  .faculty-detail__item-tag span {
    margin: 5px;
  }
}
.faculty-detail__item-price {
  width: 20%;
  text-align: right;
  font-weight: 600;
  font-size: 31px;
  line-height: 130%;
  /* or 40px */
  display: flex;
  align-items: center;
  text-align: right;
  color: var( --main );
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1400px) {
  .faculty-detail__item-price {
    width: 30%;
  }
}
@media screen and (max-width: 575px) {
  .faculty-detail__item-price {
    width: 100%;
    justify-content: flex-start;
    margin-top: 24px;
  }
}
.faculty-detail__item-price div {
  margin-left: 10px;
}
.faculty-detail__item_mb {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 991px) {
  .faculty-detail__item_mb {
    flex-direction: column;
  }
}
.faculty-detail_bg {
  background-color: white;
  border-radius: 4px;
}
.faculty-detail__text {
  margin-bottom: 64px;
  width: 77%;
}
@media screen and (max-width: 992px) {
  .faculty-detail__text {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .faculty-detail__text {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 575px) {
  .faculty-detail__text {
    margin-bottom: 40px;
  }
}

.detail-news-text {
  display: flex;
  flex-direction: column;
}
.detail-news-text h4,
.detail-news-text h3,
.detail-news-text .h3-like {
  font-weight: 600;
  font-size: 25px;
  color: var( --main );
  margin-bottom: 16px;
}
@media screen and (max-width: 575px) {
  .detail-news-text h4,
.detail-news-text h3,
.detail-news-text .h3-like {
    font-size: 22px;
  }
}
.detail-news-text p {
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  color: var( --main );
  margin-bottom: 16px;
}
@media screen and (max-width: 575px) {
  .detail-news-text p {
    font-size: 22px;
  }
}
.detail-news-text p:nth-last-child(1) {
  margin-bottom: 0;
}
.detail-news-text ol, .detail-news-text ul {
  margin-bottom: 20px;
}
.detail-news-text li {
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.1px;
  color: var( --main );
}

.detail-news-list {
  margin-left: 20px;
}

.block_border {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  padding: 24px;
  display: flex;
}
@media screen and (max-width: 575px) {
  .block_border {
    flex-direction: column;
    padding: 16px 16px 24px;
  }
}

.media-detail-avatar {
  margin-right: 48px;
}
@media screen and (max-width: 575px) {
  .media-detail-avatar {
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
    margin-right: 0;
  }
}
.media-detail-avatar__img {
  border-radius: 50%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  width: 150px;
  height: 150px;
}
@media screen and (max-width: 992px) {
  .media-detail-avatar__img {
    width: 100px;
    height: 100px;
  }
}

.media-detail-info {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 575px) {
  .media-detail-info {
    font-size: 22px;
    align-items: center;
  }
}
.media-detail-info__title {
  max-width: 975px;
  font-weight: 600;
  font-size: 24px;
  color: var( --main );
  margin-bottom: 16px;
}
@media screen and (max-width: 575px) {
  .media-detail-info__title {
    font-size: 22px;
    text-align: center;
  }
}
.media-detail-info__author {
  font-weight: 400;
  font-size: 17px;
  color: #00203B;
}
@media screen and (max-width: 575px) {
  .media-detail-info__author {
    font-size: 22px;
  }
}

.swiper-detail-media {
  height: 564px;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .swiper-detail-media {
    height: 440px;
  }
}
@media screen and (max-width: 575px) {
  .swiper-detail-media {
    height: 300px;
  }
}
.swiper-detail-media__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-detail-media .swiper-slide {
  height: 100%;
}
.swiper-detail-media .swiper-wrapper {
  height: 100%;
}

.detail-events-description {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 64px;
}
@media screen and (max-width: 575px) {
  .detail-events-description {
    gap: 24px;
  }
}
@media screen and (max-width: 575px) {
  .detail-events-description {
    padding-bottom: 30px;
  }
}
.detail-events-description_between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.detail-events-description__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}
.detail-events-description_wrap {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  row-gap: 32px;
}
@media screen and (max-width: 575px) {
  .detail-events-description_wrap {
    row-gap: 24px;
  }
}
.detail-events-description_wrap .detail-events-description__item {
  width: 50%;
}
@media screen and (max-width: 575px) {
  .detail-events-description_wrap .detail-events-description__item {
    width: 100%;
  }
}
.detail-events-description_top {
  margin-top: 32px;
}
@media screen and (max-width: 575px) {
  .detail-events-description_top {
    margin-top: 10px;
  }
}
.detail-events-description .event1 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 3;
}
@media screen and (max-width: 575px) {
  .detail-events-description .event1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
.detail-events-description .event2 {
  grid-column-start: 1;
  grid-column-end: 2;
}
.detail-events-description .event3 {
  grid-column-start: 1;
  grid-column-end: 2;
}
.detail-events-description .event4 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 6;
  grid-row-end: 7;
}
@media screen and (max-width: 575px) {
  .detail-events-description .event4 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}
.detail-events-description .event7 {
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 6;
  grid-row-end: 7;
}
@media screen and (max-width: 575px) {
  .detail-events-description .event7 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}
.detail-events-description .event5 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
@media screen and (max-width: 575px) {
  .detail-events-description .event5 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}
.detail-events-description .event6 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: none;
}
@media screen and (max-width: 575px) {
  .detail-events-description .event6 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}

.detail-date__title {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.25;
  color: var( --main );
  opacity: 0.7;
  margin-bottom: 4px;
}

.detail-date__data {
  font-weight: 600;
  font-size: 25px;
  line-height: 140%;
  color: var( --main );
}

.detail-date__text {
  font-weight: 500;
  font-size: 17px;
  line-height: 140%;
  color: var( --main );
}

.link-with-img {
  font-weight: 500;
  font-size: 17px;
  line-height: 140%;
  color: var( --green-4 );
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.link-with-img .pi {
  margin-right: 8px;
}

.map_margin {
  margin-top: 16px;
  width: 100%;
  height: 564px;
}
@media screen and (max-width: 768px) {
  .map_margin {
    height: 440px;
  }
}
@media screen and (max-width: 575px) {
  .map_margin {
    height: 640px;
  }
}

.detail-structure-info {
  display: flex;
  flex-direction: column;
}
.detail-structure-info__button {
  width: 267px;
  padding: 19.5px 12px;
  background: var( --green-4 );
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media screen and (max-width: 650px) {
  .detail-structure-info__button {
    width: 100%;
  }
}

.detail-structure-info-row_border-none {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  padding: 24px 0;
}
@media screen and (max-width: 992px) {
  .detail-structure-info-row_border-none {
    flex-wrap: wrap;
    padding-bottom: 0;
  }
}

.detail-structure-info-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 24px;
  gap: 16px;
}
@media screen and (max-width: 992px) {
  .detail-structure-info-row {
    flex-wrap: wrap;
    padding-bottom: 0;
    gap: 0;
  }
}
.detail-structure-info-row_w25 {
  display: flex;
  flex-direction: column;
  width: 25%;
}
@media screen and (max-width: 992px) {
  .detail-structure-info-row_w25 {
    width: 50%;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 650px) {
  .detail-structure-info-row_w25 {
    width: 100%;
    margin-bottom: 16px;
  }
}
.detail-structure-info-row_w50 {
  display: flex;
  flex-direction: column;
  width: 50%;
  justify-content: flex-end;
}
@media screen and (max-width: 650px) {
  .detail-structure-info-row_w50 {
    width: 100%;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 575px) {
  .detail-structure-info-row_w50 {
    width: 100%;
    justify-content: flex-start;
  }
  .detail-structure-info-row_w50 .faculty-contact__info-adress_flex {
    justify-content: flex-start;
  }
}
.detail-structure-info-row_w50 .link-with-img {
  margin-top: 8px;
}

.detail-structure-info-row_p24 {
  padding: 24px 0px;
}
@media screen and (max-width: 650px) {
  .detail-structure-info-row_p24 {
    flex-wrap: wrap;
  }
}

.detail-date__profes {
  font-weight: 400;
  font-size: 17px;
  color: var( --main );
  opacity: 0.7;
}

.price-education {
  grid-template-columns: 1.5fr 1fr 1fr;
  display: grid;
  align-items: flex-start;
  margin-top: 16px;
}
@media screen and (max-width: 992px) {
  .price-education {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
}
@media screen and (max-width: 650px) {
  .price-education {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 24px;
  }
}

.price-education-sale {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 992px) {
  .price-education-sale {
    grid-column-start: 1;
    grid-column-end: 3;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 650px) {
  .price-education-sale {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-bottom: 0;
  }
}
.price-education-sale__text {
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.1px;
  color: var( --main );
}

.detail-date__data_mr10 {
  margin-right: 10px;
}

.title-slider-person {
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  color: var( --main );
}
@media screen and (max-width: 575px) {
  .title-slider-person {
    font-size: 22px;
    line-height: 140%;
  }
}

.job-slider-person {
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  color: var( --main );
  opacity: 0.5;
}

.programm-slider-card .faculty-contact__info-adress_flex {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .programm-slider-card .faculty-contact__info-adress_flex {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.programm-slider-card .faculty-contact__info-adress {
  margin-top: 24px;
  flex-direction: column;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .programm-slider-card .swiper-slide {
    justify-content: space-between;
  }
}

@media screen and (max-width: 575px) {
  .flex_no-reserse .slider-footer, .flex_no-reserse .slider-state, .reviews-event-slider-section .slider-footer, .reviews-event-slider-section .slider-state {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .flex_no-reserse .slider-progress, .reviews-event-slider-section .slider-progress {
    margin: auto;
  }
}
@media screen and (max-width: 575px) {
  .flex_no-reserse .slider-arrows, .reviews-event-slider-section .slider-arrows {
    margin-left: 40px !important;
  }
}

.img-slider-person {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
@media screen and (max-width: 992px) {
  .img-slider-person {
    width: 102px;
    height: 102px;
    margin-left: 0 !important;
    margin-bottom: 23px;
  }
}
@media screen and (max-width: 768px) {
  .img-slider-person {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 575px) {
  .img-slider-person {
    width: 102px;
    height: 102px;
  }
}

.event-slider-section .slider-container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .event-slider-section .slider-container {
    flex-direction: column-reverse;
  }
}
.event-slider-section .slider-container .slider-state {
  position: relative;
}
.event-slider-section .slider-container .slider-state .slider-counter {
  color: var( --main );
  position: absolute;
  bottom: -9px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var( --main );
}
.event-slider-section .slider-container .slider-arrows {
  margin-left: 20px;
}
.event-slider-section .swiper-slide {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  box-shadow: 0px 4px 34px rgba(0, 32, 59, 0.05);
  border-radius: 7px;
  padding: 32px;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 575px) {
  .event-slider-section .swiper-slide {
    flex-direction: column-reverse;
  }
}
.event-slider-section .media-news__title_mb {
  margin-bottom: 40px;
}
@media screen and (min-width: 993px) {
  .event-slider-section .container {
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .event-slider-section .container {
    padding: 0;
    max-width: calc(100% - 30px) !important;
  }
}

.event-slider__year-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: var( --main );
}

.flex_column-margin {
  margin-bottom: 32px;
}
@media screen and (max-width: 575px) {
  .flex_column-margin {
    margin-bottom: 24px;
  }
}

.event-slider__year {
  font-weight: 500;
  font-size: 25px;
  line-height: 150%;
  color: var( --main );
}

.reviews-event-slider-section .swiper-slide {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 7px;
  padding: 40px;
  height: auto;
  display: flex;
  flex-direction: column;
}
.reviews-event-slider-section .slider-container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .reviews-event-slider-section .slider-container {
    flex-direction: column-reverse;
  }
}
.reviews-event-slider-section .slider-container .slider-state {
  position: relative;
}
.reviews-event-slider-section .slider-container .slider-state .slider-counter {
  color: var( --main );
  position: absolute;
  bottom: -9px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var( --main );
}
.reviews-event-slider-section .slider-container .slider-arrows {
  margin-left: 20px;
}
.reviews-event-slider-section .media-news__title_mb {
  margin-bottom: 40px;
}
.reviews-event-slider-section .reviews-slider__name {
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  color: var( --main );
}
.reviews-event-slider-section .reviews-slider {
  box-shadow: 0px 4px 34px rgba(0, 32, 59, 0.05);
}
.reviews-event-slider-section .reviews-slider__descript {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1px;
  color: var( --main );
  opacity: 0.4;
  margin-top: 4px;
}

@media screen and (max-width: 650px) {
  .media-news__title_mb {
    font-size: 30px !important;
    line-height: 37px !important;
  }
}

.job-flag {
  display: flex;
  align-items: baseline;
}
.job-flag__img {
  margin-right: 13px;
}

.accordion-question .p-accordion-header {
  padding: 0 !important;
}

.title-h2_margin {
  margin-bottom: 24px;
}

.detail-events-description__img {
  font-weight: 500;
  font-size: 17px;
  display: flex;
  align-items: center;
  color: var( --green-4 );
}
.detail-events-description__img .pi {
  margin-right: 11px;
}

.research-detail {
  margin-bottom: 40px;
}
.research-detail h3, .research-detail .h3-like {
  margin-bottom: 0;
}
.research-detail .faculty-contact__info-person {
  margin-top: 16px;
}
.research-detail .faculty-contact-background {
  margin-right: 48px;
}
.research-detail .faculty-contact-background img {
  width: 164px;
  height: 164px;
}
@media screen and (max-width: 575px) {
  .research-detail .faculty-contact_padding {
    align-items: center;
    padding-bottom: 24px;
  }
}
.research-detail .faculty-contact__info {
  justify-content: center;
  width: 80%;
}
@media screen and (max-width: 575px) {
  .research-detail .faculty-contact__info {
    width: 100%;
    align-items: center;
  }
}
.research-detail .faculty-contact__info-name {
  max-width: 70%;
}
.research-detail .faculty-contact__info-person {
  max-width: 70%;
}

.research-detail-text p {
  margin-bottom: 16px;
}
.research-detail-text p:last-child {
  margin-bottom: 0;
}
.research-detail-text .faculty-detail__text {
  margin-bottom: 0;
  width: 80%;
}
@media screen and (max-width: 992px) {
  .research-detail-text .faculty-detail__text {
    width: 100%;
  }
}

.research-detail_white {
  background: #FFFCFA;
  padding-top: 56px;
  padding-bottom: 56px;
}
.research-detail_white .col_white {
  margin-bottom: 40px;
}
.research-detail_white .col_white:nth-last-child(1) {
  margin-bottom: 0;
}
.research-detail_white .text_dark {
  width: 95%;
  display: block;
}
.research-detail_white .text_dark p {
  margin-bottom: 16px;
}
.research-detail_white .text_dark p:last-child {
  margin-bottom: 0;
}

.research-detail-partners__info {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 3fr;
  grid-column-gap: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .research-detail-partners__info {
    grid-auto-rows: auto;
    grid-template-columns: 1fr;
    grid-row-gap: 24px;
  }
}

.research-detail-partners__img {
  display: flex;
  width: 200px;
  height: 110px;
  justify-content: center;
  align-items: baseline;
}
@media screen and (max-width: 575px) {
  .research-detail-partners__img {
    width: 103px;
    height: auto;
  }
  .research-detail-partners__img img {
    width: 100%;
  }
}

.research-detail-partners__text-flex {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 575px) {
  .research-detail {
    margin-bottom: 20px;
  }
}

.research-detail-partners__text {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .research-detail-partners__text {
    grid-auto-columns: auto;
    grid-template-columns: auto;
    grid-column-gap: 64px;
  }
}
@media screen and (max-width: 575px) {
  .research-detail-partners__text {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 36px;
  }
  .research-detail-partners__text .detail-date__text {
    word-break: break-all;
  }
}

.research-detail-partners__name {
  grid-column-start: 1;
  grid-column-end: 5;
  font-weight: 600;
  font-size: 25px;
  line-height: 125%;
  letter-spacing: 0.1px;
  color: var( --main );
}
@media screen and (min-width: 1200px) {
  .research-detail-partners__name {
    grid-column-end: 6;
  }
}
@media screen and (max-width: 768px) {
  .research-detail-partners__name {
    grid-column-end: 4;
  }
}
@media screen and (max-width: 575px) {
  .research-detail-partners__name {
    font-size: 22px;
    line-height: 140%;
    grid-column-end: 3;
  }
}

.partners-tabs__item-info_parent {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 575px) {
  .partners-tabs__item-info_parent {
    flex-direction: column;
    gap: 24px;
  }
}

.photos-detail {
  margin-bottom: 80px;
}
.photos-detail__container {
  display: grid;
  grid-gap: 24px;
}
@media screen and (max-width: 768px) {
  .photos-detail__container {
    grid-gap: 12px;
  }
}
.photos-detail__container .photos-column {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 312px 312px;
  grid-gap: 24px;
}
@media screen and (max-width: 1450px) {
  .photos-detail__container .photos-column {
    grid-template-rows: 270px 270px;
  }
}
@media screen and (max-width: 992px) {
  .photos-detail__container .photos-column {
    grid-template-rows: 226.5px 226.5px;
  }
}
@media screen and (max-width: 768px) {
  .photos-detail__container .photos-column {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 354px 354px 354px 354px;
    grid-gap: 12px;
  }
}
@media screen and (max-width: 575px) {
  .photos-detail__container .photos-column {
    grid-template-rows: 161px 161px 161px 161px;
  }
}
.photos-detail__container .photos-column img {
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}
.photos-detail__container .photos-column img:nth-child(1) {
  grid-column: 1/3;
  grid-row: 1/3;
  width: 100%;
  height: 100%;
}
.photos-detail__container .photos-column img:nth-child(2) {
  grid-column: 3/4;
  grid-row: 1/2;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .photos-detail__container .photos-column img:nth-child(2) {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
.photos-detail__container .photos-column img:nth-child(3) {
  grid-column: 4/5;
  grid-row: 1/2;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .photos-detail__container .photos-column img:nth-child(3) {
    grid-column: 2/3;
    grid-row: 3/4;
  }
}
.photos-detail__container .photos-column img:nth-child(4) {
  grid-column: 3/5;
  grid-row: 2/3;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .photos-detail__container .photos-column img:nth-child(4) {
    grid-column: 1/3;
    grid-row: 4/5;
  }
}
.photos-detail__container .photos-column-reverse {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 24px;
  grid-template-rows: 312px 312px;
}
@media screen and (max-width: 1450px) {
  .photos-detail__container .photos-column-reverse {
    grid-template-rows: 270px 270px;
  }
}
@media screen and (max-width: 992px) {
  .photos-detail__container .photos-column-reverse {
    grid-template-rows: 226.5px 226.5px;
  }
}
@media screen and (max-width: 768px) {
  .photos-detail__container .photos-column-reverse {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 354px 354px 354px 354px;
    grid-gap: 12px;
  }
}
@media screen and (max-width: 575px) {
  .photos-detail__container .photos-column-reverse {
    grid-template-rows: 161px 161px 161px 161px;
  }
}
.photos-detail__container .photos-column-reverse img {
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}
.photos-detail__container .photos-column-reverse img:nth-child(1) {
  grid-column: 1/3;
  grid-row: 1/2;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .photos-detail__container .photos-column-reverse img:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/3;
  }
}
.photos-detail__container .photos-column-reverse img:nth-child(2) {
  grid-column: 1/2;
  grid-row: 2/3;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .photos-detail__container .photos-column-reverse img:nth-child(2) {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
.photos-detail__container .photos-column-reverse img:nth-child(3) {
  grid-column: 2/3;
  grid-row: 2/3;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .photos-detail__container .photos-column-reverse img:nth-child(3) {
    grid-column: 2/3;
    grid-row: 3/4;
  }
}
.photos-detail__container .photos-column-reverse img:nth-child(4) {
  grid-column: 3/5;
  grid-row: 1/3;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .photos-detail__container .photos-column-reverse img:nth-child(4) {
    grid-column: 1/3;
    grid-row: 4/5;
  }
}

.detail-structure_no-margin, .price, .about-prof {
  margin-top: 0;
}
@media screen and (max-width: 575px) {
  .detail-structure_no-margin .col_white, .price .col_white, .about-prof .col_white {
    padding: 16px;
  }
}

.detail-structure_no-margin .media-news__title_mb, .price .media-news__title_mb, .reviews-event-slider-section .media-news__title_mb {
  margin-top: 0;
}
@media screen and (max-width: 575px) {
  .detail-structure_no-margin .col_white, .price .col_white, .reviews-event-slider-section .col_white {
    padding: 16px;
  }
}

.about-prof .media-news__title_mb {
  margin-top: 0;
}
@media screen and (max-width: 575px) {
  .about-prof .col_white {
    padding: 24px;
  }
}

.interview-preview h5 {
  margin-bottom: 16px;
}
.interview-preview p {
  margin-bottom: 16px;
}
.interview-preview p:last-child {
  margin-bottom: 0;
}
.interview-preview .interview-group {
  margin-bottom: 40px;
}
.interview-preview .interview-group:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 600px) {
  .flex_no-reserse.science-slider-section .slider-container {
    flex-direction: inherit;
  }
}

.accordion .p-accordion-tab:nth-last-child(1) .p-accordion-header-link {
  border: none;
}

.container.faculty-detail .faculty-detail__text ul {
  margin-left: 16px;
}

.story-slider .bio-slider .swiper-pagination {
  justify-content: flex-start;
}
.story-slider .bio-slider .swiper-slide {
  line-height: 160%;
}

.story-faculty-statistic .row {
  display: flex;
}
@media (max-width: 992px) {
  .story-faculty-statistic .row {
    flex-direction: column;
  }
  .story-faculty-statistic .row .col:nth-child(1) {
    margin-bottom: 10px;
  }
}
.story-faculty-statistic__text {
  font-weight: 500;
  font-size: 17px;
  line-height: 160%;
  letter-spacing: 0.1px;
  color: var( --main );
  opacity: 0.7;
  padding-right: 15px;
}
@media screen and (max-width: 575px) {
  .story-faculty-statistic .col .faculty-statistic__item {
    width: 100%;
  }
}

.gallery-link h3, .gallery-link .h3-like {
  font-weight: 600;
  font-size: 49px;
  line-height: 60px;
  color: var( --main );
  margin-bottom: 32px;
}
.gallery-link__line {
  width: 100%;
  position: relative;
  padding: 0px 40px;
}
.gallery-link__line .swiper-slide {
  padding: 10px 0;
  text-align: center;
}
.gallery-link__line .swiper-slide a {
  padding: 10px;
}
.gallery-link__swiper {
  background: #F8F8F8;
  border: 1px solid #E1E3E6;
  border-radius: 8px;
}
.gallery-link__swiper .swiper-slide {
  width: auto;
}
.gallery-link .swiper-button-next,
.gallery-link .swiper-button-prev {
  background: #FFFFFF;
  box-shadow: 0px 2px 4px -2px rgba(27, 46, 94, 0.08);
  border-radius: 5px;
  width: 24px;
  height: 24px;
  top: 50%;
  position: absolute;
  transform: translateY(10px);
}
.gallery-link .swiper-button-next {
  right: 0;
}
.gallery-link .swiper-button-prev {
  left: 0;
}
.gallery-link .swiper-button-next:after,
.gallery-link .swiper-button-prev:after {
  content: none;
}
.gallery-link .swiper-slide {
  margin: 4px 0px;
}
.gallery-link .swiper-slide a {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #757D8A;
}
.gallery-link .swiper-slide-active_new {
  background: #FFFFFF;
  box-shadow: 0px 4px 8px -6px rgba(27, 46, 94, 0.03), 0px 16px 8px -4px rgba(27, 46, 94, 0.03);
  border-radius: 8px;
}
.gallery-link .swiper-slide-active_new a {
  color: #4E73F8;
}
.gallery-link .swiper-wrapper {
  margin: 0px 5px;
}

.story-gallery .js-news_list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.story-gallery .js-news_list .js-news_item {
  width: calc(33.3% - 24px);
  height: 242px;
  border-radius: 10px;
  overflow: hidden;
  margin: 12px;
}
@media screen and (max-width: 992px) {
  .story-gallery .js-news_list .js-news_item {
    width: calc(50% - 24px);
    height: 300px;
  }
}
@media screen and (max-width: 575px) {
  .story-gallery .js-news_list .js-news_item {
    width: 100%;
    margin: 6px 12px;
    height: 220px;
  }
}
.story-gallery .js-news_list .js-news_item div {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.story-gallery .col {
  padding: 0;
}

@media (max-width: 992px) {
  .faculty-statistic_gallery {
    margin-top: 0px;
  }
}

@media screen and (max-width: 575px) {
  .bio-slider .swiper {
    padding-top: 90px;
  }
}
.bio-slider .faq-select {
  position: absolute;
  top: 0px;
  margin-top: 10px;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .bio-slider .swiper-pagination-bullet {
    height: 40px;
    padding-bottom: 16px;
    width: 100% !important;
    border-radius: 0;
    border-bottom: 1px solid rgba(36, 97, 255, 0.1);
  }
}
@media screen and (max-width: 575px) {
  .bio-slider .swiper-pagination-bullet:nth-last-child(1) {
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  .bio-slider .swiper-pagination {
    display: flex;
    flex-direction: column;
    gap: 16px;
    top: 85px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.05);
  }
}
.bio-slider .pe-3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.44px;
  color: var( --main );
}
@media screen and (max-width: 575px) {
  .bio-slider .bullet-active_line {
    color: #00203B !important;
  }
}
.bio-slider .faq-select__label {
  position: absolute;
  top: -9px;
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  letter-spacing: 0.2px;
  color: var( --main );
}
.bio-slider .open-droptown {
  border-color: var( --green-4 );
}
.bio-slider .open-droptown .faq-select__label {
  color: var( --green-4 );
}

.story-date {
  background-color: white;
  padding-top: 56px;
  padding-bottom: 48px;
}
@media screen and (max-width: 575px) {
  .story-date {
    padding: 24px 0;
  }
}
@media screen and (min-width: 576px) {
  .story-date .swiper-slide {
    width: 50%;
  }
}

.swiper-button-next:after, .swiper-button-prev:after {
  color: #318570;
}

.international-activities-photo .col {
  display: flex;
  flex-direction: column;
  border-radius: 4px;
}
.international-activities-photo__col {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.05);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .international-activities-photo__col {
    flex-direction: column;
    margin-bottom: 16px;
    border-radius: 4px;
  }
}
.international-activities-photo__col img {
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .international-activities-photo__col img {
    width: 100%;
  }
}
.international-activities-photo__revert {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.05);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .international-activities-photo__revert {
    flex-direction: column;
    border-radius: 4px;
  }
}
.international-activities-photo__revert img {
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .international-activities-photo__revert img {
    width: 100%;
  }
}
.international-activities-photo__text {
  width: 50%;
  padding: 48px 44px 58px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .international-activities-photo__text {
    width: 100%;
  }
}
.international-activities-photo__text-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 140%;
  color: var( --main );
  margin-bottom: 8px;
}
.international-activities-photo__text-info {
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.1px;
  color: var( --main );
  opacity: 0.7;
}

@media screen and (max-width: 992px) {
  .international-activities-links .col-lg-6 {
    margin-bottom: 24px;
  }
  .international-activities-links .col-lg-6:nth-last-child(1) {
    margin-bottom: 0;
  }
}
.international-activities-links .col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 24px;
}
@media screen and (max-width: 768px) {
  .international-activities-links .col {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    grid-row-gap: 24px;
  }
}
.international-activities-links .col a {
  height: 100%;
}
.international-activities-links__item {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  background: var( --green-4 );
  border-radius: 4px;
  position: relative;
  padding: 40px;
  min-height: 222px;
  overflow: hidden;
}
@media ( max-width: 1439px ) {
  .international-activities-links__item {
    padding: 32px;
  }
}
@media ( max-width: 992px ) {
  .international-activities-links__item {
    width: 100%;
    padding: 32px;
  }
}
@media ( max-width: 768px ) {
  .international-activities-links__item {
    min-height: auto;
    height: 135px;
    font-size: 22px;
    padding: 24px;
  }
}
.international-activities-links__item-text {
  color: white;
  font-weight: 700;
  font-size: 39px;
  line-height: 1.25;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .international-activities-links__item-text {
    font-size: 22px;
  }
}
.international-activities-links__item-bg {
  width: 325px;
  height: 325px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  background-position: center;
  top: -53px;
  right: -97px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .international-activities-links__item-bg {
    width: 200px;
    height: 200px;
    right: -50px;
    top: -25px;
  }
}

.international-activities-partners .faculty-student__item:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.international-activities-activity h3, .international-activities-activity .h3-like {
  font-weight: 600;
  font-size: 49px;
  line-height: 130%;
  letter-spacing: 0.1px;
  color: var( --main );
  margin-bottom: 40px;
}
@media screen and (max-width: 575px) {
  .international-activities-activity h3, .international-activities-activity .h3-like {
    font-size: 30px;
    line-height: 130%;
  }
}
.international-activities-activity .underline-link {
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.international-activities-activity__container {
  display: flex;
  flex-direction: column;
}
.international-activities-activity__container-item {
  background: #FFFFFF;
  padding: 40px;
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.international-activities-activity__container-item:nth-last-child(1) {
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .international-activities-activity__container-item {
    padding: 24px;
  }
}
.international-activities-activity__container-item-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 150%;
  letter-spacing: 0.1px;
  color: var( --main );
  margin-bottom: 24px;
  width: 85%;
}
@media screen and (max-width: 575px) {
  .international-activities-activity__container-item-title {
    font-size: 22px;
  }
}
.international-activities-activity__container-item-text {
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.1px;
  color: var( --main );
  opacity: 0.7;
  width: 85%;
}

.international-activities-contact {
  margin-bottom: 0;
}
.international-activities-contact .col {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.international-activities-contact .col .col-flex {
  width: 100%;
}
.international-activities-contact .col .col-flex .col {
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media screen and (max-width: 992px) {
  .international-activities-contact .col .col-flex .col {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 575px) {
  .international-activities-contact .col .col-flex .col {
    grid-template-columns: 1fr;
  }
}
.international-activities-contact .col .col-flex .col .faculty-statistic__item {
  width: calc(100% - 24px);
  margin: 0;
}
@media screen and (max-width: 575px) {
  .international-activities-contact .col .col-flex .col .faculty-statistic__item {
    width: 100%;
  }
}
.international-activities-contact__info {
  display: flex;
  flex-direction: column;
  margin: 0px 24px 64px 0;
}
.international-activities-contact__info-title {
  font-weight: 600;
  font-size: 49px;
  line-height: 130%;
  letter-spacing: 0.1px;
  color: var( --main );
  margin-bottom: 16px;
}
@media screen and (max-width: 575px) {
  .international-activities-contact__info-title {
    font-size: 30px;
  }
}
.international-activities-contact__info-text {
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.1px;
  color: var( --main );
  opacity: 0.7;
}
.international-activities-contact__contact {
  padding: 40px;
  filter: drop-shadow(0px 4px 34px rgba(0, 0, 0, 0.05));
  border-radius: 4px;
  background-color: white;
  background-repeat: no-repeat;
  background-position: right;
  display: flex;
  justify-content: space-between;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 575px) {
  .international-activities-contact__contact {
    flex-direction: column-reverse;
  }
}
.international-activities-contact__contact img {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
@media screen and (max-width: 575px) {
  .international-activities-contact__contact img {
    width: 100px;
    height: 100px;
  }
}
.international-activities-contact__contact-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 62%;
}
.international-activities-contact__contact .contact-info__header {
  display: flex;
  flex-direction: column;
}
.international-activities-contact__contact .contact-info__title {
  font-weight: 600;
  font-size: 25px;
  line-height: 140%;
  color: var( --main );
  margin-bottom: 8px;
}
.international-activities-contact__contact .contact-info__text {
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  color: var( --main );
  opacity: 0.5;
}
.international-activities-contact__contact .contact-info__phone {
  display: flex;
  align-items: flex-end;
  font-weight: 500;
  font-size: 16px;
  color: var( --main );
  margin-top: 24px;
}
.international-activities-contact__contact .contact-info__phone img {
  width: 17.5px;
  height: 17.5px;
  margin-right: 8px;
}
.international-activities-contact__contact .contact-info__mail {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: flex-end;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  color: var( --green-4 );
  margin-top: 8px;
}
.international-activities-contact__contact .contact-info__mail img {
  width: 17.5px;
  height: 17.5px;
  margin-right: 8px;
}
@media screen and (max-width: 575px) {
  .international-activities-contact__contact .contact-info__footer-img {
    margin-bottom: 24px;
  }
}

.international-associations__date {
  display: flex;
}

.international-associations__info {
  font-weight: 400;
  font-size: 17px;
  /* or 27px */
  color: #4d6377;
  opacity: 0.7;
}

.international-associations_line {
  border-bottom: 1px solid rgba(0, 32, 60, 0.1);
}

.international-associations__activity:nth-last-child(1) {
  padding-bottom: 0;
}

.international-associations__date,
.international-associations__activity {
  padding-bottom: 24px;
}

.international-associations__activity .detail-date__text_blue {
  font-weight: 600;
  font-size: 17px;
  line-height: 140%;
  color: var( --green-4 );
}

.international-associations__contact {
  padding-top: 24px;
}

.international-associations__title {
  font-weight: 600;
  font-size: 25px;
  line-height: 130%;
  padding-bottom: 24px;
}
@media screen and (max-width: 575px) {
  .international-associations__title {
    font-size: 22px;
  }
}

div.international-associations__title {
  color: var( --main );
}

.international-associations__title a, a.international-associations__title {
  color: var( --green-4 );
  font-weight: 600;
  font-size: 25px;
  line-height: 130%;
  padding-bottom: 24px;
}
@media screen and (max-width: 575px) {
  .international-associations__title a, a.international-associations__title {
    font-size: 22px;
  }
}

.international-associations__title2 {
  font-weight: 600;
  font-size: 17px;
  color: var( --main );
}
@media screen and (max-width: 768px) {
  .international-associations__title2 {
    margin-bottom: 16px;
  }
}

.international-associations .showmore-button {
  margin-bottom: 60px;
}
.international-associations b {
  margin-top: 40px;
  display: block;
}
.international-associations .col_white {
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
@media screen and (max-width: 575px) {
  .international-associations .col_white {
    padding-top: 24px;
    padding-bottom: 32px;
  }
}
.international-associations .international-associations__container {
  margin-bottom: 24px;
}
.international-associations .international-associations__container:nth-last-child(1) {
  margin-bottom: 64px;
}

.international-detail {
  padding: 40px;
}
.international-detail__title {
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 0.1px;
  color: var( --main );
}
.international-detail__info {
  display: flex;
  gap: 64px;
}
@media screen and (max-width: 768px) {
  .international-detail__info {
    flex-direction: column;
    gap: 24px;
  }
}
.international-detail .detail-date__text_ul li {
  font-weight: 500;
  color: var( --main );
}

.card-padding-reviews {
  padding: 40px !important;
}
@media screen and (max-width: 992px) {
  .card-padding-reviews {
    padding: 32px !important;
  }
}
@media screen and (max-width: 575px) {
  .card-padding-reviews {
    padding: 24px !important;
  }
}

.science-slider-section {
  background-color: #FFFFFF;
  padding-bottom: 56px;
}
.science-slider-section .row {
  margin: 0;
}
.science-slider-section h3, .science-slider-section .h3-like {
  font-weight: 600;
  font-size: 49px;
  line-height: 1.2;
  color: var( --main );
  margin-bottom: 40px;
  margin-top: 56px;
}
@media screen and (max-width: 575px) {
  .science-slider-section h3, .science-slider-section .h3-like {
    font-size: 30px;
  }
}
.science-slider-section .swiper-wrapper {
  padding-bottom: 20px;
}
.science-slider-section .slider-footer {
  margin-top: 0px;
}
.science-slider-section .swiper-slide {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  box-shadow: 0px 4px 34px rgba(0, 32, 59, 0.05);
  border-radius: 7px;
  padding: 32px;
  height: auto;
  display: flex;
  flex-direction: column;
}
.science-slider-section .swiper-slide__date {
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: var( --main );
}
.science-slider-section .swiper-slide__title {
  font-weight: 700;
  font-size: 25px;
  line-height: 32px;
  color: var( --main );
  margin-top: 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 575px) {
  .science-slider-section .swiper-slide__title {
    font-size: 22px;
  }
}
.science-slider-section .swiper-slide__authors {
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  color: var( --main );
}
.science-slider-section .slider-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .science-slider-section .slider-container {
    flex-direction: column-reverse;
  }
}
.science-slider-section .slider-container__more {
  height: 56px;
}
@media screen and (max-width: 600px) {
  .science-slider-section .slider-container__more {
    width: 100%;
  }
}
.science-slider-section .slider-container__more a {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: #FFFFFF;
  height: 100%;
  background: var( --main );
  border-radius: 4px;
  padding: 0px 40px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .science-slider-section .slider-container__more a {
    width: 100%;
    justify-content: center;
  }
}
.science-slider-section .slider-container .slider-state {
  position: relative;
}
.science-slider-section .slider-container .slider-state .slider-counter {
  color: var( --main );
  position: absolute;
  bottom: -9px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var( --main );
}
.science-slider-section .slider-container .slider-arrows {
  margin-left: 20px;
}
.science-slider-section .img-slider-person {
  border-radius: 50%;
  overflow: hidden;
}

.science-slider-section_transparent {
  background-color: transparent;
  padding-bottom: 0;
}
.science-slider-section_transparent .slider-container {
  justify-content: flex-end;
}
.science-slider-section_transparent .swiper-slide {
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 575px) {
  .science-slider-section_transparent .swiper-slide {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 993px) {
  .science-slider-section_transparent .container {
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .science-slider-section_transparent .container {
    padding: 0;
    max-width: calc(100% - 30px) !important;
  }
}
@media screen and (max-width: 575px) {
  .science-slider-section_transparent .faculty-contact__info-adress_flex {
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 0;
  }
}

.priority-research-title .faculty-detail__text {
  margin-bottom: 0;
}

.priority-research__info {
  display: flex;
  gap: 64px;
}
@media screen and (max-width: 992px) {
  .priority-research__info {
    flex-direction: column;
    gap: 24px;
  }
}

.priority-research__info-text {
  margin-top: 40px;
  color: rgba(0, 32, 60, 0.7);
  font-weight: 400;
  font-size: 17px;
}

.priority-research h4 {
  color: var( --green-4 );
  margin-bottom: 24px;
}
.priority-research .pso-showmore_button {
  margin-top: 48px;
}
@media screen and (max-width: 575px) {
  .priority-research .col_white {
    padding: 24px;
  }
}

.priority-research__container {
  margin-bottom: 24px;
}

.projects-list__container {
  display: grid;
  grid-gap: 24px;
}
.projects-list .showmore-button {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 992px) {
  .projects-list .col_white {
    padding: 40px;
  }
}

.projects-list__item {
  padding-bottom: 16px !important;
}
.projects-list__item-sticker {
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
}
.projects-list__item a.projects-list__item-title {
  color: var( --green-4 );
}
.projects-list__item .projects-list__item-title {
  color: var( --main );
}
.projects-list__item-title {
  font-weight: 600;
  font-size: 31px;
  line-height: 130%;
  color: var( --green-4 );
  margin-bottom: 24px;
  display: block;
}
@media screen and (max-width: 575px) {
  .projects-list__item-title {
    font-size: 22px;
  }
}
.projects-list__item-text {
  color: #4d6377;
  font-weight: 400;
  font-size: 17px;
  margin-top: 40px;
}
@media screen and (max-width: 575px) {
  .projects-list__item-text {
    margin-top: 32px;
  }
}
.projects-list__item-hashtag {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: var( --main );
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 8px;
  flex-wrap: wrap;
  margin-top: 24px;
}
@media screen and (max-width: 575px) {
  .projects-list__item-hashtag {
    flex-wrap: wrap;
    gap: 16px 24px;
  }
}
.projects-list__item-info {
  display: flex;
  gap: 64px;
}

@media screen and (max-width: 575px) {
  .projects-filters .mob-filter-button {
    margin-bottom: 0;
  }
}
.projects-filters .filters {
  padding: 32px 24px;
}
@media screen and (max-width: 575px) {
  .projects-filters .filters {
    margin-top: 40px;
  }
}
.projects-filters .filters-row {
  display: flex;
}
@media screen and (max-width: 768px) {
  .projects-filters .filters-row {
    flex-wrap: wrap;
    gap: 16px;
  }
  .projects-filters .filters-row::before {
    display: flex;
    content: none;
  }
}
.projects-filters .filters-col {
  width: 40%;
}
@media screen and (max-width: 992px) {
  .projects-filters .filters-col {
    width: 36%;
  }
}
@media screen and (max-width: 768px) {
  .projects-filters .filters-col {
    width: calc(50% - 8px);
    padding: 0 !important;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 575px) {
  .projects-filters .filters-col {
    width: 100%;
  }
}
.projects-filters .filters-bottom {
  width: 21.5%;
  margin-top: 0;
}
@media screen and (max-width: 992px) {
  .projects-filters .filters-bottom {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .projects-filters .filters-bottom {
    width: 40%;
    padding: 0;
  }
}
@media screen and (max-width: 575px) {
  .projects-filters .filters-bottom {
    width: 100%;
  }
}
.projects-filters .filters-bottom .filters-activity {
  display: flex;
  flex-direction: column;
  padding: 0 0 0 10px;
}
.projects-filters .filters-activity__find {
  padding: 19.5px 0;
  width: 100%;
}
.projects-filters .filters-activity__recordings {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .projects-filters .filters-activity__recordings {
    text-align: center;
  }
}

.filters-activity__recordings {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.44px;
  color: #80909e;
}

.scientists-cards .col_white {
  padding: 32px;
}
@media screen and (max-width: 575px) {
  .scientists-cards .col_white {
    padding: 24px;
  }
}
.scientists-cards__container {
  display: grid;
  gap: 16px 24px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .scientists-cards__container {
    grid-template-columns: 1fr;
  }
}
.scientists-cards__item {
  display: flex;
  gap: 16px;
}
.scientists-cards__item-w100 {
  width: 100%;
}
.scientists-cards__item-mail {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 575px) {
  .scientists-cards__item-mail {
    font-size: 15px;
  }
}
.scientists-cards__item-name {
  font-weight: 600;
  font-size: 25px;
  line-height: 130%;
  color: var( --green-4 );
  margin-bottom: 8px;
  width: 90%;
  display: block;
}
@media screen and (max-width: 575px) {
  .scientists-cards__item-name {
    font-size: 22px;
  }
}
.scientists-cards__item-post {
  width: 80%;
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  color: var( --main );
  opacity: 0.5;
  margin-bottom: 24px;
}
.scientists-cards__item-interes {
  display: flex;
  flex-direction: column;
}
.scientists-cards__item-interes-name {
  font-weight: 400;
  font-size: 12px;
  line-height: 28px;
  color: var( --main );
}
.scientists-cards__item-interes-circle {
  font-weight: 600;
  font-size: 14px;
  color: var( --main );
  max-width: 85%;
}
@media screen and (max-width: 768px) {
  .scientists-cards__item-interes-circle {
    max-width: 100%;
  }
}
.scientists-cards__item-avatar {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 992px) {
  .scientists-cards__item-avatar {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .scientists-cards__item-avatar {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 575px) {
  .scientists-cards__item-avatar {
    width: 100px;
    height: 100px;
    margin-bottom: 24px;
  }
}
.scientists-cards__showmore {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.scientists-cards__item-flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 575px) {
  .scientists-cards__item-flex {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 992px) {
  .scientists-cards .col_white {
    padding: 32px;
  }
}
@media screen and (max-width: 575px) {
  .scientists-cards .col_white {
    padding: 16px;
  }
}

.projects-list-participants .col_white {
  padding-bottom: 94px;
}
@media screen and (max-width: 575px) {
  .projects-list-participants .col_white {
    padding-bottom: 40px;
  }
}
.projects-list-participants .scientists-cards__item-name {
  color: var( --main );
}
.projects-list-participants .scientists-cards__showmore {
  margin-bottom: 50px;
}

.scientists-filters .filters-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 575px) {
  .scientists-filters .filters-row {
    grid-template-columns: 1fr;
  }
}
.scientists-filters .filter-w100 {
  grid-column: 1/3;
}
@media screen and (max-width: 575px) {
  .scientists-filters .filter-w100 {
    grid-column: 1/2;
  }
}
.scientists-filters .p-multiselect {
  width: 100%;
}
.scientists-filters .row::before {
  content: none;
}

.subject-articles__list-item {
  padding: 24px 0;
  border-bottom: 1px solid rgba(0, 32, 60, 0.1);
  display: flex;
}
.subject-articles__list-item-img {
  margin-right: 16px;
  color: var( --green-4 );
}
.subject-articles__title-text {
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.1px;
  color: var( --main );
  opacity: 0.7;
}

.publication-rules {
  margin-bottom: -63px;
}

.publication-rules__block1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 992px) {
  .publication-rules__block1 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .publication-rules__block1 {
    grid-template-columns: 1fr;
  }
}
.publication-rules__block1-item {
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  justify-content: flex-start;
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .publication-rules__block1-item {
    padding: 32px;
  }
}
@media screen and (max-width: 992px) {
  .publication-rules__block1-item:nth-last-child(1) {
    grid-column: 1/3;
  }
}
@media screen and (max-width: 992px) and (max-width: 768px) {
  .publication-rules__block1-item:nth-last-child(1) {
    grid-column: 1/2;
  }
}
.publication-rules__block1-text {
  font-weight: 400;
  font-size: 17px;
  line-height: 150%;
  color: var( --main );
}
.publication-rules__block1-bg {
  background-color: #FFFCFA;
  border-radius: 50%;
  padding: 12px;
  width: 48px;
  height: 48px;
  position: relative;
}
.publication-rules__block1-bg-img {
  color: var( --green-4 );
  position: absolute;
  top: 50%;
  height: calc(100% - 15px);
  left: 50%;
  transform: translate(-50%, -50%);
}
.publication-rules__block1 .link-with-arrow {
  margin-top: 8px;
}

.publication-rules__block2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: minmax(185px, 1fr);
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .publication-rules__block2 {
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
  }
}
.publication-rules__block2-item {
  background-color: white;
  padding: 32px;
}
@media screen and (max-width: 575px) {
  .publication-rules__block2-item {
    padding: 24px;
  }
}
.publication-rules__block2-item-link {
  position: relative;
  display: block;
  height: 100%;
}
.publication-rules__block2 .link-with-arrow {
  font-weight: 600;
  font-size: 30px;
  line-height: 130%;
  position: absolute;
  bottom: 0;
  color: var( --main );
  width: calc(100% - 60px);
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 575px) {
  .publication-rules__block2 .link-with-arrow {
    font-size: 22px;
    width: calc(100% - 40px);
  }
}
.publication-rules__block2-img {
  width: 42px;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  right: 0;
  top: 4px;
}
@media screen and (max-width: 991px) {
  .publication-rules__block2-img {
    width: 34px;
  }
}
@media screen and (max-width: 575px) {
  .publication-rules__block2-img {
    width: 24px;
  }
}

.editorial-board {
  background-color: #C2E2D7;
  padding-top: 56px;
  padding-bottom: 64px;
  margin-bottom: 0;
}
.editorial-board .scientists-cards__item-name {
  color: var( --main );
  width: 100%;
}
.editorial-board .scientists-cards__item-post {
  width: 100%;
}
.editorial-board .scientists-cards__item-flex {
  gap: 24px;
}
@media screen and (max-width: 575px) {
  .editorial-board .scientists-cards__item-flex {
    gap: 0;
  }
}

.best-articles .col_white {
  padding: 32px;
}
@media screen and (max-width: 575px) {
  .best-articles .col_white {
    padding: 24px;
  }
}
.best-articles .swiper-slide__data {
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: var( --main );
  opacity: 0.5;
  margin-bottom: 16px;
}
.best-articles .swiper-slide__info {
  font-weight: 700;
  font-size: 25px;
  line-height: 128%;
  color: var( --main );
}
@media screen and (max-width: 575px) {
  .best-articles .swiper-slide__info {
    font-size: 22px;
  }
}
.best-articles .swiper-slide {
  height: auto;
}
.best-articles .swiper-slide__person {
  font-weight: 500;
  font-size: 17px;
  line-height: 140%;
  color: var( --main );
  margin-top: 24px;
}
.best-articles .slider-footer {
  justify-content: space-between;
}
@media screen and (max-width: 575px) {
  .best-articles .slider-footer {
    flex-direction: column-reverse;
  }
}
.best-articles .slider-footer .showmore-button {
  padding: 18px 63px;
}
@media screen and (max-width: 575px) {
  .best-articles .slider-footer .slider-panel-group {
    margin-bottom: 40px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 575px) {
  .best-articles .slider-footer .slider-state {
    justify-content: center;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .best-articles .slider-footer .slider-arrows {
    margin-left: 40px !important;
  }
}

@media screen and (max-width: 575px) {
  .labsFilter .filters .filters-row {
    gap: 20px;
  }
}

.labs-mb_0 .container:nth-last-child(1) {
  margin-bottom: 0;
}

.labs .labs-info > * {
  font-weight: 500 !important;
  line-height: 160%;
  letter-spacing: 0.1px;
}

.labs-section .card > *, .labs-mb_0 .card > * {
  font-weight: 400 !important;
  line-height: 160%;
  letter-spacing: 0.1px;
}

.py-large.science-image-block {
  padding-top: 0px;
  margin-top: 48px;
  padding-bottom: 0;
}
.py-large.science-image-block .p {
  line-height: 160%;
  letter-spacing: 0.1px;
}
@media (max-width: 575px) {
  .py-large.science-image-block {
    margin-bottom: -20px;
  }
}

.journals-cards.section {
  margin: 48px 0 64px;
}

.journals-cards .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media screen and (max-width: 900px) {
  .journals-cards .row {
    grid-template-columns: 1fr;
  }
}
.journals-cards .journals-card {
  background: #FFF;
  box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.05);
  padding: 40px;
}
.journals-cards .journals-card:nth-child(3n-2) {
  background-image: url(../../assets/images/filology/announcement-decor1.svg);
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
.journals-cards .journals-card:nth-child(3n-1) {
  background-image: url(../../assets/images/ecological/announcement-decor2.svg);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: top;
}
.journals-cards .journals-card:nth-child(3n) {
  position: relative;
}
.journals-cards .journals-card:nth-child(3n)::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 250px;
  background-image: url(../../assets/images/contact-card.svg);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
  left: 0;
  bottom: 0;
  opacity: 0.7;
}
@media screen and (max-width: 900px) {
  .journals-cards .journals-card {
    padding: 32px;
  }
}
@media screen and (max-width: 575px) {
  .journals-cards .journals-card {
    padding: 24px;
  }
}
.journals-cards .journals-card__head {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media screen and (max-width: 575px) {
  .journals-cards .journals-card__head {
    flex-direction: column-reverse;
    gap: 16px;
    margin-bottom: 16px;
  }
}
.journals-cards .journals-card__head-img {
  background-color: #FFFCFA;
  border-radius: 50%;
  padding: 16px;
  width: 72px;
  height: 72px;
}
.journals-cards .journals-card__head-img img {
  width: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
.journals-cards .journals-card__head-title {
  color: var( --green-4 );
  font-feature-settings: "clig" off, "liga" off;
  display: flex;
  align-items: center;
  font-size: 25px;
  font-weight: 700;
  line-height: 128%;
}
@media screen and (max-width: 575px) {
  .journals-cards .journals-card__head-title {
    font-size: 22px;
  }
}
.journals-cards .journals-card__info {
  margin-bottom: 10px;
  color: var( --main );
  font-feature-settings: "clig" off, "liga" off;
  font-size: 17px;
  font-weight: 400;
  line-height: 141.176%;
}
.journals-cards .journals-card__info-title, .journals-cards .journals-card__info b {
  margin-right: 5px;
  color: var( --main );
  font-feature-settings: "clig" off, "liga" off;
  font-size: 17px;
  font-weight: 500;
  line-height: 141.176%;
  /* 141.176% */
}
.journals-cards .journals-card__info-subtitle {
  color: var( --main );
  font-feature-settings: "clig" off, "liga" off;
  font-size: 17px;
  font-weight: 400;
  line-height: 141.176%;
}
.journals-cards .journals-card__text {
  margin-top: 14px;
  color: var( --main );
  font-size: 17px;
  font-weight: 400;
  line-height: 160%;
  /* 27.2px */
  opacity: 0.7;
}

.comitet-slider-section {
  padding-bottom: 40px;
}
.comitet-slider-section .swiper {
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.05);
}
.comitet-slider-section .swiper-slide {
  display: flex;
}
@media screen and (max-width: 575px) {
  .comitet-slider-section .swiper-slide {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .comitet-slider-section .swiper-slide {
    padding: 24px;
  }
}
.comitet-slider-section .slider-footer {
  display: flex;
  position: absolute;
  right: 0px;
  z-index: 5;
  top: 0px;
  margin-top: 0;
}
.comitet-slider-section .slider-container {
  position: relative;
  margin-top: 40px;
}
.comitet-slider-section .slider-container .slider-state {
  position: relative;
}
.comitet-slider-section .slider-container .slider-state .slider-counter {
  color: var( --main );
  position: absolute;
  bottom: -9px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var( --main );
}
.comitet-slider-section .slider-arrows {
  margin-left: 20px;
}
.comitet-slider-section .swiper-wrapper {
  height: -moz-fit-content;
  height: fit-content;
}

.comitet-slider__img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin-right: 56px;
}
@media screen and (max-width: 768px) {
  .comitet-slider__img {
    width: 56px;
    height: 56px;
  }
}
@media screen and (max-width: 575px) {
  .comitet-slider__img {
    margin-bottom: 24px;
  }
}

.comitet-slider__info {
  display: flex;
  flex-direction: column;
}
.comitet-slider__info-name {
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  color: var( --main );
  padding-bottom: 24px;
}
@media screen and (max-width: 575px) {
  .comitet-slider__info-name {
    font-size: 22px;
  }
}
.comitet-slider__info-text {
  font-weight: 400;
  font-size: 17px;
  color: var( --main );
  opacity: 0.5;
  padding-bottom: 24px;
}
.comitet-slider__info-link {
  font-weight: 600;
  font-size: 13px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var( --main );
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 5px;
  border-bottom: 1px solid var( --green-4 );
  cursor: pointer;
}

.comitet-accordion .container {
  display: grid;
  grid-row-gap: 24px;
}
@media screen and (max-width: 992px) {
  .comitet-accordion .container {
    padding: 0;
  }
}
.comitet-accordion .p-accordion .p-accordion-header {
  padding: 0;
}
.comitet-accordion .row {
  background-color: #FFFCFA;
  padding-top: 56px;
  padding-bottom: 56px;
  margin: 0;
  width: 100%;
}

.comitet-accordion__hidden {
  margin-bottom: 40px;
  display: none;
  font-weight: 400;
  font-size: 17px;
  color: var( --main );
  opacity: 0.7;
  margin-top: 32px;
  margin-bottom: 40px;
}
.comitet-accordion__hidden p {
  margin-bottom: 16px;
}
.comitet-accordion__hidden p:last-child {
  margin-bottom: 0;
}
.comitet-accordion__hidden p:nth-last-child(1) {
  margin-bottom: 0;
}
.comitet-accordion__hidden .p-accordion .p-accordion-header-link {
  border: none !important;
  padding: 24px;
}
.comitet-accordion__hidden .p-accordion-tab {
  border: 1px solid #EBEBEB;
  margin-bottom: 16px;
}
.comitet-accordion__hidden ol,
.comitet-accordion__hidden ul {
  margin-left: 20px;
  padding: 0;
}
.comitet-accordion__hidden .p-accordion-tab {
  box-shadow: none;
}
.comitet-accordion__hidden .p-accordion-header {
  background-color: white;
}
.comitet-accordion__hidden .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
  background: white;
}
.comitet-accordion__hidden .p-accordion-tab:not(.p-accordion-tab-active) .p-accordion-header-link:focus {
  background-color: white;
}
.comitet-accordion__hidden .p-accordion-header-text {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.1px;
  color: var( --main );
}
@media screen and (max-width: 575px) {
  .comitet-accordion__hidden .p-accordion-header-text {
    font-size: 22px;
    line-height: 150%;
  }
}
.comitet-accordion__hidden .p-accordion-toggle-icon::before {
  color: var( --green-4 );
}
.comitet-accordion__hidden .p-accordion-content {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.1px;
  color: var( --main );
  opacity: 0.7;
}

.comitet-accordion__item {
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}

.comitet-accordion__item-title {
  font-weight: 600;
  font-size: 31px;
  line-height: 130%;
  color: var( --main );
}
@media screen and (max-width: 575px) {
  .comitet-accordion__item-title {
    font-size: 22px;
    line-height: 130%;
  }
}

.comitet-accordion__data {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 24px;
  gap: 64px;
}
@media screen and (max-width: 768px) {
  .comitet-accordion__data {
    flex-direction: column;
    gap: 24px;
  }
}
.comitet-accordion__data-item {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .comitet-accordion__data-item {
    width: 90%;
  }
  .comitet-accordion__data-item .comitet-accordion__data-item:nth-last-child(1) {
    margin-bottom: 0;
  }
}

.detail-date__post {
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  color: rgba(0, 32, 60, 0.5);
  margin-top: 4px;
  display: block;
}

.detail-date__mail {
  font-weight: 500;
  font-size: 17px;
  line-height: 140%;
  color: var( --green-4 );
}

.comitet-accordion__description {
  font-weight: 400;
  font-size: 17px;
  color: var( --main );
  opacity: 0.7;
  margin-top: 32px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .comitet-accordion__description {
    margin-top: 12px;
  }
}

.comitet-accordion__hidden-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 150%;
  /* identical to box height, or 38px */
  display: flex;
  align-items: center;
  letter-spacing: 0.1px;
  color: var( --main );
}

.comitet-accordion__facts ul {
  margin-top: 16px;
}

.comitet-accordion__hidden h4 {
  font-weight: 600;
  font-size: 25px;
  display: flex;
  align-items: center;
  letter-spacing: 0.1px;
  color: var( --main );
}
.comitet-accordion__hidden ul,
.comitet-accordion__hidden ol {
  margin-top: 16px;
}
.comitet-accordion__hidden li {
  font-weight: 400;
  font-size: 17px;
  line-height: 150%;
  letter-spacing: 0.1px;
  color: var( --main );
  opacity: 0.7;
}
.comitet-accordion__hidden .p-accordion {
  margin-bottom: 24px;
}

.comitet-slider-facts .row {
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .comitet-slider-facts .row {
    padding-bottom: 40px;
  }
}

.contact-comitet {
  margin-top: 0;
}

.pso-card__container-title {
  font-weight: 600;
  font-size: 31px;
  line-height: 130%;
  color: var( --green-4 );
}
@media screen and (max-width: 575px) {
  .pso-card__container-title {
    font-size: 22px;
  }
}

.pso-card-section {
  margin-top: 0;
}

.pso-card__container {
  display: grid;
  grid-row-gap: 16px;
}

.pso-card__container-item {
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}

.comitet .page-title--common {
  margin-bottom: 0;
}

.pso-showmore_button {
  width: 264px;
  padding: 19.5px 0;
  text-align: center;
  background: var( --green-4 );
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: #FFFFFF;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .pso-showmore_button {
    width: 100%;
  }
}

.pso-card-section .comitet-accordion__data {
  max-width: 80%;
}
.pso-card-section .comitet-accordion__data-autor:nth-child(1) {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .pso-card-section .comitet-accordion__data-item:nth-last-child(1) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 992px) {
  .pso-card-section .col_white {
    padding: 24px 24px;
  }
}

.pso-detail-idea__title {
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: #4d6377;
  margin-bottom: 16px;
}
.pso-detail-idea__text {
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 0.1px;
  color: var( --main );
  width: 85%;
}
@media screen and (max-width: 575px) {
  .pso-detail-idea__text {
    font-size: 22px;
  }
}

.pso-detail-story__container {
  display: flex;
  background-color: white;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  .pso-detail-story__container {
    flex-direction: column;
  }
}
.pso-detail-story__img {
  width: 48.6%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .pso-detail-story__img {
    width: 100%;
    height: 350px;
  }
}
.pso-detail-story__text {
  padding: 48px;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.1px;
  width: 51.4%;
  color: var( --main );
}
@media screen and (max-width: 992px) {
  .pso-detail-story__text {
    padding: 32px;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .pso-detail-story__text {
    padding: 24px 16px;
  }
}
.pso-detail-story__text p {
  color: var( --main );
  margin-bottom: 16px;
}
.pso-detail-story__text p:last-child {
  margin-bottom: 0;
}

.pso-detail-activity {
  margin-bottom: 0;
  padding-bottom: 56px;
  background: #FFFCFA;
}
.pso-detail-activity__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  grid-gap: 24px;
}
@media screen and (max-width: 768px) {
  .pso-detail-activity__container {
    grid-template-columns: 1fr;
  }
}
.pso-detail-activity__item {
  font-weight: 500;
  font-size: 25px;
  line-height: 150%;
  color: var( --main );
  background-color: white;
  border-radius: 4px;
  padding: 40px;
}
.pso-detail-activity__item:nth-last-child(1) {
  grid-column: 1/3;
}
@media screen and (max-width: 768px) {
  .pso-detail-activity__item:nth-last-child(1) {
    grid-column: 1/2;
  }
}
@media screen and (max-width: 768px) {
  .pso-detail-activity__item {
    padding: 32px;
  }
}
@media screen and (max-width: 575px) {
  .pso-detail-activity__item {
    padding: 24px;
    font-size: 22px;
  }
}
.pso-detail-activity .media__section-title {
  margin-top: 56px;
}
.pso-detail-activity__img {
  margin-bottom: 20px;
}

.pso-detail-purposes__container {
  display: grid;
  grid-auto-rows: auto;
  grid-row-gap: 24px;
}
.pso-detail-purposes__text {
  width: calc(100% - 50px);
  line-height: 150%;
}
.pso-detail-purposes__nums {
  flex-shrink: 0;
  color: var( --green-4 );
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  position: relative;
  border: 1px solid transparent;
  background-color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  box-shadow: 0 0 0 4px #fff;
  border-color: var( --green-4 );
  display: flex;
  justify-content: center;
  align-items: center;
}
.pso-detail-purposes__item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 24px;
  font-size: 17px;
}
.pso-detail-purposes__item:nth-last-child(1) {
  border-bottom: none;
  padding-bottom: 0;
}
.pso-detail-purposes .underline-link {
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  margin-top: 20px;
}

.gallery-photo {
  border-radius: 10px;
  max-height: 242px;
}

.pso-detail-events .swiper-wrapper {
  height: 100%;
}
.pso-detail-events .swiper-slide {
  background-color: #92B0FF;
  padding: 24px;
  height: auto;
  background-repeat: no-repeat;
}
.pso-detail-events .swiper-slide:nth-child(3n+1) {
  background-image: url(../../assets/images/news/icon1.png);
  background-position: 130% 130%;
}
.pso-detail-events .swiper-slide:nth-child(3n+2) {
  background-image: url(../../assets/images/news/icon3.png);
  background-position: 130% 80%;
}
.pso-detail-events .swiper-slide:nth-child(3n+3) {
  background-image: url(../../assets/images/news/icon3.png);
  background-position: -40% 80%;
}
.pso-detail-events .swiper-slide__title {
  font-weight: 600;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var( --main );
}
.pso-detail-events .swiper-slide__text {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: var( --main );
  padding-top: 24px;
  padding-bottom: 48px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .pso-detail-events .swiper-slide__text {
    font-size: 18px;
  }
}

.pso-detail-reviews-slider {
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.05);
}
.pso-detail-reviews .swiper-slide__info {
  margin-bottom: 24px;
}
.pso-detail-reviews .detail-date__text {
  margin-bottom: 4px;
}

.success-stories {
  margin-top: 0;
}
.success-stories__item_main {
  display: flex;
  position: relative;
  padding-bottom: 32px;
}
@media screen and (max-width: 575px) {
  .success-stories__item_main {
    flex-direction: column;
    padding-bottom: 24px;
  }
}
.success-stories_info-flex {
  display: flex;
  gap: 64px;
  margin-bottom: 16px;
}
@media screen and (max-width: 575px) {
  .success-stories_info-flex {
    flex-direction: column;
    gap: 16px;
  }
}
.success-stories__item {
  margin-bottom: 16px;
}
.success-stories .col_white {
  padding: 32px 40px 0;
}
@media screen and (max-width: 768px) {
  .success-stories .col_white {
    padding: 32px 32px 0;
  }
}
@media screen and (max-width: 575px) {
  .success-stories .col_white {
    padding: 24px 24px 0;
  }
}
.success-stories .text-slider {
  color: rgba(0, 32, 60, 0.7);
}
.success-stories__item_hidden {
  border-top: 1px solid #D9D9D9;
  padding: 32px 0;
}
.success-stories .detail-date__data {
  margin-bottom: 16px;
  display: block;
}
.success-stories__img {
  width: 56px;
  height: 56px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-right: 32px;
}
@media screen and (max-width: 575px) {
  .success-stories__img {
    margin-right: 0px;
    margin-bottom: 32px;
  }
}
.success-stories_info-title {
  font-weight: 600;
  font-size: 31px;
  line-height: 130%;
  color: var( --main );
  margin-bottom: 16px;
}
@media screen and (max-width: 575px) {
  .success-stories_info-title {
    font-size: 22px;
  }
}
.success-stories .pi {
  position: absolute;
  right: 0px;
  top: 0px;
}
.success-stories .pi::before {
  color: var( --green-4 );
}

.pso-detail-card .scientists-cards__item-name, .pso-detail-card .scientists-cards__item-post {
  width: 100%;
}
.pso-detail-card .detail-date__mail {
  display: flex;
  align-items: center;
}
.pso-detail-card .detail-date__mail:nth-last-child(1) {
  margin-top: 8px;
}
@media screen and (max-width: 575px) {
  .pso-detail-card .detail-date__mail {
    margin-bottom: 8px;
  }
}
.pso-detail-card .col_white {
  padding-bottom: 80px;
}
@media screen and (max-width: 575px) {
  .pso-detail-card .col_white {
    padding: 16px;
  }
}
.pso-detail-card .scientists-cards__item,
.pso-detail-card .scientists-cards__item-flex {
  width: 100%;
}
.pso-detail-card .scientists-cards__item-name {
  color: var( --main );
  font-size: 24px;
}
@media screen and (max-width: 575px) {
  .pso-detail-card .scientists-cards__item-name,
.pso-detail-card .scientists-cards__item-post {
    width: 100%;
  }
}
.pso-detail-card .scientists-cards__item-flex {
  display: grid;
  grid-template-columns: 1fr 150px;
  gap: 24px;
}
@media screen and (max-width: 575px) {
  .pso-detail-card .scientists-cards__item-flex {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 575px) {
  .pso-detail-card .scientists-cards__item-avatar {
    margin-bottom: 0;
  }
}

.pso-slider-section {
  margin-top: 0;
}
.pso-slider-section .row {
  background-color: transparent;
}
.pso-slider-section .slider-footer {
  left: 510px;
}
.pso-slider-section .swiper-slide__info {
  margin-bottom: 20px;
  color: rgba(0, 32, 60, 0.7);
}
.pso-slider-section .swiper-slide__info p {
  color: rgba(0, 32, 60, 0.7);
  margin-bottom: 16px;
}
.pso-slider-section .swiper-slide__info p:last-child {
  margin-bottom: 0;
}

.pso-slider_bg {
  display: flex;
  justify-content: flex-end;
  background-position-x: right !important;
}

.filter-project {
  margin-bottom: 32px;
}
.filter-project .filters-row.d-flex {
  flex-direction: row;
}
@media screen and (max-width: 575px) {
  .filter-project .filters-row.d-flex {
    flex-direction: column;
  }
}
.filter-project .filter-droptown {
  width: calc(100% - 235px);
}
@media screen and (max-width: 575px) {
  .filter-project .filter-droptown {
    width: 100%;
  }
}
.filter-project .filter-button {
  width: 235px;
}
@media screen and (max-width: 575px) {
  .filter-project .filter-button {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .filter-project .filters {
    margin-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  .filter-project .search-result {
    text-align: center;
  }
}

.media__section-header {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .media__section-header {
    margin-bottom: 20px;
  }
}
.media__section-header .col {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 575px) {
  .media__section-header .col {
    flex-direction: column;
    align-items: flex-start;
  }
}
.media__section-header .media__section-title {
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .media__section-title {
    margin-bottom: 16px;
  }
}

.media-news {
  margin-top: 0;
}
.media-news__container {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .media-news__container {
    grid-template-columns: 2fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .media-news__container {
    grid-template-columns: 1fr;
    width: 100%;
  }
}
.media-news__container-item {
  height: 375px;
  width: 100%;
  position: relative;
}
.media-news__container-item_bg {
  height: 100%;
  padding: 24px 24px;
}
.media-news__container-item .news-name {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.media-news__container-item:nth-child(1) .media-news__container-item_bg a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.media-news__container-item:nth-child(1) .news-date-time {
  font-weight: 600;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
  z-index: 2;
}
.media-news__container-item:nth-child(1) .news-name {
  font-weight: 600;
  font-size: 25px;
  line-height: 140%;
  color: #FFFFFF;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .media-news__container-item:nth-child(1) {
    height: 325px;
  }
}
.media-news__container-item:nth-child(1) {
  background-color: #318570;
}
.media-news__container-item:nth-child(2) {
  background-color: #318570;
}
@media screen and (max-width: 768px) {
  .media-news__container-item:nth-child(2) {
    display: none;
  }
}
.media-news__container-item:nth-child(3) {
  background-color: #318570;
}
@media screen and (max-width: 992px) {
  .media-news__container-item:nth-child(3) {
    display: none;
  }
}
.media-news__container-item:nth-child(3) .media-news__container-item_bg {
  height: 100%;
  background: url("../../assets/images/news/icon1.svg");
  background-repeat: no-repeat;
  background-position: 100% 70%;
}
.media-news__container-item:nth-child(2) .media-news__container-item_bg .media-news__container-item-link, .media-news__container-item:nth-child(3) .media-news__container-item_bg .media-news__container-item-link {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  z-index: 2;
}
.media-news__container-item:nth-child(2) .news-date-time, .media-news__container-item:nth-child(3) .news-date-time {
  font-weight: 600;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 32px;
  z-index: 2;
}
.media-news__container-item:nth-child(2) .news-name, .media-news__container-item:nth-child(3) .news-name {
  font-weight: 600;
  font-size: 25px;
  line-height: 140%;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  /* or 28px */
  letter-spacing: -0.01em;
  color: #FFFFFF;
  z-index: 2;
}
.media-news__all {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  text-align: right;
  letter-spacing: -0.01em;
  color: var( --main );
}
@media screen and (max-width: 575px) {
  .media-news__all {
    margin-top: 16px;
  }
}

.media-events__all {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  text-align: right;
  letter-spacing: -0.01em;
  color: var( --main );
}
.media-events__container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .media-events__container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .media-events__container {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 575px) {
  .media-events__container {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    grid-row-gap: 8px;
  }
}
.media-events__container_bg {
  background-color: #318570;
  position: relative;
}
@media (max-width: 767px) {
  .media-events__container_bg {
    border-radius: 4px;
  }
}
@media (max-width: 575px) {
  .media-events__container_bg {
    height: auto;
  }
}
.media-events__container_bg:nth-child(2n) .media-events__container-item {
  background: url("../../assets/images/filology/slide-waves.svg");
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: 90% top;
}
@media screen and (max-width: 992px) {
  .media-events__container_bg:nth-last-child(1) {
    display: none;
  }
}
.media-events__container-item {
  height: 375px;
  width: 100%;
  padding: 24px 24px;
}
@media (max-width: 767px) {
  .media-events__container-item {
    height: auto;
  }
}
@media (max-width: 575px) {
  .media-events__container-item {
    height: 100%;
  }
}
.media-events__container-item-link {
  display: flex;
  height: 100%;
}
.media-events__container-item-flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
}
.media-events__container-item-flex_top {
  display: flex;
  flex-direction: column;
}
.media-events__container-item-flex_bottom {
  display: flex;
  flex-direction: column;
  margin-top: 48px;
}
.media-events__container-item-flex_bottom div {
  font-weight: 400;
  font-size: 10px;
  line-height: 1.2;
  color: #FFFFFF;
  margin-bottom: 4px;
}
.media-events__container-item-flex_bottom div b {
  margin-left: 8px;
  font-weight: 600;
  font-size: 10px;
  line-height: 1.2;
  color: #FFFFFF;
}
.media-events__container-item-flex .news-date {
  font-weight: 600;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 32px;
}
.media-events__container-item-flex .news-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 767px) {
  .media-events__container-item-flex .news-title {
    font-size: 18px;
  }
}

.media-announcet__all {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  text-align: right;
  letter-spacing: -0.01em;
  color: var( --main );
}

.media-announcet-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 24px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .media-announcet-container {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    grid-row-gap: 16px;
  }
}

@media (max-width: 991px) {
  .media-announcet-col {
    margin-bottom: 16px !important;
  }
}

.media-announcet-footer {
  margin-top: auto;
  display: flex;
}

.media-announcet-item {
  display: flex;
  flex-direction: column;
  padding: 40px;
  background: #FFFFFF;
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.05);
  background-image: url("../../../frontend/assets/images/advertisements/card-bg.svg");
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  height: 100%;
  min-height: 270px;
}
@media (max-width: 1199px) {
  .media-announcet-item {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .media-announcet-item {
    padding: 24px;
    min-height: 220px;
  }
}
.media-announcet-item__title {
  font-weight: 600;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: var( --main );
  opacity: 0.5;
}
.media-announcet-item__info {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: var( --main );
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 16px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .media-announcet-item__info {
    font-size: 18px;
  }
}

.gallery-container {
  display: grid;
  grid-template-columns: 1.5fr 0.74fr 0.74fr;
  grid-template-rows: 0.7fr 0.7fr;
  grid-row-gap: 17px;
  grid-column-gap: 17px;
}
@media screen and (max-width: 991px) {
  .gallery-container {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1.5fr 0.72fr 0.72fr;
    grid-row-gap: 12px;
    grid-column-gap: 12px;
  }
}

.gallery-item {
  border-radius: 4px;
  overflow: hidden;
}
.gallery-item__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-item:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 3;
}
@media screen and (max-width: 991px) {
  .gallery-item:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
.gallery-item:nth-child(2) {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 1;
}
@media screen and (max-width: 991px) {
  .gallery-item:nth-child(2) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
.gallery-item:nth-child(3) {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 1;
}
@media screen and (max-width: 991px) {
  .gallery-item:nth-child(3) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
.gallery-item:nth-child(4) {
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 2;
}
@media screen and (max-width: 991px) {
  .gallery-item:nth-child(4) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
  }
}

.photos-list {
  margin-bottom: 24px;
}
.photos-list__item {
  margin-bottom: 24px;
}
.photos-list__loadmore .showmore-button {
  margin: 0 auto;
}

.photo-block {
  display: flex;
  flex-direction: column;
}
.photo-block__picture {
  height: 420px;
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .photo-block__picture {
    height: 304px;
  }
}
.photo-block__bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 21px;
}
.photo-block__text {
  width: calc(100% - 32px);
  padding-right: 35px;
  font-weight: 600;
  font-size: 25px;
  line-height: 140%;
  color: var( --green-4 );
}
@media (max-width: 767px) {
  .photo-block__text {
    font-size: 22px;
  }
}
.photo-block__icon {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.announcements .media-announcet-col {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .announcements .media-announcet-col {
    width: 100%;
  }
}
.announcements .media-announcet-footer {
  display: flex;
}
.announcements .underline-link {
  width: -moz-fit-content;
  width: fit-content;
}

.search-result-filter .filters-bottom {
  width: 100%;
  margin-top: 0;
}
.search-result-filter .filters-row {
  display: grid;
  grid-template-columns: 2.8fr 1.4fr 1fr;
  gap: 16px;
}
@media screen and (max-width: 992px) {
  .search-result-filter .filters-row {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 575px) {
  .search-result-filter .filters-row {
    grid-template-columns: 1fr;
  }
}
.search-result-filter .filters-col,
.search-result-filter .filters-activity {
  padding: 0 !important;
}
@media screen and (min-width: 993px) {
  .search-result-filter .filters-activity__find {
    padding: 0;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .search-result-filter .filters {
    margin-top: 40px;
  }
}

.search-result-list__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: var( --green-4 );
  max-width: 85%;
}
@media screen and (max-width: 768px) {
  .search-result-list__title {
    max-width: 100%;
  }
}
.search-result-list__text {
  font-weight: 400;
  font-size: 16px;
  color: var( --main );
  opacity: 0.7;
  margin-top: 16px;
  max-width: 85%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 768px) {
  .search-result-list__text {
    max-width: 100%;
  }
}
.search-result-list__item {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.search-result-list__item:not(:nth-child(1)) {
  margin-top: 40px;
}
.search-result-list__breadcrumb {
  max-width: 85%;
}
@media screen and (max-width: 768px) {
  .search-result-list__breadcrumb {
    max-width: 100%;
  }
}
.search-result-list .find-text {
  color: #2ECC71;
}
.search-result-list .filter-search {
  color: var( --main );
}

.structure-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  row-gap: 24px;
}
@media screen and (max-width: 768px) {
  .structure-card {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 575px) {
  .structure-card {
    row-gap: 24px;
  }
}
.structure-card .contacts-card {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 575px) {
  .structure-card .contacts-card {
    flex-direction: column-reverse;
  }
}
.structure-card .contacts-card__img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-left: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 992px) {
  .structure-card .contacts-card__img {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .structure-card .contacts-card__img {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 575px) {
  .structure-card .contacts-card__img {
    width: 100px;
    height: 100px;
    margin-left: 0;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 575px) {
  .structure-card .contacts-card__name {
    font-size: 22px;
  }
}

.structure-departments-list .js-load_more_container {
  margin-top: 48px;
}
.structure-departments-list .js-news_item {
  border-bottom: 1px solid rgba(0, 32, 60, 0.1);
}
.structure-departments-list .js-news_item:nth-last-child(1) {
  border-bottom: none;
}

.structure-labs-list .button {
  margin-top: 48px;
  padding: 19.5px 35px;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.structure-labs-list .js-news_item {
  border-bottom: 1px solid rgba(0, 32, 60, 0.1);
}
.structure-labs-list .js-news_item:nth-last-child(1) {
  border-bottom: none;
}

.structure-detail-contact__svg {
  margin-right: 11px;
  margin-left: 37px;
}
@media screen and (max-width: 575px) {
  .structure-detail-contact__svg {
    margin-left: 0px;
  }
}

.structure-detail-contact a.faculty-contact__info-adress_flex {
  font-weight: 500;
  font-size: 17px;
  line-height: 150%;
  color: var( --green-4 );
}
@media screen and (max-width: 575px) {
  .structure-detail-contact .faculty-contact__info-adress_flex {
    display: flex;
    justify-content: flex-start;
  }
}

.structure-detail-contact__container {
  display: flex;
}
@media screen and (max-width: 575px) {
  .structure-detail-contact__container {
    display: grid;
    grid-row-gap: 16px;
    justify-content: flex-start;
  }
}

.statistic-structure-detail {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 84px;
  grid-row-gap: 32px;
  margin-top: 64px;
}
@media screen and (max-width: 1450px) {
  .statistic-structure-detail {
    grid-column-gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .statistic-structure-detail {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 12px;
    grid-row-gap: 16px;
  }
}
@media screen and (max-width: 575px) {
  .statistic-structure-detail {
    grid-template-columns: 1fr;
  }
}
.statistic-structure-detail__item {
  border-bottom: 1px solid #ccd2d8;
  padding-bottom: 16px;
  display: flex;
  flex-direction: column;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1px;
  color: #4d6377;
}
.statistic-structure-detail__number {
  font-weight: 400;
  font-size: 49px;
  line-height: 59px;
  letter-spacing: 0.03em;
  color: var( --green-4 );
}

.docs-structure-more {
  margin-top: 32px;
  padding: 19.5px 76px;
}

.structure-slider__more {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: var( --main );
  display: flex;
  align-items: center;
  margin-top: 24px;
  cursor: pointer;
}

.docs-structure .col_white {
  padding: 48px 48px 32px;
}
@media screen and (max-width: 575px) {
  .docs-structure .col_white {
    padding: 24px 24px 8px;
  }
}

.structure-slider-section .link-with-arrow {
  width: -moz-fit-content;
  width: fit-content;
}

.tabs-contact-swiper {
  width: calc(100% - 120px);
  margin-left: 0;
}
@media screen and (max-width: 575px) {
  .tabs-contact-swiper {
    margin-left: auto;
  }
}
.tabs-contact-swiper .swiper-wrapper {
  align-items: center;
}
.tabs-contact-swiper .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .tabs-contact-swiper .swiper-slide {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.tabs-contact-swiper .swiper-slide__link {
  font-weight: 600;
  font-size: 49px;
  line-height: 1.2;
  color: #80909d;
  cursor: pointer;
  border-bottom: 1px solid transparent;
}
@media screen and (max-width: 575px) {
  .tabs-contact-swiper .swiper-slide__link {
    font-size: 30px;
    line-height: 110%;
    text-align: center;
  }
}
.tabs-contact-swiper .swiper-slide__link--active {
  border-bottom: 1px solid var( --green-4 );
  border-width: 3px;
  color: var( --main );
}

.swiper-tabs__container {
  position: relative;
  margin-bottom: 40px;
}
.swiper-tabs__container .swiper-button-next {
  right: 0;
}
.swiper-tabs__container .tabs-contact-swiper {
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 0% 95%, transparent 100%);
          mask-image: linear-gradient(to right, transparent 0%, black 0% 95%, transparent 100%);
}
.swiper-tabs__container .tabs-contact-swiper.isEnd {
  -webkit-mask-image: none;
          mask-image: none;
}
.swiper-tabs__container .swiper-button-prev {
  right: 55px;
  left: auto;
}
@media screen and (max-width: 575px) {
  .swiper-tabs__container .swiper-button-prev {
    right: auto;
    left: 0;
  }
}
.swiper-tabs__container .swiper-button-next, .swiper-tabs__container .swiper-button-prev {
  background-color: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.swiper-tabs__container .swiper-button-next::after, .swiper-tabs__container .swiper-button-prev::after {
  font-size: 1.1rem;
  font-weight: 600;
}
.swiper-tabs__container .navigation-container {
  position: absolute;
  width: 120px;
  top: 50%;
  transform: translateY(-50%);
  height: calc(100% - 40px);
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 575px) {
  .swiper-tabs__container .navigation-container {
    background-image: none;
    width: 100%;
  }
}

.tabs-contact {
  margin-top: 95px;
}
@media screen and (max-width: 992px) {
  .tabs-contact {
    margin-top: 64px;
  }
}

.class-schedule__tabs {
  display: flex;
  background: #FFFCFA;
  border: 1px solid #E1E3E6;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px;
}
@media screen and (max-width: 575px) {
  .class-schedule__tabs {
    width: 100%;
  }
}
.class-schedule__tabs-item {
  padding: 13px 32px;
  cursor: pointer;
  font-size: 14px;
}
@media screen and (max-width: 575px) {
  .class-schedule__tabs-item {
    padding: 13px 6px;
    width: 50%;
  }
}
.class-schedule__tabs-item-title {
  color: #757D8A;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
}
.class-schedule__tabs-item-data {
  color: #99a6b1;
  margin-top: 8px;
  text-align: center;
}

.class-schedule__tabs-item-active {
  background-color: white;
  box-shadow: 0px 4px 8px -6px rgba(27, 46, 94, 0.03), 0px 16px 8px -4px rgba(27, 46, 94, 0.03);
  border-radius: 4px;
}
.class-schedule__tabs-item-active .class-schedule__tabs-item-title {
  color: var( --green-4 );
}

.class-schedule__days-table {
  margin-top: 22px;
  border-radius: 4px;
  border: 1px solid #E1E3E6;
  padding: 0;
}

.class-schedule__days-name {
  background: #FFFCFA;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  text-transform: uppercase;
  color: var( --main );
  padding: 20px 24px;
}
.class-schedule__days-info {
  display: grid;
  grid-template-columns: 0.6fr 1fr 0.8fr 0.8fr 0.5fr;
}
@media screen and (max-width: 768px) {
  .class-schedule__days-info {
    grid-template-columns: 1fr;
  }
}
.class-schedule__days-text {
  padding: 20px 24px;
}
.class-schedule__days-text_bolder {
  font-weight: 500;
}

.projects-info__title {
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 0.1px;
  color: var( --main );
  margin-bottom: 16px;
}
@media screen and (max-width: 575px) {
  .projects-info__title {
    font-size: 22px;
    line-height: 150%;
  }
}
.projects-info__text {
  font-weight: 400;
  font-size: 17px;
  color: #4d6376;
  line-height: 160%;
}

.container_max75 {
  width: 75%;
}
@media screen and (max-width: 992px) {
  .container_max75 {
    width: 100%;
  }
}
.container_max75 .pso-detail-idea__text {
  width: 100%;
}
.container_max75 .pso-detail-idea__text li {
  line-height: 160%;
}

.projects-purposes {
  background: #C2E2D7;
}
.projects-purposes .title-h2 {
  margin-top: 56px;
}
.projects-purposes .pso-detail-purposes__nums {
  background: transparent;
  box-shadow: none;
}
.projects-purposes .pso-detail-purposes__container {
  margin-bottom: 56px;
}

.pso-detail-purposes__title {
  font-weight: 600;
}

.pso-detail-idea__list {
  width: 85%;
}
.pso-detail-idea__list li,
.pso-detail-idea__list b {
  color: var( --main ) !important;
  margin-bottom: 10px;
}
.pso-detail-idea__list li:nth-last-child(1),
.pso-detail-idea__list b:nth-last-child(1) {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .pso-detail-idea__list {
    width: 95%;
  }
}

.pso-detail-idea .pso-detail-idea__title {
  margin-bottom: 16px;
  display: block;
}
@media screen and (max-width: 992px) {
  .pso-detail-idea .pso-detail-idea__text {
    width: 100%;
  }
}

.projects-contact {
  margin-top: 0;
}

.pso-detail-results .pso-detail-purposes__item {
  justify-content: flex-start;
}
.pso-detail-results .pso-detail-purposes__item:nth-last-child(1) {
  padding-bottom: 0;
}
.pso-detail-results .pso-detail-purposes__text :nth-child(1) {
  margin-bottom: 8px;
  font-weight: 600;
}
.pso-detail-results .pso-detail-purposes__text {
  width: 85%;
  margin-left: 32px;
}
@media screen and (max-width: 992px) {
  .pso-detail-results .pso-detail-purposes__text {
    width: 95%;
  }
}

.pso-detail-purposes__text .pso-detail-purposes__title {
  margin-bottom: 8px;
}

.class-schedule__days-container {
  background-color: white;
}
@media screen and (max-width: 768px) {
  .class-schedule__days-container {
    border-bottom: 1px solid #E1E3E6;
  }
}
@media screen and (max-width: 768px) {
  .class-schedule__days-container:nth-last-child(1) {
    border-bottom: none;
  }
}

.class-schedule-filter {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
}
.class-schedule-filter .filters-col {
  padding: 0 !important;
}
@media screen and (max-width: 992px) {
  .class-schedule-filter {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
}
@media screen and (max-width: 575px) {
  .class-schedule-filter {
    grid-template-columns: 1fr;
  }
}

.class-schedule-filter-block {
  margin-top: 0;
}
@media screen and (max-width: 575px) {
  .class-schedule-filter-block .filters-mob {
    margin-top: 24px;
  }
}

.tutors-tabs-swiper {
  width: 100%;
}
@media screen and (max-width: 575px) {
  .tutors-tabs-swiper {
    padding: 0px 40px;
  }
}
.tutors-tabs-swiper .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 575px) {
  .tutors-tabs-swiper .swiper-slide {
    display: flex;
  }
}
.tutors-tabs-swiper .swiper-wrapper,
.tutors-tabs-swiper .swiper-slide {
  height: 100%;
}
.tutors-tabs-swiper .swiper-button-next {
  right: 0;
}
.tutors-tabs-swiper .swiper-button-prev {
  left: 0;
}
@media screen and (min-width: 575px) {
  .tutors-tabs-swiper .swiper-button-next,
.tutors-tabs-swiper .swiper-button-prev {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .tutors-tabs-swiper .swiper-button-next,
.tutors-tabs-swiper .swiper-button-prev {
    background: #FFFFFF;
    border-radius: 50%;
    width: 40px;
    height: 40px;
  }
  .tutors-tabs-swiper .swiper-button-next::after,
.tutors-tabs-swiper .swiper-button-prev::after {
    font-size: 15px;
    font-weight: 600;
  }
}

.tutors-tabs-link {
  display: flex;
  justify-content: flex-start;
  gap: 48px;
}
.tutors-tabs-link__name {
  font-weight: 600;
  font-size: 49px;
  line-height: 60px;
  color: #80909d;
  cursor: pointer;
  height: 100%;
}
@media screen and (max-width: 575px) {
  .tutors-tabs-link__name {
    font-size: 22px;
    line-height: 110%;
    text-align: center;
  }
}
.tutors-tabs-link .tutors-tabs-link__line {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding-bottom: 1rem;
  border-bottom: 3px solid transparent;
}
.tutors-tabs-link_active .tutors-tabs-link__line {
  color: var( --main );
  border-bottom: 3px solid var( --green-4 );
}

.tutors-tabs__block {
  margin-top: 40px;
  display: grid;
  gap: 24px;
}
.tutors-tabs__block .showmore-button {
  width: -moz-fit-content;
  width: fit-content;
}

.tutors-tabs__container {
  display: grid;
  grid-gap: 24px;
}

.tutors-tabs__item {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 575px) {
  .tutors-tabs__item {
    flex-direction: column;
    gap: 24px;
  }
}
.tutors-tabs__item-info {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.tutors-tabs__item-info_border {
  border-bottom: 1px solid rgba(0, 32, 60, 0.1);
  padding-bottom: 32px;
}
.tutors-tabs__item-activity {
  margin-top: 32px;
}
.tutors-tabs__item-activity-title {
  font-weight: 600;
  font-size: 25px;
  color: var( --main );
  margin-bottom: 8px;
  display: block;
}
@media screen and (max-width: 575px) {
  .tutors-tabs__item-activity-title {
    font-size: 22px;
    width: 90%;
  }
}
.tutors-tabs__item-activity_ul li {
  color: var( --main );
}
.tutors-tabs__item-img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.tutors-tabs__item-name {
  font-weight: 600;
  font-size: 31px;
  line-height: 130%;
  color: var( --main );
  margin-bottom: 8px;
}
@media screen and (max-width: 575px) {
  .tutors-tabs__item-name {
    font-size: 22px;
  }
}
.tutors-tabs__item-post {
  color: rgba(0, 32, 60, 0.7);
  font-weight: 400;
  font-size: 17px;
  line-height: 150%;
  margin-bottom: 16px;
}
.tutors-tabs__item .detail-date__title {
  margin-top: 16px;
}

.more {
  font-weight: 600;
  font-size: 13px;
  line-height: 140%;
  /* or 18px */
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  /* Solid/main */
  color: var( --main );
  padding-bottom: 6px;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
}

.tutors-tabs__more {
  margin-top: 40px;
}

.form-connection {
  background-color: #C2E2D7;
  padding: 56px 0 64px;
  margin-bottom: 0;
}

.form-connection__form {
  display: flex;
  gap: 84px;
}
@media screen and (max-width: 992px) {
  .form-connection__form {
    flex-direction: column;
    gap: 32px;
  }
}
.form-connection__form-text {
  max-width: 364px;
}
@media screen and (max-width: 992px) {
  .form-connection__form-text {
    max-width: 632px;
  }
}
.form-connection__form .p-inputtext {
  background: transparent;
}
.form-connection__form .filter__label {
  color: rgba(0, 32, 60, 0.4);
  background-color: #C2E2D7 !important;
}
.form-connection__form .p-float-label input:focus ~ .filter__label {
  background-color: #C2E2D7 !important;
}
.form-connection__form .p-inputtextarea {
  resize: none;
}

.form-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
}
.form-grid .p-inputtextarea {
  grid-column: 1/3;
}
@media screen and (max-width: 575px) {
  .form-grid .p-inputtextarea {
    grid-column: 1/2;
  }
}
@media screen and (max-width: 575px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
}

.form-button {
  border: none;
  border-radius: 4px !important;
  max-width: 264px;
  cursor: pointer;
}

.errortext {
  margin-top: 32px;
  display: block;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}

.certification-system {
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .certification-system {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 575px) {
  .certification-system {
    margin-bottom: 44px;
  }
}
.certification-system__table {
  display: flex;
  flex-direction: column;
  max-width: 982px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .certification-system__table {
    max-width: 100%;
  }
}
.certification-system th,
.certification-system td {
  text-align: left;
  padding: 20px 24px;
}
@media screen and (max-width: 992px) {
  .certification-system .row {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 992px) {
  .certification-system .mw-73 {
    padding: 0;
  }
}
.certification-system .faculty-detail__text {
  width: 100%;
}
.certification-system__container {
  border: 1px solid #E1E3E6;
  border-radius: 4px;
}
.certification-system__table-row {
  display: grid;
  grid-template-columns: 0.92fr 0.995fr 1fr;
}
.certification-system__table-row_head {
  background-color: #FFFCFA;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  text-transform: uppercase;
  color: var( --main );
  border-bottom: 1px solid #E1E3E6;
}
.certification-system__table-row_head div {
  padding: 20px 24px;
}
@media screen and (max-width: 575px) {
  .certification-system__table-row_head {
    font-size: 15px;
  }
}
.certification-system__table-row_data {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var( --main );
  background: #FFFFFF;
}
.certification-system__table-row_data div {
  padding: 20px 24px;
}
.certification-docs .text_dark {
  opacity: 0.7;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .certification-docs .title_h3 {
    font-size: 25px;
  }
}
.certification-docs__list {
  background: var( --green-4 );
  border-radius: 4px;
}
.certification-docs__list .docs__item {
  border-bottom: none;
  padding: 24px 30px;
}
.certification-docs__list .docs__item-size {
  opacity: 0.7;
}
.certification-docs__text {
  gap: 32px;
  display: flex;
  flex-direction: column;
}

.mw-73 {
  max-width: 76%;
  width: 100%;
}
@media screen and (max-width: 1450px) {
  .mw-73 {
    max-width: 72%;
  }
}
@media screen and (max-width: 992px) {
  .mw-73 {
    max-width: 100%;
  }
}

.certification-accordion {
  margin-top: 32px;
}
.certification-accordion .p-highlight .p-accordion-header-link {
  border-bottom: 1px solid rgba(0, 32, 60, 0.1);
  border-color: rgba(0, 32, 60, 0.1) !important;
}
.certification-accordion .p-accordion-tab:last-child .p-accordion-header:not(.p-highlight) .p-accordion-header-link,
.certification-accordion .accordion .p-accordion-header:not(.p-highlight):not(.p-disabled) .p-accordion-header-link {
  border-bottom: none;
}
.certification-accordion .accordion .p-accordion-header-text {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1px;
  color: var( --green-4 );
  text-transform: uppercase;
}
.certification-accordion .p-accordion-content {
  gap: 16px;
}
.certification-accordion-text {
  font-weight: 400;
  font-size: 17px;
  /* or 27px */
  letter-spacing: 0.1px;
  color: #4B6177;
}
.certification-accordion .accordion .p-accordion-content {
  display: flex;
  flex-direction: column;
  opacity: 1;
}
.certification-accordion-text_bold {
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.1px;
  color: #4B6177;
}
.certification-accordion .p-accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pso-events .pso-detail-events {
  height: 100%;
}

.project-life {
  display: flex;
  gap: 48px;
}
@media screen and (max-width: 575px) {
  .project-life {
    flex-direction: column;
    gap: 16px;
  }
}
.project-life .project-life__item {
  padding-right: 48px;
}
@media screen and (max-width: 575px) {
  .project-life .project-life__item {
    padding-right: 0;
    padding-bottom: 16px;
  }
}

.project-life-text {
  opacity: 0.7;
}

.faculty-detail_mb {
  margin-bottom: 0px;
}

.practice-reports-list {
  margin-top: 24px;
}

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

.best-cases-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.best-cases-list__item {
  padding: 32px;
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .best-cases-list__item {
    padding: 24px;
  }
}
.best-cases-list .title_h3 {
  margin: 0;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 575px) {
  .best-cases-list .title_h3 {
    font-size: 22px;
  }
}
.best-cases-list__item-tags {
  display: flex;
  justify-content: flex-start;
  gap: 105px;
  margin-top: 31px;
}
@media screen and (max-width: 991px) {
  .best-cases-list__item-tags {
    flex-direction: column;
    gap: 24px;
  }
}

.coursework-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.coursework-list__item {
  padding: 32px 0 22px;
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
@media screen and (max-width: 575px) {
  .coursework-list__item {
    padding: 24px 0 22px;
  }
}
.coursework-list__item-title {
  border-bottom: 1px solid #D9D9D9;
  padding: 0 32px 32px;
}
@media screen and (max-width: 575px) {
  .coursework-list__item-title {
    padding: 0 24px 20px;
  }
}
.coursework-list__item-files {
  display: flex;
  padding: 22px 32px 0;
  gap: 32px;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  .coursework-list__item-files {
    flex-wrap: wrap;
    row-gap: 16px;
    padding: 16px 24px 0;
  }
}
.coursework-list .pi {
  margin-right: 8px;
}
.coursework-list__item-download, .coursework-list__item-viewing {
  color: var( --green-4 );
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.coursework-list__item-size {
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  color: var( --main );
  opacity: 0.5;
}
@media screen and (max-width: 575px) {
  .coursework-list__item-size {
    width: 100%;
  }
}
.coursework-list .showmore-button {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 575px) {
  .coursework-list .showmore-button {
    width: 100%;
  }
}

.coursework-competencies__container {
  padding: 40px;
}
@media screen and (max-width: 575px) {
  .coursework-competencies__container {
    padding: 40px 24px;
  }
}

.evaluation-criteria__accordions {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.evaluation-criteria__accordions .p-accordion-header-link {
  border: none !important;
}
.evaluation-criteria__accordions .p-highlight .p-accordion-header-link {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.evaluation-criteria__accordions .accordion .p-accordion-header-text {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}

.evaluation-criteria-text_bold {
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.1px;
  color: #4B6177;
}

.evaluation-criteria-text {
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.1px;
  color: #4B6177;
}

@media screen and (max-width: 575px) {
  .coursework-filte_mt {
    margin-top: 40px;
  }
}

.best-coursework .detail-date__text {
  font-size: 17px;
}
.best-coursework .detail-date__title {
  font-size: 14px;
}
.best-coursework__item-download-flex {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 575px) {
  .best-coursework__item-download-flex {
    flex-direction: column;
    gap: 16px;
  }
}
.best-coursework__item {
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
.best-coursework__list {
  display: grid;
  gap: 24px;
}
@media screen and (min-width: 1450px) {
  .best-coursework__list {
    gap: 52px;
  }
}
@media screen and (max-width: 1400px) {
  .best-coursework__list {
    gap: 24px;
  }
}
@media screen and (max-width: 575px) {
  .best-coursework__list {
    gap: 16px;
  }
}
.best-coursework__item-tag {
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
}
.best-coursework__item-title {
  font-weight: 600;
  font-size: 31px;
  line-height: 130%;
  color: var( --main );
  margin-bottom: 16px;
}
@media screen and (max-width: 575px) {
  .best-coursework__item-title {
    font-size: 22px;
  }
}
.best-coursework__item-text {
  font-weight: 400;
  font-size: 17px;
  color: var( --main );
  opacity: 0.7;
  margin-bottom: 24px;
}
.best-coursework__item-info-container {
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .best-coursework__item-info-container {
    flex-direction: column;
    gap: 24px;
  }
}
.best-coursework__item-info {
  padding-bottom: 40px;
  border-bottom: 1px solid #D9D9D9;
}
.best-coursework__item-download {
  margin-top: 22px;
  font-weight: 600;
  font-size: 13px;
  display: block;
  text-transform: uppercase;
  color: var( --green-4 );
  cursor: pointer;
}
.best-coursework__item-download .pi {
  margin-right: 8px;
}

.best-coursework-filter {
  width: 100%;
  display: grid;
  grid-template-columns: 1.4fr 1.4fr 1.4fr 1fr;
  gap: 16px;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .best-coursework-filter {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 0.85fr 0.85fr 1fr;
  }
}
@media screen and (max-width: 575px) {
  .best-coursework-filter {
    grid-template-columns: 1fr;
    grid-template-rows: 0.85fr 0.85fr 0.85fr 1fr;
  }
}
@media screen and (max-width: 991px) {
  .best-coursework-filter .filters-col_mb-100 {
    grid-column: 1/3;
  }
}
@media screen and (max-width: 575px) {
  .best-coursework-filter .filters-col_mb-100 {
    grid-column: 1/2;
  }
}
.best-coursework-filter .filters-col {
  padding: 0 !important;
}
@media screen and (max-width: 991px) {
  .best-coursework-filter .filter-mb {
    margin-bottom: 0;
  }
}
.best-coursework-filter .filters-activity__find {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .best-coursework-filter .filters-activity__find {
    width: 235px;
  }
}
@media screen and (max-width: 575px) {
  .best-coursework-filter .filters-activity__find {
    width: 100%;
  }
}
.best-coursework-filter .filters-col__text {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  letter-spacing: 0.44px;
  color: var( --main );
  opacity: 0.5;
  margin-top: 16px;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .best-coursework-filter .filters-col__text {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 575px) {
  .best-coursework-filter .filters-col__text {
    justify-content: center;
  }
}
.best-coursework-filter .filters-activity_flex {
  display: flex;
  flex-direction: column;
}

.rules-gia__accordion .p-accordion-tab:nth-last-child(1) .p-accordion-header-link {
  border-bottom: none;
}
.rules-gia__accordion .p-accordion-tab .p-accordion-content {
  opacity: 1;
  color: rgba(0, 32, 60, 0.7);
  width: 85%;
}
@media screen and (max-width: 575px) {
  .rules-gia__accordion .p-accordion-tab .p-accordion-content {
    width: 100%;
  }
}
.rules-gia__accordion .p-accordion-tab .p-toggleable-content {
  background-color: white;
}

.gia-filter {
  display: grid;
  grid-template-columns: 2.1fr 2.1fr 1fr;
}
@media screen and (max-width: 992px) {
  .gia-filter {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 575px) {
  .gia-filter {
    grid-template-columns: 1fr;
  }
}
.gia-filter .filters-activity_flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 992px) {
  .gia-filter .filters-activity_flex {
    width: 235px;
  }
}
@media screen and (max-width: 575px) {
  .gia-filter .filters-activity_flex {
    width: 100%;
  }
}
.gia-filter .filters-col__text {
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.44px;
  color: var( --main );
  opacity: 0.5;
}

@media screen and (max-width: 575px) {
  .filter-local-doc {
    margin-top: 40px;
  }
}
.filter-local-doc_flex {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 992px) {
  .filter-local-doc_flex {
    grid-template-columns: 1fr 1fr;
  }
}
.filter-local-doc .p-calendar {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .filter-local-doc .date-filter-from {
    grid-row: 2/3;
    grid-column: 1/2;
  }
}
@media screen and (max-width: 992px) {
  .filter-local-doc .date-filter-to {
    grid-row: 2/3;
    grid-column: 2/3;
  }
}
@media screen and (max-width: 992px) {
  .filter-local-doc .filter-mb_type {
    grid-row: 1/2;
    grid-column: 1/3;
  }
}

.teachers-handbook__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .teachers-handbook__list {
    grid-template-columns: 1fr;
  }
}

.teachers-handbook__item {
  background-color: white;
  padding: 40px;
  width: 100%;
  font-weight: 600;
  font-size: 25px;
  line-height: 130%;
  color: var( --main );
  display: flex;
  gap: 8px;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 575px) {
  .teachers-handbook__item {
    padding: 24px;
    font-size: 22px;
  }
}

.teachers-handbook__item-circle {
  min-width: 36px;
  min-height: 36px;
  border-radius: 50%;
  background-color: #FFFCFA;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.teachers-handbook__item-circle .link-arrow {
  margin-left: 0;
}
.teachers-handbook__item-circle .pi {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.teachers-handbook-detail .row {
  max-width: 869px;
  width: 100%;
}
.teachers-handbook-detail .container {
  display: flex;
  justify-content: center;
}
.teachers-handbook-detail ul {
  margin-bottom: 40px;
}

.programs-list .title_h3 {
  color: var( --main );
}
@media screen and (max-width: 575px) {
  .programs-list .title_h3 {
    font-size: 25px;
  }
}

.programs-list__container {
  border-radius: 4px;
  margin-bottom: 56px;
}
.programs-list__container:nth-last-child(1) {
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .programs-list__container {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 575px) {
  .programs-list__container {
    margin-bottom: 40px;
  }
}
.programs-list__container-item {
  gap: 24px;
  padding: 32px;
  border-bottom: 1px solid #D9D9D9;
  display: block;
}
.programs-list__container-item:nth-last-child(1) {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .programs-list__container-item {
    flex-direction: column;
    padding: 24px;
  }
}
@media screen and (max-width: 575px) {
  .programs-list__container-item {
    padding: 16px;
  }
}
.programs-list__container .accordion .p-accordion-header-text {
  font-weight: 600;
}

.evening-department-ads .slider-container {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
@media screen and (max-width: 575px) {
  .evening-department-ads .slider-container {
    flex-direction: column-reverse;
    gap: 30px;
    align-items: center;
  }
}
.evening-department-ads .underline-link::after {
  height: 1px;
}
@media screen and (max-width: 575px) {
  .evening-department-ads .slider-state, .evening-department-ads .slider-footer {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .evening-department-ads .slider-progress {
    margin: auto;
  }
}

.evening-accordion__item {
  position: relative;
}
.evening-accordion .title_h3 {
  padding-right: 30px;
}
.evening-accordion-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.evening-accordion__item-arrow {
  position: absolute;
  right: 45px;
  top: 47px;
}
@media screen and (max-width: 768px) {
  .evening-accordion__item-arrow {
    right: 36px;
    top: 39px;
  }
}
@media screen and (max-width: 575px) {
  .evening-accordion__item-arrow {
    right: 28px;
    top: 31px;
  }
}
.evening-accordion-visible {
  cursor: pointer;
  padding: 40px 40px 32px;
}
@media screen and (max-width: 768px) {
  .evening-accordion-visible {
    padding: 32px;
  }
}
@media screen and (max-width: 575px) {
  .evening-accordion-visible {
    padding: 24px;
  }
}

.evening-accordion_height {
  height: 0;
  overflow: hidden;
  transition: height 0.1s ease-out;
}

.evening-accordion-hidden {
  margin: 0px 40px 0px;
  padding-bottom: 32px;
  border-top: 1px solid #D9D9D9;
}
@media screen and (max-width: 768px) {
  .evening-accordion-hidden {
    margin: 0px 32px 0px;
  }
}
@media screen and (max-width: 575px) {
  .evening-accordion-hidden {
    margin: 0px 24px 0px;
  }
}
.evening-accordion-hidden__title {
  letter-spacing: 0.1px;
  color: var( --main );
  font-weight: 600;
  font-size: 25px;
  line-height: 150%;
  margin: 32px 0px 16px;
}
@media screen and (max-width: 768px) {
  .evening-accordion-hidden__title {
    margin: 24px 0px 16px;
  }
}
.evening-accordion-hidden__text {
  font-weight: 400;
  font-size: 17px;
  color: var( --main );
  opacity: 0.7;
}

.gia-filters {
  margin-bottom: 0;
}

.subject-articles {
  margin-top: 0;
}

.subject-articles__title_mt {
  margin-top: 64px;
}
.subject-articles__title_mt .media__section-title {
  margin-bottom: 14px;
}

@media screen and (max-width: 575px) {
  .button-mb .button {
    width: 100%;
  }
}

.question-answer {
  margin-top: 0px;
}

#practiceDatabaseFilter .filters-activity__clear-left, #partnersMainFilter .filters-activity__clear-left, #scientists-filters .filters-activity__clear-left {
  width: 100%;
}
@media screen and (max-width: 991px) {
  #practiceDatabaseFilter .filters-activity__clear-left, #partnersMainFilter .filters-activity__clear-left, #scientists-filters .filters-activity__clear-left {
    justify-content: center;
  }
  #practiceDatabaseFilter .search-result, #partnersMainFilter .search-result, #scientists-filters .search-result {
    display: flex;
    justify-content: center;
  }
}

.scientific-council-cards {
  margin-top: 0;
}
.scientific-council-cards__container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.scientific-council-cards__name {
  font-weight: 600;
  font-size: 31px;
  line-height: 130%;
  color: var( --main );
  margin-bottom: 16px;
  display: block;
}
@media screen and (max-width: 575px) {
  .scientific-council-cards__name {
    font-size: 22px;
  }
}
.scientific-council-cards__post {
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: var( --main );
  opacity: 0.7;
}
.scientific-council-cards__post:nth-last-child(1) {
  margin-top: 8px;
}
.scientific-council-cards .col_white {
  padding: 24px;
}

.regulatory-documents-list {
  display: flex;
  gap: 32px;
  flex-direction: column;
}
.regulatory-documents-list .col_white {
  width: 100%;
}
.regulatory-documents-list .title_h3 {
  padding: 0px 32px 40px;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 575px) {
  .regulatory-documents-list .title_h3 {
    font-size: 22px;
    padding: 0px 24px 40px;
  }
}
.regulatory-documents-list .title_h3-no-border {
  border-bottom: none;
  padding-bottom: 16px;
}
.regulatory-documents-list__item {
  background-color: white;
  border-radius: 4px;
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.05);
}
.regulatory-documents-list__item-border {
  border-bottom: 1px solid #D9D9D9;
}
.regulatory-documents-list__item-tag_no-bg {
  display: flex;
  padding: 0 32px 32px;
  gap: 16px;
}
@media screen and (max-width: 575px) {
  .regulatory-documents-list__item-tag_no-bg {
    flex-direction: column;
  }
}
.regulatory-documents-list__item-text {
  font-weight: 400;
  font-size: 17px;
  color: var( --main );
  opacity: 0.7;
  padding: 0px 32px 24px;
}
@media screen and (min-width: 1450px) {
  .regulatory-documents-list__item-text {
    width: 75%;
  }
}
.regulatory-documents-list__link {
  margin-top: 22px;
  padding: 0px 32px;
  display: flex;
  gap: 32px;
}
.regulatory-documents-list__link-item {
  text-transform: uppercase;
}
.regulatory-documents-list .pi {
  margin-right: 8px;
}
.regulatory-documents-list .tag-blue_no-bg {
  font-weight: 600;
}

.regulatory-documents-list__tags {
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
  padding: 0px 32px;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .regulatory-documents-list__tags {
    flex-wrap: wrap;
    padding: 0px 24px;
  }
}
.regulatory-documents-list__tags .bg-tag_blue,
.regulatory-documents-list__tags .tag-blue_no-bg {
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 575px) {
  .filter-regulatory-doc {
    margin-top: 40px;
  }
}

.filter-regulatory-doc_flex {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 991px) {
  .filter-regulatory-doc_flex {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .filter-regulatory-doc_flex .filters-col {
    grid-column: 1/3;
  }
  .filter-regulatory-doc_flex .date-filter-from {
    grid-column: 1/2;
  }
  .filter-regulatory-doc_flex .date-filter-to {
    grid-column: 2/3;
  }
}
.filter-regulatory-doc_flex .p-calendar {
  width: 100%;
}
.filter-regulatory-doc_flex .p-inputtext {
  cursor: pointer;
}

.alumnus-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 40px;
}
.alumnus-list a .alumnus-list-info__title {
  color: var( --green-4 );
}
@media screen and (max-width: 768px) {
  .alumnus-list {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 575px) {
  .alumnus-list {
    gap: 16px;
  }
}
.alumnus-list__item {
  display: flex;
  gap: 8px;
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 575px) {
  .alumnus-list__item {
    flex-direction: column-reverse;
    gap: 23px;
  }
}
.alumnus-list-img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 992px) {
  .alumnus-list-img {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .alumnus-list-img {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 575px) {
  .alumnus-list-img {
    width: 100px;
    height: 100px;
  }
}
.alumnus-list-info__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  color: var( --main );
}
@media screen and (max-width: 575px) {
  .alumnus-list-info__title {
    font-size: 22px;
  }
}
.alumnus-list-info__country {
  display: flex;
  gap: 13px;
  margin: 8px 0 16px;
}
.alumnus-list-info__country-img {
  width: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.alumnus-list-info__country-text {
  font-weight: 500;
  font-size: 13px;
  /* identical to box height, or 21px */
  color: var( --main );
  opacity: 0.4;
}
.alumnus-list .detail-date__title {
  margin-top: 16px;
}
.alumnus-list-info_between {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 992px) {
  .alumnus-list .col_white {
    padding: 32px;
  }
}
@media screen and (max-width: 575px) {
  .alumnus-list .col_white {
    padding: 24px;
  }
}

.alumnus-filter .p-checkbox:not(.p-checkbox-disabled):hover {
  box-shadow: none;
}
@media screen and (max-width: 575px) {
  .alumnus-filter .filters {
    margin-top: 40px;
  }
}
.alumnus-filter .field-checkbox label {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.44px;
  color: var( --main );
  margin-left: 18px;
}

.alumnus-detail-card {
  margin-top: 48px;
}
.alumnus-detail-card__container {
  padding: 40px;
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
@media screen and (max-width: 992px) {
  .alumnus-detail-card__container {
    padding: 32px;
  }
}
@media screen and (max-width: 575px) {
  .alumnus-detail-card__container {
    padding: 24px;
  }
}
.alumnus-detail-card__title {
  font-weight: 700;
  font-size: 61px;
  line-height: 120%;
  color: var( --main );
  padding-bottom: 16px;
}
@media screen and (max-width: 575px) {
  .alumnus-detail-card__title {
    font-size: 35px;
  }
}
.alumnus-detail-card__country {
  display: flex;
  justify-content: flex-start;
  gap: 12px;
  align-items: flex-start;
  font-weight: 500;
  font-size: 16px;
  color: rgba(0, 32, 59, 0.4);
  border-bottom: 1px solid rgba(0, 32, 59, 0.2);
}
.alumnus-detail-card__country-img {
  width: 39px;
  height: -moz-fit-content;
  height: fit-content;
}
.alumnus-detail-card_flex {
  display: flex;
  margin-top: 32px;
  gap: 24px;
}
@media screen and (max-width: 575px) {
  .alumnus-detail-card_flex {
    flex-direction: column;
  }
}
.alumnus-detail-card__circle {
  border-radius: 50%;
  border: 1px solid var( --green-4 );
  width: 160px;
  height: 160px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.alumnus-detail-card__circle_white {
  border-radius: 50%;
  border: 1px solid white;
  width: 152px;
  height: 152px;
  overflow: hidden;
}
.alumnus-detail-card__circle-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.alumnus-detail-card .sticker_blue {
  width: -moz-fit-content;
  width: fit-content;
}
.alumnus-detail-card_column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.alumnus-detail-card_column-start {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.alumnus-detail-card__title-gray {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1px;
  color: var( --main );
  opacity: 0.4;
}
.alumnus-detail-card__text {
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: var( --main );
}

.alumnus-detail-text {
  padding: 32px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid rgba(0, 32, 59, 0.1);
  border-top: 1px solid rgba(0, 32, 59, 0.1);
  gap: 16px;
}
.alumnus-detail-text__title {
  width: 80%;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  color: var( --main );
}
@media screen and (max-width: 992px) {
  .alumnus-detail-text__title {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .alumnus-detail-text__title {
    font-size: 22px;
  }
}
.alumnus-detail-text__name {
  width: 80%;
  font-weight: 400;
  font-size: 17px;
  text-align: center;
  color: var( --main );
}
@media screen and (max-width: 992px) {
  .alumnus-detail-text__name {
    width: 100%;
  }
}

.alumnus-detail-info h3, .alumnus-detail-info .h3-like, .alumnus-detail-info h2, .alumnus-detail-info .h2-like {
  margin-bottom: 16px;
  margin-top: 64px;
  line-height: 1.2;
}
@media screen and (max-width: 992px) {
  .alumnus-detail-info h3, .alumnus-detail-info .h3-like, .alumnus-detail-info h2, .alumnus-detail-info .h2-like {
    margin-top: 48px;
  }
}
@media screen and (max-width: 575px) {
  .alumnus-detail-info h3, .alumnus-detail-info .h3-like, .alumnus-detail-info h2, .alumnus-detail-info .h2-like {
    margin-top: 40px;
  }
}
.alumnus-detail-info__title {
  width: 67%;
  font-weight: 600;
  font-size: 49px;
  line-height: 130%;
  color: var( --main );
}
@media screen and (max-width: 992px) {
  .alumnus-detail-info__title {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .alumnus-detail-info__title {
    font-size: 30px;
  }
}
.alumnus-detail-info__text {
  width: 67%;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.1px;
  color: var( --main );
  opacity: 0.7;
}
@media screen and (max-width: 992px) {
  .alumnus-detail-info__text {
    width: 100%;
  }
}

.filters .p-calendar {
  width: 100%;
}

.interactive .mw-73 {
  font-weight: 400;
  font-size: 25px;
  line-height: 150%;
  /* or 38px */
  letter-spacing: 0.1px;
  color: var( --main );
  opacity: 0.7;
}
@media screen and (max-width: 575px) {
  .interactive .mw-73 {
    font-size: 22px;
  }
}

.section-interactive {
  padding: 56px 0 64px;
}
@media screen and (max-width: 992px) {
  .section-interactive {
    padding: 56px 0 124px;
  }
}
@media screen and (max-width: 768px) {
  .section-interactive {
    padding: 48px 0 274px;
  }
}
@media screen and (max-width: 575px) {
  .section-interactive {
    padding: 32px 0 30px;
    height: 800px;
    position: relative;
  }
}
.section-interactive .faq-select {
  position: absolute;
  top: 0px;
  margin-top: 10px;
  width: 100%;
}
.section-interactive .pe-3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.44px;
  color: var( --main );
}
.section-interactive .faq-select__label {
  position: absolute;
  top: -9px;
  background-color: #FAFFF8;
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  letter-spacing: 0.2px;
  color: var( --main );
}
@media screen and (max-width: 575px) {
  .section-interactive .swiper-pagination {
    display: flex;
    flex-direction: column;
    position: relative;
  }
}
@media screen and (max-width: 575px) {
  .section-interactive .swiper {
    padding-top: 90px;
  }
}

.interactive-map {
  display: flex;
  flex-direction: row-reverse;
  gap: 24px;
}
@media screen and (max-width: 575px) {
  .interactive-map {
    position: absolute;
    top: 120px;
  }
}
@media screen and (max-width: 992px) {
  .interactive-map_position-w {
    position: absolute;
    left: calc(100% - 468px - 20px);
  }
}
@media screen and (max-width: 768px) {
  .interactive-map_position-w {
    left: calc(100% - 354px - 20px);
  }
}
@media screen and (max-width: 575px) {
  .interactive-map_position-w {
    position: relative;
    left: 0;
    width: 100%;
  }
}
.interactive-map__img {
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 575px) {
  .interactive-map__img {
    display: none;
  }
}
.interactive-map__img g {
  fill: #cdebdd;
}
.interactive-map__billet {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 10px), calc(50% + 10px) calc(100% - 10px), 50% 100%, calc(50% - 10px) calc(100% - 10px), 0% calc(100% - 10px));
          clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 10px), calc(50% + 10px) calc(100% - 10px), 50% 100%, calc(50% - 10px) calc(100% - 10px), 0% calc(100% - 10px));
  background: #FFFFFF;
  width: -moz-max-content;
  width: max-content;
  padding: 8px 16px 16px;
  letter-spacing: 0.01em;
  color: var( --main );
  font-weight: 600;
  font-size: 12px;
  line-height: 130%;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 25%;
}
.interactive-map__block {
  position: absolute;
  left: 0;
  top: 0;
}
.interactive-map__country-items::-webkit-scrollbar, .interactive-map__statist-direction::-webkit-scrollbar {
  width: 6px;
  /* ширина scrollbar */
}
.interactive-map__country-items::-webkit-scrollbar-thumb, .interactive-map__statist-direction::-webkit-scrollbar-thumb {
  background-color: var( --green-4 );
  /* цвет плашки */
  border-radius: 4px;
  /* закругления плашки */
}
.interactive-map__country {
  height: 660px;
  background-color: white;
  border-radius: 4px;
  min-width: 424px;
  width: 424px;
  overflow: hidden;
  box-shadow: 0px 4px 34px rgba(0, 32, 59, 0.05);
}
@media screen and (max-width: 1450px) {
  .interactive-map__country {
    min-width: 364px;
    width: 364px;
  }
}
@media screen and (max-width: 992px) {
  .interactive-map__country {
    position: absolute;
    min-width: 468px;
    width: 468px;
  }
}
@media screen and (max-width: 768px) {
  .interactive-map__country {
    min-width: 354px;
    width: 354px;
  }
}
@media screen and (max-width: 575px) {
  .interactive-map__country {
    position: relative;
    width: 100%;
    max-width: 100%;
    left: 0px;
    min-width: auto;
  }
}
.interactive-map__country-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 31px;
  color: var( --main );
  padding: 24px 0px;
  border-bottom: 1px solid rgba(0, 32, 59, 0.2);
}
.interactive-map__country-name {
  padding: 0px 32px;
  display: block;
}
.interactive-map__country-items {
  padding: 0px 32px 32px;
  display: flex;
  flex-direction: column;
  max-height: 536px;
  overflow-y: scroll;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  .interactive-map__country-items {
    max-height: 500px;
  }
}
.interactive-map__country-item {
  cursor: pointer;
  margin-top: 32px;
  width: 100%;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: top;
  padding-bottom: 31px;
  border-bottom: 1px solid rgba(0, 32, 59, 0.2);
}
.interactive-map__country-item:nth-last-child(1) {
  border-bottom: none;
  padding-bottom: 0;
}
.interactive-map__country-item-title, .interactive-map__country-item-alumn, .interactive-map__country-item-num {
  display: block;
}
.interactive-map__country-item-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 31px;
  color: var( --green-4 );
  margin-bottom: 24px;
}
.interactive-map__country-item-alumn {
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  color: var( --main );
}
.interactive-map__country-item-num {
  margin-top: 8px;
  font-weight: 600;
  font-size: 25px;
  line-height: 31px;
  color: var( --main );
}
.interactive-map__statist {
  height: 616px;
  position: relative;
  padding-bottom: 68px;
}
@media screen and (max-width: 1450px) {
  .interactive-map__statist {
    min-width: 364px;
    width: 364px;
  }
}
@media screen and (max-width: 992px) {
  .interactive-map__statist {
    position: absolute;
    min-width: 468px;
    width: 468px;
  }
}
@media screen and (max-width: 768px) {
  .interactive-map__statist {
    min-width: 354px;
    width: 354px;
  }
}
.interactive-map__statist-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 31px;
  color: var( --main );
  display: flex;
  padding: 24px 24px 0;
}
.interactive-map__statist-title_w {
  width: calc(100% - 20px);
}
.interactive-map__statist .pi {
  position: absolute;
  color: var( --green-4 );
  width: 13.5px;
  height: 13.5px;
  right: 24px;
  top: 24px;
  cursor: pointer;
}
.interactive-map__statist-directions {
  margin-top: 37px;
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  color: var( --main );
  margin-bottom: 29px;
  padding: 0px 24px;
}
.interactive-map__statist-direction {
  display: flex;
  flex-direction: column;
  max-height: 375px;
  overflow-y: scroll;
}
.interactive-map__statist-item {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid rgba(0, 32, 59, 0.2);
  padding: 16px 0 8px;
  margin: 0px 24px;
}
.interactive-map__statist-item:nth-last-child(1) {
  border-bottom: none;
}
.interactive-map__statist-item-title, .interactive-map__statist-item-num {
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.1px;
  color: #4d6376;
}
.interactive-map .interactive-map__img .pointer:hover g {
  fill: rgb(6, 156, 86) !important;
}

@media screen and (max-width: 575px) {
  .interactive-map__block {
    display: none;
  }
}

.interactive-slider {
  padding: 0;
  width: calc(100% - 24px);
  height: 100px;
}
@media screen and (max-width: 575px) {
  .interactive-slider {
    height: auto;
  }
}
.interactive-slider .swiper-pagination {
  display: flex;
  bottom: 40px;
  height: 50px;
  width: 100% !important;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 0% 80%, transparent 100%);
          mask-image: linear-gradient(to right, transparent 0%, black 0% 80%, transparent 100%);
}
@media screen and (max-width: 575px) {
  .interactive-slider .swiper-pagination {
    -webkit-mask-image: none;
            mask-image: none;
  }
}
.interactive-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(1);
}
.interactive-slider .swiper-wrapper {
  height: 0;
  overflow: hidden;
}
.interactive-slider .swiper-pagination-bullets-dynamic {
  left: 0% !important;
  transform: none !important;
}
.interactive-slider .swiper-pagination-bullet {
  width: 10%;
  background: none;
  opacity: 1;
  text-align: left;
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
}
@media screen and (min-width: 575px) {
  .interactive-slider .swiper-pagination-bullet::before {
    content: "";
    display: block;
    height: 2px;
    left: 13px;
    top: 100%;
    position: relative;
    background: #7889A4;
    z-index: -1;
  }
}
.interactive-slider .swiper-pagination-bullet .bullet-custom {
  background: url("../../../frontend/assets/images/icons/disabledBullet.svg");
  width: 20px;
  height: 20px;
  background-size: 100%;
}
.interactive-slider .swiper-pagination-bullet:nth-last-child(1) {
  width: 100%;
}
@media screen and (max-width: 575px) {
  .interactive-slider .swiper-pagination-bullet:nth-last-child(1) {
    border-bottom: none;
  }
}
.interactive-slider .swiper-pagination-bullet:nth-last-child(1)::before {
  background: linear-gradient(to right, rgb(120, 137, 164), rgba(120, 137, 164, 0.1)) !important;
}
.interactive-slider .bullet-active_line {
  color: var( --green-4 );
}
@media screen and (max-width: 575px) {
  .interactive-slider .bullet-active_line {
    color: var( --main );
  }
}
.interactive-slider .bullet-active_line::before {
  content: "";
  background: var( --green-4 );
}
.interactive-slider .bullet-active_line .bullet-custom {
  background: url("../../../frontend/assets/images/icons/activeBullet.svg");
  width: 20px;
  height: 20px;
  background-size: 100%;
}
.interactive-slider .swiper-pagination-bullet-active {
  color: var( --green-4 );
}
@media screen and (max-width: 575px) {
  .interactive-slider .swiper-pagination-bullet-active {
    color: var( --main );
  }
}
@media screen and (min-width: 575px) {
  .interactive-slider .swiper-pagination-bullet-active::before {
    content: "" !important;
    background: #7889A4 !important;
  }
}
.interactive-slider .swiper-pagination-bullet-active .bullet-custom {
  background: url("../../../frontend/assets/images/icons/activeBullet.svg");
  width: 20px;
  height: 20px;
  background-size: 100%;
}
@media screen and (max-width: 575px) {
  .interactive-slider .swiper-pagination {
    margin-top: 32px !important;
    display: flex;
    flex-direction: column;
    gap: 16px;
    background-color: white;
    border-radius: 4px;
    left: 0 !important;
    box-shadow: 0px 4px 34px rgba(0, 32, 59, 0.05);
    max-height: 320px;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
  }
}
@media screen and (max-width: 575px) {
  .interactive-slider .swiper-pagination-bullet {
    width: 100%;
    left: 0 !important;
    height: auto !important;
    border-bottom: 1px solid rgba(36, 97, 255, 0.1);
    border-radius: inherit !important;
    padding-bottom: 16px;
  }
  .interactive-slider .swiper-pagination-bullet .swiper-pagination-bullet:nth-last-child(1) {
    border-bottom: none;
  }
}
.interactive-slider .nums-bullet {
  padding: 0px 50px 0px 0px;
}

.employees-page .custom-row {
  grid-template-columns: 1fr 1fr !important;
}
@media screen and (max-width: 575px) {
  .employees-page .custom-row {
    grid-template-columns: 1fr !important;
    gap: 8px;
  }
}

.p-dropdown-panel {
  width: 100%;
  overflow: hidden;
}

body .bvi-body {
  padding: 0 !important;
}
body .bvi-body .contact-general-left {
  max-width: 100%;
}
body .bvi-body .contact-general__contact a span, body .bvi-body .contact-general__contact a {
  display: flex;
  word-break: break-all;
}

body.bvi-active .p-dropdown-item {
  font-size: 1.5em !important;
}
body.bvi-active #app .interactive-slider .swiper-pagination {
  height: 57px !important;
}
body.bvi-active #app .menu-slider__swiper .swiper-slide span {
  font-size: 0.7em !important;
}
body.bvi-active #app .international-activities-activity__container-item-text {
  height: 106px !important;
}
body.bvi-active #app .header__top {
  height: auto;
  min-height: 40px;
}
body.bvi-active #app .header__main {
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
}
body.bvi-active #app .header__menu {
  flex-wrap: wrap;
}
body.bvi-active #app .header_bg {
  min-height: auto;
}
body.bvi-active #app .header__menu-link {
  text-align: center;
  margin-left: 0;
  margin-right: 24px;
  font-size: 0.6em !important;
}
body.bvi-active #app .header__all-menu-link {
  word-wrap: break-word;
}
body.bvi-active #app .link_w100 .link_w100-flex {
  padding-left: 0;
}
body.bvi-active #app .person {
  padding: 0;
}
body.bvi-active #app .assymetric-slider__slide {
  height: 450px;
}
body.bvi-active #app .faculty-directions-flex__item, body.bvi-active #app .faculty-text__link, body.bvi-active #app .international-activities-links__item, body.bvi-active #app .bvi-link-border {
  border: 1px solid #000;
}
body.bvi-active #app .faculty-directions-flex__item:hover, body.bvi-active #app .faculty-text__link:hover, body.bvi-active #app .international-activities-links__item:hover, body.bvi-active #app .bvi-link-border:hover {
  border-width: 2px;
}
body.bvi-active #app .bvi-body .filters .filters-row .filters-col .p-dropdown-label {
  background-color: transparent !important;
}
body.bvi-active #app .col-desc {
  min-height: 40px;
}
body.bvi-active #app .col-desc .menu-slider__swiper {
  height: 100%;
}
body.bvi-active #app .col-desc .swiper-wrapper {
  height: 100%;
}
body.bvi-active #app .col-desc .slider-arrow {
  border: 1px solid #000;
}
body.bvi-active #app .media-events__container-item {
  height: auto;
  border: 1px solid #000;
}
body.bvi-active #app .media-events__container-item-flex_bottom {
  margin-top: 1.5rem;
}
body.bvi-active #app .media-events__container_bg {
  margin-bottom: 3rem;
}
body.bvi-active #app .media-events__container {
  display: block;
}
body.bvi-active #app .filters-row > div {
  width: 100%;
}
body.bvi-active #app .p-dropdown-items-wrapper {
  border: 1px solid #000;
}
body.bvi-active #app .p-dropdown-label {
  background-color: transparent !important;
}
body.bvi-active #app .p-float-label.always-float label {
  top: -1rem !important;
}
body.bvi-active #app .p-float-label:not(.always-float) label {
  margin-top: -1rem !important;
}
body.bvi-active #app .media-news__container-item {
  border: 1px solid #000;
}
body.bvi-active #app .footer {
  border-top: 1px solid #000;
}
body.bvi-active #app .media-announcet-item, body.bvi-active #app .card, body.bvi-active #app .projects-list__item, body.bvi-active #app .col_white, body.bvi-active #app .pso-detail-activity__item, body.bvi-active #app .evening-accordion-container {
  border: 1px solid #000;
}
body.bvi-active #app #h1 {
  font-size: 4rem !important;
}
body.bvi-active #app .announcement, body.bvi-active #app .contact-general {
  border: 1px solid #000;
}
body.bvi-active #app .news-events__slide-date {
  width: -moz-fit-content;
  width: fit-content;
}
body.bvi-active #app .p-checkbox-icon {
  background-color: initial !important;
}
body.bvi-active #app .header__all-menu {
  height: calc(100vh - 110px - 40px - 50px);
}
body.bvi-active #app .header.open {
  min-height: 100vh;
}
@media (min-width: 991px) {
  body.bvi-active #app .header__all-menu-col {
    width: 50%;
    border: none;
  }
  body.bvi-active #app .header__all-menu-col:first-child {
    padding-left: 25px;
  }
}

.bvi-body[data-bvi-theme=white] {
  filter: grayscale(1);
}
.bvi-body[data-bvi-theme=white] .header__burger {
  background-color: transparent;
}
.bvi-body[data-bvi-theme=white] .header__burger:hover .header__burger-line,
.bvi-body[data-bvi-theme=white] .header__burger:hover .header__burger-line::before,
.bvi-body[data-bvi-theme=white] .header__burger:hover .header__burger-line::after {
  background-color: #fff;
}
.bvi-body[data-bvi-theme=white] .header__burger.active .header__burger-line {
  background-color: transparent;
}
.bvi-body[data-bvi-theme=white] .header__burger.active .header__burger-line::before,
.bvi-body[data-bvi-theme=white] .header__burger.active .header__burger-line::after {
  background-color: #fff;
}

.bvi-body[data-bvi-theme=black] {
  filter: grayscale(1);
}
.bvi-body[data-bvi-theme=black] .header__burger {
  background-color: #000;
}

.bvi-body[data-bvi-theme=green] .header__burger {
  background-color: #a9e44d;
}

html:not(.bvi-panel) .p-checkbox .p-checkbox-box.p-highlight .p-checkbox-icon.pi-check:before {
  box-sizing: content-box;
}

body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .p-highlight {
  background: var( --green-4 ) !important;
  border-color: var( --green-4 ) !important;
}
body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .header__burger.active:hover .header__burger-line::after,
body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .header__burger.active:hover .header__burger-line::before {
  background-color: #fff;
}
body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .header__burger.active .header__burger-line::after,
body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .header__burger.active .header__burger-line::before {
  background-color: #000;
}

body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .p-inputtext::-moz-placeholder {
  color: #fff;
}

body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .p-inputtext::placeholder {
  color: #fff;
}

body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) .p-highlight {
  background: var( --green-4 ) !important;
  border-color: var( --green-4 ) !important;
}

body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) .p-highlight {
  background: var( --green-4 ) !important;
  border-color: var( --green-4 ) !important;
}
body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) .header__burger.active .header__burger-line::after,
body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) .header__burger.active .header__burger-line::before {
  background-color: #000;
}

body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .p-highlight {
  background: transparent !important;
  border-color: #a9e44d !important;
}
body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .p-inputtext::-moz-placeholder {
  color: #a9e44d;
}
body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .p-inputtext::placeholder {
  color: #a9e44d;
}
body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .header__burger.active .header__burger-line::after,
body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .header__burger.active .header__burger-line::before {
  background-color: #000;
}

html body .bvi-body[data-bvi-fontsize="17"] * h1,
html body .bvi-body[data-bvi-fontsize="17"] * h1 * {
  font-size: 3rem !important;
}

html body .bvi-body[data-bvi-fontsize="18"] * h1,
html body .bvi-body[data-bvi-fontsize="18"] * h1 * {
  font-size: 3rem !important;
}

html body .bvi-body[data-bvi-fontsize="19"] * h1,
html body .bvi-body[data-bvi-fontsize="19"] * h1 * {
  font-size: 3rem !important;
}

html body .bvi-body[data-bvi-fontsize="20"] * h1,
html body .bvi-body[data-bvi-fontsize="20"] * h1 * {
  font-size: 3rem !important;
}

html body .bvi-body[data-bvi-fontsize="21"] * h1,
html body .bvi-body[data-bvi-fontsize="21"] * h1 * {
  font-size: 3.1rem !important;
}

html body .bvi-body[data-bvi-fontsize="22"] * h1,
html body .bvi-body[data-bvi-fontsize="22"] * h1 * {
  font-size: 3.2rem !important;
}

html body .bvi-body[data-bvi-fontsize="23"] * h1,
html body .bvi-body[data-bvi-fontsize="23"] * h1 * {
  font-size: 3.3rem !important;
}

html body .bvi-body[data-bvi-fontsize="24"] * h1,
html body .bvi-body[data-bvi-fontsize="24"] * h1 * {
  font-size: 3.4rem !important;
}

html body .bvi-body[data-bvi-fontsize="25"] * h1,
html body .bvi-body[data-bvi-fontsize="25"] * h1 * {
  font-size: 3.5rem !important;
}

html body .bvi-body[data-bvi-fontsize="26"] * h1,
html body .bvi-body[data-bvi-fontsize="26"] * h1 * {
  font-size: 3.6rem !important;
}

html body .bvi-body[data-bvi-fontsize="27"] * h1,
html body .bvi-body[data-bvi-fontsize="27"] * h1 * {
  font-size: 3.7rem !important;
}

html body .bvi-body[data-bvi-fontsize="28"] * h1,
html body .bvi-body[data-bvi-fontsize="28"] * h1 * {
  font-size: 3.8rem !important;
}

html body .bvi-body[data-bvi-fontsize="29"] * h1,
html body .bvi-body[data-bvi-fontsize="29"] * h1 * {
  font-size: 3.9rem !important;
}

html body .bvi-body[data-bvi-fontsize="30"] * h1,
html body .bvi-body[data-bvi-fontsize="30"] * h1 * {
  font-size: 4rem !important;
}

html body .bvi-body[data-bvi-fontsize="31"] * h1,
html body .bvi-body[data-bvi-fontsize="31"] * h1 * {
  font-size: 4.1rem !important;
}

html body .bvi-body[data-bvi-fontsize="32"] * h1,
html body .bvi-body[data-bvi-fontsize="32"] * h1 * {
  font-size: 4.2rem !important;
}

html body .bvi-body[data-bvi-fontsize="33"] * h1,
html body .bvi-body[data-bvi-fontsize="33"] * h1 * {
  font-size: 4.3rem !important;
}

html body .bvi-body[data-bvi-fontsize="34"] * h1,
html body .bvi-body[data-bvi-fontsize="34"] * h1 * {
  font-size: 4.4rem !important;
}

html body .bvi-body[data-bvi-fontsize="35"] * h1,
html body .bvi-body[data-bvi-fontsize="35"] * h1 * {
  font-size: 4.5rem !important;
}

html body .bvi-body[data-bvi-fontsize="36"] * h1,
html body .bvi-body[data-bvi-fontsize="36"] * h1 * {
  font-size: 4.6rem !important;
}

html body .bvi-body[data-bvi-fontsize="37"] * h1,
html body .bvi-body[data-bvi-fontsize="37"] * h1 * {
  font-size: 4.7rem !important;
}

html body .bvi-body[data-bvi-fontsize="38"] * h1,
html body .bvi-body[data-bvi-fontsize="38"] * h1 * {
  font-size: 4.8rem !important;
}

html body .bvi-body[data-bvi-fontsize="39"] * h1,
html body .bvi-body[data-bvi-fontsize="39"] * h1 * {
  font-size: 4.9rem !important;
}

:root {
  --white-color: #FFFFFF;
  --main-font: $main-font, "sans-serif";
  --dark-color: #00203B;
}

.img-name-placeholder {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #C2E2D7;
  font-weight: 500;
  font-size: 26px;
  text-align: center;
  letter-spacing: -0.03em;
  font-feature-settings: "cv01" on, "cv02" on, "cv03" on, "cv09" on, "cv11" on, "cv06" on, "cv08" on, "calt" off, "liga" off;
  color: var( --green-4 );
  text-transform: uppercase;
}

.subject-table {
  padding: 16px 32px;
}
@media (max-width: 767px) {
  .subject-table {
    padding: 12px 12px;
  }
}

.photo-block__icon svg path:nth-child(1) {
  fill: #FFFFFF;
}
.photo-block__icon svg path:nth-child(2) {
  fill: var( --green-4 );
}

.photo-block__icon svg path:nth-child(1) {
  fill: #FFFFFF;
}
.photo-block__icon svg path:nth-child(2) {
  fill: var( --green-4 );
}

.subject-table__item {
  list-style: none;
  display: flex;
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 32, 60, 0.1);
}
.subject-table__item:last-child {
  border-bottom: none;
}
.subject-table__item .avatar {
  margin-right: 32px;
}
@media (max-width: 767px) {
  .subject-table__item .avatar {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .subject-table__item {
    flex-direction: column;
  }
}

.subject-table__group {
  display: flex;
}
@media (max-width: 991px) {
  .subject-table__group {
    flex-direction: column;
  }
}

.subject-table__text:first-child {
  width: 340px;
  min-width: 340px;
  margin-right: 24px;
}
@media (max-width: 991px) {
  .subject-table__text:first-child {
    width: 100%;
    min-width: 100%;
    margin-bottom: 16px;
    margin-right: 0;
  }
}
.subject-table__text:last-child {
  padding-right: 65px;
}
@media (max-width: 992px) {
  .subject-table__text:last-child {
    padding: 0;
  }
}

.pi-arrow-right {
  margin-left: 5px;
}
.pi-arrow-right::before {
  color: var( --green-4 );
  font-size: 1.2rem;
}

.title_h2 {
  font-weight: 600;
  font-size: 49px;
  line-height: 110%;
  color: var( --main );
}

.title_h3 {
  font-weight: 600;
  font-size: 31px;
  line-height: 130%;
}
@media screen and (max-width: 575px) {
  .title_h3 {
    font-size: 22px;
    line-height: 130%;
  }
}

.plr_32 {
  padding-left: 32px;
  padding-right: 32px;
}

.tag-blue_no-bg {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: var( --green-4 );
  display: flex;
  align-items: center;
}

.subtitle-gap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.title-bg-margin {
  margin-top: 60px;
}

.bg-tag_blue {
  background: #FFFCFA;
  border-radius: 100px;
  padding: 2px 11px;
  color: var( --green-4 );
  line-height: 21px;
  font-size: 13px;
  font-weight: 500;
  /* identical to box height, or 154% */
  letter-spacing: 0.25px;
}

.slider-arrow-blue {
  background: #FFFFFF;
  border-radius: 50%;
}
.slider-arrow-blue .pi::before {
  color: var( --green-4 );
  font-size: 1.5rem;
}

.slider-progress-blue {
  background-color: rgba(0, 33, 61, 0.3) !important;
}
.slider-progress-blue .slider-progress-fill {
  background: var( --green-4 ) !important;
}

.link_w100-title {
  font-weight: 600;
  font-size: 25px;
  color: var( --main );
  padding-bottom: 24px;
  padding-top: 24px;
}
@media screen and (max-width: 575px) {
  .link_w100-title {
    font-size: 22px;
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.link_w100 .link-with-arrow {
  border-bottom: 1px solid rgba(0, 32, 60, 0.1);
  width: 100%;
  display: flex;
  align-items: center;
}
.link_w100 .link_w100-flex {
  display: flex;
  flex-direction: column;
  padding: 8px 40px;
  background-color: white;
  border-radius: 4px;
}
@media screen and (max-width: 575px) {
  .link_w100 .link_w100-flex {
    padding: 8px 24px;
  }
}
.link_w100 .link_w100-flex__item {
  width: 100%;
}
.link_w100 .link_w100-flex__item:nth-last-child(1) .link-with-arrow {
  border-bottom: none;
}
.link_w100 .link_w100-flex__item a {
  display: flex;
  width: 100%;
}

.section_margin-none {
  margin-top: 0;
}

.swiper-wrapper {
  height: -moz-fit-content;
  height: fit-content;
}

.menu-slider {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
}
.menu-slider__title {
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  color: var( --main );
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .menu-slider__title {
    font-size: 11px;
  }
}
.menu-slider .col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .menu-slider .col {
    align-items: center;
  }
}
.menu-slider .col a:hover {
  color: var( --green-4 );
}
.menu-slider .col .swiper-button-disabled {
  display: none;
}
.menu-slider .col .rounded-arrow .pi::before {
  color: var( --green-4 );
}
.menu-slider .col .rounded-arrow {
  position: absolute;
  top: 50%;
  width: 45px !important;
  transform: translateY(-50%);
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
}
.menu-slider .col .menu-slider__arrow-next {
  background: linear-gradient(90deg, transparent, #FAFFF8 31%);
}
.menu-slider .col .menu-slider__arrow-prev {
  background: linear-gradient(90deg, #FAFFF8 66%, transparent);
}
.menu-slider__arrow-prev {
  left: -5px;
}
.menu-slider__arrow-next {
  right: -5px;
}
.menu-slider__swiper {
  padding: 0px 20px;
  margin-right: 0;
}
@media (min-width: 1440px) {
  .menu-slider__swiper .swiper-wrapper {
    max-width: 650px !important;
  }
}
@media (min-width: 991px) and (max-width: 1440px) {
  .menu-slider__swiper .swiper-wrapper {
    max-width: 450px;
  }
}
@media (min-width: 360px) and (max-width: 991px) {
  .menu-slider__swiper .swiper-wrapper {
    max-width: 270px;
    padding: 0px;
  }
}
.menu-slider__swiper .swiper-slide {
  display: flex;
  justify-content: center;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .menu-slider__swiper .swiper-slide {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}
.menu-slider__swiper .swiper-slide a {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.25;
  color: var( --main );
}
@media screen and (max-width: 991px) {
  .menu-slider__swiper .swiper-slide a {
    font-size: 11px;
  }
}
.menu-slider .width_fc {
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.menu-slider .col-desc {
  display: flex;
}
@media (max-width: 767px) {
  .menu-slider .col-desc {
    display: none;
  }
}
.menu-slider .col-mob {
  width: 100%;
  background: #FAFFF8;
  padding: 0;
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  z-index: 10;
}
@media (max-width: 767px) {
  .menu-slider .col-mob {
    display: flex;
  }
}
.menu-slider .col-mob__show {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 12px 16px;
}
.menu-slider .col-mob__show .pi-chevron-down {
  height: 1rem;
  transition: 0.15s;
}
.menu-slider .col-mob__show-menu {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: absolute;
  background-color: #FAFFF8;
  top: 100%;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.menu-slider .col-mob__show-menu a {
  border-bottom: 1px solid #D9D9D9;
  padding: 12px 16px;
}
.menu-slider .col-mob__show-menu a:nth-last-child(1) {
  border-bottom: none;
}
.menu-slider .col-mob__show-menu a span {
  font-weight: 500;
  font-size: 13px;
  line-height: 140%;
  color: #3B5266;
  opacity: 0.8;
}
.menu-slider .col-mob__show .pi-chevron-down::before {
  color: var( --green-4 );
}

.subtitle {
  margin-top: 0;
}
.subtitle .col p {
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.1px;
  color: var( --main );
  opacity: 0.7;
  max-width: 850px;
  width: 100%;
  margin-bottom: 16px;
}
.subtitle .col p:last-child {
  margin-bottom: 0;
}

.header_dg-top {
  margin-top: 32px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .header_dg-top {
    background-size: cover;
  }
}

.title_h3-detail {
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  color: var( --main );
  margin-bottom: 32px;
}

.faculty-student__text {
  margin-bottom: 24px;
}
.faculty-student__text p {
  opacity: 0.7 !important;
  color: var( --main );
  font-weight: 500;
  font-size: 17px;
}

.faculty-student__col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.faculty-text__item-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 37px;
  color: var( --main );
}
@media screen and (max-width: 575px) {
  .faculty-text__item-title {
    font-size: 22px;
  }
}

.faculty-student__image {
  max-width: 425px;
}
@media (max-width: 991px) {
  .faculty-student__image {
    max-width: 232px;
    margin-bottom: 32px;
  }
}
@media (max-width: 575px) {
  .faculty-student__image {
    max-width: 100%;
  }
}

.faculty-student__main {
  padding-right: 30px;
}
@media (max-width: 991px) {
  .faculty-student__main {
    padding-right: 0;
  }
}

.b-circle {
  min-width: 425px;
  max-width: 425px;
  height: 425px;
  border-radius: 50%;
  overflow: hidden;
  background: var( --green-4 );
  display: flex;
  align-items: flex-end;
}
.b-circle img {
  width: 100%;
}

.share-link__h3 {
  font-weight: 600;
  font-size: 24px;
  color: var( --main );
  margin-bottom: 16px;
}

.share-link_flex {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
}

.text-description {
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.1px;
  color: var( --main );
  line-height: 20px;
}
.text-description ol {
  line-height: 130%;
  color: var( --main );
}
.text-description h4,
.text-description ol {
  margin-top: 25px;
  color: var( --main );
}
.text-description p {
  margin-top: 16px;
  line-height: 130%;
  color: var( --main );
  margin-bottom: 16px;
}
.text-description p:last-child {
  margin-bottom: 0;
}

.detail-events-about .title_h2 {
  margin-bottom: 16px;
}

.section_bg-blue {
  background: #FFFCFA;
  padding-top: 56px;
  padding-bottom: 56px;
}

.col_white {
  background: #FFFFFF;
  padding: 40px;
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
@media screen and (max-width: 992px) {
  .col_white {
    padding: 40px 16px;
  }
}

@media screen and (min-width: 1441px) {
  .container_870 {
    max-width: 870px;
    margin: auto;
  }
}

.flex_column {
  display: flex;
  flex-direction: column;
}

.flex_row {
  display: flex;
  flex-direction: row;
}

.m-top24 {
  margin-top: 24px;
}

.accordion_mt40 {
  margin-top: 40px;
}

.p-dropdown-label,
.p-inputtext,
.p-placeholder, .p-dropdown-label.p-placeholder {
  font-family: "Gilroy";
  font-weight: 500;
  font-size: 16px;
  color: var( --main ) !important;
}

.accordion ol,
.accordion ul {
  margin-left: 20px;
}
.accordion .p-accordion-tab.p-accordion-tab-active {
  margin-bottom: 0;
}
.accordion .p-accordion-tab {
  box-shadow: none;
}
.accordion .p-accordion-header {
  padding: 0 1.5rem;
  background-color: white;
}
.accordion .p-accordion-header .p-accordion-header-link {
  border-bottom: 1px solid rgba(0, 32, 60, 0.1);
  padding: 1.5rem 0;
}
.accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
  background: white;
  border-color: rgba(0, 32, 60, 0.1);
}
.accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
  border-bottom: 1px solid rgba(0, 32, 60, 0.1);
  border-color: rgba(0, 32, 60, 0.1) !important;
}
.accordion .p-accordion-tab:not(.p-accordion-tab-active) .p-accordion-header-link:focus {
  background-color: white;
}
.accordion .p-accordion-header-text {
  font-weight: 500;
  font-size: 25px;
  color: var( --green-4 );
}
@media screen and (max-width: 575px) {
  .accordion .p-accordion-header-text {
    font-size: 22px;
    line-height: 150%;
  }
}
.accordion .p-accordion-tab:last-child .p-accordion-header:not(.p-highlight) .p-accordion-header-link {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.accordion .p-accordion-toggle-icon::before {
  color: var( --green-4 );
}
.accordion .p-accordion-content {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.1px;
  color: var( --main );
  opacity: 0.7;
}

.p-float-label > label {
  color: rgba(0, 32, 59, 0.4);
}

.p-checkbox .p-checkbox-icon::before {
  box-sizing: unset;
}

.docs-section {
  margin: 40px 0;
}
.docs-section .title-h2 {
  margin-bottom: 24px;
}

.labsFilter .filters-col {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .labsFilter .filters-col {
    margin-bottom: 20px;
  }
  .labsFilter .filters-col:nth-last-child(1) {
    margin-bottom: 0px;
  }
  .labsFilter .search-result {
    text-align: center;
  }
}

.flex_space-betw {
  display: flex;
  justify-content: space-between;
}

.m-40 {
  margin-top: 40px;
  display: block;
}

.grid-filter {
  display: grid;
  grid-template-columns: 1fr 140px 1fr 235px;
}
@media screen and (max-width: 768px) {
  .grid-filter {
    grid-template-columns: 1fr 1fr;
  }
  .grid-filter .button-blue {
    width: 235px;
  }
}
@media screen and (max-width: 575px) {
  .grid-filter {
    grid-template-columns: 1fr;
  }
  .grid-filter .button-blue {
    width: 100%;
  }
}

.grid-filter_button {
  grid-template-columns: 1fr 235px;
}
@media screen and (max-width: 575px) {
  .grid-filter_button {
    grid-template-columns: 1fr !important;
  }
}

.showmore_blue {
  background: var( --green-4 );
  border-radius: 4px;
  width: 388px;
  padding: 19.5px 0;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-left: 10px;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .showmore_blue {
    width: 305px;
  }
}

.edit-photos_php {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
.edit-photos_php img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 305px;
}
.edit-photos_php-item {
  width: calc(25% - 20px);
  min-width: 250px;
  margin: 0 10px;
}

.swiper-slide_white {
  background-color: white;
  padding: 40px;
  border-radius: 4px;
}

@media screen and (min-width: 992px) {
  .no-padding {
    padding: 0;
  }
}

.page-title_bottom {
  margin-bottom: 0;
}

.text-slider {
  font-weight: 400;
  font-size: 17px;
  color: rgba(0, 32, 60, 0.5);
}

.slider-nums-between .slider-container .slider-state {
  position: relative;
}
.slider-nums-between .slider-container .slider-state .slider-counter {
  color: var( --main );
  position: absolute;
  bottom: -9px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.slider-nums-between .slider-container .slider-arrows {
  margin-left: 20px;
}

.image-bubbles {
  background-image: url("/local/templates/ecological/frontend/assets/images/bubbles.svg");
  background-repeat: no-repeat;
  width: 100%;
  max-width: 513px;
  height: 100%;
  margin: 0 auto;
  background-size: contain;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .image-bubbles {
    margin: 0;
  }
}
.image-bubbles__inner {
  width: 60%;
  max-height: 341px;
  position: relative;
  left: 15px;
  bottom: 5px;
}

.sticker_blue {
  font-weight: 500;
  font-size: 13px;
  line-height: 154%;
  letter-spacing: 0.25px;
  color: var( --green-4 );
  padding: 3px 11px;
  background: #FFFCFA;
  border-radius: 100px;
}

.property-group {
  margin-bottom: 56px;
}
@media (max-width: 1199px) {
  .property-group {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .property-group {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .property-group {
    margin-bottom: 24px;
  }
}
.property-group:last-child {
  margin-bottom: 0;
}
.property-group_text {
  font-weight: 500;
  font-size: 17px;
  line-height: 140%;
  color: var( --main );
}
.property-group_text p,
.property-group_text span {
  font-weight: 500;
  font-size: 17px;
  line-height: 140%;
  color: var( --main );
}

.property-title {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  display: flex;
  align-items: center;
  letter-spacing: 0.1px;
  color: rgba(0, 32, 60, 0.7);
  margin-bottom: 16px;
}
.property-title--slogan {
  margin-bottom: 4px;
}

.property-item,
.property-text {
  font-weight: 500;
  font-size: 17px;
  line-height: 150%;
  letter-spacing: 0.1px;
  color: var( --main ) !important;
  margin-bottom: 16px;
}
.property-item:last-child,
.property-text:last-child {
  margin-bottom: 0;
}

a.property-text {
  color: var( --green-4 ) !important;
}

.property-item::marker,
.property-text::marker {
  color: var( --green-4 );
}
.property-item ul,
.property-text ul {
  margin-top: 8px;
}
.property-item li,
.property-text li {
  color: var( --main );
  font-weight: 500;
  list-style-type: disc;
}
.property-item li::marker,
.property-text li::marker {
  color: var( --main );
}

.property-col {
  padding-left: 48px;
  padding-right: 48px;
  border-right: 1px solid rgba(0, 32, 60, 0.2);
}
.property-col:first-child {
  border-left: none;
  padding-left: 0;
}
.property-col:last-child {
  border-right: none;
  padding-right: 0;
}
@media (max-width: 991px) {
  .property-col {
    width: auto;
    padding: 0;
    padding-right: 32px;
    border: none;
  }
}
@media (max-width: 767px) {
  .property-col {
    width: 100%;
    padding: 0;
  }
}

.p-inputtextarea::-moz-placeholder {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.44px;
  color: var( --main );
  opacity: 0.4;
}

.p-inputtextarea::placeholder {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.44px;
  color: var( --main );
  opacity: 0.4;
}

.p-dropdown-panel {
  z-index: 2 !important;
  max-width: 100%;
}
.p-dropdown-panel li {
  white-space: break-spaces;
}
@media screen and (min-width: 1400px) {
  .p-dropdown-panel {
    max-width: 1320px;
  }
}
@media screen and (min-width: 1200px) {
  .p-dropdown-panel {
    max-width: 1140px;
  }
}
@media screen and (min-width: 992px) {
  .p-dropdown-panel {
    max-width: 960px;
  }
}
@media screen and (min-width: 768px) {
  .p-dropdown-panel {
    max-width: 720px;
  }
}
@media screen and (min-width: 576px) {
  .p-dropdown-panel {
    max-width: 540px;
  }
}

.p-float-label textarea:focus ~ label {
  color: var( --green-4 );
}

.activate-label {
  top: -0.5rem !important;
  background-color: #ffffff;
  padding: 2px 4px;
  margin-left: -4px;
  margin-top: 0 !important;
  font-size: 12px;
}

@media screen and (max-width: 992px) {
  .header_bg-mb {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 991px) {
  .faq-tabs__item {
    padding: 12px;
  }
}
.faq-tabs__item--active svg {
  color: #959597;
}

.faq-select {
  border: 1px solid rgba(36, 97, 255, 0.1);
  border-radius: 4px;
  padding: 12px;
}

@media (max-width: 767px) {
  .partner-logo {
    max-width: 200px;
  }
}

.title-404 {
  position: absolute;
  z-index: 2;
  top: -110px;
}
@media (max-width: 991px) {
  .title-404 {
    position: static;
    top: 0;
  }
}

.filter-simple-row {
  display: grid;
  grid-template-columns: 1fr 1fr 235px;
}
@media screen and (max-width: 768px) {
  .filter-simple-row {
    grid-template-columns: 1fr;
  }
  .filter-simple-row .filters-col-search {
    max-width: 235px;
  }
  .filter-simple-row .search-result {
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .filter-simple-row .filters-col-search {
    max-width: 100%;
  }
}

a.property-text_black {
  color: var( --main ) !important;
}

.empty-avatar {
  background-color: #C2E2D7;
  border-radius: 50%;
  min-width: 150px;
  width: 150px;
  height: 150px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .empty-avatar {
    width: 100px;
    height: 100px;
    min-width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .empty-avatar {
    width: 150px;
    height: 150px;
    min-width: 150px;
  }
}
@media screen and (max-width: 575px) {
  .empty-avatar {
    width: 100px;
    height: 100px;
    min-width: 100px;
  }
}
.empty-avatar__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var( --green-4 );
  letter-spacing: -0.03em;
  font-weight: 500;
  font-size: 26px;
  text-transform: uppercase;
  line-height: 92%;
}

.image-404 {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .image-404 {
    margin-top: 0;
  }
}

@media screen and (max-width: 992px) {
  .headder_padding {
    min-height: inherit !important;
  }
  .headder_padding .page-title {
    margin-bottom: 64px;
  }
}

.header_bg-color {
  background-color: #C2E2D7;
}

.header-mt32 {
  margin-top: 32px;
}
.header-mt32 .page-title {
  overflow-wrap: break-word;
}

.header_before-after {
  mix-blend-mode: luminosity;
  background-position-x: right !important;
  background-repeat: no-repeat !important;
}

@media screen and (max-width: 768px) {
  .header_before-after .page-title {
    padding-right: 60px;
  }
}
.coockies-popup {
  display: flex;
  justify-content: center;
  width: 100%;
}
.coockies-popup__item {
  z-index: 2;
  position: fixed;
  bottom: 10px;
  width: calc(100% - 48px);
  max-width: 1096px;
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
@media screen and (max-width: 1442px) {
  .coockies-popup__item {
    max-width: 944px;
  }
}
.coockies-popup__info {
  display: flex;
  gap: 16px;
  font-weight: 500;
  font-size: 17px;
  line-height: 150%;
  color: var( --main );
  margin-bottom: 32px;
}
.coockies-popup .color-blue {
  color: var( --green-4 );
}
.coockies-popup .pi {
  cursor: pointer;
}

.text-style {
  font-weight: 400;
  font-size: 17px;
  /* or 27px */
  color: var( --main );
}

.nums-bullet {
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  /* identical to box height */
  color: #7889A4;
  margin-top: 10px;
}

.interactive-slider .swiper-pagination-bullet-active .nums-bullet, .interactive-slider .bullet-active_line .nums-bullet, .bio-slider .swiper-pagination-bullet-active .nums-bullet, .bio-slider .bullet-active_line .nums-bullet, .story-slider .swiper-pagination-bullet-active .nums-bullet, .story-slider .bullet-active_line .nums-bullet {
  color: var( --green-4 );
}

.search-list_green .search-result-list__title b {
  font-size: 20px;
}
.search-list_green .search-result-list__text b {
  font-size: 16px;
}
.search-list_green b {
  color: #2ECC71;
  font-weight: 600;
  line-height: 140%;
  /* or 28px */
  letter-spacing: -0.01em;
}

.notetext {
  color: var( --main ) !important;
}

.p-float-label .pi-spinner {
  font-size: 26px !important;
  position: absolute;
  right: 41px;
  top: 12px;
}
.p-float-label .pi-spinner::before {
  color: var( --green-4 );
}

.filters-activity__clear:disabled,
.filters-activity__clear[disabled],
.button-blue:disabled,
.button-blue[disabled] {
  opacity: 0.5;
}

.p-multiselect-label {
  white-space: normal;
}

.reasons-slider-section_center .swiper-slide__info {
  justify-content: center;
}

.section-pad-none .link-with-arrow__container {
  padding: 0;
}

.text-subtitle-admin .mw-73 p {
  margin-bottom: 32px;
}

.hidden {
  display: none !important;
}

.filters-activity__clear-left {
  margin: 16px auto 0px;
  grid-column: 2/4;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  .filters-activity__clear-left {
    grid-column: auto;
  }
}

.best-coursework-filter.best-coursework-filter__clear {
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 991px) {
  .best-coursework-filter.best-coursework-filter__clear {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 575px) {
  .best-coursework-filter.best-coursework-filter__clear {
    grid-template-rows: auto;
  }
  .best-coursework-filter.best-coursework-filter__clear .filters-col__button, .best-coursework-filter.best-coursework-filter__clear .filters-col_mb-100 {
    grid-column: 1/3;
  }
  .best-coursework-filter.best-coursework-filter__clear .filters-activity__clear-left {
    justify-content: center;
    grid-column: 1/3;
    margin: 0;
  }
}

#employeesFilter .filter-mb {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  #employeesFilter .filter-mb {
    margin-bottom: 20px;
  }
}

.line_transition .link-with-arrow__container .link-arrow {
  position: absolute !important;
  line-height: inherit;
}

.section-partners .card-title {
  margin-bottom: 0;
}
.section-partners .card-title a, .section-partners a.card-title {
  color: var( --green-4 );
}

.table {
  border: 1px solid #E1E3E6;
  border-radius: 4px;
}

.table th {
  background-color: #FFFCFA;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  text-transform: uppercase;
  color: #1B1C1F;
  border-bottom: 1px solid #E1E3E6;
  padding: 20px 24px;
}

.table td {
  background-color: white;
  padding: 20px 24px;
}

@media screen and (max-width: 575px) {
  #bg-detail-img .header_bg {
    min-height: 169px;
    height: auto;
  }
}

@media screen and (max-width: 575px) {
  #bg-detail-img .page-title {
    font-size: 27px;
  }
}