

/* Start:/local/templates/vgik/css/main.css?173435674789399*/
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap");
html {
  font-size: 16px;
}

body {
  font-family: "Montserrat", sans-serif;
  line-height: 1.3;
}

a {
  outline: none !important;
}

.title-block {
  font-size: 4rem;
  text-transform: uppercase;
  color: #7474C9;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-bottom: 60px;
}

.title-small {
  font-size: 1.25rem;
  color: #7474C9;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 20px;
}

.tabs-wrapper .tabs-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
}
.tabs-wrapper .tabs-btns li {
  padding: 10px 30px;
  text-align: center;
  text-transform: uppercase;
  color: #7474C9;
  border: 2px solid #7474C9;
  font-size: 1.375rem;
  font-weight: 500;
  min-width: 250px;
  margin-right: 40px;
  border-radius: 4px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.tabs-wrapper .tabs-btns li:hover {
  background: rgba(116, 116, 201, 0.2);
}
.tabs-wrapper .tabs-btns li:last-child {
  margin-right: 0;
}
.tabs-wrapper .tabs-btns li.active {
  background: #7474C9;
  color: #fff;
}
.tabs-wrapper .tabs {
  position: relative;
}
.tabs-wrapper .tabs .tab-content {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  height: 100%;
}
.tabs-wrapper .tabs .tab-content.active {
  max-height: 10000px;
  position: relative;
  visibility: visible;
  opacity: 1;
}

.arrows-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.arrows-nav .arrow {
  margin-right: 25px;
  width: 60px;
  height: 60px;
  border: 2px solid #7474C9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.arrows-nav .arrow:last-child {
  margin-right: 0;
}
.arrows-nav .arrow path {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.arrows-nav .arrow:hover {
  background: #7474C9;
}
.arrows-nav .arrow:hover path {
  stroke: #fff;
}
.arrows-nav .arrow path {
  width: 24px;
}

.head-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}
.head-block .title-block {
  margin-bottom: 0px;
}
.head-block .right-links__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.head-block .right-links__items .link-more {
  margin-right: 60px;
}

.link-more {
  background: #fff;
  border-radius: 4px;
  padding: 12px 25px;
  color: #7474C9;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: 2px solid #fff;
}
.link-more:hover {
  background-color: #fff0;
  color: #fff;
}

.quote {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #040D3A;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}
.quote::after {
  content: "";
  width: 190px;
  height: 130px;
  background-image: url("/local/templates/vgik/css/../img/icons/quote.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -60px;
  right: -95px;
  z-index: -1;
}

.swiper-button-disabled {
  opacity: 0.5;
  cursor: auto !important;
}

.title-big {
  font-size: 4rem;
  font-weight: bold;
}

.btn {
  background: #fff;
  padding: 12px 25px;
  border: 2px solid #fff;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 600;
  color: #7474C9;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn:hover {
  background: #fff0;
  color: #fff;
}
.btn.btn-border {
  background: #fff0;
  color: #fff;
}
.btn.btn-border:hover {
  background: #fff;
  color: #7474C9;
}
.btn.btn-primary {
  background: #7474C9;
  color: #fff;
  border: 1px solid #7474C9;
  line-height: 1.5;
}
.btn.btn-primary:hover {
  background: #fff0;
  color: #7474C9;
}
.btn.btn-red {
  background: #FC4038;
  color: #fff;
  border-color: #FC4038;
  font-size: 1.25rem;
  padding: 23px 52px;
  border-radius: 10px;
  display: inline-block;
}
.btn.btn-red:hover {
  background: rgba(252, 64, 56, 0.8);
}

input, textarea {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #040D3A;
  width: 100%;
  padding: 12px 17px;
  border: 1px solid #7474C9;
}

::-webkit-input-placeholder {
  color: #040D3A;
  opacity: 0.7;
}

::-moz-placeholder {
  color: #040D3A;
  opacity: 0.7;
}

:-ms-input-placeholder {
  color: #040D3A;
  opacity: 0.7;
}

::-ms-input-placeholder {
  color: #040D3A;
  opacity: 0.7;
}

::placeholder {
  color: #040D3A;
  opacity: 0.7;
}

textarea {
  height: 110px;
  resize: none;
}

label {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

.agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-size: 0.875rem;
  cursor: pointer;
  margin-top: 20px;
}
.agree input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.agree span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.agree span::before {
  content: "";
  top: 2px;
  width: 18px;
  min-width: 18px;
  height: 18px;
  background: #7474C9;
  display: block;
  position: relative;
  margin-right: 15px;
}
.agree span::after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("/local/templates/vgik/css/../img/icons/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 2px;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.agree input:checked + span::after {
  opacity: 1;
}

[data-modal] {
  cursor: pointer;
}

.close {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.close span {
  width: 23px;
  height: 2px;
  background: rgba(4, 13, 58, 0.6);
  position: absolute;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.close span:last-child {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.play-btn {
  width: 100px;
  height: 100px;
  background-image: url("/local/templates/vgik/css/../img/icons/play-circle.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.play-btn:hover {
  opacity: 0.7;
}

.modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 80;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.modal-wrapper.open {
  opacity: 1;
  visibility: visible;
}
.modal-wrapper .modal {
  width: 100%;
  max-width: 950px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.modal-wrapper .close {
  position: absolute;
  top: 35px;
  right: 35px;
}
.modal-wrapper .title-col, .modal-wrapper .form-col {
  width: 50%;
  padding: 50px;
}
.modal-wrapper .title-col {
  background: #7474C9;
  color: #fff;
  position: relative;
  z-index: 1;
}
.modal-wrapper .title-col::after {
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/local/templates/vgik/css/../img/patterns/form.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
}
.modal-wrapper .title-modal {
  font-size: 4rem;
  font-weight: 700;
  text-transform: uppercase;
}
.modal-wrapper .form-col {
  padding: 60px 50px;
}
.modal-wrapper .form-title {
  font-size: 2.5rem;
  font-weight: 500;
  color: #7474C9;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.modal-wrapper .btn {
  width: 100%;
  text-align: center;
}

a {
  text-decoration: none;
}

button {
  font-family: "Montserrat", sans-serif;
}

.ticker {
  position: relative;
  padding: 9px 0;
  line-height: 1.5;
  background: -o-linear-gradient(347.21deg, #9074C9 5.37%, #4444BA 124.42%);
  background: linear-gradient(102.79deg, #9074C9 5.37%, #4444BA 124.42%);
  background: -o-linear-gradient(347.21deg, #62A5E1 5.37%, #1E6AAE 124.42%);
  background: linear-gradient(102.79deg, #62A5E1 5.37%, #1E6AAE 124.42%);
  font-size: 1.375rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.ticker span {
  display: block;
  white-space: nowrap;
  width: 300%;
  -webkit-animation: ticker 15s infinite linear;
          animation: ticker 15s infinite linear;
  padding-right: 20px;
}
.ticker:hover span {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@-webkit-keyframes ticker {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes ticker {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

.header-row {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
}
.navigation .social-list {
  margin-right: 35px;
}

.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-list li {
  margin-right: 25px;
}
.social-list li:last-child {
  margin-right: 0;
}
.social-list path {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.social-list a:hover path {
  fill: #7474C9;
}

.primary-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.primary-nav li {
  margin: 0 15px;
}
.primary-nav li:last-child {
  margin-right: 0;
}
.primary-nav a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  padding: 12px 30px;
  min-width: 175px;
  text-align: center;
  border: 2px solid #F8F8F8;
  border-radius: 10px;
  display: inline-block;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.primary-nav a:hover {
  background: #fff;
  color: #7474C9;
}
.primary-nav .btn-red {
  background: #E4022C;
  border-color: #E4022C;
}
.primary-nav .btn-red:hover {
  background: #fff0;
  color: #E4022C;
}

.nav-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  height: 28px;
  cursor: pointer;
}
.nav-toggle span {
  width: 31px;
  height: 2px;
  border-radius: 5px;
  background: #fff;
  margin-bottom: 7px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.nav-toggle span:last-child {
  margin-bottom: 0;
}
.nav-toggle span:nth-child(2) {
  width: 22px;
}
.nav-toggle:hover span {
  background: #7474C9;
}
.nav-toggle.active span {
  position: absolute;
  margin: 0;
}
.nav-toggle.active span:first-child {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nav-toggle.active span:last-child {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.nav-toggle.active span:nth-child(2) {
  opacity: 0;
}

.profile-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 25px 0 60px;
}
.profile-btns .send-blind, .profile-btns .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.profile-btns a {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.3125rem;
  line-height: 1;
  font-weight: 400;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.profile-btns a path {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.profile-btns a:hover {
  color: #7474C9;
}
.profile-btns a:hover path {
  stroke: #7474C9;
}
.profile-btns .send-blind {
  cursor: pointer;
}
.profile-btns .send-blind path {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.profile-btns .send-blind:hover path {
  stroke: #7474C9;
}
.profile-btns .profile {
  margin: 0 25px;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.logo img {
  margin-right: 17px;
}
.logo span {
  font-size: 14.45px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  max-width: 435px;
}
.logo span b {
  margin-top: 5px;
  display: block;
}

.default-header {
  position: relative;
  padding: 0 0 30px;
  z-index: 2;
}
.default-header::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -o-linear-gradient(347.21deg, #62A5E1 5.37%, #1E6AAE 124.42%);
  background: linear-gradient(102.79deg, #62A5E1 5.37%, #1E6AAE 124.42%);
  opacity: 0.8;
  z-index: -1;
}

body {
  background-color: #fff;
}

section {
  padding: 140px 0;
}

.teaser-wrapper {
  min-height: 100vh;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), color-stop(57.39%, rgba(0, 0, 0, 0))), url("/local/templates/vgik/css/../img/home/teaser-home-2.jpg");
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 57.39%), url("/local/templates/vgik/css/../img/home/teaser-home-2.jpg");
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 57.39%), url("/local/templates/vgik/css/../img/home/teaser-home-2.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40vh;
  padding-bottom: 180px;
}
.teaser-wrapper .title-block {
  font-size: 5.25rem;
  max-width: 900px;
  font-weight: bold;
  color: #fff;
}

.teaser-after {
  padding: 0;
  margin-top: -180px;
}

.partners-row {
  margin-top: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.partners-row .partners__item {
  width: 33.33333%;
  background: #f8f8f8;
  height: 175px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.partners-row .partners__item img {
  max-width: 80%;
  max-height: 90%;
}
.partners-row .partners__item::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 94px;
  background: #88BCEB;
  top: 0;
  bottom: 0;
  margin: auto;
}
.partners-row .partners__item:last-child::after {
  display: none;
}

.additional-links__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px -10px 30px;
}
.additional-links__row .additional__item {
  width: calc(20% - 20px);
  margin: 0 10px;
  background: #61ADC8;
  padding: 30px 22px;
  color: #fff;
  position: relative;
  border-radius: 10px;
}
.additional-links__row .additional__item.item-justify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.additional-links__row .additional__item .title-small {
  color: #fff;
  font-size: 1.75rem;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 600;
}
.additional-links__row .additional__item::after {
  width: 225px;
  height: 180px;
  background-size: contain;
  position: absolute;
  right: 35px;
  background-image: url("/local/templates/vgik/css/../img/patterns/pattern-additional.svg");
  top: 0;
  opacity: 0.15;
  z-index: 0;
}
.additional-links__row .additional__item:nth-child(2n) {
  background: #7474C9;
}
.additional-links__row .additional__item:nth-child(3n) {
  background: #88BCEB;
}
.additional-links__row .additional__item .additional-title {
  position: relative;
  z-index: 1;
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.additional-links__row .additional__item a {
  color: #fff;
  position: relative;
  z-index: 1;
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: underline;
}
.additional-links__row .additional__item ul li {
  margin-bottom: 10px;
}
.additional-links__row .additional__item ul li:last-child {
  margin-bottom: 0;
}
.additional-links__row .additional__item:last-child a {
  text-decoration: underline;
}

.news-wrappper {
  padding: 140px 0 60px;
  overflow: hidden;
}
.news-wrappper .cld-number {
  height: 39px;
  background: #fff;
}
.news-wrappper .cld-number .cld-title {
  display: none;
}
.news-wrappper .cld-day {
  width: 40px;
  height: 40px;
  border-color: #7474C9;
  border-top-width: 0;
  border-left-width: 0;
  font-size: 0.875rem;
  color: #7474C9;
  position: relative;
}
.news-wrappper .cld-day.nextMonth, .news-wrappper .cld-day.prevMonth {
  color: #61ADC8;
}
.news-wrappper .cld-day.today .cld-number {
  background: #61ADC8;
}
.news-wrappper .cld-day .eventday::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 13px 10px;
  border-color: transparent transparent #61ADC8;
  position: absolute;
  right: 0;
  bottom: 0;
}
.news-wrappper .cld-labels {
  margin-top: 20px;
  font-size: 0.75rem;
  font-weight: 600;
}
.news-wrappper .cld-labels .cld-label {
  background: #61ADC8;
  color: #fff;
  height: 40px;
  line-height: 40px;
  width: 40px;
}
.news-wrappper .cld-labels .cld-label:last-child {
  border-right: 1px solid #7474C9;
}
.news-wrappper .cld-datetime {
  font-size: 1.25rem;
  font-weight: 600;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}
.news-wrappper .cld-datetime .today {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: calc(100% - 80px);
  text-align: left;
}
.news-wrappper .cld-datetime .cld-nav {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.news-wrappper .cld-datetime .cld-fwd {
  margin-left: 10px;
}
.news-wrappper .eventday:hover {
  color: #61ADC8;
}
.news-wrappper .cld-nav {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.news-wrappper .cld-nav path {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.news-wrappper .cld-nav:hover {
  background: #fff;
}
.news-wrappper .cld-nav:hover path {
  stroke: #7474C9;
}

.events-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.events-row .calendar-wrapper {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #7474C9;
  border-radius: 4px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.events-row .today-events {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 26%;
  padding-right: 20px;
}
.events-row .nearest-events {
  width: 49%;
  padding-right: 9%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.events-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #7474C9;
  padding: 10px;
  color: #7474C9;
  border-radius: 4px;
  line-height: 1.2;
  background: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.events-list a:hover {
  background: #7474C9;
  color: #fff;
}
.events-list .event-img {
  border-radius: 4px;
  overflow: hidden;
  min-width: 95px;
  height: 95px;
  margin-right: 13px;
}
.events-list .event-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.events-list .event-title {
  font-size: 1rem;
  font-weight: 500;
  padding-bottom: 10px;
}
.events-list p {
  font-size: 0.75rem;
  font-weight: 400;
}
.events-list li {
  margin-bottom: 20px;
}
.events-list li:last-child {
  margin-bottom: 0;
}

.nearest-events {
  position: relative;
  height: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.evnet-big {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
  background-size: 120%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.evnet-big:hover {
  background-size: 130%;
}
.evnet-big::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-8.78%, rgba(116, 116, 201, 0.2)), color-stop(106.52%, rgba(2, 19, 63, 0.2)));
  background: -o-linear-gradient(top, rgba(116, 116, 201, 0.2) -8.78%, rgba(2, 19, 63, 0.2) 106.52%);
  background: linear-gradient(180deg, rgba(116, 116, 201, 0.2) -8.78%, rgba(2, 19, 63, 0.2) 106.52%);
  top: 0;
  left: 0;
  z-index: 1;
}
.evnet-big .date {
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 10px;
  z-index: 2;
  position: relative;
}
.evnet-big .title-event-big {
  color: #fff;
  padding-bottom: 0;
  position: relative;
  z-index: 2;
}

.news-slider {
  height: initial;
}
.news-slider .swiper-wrapper {
  height: initial;
}
.news-slider .swiper-slide {
  width: calc(25% - 20px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 20px;
  -webkit-transition: width 0.2s;
  -o-transition: width 0.2s;
  transition: width 0.2s;
  height: auto;
  height: 500px;
}
.news-slider .news-slider__item {
  height: 100%;
  padding: 50px;
  color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  overflow: hidden;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.news-slider .news-slider__item::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}
.news-slider .news-slider__item::after {
  content: "";
  width: 130%;
  height: 130%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #7474C9;
  height: 0;
  border-radius: 4px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}
.news-slider .news-slider__item:hover::after {
  opacity: 1;
  height: 100%;
}
.news-slider .news-slider__item > div {
  z-index: 1;
}
.news-slider .date {
  font-size: 1.25rem;
}
.news-slider .news-excerpt {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: max-height 0.2s;
  -o-transition: max-height 0.2s;
  transition: max-height 0.2s;
  position: relative;
  position: absolute;
  left: 50px;
  bottom: 50px;
}
.news-slider .news-title {
  font-size: 0.75rem;
  text-transform: uppercase;
  padding: 30px 0 60px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  padding-bottom: 0;
}
.news-slider .news-slider__item:hover .news-excerpt {
  opacity: 1;
  visibility: visible;
  position: relative;
  max-height: 190px;
  -webkit-transition: max-height 0.2s;
  -o-transition: max-height 0.2s;
  transition: max-height 0.2s;
  left: 0;
  bottom: 0;
}
.news-slider .news-slider__item:hover .news-title {
  padding-bottom: 60px;
}

.news-wrappper .container {
  position: relative;
}
.news-wrappper .container::after {
  content: "";
  width: 445px;
  height: 640px;
  background-image: url("/local/templates/vgik/css/../img/patterns/news-pattern.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 100px;
  left: -380px;
  z-index: -1;
  opacity: 0.15;
}
.news-wrappper .news-slider {
  overflow: hidden;
}
.news-wrappper .arrows-nav {
  position: absolute;
  right: 0;
  top: -101px;
  z-index: 1;
}

.nearest-slider {
  overflow: hidden;
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
  border-radius: 4px;
}

.education-wrapper {
  position: relative;
}
.education-wrapper::after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/local/templates/vgik/css/../img/home/education-2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.education-wrapper .container {
  position: relative;
  z-index: 2;
}
.education-wrapper .title-block {
  color: #fff;
}

.education-slider {
  overflow: hidden;
}
.education-slider .swiper-slide {
  width: 390px;
  margin-right: 20px;
}

.education-item {
  position: relative;
  overflow: hidden;
  height: 465px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
}
.education-item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;

}
.education-item .title-item {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.8125rem;
  position: relative;
  z-index: 2;
}
.education-item .education-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  height: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 40px 30px;
  position: relative;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.education-item .education-item__bottom {
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  height: 100%;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  padding: 40px 30px;
  background: #7474C9;
  position: relative;
  z-index: 2;
}
.education-item .education-item__bottom::after {
  content: "";
  width: 206px;
  height: 300px;
  background-image: url("/local/templates/vgik/css/../img/patterns/education.svg");
  position: absolute;
  bottom: -15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: -15px;
  opacity: 0.35;
  z-index: -1;
}
.education-item .education-item__bottom .title-item {
  margin-bottom: 30px;
}
.education-item .education-item__list li {
  margin-bottom: 15px;
}
.education-item .education-item__list li:last-child {
  margin-bottom: 0;
}
.education-item .education-item__list a {
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: underline;
  color: #fff;
}
.education-item:hover .education-item__bottom, .education-item.active .education-item__bottom {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.education-item:hover .education-item__top, .education-item.active .education-item__top {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.education-wrapper .arrows-nav .arrow {
  border-color: #fff;
}
.education-wrapper .arrows-nav .arrow path {
  stroke: #fff;
}
.education-wrapper .arrows-nav .arrow:hover {
  background: #fff;
}
.education-wrapper .arrows-nav .arrow:hover path {
  stroke: #7474C9;
}
.education-wrapper .swiper-slide:nth-child(2) .education-item__bottom {
  background: #61ADC8;
}
.education-wrapper .swiper-slide:nth-child(4) .education-item__bottom {
  background: #88BCEB;
}
.education-wrapper .swiper-slide:nth-child(6) .education-item__bottom {
  background: #61ADC8;
}

.science-wrapper {
  background: #7474C9;
  background: url("/local/templates/vgik/css/../img/home/science.jpg");
  overflow: hidden;
  margin-bottom: 100px;
  background-size: cover;
  background-position: center;
}
.science-wrapper .title-block {
  color: #fff;
}
.science-wrapper .arrows-nav .arrow {
  border-color: #fff;
}
.science-wrapper .arrows-nav .arrow path {
  stroke: #fff;
}
.science-wrapper .arrows-nav .arrow:hover {
  background: #fff;
}
.science-wrapper .arrows-nav .arrow:hover path {
  stroke: #7474C9;
}

.science-slider .swiper-slide {
  width: calc(33.33% - 15px);
  margin-right: 20px;
  height: initial;
}
.science-slider .swiper-slide:nth-child(2) .science-item, .science-slider .swiper-slide:nth-child(4) .science-item {
  background-image: none !important;
}
.science-slider .swiper-slide:nth-child(2) .science-item::before, .science-slider .swiper-slide:nth-child(4) .science-item::before {
  display: none;
}
.science-slider .swiper-slide:nth-child(2) .science-item {
  background-color: #61ADC8;
}
.science-slider .swiper-slide:nth-child(2) .science-item::after {
  background-image: url("/local/templates/vgik/css/../img/patterns/science-2.svg");
}
.science-slider .swiper-slide:nth-child(4) .science-item {
  background-color: #7474c9;
}
.science-slider .swiper-slide:nth-child(4) .science-item::after {
  content: "";
  background-image: url("/local/templates/vgik/css/../img/patterns/science-4_1.svg");
}
.science-slider .swiper-slide:nth-child(4) .science-item::before {
  display: block;
  content: "Журнал ВГИК";
  background: none;
  font-size: 120px;
  font-weight: bold;
  text-transform: uppercase;
  color: #F8F8F8;
  opacity: 0.25;
  line-height: 1;
  left: 220px;
  text-align: center;
  top: 15px;
}
.science-slider .swiper-slide:nth-child(3) .science-item::before {
  background: -o-linear-gradient(104.52deg, #88BCEB 23.59%, rgba(136, 188, 235, 0) 125.4%);
  background: linear-gradient(345.48deg, #88BCEB 23.59%, rgba(136, 188, 235, 0) 125.4%);
  background: #88BCEB;
}
.science-slider .swiper-slide:nth-child(3) .science-item::after {
  background-image: url("/local/templates/vgik/css/../img/patterns/science-3.svg");
  background-position: right bottom;
}
.science-slider .swiper-slide:first-child .science-item::after {
  background-image: url("/local/templates/vgik/css/../img/patterns/science-1.svg");
}
.science-slider .swiper-slide:last-child {
  margin-right: 0;
}

.science-item {
  padding: 25px;
  position: relative;
  display: block;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 265px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
  overflow: hidden;
}
.science-item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(165, 174, 216, 0)), color-stop(78.12%, #9074C9));
  background: -o-linear-gradient(top, rgba(165, 174, 216, 0) 0%, #9074C9 78.12%);
  background: linear-gradient(180deg, rgba(165, 174, 216, 0) 0%, #9074C9 78.12%);
  background: #7474C9;
  z-index: 1;
  border-radius: 3px;
}
.science-item::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top left;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.science-item .title-item {
  font-size: 1.5rem;
  text-transform: uppercase;
  line-height: 1.25;
  font-weight: 500;
  color: #fff;
  position: relative;
  z-index: 3;
}

.creation-wrapper {
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
}
.creation-wrapper .title-block {
  color: #fff;
  margin-bottom: 0;
}
.creation-wrapper .container {
  position: relative;
  z-index: 1;
}
.creation-wrapper .arrows-nav .arrow {
  background: #fff;
  border-color: #fff;
}
.creation-wrapper .arrows-nav .arrow:hover {
  background-color: #fff0;
}
.creation-wrapper::after {
  content: "";
  width: 100%;
  position: absolute;
  height: calc(100% - 220px);
  background-image: url("/local/templates/vgik/css/../img/home/creation-2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  z-index: 0;
}

.creation-slider {
  overflow: hidden;
  border-radius: 4px;
}
.creation-slider .swiper-slide {
  width: calc(33.33% - 15px);
  margin-right: 20px;
  height: initial;
}
.creation-slider .swiper-slide:last-child {
  margin-right: 0;
}
.creation-slider .swiper-slide:nth-child(2n) .creation-item {
  background: #61ADC8;
}
.creation-slider .swiper-slide:nth-child(2n) .creation-item::before {
  background-image: url("/local/templates/vgik/css/../img/patterns/creation-2.svg");
}
.creation-slider .swiper-slide:nth-child(3n) .creation-item {
  background: #88BCEB;
}
.creation-slider .swiper-slide:nth-child(3n) .creation-item::before {
  background-image: url("/local/templates/vgik/css/../img/patterns/creation-3.svg");
  top: 60px;
  right: 50px;
  left: auto;
}
.creation-slider .swiper-slide:nth-child(4n) .creation-item {
  background: #7474C9;
}
.creation-slider .swiper-slide:nth-child(4n) .creation-item::before {
  background-image: url("/local/templates/vgik/css/../img/patterns/creation-4.svg");
  bottom: 0px;
  right: 0;
  left: auto;
  background-position: right bottom;
}

.creation-item {
  padding: 55px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  background: #7474C9;
  height: auto;
  min-height: 265px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-transform: uppercase;
  border-radius: 4px;
  height: 100%;
}
.creation-item .title-item {
  position: relative;
  z-index: 2;
}
.creation-item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/local/templates/vgik/css/../img/patterns/creation-1.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top right;
  z-index: 1;
}
.creation-item span {
  opacity: 0.15;
}

.infrastructure-wrapper {
  position: relative;
  overflow: hidden;
}
.infrastructure-wrapper .quote {
  max-width: 800px;
  margin-bottom: 85px;
}
.infrastructure-wrapper .title-block {
  margin-bottom: 0;
}

.infrastructure-sliders-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider-imgs-campus {
  overflow: hidden;
  width: 90%;
}
.slider-imgs-campus .campus-img-slide {
  width: 100%;
  height: 600px;
  background: #90C5D8;
  border-radius: 4px;
  padding-top: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.slider-imgs-campus .campus-img-slide img {
  padding-left: 30px;
  max-height: 100%;
}
.slider-imgs-campus .swiper-slide:nth-child(2n) .campus-img-slide {
  background: #9393D3;
}
.slider-imgs-campus .swiper-slide:nth-child(3n) .campus-img-slide {
  background: #ACCEEE;
}

.slider-content-wrapper {
  position: absolute;
  right: 0;
  width: calc(50% + 0px);
  overflow: hidden;
}
.slider-content-wrapper .swiper-wrapper {
  height: inherit;
}
.slider-content-wrapper .swiper-slide {
  width: 100%;
  height: initial;
}
.slider-content-wrapper .swiper-slide:nth-child(2n) .slider-content__item {
  background: #7474C9;
}
.slider-content-wrapper .swiper-slide:nth-child(3n) .slider-content__item {
  background: #88BCEB;
}
.slider-content-wrapper .slider-content__item {
  background: #61ADC8;
  border-radius: 4px;
  padding: 60px;
  color: #fff;
  position: relative;
  z-index: 1;
  height: 100%;
}
.slider-content-wrapper .slider-content__item .play-btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.slider-content-wrapper .slider-content__item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  background-image: url("/local/templates/vgik/css/../img/patterns/infrastructure.svg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto;
}
.slider-content-wrapper .slider-content__item .title-item {
  font-size: 1.8125rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 50px;
}
.slider-content-wrapper .slider-content__item .sub-title__item {
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 35px;
  font-weight: 500;
}
.slider-content-wrapper .slider-content__item a {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: underline;
  line-height: 1;
}
.slider-content-wrapper .list-col {
  padding: 0 15px;
  position: relative;
}
.slider-content-wrapper .list-col:last-child {
  margin-top: 25px;
}
.slider-content-wrapper .list-col:last-child::before {
  content: "";
  position: absolute;
  top: -25px;
  left: -15px;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
}
.slider-content-wrapper li {
  margin-bottom: 20px;
}
.slider-content-wrapper li:last-child {
  margin-bottom: 0;
}
.slider-content-wrapper .row-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}
.slider-content-wrapper .row-lists .list-col {
  width: 50%;
}

.partners-wrapper-one {
  background: #88BCEB;
  padding: 55px 0;
}

.infrastructure-wrapper .container {
  position: relative;
}
.infrastructure-wrapper .container::after {
  content: "";
  width: 445px;
  height: 640px;
  background-image: url("/local/templates/vgik/css/../img/patterns/news-pattern.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -50px;
  right: -380px;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  z-index: -1;
  opacity: 0.15;
}

.partners-wrapper {
  background: #61ADC8;
  padding: 80px 0;
}
.partners-wrapper .title-block {
  margin-bottom: 0;
  color: #fff;
}
.partners-wrapper .arrows-nav .arrow {
  border-color: #fff;
}
.partners-wrapper .arrows-nav .arrow path {
  stroke: #fff;
}
.partners-wrapper .arrows-nav .arrow:hover {
  background: #fff;
}
.partners-wrapper .arrows-nav .arrow:hover path {
  stroke: #7474C9;
}

.slider-partners .swiper-slide {
  width: 16.6666%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
}
.slider-partners .partners-item {
  height: 100px;
  border-radius: 4px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider-partners .partners-item img {
  max-width: 80%;
  max-height: 90%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.slider-partners .partners-item:hover img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.hot-line-wrapper {
  background: #88BCEB;
  padding: 45px 0;
  color: #fff;
  overflow: hidden;
}
.hot-line-wrapper .title-block {
  color: #fff;
}
.hot-line-wrapper .container {
  position: relative;
}
.hot-line-wrapper .container::before {
  content: "";
  width: 250px;
  height: 500px;
  position: absolute;
  top: -30px;
  left: -205px;
  background-image: url("/local/templates/vgik/css/../img/patterns/hot.svg");
  background-position: center top;
  background-repeat: no-repeat;
}

.hot-line__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
}
.hot-line__row .title-block {
  width: 60%;
  padding: 0 100px;
  margin-bottom: 0;
  position: relative;
}
.hot-line__row .title-block::after {
  content: "";
  width: 312px;
  height: 155px;
  position: absolute;
  bottom: -55px;
  right: 190px;
  background-image: url("/local/templates/vgik/css/../img/patterns/hot_after.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
}
.hot-line__row .question-wrapper {
  width: 40%;
}
.hot-line__row .title-small {
  color: #fff;
  font-size: 1.875rem;
}
.hot-line__row .btn-border {
  margin-top: 20px;
}
.hot-line__row .btn-border:hover {
  color: #88BCEB;
}

footer {
  background: #7474C9;
  color: #fff;
  padding: 120px 0;
  position: relative;
  z-index: 1;
}
footer::after {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: right bottom;
  background-image: url("/local/templates/vgik/css/../img/patterns/footer.svg");
  background-repeat: no-repeat;
}

.footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  color: #fff;
}
.footer-row .desc-footer {
  font-weight: 100;
}
.footer-row .desc-footer p {
  margin-bottom: 10px;
}
.footer-row .desc-footer p:last-child {
  margin-bottom: 0;
}
.footer-row .social-list {
  margin: 35px 0 45px;
}
.footer-row a {
  color: #fff;
  font-weight: 100;
  line-height: 1.35;
}
.footer-row .col-footer {
  width: 25%;
  padding-right: 45px;
}
.footer-row .title-footer {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #F8F8F8;
  margin-bottom: 30px;
}
.footer-row ul li {
  margin-bottom: 10px;
}
.footer-row ul li:last-child {
  margin-bottom: 0;
}
.footer-row a:hover {
  text-decoration: underline;
}
.footer-row .social-list a {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.footer-row .social-list a:hover {
  -webkit-filter: drop-shadow(0 0 10px #fff);
          filter: drop-shadow(0 0 10px #fff);
}
.footer-row .social-list a:hover path {
  fill: #fff;
}

.copyright {
  margin-top: 30px;
  font-weight: 100;
}

footer .btn {
  font-weight: 600;
  text-decoration: none !important;
  display: inline-block;
  text-align: center;
  font-size: 0.875rem;
  width: 250px;
  padding: 5px;
}

.title-change {
  text-transform: uppercase;
  font-weight: 600;
  word-wrap: anywhere;
}

.num-change {
  font-size: 6.5625rem;
  font-weight: bold;
  display: block;
  line-height: 75px;
  margin-top: 15px;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.bg-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.teaser-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), color-stop(57.39%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 57.39%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 57.39%);
  z-index: 1;
}
.teaser-wrapper .container {
  position: relative;
  z-index: 2;
}
.teaser-wrapper .bg-video {
  height: 100vh;
}
.teaser-wrapper .bg-video video {
  height: 100vh;
  width: 100vw;
}

.education-wrapper .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
}

.science-wrapper {
  position: relative;
}
.science-wrapper .bg-video {
  height: 100%;
  z-index: 1;
}
.science-wrapper .bg-video video {
  -o-object-position: bottom center;
     object-position: bottom center;
}
.science-wrapper .container {
  position: relative;
  z-index: 2;
}

.creation-wrapper .bg-video {
  height: calc(100% - 220px);
  z-index: 1;
}
.creation-wrapper .container {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1600px) {
  .creation-wrapper .bg-video {
    height: calc(100% - 100px);
  }
}
.no-scroll {
  overflow: hidden;
}

.menu-wrapper {
  position: fixed;
  height: calc(100vh - 51px);
  width: 100%;
  z-index: 50;
  top: 51px;
  left: 0;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.menu-wrapper.open {
  opacity: 1;
  visibility: visible;
}
.menu-wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("/local/templates/vgik/css/../img/patterns/menu.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
}

.menu-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 110px 0 30px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.menu-header path {
  stroke: #7474C9;
}
.menu-header a {
  color: #7474C9;
}
.menu-header .nav-toggle span {
  background: #7474C9;
}
.menu-header .profile-btns {
  margin-left: 0;
}

.menu-body {
  padding-bottom: 100px;
}
.menu-body ul {
  list-style: none;
}
.menu-body ul li {
  margin-bottom: 25px;
}
.menu-body ul li:last-child {
  margin-bottom: 0;
}
.menu-body a {
  font-size: 1.375rem;
  color: #7474C9;
  font-weight: 400;
}
.menu-body .parent-link > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-body .parent-link > a::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("/local/templates/vgik/css/../img/icons/down.svg");
  position: relative;
  display: inline-block;
  margin-left: 15px;
  top: 1px;
}
.menu-body .parent-link ul {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  margin-top: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.menu-body .parent-link ul a {
  font-size: 1.125rem;
}
.menu-body .parent-link ul li {
  margin-bottom: 15px;
}
.menu-body .parent-link ul li:last-child {
  margin-bottom: 0;
}
.menu-body .parent-link.open ul {
  margin-top: 15px;
  opacity: 1;
  visibility: visible;
  max-height: 1000px;
}
.menu-body .parent-link.open > a::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 1700px) {
  .creation-item {
    font-size: 2.3125rem;
  }
}
@media screen and (max-width: 1630px) {
  .profile-btns {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 14px;
  }

  .teaser-wrapper .title-block {
    font-size: 60px;
    max-width: 560px;
  }

  section {
    padding: 100px 0;
  }

  .profile-btns {
    margin-left: 20px;
  }

  .navigation .social-list {
    margin-right: 15px;
  }

  .primary-nav a {
    min-width: auto;
    padding: 12px 15px;
  }

  .ticker {
    min-height: 51px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .menu-wrapper::before {
    bottom: 0px;
  }

  .news-slider .news-slider__item {
    padding: 30px;
  }

  .education-slider .swiper-slide {
    width: calc(25% - 20px);
    padding: 0 10px;
    margin-right: 0;
  }

  .creation-item {
    font-size: 2.1875rem;
    min-height: auto;
  }

  .creation-wrapper::after {
    height: calc(100% - 100px);
  }

  .slider-content-wrapper {
    width: 60%;
  }

  .infrastructure-wrapper .quote {
    min-width: 680px;
  }

  .hot-line__row .title-block {
    padding: 0;
  }

  footer {
    padding: 50px 0;
  }

  .science-item {
    min-height: 240px;
  }

  .evnet-big {
    background-size: cover !important;
  }

  .news-slider .swiper-slide {
    height: 430px;
  }

  .partners-row .partners__item {
    height: auto;
    padding: 20px;
  }
  .partners-row .partners__item img {
    max-width: 300px;
    max-height: 100px;
  }

  .additional-links__row {
    margin-bottom: 50px;
  }

  .ticker {
    font-size: 1.25rem;
  }

  .logo img {
    max-width: 90px;
  }

  .creation-item {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 1400px) {
  .teaser-wrapper {
    padding-top: 250px;
  }

  .partners-row {
    margin-top: -150px;
  }

  .primary-nav li {
    margin: 0 10px;
  }
  .primary-nav a {
    font-size: 11px;
    padding: 8px 20px;
    min-width: auto;
  }

  .profile-btns {
    margin: 0 15px;
  }

  .menu-header {
    padding-top: 53px;
  }

  .creation-item {
    font-size: 1.75rem;
  }

  .slider-content-wrapper .slider-content__item a {
    font-size: 1.0625rem;
  }

  .hot-line__row .question-wrapper {
    width: 50%;
  }
  .hot-line__row .question-wrapper .title-small {
    padding-bottom: 10px;
  }
  .hot-line__row .title-block {
    width: 50%;
  }
  .hot-line__row .title-block::after {
    right: 0;
    width: 250px;
  }

  footer::after {
    background-size: 300px;
  }

  .btn {
    font-size: 11px;
  }

  .footer-row .col-footer {
    padding-right: 20px;
  }

  .menu-wrapper::before {
    bottom: -230px;
  }

  .education-item {
    height: 380px;
  }

  .partners-wrapper {
    overflow: hidden;
  }

  .slider-partners .swiper-slide {
    width: calc(25% - 0px);
  }

  .events-row {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .events-row .calendar-wrapper, .events-row .today-events {
    width: 50%;
  }
  .events-row .nearest-events {
    margin-top: 30px;
    padding-left: 0;
    width: 100%;
  }
  .events-row .evnet-big {
    min-height: 300px;
  }

  .modal-wrapper .title-col, .modal-wrapper .form-col {
    padding: 30px;
  }
  .modal-wrapper .title-modal {
    font-size: 2.9375rem;
  }
  .modal-wrapper .form-title {
    font-size: 1.25rem;
    margin-bottom: 15px;
  }
  .modal-wrapper input, .modal-wrapper textarea {
    padding: 8px 15px;
    font-size: 0.9375rem;
  }
  .modal-wrapper label {
    margin-bottom: 15px;
  }
  .modal-wrapper .title-col::after {
    background-size: 70%;
  }
  .modal-wrapper .modal {
    max-width: 700px;
  }
  .modal-wrapper .close {
    top: 30px;
    right: -50px;
  }
  .modal-wrapper .close span {
    background: #fff;
  }

  .creation-item {
    font-size: 1.5625rem;
  }

  .logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .logo span {
    margin-top: 20px;
  }
  .logo img {
    min-width: 100px;
  }

  .additional-links__row {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .additional-links__row .additional__item {
    width: calc(33.333% - 20px);
    margin-bottom: 20px;
  }
  .additional-links__row .additional__item:nth-last-child(-n+2) {
    margin-bottom: 0;
    width: calc(50% - 20px);
  }

  .teaser-wrapper {
    padding-top: 300px;
  }

  .header-row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .news-slider .swiper-slide {
    width: calc(33.33% - 20px);
  }

  .events-row .nearest-events {
    padding-right: 0;
    margin-bottom: 20px;
  }

  .science-item .title-item {
    font-weight: 600;
  }

  .science-slider .swiper-slide {
    width: calc(50% - 20px);
  }

  .title-block {
    font-size: 3rem;
  }

  .news-wrappper {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 12px;
  }

  .navigation .social-list, .navigation .primary-nav {
    display: none;
  }

  .ticker {
    font-size: 15px;
  }

  .news-slider .swiper-slide {
    width: 33.33%;
  }
  .news-slider .swiper-slide.swiper-slide-active {
    width: 33.33%;
  }
  .news-slider .swiper-slide.swiper-slide-active .news-title {
    font-size: 1.25rem;
  }

  .science-slider .swiper-slide, .creation-slider .swiper-slide, .news-slider .swiper-slide {
    width: calc(50% - 10px);
  }
  .science-slider .swiper-slide.swiper-slide-active, .creation-slider .swiper-slide.swiper-slide-active, .news-slider .swiper-slide.swiper-slide-active {
    width: calc(50% - 10px);
  }

  .creation-item {
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .creation-item .title-item {
    width: 100%;
  }
  .creation-item span {
    width: 100%;
  }

  .hot-line__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding-left: 100px;
  }
  .hot-line__row .title-block, .hot-line__row .question-wrapper {
    width: 100%;
  }
  .hot-line__row .title-block {
    margin-bottom: 30px;
  }
  .hot-line__row .title-block::after {
    display: none;
  }

  .footer-row .col-footer {
    width: 50%;
    margin-bottom: 30px;
  }
  .footer-row a {
    font-size: 15px;
  }

  .slider-content-wrapper {
    position: absolute;
    width: 60%;
    margin-top: 0;
    margin-left: auto;
  }

  .infrastructure-sliders-wrapper {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }

  .slider-imgs-campus {
    width: 80%;
  }
  .slider-imgs-campus img {
    width: 100%;
  }
  .slider-imgs-campus .campus-img-slide {
    height: auto;
  }

  .slider-content-wrapper .slider-content__item {
    padding: 30px;
  }
  .slider-content-wrapper .slider-content__item .title-item {
    margin-bottom: 20px;
  }
  .slider-content-wrapper .slider-content__item .sub-title__item {
    margin-bottom: 15px;
  }
  .slider-content-wrapper .list-col:last-child {
    margin-top: 3px;
  }

  .additional-links__row .additional__item {
    padding: 20px;
  }
  .additional-links__row .additional__item::after {
    width: 150px;
    height: 120px;
    background-repeat: no-repeat;
    background-position: center;
    right: 0;
  }

  .education-slider .swiper-slide {
    width: calc(33.33% - 20px);
  }

  section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 991px) {
  .partners-row .partners__item {
    padding: 10px;
  }
  .partners-row .partners__item img {
    max-width: 90%;
  }

  .teaser-wrapper .title-block {
    font-size: 3rem;
  }

  .partners-row {
    margin-top: -220px;
  }

  .title-block {
    font-size: 30px;
  }

  .arrows-nav .arrow {
    width: 45px;
    height: 45px;
  }
  .arrows-nav .prev {
    margin-right: 15px;
  }

  .head-block {
    margin-bottom: 30px;
  }
  .head-block .right-links__items .link-more {
    margin-right: 30px;
  }

  .infrastructure-wrapper .container::after {
    display: none;
  }

  .slider-content-wrapper {
    width: 80%;
  }

  .slider-partners .swiper-slide {
    width: 33.333%;
  }

  .science-item {
    min-height: 170px;
  }
  .science-item::after {
    background-size: 70px;
  }

  .science-slider .swiper-slide:nth-child(2) .science-item::after {
    background-size: contain;
  }
  .science-slider .swiper-slide:nth-child(4) .science-item::before {
    font-size: 70px;
    left: 120px;
  }

  .infrastructure-wrapper .quote {
    max-width: 500px;
    min-width: auto;
    margin-bottom: 35px;
  }
  .infrastructure-wrapper .quote::after {
    right: -10px;
    width: 130px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .teaser-wrapper {
    min-height: auto;
    padding-top: 300px;
    padding-bottom: 250px;
  }

  .news-wrappper .arrows-nav {
    top: -90px;
  }

  .title-block {
    margin-bottom: 20px;
  }

  .menu-wrapper::before {
    display: none;
  }

  .modal-wrapper .close {
    top: -40px;
    right: 5px;
  }

  .agree {
    font-size: 0.6875rem;
  }

  .education-item .education-item__top, .education-item .education-item__bottom {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .tabs-wrapper .tabs-btns {
    margin-bottom: 20px;
  }
  .tabs-wrapper .tabs-btns li {
    min-width: auto;
    margin-right: 15px;
  }

  .news-row .arrows-nav {
    position: relative;
    top: auto;
  }
  .news-row .swiper-slide, .news-row .swiper-slide.swiper-slide-active {
    width: 100%;
    height: 200px;
  }

  .news-slider .news-slider__item {
    padding: 15px;
  }
  .news-slider .news-slider__item:hover .news-title {
    padding-top: 15px;
    padding-bottom: 10px;
  }

  .news-row {
    padding: 0px;
    position: relative;
  }
  .news-row .arrows-nav {
    position: inherit;
    z-index: 10;
  }
  .news-row .arrows-nav .arrow {
    z-index: 1;
    position: absolute;
    top: 70px;
    left: 15px;
    background: #fff;
    border-color: #fff;
  }
  .news-row .arrows-nav .next {
    left: auto;
    right: 15px;
  }

  .events-row .calendar-wrapper, .events-row .today-events {
    width: 100%;
  }
  .events-row .today-events {
    padding: 0;
    padding-bottom: 30px;
    margin-top: 30px;
  }
  .events-row .evnet-big {
    min-height: 300px;
  }

  .events-wrapper .arrows-nav {
    display: none;
  }

  .additional-links__row {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .additional-links__row .additional__item {
    width: 100%;
    margin-bottom: 20px;
    min-height: 130px;
  }
  .additional-links__row .additional__item:last-child {
    margin-bottom: 0;
  }

  .head-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .head-block .title-block, .head-block .right-links__items {
    width: 100%;
  }
  .head-block .right-links__items {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
  }

  .education-slider .swiper-slide {
    width: 100%;
    margin-right: 0;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .education-item {
    height: auto;
  }
  .education-item .education-item__top {
    display: none;
  }
  .education-item .education-item__bottom {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }

  .science-slider .swiper-slide, .creation-slider .swiper-slide {
    width: 100%;
  }
  .science-slider .swiper-slide.swiper-slide-active, .creation-slider .swiper-slide.swiper-slide-active {
    width: 100%;
  }

  .slider-imgs-campus {
    display: none;
  }

  .slider-content-wrapper {
    position: relative;
    width: 100%;
  }

  .slider-partners .swiper-slide {
    width: 50%;
    padding-left: 0;
    padding-right: 20px;
  }

  .partners-wrapper, section {
    padding: 40px 0;
  }

  .hot-line__row {
    padding-left: 0;
  }

  .hot-line-wrapper .container::before {
    display: none;
  }

  .ticker {
    text-align: center;
    min-height: 35px;
  }
  .ticker span {
    width: 500%;
  }
  .ticker span:nth-last-child(-n+2) {
    display: none;
    font-size: 10px;
  }

  .footer-row .col-footer {
    width: 100%;
    padding-right: 0;
  }

  .menu-wrapper {
    top: 35px;
    height: calc(100vh - 35px);
  }

  .navigation {
    padding-top: 0;
  }

  .menu-header {
    padding-top: 30px;
  }

  .modal-wrapper .title-col {
    display: none;
  }
  .modal-wrapper .form-col {
    width: 100%;
  }
  .modal-wrapper .modal {
    max-width: 350px;
    width: calc(100% - 30px);
    margin: 0 15px;
  }

  .navigation {
    position: absolute;
    top: 100px;
    right: 0;
  }

  .header-row {
    position: relative;
  }

  .additional-links__row .additional__item:nth-last-child(-n+2) {
    width: 100%;
    margin-bottom: 20px;
  }
  .additional-links__row .additional__item:last-child {
    margin-bottom: 0;
  }

  .teaser-wrapper {
    padding: 310px 0 200px;
  }
  .teaser-wrapper .btn.btn-red {
    padding: 15px 30px;
    font-size: 15px;
  }
  .teaser-wrapper .title-block {
    font-size: 2rem;
  }

  .science-wrapper {
    margin-bottom: 30px;
  }

  .menu-body .parent-link ul a {
    font-size: 13px;
  }
}
@media screen and (max-width: 450px) {
  .partners-row .partners__item::after {
    height: 90%;
  }

  .tabs-wrapper .tabs-btns li {
    padding: 10px 15px;
    font-size: 16px;
  }

  .slider-content-wrapper .row-lists {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .slider-content-wrapper .row-lists .list-col {
    width: 100%;
  }
  .slider-content-wrapper .row-lists .list-col:last-child {
    margin-top: 20px;
  }

  .hot-line__row .title-small {
    font-size: 16px;
  }
  .hot-line__row .title-block {
    margin-bottom: 15px;
  }

  .footer-row .social-list {
    margin: 15px 0 10px;
  }

  .menu-body a {
    font-size: 13px;
    line-height: 1.4;
  }
  .menu-body .parent-link > a::after {
    margin-left: 10px;
    width: 15px;
    height: 15px;
    background-size: contain;
  }

  .menu-body {
    padding-bottom: 50px;
  }

  .news-row .arrows-nav {
    display: none;
  }

  .evnet-big {
    padding: 20px;
  }
}
.article-section {
  padding: 40px 0;
}

.title-page {
  text-transform: none;
  font-size: 2.8rem;
}

label + label {
  margin-top: 30px;
}

.article-section .text-red {
  font-size: 0.8rem;
}
.article-section .head-block {
  margin-bottom: 20px;
}
.article-section form {
  margin-top: 10px;
  max-width: 600px;
  width: 100%;
}
.article-section .label-title {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.article-section .desc-label {
  margin-top: 5px;
  font-size: 0.8rem;
}
.article-section sup {
  color: #ff2929;
}
.article-section .input-file-text {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.8rem;
  display: block;
  margin-top: 10px;
}

.text-red {
  color: #ff2929;
}

.input-file {
  position: relative;
  display: inline-block;
}
.input-file .input-file-btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  font-size: 14px;
  vertical-align: middle;
  color: white;
  text-align: center;
  border-radius: 4px;
  background-color: #7474C9;
  line-height: 22px;
  height: 40px;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  margin: 0;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.input-file input[type=file] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}
.input-file input[type=file]:focus + .input-file-btn {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.input-file:hover .input-file-btn {
  background-color: #5656a7;
}
.input-file:active .input-file-btn {
  background-color: #39397c;
}
.input-file input[type=file]:disabled + .input-file-btn {
  background-color: #eee;
}

.btn-dark {
  background-color: #7474C9;
  color: #fff;
  border-radius: 4px;
}
.btn-dark:hover {
  background-color: #5656a7;
}

@media screen and (max-width: 768px) {
  .title-page {
    font-size: 23px;
  }

  .article-section .label-title {
    font-size: 17px;
  }
}



/* Педагоги стили */


.peadgogi_inner{
  padding-top: 100px;
}
.peadgogi_cards{
  display: flex;
  flex-wrap: wrap;

  gap:20px;
}
.peadgogi_card_photo{
  width: 100%;
  height: 380px;
  border-radius: 10px;
  opacity: 0.5;

  filter: grayscale(100%);
}

.peadgogi_card{
  border-radius: 10px;
  background: #F6F6FF;
  width: calc((100% - 60px) / 4);

  padding-bottom: 30px;

  position: relative;

}
.peadgogi_card_text{
  padding-left: 30px;
  padding-right: 47px;
}
.peadgogi_card_name{
  margin-top: 30px;
  color: #040D3A;

  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.peadgogi_card_desc{
  color: #808080;
  margin-top: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 21.6px */

}

.peadgogi_card:before{
  position: absolute;
  width: 260px;
  height: 200px;
  content: '';
  bottom: 0;
  right: 0;
  opacity: 0.1;
  background-image: url('data:image/svg+xml,<svg width="260" height="200" viewBox="0 0 260 200" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M113.62 67.7231H71.7865L29.9531 162.163H71.7865L113.62 67.7231Z" fill="%237474C9"/><path fill-rule="evenodd" clip-rule="evenodd" d="M83.6667 -5.64624H41.8334L0 88.794H41.8334L83.6667 -5.64624Z" fill="%237474C9"/><path fill-rule="evenodd" clip-rule="evenodd" d="M175.878 -49.7078H134.044L92.2109 44.7325H134.044L175.878 -49.7078Z" fill="%237474C9"/><path fill-rule="evenodd" clip-rule="evenodd" d="M225.339 124.791H183.505L141.672 219.231H183.505L225.339 124.791Z" fill="%237474C9"/><path fill-rule="evenodd" clip-rule="evenodd" d="M195.385 51.4211H153.552L111.719 145.861H153.552L195.385 51.4211Z" fill="%237474C9"/><path fill-rule="evenodd" clip-rule="evenodd" d="M257.643 -66.0095H215.81L173.977 28.4307H215.81L257.643 -66.0095Z" fill="%237474C9"/><path fill-rule="evenodd" clip-rule="evenodd" d="M287.596 7.35938H245.763L203.93 101.8H245.763L287.596 7.35938Z" fill="%237474C9"/></svg>');
  background-repeat: no-repeat;
}

.peadgogi_card:hover:before{
  background-image: url('data:image/svg+xml,<svg width="260" height="323" viewBox="0 0 260 323" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M113.62 190.723H71.7865L29.9531 285.163H71.7865L113.62 190.723Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M83.6667 117.354H41.8334L0 211.794H41.8334L83.6667 117.354Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M145.925 -0.0769043H104.091L62.2578 94.3633H104.091L145.925 -0.0769043Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M175.878 73.2922H134.044L92.2109 167.732H134.044L175.878 73.2922Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M225.339 247.791H183.505L141.672 342.231H183.505L225.339 247.791Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M195.385 174.421H153.552L111.719 268.861H153.552L195.385 174.421Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M257.643 56.9905H215.81L173.977 151.431H215.81L257.643 56.9905Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M287.596 130.359H245.763L203.93 224.8H245.763L287.596 130.359Z" fill="white"/></svg>');
  width: 287px;
  height: 340px;
  right: -30px;

}

.peadgogi_card:hover .peadgogi_card_photo{
  filter: none;
  opacity: 1;


}

.peadgogi_card:hover{

  background: #7474C9;
}

.peadgogi_card:hover .peadgogi_card_name{
  color: #FFF;
}


.peadgogi_card:hover .peadgogi_card_desc{
color:#fff;
}
.peadgogi_card_desc2{

}
.peadgogi_card .peadgogi_card_desc2{
  display: block;
  color: #808080;
  opacity: 1;
margin-top: 6px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 21.6px */
  margin-top: 10px;
}

.peadgogi_card:hover .peadgogi_card_desc2{
  display: block;
  color: #FFF;  opacity: 1;


  font-size: 16px;
}
.pedagogi_pag{
  margin-top: 60px;
  margin-bottom: 100px;
}


.deat_inner{
  padding-top: 100px;
  padding-bottom: 100px;
}

.deat_inner_firstblock_text{
  color: #040D3A;
  width: 900px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
}

.deat_inner_firstblock_text span{
  color: #040D3A;

  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%; /* 21.6px */
}

.deat_inner_firstblock_card{
  border-radius: 10px;
  background: #88BCEB;
  padding: 20px;
  width: 660px;
}

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


.deat_inner_firstblock_card_title{
  color: #FFF;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Montserrat;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 36.4px */
  text-transform: uppercase;
}

.deat_inner_firstblock_card_desc_col1{
  color: #FFF;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}


.deat_inner_firstblock_card_desc_col1 a{
  color: #FFF;

  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

.deat_inner_firstblock_card_desc_col2_title, .deat_inner_firstblock_card_desc_col2 a{
  color: #FFF;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 22.4px */
}

.deat_inner_firstblock_card_desc_col2_desc{
  color: #FFF;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.deat_inner_firstblock_card_desc{
  margin-top: 12px;
  display: flex;
  gap:49px;
}
.deat_actions{
  margin-top: 104px;

}
.deat_action{
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid rgba(116, 116, 201, 0.5);
  margin-top: 40px;
  padding-bottom: 20px;

}

.deat_action_date{
  color: #FFF;
  border-radius: 4px;
  background: #61ADC8;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150.5%; /* 18.06px */
  padding: 5px 12px;
}

.deat_action_title{
  color: #7474C9;

  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 28.6px */
  text-transform: uppercase;
}

.deat_action_text{
  color: #040D3A;
  margin-top: 45px;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 135%; /* 21.6px */
}
.deat_action_tags{
  margin-top: 46px;
}
.deat_action_tags a{
  padding: 5px 12px;
  border-radius: 4px;
  border: 1px solid #7474C9;
  color: #7474C9;
  margin-right: 10px;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 150.5%; /* 15.05px */
}

.deat_action_img{
  width: 253px;
  height: 185px;
  border-radius: 10px;
  border: 1px solid #EAEAFF;
}

.deat_action_content{
  margin-left: 64px;
  padding-right: 20px;
}


.deat_action_btn{
  color: #FFF;
  border-radius: 4px;
  border: 1px solid #61ADC8;
  background: #7474C9;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 150.5%; /* 22.575px */
  padding: 16px 70px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  margin-top: 60px;
}

.deat_threeblock{
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
.deat_threeblock_cardleft{

  background: #61ADC8;

}
.deat_threeblock_cardright{
  background: #88BCEB;
}
.deat_threeblock_card{
  width: 800px;
  border-radius: 10px;
  display: flex;
  padding: 30px;
}

.deat_threeblock_card_icon{
  width: 213px;
  height: 177px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.10);
  display: flex;
  align-items: center;
  justify-content: center;
}

.deat_threeblock_card_icon img{
  width: 100px;
  height: 144px;

}

.deat_threeblock_card_content{
  width: 497px;
  margin-left: 80px;
}

.deat_threeblock_card_title{
  color: #FFF;

  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;


}

.deat_threeblock_card_desc{
  color: #FFF;
  margin-top: 40px;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
}

.news-detail .seven-cols {
	display: flex;
	flex-flow: wrap;
	gap: 5px;
}

.news-detail .seven-cols div.pdl {
	width: calc(25% - 10px);
	max-width: none;
	flex: 0 0 calc(25% - 10px);
	max-height: none;
	min-height: auto;
}

.news-detail .seven-cols .img-responsive {
	width: 100%;
	max-width: 100%;
	max-height: 500px;
	object-fit: cover;
	object-position: center top;
}

.news-detail .row b {
	display: block;
}

@media (max-width: 1630px) {
  .peadgogi_card_photo{
    height: 330px;
  }
  .peadgogi_card_name{
    font-size: 22px;
  }
  .deat_inner_firstblock_text{
    width: 685px;
    font-size: 14px;
  }
  .deat_inner_firstblock_card{
    width: 573px;
  }
  .deat_inner_firstblock_card_title{
    font-size: 22px;
  }
  .deat_inner_firstblock_card_desc{
    gap:22px;
    justify-content: space-between;

  }
  .deat_inner_firstblock_card_desc_col1, .deat_inner_firstblock_card_desc_col2_desc{
    font-size: 14px;
  }
  .deat_inner_firstblock_card_desc_col2_title, .deat_inner_firstblock_text span{
    font-size: 14px;
  }
  .deat_action_content{
    margin-left: 35px;
    padding-right: 20px;
    width: 1000px;
  }
  .deat_threeblock_card{
    width: 645px;
  }
	.news-detail .seven-cols .img-responsive {
		max-height: 410px;
	}
}

.about-vipuskniki-gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 10px;
}

.default_page_inner table td {
	vertical-align: middle;
	padding: 10px;
}

.about-vipuskniki {
	align-items: initial !important;
}


@media (max-width: 1430px){
  .peadgogi_card{
    width: calc((100% - 40px) / 3);
  }
  .deat_inner_firstblock_text{
    width: 570px;
    font-size: 12px;
  }
  .deat_inner_firstblock_card_title{
    font-size: 18px;
  }
  .deat_action_title{
    font-size: 22px;
  }
  .deat_action_content{
    width: 700px;
  }
  .deat_threeblock_card{
    width: 545px;
  }
  .deat_threeblock_card_content{
    margin-left: 40px;
  }
  .deat_threeblock_card_desc{
    margin-top: 30px;
  }
.news-detail .seven-cols .img-responsive {
		max-height: 340px;
	}
}
@media (max-width: 1200px){
  .peadgogi_card {
    width: calc((100% - 20px) / 2);
    height: 530px;
  }
  .deat_inner .iner-page-title{
    font-size: 38px;
  }
  .deat_inner_firstblock{
    flex-direction: column;
  }
  .deat_inner_firstblock_text{
    width: 100%;
  }
  .deat_inner_firstblock_card{
    width: 100%;
    margin-top: 30px;
  }
  .deat_inner_firstblock_card_desc{
    justify-content: flex-start;
    gap:90px;
  }
  .deat_action_content{
    width: 500px;
  }
  .deat_threeblock{
    flex-direction: column;
  }
  .deat_threeblock_card{
    width: 100%;
    margin-bottom: 20px;
  }
.news-detail .seven-cols .img-responsive {
		max-height: 280px;
	}

.about-vipuskniki {
	flex-flow: wrap;
}

.about-vipuskniki {
	flex-direction: initial !important;
}
.about-vipuskniki .one-gordost {
	width: calc(50% - 20px) !important;
	margin: 0 10px 20px;
}
}

@media (max-width: 1000px){
  .deat_inner .iner-page-title{
    font-size: 24px;
  }
  .peadgogi_inner .iner-page-title{
    font-size: 24px;
  }
  .peadgogi_inner, .deat_inner{
    padding-top: 60px;
  }
  .peadgogi_card{
    width: 100%;
    height: auto;
  }
  .wrap-filter {
    overflow: hidden;
  }
  .deat_inner_firstblock_card_desc{
    flex-direction: column;
    gap: 40px;
  }
  
  .deat_action{
    flex-direction: column;

  }
  .deat_action_img{
    width: 100%;
    order:1;
  }
  .deat_action_date{
    order:2;
    margin-top: 15px;
  }
  .deat_action_content{
    order: 3;
    margin-left: 0;
    margin-top: 15px;
    width: 100%;
  }
  .deat_action_title{
    font-size: 16px;
  }

  .deat_action_text{
    font-size: 12px;
    margin-top: 20px;
  }
  .deat_action_tags{
    margin-top: 32px;
  }
  .deat_action_btn{
    padding: 14px 50px;
  }
  .deat_threeblock_card{
    flex-direction: column;
    padding: 15px;
  }
  .deat_threeblock_card_icon{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .deat_threeblock_card_content{
    width: auto;
  }
  .deat_threeblock_card_content{
    margin-left: 0;
    margin-top: 20px;
  }
  .deat_threeblock_card_title{
    font-size: 20px;
  }
  .deat_threeblock_card_desc{
    font-size: 14px;
  }
  .deat_threeblock_card_desc{
    margin-top: 20px;
  }
.news-detail .seven-cols .img-responsive {
		max-height: 200px;
	}
}

@media (max-width: 768px){
	.news-detail .seven-cols div.pdl {
		width: calc(50% - 10px);
		flex: 0 0 calc(50% - 10px);
	}
.news-detail .seven-cols .img-responsive {
		max-height: 300px;
	}
}

@media (max-width: 575px){
	.news-detail .seven-cols div.pdl {
		width: calc(100% - 0px);
		flex: 0 0 100%
	}
.news-detail .seven-cols .img-responsive {
		max-height: 350px;
	}

.about-vipuskniki .one-gordost {
	width:100% !important;
	margin: 0 0px 20px;
}
}

.table-border td {
	border: 1px solid #000;
}

.default_page_inner ul {
	list-style: disc;
	padding-left: 20px;
}

.btn {
	display: inline-block;
}




/* stages-history.html page style 25.10.2023 */


.stages_history_inner {
  margin-top: 50px; 
}
.container {
}
.stages_history_nav_inner {
  display: flex;  
  gap:20px;
}
.stages_history_nav_items{
  display: flex;
  position: relative;
  gap:20px;
}
.stages_history_nav_inner_arrow{
  display: flex;
  gap:20px;
}
.stages_history_nav_inner_item {
    padding: 12px 30px;
    cursor: pointer;
    border: 1px solid #323232;
}
.stages_history_periods {
  margin-top: 50px; 
  display: flex;  
  overflow-x: scroll;
  
}
.stages_history_period_item {
    
   position: relative;
   display: flex;
   align-items: flex-end;
  

}
.stages_history_periods_scrol{
  display: flex;  
  width:fit-content;
  padding-bottom: 50px;
  position: relative;
}


.stages_history_periods{
  padding-bottom: 50px;
}



.stages_history_periods_scrol:before{
  position: absolute;
  content: '';
  left: 0;
     bottom: 41px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 2px solid #7474C9;
  background: #fff;
  z-index: 2;

}

.stages_history_periods_scrol:after{
  position: absolute;
  content: '';
  left: 19px;
     bottom: 49px;
    width: 20px;
  height: 2px;
  background: #7474C9;
  
}

.stages_history_period_item {

}
.svecha1 {
  position: relative;
  background:  #7474C9;
  
  margin-left: 51px;
}
.svecha1_img1 {
  width: 105px;
height: 126px;
position: absolute;
left: 50%;
top: 0;
transform: translateX(-50%);

}
.svecha1_img2 {
width: 32px;
height: 38px;
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: -18px;
}

.svecha1_year{
position: absolute;
top: 28px;
left: 50%;
transform: translateX(-50%);
color: #FFF;

font-size: 36px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: uppercase;

}
.svecha {
  padding-top: 126px;
  padding-bottom: 34px;
min-height: 308px;
width: 2px;

}

.stages_history_period_item_title{
  position: absolute;
  color: #7474C9;
font-variant-numeric: lining-nums proportional-nums;

font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 140%; /* 22.4px */
bottom: -56px;
left: 51px;
}

.stages_history_period_item_content {
  width: 360px;
  padding-top: 126px;
  padding-bottom: 34px;
}
.stages_history_period_item_content_title {
color: #7474C9;
font-variant-numeric: lining-nums proportional-nums;

font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 135%; /* 24.3px */
text-transform: uppercase;
}
.stages_history_period_item_content_desc {
color: #040D3A;
font-variant-numeric: lining-nums proportional-nums;

font-size: 12px;
font-style: normal;
font-weight: 300;
line-height: 135%; /* 16.2px */
margin-top: 10px;
}
.stages_history_period_item_content_img {
  margin-top: 10px;
  width: 200px;
}

.stages_history_period_item_content_wrp{
  display: flex;
  gap:35px;
  margin-right: 30px;
}


.period_item_bluer .svecha1{
  background: #61ADC8;
}

.period_item_bluer .stages_history_period_item_content_title,.period_item_bluer .stages_history_period_item_title{
  color: #61ADC8;
}


.stages_history_period_wow .stages_history_period_item_content{
  width: 900px;
}

.stages_history_period_wow .stages_history_period_item_content_img_wrp{
  display: flex;
  gap:10px;
}

.stages_history_period_wow .svecha1{
  background: #C86161;
}

.stages_history_period_wow  .stages_history_period_item_content_title,.stages_history_period_wow .stages_history_period_item_title{
color: #C86161;
}
.stages_history_bgicon{
  position: relative;
}
.stages_history_bgicon:before{
  position: absolute;
  background: url(/local/templates/vgik/css/../img/stages/wow.svg);
  content: '';
  width: 100%;
  height: 522px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  top: -130px;
  left: 0;
}

.stages_history_period_item_wid500 .stages_history_period_item_content{
  width: 500px;
}

.stages_history_period_item_content.stages_history_period_item_wid900{
  width: 900px;
}


.stages_history_period_item_wid900 ul{
  list-style: inside;
padding-left: 12px;}

.stages_history_period_item:before  {
content: '';
position: absolute;
bottom: -3px;
left: 45px;
width: 100%;
height: 2px;
background: #7474C9;

z-index: 2
}

.period_item_bluer:before  {

background:  #61ADC8
}
.stages_history_period_item_content_wrp {
  position: relative;z-index: 3
}
.stages_history_period_item {
  border: none!important;
}
.stages_history_period_wow:before  {

background:  #C86161
}


.stages_history_period_item_content_desc span.blue {
  font-weight: 700;
  color: #61ADC8;
}
.mlpolelementa {
margin-left: -336px;
}
.mlpolelementa270 {
  width: 344px;
}
.mlpolelementa2 {
  margin-left: -155px;
}
.pb228hgh {
  padding-bottom: 228px;
}
.pb124hgh {
  padding-bottom: 124px;
}
.pb370hgh {
  padding-bottom: 370px;
}
.pb214hgh {
  padding-bottom: 214px;
}
.pb260hgh {
  padding-bottom: 260px;
}
.pb156hgh {
  padding-bottom: 156px;
}
.pb195hgh {
  padding-bottom: 195px;
}
.pb309hgh {
  padding-bottom: 309px;
}

.pb80hgh {
  padding-bottom: 80px;
}
.stages_history_nav_inner_prevkrug {
 width: 60px;
height: 60px; 
cursor: pointer;
background: #88BCEB;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
 transition: 0.3s
}
.stages_history_nav_inner_prevkrug:hover {
  transition: 0.3s;
  background: #7474C9;
}
.stages_history_nav_inner_arrow {
  display: flex;
  gap: 26px;
  align-items: center;
}
.stages_history_periods {
    margin-top: 70px; 

    }

   .stages_history_nav_inner_item  {border-radius: 4px;
border: 1px solid #88BCEB;
white-space: nowrap;
      color: #88BCEB;
padding: 16px 17px;
font-size: 15px;
font-style: normal;
font-weight: 700;
line-height: 150.5%;
    }
    .stages_history_nav_items-wrp {
      overflow-x: scroll;

width: calc(100% - 160px ) ;
   }

   @media(max-width: 1600px) {
    .stages_history_period_item_content_desc {
      line-height: 130%
    }
    .stages_history_period_item_content {
      padding-top: 90px;
    }
    .svecha1_img1 {
    width: 87px;
    height: 87px;
  }
  .svecha1_year {
    position: absolute;
    top: 17px;
    font-size: 24px;
  }
  .stages_history_period_wow .stages_history_period_item_content {
    padding-bottom: 10px;
   }  



.pb228hgh {
  padding-bottom: 188px;
}
.pb124hgh {
  padding-bottom: 84px;
}
.pb370hgh {
  padding-bottom: 330px;
}
.pb214hgh {
  padding-bottom: 172px;
}
.pb260hgh {
  padding-bottom: 220px;
}
.pb156hgh {
  padding-bottom: 106px;
}
.pb195hgh {
  padding-bottom: 155px;
}
.pb309hgh {
  padding-bottom: 265px;
}

.pb80hgh {
  padding-bottom: 40px;
}


.stages_history_nav_inner {
  align-items: center;
}

}


@media(max-width: 1200px) {
  .stages_history_nav_inner_item {
   
    padding: 10px 10px;
    font-size: 12px;
  }
  .stages_history_nav_items {
    gap: 5px;
  }

}

@media(max-width: 900px) {
  .stages_history_period_item_content {
    padding-top: 60px;
}
.stages_history_period_item_content {
    width: 300px;
   
    padding-bottom: 12px;
}.stages_history_period_item_content_wrp {
    display: flex;
    gap: 25px;
    margin-right: 10px;
}
.svecha1 {
    margin-left: 30px;
}.svecha1_img1 {
    width: 70px;
    height: 70px;
}.svecha1_img2 {
    width: 21px;
    height: 21px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -11px;
}
.stages_history_period_item:before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 34px;
    }.svecha1_year {
    position: absolute;
    top: 17px;
    font-size: 16px;
}.mlpolelementa , .mlpolelementa2{
    margin-left: 0;
}.stages_history_period_item_content.stages_history_period_item_wid900 {
    width: 300px;
    overflow-y: scroll;
    max-height: 500px;
}
}

@media(max-width: 600px) {
  .stages_history_period_item_content {
    width: 254px;
    padding-bottom: 12px;
}.stages_history_period_item_content_wrp {
    display: flex;
    gap: 10px;
    margin-right: 10px;
}.stages_history_period_item_content_desc {
    line-height: 120%;
    font-size: 11px;
}.stages_history_period_item_title {
 
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    bottom: -36px;
    left: 44px;
}.stages_history_period_item_content_title {
    
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
}
.stages_history_period_item_content.stages_history_period_item_wid900 , .stages_history_period_wow .stages_history_period_item_content, .stages_history_period_item_wid500 .stages_history_period_item_content {
    width: 260px;
    margin-bottom: 20px;
    max-height: 500px;
    overflow-y: scroll;
}
.stages_history_period_item_content_img_wrp {
  flex-direction: column;
}.stages_history_bgicon:before {
    
    top: -82px;
    left: 0;
}
.stages_history_nav_inner_prevkrug {
    width: 34px;
    height: 34px; 
    }.stages_history_nav_inner_arrow {
    display: flex;
    gap: 10px;
    align-items: center;
}.stages_history_nav_items-wrp {
    overflow-x: scroll;
    width: calc(100% - 80px );
}.stages_history_nav_inner_item {
    padding: 5px 10px;
    font-size: 11px;
}
.about-vipuskniki{
  width: 100%!important;
}
.stages_history_periods_scrol:after , .stages_history_periods_scrol:before{
  content:  none;
}
}
.stages_history_periods_scrol:after , .stages_history_periods_scrol:before{
  content:  none;
}

.stages_history_nav_active{
  border-radius: 4px;
border: 1px solid #88BCEB;
background: #88BCEB;
color: #FFF;
font-size: 15px;
font-style: normal;
font-weight: 700;
line-height: 150.5%; /* 22.575px */
}
.stages_history_nav_items-wrp, .stages_history_periods{

}

.stages_history_nav_items-wrp::-webkit-scrollbar {
  width: 0;
  height:   0;
}

/*Убрать полосу прокрутки для всей страницы*/
.stages_history_nav_items-wrp::-webkit-scrollbar {
  width: 0;
  height:   0;
}
.stages_history_periods {
  margin-bottom: 20px;
}
.stages_history_periods::-webkit-scrollbar {

}

/*Убрать полосу прокрутки для всей страницы*/
.stages_history_periods::-webkit-scrollbar {

}

.table-border p + p {
	margin-top: 15px;
}

.default_page_inner b {
	font-weight: bold;
}



/* End */


/* Start:/local/templates/vgik/css/dop-main.css?171949663032301*/
.section-news-page-wrapper-top {
	margin-top: 100px;	padding-top: 0;
	padding-bottom: 0;
}
.news-page-wrapper-top {
	margin-bottom: 50px;
	padding-bottom: 50px;
display: flex;
justify-content: space-between;
	border-bottom: 1px solid rgba(116, 116, 201, 0.5);
}
.news-page-title {
font-weight: 600;
font-size: 64px;
line-height: 78px;
/* identical to box height */

text-transform: uppercase;
font-feature-settings: 'pnum' on, 'lnum' on;

color: #FFFFFF; padding:  26px 30px;
width: 800px;
box-sizing: border-box;
background: #61ADC8;
margin-bottom: 60px;
}
.news-page-first-article {
	width: 806px;
}
.news-page-adding-articles{
	width: 762px;
}
.news-page-adding-articles-item {
	position: relative;
	display: flex;
	justify-content: space-between;
		border-bottom: 1px solid rgba(116, 116, 201, 0.5);
		padding-bottom: 35px;
		margin-bottom: 35px;
}
.news-page-adding-articles-item-image {
width: 253px;
}
.news-page-adding-articles-item-image img {
	width: 100%;
}.adding-articles-item-header {
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 157.4%;
/* or 28px */

text-transform: uppercase;

color: #7474C9; margin-bottom: 28px;
}
.adding-articles-item-header span {
padding: 5px 12px;
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 150.5%;
/* identical to box height, or 18px */


color: #FFFFFF;

background: #61ADC8;
border-radius: 4px;
}
.news-page-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.news-page-adding-articles-item-left {
	width: 489px;
}
.adding-articles-item-tags {
	display: flex;
	flex-wrap: wrap;
	gap:  10px;
}
.adding-articles-item-tags a{
	padding: 5px 12px;
gap: 10px;
position: relative;
z-index: 2;font-style: normal;
font-weight: 400;
font-size: 10px;
line-height: 150.5%;
/* identical to box height, or 15px */

	transition: 0.3s;
color: #7474C9;
border: 1px solid #7474C9;
border-radius: 4px;
}
.adding-articles-item-tags a:hover{
	background: rgba(116, 116, 201, 0.2);
	transition: 0.3s;
}
.news-page-first-article {
	position: relative;
}
.adding-articles-item-header2 {
font-weight: 600;
font-size: 50px;
line-height: 106.4%;
margin-bottom: 32px;
}
.adding-articles-item-header2 span {

font-size: 16px;
}
.adding-article-first-short-desc {
	font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 24px;
text-transform: uppercase;

/* темный */

color: #040D3A;
margin-bottom: 32px;
}
.news-page-first-article-images {
display: flex;
gap:  20px;	
margin-bottom: 32px;
}
.news-page-first-article-images img {

}
.section-articles-list {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 80px;
}
.articles-list-item {
	position: relative;
	display: flex;
	justify-content: center;
	gap:  20px;
	margin-bottom: 42px;
}.adding-articles-item-header3 {
font-size: 26px;
line-height: 32px;
margin-bottom: 20px;
}
.adding-articles-item-header3 span {


}
.articles-list-item-image {
width: 390px;
}
.articles-list-item-image img {
	width: 100%;
}
.articles-list-item-right {
	width: 936px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.pagination {
	display: flex;
	justify-content: center;
	gap:  16px;
	margin-top: 60px;
	margin-bottom: 36px;
	align-items: center;
}
.pagination span {
	display: flex;
}
.pagination span img {
transition: 0.3s;
width: 60px;
}
.pagination span:hover img {
	opacity: 0.8;
	transition: 0.3s;
}
.pagination .page-nubmer {
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 24px;
text-align: center;
text-transform: uppercase;
padding:  10px;
color: #7474C9;
}
.prev-next-links {
	display: flex;
	justify-content: center;
	gap:  45px;
}
.prev-next-links a {
display: flex;
justify-content: center;
align-items: center;
gap: 10px;

width: 202px;
height: 52px;font-weight: 400;
font-size: 15px;
line-height: 18px;
text-align: center;


border-radius: 4px;
}
.next-button {
color: #FFFFFF;
background: #7474C9;
box-shadow: 0px 4px 12px rgba(33, 111, 155, 0.05);transition: 0.3s;

}
.prev-button {border: 1px solid #E7E7E7;transition: 0.3s;
filter: drop-shadow(0px 4px 12px rgba(33, 111, 155, 0.05));
	color: #E7E7E7;
}
.next-button:hover {
	background: rgba(116, 116, 201, 0.8);transition: 0.3s;
}
.prev-button:hover {color: #FFFFFF;box-shadow: 0px 4px 12px rgba(33, 111, 155, 0.05);
transition: 0.3s;
		background: rgba(116, 116, 201, 0.8);
}
.articles-list-item-right-short-desc {
	font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 135%;
/* or 22px */

font-feature-settings: 'pnum' on, 'lnum' on;

color: #040D3A;

}
.one-article-page-content {
width: 1074px;
}
.thumbnail-image img {
width: 100%;
}
.thumbnail-image {
	margin-bottom: 27px;
}
.thumbnail-image span {
font-style: normal;
font-weight: 300;
font-size: 12px;
line-height: 135%;
/* or 16px */

font-feature-settings: 'pnum' on, 'lnum' on;

color: #040D3A;
display: block;
margin-top: 7px;
}
.title-one-article {
	font-style: normal;
font-weight: 600;
font-size: 50px;
line-height: 106.4%;
/* or 53px */

text-transform: uppercase;
font-feature-settings: 'pnum' on, 'lnum' on;

/* основной-заголовки */

color: #7474C9;

margin-bottom: 30px;
}
.one-article-page-wrapper {
		margin-top: 100px;
	margin-bottom: 80px;
}
.one-article-page {

	display: flex;
	justify-content: space-between;
}
blockquote {
	background: url(/local/templates/vgik/css/../img/img/qwote.svg);

padding: 52px;
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 24px;
text-transform: uppercase;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
margin-bottom: 50px;
margin-top: 27px;
color: #FFFFFF;}

.one-article-page-content p {
font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 135%;
/* or 22px */

font-feature-settings: 'pnum' on, 'lnum' on;

color: #040D3A;
margin-top: 39px;
margin-bottom: 39px;
}
.go-to-news-list {
	font-style: normal;
font-weight: 600;
font-size: 26px;
line-height: 32px;
/* identical to box height */

text-decoration-line: underline;
text-transform: uppercase;
	transition: 0.3s;
color: #61ADC8;
}
.go-to-news-list:hover {
	transition: 0.3s;
	color: #88BCEB;
}
.date-publicate {
	font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 135%;
/* identical to box height, or 22px */

font-feature-settings: 'pnum' on, 'lnum' on;
		border-bottom: 1px solid rgba(116, 116, 201, 0.5);
color: #040D3A;
padding-top: 24px;
padding-bottom: 24px;
margin-bottom: 24px;border-top: 1px solid #7474C9;

}
.share-block {
	display: flex;padding-bottom: 24px;
font-style: normal;
font-weight: 600;
font-size: 10px;
line-height: 157.4%;
/* identical to box height, or 16px */

text-transform: uppercase;

color: #040D3A;
gap:  10px;
	align-items: center;	border-bottom: 1px solid rgba(116, 116, 201, 0.5);
}
.one-news-slider {
	margin-top: 144px;
	margin-bottom: 50px;
}

.one-news-slider .slick-prev{
right: 86px;
left: auto;    transform: none;
top:  -85px;
width: 60px;
height: 60px;
} 
.one-news-slider .slick-next {
right: 0;
width: 60px;    transform: none;
top: -85px;
height: 60px;
}
.one-news-slider .slick-prev:before {
content: none;
}
.one-news-slider .slick-next:before {
content: none;
}
.one-news-slider .slick-prev img{
width: 100%;
} 
.one-news-slider .slick-next img{
width: 100%;
}

.iner-page-title {
	font-style: normal;
font-weight: 600;
font-size: 64px;
line-height: 78px;
/* identical to box height */

text-transform: uppercase;
font-feature-settings: 'pnum' on, 'lnum' on;

color: #7474C9;
margin-bottom: 60px;
margin-top: 0;
}
.abitureint-student-iner-page-wrp {
	margin-top: 100px;
	margin-bottom: 100px;
}
.iner-page-header-text-block {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
.iner-page-header-ram-block {
	background: url(/local/templates/vgik/css/../img/img/bg1.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 389px;
	box-sizing: border-box;
	background-position: center;border-radius: 10px;
	padding:  27px 20px;
}
.iner-page-header-text {
	font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 135%;
/* or 22px */

font-feature-settings: 'pnum' on, 'lnum' on;

color: #040D3A;

	max-width: 1210px;
}
.iner-page-header-text strong {
font-weight: 500;

}
.iner-page-header-ram-block-title {
font-style: normal;
font-weight: 600;
font-size: 22px;
line-height: 27px;
/* identical to box height */


color: #FFFFFF;
margin-bottom: 13px;
}
.iner-page-header-ram-block-text {
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 20px;

color: #FFFFFF;
}

.abitureint-card-info {
	position: relative;
	width: 387px;background: #F7F7FF;
border-radius: 10px;
transition: 0.3s;
display: flex;
justify-content: space-between;
flex-direction: column;
padding: 30px;
	box-sizing: border-box;
}

.abiturient-cards-info {
	display: flex;
	gap:  20px;
	flex-wrap: wrap;
}
.strokew {
	transition: 0.3s;
	stroke: #040D3A;
}
.abitureint-card-info-top-title {
font-style: normal;
font-weight: 600;
font-size: 26px;
line-height: 32px;
margin-top: 30px;transition: 0.3s;

color: #040D3A;
 margin-bottom: 12px;
}
.abitureint-card-info-top-icon {
display: flex;
align-items: center;
justify-content: center;background: #EBEBFF;
border-radius: 10px;width: 80px;transition: 0.3s;
height: 80px;
}
.abitureint-card-info-top-icon img {
	max-width: 100%;
}
.abitureint-card-info-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.abitureint-card-info-bottom {
	min-height: 122px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.abitureint-card-info-bottom-text {
	font-style: normal;
font-weight: 400;
font-size: 16px;transition: 0.3s;
line-height: 135%;
/* or 22px */
margin-bottom: 23px;

font-feature-settings: 'pnum' on, 'lnum' on;

color: #808080;

}
.abitureint-card-info-bottom a {
	font-style: normal;
font-weight: 600;
font-size: 16px;transition: 0.3s;
line-height: 135%;
/* identical to box height, or 22px */

font-feature-settings: 'pnum' on, 'lnum' on;

color: #040D3A;
 display: flex;
 gap:  2px;
 align-items: center;
}
.abitureint-card-info:hover {
background: #7474C9;transition: 0.3s;
}
.abitureint-card-info:hover .abitureint-card-info-top-icon {
background: #FFFFFF;transition: 0.3s;
}
.abitureint-card-info:hover a, .abitureint-card-info:hover .abitureint-card-info-top-title,  .abitureint-card-info:hover .abitureint-card-info-bottom-text{
color: #fff;transition: 0.3s;
}
.abitureint-card-info:hover .strokew {
	transition: 0.3s;
	stroke: #fff;
}
.priem-comissia-items {
	margin-bottom: 100px;
}
.iner-page-title2 {
	font-style: normal;
font-weight: 600;
font-size: 50px;
line-height: 61px;
text-transform: uppercase;
font-feature-settings: 'pnum' on, 'lnum' on;

color: #7474C9;
margin-bottom: 60px;
}
.priem-comissia-ram {
width: 800px;
box-sizing: border-box;
padding: 50px;border-radius: 10px;
}
.priem-comissia-items {
	display: flex;

	justify-content: space-between;
}
 .priem-comissia-ram1 {
background: url(/local/templates/vgik/css/../img/img/bg2.svg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
 }
  .priem-comissia-ram2 {
background: url(/local/templates/vgik/css/../img/img/bg3.svg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
  }
  .priem-comissia-ram-title {
font-style: normal;
font-weight: 600;
font-size: 26px;
line-height: 32px;
/* identical to box height */

text-transform: uppercase;

color: #FFFFFF;
margin-bottom: 10px;
  }.priem-comissia-ram-subtitle {
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 135%;
/* identical to box height, or 22px */

font-feature-settings: 'pnum' on, 'lnum' on;

color: #FFFFFF;
margin-bottom: 46px;
  } 

  .priem-comissia-ram-cols {
  	display: flex;
  	justify-content: space-between;
  }
  .priem-comissia-ram-col {
  	width: 48%;
  }
  .priem-comissia-ram-item {
  	font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 135%;
/* or 22px */

font-feature-settings: 'pnum' on, 'lnum' on;
gap:  10px;
color: #FFFFFF;display: flex;
  }
  .comissia-item-information a {
  	font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 135%;
/* identical to box height, or 22px */

font-feature-settings: 'pnum' on, 'lnum' on;

color: #FFFFFF;

display: flex;
align-items: center;
gap:  10px;
  } .comissia-item-information a:hover{
  	text-decoration: underline;
  }
  .link-name {
  	min-width: 80px;
  }
  .comissia-item-information a.link-comissia-item {
  	font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 22px;
/* identical to box height */

text-transform: uppercase;

color: #FFFFFF;
margin-bottom: 10px;
display: block;
  }
  .alac {
  	align-items: center;
  }


  .dacc-content-iner {
  	background: #F6F6FF;
  	width: 1114px;	
  	margin-left: auto;	
  	margin-right: auto;	
  	box-sizing: border-box;
border-radius: 0px 0px 10px 10px; padding:  36px 20px;
  }
    .dacc-content-iner h3 {
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 157.4%;
/* or 28px */

text-transform: uppercase;

color: #7474C9;
margin-bottom: 30px;	
margin-top: 0;	
  }
    .dacc-content-iner p {
font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 135%;
/* or 22px */

font-feature-settings: 'pnum' on, 'lnum' on;

color: #040D3A;
margin-bottom: 40px;	
margin-top: 30px;	
  }
    .dacc-content-iner strong {
font-weight: 500;
    }
      .dacc-content-iner ul ,  .dacc-content-iner ol {
font-style: normal;
font-weight: 300;
font-size: 16px;
margin-top: 30px;	
margin-bottom: 40px;	
line-height: 135%;
/* or 22px */
padding-left: 20px;	
font-feature-settings: 'pnum' on, 'lnum' on;

color: #040D3A;

      }
      .dacc-content-iner ul  {
      	list-style: disc;
      }
      .dacc-content-iner  a.download {
      	display: flex;	
      	align-items: center;
      	gap : 20px;font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 120.4%;
/* or 19px */


color: #808080;

margin-top: 20px;	
margin-bottom: 20px;	
      } 
   .dacc-content-iner  a.download  span {
   	max-width: calc(100% - 50px);
   }

      .fill7474C9 {
      	fill:  #7474C9; 	transition: 0.3s;
      }
      a.download:hover .fill7474C9 {
      	fill:  #61ADC8;
      	transition: 0.3s;
      }

      .daccordion__title {
      	cursor: pointer;border-bottom: 1px solid rgba(116, 116, 201, 0.2);
      	display: flex;	
      	padding-bottom: 20px;	
      	padding-top: 30px;	
      	justify-content: space-between;
      	align-items: center;
      }
      .daccordion__content {
      	display: none;	
      }
      .dacc-num {
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 100%;
/* identical to box height, or 18px */

text-transform: uppercase;

color: #7474C9;

margin-right: 120px;	
      }
      .dacc-title-title {
      	font-style: normal;
font-weight: 600;
font-size: 26px;
line-height: 100%;
/* identical to box height, or 26px */

text-transform: uppercase;

color: #7474C9;


max-width: 1070px;
      }
      .dacc-title {opacity: 0.5; 
      	transition: 0.3s;
      	display: flex;	
      }
      .section-faq {
      	margin-bottom: 100px;	
      }

     .arrac svg {
     	transition: 0.3s;
     }
       .dactive__item  .arrac svg {
     	transition: 0.3s;transform: rotate(45deg);
     }
      
       .dactive__item   .dacc-title , .daccordion__title:hover .dacc-title  {opacity:1; 
      	transition: 0.3s;
    
      }
      .str7474C9 {
      	stroke: #7474C9; 	transition: 0.3s;
      }
      .fillEAEAFF {
      	fill:  #EAEAFF; 	transition: 0.3s;
      }
      .dactive__item    .str7474C9 {
      	stroke: #fff; 	transition: 0.3s;
      }
    .dactive__item    .fillEAEAFF {
      	fill:  #7474C9; 	transition: 0.3s;
      }
      .for-students-info-list a {
      	display: flex;	width: calc(100% - 140px);
      	justify-content: space-between;
      }
      .for-students-info-list .dacc-title{
      	display: flex;
    justify-content: space-between;
    width: 100%;
      }
        .for-students-info-list  a svg {
        	width: 34px;	
        	height: auto;	
        }
        .daccordion , .for-students-info-list{
        	max-width: 1354px;
        	margin-left: auto;	margin-right: auto;	
        }
        .distant-wrapper-imfo-students {
        	margin-top: 100px;	
        }
        .otdel-vosp-raboty {
        	margin-top: 100px;	
        }
        .otdel-vosp-raboty-ram {
        	position: relative;	
        	overflow: hidden;
        	display: flex;	
        	flex-wrap: wrap;
        	padding:  50px 80px 60px 50px;
        	background: #61ADC8;
        	width: 1345px;	
        	margin-left: auto;	
        	justify-content: space-between;
        	margin-right: auto;	
border-radius: 10px;
        }
        .otdel-vosp-raboty-ram   .priem-comissia-ram-subtitle {
margin-bottom: 20px;	
        }
        .otdel-vosp-raboty-ram-item {
        	width: 555px;	
        	margin-bottom: 60px;	
        }
        .otdel-vosp-raboty-ram-item-text {
        	font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 144.02%;
/* or 23px */

letter-spacing: -0.01em;

/* светлый 2 */

color: #F8F8F8;margin-bottom: 20px;	
        }
       .otdel-vosp-raboty-ram-item-button  {
        	display: flex;
align-items: center;
justify-content: center;
width: 205px;
height: 51px;
font-style: normal;
font-weight: 600;
font-size: 22px;
line-height: 27px;
/* identical to box height */

text-transform: uppercase;
transition: 0.3s;
/* светлый 2 */

color: #F8F8F8;

border: 2px solid #F8F8F8;
border-radius: 4px;
        }
        .otdel-vosp-raboty-ram-item-button:hover {
background: #7474C9;
transition: 0.3s;
        }
        .otdel-vosp-raboty-ram-item-last {
        	margin-bottom: 0;	
        }
        .vospimg1 {
        	position: absolute;	
        	bottom: 0;	
        	left: 50px;
        	width: 613px;		
        	display: flex;	
        }
          .vospimg2 {
          	position: absolute;	
          	bottom: -70px;	right: -15px;	
          }
          .slick-slide img {
          	width: 100%;
          }
          .one-news-slider-item  {
          	padding: 10px;
          }



.first-screen-iner-page-news {
	height: 400px;
}

.section-news-page-wrapper-top-minus {
	margin-top: -50px;
}
/* медиа запросы  */


@media(max-width:  1600px) {
	.one-article-page-content {
    width: 900px;
}.go-to-news-list {
    font-size: 22px; 
  }.title-one-article {
    font-size: 44px;
  }.news-page-title {
    font-weight: 600;
    font-size: 44px;
    line-height: 130%;
    padding: 20px 20px;
    width: 650px;
  }.news-page-first-article {
    width: 650px;
}.news-page-adding-articles {
    width: 620px;
}.news-page-first-article-images img {
    width: 314px;
}.adding-articles-item-header2 {
    font-weight: 600;
    font-size: 34px;
    line-height: 106.4%;
    margin-bottom: 20px;
}.adding-article-first-short-desc {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
  }.news-page-adding-articles-item-image {
    width: 190px;
}.news-page-adding-articles-item-left {
    width: 429px;
}.iner-page-header-text {
    max-width: 900px;
}.iner-page-title {
    font-style: normal;
    font-weight: 600;
    font-size: 44px;
    line-height: 130%; 
  }.abitureint-card-info {
    position: relative;
    padding:  20px;
    width: 312px;
  }.priem-comissia-ram {
    width: 655px;
    padding: 20px;
}.iner-page-title2 {
    font-size: 36px;
    line-height: 130%;
    margin-bottom: 40px;
}.otdel-vosp-raboty-ram {
    padding: 50px;
    width: 100%; 
  }.daccordion, .for-students-info-list {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.abitureint-card-info-top-title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    }
}


@media(max-width:  1400px){
	.news-page-wrapper-top {
		flex-direction: column;
	}
	.news-page-first-article {
    width: 100%;
    margin-bottom: 30px;
} .news-page-adding-articles {
    width: 100%;
}.news-page-adding-articles-item-left {
    width: calc(100% - 200px);
}
.news-page-first-article-images img {
    width: calc(50% - 10px);
}.news-page-adding-articles-item {
  
    border-top: 1px solid rgba(116, 116, 201, 0.5);
    padding-top: 35px;
    margin-top: 35px;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}.articles-list-item-image {
    width: 200px;
}
.articles-list-item-right {
    width: calc(100% - 220px);
  }
  .adding-articles-item-header3 {
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 10px;
}
.articles-list-item-right-short-desc {
	margin-bottom: 10px;
}
.iner-page-header-text-block {
    display: block;
    }.iner-page-header-text {
    max-width: 100%;
    margin-bottom: 20px;
}.iner-page-header-ram-block {
    width: 100%; 
  }.abitureint-card-info {

    width: 296px;
}.dacc-num {
    margin-right: 20px;
}
.dacc-title-title {
    max-width: calc(100% - 32px);    font-size: 18px;
}
.dacc-title {
  max-width: calc(100% - 80px);
}
.priem-comissia-items {
	flex-direction: column;
}.priem-comissia-ram {
    width: 100%;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}.pagination {
    display: flex;
    justify-content: center;
    gap: 5px;
  }
   .one-article-page {
   	flex-direction: column;
   }.one-article-page-content {
    width: 100%;
}
.one-article-page-sidebar {
	margin-bottom: 20px;
}
.vospimg1 {
    position: absolute;
    bottom: 0;
    left: 577px; 
    }.vospimg2 {
    position: absolute;
    bottom: 250px;
  }
  .for-students-info-list a {
    display: flex;
    width: calc(100% - 40px);
  }
  .dacc-content-iner {
  	width: 100%;
  }
}

@media(max-width:  1000px ){
	.one-article-page-wrapper {
    margin-top: 50px;
    margin-bottom: 40px;
}.title-one-article {
    font-size: 30px;
}blockquote {
    padding: 22px;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%; 
  }
  .section-news-page-wrapper-top {
  	margin-top: 50px;
  }.adding-articles-item-header2 {
    font-weight: 600;
    font-size: 26px;
    line-height: 130%;
    margin-bottom: 15px;
}.adding-article-first-short-desc {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
}.news-page-adding-articles-item {
	flex-direction: row-reverse;
	padding-top: 0;
	margin-top: 0;    margin-bottom: 25px;

	border:  none;
}.news-page-adding-articles-item-image ,.articles-list-item-image {
    width: 150px;
}
.articles-list-item {
	    margin-bottom: 25px;
}
.articles-list-item {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap:  0;
    }.articles-list-item-right ,.news-page-adding-articles-item-left{
    width: calc(100% - 160px);
}
.adding-articles-item-header {
    font-size: 18px;
    line-height: 130%;
    color: #7474C9;
    margin-bottom: 15px;
}.pagination span img {
    transition: 0.3s;
    width: 40px;
}.abitureint-card-info {
    width: calc(50% - 10px);
}.abitureint-student-iner-page-wrp {
    margin-top: 50px;
    margin-bottom: 50px;
}
.priem-comissia-ram-cols {
	flex-direction: column;
}.priem-comissia-ram-col {
    width: 100%;
}
.priem-comissia-ram-item {
	margin-bottom: 15px;
}
.priem-comissia-ram1 {
background: #61ADC8;}
.priem-comissia-ram2 {
	background: #88BCEB;
}.iner-page-title2 {
    font-size: 28px;
    line-height: 130%;
    margin-bottom: 35px;
}.section-faq {
    margin-bottom: 50px;
}.iner-page-title {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 130%;
}
.iner-page-title {
	margin-bottom: 30px;
}
.daccordion__title {
    padding-bottom: 15px;
    padding-top: 15px;
    }.otdel-vosp-raboty {
    margin-top: 50px;
}.otdel-vosp-raboty-ram {
    padding: 20px;
    width: 100%;
}.vospimg1 {
    position: absolute;
    bottom: 0;
    left: 391px;
    width: 300px;
}.adding-articles-item-header2 span {
    font-size: 12px;
}.date-publicate {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px; 
  }
  .share-block {
    padding-bottom: 15px;
  }


}


@media(max-width:  600px) {
  .slick-dots {
  	display: none!important;
  }.one-news-slider .slick-next {
    right: 0;
    width: 40px;
    transform: none;
    top: -45px;
    height: 40px;
}.one-news-slider .slick-prev {
    right: 47px;
    left: auto;
    transform: none;
    top: -45px;
    width: 40px;
    height: 40px;
}.one-news-slider-item {
    padding: 0;
}.one-news-slider {
    margin-top: 70px;
  }.one-article-page-content p {
    margin-top: 15px;
    margin-bottom: 15px;
}blockquote {
    padding: 15px;
    font-weight: 600;
    font-size: 16px;	background: #88BCEB;
    border-radius: 10px;
    line-height: 130%;
}.date-publicate {
    padding-top: 10px;
    font-size: 12px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}.title-one-article {
    font-size: 24px;
}.one-article-page-sidebar {
    margin-bottom: 0;
}.go-to-news-list {
    font-size: 16px;
}
.share-block {
	font-size: 12px;
}blockquote {
    margin-bottom: 20px;
    margin-top: 15px;
  }.thumbnail-image {
    margin-bottom: 15px;
}.news-page-title {
    font-weight: 600;
    font-size: 26px;
    line-height: 130%;
    padding: 15px;
    width: 100%;

    margin-bottom: 15px;
}
.adding-article-first-short-desc ,.articles-list-item-right-short-desc {
	text-transform: none;
	font-size: 14px;
	line-height: 130%;
}.adding-articles-item-header {
    font-size: 18px;
    line-height: 130%;
    color: #7474C9;
    margin-bottom: 15px;
}
.news-page-adding-articles-item {
	flex-direction: column;
}
.news-page-adding-articles-item-image, .articles-list-item-image {
	order:  1;
	width:  100%;
}
.articles-list-item-right, .news-page-adding-articles-item-left {
    width: 100%;
    order:  2;
    margin-top:  15px;
}.adding-articles-item-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}.news-page-wrapper-top {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.articles-list-item {
	flex-direction: column;
}
.pagination .page-nubmer {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    }
    .pagination span {
    	display: none;
    }
    .pagination  {
    	justify-content: space-between;
    }.prev-next-links {
    gap: 10px;
}.abitureint-card-info {
    width: 100%;
}.dacc-title-title {
    font-size: 18px;
    text-transform: none;
}.dacc-content-iner {
    padding: 15px;
}.iner-page-title2 {
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 30px;
}
.priem-comissia-ram {
    width: 100%;
    border-radius: 10px;
    padding: 15px;
    }
    .priem-comissia-ram-col > br {
    	display: none;
    }

    .priem-comissia-ram-item {
    	flex-direction: column;
    }.alac {
    align-items: flex-start;
}
.comissia-item-information a {
	align-items: flex-start;
}
.priem-comissia-ram-title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    }
    .priem-comissia-ram-item {
    	gap:  0;
    }.priem-comissia-items {
    margin-bottom: 50px;
}.otdel-vosp-raboty-ram-item {
    width: 100%;
    margin-bottom: 30px;
}.for-students-info-list .dacc-title {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
}.distant-wrapper-imfo-students {
    margin-top: 50px;
}.vospimg2 {
    position: absolute;
    bottom: auto;
    width: 200px;
    top: 100px;
}
}


@media screen and (max-width: 575px) {
.news-page-first-article-images img {
	width: 100%;
	object-fit: cover;
}
/*.news-page-first-article-images {
	max-height: 300px;
}*/
}

.news-archive-header, .abiturent-archive-header {
  background-image: url('/local/templates/vgik/img/news-head/2560.jpg');
  height: 450px;
  background-size: cover;
  margin-top: 50px;
}

.abiturent-archive-header {
  background-image: url('/local/templates/vgik/img/ab-head/2560.jpg');
}



@media screen and (max-width: 1920px) {
  .news-archive-header, .abiturent-archive-header {
    background-image: url('/local/templates/vgik/img/news-head/1920.jpg');
    background-position: center top;
    height: 350px;
  }

  .abiturent-archive-header {
    background-image: url('/local/templates/vgik/img/ab-head/1920.jpg');
  }
}

@media screen and (max-width: 1440px) {
  .news-archive-header, .abiturent-archive-header {
    background-image: url('/local/templates/vgik/img/news-head/1440.jpg');
    height: 350px;
  }

  .abiturent-archive-header {
    background-image: url('/local/templates/vgik/img/ab-head/1440.jpg');
  }
}

@media screen and (max-width: 1260px) {
  .news-archive-header, .abiturent-archive-header {
    background-image: url('/local/templates/vgik/img/news-head/1260.jpg');
    height: 300px;
  }

  .abiturent-archive-header {
    background-image: url('/local/templates/vgik/img/ab-head/1260.jpg');
  }
}

@media screen and (max-width: 1024px) {
  .news-archive-header, .abiturent-archive-header {
    background-image: url('/local/templates/vgik/img/news-head/1024.jpg');
  }

  .abiturent-archive-header {
    background-image: url('/local/templates/vgik/img/ab-head/1024.jpg');
  }
}

@media screen and (max-width: 768px) {
  .news-archive-header, .abiturent-archive-header {
    background-image: url('/local/templates/vgik/img/news-head/768.jpg');
    margin-top: 40px;
  }

  .abiturent-archive-header {
    background-image: url('/local/templates/vgik/img/ab-head/768.jpg');
  }
}

@media screen and (max-width: 575px) {
  .news-archive-header, .abiturent-archive-header {
    background-image: url('/local/templates/vgik/img/news-head/575.jpg');
    height: 570px;
  }

  .abiturent-archive-header {
    background-image: url('/local/templates/vgik/img/ab-head/575.jpg');
  }
.one-news-slider {
	margin-top: 110px;
}
}

.articles-list-wrp, .news-page-adding-articles {
	display: flex;
	flex-flow: wrap;
	margin: 0 -15px;
}


.articles-list-item, .news-page-adding-articles-item {
	width: 50%;
	padding: 0 15px;
}

.adding-articles-item-header3 {
	font-size: 20px;
	line-height: 1.4;
}

@media screen and (max-width: 1400px) {
.news-page-adding-articles {
	display: flex;
	flex-flow: wrap;
	margin: 0 -15px;
}


.news-page-adding-articles-item {
	width: 50%;
	padding: 35px 15px 0;
}
}


@media screen and (max-width: 1200px) {
	.articles-list-item, .news-page-adding-articles-item {
		width: 100%;
		padding: 0;
	}

	.articles-list-wrp, .news-page-adding-articles {
		margin: 0;
	}
}


.one-news-slider .slick-prev svg {
	transform: rotate(180deg);
}

.one-news-slider .slick-arrow {
	right: 0;
	width: 60px;
	transform: none;
	top: -85px;
	height: 60px;
	width: 60px;
	height: 60px;
	border: 2px solid #7474C9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.one-news-slider .slick-prev {
	right: 80px;
}

.one-article-page-content > br {
	display: none;
}

.news-page-wrapper-top {
	align-items: flex-start;
}

.thumbnail-image span {
	display: none;
}

.one-article-page-content .thumbnail-image:first-child img {
	max-height: 400px;
	width: auto;
}

.news-page-first-article .news-page-first-article-images img {
	max-height: 400px;
	width: auto;
}

.iner-page-header-text-block {
	flex-flow: column;
}

.for-students-info-list {
	margin-left: 0;
}


@media screen and (min-width: 768px) {

.pagination .page-nubmer {
	font-size: 18px;
	padding: 10px;
	color: #7474C9;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 2px solid #fff0;
	transition: .2s;
	text-align: center;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagination span img {
	transition: 0.3s;
	width: 45px;
}

.pagination {
	gap: 12px;
}

.pagination .page-nubmer:hover {
	border: 2px solid #7474C9;
}

.page-nubmer.pag-nums_active {
	background: #7474C9;
	color: #fff;
}
}

@media (max-width: 600px) {
	.pagination {
		padding: 0 25px;
	}
.pagination .page-nubmer {
	font-size: 12px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-nubmer.pag-nums_active {
	background: #7474c9;
	color: #fff;
}

  .education-slider .education-item {
        width: 100%;
    }
}
/* End */


/* Start:/local/templates/vgik/css/dop-main2.css?170006127940781*/
.abitureint-card-info.facultet-card-info {
width: calc((100% - 40px) / 3);
position: relative;
}
.abitureint-card-info.facultet-card-info:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 203px;
	transition: 0.3s;
	height: 156px;
	background-image: url("data:image/svg+xml,%3Csvg width='203' height='156' viewBox='0 0 203 156' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.1' clip-path='url(%23clip0_657_2078)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M88.715 52.8242H56.0528L23.3906 126.488H56.0528L88.715 52.8242Z' fill='rgba(116, 116, 201, 1)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M65.3244 -4.4043H32.6622L0 69.2591H32.6622L65.3244 -4.4043Z' fill='rgba(116, 116, 201, 1)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M137.324 -38.7725H104.662L72 34.8909H104.662L137.324 -38.7725Z' fill='rgba(116, 116, 201, 1)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M175.934 97.3369H143.272L110.609 171H143.272L175.934 97.3369Z' fill='rgba(116, 116, 201, 1)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M152.551 40.1084H119.889L87.2266 113.772H119.889L152.551 40.1084Z' fill='rgba(116, 116, 201, 1)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M201.16 -51.4873H168.498L135.836 22.1761H168.498L201.16 -51.4873Z' fill='rgba(116, 116, 201, 1)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M224.543 5.74023H191.881L159.219 79.4036H191.881L224.543 5.74023Z' fill='rgba(116, 116, 201, 1)'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_657_2078'%3E%3Crect width='203' height='156' fill='rgba(116, 116, 201, 1)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.abitureint-card-info.facultet-card-info:hover:before{
	transition: 0.3s;
background-image: url("data:image/svg+xml,%3Csvg width='203' height='156' viewBox='0 0 203 156' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.1' clip-path='url(%23clip0_657_2078)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M88.715 52.8242H56.0528L23.3906 126.488H56.0528L88.715 52.8242Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M65.3244 -4.4043H32.6622L0 69.2591H32.6622L65.3244 -4.4043Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M137.324 -38.7725H104.662L72 34.8909H104.662L137.324 -38.7725Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M175.934 97.3369H143.272L110.609 171H143.272L175.934 97.3369Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M152.551 40.1084H119.889L87.2266 113.772H119.889L152.551 40.1084Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M201.16 -51.4873H168.498L135.836 22.1761H168.498L201.16 -51.4873Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M224.543 5.74023H191.881L159.219 79.4036H191.881L224.543 5.74023Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_657_2078'%3E%3Crect width='203' height='156' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A"); 
}
.facultets-card-info-bottom-tex {
	
margin-bottom: 10px;
height: 0;
opacity: 1;
overflow: hidden;
font-variant-numeric: lining-nums proportional-nums;

font-size: 16px;transition: 0.3s;
font-style: normal;
font-weight: 400;
line-height: 135%;
}
.facultet-card-info .abitureint-card-info-bottom {
    min-height: 65px;
    }
    .facultet-card-info .abitureint-card-info-top-title {
    	text-transform: uppercase;
    }
    .facultet-card-info-image svg {
    	height: 112px;
    	width: auto;
    }
        .facultet-card-info-image  {
        	display: flex;
        }
 .facultet-card-info:hover .facultet-card-info-image svg {
 	
    }
    .facultet-card-info:hover .facultets-card-info-bottom-tex {
height: auto;
opacity: 1;transition: 0.3s;
overflow: visible;
overflow: visible;
}
.fillfac {	transition: 0.3s;
	fill:  rgba(116, 116, 201, 1);
}
    .facultet-card-info:hover .fillfac {
	fill:  #fff;
	transition: 0.3s;
}

.iner-page-programs .pagination .page-nubmer {
color: rgba(231, 231, 231, 1);
}
.iner-page-programs  .pagination {
  
    gap: 12px;
}
.iner-page-programs .pagination .page-nubmer.pag-nums_active {
color: #7474C9;
}

.catalog-programm-item {
	width: calc(50% - 10px);
	position: relative;
	border-radius: 10px;
background: #F6F6FF;
padding: 30px;transition: 0.3s;
box-sizing: border-box;
display: flex;
}
.catalog-programm-item-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.catalog-programm-item-label {
	position: absolute;
	z-index: 3;

	left:  0;
	top:  45px;
	width: 158.038px;
height: 29.737px;
color: #FFF;
font-size: 15.16px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: uppercase;
padding: 5px 15px;
box-sizing: border-box;	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='159' height='30' viewBox='0 0 159 30' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.103398 0.57697C0.166099 0.4479 0.315752 0.27092 0.435952 0.183682L0.654562 0.0250791L139.971 0.00676718C155.786 -0.0100377 157.237 -0.00188585 157.458 0.104946C157.781 0.260831 157.989 0.575104 158.033 0.974686C158.069 1.29296 157.963 1.5195 154.738 8.08313L151.406 14.8628L154.738 21.6424C157.963 28.2061 158.069 28.4326 158.033 28.7509C157.989 29.1501 157.781 29.4647 157.459 29.6202C157.239 29.7263 155.745 29.7362 140.053 29.7362C20.5601 29.7363 2.50235 29.737 0.435953 29.737L0.021953 29.1175L0.0056918 14.9343C-0.00921078 2.0335 -0.000705364 0.791348 0.103398 0.57697ZM129.037 15.4421C129.171 15.6439 129.526 15.851 131.128 16.6628C132.19 17.2005 133.086 17.6523 133.12 17.6668C133.154 17.6812 133.322 18.6733 133.494 19.8711C133.702 21.3184 133.848 22.1211 133.929 22.2635C134.2 22.7395 134.81 22.9363 135.268 22.6952C135.378 22.6376 136.144 21.8818 136.97 21.0157L138.473 19.4408L140.511 19.7972C141.631 19.9933 142.654 20.1538 142.784 20.1539C143.359 20.1548 143.779 19.7189 143.779 19.1206C143.779 18.8242 143.655 18.5448 142.763 16.8251L141.747 14.867L142.763 12.9029C143.644 11.1983 143.779 10.8954 143.779 10.609C143.779 10.4276 143.732 10.1874 143.675 10.0752C143.533 9.79572 143.152 9.57119 142.821 9.57162C142.671 9.57176 141.631 9.7323 140.511 9.92837L138.473 10.2848L136.97 8.70989C136.144 7.8438 135.378 7.08797 135.268 7.03033C134.81 6.78928 134.199 6.98614 133.929 7.46202C133.848 7.60496 133.707 8.38539 133.507 9.80495C133.341 10.9757 133.189 11.9622 133.168 11.9973C133.146 12.0323 132.244 12.5073 131.162 13.0529C129.532 13.8749 129.168 14.086 129.036 14.2856C128.819 14.6133 128.819 15.113 129.037 15.4421Z' fill='%23FC4038'/%3E%3C/svg%3E%0A");
background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
}
.catalog-programm-item-info {
	width: calc(100% - 243px);
}
.catalog-programm-item-image{
	border-radius: 10px;
opacity: 0.5;
transition: 0.3s;
	margin-right: 30px;
	width: 213px;

}
.catalog-programm-item-title {
color: #040D3A;
margin-bottom: 8px;
min-height: 64px;
font-size: 26px;
font-style: normal;transition: 0.3s;
font-weight: 600;
line-height: normal;
text-transform: uppercase;
}
.catalog-programm-item-desc {
color: #808080;
font-variant-numeric: lining-nums proportional-nums;
font-size: 16px;
font-style: normal;transition: 0.3s;
font-weight: 300;
line-height: 140%; /* 22.4px */
}
.catalog-programm-item:hover {
	transition: 0.3s;background: #7474C9;
}
.catalog-programm-item:hover .catalog-programm-item-image{
	transition: 0.3s;
	opacity: 1;
}
.catalog-programm-item:hover .catalog-programm-item-title{
	transition: 0.3s;color: #FFF;

}
.catalog-programm-item:hover .catalog-programm-item-desc{
	transition: 0.3s;color: #FFF;

}
.catalog-programm-wrapper-cards {
	display: flex;
	gap:  20px;
	flex-wrap: wrap;
}
.catalog-programm-category-and-search {
	display: flex; 
	justify-content: space-between;
	margin-bottom: 40px;
align-items: flex-start;}
.catalog-programm-category {
	display: flex;
	flex-wrap: wrap;
	gap:  17px;
}
.catalog-programm-cat {
transition: 0.3s;border-radius: 4px;
border: 1px solid #61ADC8; padding:  16px 17px;color: #61ADC8;

font-size: 15px;
font-style: normal;
font-weight: 700;
line-height: 150.5%; 
    display: flex;
}
.catalog-programm-cat-current, .catalog-programm-cat:hover{
transition: 0.3s;
background: #61ADC8;
color: #fff;
}
.search-form {
	border-radius: 4px;
border: 1px solid #EAEAFF;
display: flex;
align-items: center;
padding:  13px 20px;
}
.search-form .input-search {
	padding: 0;
	border:  none;color: #7474C9;

font-size: 15px;
padding-top: 4px;
padding-bottom: 4px;
font-style: normal;
font-weight: 400;
border-right: 1px solid #EAEAFF;
line-height: 150.5%;
margin-right: 20px;
}
.search-button {
	 -webkit-appearance: none;
	 background: none;
	 border:  none;
	 box-shadow: none;
	 width: 22px;
height: 22px;
cursor: pointer;padding: 0;
}
.search-form .input-search::placeholder {
color: #7474C9;

font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 150.5%;
}
.programs-sorting-wrapper {
	margin-bottom: 40px;
	display: flex;
	gap:  50px;
}
.programs-sorting-title {
color: #040D3A;
font-variant-numeric: lining-nums proportional-nums;

font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 140%; /* 22.4px */
}
.programs-sorting-item{
	color: #040D3A;
font-variant-numeric: lining-nums proportional-nums;

font-size: 16px;
cursor: pointer;
font-style: normal;
font-weight: 300;
line-height: 140%; /* 22.4px */
}
.programs-sorting-item:hover {
 color: #61ADC8;
}
.one-gordost-image {
	border-radius: 10px; 
	height: 430px;
}
.one-gordost {
	margin: 10px;border-radius: 10px;
background: #F6F6FF;transition: 0.3s;
}
.one-gordost-info {
	padding: 30px;
position: relative;
}
.one-gordost-info:before{
	width: 203px;
	height: 156px;
	position: absolute;
	top: 0;
	right: 0;
	content:  '';
	transition: 0.3s;

	background-image: url("data:image/svg+xml,%3Csvg width='203' height='156' viewBox='0 0 203 156' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.1' clip-path='url(%23clip0_657_2078)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M88.715 52.8242H56.0528L23.3906 126.488H56.0528L88.715 52.8242Z' fill='rgba(116, 116, 201, 1)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M65.3244 -4.4043H32.6622L0 69.2591H32.6622L65.3244 -4.4043Z' fill='rgba(116, 116, 201, 1)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M137.324 -38.7725H104.662L72 34.8909H104.662L137.324 -38.7725Z' fill='rgba(116, 116, 201, 1)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M175.934 97.3369H143.272L110.609 171H143.272L175.934 97.3369Z' fill='rgba(116, 116, 201, 1)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M152.551 40.1084H119.889L87.2266 113.772H119.889L152.551 40.1084Z' fill='rgba(116, 116, 201, 1)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M201.16 -51.4873H168.498L135.836 22.1761H168.498L201.16 -51.4873Z' fill='rgba(116, 116, 201, 1)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M224.543 5.74023H191.881L159.219 79.4036H191.881L224.543 5.74023Z' fill='rgba(116, 116, 201, 1)'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_657_2078'%3E%3Crect width='203' height='156' fill='rgba(116, 116, 201, 1)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.one-gordost:hover {
	background: #7474C9;
transition: 0.3s;

}
.one-gordost-name{
	color: #040D3A;
font-size: 26px;
font-style: normal;
font-weight: 600;transition: 0.3s;
line-height: normal;
text-transform: uppercase;
margin-bottom: 10px;
}
.one-gordost-fak {
color: #808080;
font-variant-numeric: lining-nums proportional-nums;

font-size: 16px;
font-style: normal;
font-weight: 400;transition: 0.3s;
line-height: 135%;
}

.one-gordost:hover .one-gordost-name, 
.one-gordost:hover .one-gordost-fak {
color: #fff;
transition: 0.3s;
}
.one-gordost-image {
	filter: grayscale(1);
	transition: 0.3s;
}
.one-gordost:hover .one-gordost-image {
	filter: grayscale(0);
	transition: 0.3s;
}
.one-gordost-info:hover:before{
	transition: 0.3s;
background-image: url("data:image/svg+xml,%3Csvg width='203' height='156' viewBox='0 0 203 156' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.1' clip-path='url(%23clip0_657_2078)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M88.715 52.8242H56.0528L23.3906 126.488H56.0528L88.715 52.8242Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M65.3244 -4.4043H32.6622L0 69.2591H32.6622L65.3244 -4.4043Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M137.324 -38.7725H104.662L72 34.8909H104.662L137.324 -38.7725Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M175.934 97.3369H143.272L110.609 171H143.272L175.934 97.3369Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M152.551 40.1084H119.889L87.2266 113.772H119.889L152.551 40.1084Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M201.16 -51.4873H168.498L135.836 22.1761H168.498L201.16 -51.4873Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M224.543 5.74023H191.881L159.219 79.4036H191.881L224.543 5.74023Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_657_2078'%3E%3Crect width='203' height='156' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A"); 
}
.gordost-slider {
	margin-top:  -35px;
}
.about-vipuskniki {
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}
.about-vipuskniki-gallery-big {
	width: 100%;
	height: 234px;
	border-radius: 10px;
opacity: 0.5;
}
.about-vipuskniki-gallery-small1 {
	width: calc(50% - 10px);
height: 111px;
border-radius: 10px;
opacity: 0.5;
}
.about-vipuskniki-gallery-small2 {
		width: 253px;
height: 234px;
border-radius: 10px;
opacity: 0.5;
}
.about-vipuskniki-gallery-two {
	display: flex;
	flex-direction: column;
	gap:  20px;
}
.about-vipuskniki-gallery-smal {
	width: 117px;
height: 108px;

border-radius: 10px;
opacity: 0.5;
}
.about-vipuskniki-gallery  div:hover {
	opacity: 1;
	transition: 0.3s;
}
.about-vipuskniki-gallery {
	width: 390px;
}
.about-vipiskniki-text {
	width: calc(100% - 410px);color: #040D3A;
font-variant-numeric: lining-nums proportional-nums;

font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 135%; /* 21.6px */
}
.about-vipiskniki-text p {
	margin-bottom: 30px;
}
.about-vipuskniki-gallery {
	display: flex;
	flex-wrap: wrap;
	gap:  20px;
}
.about-vipuskniki {
	align-items: flex-start;
}

.about-vipiskniki-text h2 {
margin-bottom: 10px;color: #040D3A;
font-variant-numeric: lining-nums proportional-nums;

font-size: 26px;
font-style: normal;
font-weight: 600;
line-height: 135%; /* 35.1px */
text-transform: uppercase;
}

.about-vipiskniki-text strong {
	color: #040D3A;
font-variant-numeric: lining-nums proportional-nums;
margin-bottom: 30px;
font-size: 16px;
display: block;
font-style: normal;
font-weight: 600;
line-height: 135%; /* 21.6px */
}
.rector-image img {
	border-radius: 10px;
	width: 100%		;
}
.rectorat-wrapper-info {
	display: flex;
	flex-wrap: wrap;
	gap:  20px;
}
.rectorat-item-info {
	position: relative;
	border-radius: 10px;
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 390px;		transition: 0.3s;
background: #F6F6FF;
width: calc((100% - 40px) / 3);
}
.rectorat-item-info-image {
	position: absolute;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	bottom: 0;	
	right: 0;	width: 301px;
}
.rectorat-item-info-image img {
	width: 70%		;
	filter: grayscale(1);
	transition: 0.3s;
}
.rectorat-item-info-dolzh {
color: #808080;
font-variant-numeric: lining-nums proportional-nums;
min-height: 44px;
font-size: 16px;
margin-bottom: 30px;
font-style: normal;
font-weight: 400;	transition: 0.3s;
line-height: 135%; /* 21.6px */
}
.rectorat-item-info-name {
	color: #040D3A;
margin-bottom: 10px;	
font-size: 26px;
font-style: normal;
font-weight: 600;	transition: 0.3s;
line-height: normal;
text-transform: uppercase;
}

.rectorat-item-info-telmail {

display: flex;
margin-top: 10px;
color: #040D3A;
font-variant-numeric: lining-nums proportional-nums;

font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 135%; /* 21.6px */
align-items: center;
}
.rectorat-item-info-telmail span{
width: 86px;	display: flex;

}
.rectorat-item-info-telmail a{
color: #040D3A;
font-variant-numeric: lining-nums proportional-nums;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 135%; /* 21.6px */

}

.rectorat-item-info-tel a {

font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: uppercase;
}
.rectorat-item-info:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 341px;
	transition: 0.3s;
	height: 337px;
background-image: url("data:image/svg+xml,%3Csvg width='341' height='337' viewBox='0 0 341 337' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.1' clip-path='url(%23clip0_614_1707)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M228.859 71.7471H283.891L338.922 195.86H283.891L228.859 71.7471Z' fill='%237474C9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M268.266 -24.6738H323.297L378.328 99.4386H323.297L268.266 -24.6738Z' fill='%237474C9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M146.961 -82.5791H201.992L257.023 41.5334H201.992L146.961 -82.5791Z' fill='%237474C9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M81.8985 146.744H136.93L191.961 270.857H136.93L81.8985 146.744Z' fill='%237474C9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M121.305 50.3232H176.336L231.367 174.436H176.336L121.305 50.3232Z' fill='%237474C9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M39.4063 -104.003H94.4375L149.469 20.1095H94.4375L39.4063 -104.003Z' fill='%237474C9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.57764e-05 -7.58203H55.0313L110.062 116.53H55.0313L4.57764e-05 -7.58203Z' fill='%237474C9'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_614_1707'%3E%3Crect width='341' height='337' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E ");
background-repeat: no-repeat;
background-position: center;
background-size: cover;}

.rectorat-item-info:hover:before{
	transition: 0.3s;
background-image: url("data:image/svg+xml,%3Csvg width='341' height='337' viewBox='0 0 341 337' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.1' clip-path='url(%23clip0_614_1707)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M228.859 71.7471H283.891L338.922 195.86H283.891L228.859 71.7471Z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M268.266 -24.6738H323.297L378.328 99.4386H323.297L268.266 -24.6738Z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M146.961 -82.5791H201.992L257.023 41.5334H201.992L146.961 -82.5791Z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M81.8985 146.744H136.93L191.961 270.857H136.93L81.8985 146.744Z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M121.305 50.3232H176.336L231.367 174.436H176.336L121.305 50.3232Z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M39.4063 -104.003H94.4375L149.469 20.1095H94.4375L39.4063 -104.003Z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.57764e-05 -7.58203H55.0313L110.062 116.53H55.0313L4.57764e-05 -7.58203Z' fill='%23fff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_614_1707'%3E%3Crect width='341' height='337' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E ");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}


.rectorat-item-info:hover {background: #7474C9;
		transition: 0.3s;
}
.rectorat-item-info:hover .rectorat-item-info-image img {
	
	filter: grayscale(0);
	transition: 0.3s;
}
.rectorat-item-info:hover .rectorat-item-info-dolzh , 
.rectorat-item-info:hover .rectorat-item-info-name,
.rectorat-item-info:hover .rectorat-item-info-telmail, .rectorat-item-info:hover .rectorat-item-info-telmail a {
	color: #fff;
	transition: 0.3s;
}
@media(max-width:  1500px){
	.catalog-programm-item-title {
 
    font-size: 20px;
}.catalog-programm-item-desc {
    font-size: 14px; 
}.catalog-programm-item-image {
    margin-right: 20px;
    width: 180px;
}.catalog-programm-item-info {
    width: calc(100% - 200px);
}
.one-gordost-info {
    padding: 15px; 
    }
    .one-gordost-name {

    font-size: 22px; 
}.one-gordost-image {
    height: 360px;
}
}

@media(max-width:  1400px){
	 .rectorat-item-info {
    	width: calc((100% - 40px) / 2);
    }
}
@media (max-width: 1200px) {
.abitureint-card-info.facultet-card-info {
    width: calc((100% - 20px) / 2);
    position: relative;
}
.catalog-programm-item {
	width: 100%;
}.programs-sorting-wrapper {
    
    gap: 15px;
}.catalog-programm-category {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}.gordost-slider {
    margin-top: -10px;
}
	.one-gordost-info {
    padding: 15px;
    min-height: 114px;
    overflow: hidden;  }
   .rectorat-item-info-image {
 
    width: 209px;
}
}
@media(max-width:  1000px) {
	.programs-sorting-wrapper {

white-space: nowrap;
	}.programs-sorting-wrapper-wrp {
	overflow-x:  scroll;
	width: 100%;
}
	.catalog-programm-category-and-search {
		flex-direction: column;
	}
	.catalog-programm-search {
		width: 100%;
		margin-top: 40px;
	}
.about-vipiskniki-text {
    width: 100%; 
}
.about-vipuskniki-gallery {
	width: 100%;
}
.about-vipuskniki {
	flex-direction: column-reverse;
}
.about-vipuskniki-gallery-small2 {
    width: 70%;
    }
    .about-vipuskniki-gallery-two {
    	width: calc(30% - 20px);
    }
    .about-vipuskniki-gallery-smal {
    width: 100%;
}
.rectorat-item-info {
	width: 100%;
}
}

@media(max-width:  750px) {
	.abitureint-card-info.facultet-card-info {
    width: 100%;
}.facultet-card-info-image svg {
    height: 80px;
    width: auto;
}
.catalog-programm-category {
	flex-wrap: nowrap;	
	white-space: nowrap;
}
.catalog-programm-category-wrapper {
	overflow-x:  scroll;
	width: 100%;
}
.catalog-programm-cat {
    padding: 8px;
    font-size: 12px; 
    }
    .programs-sorting-item , .programs-sorting-title{
 
    font-size: 12px; 
}.catalog-programm-category-and-search {
  
    margin-bottom: 22px;
  
}.catalog-programm-search {
    width: 100%;
    margin-top: 20px;
}.search-form {

    padding: 10px 10px;
}
.catalog-programm-item {
    width: 100%;
    padding: 10px;
    flex-direction: column;
}
.catalog-programm-item-info {
	width: 100%;
}
.catalog-programm-item-image {
	margin-right: 0;
	width: 100%;
	height: 155px;
	margin-bottom: 14px;
}
.programs-sorting-wrapper {
	 margin-bottom: 0;
}
.programs-sorting-wrapper-wrp {
	overflow-x:  scroll;
	width: 100%;margin-bottom: 15px;
	padding-bottom: 15px;
}
.about-vipuskniki-gallery {

    gap: 10px;
}
.about-vipuskniki-gallery-two {
    width: calc(30% - 10px);
    gap: 10px;
} 
.about-vipuskniki-gallery-small2 {
   height: 226px; 
}
.about-vipiskniki-text h2 {
    font-size: 18px;
    }.about-vipiskniki-text p {
    margin-bottom: 20px;
}.about-vipiskniki-text {
   
    font-size: 14px; 
}
.rectorat-item-info {
    padding: 15px;
    height: 340px; 
    }
    .rectorat-item-info:before {
   
    
    width: 223px;
    height: 227px; 
}
.rectorat-item-info-name {
   
    font-size: 20px;
    }
    .rectorat-item-info-dolzh {
    min-height: 14px;
    font-size: 14px;
}
.rectorat-item-info-telmail {
    
    font-size: 13px; 
    }.rectorat-item-info-telmail span {
    width: 70px;
    display: flex;
}
.rectorat-item-info-telmail {
    font-size: 13px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.rectorat-item-info {
    padding: 15px;
    height: auto;
}
.rectorat-item-info-image {
    width: 155px;
}
}















/* ректорат доп */
.rector-item-personal-info-window {
position: fixed;
top: -200vh;
left: 0;
width: 100%;
height: 100vh;	opacity: 0;
	transition: opacity 0.3s;
z-index: 9999;
}

.rectorat-item-info-open .rector-item-personal-info-window{
	top: 0;
	opacity: 1;
	transition: opacity 0.3s;
}
.rector-item-personal-info-window-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
}

.rector-item-personal-info-window-iner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 900px;
	box-sizing: border-box;
	transform: translate(-50%, -50%);
	z-index: 3;
	border-radius: 10px;
	padding: 30px;
	
background: #F6F6FF;
}
.rector-item-personal-info-window-close {
	width: 40px;
	position: absolute;
	top:  10px;
	right:  10px;
	height: 40px;
	cursor: pointer;
}
.rector-item-personal-info-window-close svg {
	width: 100%;
	height: 100%;
	transform: rotate(45deg);
}
.rector-item-personal-info-window-name {
color: #040D3A;
    margin-bottom: 10px;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    transition: 0.3s;
    line-height: normal;
    text-transform: uppercase;

}
.rector-item-personal-info-window-job {
	color: #7474C9;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 100%; 
}
.rector-item-personal-info-window-study ,
.rector-item-personal-info-window-zvanie ,
.rector-item-personal-info-window-stazh {
color: #808080;
font-variant-numeric: lining-nums proportional-nums;
font-size: 16px;
margin-bottom: 5px;
font-style: normal;
font-weight: 400;
line-height: 135%; 
}
.rector-item-personal-info-window-iner-top {
	display: flex;
	align-items: center;
}
.rector-item-personal-info-window-iner-top-photo {
	width: 100px;
	height:  100px;
	margin-right:  20px;
	border-radius: 5px ;
}
.rector-item-personal-info-window-study span ,
.rector-item-personal-info-window-zvanie  span,
.rector-item-personal-info-window-stazh  span{
color: #040D3A;
font-weight: 600;
} 
.rector-item-personal-info-window-podrazdelenia-title {
padding:  10px;border:1px solid  rgba(116, 116, 201, 0.20);color: #7474C9;

font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 157.4%; 
box-sizing: border-box;
margin-top : 20px;
position: relative;
}
.rector-item-personal-info-window-podrazdelenia-title:before {
	height: 20px;
	width:  1px;
	left:  25px;
	top:  -20px;
	position: absolute;	
	background:  rgba(116, 116, 201, 0.20);
	content:  '';
}
.rector-item-personal-info-window-podrazdelenia {
margin-bottom: 30px;
}
.rector-item-personal-info-window-podrazdelenia-item {
padding:  10px;border:1px solid  rgba(116, 116, 201, 0.20);color: #7474C9;
margin-left:  100px;
position: relative;
border-left: 10px solid  #7474C9;
margin-top:  20px;
}
.rector-item-personal-info-window-podrazdelenia-item:before {
	content: '';
	position: absolute;	
	top: 50%;	
	width:  50px;
	height:  1px;
	left:  -50px;background:  rgba(116, 116, 201, 0.20);
}
.rector-item-personal-info-window-podrazdelenia-item:after {
	content: '';
	position: absolute;	
	top: calc(-50% - 50px);	
	width:  1px;
	height:  calc(100% + 50px);
	left:  -50px;background:  rgba(116, 116, 201, 0.20);
}
.rector-item-personal-info-window-podrazdelenia-items {
	overflow: hidden;
}

.rectorat-item-info-card {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	cursor: pointer;
	z-index: 4;
	left: 0;
	}
	.rectorat-item-info-text {
    position: static;
    /* z-index: 4; */
}
 .rectorat-item-info-telmail a {
	position: relative;
	z-index: 5;
}
	.rector-item-personal-info-window-iner {
		max-height: 90vh;
		overflow-y: scroll;
	}
::-webkit-scrollbar {
    width: 6px; /* ширина для вертикального скролла */
    height: 6px; /* высота для горизонтального скролла */
    background-color: rgba(51, 51, 51, 0.1);     border-radius: 9em;
}

/* ползунок скроллбара */
::-webkit-scrollbar-thumb {
    background-color: #7474C9;
    border-radius: 9em;

}

::-webkit-scrollbar-thumb:hover {
    background-color:#7474C9;
}



::-webkit-scrollbar-button:vertical:end:increment {
    background:
      #fff;

}

::-webkit-scrollbar-button:horizontal:start:decrement {
    background: #fff;
}

::-webkit-scrollbar-button:horizontal:end:increment {
    background: #fff;
}
.rector-item-personal-info-window-iner-top-info {
	width: calc(100% - 130px);
}
@media(max-width:  1000px) {
	.rector-item-personal-info-window-iner {
 
    width: 600px;
}
.rector-item-personal-info-window-name {

    font-size: 20px;
    }
    .rector-item-personal-info-window-job {
   
    font-size: 16px;
}
.rector-item-personal-info-window-podrazdelenia-item {
	margin-left: 66px;
}

}

@media(max-width:  700px){
	.rector-item-personal-info-window-iner {
 
    width:calc(100% - 30px);
    padding:  20px;
}.rector-item-personal-info-window-iner-top-photo {
    width: 70px;
    height: 70px;
    margin-right: 10px;
    border-radius: 5px;
}
.rector-item-personal-info-window-iner-top-info {
    width: calc(100% - 90px);
}
.rector-item-personal-info-window-name {
    font-size: 16px;
    margin-bottom: 4px;
}.rector-item-personal-info-window-job {
    font-size: 14px;
}.rector-item-personal-info-window-podrazdelenia-title {
    padding: 6px;
    border: 1px solid rgba(116, 116, 201, 0.20);
    color: #7474C9;
    font-size: 14px;
}.rector-item-personal-info-window-podrazdelenia-item {
	font-size: 14px;
}.rector-item-personal-info-window-podrazdelenia-item {
    margin-left: 20px;
}
.rector-item-personal-info-window-podrazdelenia-item:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 20px;
    height: 1px;
    left: -20px;
    }
    .rector-item-personal-info-window-podrazdelenia-item:after {
    content: '';
    position: absolute;
    top: calc(-50% - 50px);
    width: 1px;
    height: calc(100% + 50px);
    left: -20px;
}.rector-item-personal-info-window-study, .rector-item-personal-info-window-zvanie, .rector-item-personal-info-window-stazh {
    color: #808080;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 14px; 
}
}




/* Учебная киностудия */

.kinostudia_inner{
	padding-top: 100px;
   padding-bottom: 100px;
	
  }
  .kinostudia_inner_firtsscreen{
	display: flex;
	justify-content: space-between;
	gap:20px;
  }
  .kinostudia_inner_firtsscreen_text{
	color: #040D3A;
  
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 135%;
  max-width: 940px;
  }
  .kinostudia_inner_firtsscreen_text span{
	color: #040D3A;
  
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%; /* 21.6px */
  }
  
  .kinostudia_inner_firtsscreen_video{
	position: relative;
	border-radius: 10px;
	 overflow: hidden;
	  -webkit-transform: translateZ(0);
	  width: 663px;
  height: 352px;
  
  }
  .kinostudia_inner_firtsscreen_video_btn_play{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 180px;
	height: 180px;
	
	
  }
  .kinostudia_inner_firtsscreen_video_btn_stop{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
		width: 100%;
	  height: 100%;
	border-radius: 50%;
	background: none;
	display: none; 
	
  }
  
  #myvideo{
	width: 100%;
	
	border-radius: 10px;
  
  }
  .kinostudia_cards{
	display: flex;
	flex-wrap: wrap;
	gap:20px;
	justify-content: flex-start;
	margin-top: 60px;
	width: fit-content;
  }
  .kinostudia_card{
	border-radius: 10px;
  background: #F6F6FF;
  padding: 30px;
  width: calc( (100% - 40px ) / 3 );
  height: 374px;
  box-sizing: border-box;
  cursor: pointer;
  }
  
  .kinostudia_card_icon{
	border-radius: 10px;
  background: #EBEBFF;
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  }
  
  .kinostudia_card_icon img{
	width: 54px;
  height: 54px;
  flex-shrink: 0;
  }
  
  .kinostudia_card_title{
	margin-top: 30px;
	color: #040D3A;
  
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  min-height: 100px;
  }
  
  .kinostudia_card_desc{
	color: #808080;
  
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 21.6px */
  min-height: 66px;
  margin-top: 12px;
  }
  
  .kinostudia_card_link{
	color: #040D3A;
  margin-top: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%; /* 21.6px */
  }
  
  .kinostudia_bottom_cards{
	margin-top: 100px;
	display: flex;
	justify-content: space-between;s
  }
  
  .kinostudia_bottom_card{
	border-radius: 10px;
  position: relative;
  width: calc( (100% - 20px ) / 2);
  padding-left: 42px;
  padding-right: 42px;
  padding-bottom: 42px;
  height: 715px;
  }
  .kinostudia_bottom_card:before{
	position: absolute;
	content: '';
	bottom: 0;
	right: 0;
	background: url('/local/templates/vgik/css/../img/kinostudia/k3.svg');
	width: 366px;
	height: 517px;
  }
  .kinostudia_card_left{
	background: #61ADC8;
  }
  .kinostudia_card_right{
  background: #88BCEB;
  }
  
  .kino_card_item{
	margin-top: 40px;
  }
  .kino_card_item_name{
	color: #FFF;
  
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  }
  
  .kino_card_item_desc{
	color: #FFF;
  margin-top: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 21.6px */
  }
  .kino_card_item_phone{
	margin-top: 10px;
	color: #FFF;
  
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 21.6px */
  }
  
  .kino_card_item_phone a{
	color: #FFF;
  margin-left: 10px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  }
  
  .kinostudia_card:hover{
	background: #7474C9;
  }
  
  .kinostudia_card:hover .kinostudia_card_icon{
	background: #FFF;
  }
  
  .kinostudia_card:hover .kinostudia_card_title{
	color: #FFF;
  
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  }
  
  .kinostudia_card:hover .kinostudia_card_desc{
	display: none;
  
  }
  
  .kinostudia_card_desc_hover{
	display: none;
   margin-top: 10px;
  }
  .kinostudia_card_desc_hover a{
	 color: #FFF;
  
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%; /* 18.9px */
  text-decoration-line: underline;
  text-transform: uppercase;
  margin-top: 10px;
  }
  
  .kinostudia_card:hover .kinostudia_card_desc_hover{
	display: block;
  }
  
  .kinostudia_card:hover .kinostudia_card_link{
	display: none;
  }
  
  .srednee_inner{
	margin-top: 100px;
	padding-bottom: 100px;
  }
  
  .srednee_firstscreen_text{
	color: #040D3A;
  
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 135%;
  }
  
  .srednee_firstscreen_text span{
	color: #040D3A;
  width: 1073px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%; /* 21.6px */
  }
  
  .srednee_firstscreen{
	display: flex;
	justify-content: space-between;
	gap:20px;
	margin-top: 60px;
  }
  
  .srednee_firstscreen img{
	border-radius: 10px;
	width: 526px;
  height: 207px;
  }
  
  .srednee_cards{
	display: flex;
	flex-wrap: wrap;
	gap:20px;
  
	margin-top: 60px;
  }
  
  .srednee_card{
	border-radius: 10px;
  background: #F6F6FF;
  height: 389px;
  width: calc( (100% - 60px) / 4);
  padding: 30px;
  position: relative;
  }
  .srednee_card:before{
	position: absolute;
	content: '';
	bottom: 0;
	right: 0;
	width: 196px;
	height: 244px;
	background: url('/local/templates/vgik/css/../img/srednee/sr4.svg');
	background-repeat: no-repeat;
  
  }
  
  .srednee_card_icon{
	border-radius: 10px;
  background: #EBEBFF;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  }
  .srednee_card_icon img{
	width: 54px;
  height: 54px;
  }
  
  .srednee_card_title{
	color: #040D3A;
  
  margin-top: 30px;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  display: flex;
  line-height: normal;
  text-transform: uppercase;
  height: 174px;
  }
  
  .srednee_card_link{
	color: #040D3A;
	display: block;
	margin-top: 23px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%; /* 21.6px */
  
  }
  
  @media (max-width: 1630px) {
	.kinostudia_inner_firtsscreen_text{
	  max-width: 650px;
	}
	.kinostudia_card_title{
	  font-size: 20px;
	}
	.kinostudia_card_desc, .kinostudia_card_desc_hover a{
	  font-size: 12px;
  
	}
	.kinostudia_bottom_card:before{
	  width: 336px;
	  height: 478px;
	}
	.srednee_card_title{
	  font-size: 20px;
	}
	.srednee_card:before{
	  width: 135px;
	  height: 219px;
	}
	.kinostudia_card:hover .kinostudia_card_title{
	  font-size: 20px;
	}
  }
  
  
  @media (max-width: 1410px){
	.kinostudia_inner_firtsscreen{
	  flex-direction: column;
	}
	.kinostudia_inner_firtsscreen_text{
	  width: 100%;
	  max-width: 100%;
	}
	.kinostudia_inner_firtsscreen_video{
	  width: 100%;
	}
	.kinostudia_card_title{
	  font-size: 16px;
	}
	.kinostudia_card_title{
	  min-height: 80px;
	}
	.kinostudia_card_desc{
	  min-height: 90px;
	}
	.kinostudia_bottom_card:before{
	  width: 341px;
	  height: 379px;
	}
	.kino_card_item_name{
	  font-size: 20px;
	}
	.kino_card_item{
	  margin-top: 25px;
	}
	.kinostudia_bottom_card{
	  padding-top: 20px;
	  height: auto;
	}
	.srednee_firstscreen{
	  flex-direction: column;
	}
	.srednee_firstscreen img{
	  width: 100%;
	  height: auto;
	}
	.srednee_card_title{
	  font-size: 16px;
	}
	.srednee_card_title{
	  height: 130px;
	}
	.srednee_card{
	  height: 350px;
	}
  }
  @media (max-width: 1210px){
  .kinostudia_card{
	width: calc( (100% - 20px ) / 2 );
  }
  .kinostudia_bottom_card:before{
	width: 366px;
	  height: 213px;
  }
  .srednee_card{
	width: calc( (100% - 40px) / 3);
  }
  .srednee_card:before{
	width: 129px;
	  height: 207px;
  }
  .srednee_card_title{
	font-size: 14px;
  }
  .srednee_card_title{
	height: 100px;
  }
  
  .srednee_card{
	height: 300px;
  }
  
  
  
  
  }
  
  @media (max-width: 1000px){
	.srednee_card_title{
	  
	}
	.srednee_card {
	  width: calc( (100% - 20px) / 2);
  }
  .srednee_card_title{
	height: 75px;
  }
  }
  
  
  @media (max-width: 768px){
	.kinostudia_inner_firtsscreen_text{
	  font-size: 12px;
	}
	.kinostudia_inner_firtsscreen_video_btn_play{
	  width: 100px;
	  height: 100px;
	}
	.kinostudia_inner_firtsscreen_video_btn_play img{
	  width: 100px;
	}
	.kinostudia_inner_firtsscreen_video{
	  height: auto;
	}
	.kinostudia_card{
	  width: 100%;
	}
	.kinostudia_card_title{
	  min-height: 67px;
	}
	.kinostudia_bottom_cards{
	  flex-direction: column;
	}
	.kinostudia_bottom_card{
	  width: 100%;
	  margin-top: 30px;
	}
	.srednee_firstscreen_text{
	  font-size: 12px;
	}
	.srednee_card{
	  width: 100%;
	}
  }
  

  @media(max-width:  1200px){
  .kinostudia_bottom_card.kinostudia_card_left {
    height: auto!important;
  }
}


.departament-actor-items {
	display: flex;
	flex-wrap: wrap;gap:  40px;
}

.departament-actor-item {
	width: 290px;
	margin: 0 0 20px 0;

}

.departament-actor-item img {
	width: auto;
	height: 390px;
	margin-top: 8px;
}
.departament-actor-item {
	overflow: hidden;
}
.departament-actor-item {
	margin-bottom: 0;
}
.departament-actor-item > br:last-child {
	display: none;
}
.departament-actor-items {
	margin-top: 30px;
}

@media(max-width:  650px) {
	.departament-actor-item {
		width:  calc(50% - 10px);
	}.departament-actor-items {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 20px;
}.departament-actor-item img {
    width: auto;
    height: 272px;
}
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/menu/festival_inner/style.css?12585315544598*/
/**Top menu**/
#horizontal-multilevel-menu,#horizontal-multilevel-menu ul
{
	margin:0; padding:0;
	background:#BC262C url(/bitrix/templates/.default/components/bitrix/menu/festival_inner/images/header_menu_bg.gif) repeat-x;
	min-height:27px;
	width:100%;
	list-style:none;
	font-size:11px;
	float:left;
	/*font-size:90%*/
}

#horizontal-multilevel-menu
{
	
}

/*Links*/
#horizontal-multilevel-menu a
{
	display:block;
	padding:5px 10px;
	/*padding:0.3em 0.8em;*/
	text-decoration:none;
	text-align:center;
}

#horizontal-multilevel-menu li 
{
	float:left;
}

/*Root items*/
#horizontal-multilevel-menu li a.root-item
{
	color:#fff;
	font-weight:bold;
	padding:7px 12px;
}

/*Root menu selected*/
#horizontal-multilevel-menu li a.root-item-selected
{
	background:#fc8d3d;
	color:#fff;
	font-weight:bold;
	padding:7px 12px;
}

/*Root items: hover*/
#horizontal-multilevel-menu li:hover a.root-item, #horizontal-multilevel-menu li.jshover a.root-item
{
	background:#e26336;
	color:#fff;
}

/*Item-parents*/
#horizontal-multilevel-menu a.parent
{
	background: url(/bitrix/templates/.default/components/bitrix/menu/festival_inner/images/arrow.gif) center right no-repeat;
}

/*Denied items*/
#horizontal-multilevel-menu a.denied
{
	background: url(/bitrix/templates/.default/components/bitrix/menu/festival_inner/images/lock.gif) center right no-repeat;
}

/*Child-items: hover*/
#horizontal-multilevel-menu li:hover, #horizontal-multilevel-menu li.jshover
{
	background:#D6D6D6;
	color:#fff;
}

/*Child-items selected*/
#horizontal-multilevel-menu li.item-selected
{
	background:#D6D6D6;
	color:#fff;
}

/*Sub-menu box*/
#horizontal-multilevel-menu li ul
{
	position:absolute;
	/*top:-999em;*/
	top:auto;
	display:none;
	z-index:500;

	height:auto;
	/*width:12em;*/
	width:135px;
	background:#F5F5F5;
	border:1px solid #C1C1C1;
}

/*Sub-menu item box*/
#horizontal-multilevel-menu li li 
{
	width:100%;
	border-bottom:1px solid #DEDEDE;
}

/*Item link*/
#horizontal-multilevel-menu li ul a
{
	text-align:left;
}

/*Items text color & size */
#horizontal-multilevel-menu li a,
#horizontal-multilevel-menu li:hover li a,
#horizontal-multilevel-menu li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a
{
	color:#4F4F4F;
	font-weight:bold;
}

/*Items text color & size: hover*/
#horizontal-multilevel-menu li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a
{
	color:#4F4F4F;
}

#horizontal-multilevel-menu li ul ul
{
	margin:-27px 0 0 132px;
	/*margin:-1.93em 0 0 11.6em;*/
}

#horizontal-multilevel-menu li:hover ul ul,
#horizontal-multilevel-menu li.jshover ul ul,
#horizontal-multilevel-menu li:hover ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul ul
{
	/*top:-999em;*/
	display:none;
}

#horizontal-multilevel-menu li:hover ul,
#horizontal-multilevel-menu li.jshover ul,
#horizontal-multilevel-menu li li:hover ul,
#horizontal-multilevel-menu li li.jshover ul,
#horizontal-multilevel-menu li li li:hover ul,
#horizontal-multilevel-menu li li li.jshover ul,
#horizontal-multilevel-menu li li li li:hover ul,
#horizontal-multilevel-menu li li li li.jshover ul,
#horizontal-multilevel-menu li li li li li:hover ul,
#horizontal-multilevel-menu li li li li li.jshover ul
{
	/*z-index:1000;
	top:auto;*/
	display:block;
}

div.menu-clear-left
{
	clear:left;
}
/* End */


/* Start:/local/templates/vgik/styles.css?17695232373599*/
.default_page_inner{
    padding-top: 100px;
    padding-bottom: 100px;
}
table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
  padding: 5px;
}
@media (max-width: 1000px){
    .default_page_inner{
        padding-top: 60px;
    }
}


.first-screen-iner-page-news_mobile{
    display: none;
}

@media (max-width:575px) {
    
    .first-screen-iner-page-news_mobile{
        display: block !important;
    }

    .first-screen-iner-page-news{
        display: none;
    }
}

#BX_file_dialog{
    height: auto !important;
}


.srednee_card_link{
    display: flex;
    align-items: center;
    gap:5px;
}
.kinostudia_card_link{
    display: 0;
    opacity: 0;
    width: 0;
    height: 0;
}

.srednee_card:hover{
        background: #7474C9;
}

.srednee_card:hover .srednee_card_title{
    color: #fff;
}


.srednee_card:hover .srednee_card_link{
    color: #fff;

}

.srednee_card:hover .srednee_card_link img{
    display: none;
    opacity: 0;
}


.myarrowsrednee{
    stroke: #000;
}


.srednee_card:hover .myarrowsrednee{
     stroke: #fff;
}

.primary-nav a{
    position: relative;
    overflow: hidden;
}

.primary-nav a:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(45 45 45 / 0.4);
    backdrop-filter: blur(2px) contrast(60%);
    -webkit-backdrop-filter: blur(2px) contrast(60%);
    z-index: -1;

}

.kinostudia_card:hover .kinostudia_card_desc_hover{
    color: #fff;
}

@media(max-width:  1400px){
  .kinostudia_bottom_card.kinostudia_card_left {
    height: auto!important;
  }
}

@media(max-width:  600px) {
    .kinostudia_bottom_card.kinostudia_card_left .kino_card_item {
        padding-left: 0!important;
        width: auto!important;
    }
}

.default_page_inner .table-responsive img {
    max-width: 100%;
}
.footer-search{
    text-align: center;
}

.footer-search__link{
    width: 16px;
    height: 16px;
    width: 180px;
    display: flex;
    align-items: center;
    margin: 40px 0 0 0;
    color: #ffffff !important;
    justify-content: center;
}

.footer-search__link-icon svg{
    width: 18px;
    height: 18px;
    line-height:18px ;
    color: #ffffff !important;
}

.footer-search__link-text{
    width: 20px;
    height: 20px;
    line-height:20px ;
    font-size: 20px;
    margin-left: 4px;
    margin-top: -4px;
}
body {
  font-family: roboto, sans-serif;
  font-size: 15px;
}

.info {
  background-color: #f9f9ff;
  padding: 10px 25px;
}

.info__switch {
  display: none;
}

.info__body {
  max-height: 0;
  overflow: hidden;
  transition: 0.4s;
}

.info__switch:checked~.info__body {
  max-height: 1000000px;
}

.info__headline::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 4px;
  border: 6px solid #39739d;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
}

.info__switch:checked~.info__headline::before {
  transform: rotate(180deg) translateY(6px);
}

.info__headline {
  display: block;
  position: relative;
  margin-bottom: 15px;
  user-select: none;
  color: #39739d;
  font-weight: normal;
  cursor: pointer;
}

.info__headline:hover {
  text-decoration: underline;
}

table {
display: block; overflow-x: auto;
}
.tbodyrasp{
 text-align: center;
font-size: 15px;
}
.whitetable{
border: 2px solid white;
}
.imgoperf{
  display: inline-block;
  margin: 10px;
  margin-top:100px;
  margin-bottom: 100px;
  padding: 15px;
  text-align: center;
}
.photooprf{
  display: inline-block;
  margin: 10px;
  border: 4px solid #55c5e9;
  padding: 15px;
text-align: center;
}


/* End */
/* /local/templates/vgik/css/main.css?173435674789399 */
/* /local/templates/vgik/css/dop-main.css?171949663032301 */
/* /local/templates/vgik/css/dop-main2.css?170006127940781 */
/* /bitrix/templates/.default/components/bitrix/menu/festival_inner/style.css?12585315544598 */
/* /local/templates/vgik/styles.css?17695232373599 */
