* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

body {
  max-width: 1920px;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
}

.container {
  max-width: 1560px;
  width: 98%;
  margin: 0 auto;
}

h1 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  font-size: 65px;
  line-height: 70px;
  text-transform: uppercase;
  color: #FFFFFF;
}

a, p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}

.header {
  position: relative;
  background: #003896;
  padding-top: 50px;
  padding-bottom: 40px;
  z-index: 5;
}
.header__mobile-nav {
  display: none;
}
.header__menu-toggle {
  display: none;
}
.header__wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.header__logo {
  position: absolute;
  top: -50px;
  left: -35px;
}
.header__menu {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-bottom: 0;
  padding-left: 0;
}
.header__menu li {
  color: #fff;
}
.header__menu a {
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}
.header__menu span {
  text-transform: uppercase;
}

.current-menu-item {
  position: relative;
  font-weight: 700;
}
.current-menu-item::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -6px;
  width: 60%;
  height: 2px;
  background: #D61C38;
}

.lang-item-cs {
  display: none;
}

.lang-item-en {
  display: none;
}

.lang-item-uk {
  display: none;
}

.current-lang {
  display: block !important;
  top: 0;
  right: 0;
}

.visible {
  display: block !important;
}

.boxlang {
  width: 90px;
  position: relative;
}

.langflags {
  position: absolute;
  display: flex;
  flex-direction: column;
  margin: 0;
  top: -1px;
}

.lang::after {
  position: absolute;
  display: block;
  content: "";
  top: 5px;
  right: 64px;
  width: 9px;
  height: 9px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: rotate(-135deg);
}

.lang-item {
  list-style: none;
  margin-bottom: 5px;
}
.lang-item img {
  width: 22px !important;
  height: 22px !important;
  box-shadow: 0px 0px 5px #000000;
  border-radius: 50%;
}

@media (max-width: 1200px) {
  .header__menu {
    gap: 15px;
  }
}
@media (max-width: 1100px) {
  .header__menu {
    gap: 5px;
  }
}
@media (max-width: 1024px) {
  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header__nav {
    display: none;
  }
  .header__menu-toggle {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header__menu-toggle span {
    position: relative;
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
  }
  .header__menu-toggle span::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    width: 30px;
    height: 2px;
    background: #fff;
  }
  .header__menu-toggle span::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 30px;
    height: 2px;
    background: #fff;
  }
  .header__mobile-menu {
    padding: 30px;
    margin-bottom: 0px;
    list-style: none;
  }
  .header__mobile-menu li a {
    text-decoration: none;
    color: #fff;
  }
  .header__mobile-menu .current-menu-item {
    color: #fff;
  }
  .header__mobile-menu .current-menu-item::after {
    display: none;
  }
  .header__mobile-menu .menu-item:not(:last-child) {
    margin-bottom: 10px;
  }
  .header__mobile-nav {
    display: block;
    position: absolute;
    right: 35px;
    top: -380px;
    background-color: #003896;
    box-shadow: -10px 5px 19px -5px rgba(132, 0, 0, 0.5607843137);
    transition: 0.3s;
  }
}
.show {
  top: 40px;
}

@media (max-width: 768px) {
  .header__mobile-nav {
    right: 37px;
  }
}
@media (max-width: 510px) {
  .header__mobile-nav {
    right: 39px;
  }
}
.main {
  overflow: hidden;
}

.button-more {
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 30px;
  padding: 20px 25px 18px;
}

.button-stud {
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 30px;
  padding: 24px 25px 22px;
  background-color: #D61C38;
}

.hero-swiper {
  height: 760px;
}
.hero-slide {
  height: 100%;
  background-color: rgba(0, 55, 150, 0.5019607843);
  padding-top: 150px;
  padding-bottom: 60px;
}
.hero-pl {
  display: inline-block;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 45px;
  line-height: 45px;
  letter-spacing: 2.65598px;
  text-transform: uppercase;
  color: #fff;
  background-color: #D61C38;
  margin-bottom: 0;
  padding-right: 15px;
  padding-left: 10px;
}
.hero-title {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 65px;
  line-height: 70px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 10px;
}
.hero-title strong {
  font-weight: 900;
}
.hero-txt {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  padding-top: 0;
  margin-bottom: 0;
}
.hero-btn {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 50px;
}

.hero-prev {
  top: auto !important;
  bottom: 20px;
  left: 30% !important;
  transform: translateX(-30%);
}

.hero-next {
  top: auto !important;
  bottom: 20px;
  right: 30% !important;
  transform: translateX(-30%);
}

.hero-prev::after {
  content: "";
  position: absolute;
  width: 45px;
  height: 28px;
  background: url(../img/arr-left.png) no-repeat;
}

.hero-prev:hover::after {
  background: url(../img/arr-left-red.png) no-repeat;
}

.hero-next::after {
  content: "";
  position: absolute;
  width: 45px;
  height: 28px;
  background: url(../img/arr-right.png) no-repeat;
}

.hero-next:hover::after {
  background: url(../img/arr-right-red.png) no-repeat;
}

.swiper-navigation-icon {
  display: none;
}

.swiper-pagination {
  bottom: 24px !important;
  z-index: 9;
}

.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.8784313725);
}

.swiper-pagination-bullet-active {
  background-color: #D61C38;
}

@media (max-width: 1024px) {
  .hero-prev, .hero-next {
    display: none;
  }
}
@media (max-width: 768px) {
  .hero-title {
    font-size: 50px;
    line-height: 100%;
  }
  .hero-pl {
    font-size: 28px;
    line-height: 120%;
  }
  .hero-txt {
    font-size: 18px;
  }
  .hero-next {
    right: 26% !important;
    transform: translateX(-26%);
  }
}
@media (max-width: 510px) {
  .hero-title {
    font-size: 40px;
  }
  .button-stud {
    display: none;
  }
  .hero-prev {
    left: 20px !important;
  }
  .hero-next {
    right: 13px !important;
    transform: translateX(0);
  }
}
.universal-wrap {
  display: flex;
}
.universal-image {
  width: 50%;
  overflow: hidden;
}
.universal-image img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.universal-txt-block {
  width: 50%;
  padding: 70px 100px;
}
.universal-txt-block h3 {
  font-weight: 800;
  font-size: 23.9945px;
  line-height: 24px;
  text-transform: uppercase;
  color: #D61C38;
}
.universal-txt-block p {
  font-weight: 400;
  font-size: 15.9964px;
  line-height: 19px;
  color: #231F20;
}
.universal-button {
  display: inline-block;
  color: #D61C38;
  border: 2px solid #D61C38;
  margin-top: 20px;
}

@media (max-width: 1440px) {
  .universal-txt-block {
    padding-top: 45px;
    padding-left: 70px;
    padding-right: 40px;
  }
}
@media (max-width: 1280px) {
  .universal-txt-block img {
    width: 30%;
  }
}
@media (max-width: 980px) {
  .universal-image {
    width: 25%;
  }
  .universal-txt-block {
    width: 75%;
  }
}
@media (max-width: 510px) {
  .universal-image {
    display: none;
  }
  .universal-txt-block {
    width: 85%;
    padding: 20px 30px 0 30px;
  }
}
.program-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.program-cart-bg {
  background-color: rgba(0, 55, 150, 0.5215686275);
  height: 100%;
}
.program-cart {
  position: relative;
  height: 500px;
}
.program-cart-body {
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 50px;
  padding-right: 50px;
  z-index: 2;
}
.program-link {
  position: relative;
  display: block;
  width: 70px;
  height: 35px;
  background-color: #003896;
  border-radius: 20px;
}
.program-link::after {
  content: "";
  position: absolute;
  width: 45px;
  height: 28px;
  top: 3px;
  left: 11px;
  background: url(../img/arr-right.png) no-repeat;
  transform: scale(0.8);
}
.program-cart-title {
  flex: 1;
  max-width: 230px;
  font-weight: 800;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0px 0px 38px rgba(0, 0, 0, 0.75);
  margin-right: auto;
  margin-left: 20px;
}
.program-icon {
  width: 50px;
  height: 50px;
}
.program-cart-bg:hover {
  background-color: rgba(161, 0, 24, 0.6156862745);
}
.program-cart-bg:hover .program-link {
  background-color: #D61C38;
}
.program-all-link {
  display: flex;
  justify-content: center;
  width: 250px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #D61C38;
  border: 2px solid #D61C38;
  border-radius: 30px;
  padding: 20px 25px 18px;
  margin: 30px auto 30px;
}

@media (max-width: 1440px) {
  .progcart9 {
    display: none;
  }
  .program-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 980px) {
  .progcart9 {
    display: block;
  }
  .program-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 510px) {
  .program-cart-body {
    padding-left: 10px;
    padding-right: 10px;
    flex-wrap: wrap;
  }
  .program-icon {
    width: 100%;
  }
  .program-cart-title {
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.news {
  padding: 40px 50px;
}
.news-title {
  font-weight: 800;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  color: #D61C38;
  margin-bottom: 30px;
}
.news-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.news-card {
  position: relative;
  width: 100%;
  height: 350px;
}
.news-content {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  left: 0;
  bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  background-color: rgba(161, 0, 24, 0.6156862745);
  opacity: 0;
  transition: 0.2s;
}
.news-card-time {
  font-style: italic;
  font-weight: 400;
  font-size: 10px;
  line-height: 10px;
  color: #fff;
}
.news-card-title {
  max-width: 220px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  margin-top: 15px;
}
.news-link {
  position: relative;
  display: block;
  width: 70px;
  height: 35px;
  background-color: #D61C38;
  border-radius: 20px;
}
.news-link::after {
  content: "";
  position: absolute;
  width: 45px;
  height: 28px;
  top: 3px;
  left: 11px;
  background: url(../img/arr-right.png) no-repeat;
  transform: scale(0.8);
}

.news-card:hover .news-content {
  opacity: 1;
}

@media (max-width: 1440px) {
  .news-content {
    height: 50%;
  }
}
@media (max-width: 1280px) {
  .news {
    padding: 40px 20px;
  }
}
@media (max-width: 1200px) {
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .news-content {
    height: 35%;
  }
}
@media (max-width: 768px) {
  .news-content {
    opacity: 1;
  }
}
@media (max-width: 680px) {
  .news-grid {
    grid-template-columns: 1fr;
  }
}
.subscribe {
  background: url(../img/form-bg.webp) no-repeat center;
  background-size: cover;
  padding-top: 65px;
  padding-bottom: 55px;
}
.subscribe-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
.subscribe-news, .subscribe-form {
  width: 60%;
  margin: 0 auto;
}
.subscribe-news-title, .subscribe-form-title {
  font-weight: 800;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px;
}
.subscribe-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  margin-bottom: 0;
}
.subscribe-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.subscribe-group input, .subscribe-group textarea {
  width: 100%;
  background: transparent;
  border: 0;
  border-radius: 0;
  outline: 0;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  padding-left: 20px;
  margin-top: 15px;
  color: #fff;
}
.subscribe-group input::-moz-placeholder, .subscribe-group textarea::-moz-placeholder {
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}
.subscribe-group input:-ms-input-placeholder, .subscribe-group textarea:-ms-input-placeholder {
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}
.subscribe-group input::placeholder, .subscribe-group textarea::placeholder {
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}
.subscribe-news-group {
  margin-top: 52px;
}
.subscribe input[type=text], .subscribe input[type=email], .subscribe input[type=tel] {
  color: #fff;
}
.subscribe input[type=submit] {
  border: none;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 30px;
  padding: 15px 45px 14px;
  background: #D61C38;
}
.subscribe-subs-btn {
  margin-top: 50px;
  background: transparent;
  padding: 13px 35px;
}
.subscribe-subs-btn:hover {
  border: 2px solid #fff;
}
.subscribe-send-btn {
  margin-top: 50px;
  padding: 14px 47px;
  border: none;
}
.subscribe-send-btn:hover {
  border: none;
}

.wpcf7-spinner {
  vertical-align: middle;
}

.wpcf7 form .wpcf7-response-output {
  border: none;
  border-radius: 10px;
  color: #D61C38;
  background: #fff;
  padding: 20px;
}

@media (max-width: 1200px) {
  .subscribe-news-title, .subscribe-form-title {
    max-width: 230px;
  }
}
@media (max-width: 900px) {
  .subscribe-wrap {
    grid-template-columns: 1fr;
  }
  .subscribe-news-title, .subscribe-form-title {
    max-width: 450px;
  }
}
@media (max-width: 768px) {
  .subscribe-news, .subscribe-form {
    width: 90%;
  }
}
.partners {
  padding-top: 38px;
  padding-bottom: 95px;
}
.partners-wrap {
  position: relative;
}
.partners-title {
  text-align: center;
  font-weight: 800;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  color: #D61C38;
  margin-bottom: 39px;
}
.partners-img {
  width: 160px;
}
.partners-item a {
  text-decoration: none;
}
.partners-swiper {
  max-width: 1600px;
}
.partners-prev {
  left: 30px !important;
}
.partners-prev::after {
  content: "";
  position: absolute;
  width: 45px;
  height: 28px;
  background: url(../img/arr-left-blue.svg) no-repeat;
}
.partners-next {
  right: 30px !important;
}
.partners-next::after {
  content: "";
  position: absolute;
  width: 45px;
  height: 28px;
  background: url(../img/arr-right-blue.svg) no-repeat;
}

.swiper-wrapper {
  align-items: center;
}

@media (max-width: 1600px) {
  .partners-prev {
    top: -53px !important;
  }
  .partners-next {
    top: -52px !important;
  }
}
@media (max-width: 1024px) {
  .partners-prev {
    left: 8px !important;
  }
  .partners-next {
    right: 8px !important;
  }
}
@media (max-width: 550px) {
  .partners-title {
    max-width: 250px;
    margin: 20px auto 28px;
  }
}
.about-miss-txtblock h3 {
  margin-bottom: 90px;
}
.about-miss-txtblock p {
  display: flex;
  font-style: italic;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #003896;
}
.about-miss-txtblock span {
  font-style: italic;
  font-weight: 700;
  font-size: 80px;
  line-height: 80px;
  letter-spacing: -0.179688em;
  color: #D61C38;
  opacity: 0.25;
}
.about-num1 {
  margin-right: 58px;
}
.about-num2 {
  margin-right: 45px;
}

@media (max-width: 1024px) {
  .about-miss-txtblock {
    padding-left: 30px;
    padding-right: 15px;
  }
  .about-miss-txtblock p {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 510px) {
  .about-miss-txtblock p {
    display: block;
  }
}
.rada {
  padding-top: 230px;
  padding-bottom: 230px;
  background-color: #f0f0f0;
}
.rada-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  justify-items: center;
}
.rada-title {
  text-align: center;
  font-weight: 800;
  font-size: 23.9945px;
  line-height: 24px;
  text-transform: uppercase;
  color: #D61C38;
  margin-bottom: 85px;
}
.rada-image {
  position: relative;
  width: 220px;
}
.rada-image img {
  display: block;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 3px solid #D61C38;
}
.rada-image::after {
  content: "";
  position: absolute;
  width: 45px;
  height: 3px;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #D61C38;
}
.rada-name {
  text-align: center;
  font-weight: 800;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.00390625em;
  text-transform: uppercase;
  color: #003896;
  margin-top: 80px;
}
.rada-txt {
  text-align: center;
  font-weight: 600;
  font-size: 15.9964px;
  line-height: 16px;
  letter-spacing: 0.0078125em;
  color: #231F20;
}

@media (max-width: 1024px) {
  .rada-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 0;
  }
}
@media (max-width: 768px) {
  .rada {
    padding: 100px 0;
  }
}
@media (max-width: 510px) {
  .rada-wrap {
    grid-template-columns: 1fr;
  }
}
.team-section {
  width: 100%;
  padding: 48px 16px;
  max-width: 1720px;
  margin: 0 auto;
}
.team-title {
  color: #B91C1C;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 64px;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.team-member {
  display: flex;
  gap: 16px;
  padding: 16px;
  height: 220px;
}
.team-grid-all {
  display: none;
}
.team-more {
  width: 230px;
  display: block;
  text-align: center;
  color: #D61C38;
  border: 2px solid #D61C38;
  margin: 0 auto;
  cursor: pointer;
}
.team-close {
  display: none;
  width: 230px;
  text-align: center;
  color: #D61C38;
  border: 2px solid #D61C38;
  margin: 0 auto;
  cursor: pointer;
}

.view {
  display: grid;
}

.member-avatar {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #999999;
}
.member-info {
  flex: 1;
  min-width: 0;
}
.member-name {
  font-weight: 800;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.00390625em;
  text-transform: uppercase;
  color: #003896;
  margin-top: 0;
  margin-bottom: 0;
}
.member-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #231F20;
}

@media (max-width: 1200px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .team-grid {
    grid-template-columns: 1fr;
  }
}
.nav-container {
  max-width: 1560px;
  width: 98%;
  margin: 0 auto;
}

.program-btn-nav {
  display: none;
}

.program-nav::before {
  display: none;
}

.program {
  position: relative;
}
.program-nav {
  position: absolute;
  top: 0;
  right: 0;
  padding: 24px 27px 21px;
  background: #D61C38;
  z-index: 3;
}
.program-nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 40px;
  height: 30px;
  background: #D61C38;
  border-radius: 0 0 0 10px;
}
.program-nav ul {
  display: flex;
  gap: 20px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.program-nav ul li:nth-child(4) {
  text-align: center;
}
.program-nav ul li a {
  display: block;
  max-width: 100px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}

.program-item {
  display: flex;
}
.program-item-image {
  width: 50%;
  overflow: hidden;
}
.program-item-image img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.program-item-text {
  width: 50%;
  padding: 70px 100px;
}
.program-item-text h3 {
  font-weight: 800;
  font-size: 23.9945px;
  line-height: 24px;
  text-transform: uppercase;
  color: #D61C38;
}
.program-item-text p {
  font-weight: 400;
  font-size: 15.9964px;
  line-height: 19px;
  color: #231F20;
}
.program-item-link {
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #003896;
  border: 2px solid #003896;
  border-radius: 40px;
  padding: 14px 20px;
  margin-top: 30px;
}

.program-item:nth-child(even) .program-item-text {
  order: -1;
}

@media (max-width: 1300px) {
  .program-nav::before {
    display: block;
  }
  .nav-container {
    width: 100%;
  }
  .program-nav {
    width: 150px;
    right: -139px;
    transition: 0.3s;
  }
  .program-nav ul {
    flex-direction: column;
  }
  .program-btn-nav {
    display: block;
    position: absolute;
    right: 154px;
    top: 4px;
    width: 22px;
    height: 17px;
    display: block;
    background: url(../img/arr-right-small.svg) no-repeat;
    z-index: 4;
    cursor: pointer;
    transform: rotate(180deg);
    padding: 10px;
  }
  .open {
    right: 0;
  }
  .rotate {
    right: 148px;
    transform: rotate(0deg);
  }
}
@media (max-width: 1280px) {
  .program-item-text {
    padding: 45px 20px;
  }
}
@media (max-width: 980px) {
  .program-item-image {
    width: 25%;
  }
  .program-item-text {
    width: 75%;
  }
}
@media (max-width: 510px) {
  .program-item-image {
    width: 15%;
  }
  .program-item-text {
    width: 85%;
  }
}
.add-btn-nav {
  display: none;
  position: absolute;
  left: -20px;
  top: 4px;
  width: 22px;
  height: 17px;
  background: url(../img/arr-right-small.svg) no-repeat;
  z-index: 4;
}

.add-menu-nav::before {
  display: none;
}

.add-menu {
  position: relative;
}
.add-menu-nav {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 24px 27px 21px;
  background: #D61C38;
  z-index: 3;
  transition: 0.3s;
}
.add-menu-nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 40px;
  height: 30px;
  background: #D61C38;
  border-radius: 0 0 0 10px;
}
.add-menu-nav ul {
  display: flex;
  gap: 20px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.add-menu-nav ul li a {
  display: block;
  max-width: 110px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}

.admissions-wrap {
  display: flex;
}
.admissions-image {
  width: 50%;
  overflow: hidden;
}
.admissions-image img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.admissions-txt-block {
  width: 50%;
  padding-top: 145px;
  padding-left: 130px;
  padding-right: 150px;
}
.admissions-txt-block h3 {
  font-weight: 800;
  font-size: 23.9945px;
  line-height: 24px;
  text-transform: uppercase;
  color: #D61C38;
}
.admissions-txt-block p, .admissions-txt-block li {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #231F20;
}
.admissions ol {
  list-style: none;
}
.admissions li {
  position: relative;
  margin-bottom: 20px;
}
.admissions li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.admissions-item {
  display: flex;
}
.admissions-list .admissions-text {
  margin-top: 0;
}
.admissions-list .admissions-number {
  font-weight: 300;
  font-size: 36px;
  line-height: 36px;
  color: #D61C38;
  margin-right: 30px;
  margin-top: 0;
}

@media (max-width: 1280px) {
  .admissions-txt-block {
    padding: 100px 40px 0;
  }
}
@media (max-width: 980px) {
  .admissions-wrap {
    flex-direction: column;
  }
  .admissions-image {
    width: 100%;
    height: 400px;
  }
  .admissions-image img {
    height: auto;
  }
  .admissions-txt-block {
    width: 100%;
  }
  .add-btn-nav {
    transform: rotate(180deg);
    left: -28px;
  }
}
@media (max-width: 768px) {
  .add-btn-nav {
    display: block;
  }
  .add-menu-nav::before {
    display: block;
  }
  .add-menu-nav {
    left: auto;
    right: -155px;
    transform: translateX(0);
  }
  .add-menu-nav ul {
    display: block;
  }
  .add-menu-nav ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  .open-menu {
    right: 0;
  }
  .rotate-menu {
    transform: rotate(0deg);
    left: -20px;
  }
  .admissions-txt-block {
    padding-top: 70px;
  }
}
@media (max-width: 510px) {
  .admissions-item {
    display: block;
  }
  .admissions-number {
    margin-bottom: 20px;
  }
  .admissions-txt-block {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 450px) {
  .admissions-image {
    height: 100%;
  }
}
.request {
  max-width: 950px;
  margin: 0 auto;
  padding: 100px 40px 120px;
}
.request-block h3 {
  font-weight: 800;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  color: #D61C38;
  text-align: center;
}
.request-block p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #231F20;
}

.form-row {
  display: flex;
  gap: 20px;
}
.form-group {
  width: 100%;
}
.form-group input,
.form-group textarea {
  height: 55px;
  border: none;
  border-bottom: 2px solid #1d3c8d;
  border-radius: 0;
  padding: 12px 0 12px 20px;
  outline: none;
  width: 100%;
}
.form-group input::-moz-placeholder, .form-group textarea::-moz-placeholder {
  font-style: italic;
  font-size: 18px;
  color: #231F20;
}
.form-group input:-ms-input-placeholder, .form-group textarea:-ms-input-placeholder {
  font-style: italic;
  font-size: 18px;
  color: #231F20;
}
.form-group input::placeholder,
.form-group textarea::placeholder {
  font-style: italic;
  font-size: 18px;
  color: #231F20;
}
.form-group textarea {
  resize: vertical;
}

.wpcf7-list-item {
  display: flex;
  align-items: center;
  margin-left: 0;
}
.wpcf7-list-item input {
  width: 20px;
  height: 20px;
  accent-color: #D61C38;
}

.wpcf7-list-item-label {
  margin-left: 10px;
  margin-top: 2px;
}

.btn {
  display: block;
  background: #D61C38;
  color: #fff;
  border: none;
  border-radius: 25px;
  padding: 18px 45px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
  margin-left: auto;
}

@media (max-width: 700px) {
  .btn {
    margin: 30px auto 0;
  }
}
.questions {
  background-color: #D9D9D9;
  padding-top: 130px;
  padding-bottom: 130px;
}
.questions-wrap {
  border-top: 1px solid #B0B0B0;
}
.questions-block {
  max-width: 950px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.questions-block .questions-wrap:last-child {
  border-bottom: 1px solid #B0B0B0;
}
.questions-title {
  font-weight: 800;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  color: #231F20;
  text-align: center;
  margin-bottom: 60px;
}

.answer-one p {
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #231F20;
  padding-right: 60px;
  padding-left: 20px;
}

.accordion {
  position: relative;
  background: transparent;
  cursor: pointer;
  width: 90%;
  text-align: left;
  font-weight: 400;
  font-size: 19px;
  line-height: 120%;
  color: #231F20;
  padding: 17px 20px;
  transition: 0.2s;
}
.accordion:after {
  position: absolute;
  content: "";
  top: 23px;
  right: -60px;
  width: 30px;
  height: 15px;
  background: url(../img/qwe.svg) no-repeat;
  transform: rotate(0deg);
}

button {
  border: none;
  padding: 0;
}

.active {
  border: none;
  border-radius: 10px 10px;
}
.active:after {
  top: 23px;
  background: url(../img/qwe.svg) no-repeat;
  transform: rotate(180deg);
}

.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

@media (max-width: 768px) {
  .accordion:after {
    right: -40px;
  }
}
@media (max-width: 450px) {
  .accordion:after {
    right: -30px;
  }
}
.students-wrap {
  display: flex;
}
.students-image {
  width: 50%;
  overflow: hidden;
}
.students-image img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.students-txt-block {
  width: 50%;
  padding-top: 60px;
  padding-left: 130px;
  padding-right: 150px;
  padding-bottom: 50px;
}
.students-txt-block h3 {
  font-weight: 800;
  font-size: 23.9945px;
  line-height: 24px;
  text-transform: uppercase;
  color: #D61C38;
}
.students-txt-block p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #231F20;
}
.students blockquote {
  margin: 35px 0;
  border-left: 3px solid #D61C38;
  padding-left: 30px;
}
.students blockquote p {
  color: #003896;
}
.students-link {
  display: inline-block;
  text-decoration: none;
  padding: 14px 16px;
  border: 2px solid #003896;
  border-radius: 30px;
  background: transparent;
  margin-top: 40px;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #003896;
}

@media (max-width: 1500px) {
  .students-txt-block {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (max-width: 1280px) {
  .students-txt-block {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 980px) {
  .students-wrap {
    flex-direction: column;
  }
  .students-image {
    width: 100%;
    height: 450px;
  }
  .students-image img {
    height: auto;
  }
  .students-txt-block {
    width: 100%;
  }
}
@media (max-width: 650px) {
  .students-image {
    height: 100%;
  }
}
@media (max-width: 510px) {
  .students-txt-block {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.graph {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #003896;
}
.graph-bg {
  background: url(../img/pfc_lion.webp) no-repeat center;
}
.graph-title {
  max-width: 980px;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin: 20px auto;
}
.graph-text {
  margin: 60px 0;
}
.graph-text p {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
}
.graph-text li {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
}
.graph-text a {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
}
.graph-item {
  max-width: 1150px;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #fff;
  margin: 0 auto;
}
.graph-field-1 {
  width: 250px;
  font-weight: 700;
  font-size: 22px;
  color: #D61C38;
}
.graph-field-2 {
  width: 950px;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #fff;
}

@media (max-width: 550px) {
  .graph-item {
    flex-direction: column;
    align-items: center;
  }
  .graph-field-1, .graph-field-2 {
    width: 100%;
    text-align: center;
  }
}
.partners-page-block {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  align-items: center;
  gap: 100px 20px;
}
.partners-text {
  text-align: center;
  margin-bottom: 0;
  margin-top: 50px;
}
.partners-page-img {
  height: 230px;
  align-content: center;
}
.partners-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1280px) {
  .partners-page-block {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 900px) {
  .partners-page-block {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 550px) {
  .partners-page-block {
    grid-template-columns: repeat(2, 1fr);
  }
}
.top-news-item {
  display: flex;
  gap: 30px;
  margin-top: 40px;
}
.top-news-img {
  width: 600px;
  min-width: 315px;
  overflow: hidden;
}
.top-news-img img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-news-content {
  max-width: 800px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.top-news-title {
  font-size: 35px;
  line-height: 130%;
  color: #D61C38;
  margin: 0;
}
.top-news-description {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  flex: 1;
}
.top-news-link {
  text-decoration: none;
  text-transform: uppercase;
  color: #D61C38;
  padding: 13px 40px;
  border: 2px solid #D61C38;
  border-radius: 30px;
  align-self: start;
}

@media (max-width: 1024px) {
  .top-news-title {
    font-size: 25px;
  }
  .top-news-description {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  .top-news-item {
    flex-direction: column;
    gap: 0;
  }
  .top-news-img {
    width: 100%;
  }
  .top-news-description {
    flex: 0;
  }
  .top-news-title {
    margin-top: 20px;
  }
}
.contacts {
  padding-top: 60px;
  padding-bottom: 50px;
}
.contacts h3 {
  margin-top: 0;
}
.contacts-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.contacts-adress-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-basis: 65%;
}
.contacts-adr1, .contacts-ph1, .contacts-em1, .contacts-txt1 {
  font-weight: 400;
  font-size: 10px;
  line-height: 8px;
  color: #D61C38;
  margin: 0;
}
.contacts-adr2, .contacts-ph2, .contacts-em2, .contacts-txt2 {
  font-weight: 400;
  font-size: 14px;
  line-height: 8px;
  color: #231F20;
  margin-top: 8px;
}
.contacts-adress {
  position: relative;
  padding-left: 40px;
  width: 280px;
}
.contacts-adress::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 23px;
  height: 32px;
  background: url(../img/adress1.png) no-repeat;
}
.contacts-phone {
  position: relative;
  padding-left: 40px;
  width: 210px;
}
.contacts-phone::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 27px;
  height: 27px;
  background: url(../img/phone1.png) no-repeat;
}
.contacts-email {
  position: relative;
  padding-left: 40px;
  width: 285px;
}
.contacts-email::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 27px;
  background: url(../img/email1.png) no-repeat;
}
.contacts-social {
  min-width: 150px;
}
.contacts-social a {
  text-decoration: none;
}
.contacts-icon-fb {
  width: 24px;
  height: 24px;
  fill: #D61C38;
}
.contacts-icon-yt {
  width: 48px;
  height: 24px;
  fill: #D61C38;
}
.contacts-icon-insta {
  width: 34px;
  height: 24px;
  fill: #D61C38;
}
.contacts-icon-in {
  width: 29px;
  height: 29px;
  fill: #D61C38;
}

@media (max-width: 1150px) {
  .contacts-wrap {
    align-items: flex-start;
  }
  .contacts-adress-block {
    flex-wrap: wrap;
  }
}
@media (max-width: 660px) {
  .contacts-wrap {
    flex-direction: column;
  }
}
.news-post-header {
  padding-top: 250px;
  padding-bottom: 240px;
}
.news-post-date {
  display: inline-block;
  font-weight: 600;
  font-size: 30px;
  line-height: 31px;
  text-transform: uppercase;
  color: #fff;
  background-color: #D61C38;
  margin: 0 0 10px;
  padding: 10px;
}
.news-post-title {
  max-width: 990px;
  margin-top: 0;
}
.news-post-author {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
}
.news-post-content {
  max-width: 900px;
  margin: 60px auto 30px;
}
.news-post-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #231F20;
  margin: 30px 0;
}
.news-post-content blockquote {
  margin-left: 0;
  margin-right: 0;
  border-left: 3px solid #D61C38;
  padding-left: 30px;
}
.news-post-content blockquote p {
  font-style: italic;
  font-weight: 600;
  font-size: 15px;
  line-height: 30px;
  color: #003896;
  margin: 30px 0;
}
.news-post-content ol {
  counter-reset: item;
  list-style-type: none;
}
.news-post-content ol li {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #231F20;
  margin: 20px 0;
  padding-left: 20px;
}
.news-post-content ol li::before {
  content: counter(item);
  counter-increment: item;
  position: absolute;
  left: -40px;
  top: 0;
  font-weight: 300;
  font-size: 36px;
  line-height: 36px;
  color: #D61C38;
}
.news-post-content ol li:nth-child(-n+9):before {
  content: "0" counter(item);
}

.footer-menu .current-menu-item::after {
  display: none;
}

.footer {
  background: #000;
  padding-top: 50px;
  padding-bottom: 38px;
}
.footer__wrap {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 15px;
}
.footer__logo {
  width: 145px;
  grid-area: 1/1/3/2;
}
.footer__content {
  grid-area: 1/2/2/3;
}
.footer__bottom {
  grid-area: 2/2/3/3;
}
.footer-menu {
  list-style: none;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: space-between;
  padding-left: 0;
  margin-bottom: 0;
}
.footer-menu a {
  color: #A3A19E;
  text-decoration: none;
}
.footer-menu li {
  color: #A3A19E;
}
.footer__line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-left: 40px;
  padding-top: 10px;
  margin-top: 60px;
  border-top: 1px solid #A3A19E;
}
.footer__social a {
  text-decoration: none;
}
.footer__social a:not(:last-child) {
  margin-right: 10px;
}
.footer__icon-fb {
  width: 24px;
  height: 24px;
  fill: #A2A09D;
}
.footer__icon-fb:hover {
  fill: #D61C38;
}
.footer__icon-yt {
  width: 34px;
  height: 24px;
  fill: #A2A09D;
}
.footer__icon-yt:hover {
  fill: #D61C38;
}
.footer__icon-insta {
  width: 24px;
  height: 24px;
  fill: #A2A09D;
}
.footer__icon-insta:hover {
  fill: #D61C38;
}
.footer__icon-in {
  width: 29px;
  height: 29px;
  fill: #A2A09D;
}
.footer__icon-in:hover {
  fill: #D61C38;
}
.footer__adress {
  position: relative;
  padding-left: 40px;
}
.footer__adress::before {
  content: "";
  position: absolute;
  width: 136px;
  height: 190px;
  left: -55px;
  top: -77px;
  background: url(../img/adress.png) no-repeat;
  transform: scale(0.17);
}
.footer__adr1, .footer__ph1, .footer__em1 {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 10px;
  line-height: 20px;
  color: #D61C38;
  margin-top: 0;
  margin-bottom: 0;
}
.footer__adr2, .footer__ph2, .footer__em2 {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}
.footer__phone {
  position: relative;
  padding-left: 40px;
}
.footer__phone::before {
  content: "";
  position: absolute;
  width: 163px;
  height: 163px;
  left: -64px;
  top: -62px;
  background: url(../img/phone.png) no-repeat;
  transform: scale(0.19);
}
.footer__email {
  position: relative;
  padding-left: 40px;
}
.footer__email::before {
  content: "";
  position: absolute;
  width: 163px;
  height: 163px;
  left: -63px;
  top: -62px;
  background: url(../img/email.png) no-repeat;
  transform: scale(0.19);
}
.footer__copy, .footer__policy {
  text-align: center;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 12px;
  line-height: 10px;
  color: #515151;
  margin-top: 25px;
  margin-bottom: 0;
}
.footer__box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.footer__policy {
  color: #003896;
}

@media (max-width: 1170px) {
  .footer-menu {
    flex-direction: column;
    align-items: flex-end;
  }
  .footer-menu li {
    text-align: right;
  }
  .footer__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer__logo {
    grid-area: 1/1/2/2;
    margin: 0 auto;
  }
  .footer__content {
    grid-area: 1/2/2/3;
    margin: 0 auto;
  }
  .footer__bottom {
    grid-area: 2/1/3/3;
  }
  .footer__line {
    flex-wrap: wrap;
    padding-right: 40px;
  }
  .footer__social {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 851px) {
  .footer__line {
    justify-content: flex-start;
  }
}
.errore {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background: radial-gradient(circle, rgba(12, 0, 65, 0.7) 50%, rgb(12, 0, 65) 100%), url(../img/404bg.webp) no-repeat center;
  padding: 0 10px;
}
.errore-content {
  text-align: center;
}
.errore h1 {
  font-size: 120px;
  margin-bottom: 20px;
}
.errore p {
  font-size: 50px;
  color: #fff;
  margin-bottom: 40px;
}
.errore-btn {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
}
.errore-btn a {
  display: block;
  width: 120px;
  padding: 12px 20px;
  text-align: center;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  background: #003896;
  font-weight: bold;
}

.policy {
  padding-top: 150px;
}
.policy h1 {
  max-width: 850px;
  color: #000;
}
.policy p {
  color: #231F20;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.policy-content {
  max-width: 1200px;
}