

/* Start:/local/templates/vgik/css/main_index.css?170047332471096*/
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500;600;700&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: 500;
	max-width: 435px;
	position: relative;
	top: 5px;
}
.logo span b {
	margin-top: 1px;
	display: block;
	text-transform: none;
}

.logo span b em {
	font-size: 13px;
}

.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;
  text-align:center;
}
.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: 1.25rem;
  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: top;
  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: 700;
	/* font-size: 1.4125rem; */
	position: relative;
	z-index: 2;
	font-size: 29px;
	font-family: 'Raleway';
}
.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__bottom .title-item a{
  color: #fff;
  text-decoration: underline;
}

.education-item__icon-bottom-wrapper{
  text-align: center;
}

.education-item__icon-bottom{
 border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  padding: 10px 0;
  margin: 30px 0 0 0;
  font-weight: bold;
  width: 200px;
  text-align: center;
  font-size: 20px;
}

.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_2.svg");
	background-position: right top;
}
/*.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: 100%;
}
.teaser-wrapper .bg-video video {
	height: 100%;
	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% - 60px);
	z-index: 1;
}
.creation-wrapper .container {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1600px) {
  .creation-wrapper .bg-video {
    height: calc(100% - 60px);
  }
}
.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;
	font-size: 12px;
}

  .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;
	min-width: 390px;
  }

  .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;
  }
.education-item .title-item {
	font-size: 24px;
}

.hot-line__row .title-block::after {
	bottom: -75px;
}
}

.partners-wrapper {
	overflow: hidden;
}

@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;
  }
.hot-line__row .title-block::after {
	bottom: -95px;
}
}
@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;
}

.bg-video {
	width: 100%;
}

.teaser-wrapper {
	position: relative;
}

.teaser-wrapper .bg-video {
	height: 100%;
}

.number-change {
	padding: 0 20px;
}

.faculty {
	overflow: hidden;
	margin: 0 -20px;
}


.creation-wrapper .bg-video {
	height: 100%;
}

.education-item.item-disable {
	display: block;
}

.education-item.item-disable:hover .education-item__top {
	transform: none;
}

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

  .article-section .label-title {
    font-size: 17px;
  }
.number-change {
	padding: 0;
}

.faculty {
	overflow: hidden;
	margin: 0;
	width: 100%;
	max-width: 305px;
}
}

@media screen and (max-width: 1400px) {
	.events-row .nearest-events {
		display: none;
	}
	.creation-slider .swiper-slide {
		width: calc(50% - 15px);
	}
}


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


#bubble-2 , #bubble-1 {
  display: flex;
  flex-wrap: wrap;
  height: 75px;
  width:  100%;
}  #bubble-2 span, #bubble-1 span {
     display: flex;
   }
#bubble-1 {
  position: relative;
}
#bubble-1 span {
  opacity: 0;
  display: flex;
  bottom:  0;
  position: absolute;

  left:  0;
}
#bubble-2 {
  position: relative;
}
#bubble-2 span {
  opacity: 0;
  display: flex;
  bottom:  0;
  position: absolute;

  left:  0;
}
#bubble-1 .bubble-10 , #bubble-2 .bubble-20 {
  animation: move 30s infinite linear;
}
#bubble-1 .bubble-11  , #bubble-2 .bubble-21 {
  animation: move 30s infinite linear;

  animation-delay: 3s;
}
#bubble-1 .bubble-12  , #bubble-2 .bubble-22 {
  animation: move 30s infinite linear;

  animation-delay: 6s;
}
#bubble-1 .bubble-13 , #bubble-2 .bubble-23  {
  animation: move 30s infinite linear;

  animation-delay: 9s;
}
#bubble-1 .bubble-14  , #bubble-2 .bubble-24 {
  animation: move 30s infinite linear;

  animation-delay: 12s;
}
#bubble-1 .bubble-15  , #bubble-2 .bubble-25 {
  animation: move 30s infinite linear;

  animation-delay: 15s;
}
#bubble-1 .bubble-16  , #bubble-2 .bubble-26{
  animation: move 30s infinite linear;

  animation-delay: 18s;
}
#bubble-1 .bubble-17  , #bubble-2 .bubble-27 {
  animation: move 30s infinite linear;

  animation-delay: 21s;
}
#bubble-1 .bubble-18 , #bubble-2 .bubble-28  {
  animation: move 30s infinite linear;

  animation-delay: 24s;
}
#bubble-1 .bubble-19  , #bubble-2 .bubble-29 {
  animation: move 30s infinite linear;

  animation-delay: 27s;
}
@keyframes move {
  0% {
    opacity: 0;
  }
  5% {
    opacity:   1;
  }
  10% {
    opacity:   0;
  }
  20% {
    opacity:   0;
  }
  30% {
    opacity:   0;
  }
  40% {
    opacity:   0;
  }
  50% {
    opacity:   0;
  }
  60% {
    opacity:   0;
  }

  100% {
    opacity:   0;
  }
}

.education-item .title-item {
	font-family: 'Raleway', sans-serif;
}

.news-slider .news-slider__item:hover .news-title {
	padding-bottom: 0;
	max-height: 0;
	opacity: 0;
}


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


@media screen and (max-width: 1200px) {
	.slider-imgs-campus .campus-img-slide {
		height: 100%;
	}
	.slider-imgs-campus .campus-img-slide {
		height: 100%;
		display: flex;
		align-items: flex-end;
	}
}

.slider-content-wrapper .slider-content__item .play-btn {
	display: none;
}

@media screen and (max-width: 768px) {
.education-item.item-disable .education-item__top {
	display: block;
}

.education-slider .swiper-slide {
	height: initial;
}

.education-item {
	height: 100%;
	box-sizing: border-box;
	width: calc(100% - 15px);
}

.creation-slider .swiper-slide {
	width: 100%;
	overflow: hidden;
}

.education-item.item-disable {
	display: block;
	background: #7474c9 !important;
}
.education-item::after {
	width: 206px;
	height: 300px;
	background: url("/local/templates/vgik/css/../img/patterns/education.svg");
	position: absolute;
	bottom: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	right: 0;
	opacity: 0.35;
	z-index: 0;
	background-position: center right;
	left: auto;
	top: auto;
}
.news-row .swiper-slide, .news-row .swiper-slide.swiper-slide-active {
	height: 300px;
}
}





/* 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_index.css?170047332471096 */
/* /bitrix/templates/.default/components/bitrix/menu/festival_inner/style.css?12585315544598 */
/* /local/templates/vgik/styles.css?17695232373599 */
