

/* Start:/bitrix/templates/zgu/css/style.css?1754897984163511*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html, body {
  color: #000;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -0.015em;
}
.site-wrapper {
  overflow: hidden;
  position: relative;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  color: inherit;
}
p {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}
ul {
  list-style: none;
  padding: 0;
}
.container {
  width: 100%;
  max-width: 1610px;
  margin: 0 auto;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.al-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 39px;
  padding: 0 18px;
  font-size: 16px;
  letter-spacing: -1px;
  text-align: center;
  border-radius: 50px;
}
.btn_blue {
  background-color: #009BDE;
  color: #fff;
}
.btn_blue-light {
  background-color: #0170FF;
  color: #fff;
}
.btn_orange {
  background-color: #EF7D00;
  color: #fff;
}
.btn_green-dark {
  background-color: #138990;
  color: #fff;
}
.btn_white {
  background-color: #fff;
  color: #1D3754;
}
.btn_main {
  background-color: #1D3754;
  color: #fff;
}
a.btn_main:hover {
  background-color: #214A77;
}
.btn_purple {
  background-color: #7F2AB2;
  color: #fff;
}
.btn_red-dark {
  background-color: #B03468;
  color: #fff;
}
.btn_aqua {
  background-color: #2BC6C5;
  color: #fff;
}
.btn_red {
  background-color: #FF5050;
  color: #fff;
}
.btn_grey {
  background-color: #EFEEEE;
}
.title {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.015em;
  text-transform: uppercase;
}
.title_sub {
  font-size: 50px;
}
.subtitle {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: -1px;
}
.caption {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: -0.015em;
}
.none-uppcase {
  text-transform: none;
}
.f-normal {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
.f-small {
  font-size: 16px;
  letter-spacing: -1px;
}
.f-smaller {
  font-size: 14px;
  letter-spacing: -0.015em;
}
.clr-grey {
  color: #747474;
}
.clr-black {
  color: #000;
}
.clr-main {
  color: #1D3754;
}
.clr-white {
  color: #fff;
}
.clr-blue {
  color: #86A5C7;
}
.mb-5 {
  margin-bottom: 50px;
}
.mb-10 {
  margin-bottom: 100px;
}
.section-header {
  margin: 0 0 35px;
  width: 100%;
}
.section-header__title {
  color: #1D3754;
}
.section-header__title.clr-white {
  color: #fff;
}
.section-header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 auto;
}
.section-header__link span {
  margin: 0 10px 0 0;
  color: #1D3754;
  font-weight: 400;
  font-size: 20px;
}
.grey-bg {
  background-color: #ECF0F1;
}
.text-center {
  text-align: center;
}

/* content styles */
.content p {
  margin: 0 0 30px;
  font-size: 24px;
  line-height: 1.3;
  color: #747474;
}
.content > :last-child {
  margin: 0;
}
.content ul {
  margin: 0 0 30px;
  list-style: initial;
  padding: 0 0 0 20px;
}
.content ol {
  margin: 0 0 30px;
  list-style: initial;
  padding: 0 0 0 20px;
}
.content li {
  font-size: 24px;
  line-height: 1.3;
  color: #747474;
}
.content.howto__tooltip li {
  font-size: 16px;
}
.content li a {
  text-decoration: underline;
}
.d-none {
  display: none;
}

/* header */
.fixed-menu {
  display: block;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 80px;
  padding: 55px 10px;
  background-color: #1D3754;
}
.fixed-menu__list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fixed-menu__item:not(:last-child) {
  margin: 0 0 45px;
}

.header {
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  z-index: 2;
  overflow: hidden;
}
.header_blue {
  position: static;
  margin: 0 0 80px;
}
.logo {
  margin: 0 20px 0 0;
  transform: translateX(-12px);
}
.menu {
  position: relative;
  margin: 0 0 0 auto;
}
.menu__item {
  padding: 0 35px;
  border-right: 4px solid #fff;
}
.header_blue .menu__item {
  border-color: #009BDE;
}
.menu__item:first-child {
  padding: 0 35px 0 0;
}
.menu__item:last-child {
  padding: 0 0 0 35px;
  border-right: 0;
}
.menu__link {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -0.4px;
  font-size: 18px;
  line-height: 1;
}
.header_blue .menu__link {
  color: #009BDE;
}
.menu__sign {
  position: absolute;
  right: -50px;
  top: 0;
}
.header_blue .menu__sign path {
  fill: #009BDE;
}
.mobile-search {
  display: none;
}
.mobile-burger {
  display: none;
}


/* hidden-menu */
.hidden-menu {
  position: fixed;
  top: 0;
  left: -100%;
  display: block;
  height: 100%;
  width: 100%;
  z-index: 20;
  background-color: #1D3754;
  padding: 110px 140px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  background-image: url(/bitrix/templates/zgu/img/menu-bg.svg);
  background-position: center;
  background-size: 80%;
  background-repeat: no-repeat;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.hidden-menu.visible {
  opacity: 1;
  visibility: visible;
  left: 0;
}
.hidden-menu__close {
  position: absolute;
  left: 25px;
  top: 50px;
}
.hidden-menu__list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: auto;
  min-height: 100%;
  overflow: auto;
}
.hidden-menu__list ul {
  padding: 35px 45px;
}
.hidden-menu__col {
  position: relative;
  width: 25%;
  max-width: 380px;
  padding: 0 20px 0 0;
}
.hidden-menu__col a {
  line-height: 20px;
  position: relative;
  z-index: 5;
}
.menu-1__link {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}
.hidden-menu__col li:not(:last-child) {
  margin: 0 0 20px;
}
.menu-2__link {
  font-weight: 500;
  font-size: 18px;
  color: #AFC6DF;
  text-transform: uppercase;
}
.menu-3__link {
  font-weight: 500;
  font-size: 18px;
  color: #AEE2DC;
}
.menu-4__link {
  font-weight: 500;
  font-size: 16px;
  color: #57D8F4;
}
.hidden-menu__col .sub.active {
  text-decoration: underline;
}
.hidden-menu__col .sub.active + ul {
  left: 100%;
  opacity: 1;
  visibility: visible;
}
.hidden-menu__sub {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.hidden-menu__btns {
  display: none;
}
.menu-1 {
  background: #294666;
}
.menu-2 {
  background:  #1F3E61;
}
.menu-3 {
  background: #214A77;
}
.menu-4 {
  background: #2B598D;
}
.hidden-menu__arrow {
  display: none;
}





/* notice */
.notice-container {
  position: relative;
}
.notice {
  /* display: none !important; */
  position: absolute;
  right: 0;
  top: 155px;
  padding: 20px 20px 15px;
  z-index: 2;
  background: #ECF4FF;
  border-radius: 10px;  
}
.notice__date {
  font-weight: 500;
  font-size: 20px;
}
.notice__title {
  margin: 0 0 5px;
  font-weight: 700;
  font-size: 20px;
}
.notice__txt {
  margin: 0 25px 0 0;
}

.thumb {
  position: absolute;
  z-index: 2;
  right: 50px;
  bottom: 40px;
  width: 46px;
  height: 46px;
  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;
  background-color: #fff;
  border-radius: 50%;
}
.thumb {
  display: none; 
}


/* footer */

.footer__top {
  position: relative;
  padding: 80px 0 40px;
  background-color: #ECF0F1;
}
.footer__top_2 {
  background-color: #E1EFFF;
}
.footer__top-link {
  position: absolute;
  bottom: 100%;
  left: calc(50% - 40px);
}
.footer__row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__row_2 {
  flex-wrap: wrap;
}
.footer__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 25%;
}
.footer__row_2 .footer__col {
  margin-bottom: 25px;
}
.footer__col:first-child {
  width: 500px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.footer__row_2 .footer__col:first-child,
.footer__row_2 .footer__col {
  width: 25%;
}
.footer__col_last {
  margin: 0;
}
.footer__caption {
  margin: 0 0 40px;
  display: block;
}
.footer__subject {
  font-weight: bold;
  color: #747474;
}
.footer__subject_mb {
  margin-top: 25px;
}
.footer__link:not(.footer__link_noline) {
  text-decoration: underline;
}
.footer__bottom {
  padding: 50px 0;
  background-color: #1D3754;
}
.footer__list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 50px;
}
.footer__item {
  width: 374px;
  max-width: 25%;
  margin: 0 0 20px;
}
.footer__item-link {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}
.footer__sub {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__copy {
  color: #86A5C7;
}
.footer__social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__social-link:not(:last-child) {
  margin: 0 20px 0 0;
}
.footer__ministr {
  margin: 0 0 20px;
}
.footer__ministr-item {
  margin: 0 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ministr-item__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 48px;
  width: 48px;
  margin: 0 15px 0 0;
  background-image: url(/images/min-1.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.ministr-item__icon_2 {
  background-image: url(/images/min-2.svg);
}
.ministr-item__icon_3 {
  background-image: url(/images/roskom.svg);
  width: 68px;
}
.ministr-item__icon_4 {
  background-image: url(/images/gosuslugi.svg);
  width: 190px;
}
.footer__ministr-item span {
  font-weight: 500;
  font-size: 14px;
  color: #86A5C7;
  max-width: 200px;
}
.footer__ministr-item:nth-child(2) span {
  max-width: 130px;
}


/* hero */
.hero {
  position: relative;
}
.hero__video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  pointer-events: none;
}
.hero__fullpage {
  height: 100vh;
  max-height: 980px;
  background-position: center;
  background-size: cover;
}
.hero__slider {
  height: 100%;
}
.h-slide {
  background-image: url(/bitrix/templates/zgu/img/hero-bg.jpeg);
  background-position: center;
  background-size: cover;
}
.h-slide_faculties {
  background-image: url(/images/faculties.jpg);
}
.h-slide_faculties-list {
  background-image: url(/images/facult.jpeg);
}
.h-slide.no-bg {
  background-image: none;
}
.h-slide .container {
  height: 100%;
}
.h-slide__inner {
  height: 100%;
  padding: 280px 0 280px;
}
.h-slide__left {
  max-width: 575px;
  margin: 0 65px 0 0;
}
.h-slide__left_big {
  max-width: 800px;
}
.h-slide__right {
  width: 720px;
  height: 440px;
  background-image: url(/bitrix/templates/zgu/img/bear.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.h-slide__txt {
  text-transform: uppercase;
}
.h-slide__title {
  margin: 0 0 30px;
}


/* univer-info */
.univer-info {
  position: relative;
  margin-top: -215px;
  z-index: 1;
}
.univer-info_about {
  margin-bottom: 20px;
}
.univer-info__list {
  position: relative;
}
.univer-info__list::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/bitrix/templates/zgu/img/univer-bg.svg);
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.univer-info__item {
  width: 33.3%;
  min-height: 524px;
  padding: 40px 30px 35px;
}
.univer-info__item_25 {
  width: 25%;
}
.univer-info__item.item-1 {
  background-color: #00868E;
}
.univer-info__item.item-2 {
  background-color: #009BDE;
}
.univer-info__item.item-3 {
  background-color: #B03468;
}
.univer-info__item.item-4 {
  background-color: #47709E;
}
.univer-info__title {
  position: relative;
  margin: 0 0 35px;
  min-height: 90px;
}
.univer-info__sublink {
  position: relative;
  font-weight: 500;
  text-decoration: underline;
}
/* .univer-info__title_wrap {
  word-break: break-word;
} */
.univer-numbs {
  margin: 0 0 140px;
}
.univer-numbs__item:not(:last-child) {
  margin: 0 40px 0 0;
}
.univer-numbs__counter {
  /* 96px */
  font-size: 58px; 
  line-height: 1;
  margin: 0 0 10px;
}
.univer-numbs__desc {
  max-width: 120px;
}
.univer-info__btn {
  position: relative;
  margin: auto 0 0 auto;
}
.univer-info__btn_left {
  margin: auto auto 0 0;
}
.univer-info__sub {
  width: 100%;
  height: 580px;
  background-image: url(/images/post-el.svg);
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.univer-sub__item {
  width: 25%;
  z-index: -1;
}
.univer-sub__item.item-1 {
  background: rgba(0, 134, 142, 0.2);
}
.univer-sub__item.item-2 {
  background: rgba(0, 155, 222, 0.2);
}
.univer-sub__item.item-3 {
  background: rgba(71, 112, 158, 0.2);
}
.univer-sub__item.item-4 {
  background: rgba(176, 52, 104, 0.2);
}



/* news */
.news-wrap {
  padding: 0 0 100px;
}
.news__list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news__list_page {
  padding: 55px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff;
}
.news__item {
  width: calc(33.3% - 10px);
}
.news__item_page {
  margin: 0 0 50px;
}
.news__thumb {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 350px;
  margin: 0 0 40px;
  padding: 15px;
  background-image: url(/bitrix/templates/zgu/img/news-bg.jpeg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ECF0F1;
}
.news__title {
  color: #1D3754;
}
.news__cat {
  position: absolute;
  top: 20px;
  right: 20px;
}
.news__link {
  margin: 0 0 35px;
}
.news__item-date {
  padding: 4px 10px;
  border-radius: 50px;
  background-color: #fff;
}


/* events */
.events-wrap {
  padding: 0 0 100px;
}
.event {
  padding: 0 0 100px;
}
.events__wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.events__wrapper_page {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 50px 0;
}
.events__item {
  width: calc(33.3% - 10px);
  min-height: 355px;
  padding: 30px;
  background: #ECF0F1;
  border-radius: 10px;
}
.events__item_page {
  margin: 0 0 15px;
}
.events__date {
  margin: 0 0 35px;
}
.events__date-start,
.events__date-end  {
  position: relative;
  width: 62px;
  height: 62px;
  padding: 4px 0 0;
  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;
  background-color: #fff;
  border-radius: 10px;
}
.events__date-start::before,
.events__date-end::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 10px;
  background-color: #EE0050;
  border-radius: 10px 10px 0 0;
}
.events__separator {
  margin: 0 10px;
}
.events__month {
  margin: 0 0 0 10px;
}
.events__item-title {
  padding: 0 0 0 40px;
  margin: 0 0 5px;
}
.events__item-desc {
  margin: 0 0 10px;
  padding: 0 0 0 40px;
}
.events__item-text {
  margin: auto 0 0;
}

/* widjet */
.widjet_kaf {
  padding: 90px 0 125px;
}
.widjet__img {
  position: relative;
  height: 560px;
  margin: 0 0 45px;
  background-image: url(/bitrix/templates/zgu/img/projects-bg.jpeg);
  background-size: cover;
  background-position: center;
}
.widjet__img-txt {
  display: block;
  position: relative;
  max-width: 480px;
  padding: 80px 0 0;
  margin: 0 0 0 auto;
  color: #fff;
}
.widjet__img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 25px);
  background-image: url(/bitrix/templates/zgu/img/project-overlay.png);
  background-position: center -45px;
  background-repeat: no-repeat;
}
.widjet__caption {
  margin: 0 0 15px;
}
.widjet__info {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.widjet__item {
  width: calc(33.3% - 30px);
}
.widjet__pagination {
  top: 500px;
  height: 30px;
}
.widjet__pagination .swiper-pagination-bullet, .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background-color: #fff;
  opacity: 1;
  margin: 0 7px !important;
}
.widjet__pagination .swiper-pagination-bullet-active, .swiper-pagination-bullet-active {
  background-color: #2BC6C5;
}



/* partners */
.partners {
  margin: 0 0 105px;
}
.partners_kaf {
  padding: 80px 0 150px;
}
.partners__container {
  position: relative;
}
.partners__slide {
  padding: 60px 70px ;
  min-height: 355px;
  border: 1px solid #DADADA;
  border-radius: 10px;
}
.partners__img {
  width: 100%;
  height: 120px;
  margin: 0 0 60px;
  background-image: url(/bitrix/templates/zgu/img/partners-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.partners__slide.item-1 {
  background-color: #F2FDFE;
}
.partners__slide.item-2 {
  background-color: #F7F7F7;
}
.partners__slide.item-3 {
  background-color: #fff;
}
.partners__slide.item-4 {
  background-color: #F2FDFE;
}
.partners__slide.item-5 {
  background-color: #F2FDFE;
}
.partners__txt {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
}
.partners-prev, .partners-next {
  color: #d9d9d9;
}
.partners-prev {
  left: -50px;
}
.partners-next {
  right: -50px;
}


/* tabs */
.tab-gallery_facult {
  padding: 40px 0 0;
}
.tabs {
  margin: 0 0 45px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tabs__btn {
  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;
  width: calc(25% - 6px);
  height: 90px;
  background: #ECF0F1;
  border: 1px solid #1D3754;
  border-radius: 10px;
  text-align: center;
}
.tabs__btn.active {
  background-color: #1D3754;
  color: #fff;
}
.tabs__content {
  display: none;
  margin: 0 0 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tabs__content.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}



/* programs */
.program {
  position: relative;
  width: calc(33.3% - 8px);
  margin: 0 0 12px;
  padding: 30px 40px;
  background: #ECF0F1;
  border-radius: 10px;
  overflow: hidden;
}
a.program::before,
.program__item-wrap .programs__item::before {
  content: '';
  position: absolute;
  width: 1500px;
  height: 1500px;
  background-color: #EFD6FF;
  top: 200px;
  left: 200px;
  transition: 0.4s ease;
  transform: rotate(45deg);
}

a.program:nth-child(2n):before {
  background-color: #C3FCFB;
}
a.program:nth-child(3n):before {
  background-color: #FFC4DC;
}
a.program:nth-child(4n):before {
  background-color: #B5E8FE;
}
a.program:nth-child(5n):before {
  background-color: #FFE2C2;
}
a.program:nth-child(6n):before {
  background-color: #EFD6FF;
}

.program__item-wrap:nth-child(2n) .programs__item:before {
  background-color: #C3FCFB;
}
.program__item-wrap:nth-child(3n) .programs__item:before {
  background-color: #FFC4DC;
}
.program__item-wrap:nth-child(4n) .programs__item:before {
  background-color: #B5E8FE;
}
.program__item-wrap:nth-child(5n) .programs__item:before {
  background-color: #FFE2C2;
}
.program__item-wrap:nth-child(6n) .programs__item:before {
  background-color: #EFD6FF;
}
a.program:hover::before,
.program__item-wrap .programs__item:hover::before {
  top: -350px;
  left: -350px;
}
a.program > * {
  position: relative;
}
.program__label {
  margin: 0 0 20px;
  color: #2BC6C5;
  min-height: 55px;
}
.program__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 80px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.program__title {
  margin: 0 10px 0 0;
  color: #7F2AB2;
}
.program__date {
  background: #FFFFFF;
  padding: 5px;
  border-radius: 5px;
  color: #00868E;
  line-height: 1;
  flex: 0 0 auto;
}
.program__info {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto 0 0; 
}
.program__info-item {
  width: 50%;
  padding: 0 40px 0 0;
  margin: 0 0 50px;
}
.program__num {
  margin: 0 0 10px;
}
.program__num span {
  font-weight: 500;
  font-size: 14px;
}
.programs-list {
  padding: 100px 0;
}
.programs-list__row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.programs-list__title {
  margin: 0 0 60px;
}
.program__item-wrap {
  width: calc(33.3% - 12px);
  padding: 0;
  background-color: transparent;
  margin: 0 12px 12px 0 !important;
}
.program__item-wrap.hidden {
  display: none;
}
.programs-list__nothing.hidden {
  display: none;
}
.program__item-wrap .programs__item {
  position: relative;
  overflow: hidden;
  padding: 30px 40px;
  background-color: #ECF0F1;
  border-radius: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.program__item-wrap .programs__item > * {
  position: relative;
}
.program__item-bottom {
  position: relative;
  z-index: -1;
  margin: -30px 0 0;
  padding: 50px 65px 30px;
  background: #2BC6C5;
  border-radius: 10px;
}
.program__ball {
  color: #B03468;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  margin: 0 0 0 5px;
}
.program__b-label {
  font-size: 18px;
  font-weight: 500;
}
.program__b-value {
  font-size: 18px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1800px) {
  .program__item-bottom {
    padding: 50px 30px 30px;
  }
  .program__item-wrap .program__header {
    margin: 0 0 40px;
  }
}
@media (max-width: 1650px) {
  .program__item-wrap {
    margin: 0 0 12px !important;
  }
  .programs-list__row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 1400px) {
  .programs-list__row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 1024px) {
  .program__item-bottom {
    padding: 50px 20px 20px;
  }
}
@media (max-width: 480px) {
  .program__b-label {
    font-size: 14px;
  }
  .program__b-value {
    font-size: 14px;
  }
  .program__ball {
    font-size: 18px;
  }
}

/* howto and howto-2 */
.howto {
  margin: 0 0 100px;
}
.howto__row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 140px;
}
.howto__item {
  position: relative;
  width: 485px;
  max-width: 33.3%;
  padding: 0 0 0 50px;
}
.howto__count {
  position: absolute;
  left: 0;
  top: 80px;
  font-weight: 700;
  font-size: 40px;
  color: #B03468;
}
.howto__item::before {
  content: '';
  width: 52px;
  height: 35px;
  position: absolute;
  background-image: url(/bitrix/templates/zgu/img/dott-arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  right: -80px;
  top: calc(50% + 30px);
}
.howto__item:last-child:before {
  display: none;
}
.howto__item:after {
  content: '';
  position: absolute;
  width: 434px;
  height: 434px;
  background: #ECF4FF;
  border-radius: 50%;
  right: 10px;
  top: 60px;
  z-index: -1;
}
.howto__icon {
  height: 120px;
  width: 100%;
  margin: 0 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* align-items: center; */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.howto__check {
  position: relative;
  padding: 0 0 0 55px;
  margin: 0 0 40px;
}
.howto__check::before {
  content: '';
  position: absolute;
  left: 0;
  top: -10px;
  width: 42px;
  height: 29px;
  background-image: url(/bitrix/templates/zgu/img/ok-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.howto__subject_single {
  margin: 0 0 40px;
}
.howto__check-link {
  text-decoration: underline;
}
.howto__list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.howto__link {
  width: calc(25% - 9px);
  padding: 40px 50px;
  min-height: 215px;
  border: 1px solid #DADADA;
  border-radius: 10px;
}
.howto__link.item-1 {
  background-color: #00868E;
}
.howto__link.item-2 {
  background-color: #009BDE;
}
.howto__link.item-3 {
  background-color: #47709E;
}
.howto__link.item-4 {
  background-color: #B03468;
}
.howto-2_mb {
  margin: 0 0 140px;
}
.howto-2__header {
  margin: 0 0 100px;
}
.howto-2__list {
  max-width: 840px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.howto-2__list_third {
  max-width: 1240px;
}
.howto-2__item {
  width: 395px;
  min-height: 215px;
  padding: 40px 50px; 
  border: 1px solid #DADADA;
  border-radius: 10px;
  background-repeat: no-repeat;
}
.howto-2__item.item-1 {
  background-color: #7F2AB2;
  background-image: url(/bitrix/templates/zgu/img/howto2-icon1.png);
  background-position: calc(100% - 25px) calc(100% - 25px);
}
.howto-2__item.item-2 {
  background-color: #2BC6C5;
  background-image: url(/bitrix/templates/zgu/img/howto2-icon2.png);
  background-position: calc(100% - 25px) calc(100% - 25px);
}
.howto-2__item.item-3 {
  background-color: #B03468;
  background-image: url(/images/howtoitem-3.svg);
  background-position: calc(100% - 25px) calc(100% - 25px);
}
.howto-2__txt {
  display: block;
  max-width: 260px;
}


/* about-block */
.welcome__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 400px;
  min-height: 520px;
  height: 100%;
  background-image: url(/bitrix/templates/zgu/img/chelovek.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.welcome__info {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 65px 55px;
  background-color: #ECF0F1;
}
.welcome__title {
  margin: 0 0 20px;
}
.welcome__txt {
  font-weight: 400;
}
.directions__list {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  margin: 0 0 60px;
}
.directions__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
}
.directions__item::before {
  content: '-';
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 5px 0 0;
}
.zgu-nums__list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.zgu-nums__item {
  width: 244px;
  padding: 20px 0 0 20px;
  background-repeat: no-repeat;
}
.zgu-nums__item.item-1 {
  background-image: url(/bitrix/templates/zgu/img/el-1.png);
}
.zgu-nums__item.item-2 {
  background-image: url(/bitrix/templates/zgu/img/el-2.png);
}
.zgu-nums__item.item-3 {
  background-image: url(/bitrix/templates/zgu/img/el-3.png);
}
.zgu-nums__item.item-4 {
  background-image: url(/bitrix/templates/zgu/img/el-4.png);
}
.zgu-nums__item.item-5 {
  background-image: url(/bitrix/templates/zgu/img/el-5.png);
}
.zgu-nums__counter {
  font-weight: 300;
  font-size: 72px;
  color: #00868E;
}

/* history */
.history_has_bg {
  padding: 80px 0 100px;
  background: #ECF0F1;
}
.history__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto !important;
}
.history__container {
  position: relative;
}
.history__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  height: 355px;
  margin: 0 0 15px;
  background-image: url(/bitrix/templates/zgu/img/history-bg.jpg);
  background-position: center;
  background-size: cover;
}
.histtory__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background-color: #ECF0F1;
  border-radius: 10px;
  padding: 40px 25px;
}
.history__year {
  font-weight: 300;
  font-size: 72px;
  color: #00868E;
  margin: 0 0 10px;
}
.history-prev, .history-next {
  color: #1D3754;
  top: 180px;
}
.history-prev {
  left: -45px;
}
.history-next {
  right: -45px;
}




/* st life */
.st-life {
  padding: 80px 0;
  background-image: url(/bitrix/templates/zgu/img/gradient.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.st-life__list {
  margin: 75px 0 0;
  padding: 0 90px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.st-life__item {
  width: 240px;
  margin: 0 0 80px;
}
.st-life__icon {
  width: 100%;
  height: 160px;
  margin: 0 0 30px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.st-life__item.item-1 .st-life__icon {
  background-image: url(/bitrix/templates/zgu/img/st-1.svg); 
}
.st-life__item.item-2 .st-life__icon {
  background-image: url(/bitrix/templates/zgu/img/st-2.svg); 
}
.st-life__item.item-3 .st-life__icon {
  background-image: url(/bitrix/templates/zgu/img/st-3.svg); 
}
.st-life__item.item-4 .st-life__icon {
  background-image: url(/bitrix/templates/zgu/img/st-4.svg); 
}
.st-life__item.item-5 .st-life__icon {
  background-image: url(/bitrix/templates/zgu/img/st-5.svg); 
}
.st-life__item.item-6 .st-life__icon {
  background-image: url(/bitrix/templates/zgu/img/st-6.svg); 
}
.st-life__item.item-7 .st-life__icon {
  background-image: url(/bitrix/templates/zgu/img/st-7.svg); 
}
.st-life__item.item-8 .st-life__icon {
  background-image: url(/bitrix/templates/zgu/img/st-8.svg); 
}
.st-life__item.item-9 .st-life__icon {
  background-image: url(/bitrix/templates/zgu/img/st-9.svg); 
}
.st-life__desc {
  text-align: center;
}

/* practics */
.practics {
  padding: 65px 0 50px;
  background-color: #47709E;
}
.practics__left {
  width: 380px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 100px 0 0;
}
.practics__title {
  margin: 0 0 40px;
}
.practics__nav {
  position: relative;
  width: calc(100% - 30px);
  margin: 0 0 50px auto;
  padding: 30px 40px;
  min-height: 284px;
  background-color: #E9F5F8;
  border-radius: 10px;
}
.practics__nav::before {
  content: '';
  position: absolute;
  top: 50px;
  left: -30px;
  background-image: url(/bitrix/templates/zgu/img/triangle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 58px;
  width: 30px;
}
.practics__nav-link {
  margin: 0 0 20px;
  font-weight: 500;
  text-decoration: underline;
}
.practics__avatar {
  width: 214px;
  height: 214px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background-image: url(/bitrix/templates/zgu/img/avatar.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.practics__name {
  font-weight: 500;
}
.practics__spec {
  margin: 0 0 15px;
}
.practics__right {
  width: 100%;
}
.practics__txt-block {
  padding: 0 40px;
  margin: 0 0 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.practics__txt-2 {
  width: calc(50% - 20px);
}
.practics__program {
  padding: 40px;
  background: #ECF0F1;
  border-radius: 10px;
}
.practics__caption {
  margin: 0 0 20px;
}
.practics__program-info {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 35px;
}
.practics__col {
  width: calc(50% - 20px);
}
.practics__txt-3 {
  font-weight: 500;
  color: #1D3754;
}
.practics__btn-1 {
  margin: 30px 0 0 auto;
}
.practics__sub {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.practics__logo {
  width: 120px;
  height: 70px;
  background-image: url(/bitrix/templates/zgu/img/practics-logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.practics__btn-2 {
  width: 100%;
  max-width: 420px;
  height: 56px;
}


/* news page */
.news-page__header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 355px);
  margin: 0 0 50px auto;
}
.news-page__title {
  width: calc(100% - 355px);
  margin: 0 0 50px auto;
}
.news-page__nav-wrappper, .infoblock__nav-wrapper {
  width: 300px;
  margin: 0 55px 0 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.news-page__nav, .infoblock__nav {
  position: relative;
  width: calc(100% - 30px);
  padding: 30px;
  margin: 0 0 0 auto;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  background: #E9F5F8;
  border-radius: 10px;
  min-height: 120px;
}
.infoblock__nav_calendar {
  min-height: 370px;
}
.infoblock__nav_calendar::after {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 10px;
  width: calc(100% - 20px);
  height: 160px;
  background-image: url(/images/calendar_pechat.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.news-page__nav::before, .infoblock__nav::before {
  content: '';
  position: absolute;
  top: 30px;
  left: -30px;
  width: 30px;
  height: 60px;
  background-image: url(/bitrix/templates/zgu/img/triangle-2.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.news-page__nav-link:not(:last-child), .infoblock__nav-link:not(:last-child) {
  margin: 0 0 15px;
}
.news-page__nav-link {
  font-size: 14px;
}
.news-page__img {
  display: block;
  width: 100%;
  margin: 0 0 60px;
}
.news-page__article {
  width: calc(100% - 355px);
  padding: 0 0 200px;
  font-size: 24px;
  line-height: 1.3;
  color: #747474;
}


/* speciality */

.speciality__header {
  background-color: #00868E;
}
.speciality__header_blue {
  background-color: #009BDE;
}
.speciality__header_dark {
  background-color: #001D3E;
}
.speciality__header_dark-blue {
  background-color: #045C82;
}
.speciality__header_light-blue {
  background-color: #3D5C80;
}
.speciality__header_red {
  background-color: #B03468;
}

.speciality__content {
  width: 0;
  flex: 1 1 auto;
}
.speciality__content .x-scrolled-table-wrapper {
  max-width: 100%;
  overflow-x: auto;
}
.speciality__container {
  background-image: url(/bitrix/templates/zgu/img/spec-bg.svg);
  background-position: right calc(100% - 20px);
  background-repeat: no-repeat;
  background-size: auto;
}
.speciality__header_blue .speciality__container {
  background-image: url(/images/kafedra-elem.svg);
  background-position: right 170px;
}
.speciality__header_teachers .speciality__container {
  /* background-image: url(/images/teachers-elem.svg); */
  background-image: url(/images/teachers-bg-new.svg);
  background-position: right 130px;
}
.speciality__header_news .speciality__container {
  background-image: url(/images/news-elem.svg);
  background-position: right 60%;
}
.speciality__header_calc .speciality__container {
  background-image: url(/images/calc-elem.svg);
  background-position: right 60%;
}
.speciality__header_dark-blue .speciality__container {
  background-image: none;
}
.speciality__header-inner {
  min-height: 470px;
  padding: 160px 0 50px;
}
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 60px;
}
.breadcrumb__link {
  text-transform: uppercase;
}
.breadcrumb__separator {
  margin: 0 10px;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
.breadcrumb__current {
  text-transform: uppercase;
  color: #55F3EA;
}
.speciality__header_calc .breadcrumb__current {
  padding: 0 0 2px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.speciality__header_dark-blue .breadcrumb__current {
  color: #74CCF2;
  border-bottom: 1px solid #74CCF2;
}
.speciality__title-wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 20px;
}
.speciality__title-wrap_teachers {
  margin-top: auto;
}
.speciality__title-wrap_short {
  max-width: 500px;
}
.speciality__title {
  margin: 0 10px 0 0;
}
.speciality__date {
  background-color: #fff;
  border-radius: 5px;
  padding: 5px;
  color: #00868E;
}
.speciality__facult-wrap {
  margin: 0 0 35px;
}
.speciality__label {
  color: #55F3EA;
  font-weight: 700;
}
.speciality__label-txt {
  font-weight: 700;
}
.speciality__body {
  padding: 60px 0 200px;
}
.speciality__subtitle {
  margin: 0 0 50px;
  text-align: center;
}
.infoblock__nav-wrapper {
  width: 380px;
  margin: 0 15px 0 0;
}
.infoblock__nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  color: #747474;
  text-decoration: underline;
}


/* infoblock */
.infoblock-content > :first-child {
  margin-top: 0;
}
.infoblock-content.inner {
  padding: 0 0 0 20px;
}
.infoblock-content.black * {
  color: #001D3E;
}
.infoblock-content  a {
  text-decoration: underline !important;
}
.infoblock-content .row {
  margin: 0 0 10px;
  padding: 10px 20px;
  background: #ECF0F1;
  border-radius: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.infoblock-content.inner .row {
  margin: 0 0 10px -20px;
}
.infoblock-content .row span {
  font-weight: 700;
  font-size: 24px;
  color: #1D3754;
  width: 60%;
  padding: 0 20px 0 0;
  line-height: 1.15;
}
.infoblock-content.inner .row span {
  font-size: 14px;
  width: 50%;
}
.infoblock-content .row p {
  font-weight: 400;
  font-size: 24px;
  color: #1D3754;
  width: 40%;
  line-height: 1.15;
  margin: 0;
}
.infoblock-content.inner .row p {
  font-size: 14px;
  font-weight: 500;
  width: 50%;
}
.infoblock-content h2 {
  margin: 30px 0;
  font-weight: 700;
  font-size: 40px;
  color: #1D3754;
}
.infoblock-content h3 {
  margin: 30px 0;
  font-weight: 700;
  font-size: 24px;
  color: #1D3754;
}
.infoblock-content p {
  margin: 30px 0;
  color: #747474;
  font-weight: 500;
  font-size: 18px;
}
.infoblock-content_black p {
  color: #1D3754;
}
.infoblock-content p a {
  text-decoration: underline;
}
.infoblock-content ol {
  padding: 0 0 0 20px;
}
.infoblock-content ul:not(.no-style) li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.infoblock-content ul.no-style {
  padding: 0 0 0 20px;
  list-style: initial;
}
.infoblock-content ul:not(.no-style) li::before {
  content: '—';
  display: inline-block;
  margin: 0 5px 0 0;
}
.infoblock-content li {
  font-weight: 500;
  font-size: 18px;
  color: #747474;
}
.infoblock-content_black li {
  color: #1D3754;
}
.infoblock-content li:not(:last-child) {
  margin: 0 0 7px;
}
.infoblock-content ul, .infoblock-content ol {
  margin: 30px 0;
}
.quality {
  padding: 60px 0 0;
}
.quality__title {
  margin: 0 0 50px;
  text-align: center;
}
.quality__img {
  width: 67%;
  max-width: 1070px;
  min-height: 720px;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
}
.quality__col {
  width: 33%;
  max-width: 525px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.quality__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 15px;
}
.quality__row .quality__img {
  margin: 0 15px 0 0;
}
.quality__row_reverse .quality__img {
  margin: 0 0 0 15px;
}
.quality__item {
  height: calc(50% - 5px);
  padding: 25px 30px;
  border-radius: 10px;
  overflow: auto;
}
.quality__item_single {
  height: 100%;
}
.quality__item_single .simplebar-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.quality__item.item-grey {
  background: #ECF0F1;
}
.quality__item.item-green {
  background: #00868E;
}
.quality__item.item-blue {
  background: #009BDE;
}
.quality__item.item-img {
  background-position: center;
  background-size: cover;
}
.quality__item p {
  margin: 0 0 20px;
  font-weight: 500;
  font-size: 18px;
}
.quality__item h3 {
  margin: 0 0 20px;
  font-weight: 500;
  font-size: 24px;
}
.quality__item > :last-child:not(.btn) {
  margin: 0;
}
.quality__item li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-size: 18px;
}
.quality__item li::before {
  content: '—';
  margin: 0 5px 0 0;
}
.quality__btn {
  margin: auto 0 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.news-page__swiper {
  max-width: 1225px;
  width: 100%;
}
.news-page__img-slide {
  width: 100%;
}


.map-block {
  margin: 20px 0 0;
  height: 530px;
}
@media (max-width: 1400px) {
  .map-block {
    height: 360px;
  }
}



@media (max-width:1800px) {
  .p-2, .p-3 {
    display: none;
  }
  .p-5, .p-4 {
    display: none;
  }
}
@media (max-width: 1650px) {
  .p-3 {
    display: inline;
  }
}
@media (max-width: 1024px) {
  .p-2, .p-5, .p-4 {
    display: inline;
  }
}
@media (max-width: 768px) {
  .p-2, .p-5, .p-4 {
    display: none;
  }
}
@media (max-width: 480px) {
  .p-2, .p-5, .p-4 {
    display: inline;
  }
}







@media (hover:hover) {
  .dpo-card:hover {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  }
  .menu__link:hover {
    color: #55F3EA;
  }
  .events__item:hover {
    background: #1D3754;
  }
  .events__item:hover .events__item-title,
  .events__item:hover .events__item-desc,
  .events__item:hover .events__item-text,
  .events__item:hover .events__month {
    color: #fff;
  }
  .tabs__btn:hover {
    color: #fff;
    background-color: #1D3754;
  }
  /* .hidden-menu__col > li:hover {
    text-decoration: underline;
  } */
  /* .hidden-menu__col > li:hover > .hidden-menu__sub {
    opacity: 1;
    visibility: visible;
    left: 100%;
    height: 100%;
  } */
}
@media (max-width: 1800px) {
  .container {
    max-width: 1400px;
  }
  .univer-info__sub {
    height: 500px;
  }
  .univer-info__title {
    font-size: 24px;
  }
  .univer-info__item {
    min-height: 430px;
  }
  .univer-numbs__counter {
    /* 76px */
    font-size: 46px;
  }
  .univer-info__title {
    min-height: 80px;
  }
  .quality__item p {
    font-size: 16px;
  }
  .quality__img {
    width: 60%;
    min-height: 550px;
  }
  .quality__col {
    width: 40%;
  }
}
@media (min-width: 1281px) and (max-width: 1400px) {
  .st-life__item:not(:nth-child(5n)) {
    margin: 0 27px 40px 0;
  }
}
@media (min-width: 1401px) and (max-width: 1650px) {
  .program:not(:nth-child(2n)) {
    margin: 0 12px 12px 0;
  }
  .st-life__item:not(:nth-child(5n)) {
    margin: 0 57px 80px 0;
  }
}
@media (min-width: 1651px) and (max-width: 1800px) {
  .program:not(:nth-child(3n)) {
    margin: 0 12px 12px 0;
  }
  .st-life__item:not(:nth-child(5n)) {
    margin: 0 5px 80px 0;
  }
  
}
@media (min-width: 1801px) {
  .st-life__item:not(:nth-child(5n)) {
    margin: 0 57px 80px 0;
  }
  .program:not(:nth-child(3n)) {
    margin: 0 12px 12px 0;
  }
}


@media (max-width: 1650px) {
  .infoblock-content h2 {
    font-size: 34px;
  }
  .hidden-menu {
    padding: 80px;
  }
  .hidden-menu__list ul {
    padding: 20px 30px;
  }
  .menu-1__link {
    font-size: 16px;
  }
  .menu-2__link {
    font-size: 16px;
  }
  .menu-3__link {
    font-size: 16px;
  }
  .menu-4__link {
    font-size: 14px;
  }
  .container {
    max-width: 1200px;
  }
  .fixed-menu {
    width: 50px;
    padding: 25px 10px;
  }
  a.fixed-menu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
  }
  .fixed-menu__item:not(:last-child) {
    margin: 0 0 25px;
  }
  .menu__link {
    font-size: 14px;
  }
  .menu__item {
    padding: 0 15px;
  }
  .menu__item:last-child {
    padding: 0 0 0 15px;
  }
  .menu__item:first-child {
    padding: 0 15px 0 0;
  }
  .univer-numbs {
    position: relative;
  }
  .univer-numbs__counter {
    /* 56 px */
    font-size: 28px;
  }
  .univer-numbs__item:not(:last-child) {
    margin: 0 10px 0 0;
  }
  .f-small {
    font-size: 14px;
  }
  .news__thumb {
    height: 260px;
  }
  .caption {
    font-size: 20px;
  }
  .subtitle {
    font-size: 34px;
  }
  .title {
    font-size: 55px;
  }
  p {
    font-size: 16px;
  }
  .f-normal {
    font-size: 16px;
  }
  .univer-info {
    margin-top: -100px;
  }
  .notice {
    top: 160px;
  }
  .hero__fullpage {
    min-height: 600px;
  }
  .footer__col {
    width: 20%;
  }
  .footer__col:first-child {
    width: 25%;
  }
  .univer-info__title {
    font-size: 24px;
  }
  .univer-info__sub {
    height: 430px;
  }
  .program {
    width: calc(50% - 6px);
  }
  .tabs__content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .tabs__btn {
    height: 60px;
  }
  .howto__item {
    width: 330px;
  }
  .howto__item:after {
    top: 120px;
    width: 304px;
    height: 304px;
  }
  .widjet__img {
    height: 420px;
  }
  .widjet__pagination {
    top: 370px;
  }
  .widjet__img::before {
    background-size: auto 115%;
  }
  .st-life__item {
    width: 158px;
  }
  .st-life__icon {
    height: 110px;
  }
  .univer-info__item {
    min-height: 380px;
  }
  .univer-numbs {
    margin: 0 0 60px;
  }
  .history__img {
    height: 260px;
  }
  .content p {
    font-size: 18px;
    margin: 0 0 20px;
  }
.content li {
font-size: 18px;
}
  .infoblock-content .row span {
    font-size: 18px;
    width: 60%;
    padding: 0 20px 0 0;
  }
  .infoblock-content .row p {
    width: 40%;
    font-size: 18px;
  }
  .h-slide__left {
    max-width: 515px;
  }
  .footer__row_2 {
    justify-content: flex-start;
  }
  .footer__row_2 .footer__col:first-child, .footer__row_2 .footer__col {
    width: 32%;
  }
  .footer__row_2 .footer__col:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}
@media (max-width: 1400px) {
  .container {
    max-width: 1140px;
  }
  .breadcrumb {
    margin: 0 0 30px;
  }
  .univer-info__sub {
    height: 410px;
  }
  .howto__item::before {
    right: -70px;
  }
  .univer-info__item {
    padding: 30px 25px 25px;
  }
  .st-life__item {
    width: 170px;
  }
  .practics__txt-block {
    padding: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .practics__txt-2 {
    margin: 0 0 10px;
    width: 100%;
  }
  .practics__left {
    margin: 0 50px 0 0;
  }
  .practics__btn-2 {
    max-width: 340px;
    height: 46px;
  }
  .zgu-nums__item {
    width: 19%;
    background-size: 80%;
    background-repeat: no-repeat;
  }
  .zgu-nums__counter {
    font-size: 50px;
  }
  .news-page__article {
    padding: 0 0 100px;
  }
  .infoblock__nav-wrapper {
    width: 300px;
  }
  .quality__img {
    min-height: 480px;
  }
  .speciality__body {
    padding: 40px 0 100px;
  }
  .program__label {
    min-height: 35px;
    margin: 0 0 10px;
  }
  .program__header {
    margin: 0 0 40px;
  }
  .program__info-item {
    margin: 0 0 20px;
  }
  .st-life__list {
    padding: 0;
  }
}
@media (max-width: 1280px) {
  .hidden-menu {
    padding: 40px 60px;
  }
  .hidden-menu__list ul {
    padding: 15px;
  }
  .hidden-menu__close {
    left: 15px;
    top: 15px;
  }
  .container {
    max-width: 1024px;
    padding: 0 20px;
  }
  .title {
    font-size: 40px;
  }
  .subtitle, .infoblock-content h2 {
    font-size: 28px;
  }
  .caption, .univer-info__title, .infoblock-content h3 {
    font-size: 20px;
  }
  .univer-info__title {
    min-height: 40px;
    margin: 0 0 10px;
  }
  .univer-numbs__counter {
    /* 36px */
    font-size: 28px;
  }
  .univer-info__item {
    min-height: 320px;
  }
  .logo {
    width: 300px;
  }
  .h-slide__left {
    max-width: 425px;
  }
  .news__thumb {
    height: 210px;
  }
  .section-header__link span {
    font-size: 16px;
  }
  .btn {
    font-size: 14px;
  }
  .news__thumb {
    margin: 0 0 20px;
  }
  .events__item-title {
    padding: 0;
  }
  .events__item-desc {
    padding: 0;
  }
  .events__item {
    min-height: 295px;
  }
  .partners__txt {
    font-size: 16px;
  }
  .partners__slide {
    padding: 30px 40px;
    min-height: 0;
  }
  .partners__img {
    height: 80px;
    margin: 0 0 25px;
  }
  .footer__caption {
    margin: 0 0 20px;
  }
  .footer__item {
    margin: 0 0 10px;
  }
  .footer__item-link {
    font-size: 14px;
  }
  .caption, .univer-info__title {
    font-size: 16px;
  }
  .howto__item::before {
    display: none;
  }
  .howto__item {
    width: 300px;
  }
  .st-life__item {
    margin: 0 0 40px;
  }
  .st-life {
    padding: 40px 0;
  }
  .practics__program-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .practics__col {
    width: 100%;
  }
  .practics__btn-2 {
    max-width: 240px;
  }
  .practics__col {
    margin: 0 0 10px;
  }
  .practics__left {
    width: 300px;
  }
  .welcome__img {
    min-height: 450px;
    width: 320px;
  }
  .history__img {
    height: 210px;
  }
  .history__year {
    font-size: 50px;
  }
  .history__txt {
    font-size: 14px;
  }
  .infoblock-content .row span, .infoblock-content .row p {
    font-size: 16px;
  }
  .quality__item h3 {
    font-size: 20px;
  }
  .infoblock-content li, .quality__item li {
    font-size: 16px;
  }
  .quality__item p {
    font-size: 14px;
  }
  .partners-next {
    right: 25px;
  }
  .partners-prev {
    left: 25px;
  }
  .history-next {
    right: 40px;
  }
  .history-prev {
    left: 40px;
  }
  .history-prev, .history-next {
    top: auto;
    bottom: -60px;
  }
  .history {
    padding: 0 0 40px;
  }
  .menu-1__link {
    font-size: 14px;
  }
  .menu-2__link {
    font-size: 14px;
  }
  .menu-3__link {
    font-size: 14px;
  }
  .menu-4__link {
    font-size: 14px;
  }
  .howto-2__item {
    width: 320px;
  }
}

@media (max-width: 1024px) {
  .speciality__content {
    width: 100%;
  }
  .hidden-menu__sub {
    height: auto;
    display: none;
    opacity: 1;
    visibility: visible;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .hidden-menu__col a:not(.hidden-menu__arrow) {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding: 0 20px 0 0;
  }
  .hidden-menu__list {
    height: auto;
  }
  .hidden-menu__arrow {
    display: block;
    background-image: url(/images/arrow-r.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    margin: 0 0 0 10px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    position: absolute !important;
    top: 0;
    right: 0;
    z-index: 10 !important;
  }
  .hidden-menu__col li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .speciality__header_news .speciality__container {
    background-image: none;
  }
  .speciality__header_calc .speciality__container {
    background-size: 200px;
    background-position: right 150px;
  }
  .speciality__header_blue .speciality__container {
    background-size: 220px;
    background-position: calc(100% - 40px) calc(100% - 40px);
  }
  .header {
    top: 10px;
    padding: 10px 0 0;
  }
  .container {
    max-width: 100%;
    padding: 0 40px;
  }
  .fixed-menu {
    display: none;
  }
  .mobile-search, .mobile-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu {
    display: none;
  }
  .header__container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .notice {
    position: static;
    max-width: 420px;
    margin: 0 0 50px auto;
  }
  .h-slide__inner {
    padding: 0 0 200px;
  }
  .hero__fullpage {
    padding: 120px 0 0;
    height: auto;
    min-height: 0;
  }
  .hero_nopg {
    padding: 0;
  }
  .h-slide__left {
    max-width: 50%;
  }
  .title {
    font-size: 34px;
  }
  .subtitle, .infoblock-content h2 {
    font-size: 24px;
  }
  .h-slide__right {
    width: 50%;
    height: 30vw;
  }
  .univer-info .container {
    overflow: auto;
  }
  .univer-info__list {
    width: 920px;
  }
  .news__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news__item {
    width: 49%;
    margin: 0 0 20px;
  }
  .news__thumb {
    height: 29vw;
  }
  .events__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .events__item {
    width: 49%;
    margin: 0 0 20px;
  }
  .widjet__img-txt {
    max-width: 360px;
    padding: 4vw 0 0;
  }
  .widjet__img {
    height: 29vw;
  }
  .widjet__pagination {
    top: 25vw;
  }
  .widjet__info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .widjet__item {
    width: 100%;
    margin: 0 0 10px;
  }
  .widjet__pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }
  .footer__top-link {
    display: none;
  }
  .univer-info__sub {
    width: 920px;
    height: 330px;
  }
  .f-small, .program__num span {
    font-size: 12px;
  }
  .f-smaller {
    font-size: 12px;
  }
  .f-normal {
    font-size: 14px;
  }
  p, li {
    font-size: 14px;
  }
  .howto__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
  .howto__item {
    width: 50%;
    max-width: 100%;
  }
  .howto__icon svg {
    height: auto;
  }
  .howto__icon {
    height: 70px;
  }
  .howto__item:after {
    width: 234px;
    height: 234px;
    top: 80px;
    left: 90px;
  }
  .howto__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .howto__link {
    width: 49%;
    margin: 0 0 15px;
  }
  .howto__item:last-child {
    margin: 0 0 160px;
  }
  .howto-2__item {
    width: 49%;
  }
  .howto-2__header {
    margin: 0 0 40px;
  }
  .howto-2_mb {
    margin: 0 0 80px;
  }
  .footer__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__col, .footer__col:first-child {
    width: 50%;
    margin: 0 0 20px;
  }
  .footer__top {
    padding: 30px 0;
  }
  .footer__item {
    width: 50%;
    max-width: 100%;
  }
  .st-life__item {
    width: 20%;
  }
  .st-life__icon {
    height: 10vw;
  }
  .st-life__desc {
    font-size: 14px;
  }
  .section-header {
    margin: 0 0 20px;
  }
  .st-life__list {
    margin: 30px 0 0;
  }
  .practics__left {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 40px 0 0;
  }
  .practics__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .practics__mainly {
    max-width: 300px;
    margin: 0 auto;
  }
  .welcome__img {
    background-color: #ECF0F1;
  }
  .welcome__info {
    padding: 20px;
  }
  .zgu-nums__item {
    width: 30%;
  }
  .zgu-nums__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .history__img {
    height: 29vw;
  }
  .howto-2__item {
    padding: 20px;
  }
  .news-page__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news-page__nav-wrappper {
    display: none;
  }
  .news-page__nav-wrappper, .infoblock__nav-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 40px;
  }
  .news-page__nav, .infoblock__nav {
    width: 100%;
  }
  .news-page__title {
    width: 100%;
  }
  .news-page__header {
    width: 100%;
  }
  .header_blue .mobile-search path, .header_blue .mobile-burger rect {
    fill: #009BDE;
  }
  .btn {
    height: 30px;
  }
  .news-page__article {
    padding: 0 0 40px;
    width: 100%;
  }
  .speciality__header-inner {
    min-height: 0;
  }
  .speciality__container {
    background-size: 60%;
  }
  .speciality__info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .quality__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
  }
  .quality__row .quality__img {
    margin: 0 0 15px;
  }
  .quality__img {
    min-height: 0;
    height: 55vw;
    width: 100%;
  }
  .quality__col {
    width: 100%;
    max-width: 100%;
  }
  .quality__item {
    height: auto;
    margin: 0 0 15px;
  }
  .quality__item.item-img {
    height: 55vw;
  }
  .quality__row:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .hidden-menu {
    padding: 25px 70px 25px 30px;
  }
  .hidden-menu__close {
    left: auto;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
  }
  .hidden-menu__btns {
    position: absolute;
    right: 20px;
    top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 30px;
  }
  .hidden-menu__btns li {
    margin: 0 0 20px;
  }
  .hidden-menu__btns svg {
    max-width: 100%;
    height: auto;
  }
  .hidden-menu__col {
    width: 100%;
    max-width: 100%;
  }
  .hidden-menu__sub {
    position: static;
    margin: 15px 0;
    padding: 0 0 0 20px;
  }
  .hidden-menu__col a {
    font-size: 12px;
  }
  .h-slide__inner {
    padding: 140px 0 200px;
  }
  .hero__fullpage:not(.hero_nopg) .h-slide__inner {
    padding: 50px 0 200px;
  }
  .hero__video {
    display: none !important;
  }
  .footer__row_2 {
    justify-content: space-between;
  }
  .footer__row_2 .footer__col:first-child, .footer__row_2 .footer__col {
    width: 50%;
  }
  .footer__row_2 .footer__col:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .howto-2__list {
    max-width: 480px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .howto-2__item {
    width: 100%;
    margin: 0 0 20px;
    background-size: 20%;
  }
  .footer__ministr-item {
    width: 100%;
    margin: 0 0 10px;
  }
  .footer__ministr {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .h-slide__txt {
    display: none;
  }
  .h-slide__right {
    height: 20vw;
  }
  .title {
    font-size: 20px;
  }
  .notice__date {
    font-size: 12px;
  }
  .notice__title {
    font-size: 14px;
  }
  .notice__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .notice {
    max-width: 240px;
  }
  .notice__txt {
    margin: 0 0 10px;
  }
  .h-slide__left {
    margin: 0;
  }
  .news__item {
    width: 100%;
  }
  .news__thumb {
    height: 55vw;
  }
  .events__item {
    width: 100%;
  }
  .widjet__img {
    
  }
  .widjet__img::before {
    display: none;
  }
  .subtitle, .infoblock-content h2 {
    font-size: 18px;
  }
  .partners__txt {
    font-size: 12px;
  }
  .widjet__img-txt {
    max-width: 260px;
  }
  .widjet__pagination .swiper-pagination-bullet, .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .tabs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tabs__btn {
    width: calc(50% - 10px);
    margin: 0 0 20px;
  }
  .program {
    width: 100%;
  }
  .howto__item {
    width: 100%;
    margin: 0 0 60px;
    padding: 0 0 0 25px;
  }
  .howto__row {
    max-width: 300px;
  }
  .howto__item:after {
    left: 40px;
    top: 40px;
  }
  .howto__check::before {
    width: 29px;
  }
  .howto__check {
    padding: 0 0 0 35px;
  }
  .howto__count {
    font-size: 25px;
    top: 40px;
  }
  .howto__link {
    min-height: 0;
  }
  .st-life__item {
    width: 33%;
  }
  .st-life__desc {
    max-width: 120px;
    margin: 0 auto;
  }
  .practics__nav {
    min-height: 120px;
  }
  .about-block__welcome {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .welcome__img {
    width: 100%;
    background-size: contain;
  }
  .directions__list {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .zgu-nums__item {
    width: 48%;
    margin: 0 0 30px;
  }
  .content p {
    font-size: 14px;
    margin: 0 0 15px;
  }
  .news-page__nav-wrappper, .infoblock__nav-wrapper {
    width: 100%;
    max-width: 300px;
  }
  .btn {
    height: auto;
    min-height: 30px;
    padding: 5px 15px;
  }
  .logo {
    margin: 0 20px;
  }
  .speciality__container {
    background-size: auto;
    background-position: center;
  }
  .infoblock-content .row span, .infoblock-content .row p, .infoblock-content li, .quality__item li, .infoblock-content p {
    font-size: 14px;
  }
  .infoblock-content h3, .infoblock-content p, .infoblock-content ul, .infoblock-content ol {
    margin: 15px 0;
  }
  .caption, .univer-info__title, .infoblock-content h3, .quality__item h3 {
    font-size: 17px;
  }
  .quality {
    padding: 40px 0;
  }
  .speciality__body {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .footer__row_2 .footer__col:first-child, .footer__row_2 .footer__col {
    width: 100%;
  }
  .footer__ministr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .footer__ministr-item {
    margin: 0 0 10px;
  }
  .hidden-menu__list ul {
    padding: 10px;
  }
  .container {
    padding: 0 20px;
  }
  .h-slide__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .h-slide__right {
    margin: 0 0 0 auto;
    width: 50%;
    height: 30vw;
  }
  .h-slide__left {
    max-width: 100%;
    padding: 0 40px 0 0;
  }
  .univer-info__list {
    width: 600px;
  }
  .univer-numbs__item:not(:last-child) {
    margin: 0 10px 0 0;
  }
  .univer-info__item {
    padding: 15px;
    min-height: 185px;
  }

  .univer-info__item_25 {
   width:30%;
	}


  .univer-numbs__desc {
    font-size: 10px;
  }
  .univer-numbs__counter {
    /* 38 px */
    font-size: 30px;
    margin-bottom: 7px;
  }
  .section-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .caption, .univer-info__title, .infoblock-content h3, .quality__item h3 {
    font-size: 14px;
  }
  .btn {
    font-size: 12px;
  }
  .events__item {
    padding: 15px;
  }
  .events__date-start, .events__date-end {
    width: 32px;
    height: 32px;
    border-radius: 5px;
  }
  .events__date-start::before, .events__date-end::before {
    height: 5px;
    border-radius: 5px 5px 0 0;
  }
  .events__separator {
    margin: 0 5px;
  }
  .events__item {
    min-height: 0;
  }
  .widjet__img {
    height: 160px;
  }
  .widjet__pagination {
    top: 130px;
  }
  .subtitle, .infoblock-content h2 {
    font-size: 16px;
  }
  .footer__col, .footer__col:first-child {
    width: 100%;
  }
  .footer__item {
    width: 100%;
  }
  .footer__sub {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__copy {
    margin: 0 0 10px;
  }
  .univer-info__sub {
    width: 600px;
    height: 215px;
  }
  .program {
    padding: 15px;
  }
  .howto__link {
    padding: 25px 15px;
    width: 100%;
  }
  .howto {
    margin: 0 0 40px;
  }
  .howto-2__item {
    min-height: 120px;
  }
  .practics__nav, .practics__program {
    padding: 15px;
  }
  .practics__sub {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .practics__logo {
    margin: 0 0 20px;
  }
  p, li {
    font-size: 12px;
  }
  .practics__title {
    margin: 0 0 20px;
  }
  .welcome__img {
    min-height: 80vw;
  }
  .directions__list {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .zgu-nums__counter {
    font-size: 30px;
  }
  .news__link {
    margin: 0 0 15px;
  }
  .histtory__content {
    padding: 15px;
  }
  .infoblock-content .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .infoblock-content .row span, .infoblock-content.inner .row span {
    width: 100%;
    margin: 0 0 10px;
  }
  .infoblock-content.inner .row p, .infoblock-content .row p {
    width: 100%;
  }
  .infoblock-content .row span, .infoblock-content .row p, .infoblock-content li, .quality__item li {
    font-size: 12px;
  }
  .quality__title {
    margin: 0 0 20px;
  }
  .quality__item p {
    font-size: 12px;
  }
  .univer-info__sublink {
    margin: 0 0 10px;
    font-size: 12px;
  }
}


.swiper-button-white {
  color: #fff;
}
.swiper-button-grey {
  color: #7C7C94;
}


/* faculties-section */
.faculties-section {
  position: relative;
}
.faculties-section::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 300px;
  top: -300px;
  background-color: #ECF0F1;
}
.faculties-section__item {
  padding: 100px 0;
}
.faculties-section__item:nth-child(odd) {
  background-color: #ECF0F1;
}
.faculties-section__caption {
  margin: 0 0 50px;
}
.faculties__links {
  margin: 0 0 50px;
}
.faculties-section__btn {
  width: 100%;
  max-width: 420px;
  font-weight: 700;
}
.faculties__link {
  font-weight: 400;
}
.faculties__link:not(:last-child) {
  margin: 0 0 3px;
}
.faculties-section__txt {
  margin: 0 0 30px;
  display: block;
}
@media (max-width: 1024px) {
  .faculties-section__caption, .faculties__links {
    margin: 0 0 20px;
  }
  .faculties-section__txt {
    margin: 0 0 15px;
  }
  .faculties-section__item {
    padding: 60px 0;
  }
}

/* nav-block */
.nav-block__left {
  width: 100%;
  max-width: 380px;
}
.nav-block__right {
  width: 100%;
}
.nav-block__menu {
  position: relative;
  padding: 0 0 0 30px;
}
.nav-block__inner {
  min-height: 240px;
  padding: 30px 40px;
  background-color: #fff;
  border-radius: 10px;
}
.teacher__menu .nav-block__inner {
  padding: 15px 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav-block__inner::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 50px;
  border-style: solid;
  border-width: 30px 30px 30px 0;
  border-color: transparent #fff transparent transparent;
}
.nav-block_blue .nav-block__inner {
  background-color: #009BDE;
}
.nav-block_blue .nav-block__inner::before {
  border-color: transparent #009BDE transparent transparent;
}
.nav-block_blue .nav-block__menu a {
  padding: 4px 6px;
  color: #fff;
  text-decoration: underline;
  -ms-flex-item-align: baseline;
      align-self: baseline;
}
.nav-block_blue .nav-block__menu a:not(:last-child) {
  margin: 0 0 15px;
  font-weight: 500;
  font-size: 16px;
}
.nav-block_blue .nav-block__menu a:hover {
  background-color: #fff;
  color: #009BDE;
  text-decoration: none;
}
.nav-block__menu_blue .nav-block__inner {
  background-color: #009BDE;
}
.nav-block__menu_blue .nav-block__inner::before {
  border-color: transparent #009BDE transparent transparent;
}
.nav-block__menu_light-blue .nav-block__inner {
  background-color: #E9F5F8;
}
.nav-block__menu_light-blue .nav-block__inner::before {
  border-color: transparent #E9F5F8 transparent transparent;
}
.nav-block__menu_grey .nav-block__inner {
  background-color: #f2f2f2;
}
.nav-block__menu_grey .nav-block__inner::before {
  border-color: transparent #f2f2f2 transparent transparent;
}
.nav-block__menu_blue span {
  color: #fff;
}


@media (max-width: 1024px) {
  .nav-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
 
}
@media (max-width: 480px) {
  .nav-block__left {
    display: none;
  }
}

/* faculties */
.faculties__item {
  padding: 100px 0;
}
.faculties__item:nth-child(odd) {
  background-color: #ECF0F1;
}
.faculties__item:nth-child(even) .nav-block__inner {
  background: #ECF0F1;
}
.faculties__caption {
  margin: 0 0 50px;
}
.faculties__left {
  margin: 0 50px 0 0;
}
.faculties__nav-link {
  font-weight: 500;
  font-size: 16px;
  text-decoration: underline;
}
.faculties__nav-link:not(:last-child) {
  margin: 0 0 24px;
}
.faculties__header {
  margin: 0 0 30px;
}
.faculties__dekan {
  width: 285px;
  height: 285px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 50px 0 0;
  border-radius: 50%;
}
.faculties__header-info {
  width: 100%;
}
.faculties__name {
  margin: 0 0 50px;
}
.faculties__row {
  font-weight: 500;
}
.faculties__row:not(:last-child) {
  margin: 0 0 0px;
}
.facultiels__label {
  color: #979797;
}
.facultiels__value {
  color: #000;
}
.faculties__inner {
  margin: 0 0 50px;
}
.faculties__btn {
  margin: 0 0 0 30px;
  font-weight: 500;
  width: 100%;
  max-width: 340px;
}

@media (max-width: 1280px) {
  .faculties__header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
  }
  .faculties__dekan {
    margin: 0 0 15px;
  }
  .faculties__name {
    margin: 0 0 20px;
  }
}
@media (max-width: 768px) {
  .faculties__left {
    margin: 0 0 30px;
  }
  .faculties__btn {
    margin: 0;
  }
}
@media (max-width: 1024px) {
  .faculties__item {
    padding: 60px 0;
  }
}

/* fclt-slider */
.fclt-slider {
  padding: 80px 0 150px;
  margin: 0 0 100px;
  background-color: #009BDE;
}
.fclt-slider.check-slide {
  display: none;
}
.fclt-slider.has_elem {
  display: block;
}
.fclt-slider_nomg {
  margin-bottom: 0;
}
.fclt-slider__title {
  margin: 0 0 60px;
}
.fclt-slider__container {
  position: relative;
}
.fclt-slider__content {
  overflow: hidden;
}
.fclt-slider__swiper {
  overflow: visible;
  max-width: 60%;
  margin: 0;
}
.fclt-slider__caption {
  margin: 0 0 25px;
}
.fclt-slider__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 285px;
  height: 285px;
  margin: 0 50px 0 0;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.fclt-slider__info {
  width: 100%;
}
.fclt-slider__name {
  color: #fff;
  margin: 0 0 40px;
}
.fclt-slider__prev {
  left: -60px;
}
.fclt-slider__next {
  right: -60px;
}
.fclt-slider__row {
  font-weight: 400;
}
.fclt-slider__value {
  color: #fff;
}
@media (max-width: 1280px) {
  .fclt-slider__swiper {
    max-width: 100%;
    padding: 0 30px;
  }
  .fclt-slider__prev {
    left: 0px;
  }
  .fclt-slider__next {
    right: 0px;
  }
}
@media (max-width: 1024px) {
  .fclt-slider__prev {
    left: 10px;
  }
  .fclt-slider__next {
    right: 10px;
  }
}
@media (max-width: 768px) {
  .fclt-slider__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .fclt-slider__img {
    margin: 0 0 10px;
  }
  .fclt-slider {
    padding: 40px 0;
  }
  .fclt-slider {
    margin: 0 0 40px;
  }
}
@media (max-width: 480px) {
  .fclt-slider__img {
    width: 200px;
    height: 200px;
  }
}

/* fclt-practics */
.fclt-practics {
  padding: 65px 0 100px;
  background-color: #47709E;
}
.fclt-practics__title {
  margin: 0 0 25px;
}
.fclt-practics__desc {
  margin: 0 0 35px;
}
.fclt-practics__container {
  position: relative;
}
.fclt-practics__info {
  padding: 50px 50px 60px;
  max-width: 705px;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 1;
  background: #ECF0F1;
  border-radius: 10px;
}
.fclt-practics__slide {
  position: relative;
}
.fclt-practics__bg {
  position: absolute;
  height: 100%;
  width: 985px;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
}
.fclt-practics__txt {
  margin: 0 0 30px;
  font-weight: 500;
}
.fclt-practics__img {
  margin: 0 auto 0 0;
  width: 120px;
  height: 70px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.fclt-practics__prev {
  left: -60px;
}
.fclt-practics__next {
  right: -60px;
}
@media (max-width: 1440px) {
  .fclt-practics__info {
    max-width: 625px;
  }
}
@media (max-width: 1280px) {
  .fclt-practics__info {
    max-width: 100%;
  }
  .fclt-practics__bg {
    display: none;
  }
  .fclt-practics__swiper {
    padding: 0 30px;
  }
  .fclt-practics__swiper::before {
    content: '';
    display: block;
    height: 100%;
    width: 30px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    background: #47709E;
  }
  .fclt-practics__swiper::after {
    content: '';
    display: block;
    height: 100%;
    width: 30px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    background: #47709E;
  }
  .fclt-practics__prev {
    left: 0px;
  }
  .fclt-practics__next {
    right: 0px;
  }
}
@media (max-width: 1024px) {
  .fclt-practics__prev {
    left: 10px;
  }
  .fclt-practics__next {
    right: 10px;
  }
  .fclt-practics__info {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .fclt-practics__img {
    width: 60px;
    height: 40px;
  }
}

/* slider-gallery */
.slider-gallery {
  padding: 70px 0 190px;
  background-color: #ECF0F1;
}
.slider-gallery__container {
  position: relative;
}
.slider-gallery__title {
  margin: 0 0 50px;
}
.slider-gallery__slide {
  height: 355px;
  background-position: center;
  background-size: cover;
}
.slider-gallery__prev {
  left: -60px;
}
.slider-gallery__next {
  right: -60px;
}
@media (max-width: 1800px) {
  .slider-gallery__slide {
    height: 305px;
  }
}
@media (max-width: 1650px) {
  .slider-gallery__slide {
    height: 245px;
  }
}
@media (max-width: 1440px) {
  .slider-gallery__slide {
    height: 325px;
  }
}
@media (max-width: 1280px) {
  .slider-gallery {
    padding: 60px 0 80px;
  }
  .slider-gallery__prev {
    left: 0px;
  }
  .slider-gallery__next {
    right: 0px;
  }
  .slider-gallery__swiper {
    max-width: calc(100% - 60px);
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .slider-gallery__prev {
    left: 10px;
  }
  .slider-gallery__next {
    right: 10px;
  }
  .slider-gallery__slide {
    height: 55vw;
  }
  .slider-gallery__title {
    margin: 0 0 25px;
  }
}

/* block-contacts */
.block-contacts {
  padding: 100px 0;
}
.block-contacts__title {
  margin: 0 0 100px;
}
.block-contacts__map {
  height: 560px;
  margin: 0 0 50px;
}
.block-contacts__info {
  font-weight: 500;
}
.block-contacts__label {
  color: #979797;
}

@media (max-width: 1440px) {
  .block-contacts__map {
    height: 360px;
  }
}
@media (max-width: 1280px) {
  .block-contacts {
    padding: 60px 0;
  }
  .block-contacts__title {
    margin: 0 0 40px;
  }
  .block-contacts__map {
    height: 300px;
  }
}

/* kaf-about */
.kaf-about {
  padding: 70px 0 90px;
}
.kaf-about__title {
  margin: 0 0 50px;
}
.kaf-about__left {
  margin: 0 35px 0 0;
}
.kaf-about__right {
  padding: 35px;
  background: #FFFFFF;
  border-radius: 8px;
}
.kaf-about__content h2 {
  font-weight: 700;
  font-size: 18px;
  color: #009BDE;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .kaf-about__left {
    margin: 0 0 20px;
  }
}
@media (max-width: 480px) {
  .kaf-about__content h2 {
    font-size: 16px;
  }
}

/* content-block */
.content-block {
  padding: 70px 0 90px;
}
.content-block__title {
  margin: 0 0 50px;
}
.content-block__body {
  margin: 0 0 30px;
}
@media (max-width: 1280px) {
  .content-block__title {
    margin: 0 0 20px;
  }
  .content-block {
    padding: 40px 0;
  }
}

/* docs */
.docs {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.docs__item {
  margin: 0 25px 20px 0;
}
.docs__link {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.docs__icon {
  margin: 0 0 10px;
}
.docs__txt {
  color: #009BDE;
  font-weight: 500;
}

/* teachers */
.teachers__nav {
  margin: 40px 0 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.teachers__abbr {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 640px;
  margin: 0 auto 0 0;
}
.teachers__abr-link {
  width: 38px;
  height: 38px;
  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: 0 6px 15px 0;
  font-weight: 700;
  font-size: 14px;
  color: #001D3E;
  border-radius: 50%;
  background-color: #fff;
}
.teachers__search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 15px;
}
.teachers__icon {
  position: absolute;
  left: 14px;
}
.teachers__search-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 290px;
  height: 38px;
  background-color: #fff;
  border: 0;
  font-size: 14px;
  border-radius: 50px;
  padding: 0 10px 0 45px;
}
.teachers__wrapper {
  padding: 60px 0 350px;
}
.teachers__list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.teachers__item {
  width: 25%;
  max-width: 340px;
  padding: 0 45px 0 0;
}
.teachers__item.hidden {
  display: none;
}
.teachers__img {
  width: 285px;
  height: 285px;
  margin: 0 0 30px;
  border-radius: 50%;
  background-color: #009BDE;
  background-position: center;
  background-size: cover;
}
.teachers__name {
  margin: 0 0 10px;
}
.teachers__main-spec {
  font-weight: 700;
  margin: 0 0 10px;
}
.teachers__desc {
  margin: 0 0 10px;
}
.teachers__desc br {
  display: none;
}
.teachers__tags {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.teachers__tag {
  margin: 0 7px 7px 0;
  background-color: #009BDE;;
  color: #fff;
  padding: 3px 7px;
}
.teachers__name:hover {
  text-decoration: underline;
}
.teachers__nothing {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
.teachers__nothing.hidden {
  display: none;
}
@media (min-width: 1801px) {
  .teachers__item {
    margin: 0 0 50px;
  }
  .teachers__item:not(:nth-child(4n)) {
    margin: 0 83px 50px 0;
  }
}
@media (min-width: 1651px) and (max-width: 1800px) {
  .teachers__item {
    margin: 0 0 50px;
    max-width: 320px;
  }
  .teachers__item:not(:nth-child(4n)) {
    margin: 0 40px 50px 0;
  }
}
@media (min-width: 1401px) and (max-width: 1650px) {
  .teachers__item {
    margin: 0 0 40px;
    max-width: 300px;
  }
  .teachers__img {
    width: 260px;
    height: 260px;
  }
  .teachers__item:not(:nth-child(4n)) {
    margin: 0 0px 40px 0;
  }
}
@media (min-width: 1281px) and (max-width: 1400px) {
  .teachers__item {
    margin: 0 0 40px;
    max-width: 360px;
    width: 33.3%;
  }
  .teachers__img {
    width: 260px;
    height: 260px;
  }
  .teachers__item:not(:nth-child(3n)) {
    margin: 0 30px 40px 0;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .teachers__item {
    margin: 0 0 40px;
    max-width: 320px;
    width: 33.3%;
  }
  .teachers__img {
    width: 260px;
    height: 260px;
  }
  .teachers__item:not(:nth-child(3n)) {
    margin: 0 12px 40px 0;
  }
}


@media (max-width: 1800px) {
  .teachers__item {
    padding: 0 25px 0 0;
  }
}
@media (max-width: 1400px) {
  .teachers__wrapper {
    padding: 60px 0 50px;
  }
}
@media (max-width: 1024px) {
  .teachers__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .teachers__item {
    width: 45%;
    max-width: 100%;
    margin: 0 0 30px;
  }
  .teachers__abbr {
    display: none;
  }
}
@media (max-width: 768px) {
  .teachers__item {
    width: 100%;
    padding: 0;
  }
  .teachers__img {
    width: 220px;
    height: 220px;
  }
  .teachers__nav {
    margin: 0;
  }
}


/* teacher */
.teacher__header {
  margin: 0 0 50px 0;
  padding: 0 0 0 15px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.teacher__img {
  width: 285px;
  height: 285px;
  margin: 0 60px 0 0;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.teacher__menu_1 .nav-block__inner {
  min-height: 220px;
}
.teacher__menu_2 .nav-block__inner {
  min-height: 150px;
}
.teacher__menu_2 .nav-block__inner::before {
  top: 20px;
}
.teacher__menu_3 .nav-block__inner {
  min-height: 110px;
}
.teacher__menu_3 .nav-block__inner::before {
  top: 20px;
}
.teacher__menu:not(:last-child) {
  margin: 0 0 25px;
}
.teacher__row {
  font-size: 14px;
}
.teacher__row:not(:last-child) {
  margin: 0 0 10px;
}
.teacher__label {
  font-weight: bold;
}
.teacher__menu-link {
  font-weight: bold;
  text-decoration: underline;
}
.teacher__left {
  max-width: 300px;
  margin: 0 60px 0 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.teacher__right {
  width: calc(100% - 360px);
}
.teacher__title {
  max-width: 410px;
  margin: 0 0 35px;
}
.teacher__main-spec {
  margin: 0 0 15px;
}
.teacher__sub-spec {
  font-weight: 500;
  color: #009BDE;
}
.teacher__body {
  padding: 0 0 100px;
}
@media (max-width: 1024px) {
  .teacher__img {
    margin: 0 30px 0 0;
  }
  .teacher__left {
    margin: 0 0 30px;
    max-width: 100%;
  }
  .teacher__right {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .teacher__header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .teacher__header-info {
    width: 100%;
  }
  .teacher__img {
    margin: 0 0 20px;
  }
  .teacher__title {
    margin: 0 0 10px;
  }
}
@media (max-width: 480px) {
  .infoblock-content .dropdown {
    padding: 15px 20px;
  }
  .teacher__img {
    width: 240px;
    height: 240px;
  }
}





.dropdown {
  overflow: hidden;
  position: relative;
}
.infoblock-content .dropdown {
  margin: 15px 0;
  padding: 20px 30px;
  background: #F2F2F2;
  border-radius: 8px;
}
.dropdown.active {
  max-height: 220px;
}
.dropdown.dropdown_big.active {
  max-height: 770px;
}
.dropdown_middle.active {
  max-height: 578px;
}
.dropdown__btn {
  display: none;
}
.dropdown.active .dropdown__btn {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dropdown__btn {
  background-color: #D9D9D9;
  border-radius: 0px 0px 8px 8px;
}
.dropdown__btn_blue {
  background-color: #009BDE;
  border-radius: 0px 0px 8px 8px;
}

.aqua {
  padding: 30px;
  background: #55F3EA;
  border-radius: 8px;
  margin: 0 0 30px;
}
.blue {
  padding: 30px;
  background: #B5E8FE;
  border-radius: 8px;
  margin: 0 0 30px;
}
.pink {
  padding: 30px;
  background: #FAECEC;
  border-radius: 8px;
  margin: 0 0 30px;
}
.pink.grey-bg {
  background: #f7f7f7;
}
.aqua > :first-child,
.pink > :first-child {
  margin-top: 0;
}
.aqua > :last-child,
.pink > :last-child {
  margin-bottom: 0;
}



/* update news and events */

/* .news__header , .events__header {
  padding-top: 210px;
  min-height: 470px;
  background: #001D3E;
} */
.news_wrapper {
  margin-left: 70px ;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news_wrapper_type {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* flex-wrap: wrap; */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 18px;
  margin-bottom: 20px;
  width: 100%;
}

.news_wrapper_type_news {
  position: relative;
  margin: 8px 34px 0 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #3B5D84;
  cursor: pointer;
  
}


.news_wrapper_type_news::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 50px;
  right: -16px;
  top: 2px;
  background: #3B5D84;
}
.news_wrapper_type_news::after {
  background: #678EB9;
}
.news_wrapper_type_events {
  margin: 8px 34px 0 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #3B5D84;
  cursor: pointer;
}
.news_wrapper_type_events2 {
  font-weight: 700;
  font-size: 16px;
  color: #678EB9;
}
.big{
  margin-right: 30px;
  position: relative;
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  cursor: pointer;
  color:#fff;
}
.news_wrapper_btns {
  margin-top: 5px;
}
.notice__btn {
  margin-right: 25px;
}
.news_wrapper_btns .notice__btn {
  margin-bottom: 10px;
}

.news_wrapper2 , .events_wrapper2 {
  margin: 49px 0 0 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news_razdel {
  padding: 40px 0 0;
}
.news_wrapper2_date , .events_wrapper2_date  {
  margin-right: 14px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 793px;
  width: 100%;
  min-height: 99px;
  border: 1px solid #3B5D84;
  border-radius: 10px;
  color: #B0CBE9;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  background-color: #001D3E;
}
.events_wrapper2_date{
  border: 1px solid #5A82AE;
}
.news_wrapper2_date:after , .events_wrapper2_date:after{
  content: 'Поиск по дате';
  position: absolute;
  left:50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -8px;
  width: 134px;
  height: 20px;
  text-align: center;
  background-color: #001D3E;
}
.events_wrapper2_date:after{
  background-color: #3D5C80;
}
.greybk{
  background-color: #5478A0 !important;
}
.grey{
  color: #3D5C80 !important;
}
.l_grey{
  color: #B0CBE9 !important;
}
.bc_3D5C80{
  background-color: #3D5C80 !important;
}
.border_3d5c80{
  border: 1px solid #5478A0 !important;
}
.news_form_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news_form_date label {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  margin-right: 9px;
}
.news_form_date input {
  border:none;
  margin-right: 9px;
}
.from, .until{
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF; 
  width: 176px;
  height: 38px;
  background: #3B5D84;
  border-radius: 50px;
  padding: 0px 10px 0 32px;
}
.until {
  margin-right: 29px;
}
.accept {
  position: relative;
  width: 124px;
  height: 38px;
  /* background: #FFFFFF; */
  border-radius: 50px;
  /* margin-right: 29px; */
  margin: 0 29px 0 20px !important;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #001D3E;
  cursor: pointer;
}
.accept placeholder{
  color: #001D3E;
}

.news_wrapper2_reset {
  margin-right: 29px;
  max-width: 148px;
  width: 100%;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #B0CBE9;
  background: #001D3E;
 border: 1px solid #3B5D84;
 
}
.news_wrapper2_sort , .events_wrapper2_sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;  
  padding: 0 28px 0 25px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #B0CBE9;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 281px;
  width: 100%;
  height: 99px;
  border: 1px solid #3B5D84;
  border-radius: 10px;
  background-color: #001D3E;
}
.news_wrapper2_sort:after , .events_wrapper2_sort:after{
  content: 'Сортировать по';
  position: absolute;
  left:50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -8px;
  width: 134px;
  height: 20px;
  text-align: center;
  background-color: #001D3E;
}
.events_wrapper2_sort:after{
  background-color: #3D5C80;
}

.news_wrapper2_sort_date , .news_wrapper2_sort_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 13px;
  cursor: pointer;
}
.news_wrapper2_sort_date_elem , .news_wrapper2_sort_name_elem {
  width: 17px;
  height: 17px;
  background: #001D3E;  
  border: solid 4px #D9D9D9;
  border-radius: 50%;
  margin-right: 14px;
}
.news_wrapper2_sort_date_text  {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.news_wrapper2_sort_date_text::before {
  content: '';
  margin: 0 10px 0 0;
  width: 18px;
  height: 18px;
  background: #001D3E;  
  border: solid 9px #D9D9D9;
  border-radius: 50%;
}
.news__radio:checked + .news_wrapper2_sort_date_text::before {
  border-width: 4px;
}
.news__radio.name_up + .news_wrapper2_sort_date_text::after,
.news__radio.date_up + .news_wrapper2_sort_date_text::after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  top: 0;
}
.news_wrapper2_sort_date_text::after{
  content: url('/images/triangle.svg');
  position: absolute;
  right: -14px;
  top: -5px;
  /* width: 10px;
  height: 10px; */
}
.news_wrapper2_sort_name {
}
.news_wrapper2_sort_name_elem {
  background: #D9D9D9; 
  color: #fff;
}
.news_wrapper2_sort_name_text {
  position: relative;
  color: #fff;
}
.news_wrapper2_sort_name_text::after{
  content: url('/images/triangle.svg');
  position: absolute;
  right: -14px;
  top: -5px;
  width: 10px;
  height: 10px;
}
.p8{
  padding: 6px;
}

.mb-67{
  margin-bottom: 67px;
}
.mt-210{
  margin-top: 210px;
}
.ml-215{
  margin-top: 210px;
}



.show_more {
  margin: 40px auto 0;
  width: 262px;
  height: 60px;
  background: #1D3754;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -1px;
  color: #FFFFFF;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

}

.banner{
  margin-top: 71px;
  width: 100%;
  /* height: 254px; */
  /* background: #00579B; */
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: -1px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;

}


@media (max-width: 1650px) {
  .news_wrapper_type {
    margin: 0 30px 30px 0;
  }
}
@media( max-width:1439px  ){
  .mb15{
    margin-bottom: 15px;
  }

}
@media( max-width:1200px ){
  .notice__btn{
    margin-bottom: 15px;
  }

}
@media( max-width:992px  ){
  .news_wrapper2_date, .events_wrapper2_date {
    padding-top: 15px;
  }
  .news_wrapper2_sort, .events_wrapper2_sort{
  
    margin-bottom: 15px;
  }
}
@media( max-width:768px  ){
  .news_wrapper , .news_wrapper2{
    margin-left: 10px;
  }
 

}
@media( max-width:576px  ){
  .news_wrapper2{
    margin: 0;
  }
  .news_wrapper_btns{
    margin-top: 0px;
   
  }
  .news_wrapper2_date{
    margin: 0;
    padding: 15px  ;
  }
  .news_wrapper_type_events{
      margin-top: 15px;
  }
  /* .news_form_date{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  } */
  .news_wrapper2_reset{
    margin: 0 auto 15px;
  }
  .news_wrapper2_sort, .events_wrapper2_sort{
    width: 100%;
    max-width: none;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .banner{
    margin-top: 41px;
    width: 100%;

    font-weight: 500;
    font-size: 27px;
    line-height: 24px;
    letter-spacing: -1px;
  }
}

.events_wrapper2_light {
  background-color: #3D5C80;
}
@media (max-width: 1400px) {
  .news_wrapper2, .events_wrapper2 {
    margin: 25px 0 0 73px;
  }
}
@media (max-width: 480px) {
  .news_wrapper2, .events_wrapper2 {
    margin: 40px auto 0;
  }
}


/* new */
.new__header {
  margin: 0 0 60px;
}
.new__header_container{
  padding: 0 0 0 335px;
}
.new_header_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  height: 40px;


}
.new_header_date {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #747474;
}
.news_wrapper_type_news {
}
.new_big{
  margin-top: 65px;
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  color: #1D3754;
}

.new__content {
}
.new_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* justify-content: space-between; */

}
.new_filters, .event_filters {
  position: relative;
  margin-right: 57px;
  padding: 26px 0 32px 37px;
  width: 273px;
  height: 330px;
  background: #E9F5F8;
  border-radius: 10px;
}
.event_filters{

  width: 86px;
  height: 502px;
  margin: 10px 50px 0 200px;
}
.new_filters::before{
  content: url('/images/filter_left.svg');
  position: absolute;
  left: -30px;
  top: 51px;
  width: 10px;
  height: 10px;

  
}
.mb20{
  margin-bottom: 20px;
}
.mr55{
  margin-right: 55px;
}
.fsz14{
  font-weight: 400;
  font-size: 14px;
}
.cbg{
  background: #0170FF;
}
.new_main_wrapper, .event_main {
  max-width: 1220px;
  padding-bottom: 198px ;
}
.event_main{
  margin-top: 5px;
}
.new_main_img {
  width: 100%;
}
.new_main_descr {
  margin-top: 60px;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #747474;
}

/* event */

.event_main {
}
.event_main1 {
  max-width: 850px;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #747474;
}
.event_main2 {
  max-width: 875px;
  margin-top: 30px;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #1D3754;
}
.event_main3 {
  display: block;
  max-width: 875px;
  margin-top: 34px;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #7F2AB2;

}
.event_main4 {
  max-width: 875px;
  margin-top: 63px;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #1D3754;
}
.event_main_descr {
  margin-top: 40px;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #747474;
}
.event_video_title {
  margin-top: 77px;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #1D3754;
}
.event_video_video {
  margin: 70px auto 0;
  max-width: 1220px;
  width: 100%;
  display: block;
}
.event_main{
  padding-bottom: 30px;
}
.swiper_wrapper{
  position: relative;
}
@media( max-width:1439px  ){
  .mb15{
    margin-bottom: 15px;
  }
  .event_filters{
    margin-left: 10%;
  }
}
@media( max-width:1200px ){
  .notice__btn{
    margin-bottom: 15px;
  }

  .new__header_container{
    padding-left: 240px;
  }
  
}
@media( max-width:992px  ){
  
  .news_wrapper2_date, .events_wrapper2_date {
    padding-top: 15px;
  }
  .news_wrapper2_sort, .events_wrapper2_sort{
  
    margin-bottom: 15px;
  }
  .new__header_container{
    padding-left: 150px;
  }
  .new_big{
    font-size: 33px;
    line-height: 30px;
  }
  .new_main_descr{
    font-size: 17px;
    line-height: 20px;
  }
  .new__header_container{
    max-width: 100%;
    padding: 60px 40px 15px 15%;
  }
  .event_main3{
    font-size: 20px;
  }
  .swiper-button-next, .swiper-button-prev{
    display: none;
  }
}
@media( max-width:768px  ){
  .news_wrapper , .news_wrapper2{
    margin-left: 10px;
  }
  .new_big{
    
  }
  .event_filters{
    margin-left: 0;
  }
 
 

}
@media( max-width:576px  ){
  .news_wrapper2{
    margin: 0;
  }
  .news_wrapper_btns{
    margin-top: 0px;
   
  }
  .news_wrapper2_date{
    margin: 0;
    padding: 15px  ;
  }
  .news_wrapper_type_events{
      margin-top: 15px;
  }
  /* .news_form_date{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  } */
  .news_wrapper2_reset{
    margin: 0 auto 15px;
  }
  .news_wrapper2_sort, .events_wrapper2_sort{
    width: 100%;
    max-width: none;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .banner{
    margin-top: 41px;
    width: 100%;
    font-weight: 500;
    font-size: 27px;
    line-height: 24px;
    letter-spacing: -1px;
  }
  .new_wrapper{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .new__header_container{
    max-width: 100%;
    padding: 40px 40px 15px;
  }
  .new_big{
    font-size: 20px;
    line-height: 28px;
    margin-top: 20px;
  }
  .new__header {
    margin: 0 0 20px;
  }
  .new_filters{
    margin-bottom: 15px;
    margin: 0 auto 15px;
  }
  .new_main_descr{
    margin-top: 15px;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
  }
  .new_main_wrapper{
    padding-bottom: 40px;
  }
  .event_filters_dn{
    display: none;
  }
  .event_main3{
    font-size: 15px;
  }
  .event_main_descr{
    font-size: 20px ;
    width: 100%;
  }
}



/* calculator_calculator */
.calculator_calculator {
 /* padding-top: 73px; */
 padding: 73px 0 100px 0;
 background: #ECF0F1;
}
.calculator_title {
 position: relative;
 font-weight: 700;
 font-size: 40px;
 line-height: 44px;
 letter-spacing: -1px;
 color: #1D3754;
}
.calculator_title::after {
 content: url('/images/calc_title.svg');
 position: absolute;
 left: 842px;
 top: -14px;
 

}
.calculator_calculator_wrapper {
 margin: 75px auto 0;
 max-width: 1010px;
 /* width: 100%; */
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
     -ms-flex-pack: justify;
         justify-content: space-between;
}
.calculator_calculator_names {
 position: relative;
 width: 504px;
 height: auto;
 background: #1D3754;
 border-radius: 8px;
 padding: 54px 44px 51px 49px;
}
.calculator_calculator_names::after {
 content:url('/images/cross_calc.svg');
 position: absolute;
 top: 195px;
 right: -64px;
}
.calculator_calculator_names_unit{
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 -webkit-box-pack: justify;
     -ms-flex-pack: justify;
         justify-content: space-between;
 /* margin-bottom: 15px; */
}
.calculator_calculator_names_label{
 font-weight: 700;
 font-size: 18px;
 line-height: 44px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 letter-spacing: 0.3px;
 color: #FFFFFF;
}
.calculator_calculator_names_input {
 margin-top: 2px;
 width: 179px;
 height: 30px;
 border-radius: 20px;
 font-weight: 700;
 font-size: 18px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 text-align: center;
 letter-spacing: 0.3px;
 color: #1D3754;
}
.calculator_calculator_names_input.sucs {
  background: #ECFFD3;
}
.calculator_calculator_names_input.fail {
  background: #FFE4E4;
}
.bg_ECFFD3{
 background: #ECFFD3;
}
.bg_FFE4E4{
 background: #FFE4E4;
}
.calculator_calculator_achievements {
 width: 423px;
 min-height: 454px;
 background: #B03468;
 border-radius: 8px;
 padding: 39px 29px 51px 32px;
}
.calculator_calculator_achievements_title {
 font-weight: 700;
 font-size: 18px;
 line-height: 28px;
 text-align: center;
 color: #FFFFFF;
 margin-bottom: 60px;
}
.calculator_calculator_achievements_text{
 position: relative;
 /* height: 454px; */
 width: 200%;
 max-width:  575px;
 padding: 35px 23px 42px 31px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 text-align: center;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 font-weight: 400;
 font-size: 12px;
 line-height: 16px;
 letter-spacing: 0.3px;
 color: #000000;
 background: #FFFFFF;
 border-radius: 8px;
}
.calculator_calculator_achievements_text::after{
 content:url('/images/calculator_calculator_achievements_text.svg');
 position: absolute;
 bottom: -34px;
 left: 87px;

}
.position_abs{
 /* width: 100%; */
 position: absolute;
 bottom: calc(100% + 30px);
 right: -380px;
 opacity: 0;
 visibility: hidden;
 -webkit-transition: 0.3s ease;
 -o-transition: 0.3s ease;
 transition: 0.3s ease;
}
.calculator_calculator_achievements_unit {
  position: relative;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 margin-bottom: 34px;
}
.calculator_calculator_achievements_unit:hover .position_abs {
  opacity: 1;
  visibility: visible;
}
.calculator_calculator_achievements_label{
  position: relative;
 font-weight: 500;
 font-size: 18px;
 line-height: 22px;
 color: #FFBCD8;
 margin-right: 30px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
}
.calculator_calculator_achievements_label::before {
  content: '';
  width: 20px;
  height: 20px;
  background: #CA497F;
  -webkit-box-shadow: inset 0px 2px 1px rgba(113, 16, 57, 0.5);
          box-shadow: inset 0px 2px 1px rgba(113, 16, 57, 0.5);
  border-radius: 4px;
  margin: 0 30px 0 0;
}
.calculator_calculator_achievements_label::after {
  content: '';
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #fff;
  background-image: url(/images/checkbox.png);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
}
.calculator_calculator_achievements_input:checked + .calculator_calculator_achievements_label::after {
  opacity: 1;
  visibility: visible;
}
.calculator_calculator_achievements_input{
 margin-right: 30px;
  display: none;
}


.calculator_calculator_achievements_wrapper {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
}
.calculator_calculator_achievements_mark {
 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;
 width: 72px;
 height: 30px;
 background: #CA497F;
 border-radius: 20px;
 font-weight: 700;
 font-size: 18px;
 line-height: 22px;
 color: #B03468;
 margin-right: 6px;
}
.calculator_calculator_achievements_descr {
 font-weight: 500;
 font-size: 14px;
 line-height: 22px;
 color: #FFBCD8;
}
.calculator_calculator_btn {
 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: 74px auto 0;
 width: 420px;
 height: 56px;
 background: #009BDE;
 border-radius: 50px;
 font-weight: 700;
 font-size: 18px;
 line-height: 22px;
 letter-spacing: -1px;
 color: #FFFFFF;
 text-transform: uppercase;
 cursor: pointer;
}
.calculator_calculator_summa {
 margin: 44px auto 0;
 font-weight: 700;
 font-size: 18px;
 line-height: 44px;
 text-align: center;
 letter-spacing: -1px;
 color: #1D3754;
}
.calculator_calculator_mark {
 margin: 2px auto;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 font-weight: 700;
 font-size: 40px;
 line-height: 44px;
 text-align: center;
 letter-spacing: -1px;
 color: #B03468;
 width: 366px;
 height: 78px;
 background: #FFFFFF;
 border-radius: 50px;
}
.calc_round{
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 position: absolute;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 width: 126px;
 height: 126px;
 border-radius: 50%;
 background: #FFFFFF;
 left: 50%;
 -webkit-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
         transform: translateX(-50%);
 bottom: -155px;

}
.position_rel{
 position: relative;
}
.calculator_calculator_achievements_input:checked ~ .calculator_calculator_achievements_wrapper .calculator_calculator_achievements_mark {
  background-color: #fff;
}


@media( max-width:1750px  ){
 .calculator_calculator_achievements_text{
     width: 100%;
     max-width:  none;
     min-height: 454px;
 }
 .position_abs{
     width: 445px;
     right: -50px;
 }

}
@media( max-width:1185px ){
 .calculator_calculator_wrapper{
     -ms-flex-wrap: wrap;
         flex-wrap: wrap;
 }
 .calculator_calculator_names::after{
     right: -51px;
 }

}
@media( max-width:992px  ){
 .calculator_calculator_wrapper{
     -webkit-box-pack: center;
         -ms-flex-pack: center;
             justify-content: center;
 }
 .calculator_calculator_names{
     margin-bottom: 60px;
 }
 .calculator_calculator_names::after{
     top: auto;
     bottom: -55px;
     right: 50%;
     -webkit-transform: translateX(+50%);
         -ms-transform: translateX(+50%);
             transform: translateX(+50%);
 }
 .calculator_title{
     width: 60%;
 }
 .calculator_title::after {
     left: 100%;
 }

}
@media( max-width:576px  ){
 .container{
     max-width: 100%;
     padding:0 10px;
 }
 .calculator_big{
     font-size: 20px;
     line-height: 24px;
 }
 .calculator_title{
     font-size: 20px;
     line-height: 24px;
 }
 .calculator_title::after {
     top: 0px;   
  }
  .calculator_calculator_names{
     padding: 24px 20px ;
  }
  .calculator_calculator_names_label{
      font-size: 15px;
  }
  .calculator_calculator_names_input{
      /* width: 100%;
      max-width: 179px; */
  }
  .position_abs{
     display: none;
 }
}
@media( max-width:440px  ){
 .calculator_calculator_names_input{
     max-width: 120px;
 }
 .calculator_calculator_achievements{
     padding: 15px 10px ;
 }
 .calculator_calculator_achievements{
     width: 100%;
 }
 .calculator_calculator_achievements_label{
     margin-right: 10px;
 }
 .calculator_calculator_btn, .calculator_calculator_mark{
     width: 100%;
 }
 .calculator_calculator_achievements_mark{
     width: 30px;
 }
}



/* sveden */
.sveden-wrap {
  padding: 60px 0;
}
.sveden-wrap__list {
  position: absolute;
  margin: 0;
  width: 100%;
  background: #fff;
  display: none;
  z-index: 10;
  border: 1px solid #009BDE;
}
.sveden-wrap__list li {
}
.sveden-wrap__list a {
  /* text-decoration: underline; */
  display: block;
  padding: 5px 10px;
}
.sveden-nav {
  position: relative;
  width: 100%;
  max-width: 600px;
}
.sveden-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
  border: 1px solid #009BDE;
  font-weight: 500;
}
.sveden-link::after {
  content: '';
  width: 0;
  height: 0;
  margin: 0 0 0 10px;
  border: 0 solid transparent;
  border-left-width: 8px;
  border-right-width: 8px;
  border-top: 8px solid #009BDE;
  transition: 0.3s ease;
}
.sveden-link.active::after {
  transform: rotateX(180deg);
}
.sveden-wrap__list a:hover {
  background-color: #f7f7f7;
}


/* dpo */
.dpo {
  padding: 80px 0 40px;
}
.dpo__title {
  margin: 0 0 75px;
}
.dpo__list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}


.dpo__card {
  width: calc(33.3% - 7px);
  margin: 0 0 14px;
}
.dpo-card {
  padding: 30px 35px 20px;
  background: #ECF0F1;
  border-radius: 10px;
  transition: box-shadow 0.3s ease;
}
.dpo-card__title {
  margin: 0 0 40px;
}
.dpo-card__info {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dpo-card__col {
  width: 50%;
  max-width: 200px;
  margin: 0 0 20px;
  padding: 0 10px 0 0;
}
.dpo-card__col:nth-child(3) {
  width: calc(100% - 245px);
  max-width: 100%;
  padding: 0;
}
.dpo-card__col:last-child {
  width: 224px;
  padding: 0;
  max-width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dpo-card__val {
  font-size: 24px;
  font-weight: 700;
}
.dpo-card__col:nth-child(3) .dpo-card__val {
  font-size: 16px;
  font-weight: 400;
}
.dpo-card__col:nth-child(3) .dpo-card__val > * {
  font-size: 24px;
  font-weight: bold;
}
.dpo-card__val_1 {
  color: #009BDE;
}
.dpo-card__val_2 {
  color: #9A5CC2;
}
.dpo-card__val_3 {
  color: #2BC6C5;
}
.dpo-card__label {
  font-weight: 500;
  font-size: 16px;
  color: #747474;
}
.dpo-card__val2 {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -1px;
  color: #1D3754;
  text-align: center;
  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;
  height: 39px;
  background-color: #fff;
}
.dpo-card__btn {
  width: 100%;
  max-width: 200px;
  font-weight: 700;
  margin: 30px auto 0;
}


@media (min-width: 1651px) {
  .dpo__card:not(:nth-child(3n)) {
    margin: 0 11px 14px 0;
  }
  
}
@media (max-width: 1650px) {
  .dpo__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .dpo-card {
    width: calc(50% - 7px);
  }
  .dpo-card__col:last-child {
    width: 185px;
  }
  .dpo-card__col:nth-child(3) {
    width: calc(100% - 185px);
  }
  .dpo-card__val2, .dpo-card__label {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .dpo-card__col {
    width: 100% !important;
  }
  .dpo-card__btn {
    margin: 15px auto 0;
  }
  .dpo-card__title {
    margin: 0 0 15px;
  }
  .dpo__title {
    margin: 0 0 25px;
  }
}
@media (max-width: 768px) {
  .dpo-card {
    width: 100%;
  }
}

/* dpo inner */
.dpo-wrapper {
  padding: 0 0 100px;
}
.dpo-about {
  padding: 70px 0 40px;
}
.dpo-about__title {
  margin: 0 0 10px;
}
.dpo-about__back {
  display: inline-block;
  margin: 0 0 30px;
}
.dpo-about__list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dpo-about__item {
  width: calc(33.3% - 7px);
  margin: 0 0 11px;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 100px 40px 40px;
  background-repeat: no-repeat;
  background-position: calc(100% - 30px) 30px;
  min-height: 350px;
}
.dpo-about__item.item-1 {
  background-image: url(/images/dpo-1.svg);
}
.dpo-about__item.item-2 {
  background-image: url(/images/dpo-2.svg);
}
.dpo-about__item.item-3 {
  background-image: url(/images/dpo-3.svg);
}
.dpo-about__item.item-4 {
  background-image: url(/images/dpo-4.svg);
}
.dpo-about__item.item-5 {
  background-image: url(/images/dpo-5.svg);
}
.dpo-about__item.item-6 {
  background-image: url(/images/dpo-6.svg);
}
.dpo-about__content {
  margin: auto 0;
}
.dpo-about__label {
  margin: 0 0 20px;
  text-transform: uppercase;
  color: #009BDE;
  font-weight: 700;
}
.dpo-about__content {
  font-weight: 500;
}
.dpo-about__content.center {
  padding: 0 60px 0 100px;
}
.dpo-about__btn {
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
}
@media (max-width: 1650px) {
  .dpo-about__content.center {
    padding: 0 30px 0 70px;
  }
}
@media (max-width: 1400px) {
  .dpo-about__content.center {
    padding: 0 30px 0 50px;
  }
  .dpo-about__item {
    padding: 30px 100px 30px 25px;
  }
}
@media (max-width: 1280px) {
  .dpo-about__item {
    width: calc(50% - 7px);
  }
}
@media (max-width: 768px) {
  .dpo-about__item {
    width: 100%;
    min-height: 0;
  }
  .dpo-about__content.center {
    padding: 0;
  }
}

.dpo-info {
  padding: 60px 0 40px;
}
.dpo-info__adv {
  max-width: 650px;
  margin: 0 auto 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dpo-info__adv-item {
  width: 48%;
  background-image: url(/images/dpo-tr-1.svg);
  background-position: top left;
  background-size: auto;
  background-repeat: no-repeat;
}
.dpo-info__adv-item:nth-child(2) {
  background-image: url(/images/dpo-tr-2.svg);
}
.dpo-info__adv-value {
  color: #00868E;
  font-weight: 400;
}
.dpo-info__adv-value span {
  font-size: 72px;
  margin: 0 0 10px;
}
.dpo-info__adv-desc {
  font-weight: 500;
}
.dpo-info__block {
  margin: 0 0 40px;
  padding: 50px;
  border-radius: 10px;
}
.dpo-info__block-caption {
  color: #009BDE;
  margin: 0 0 35px;
}
.dpo-info__container {
  margin-bottom: 0 0 40px;
}
.dpo-info__block2 {
  padding: 70px 0;
}
.dpo-info__block2-caption {
  margin: 0 0 30px;
  font-weight: bold;
}
.dpo-info__block2_last {
  padding: 70px 0 40px;
}
@media (max-width: 768px) {
  .dpo-info__adv-item {
    margin: 0 auto 20px;
    width: 250px;
  }
  .dpo-info__adv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.dpo-docs {
  margin: 0 0 100px;
}
.dpo-docs__inner {
  background-color: #009BDE;
  border-radius: 10px;
  padding: 50px 180px 70px 50px;
  background-image: url(/images/dpo-el.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 30px) 45px;
}
.dpo-docs__title {
  text-transform: uppercase;
  margin: 0 0 30px;
}
.dpo-docs__list {
  list-style: initial;
  padding: 0 0 0 20px;
}
.dpo-docs__item:not(:last-child) {
  margin: 0 0 4px;
}
@media (max-width: 480px) {
  .dpo-docs__inner {
    padding: 40px 100px 40px 40px;
  }
}


.dpo-form {
  padding: 65px 0 100px;
  border-radius: 10px;
  background: #ECF0F1;
}
.dpo-form__caption {
  display: block;
  text-align: center;
  margin: 0 0 70px;
  color: #009BDE;
}
.dpo-form__row {
  max-width: 1030px;
  margin: 0 auto 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dpo-form__item {
  width: 100%;
}
.dpo-form__item:not(:last-child) {
  margin: 0 30px 0 0;
}
.dpo-form__label {
  display: block;
  text-align: center;
  margin: 0 0 10px;
}
.dpo-form__input {
  border: 0;
  width: 100%;
  background-color: #fff;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  padding: 0 15px;
}
.dpo-form__input_area {
  resize: none;
  height: 120px;
  border-radius: 10px;
}
.dpo-form__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 200px;
  border: 0;
  margin: 50px auto 0;
  cursor: pointer;
}
.dpo-form__btn:hover {
  opacity: 0.8;
}
.dpo-form-wrapper {
  margin: 0 0 100px;
}
@media (max-width: 1280px) {
  .dpo-form {
    padding: 60px 40px;
  }
}
@media (max-width: 1024px) {
  .dpo-form__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .dpo-form__item, .dpo-form__item:not(:last-child) {
    width: 100%;
    margin: 0 0 15px;
  }
}
@media (max-width: 480px) {
  .dpo-form {
    padding: 30px 20px;
  }
  .dpo-form__caption {
    margin: 0 0 20px;
  }
  .dpo-form__btn {
    margin: 30px auto 0;
  }
  .dpo-wrapper {
    padding: 0 0 30px;
  }
}

/* table */

table {
  border-collapse: collapse;
  border: 1px solid #747474;
}
.infoblock-content table p, table p {
  margin: 0;
}
th, td {
  padding: 10px;
  border: 1px solid #747474;
}
th, .infoblock-content th p {
  font-weight: bold;
  color: #001D3E;
}

.modal-wrapper {
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  transition: 0.5s ease-in-out;
  z-index: 100;
}
.modal-wrapper.active {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.modal {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 1024px;
  padding: 30px 40px;
  background-color: #1D3754;
}
#sent .modal {
  max-width: 320px;
  text-align: center;
}
.modal-ok__text {
  color: #fff;
}
.modal__close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  right: 10px;
  color: #fff;
  font-weight: 500;
  font-size: 40px;
  transform: rotate(45deg);
}
.modal__title {
  margin: 0 0 40px;
  color: #009BDE;
  text-align: center;
  display: block;
}
.modal__row {
  margin: 0 0 15px;
  justify-content: space-between;
  align-items: baseline;
}
.modal__row-item {
  width: 100%;
}
.modal__input {
  width: 100%;
  background-color: #fff;
  border: 0;
  border-radius: 50px;
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 15px;
}
.modal__row-item:not(:last-child) {
  margin: 0 20px 0 0;
}
.modal__input_area {
  display: block;
  height: 150px;
  resize: none;
  margin: 0 0 20px !important;
  padding: 15px;
  border-radius: 10px;
}
.modal__btn {
  border: 0;
  display: flex;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}
@media (max-width: 1024px) {

  .modal-wrapper {
    padding: 20px;
    overflow: auto;
  }

}
@media (max-width: 768px) {
  .modal__row {
    flex-direction: column;
    margin: 0;
  }
  .modal__input:not(:last-child), .modal__input {
    margin: 0;
  }
  .modal__row-item, .modal__row-item:not(:last-child) {
    margin: 0 0 20px;
  }
}

/**--------------------------------------------------------------------------------------------------------------------------
Visually impaired modal
--------------------------------------------------------------------------------------------------------------------------**/

/* common */
.visually-impaired-modal {
  display: none;
  position: fixed;
  /* set top and left position with js */
  top: 10px;
  left: 130px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 55px 58px 59px 42px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 417px;
  width: 100%;
  max-width: 507px;
  background: #1D3754;
}
.visually-impaired-modal.visible {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.visually-impaired-modal * {
  /* -webkit-box-sizing: border-box;
          box-sizing: border-box; */
  /* font-family: 'Montserrat', sans-serif; */
  color: white;
}
.visually-impaired-modal__sliding-triangle {
  position: absolute;
  left: 3px;
  /* set top position with js */
  top: 62%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 33px 48px 33px 0;
  border-color: transparent #1D3754 transparent transparent;
  -webkit-transform: translate(-100%);
      -ms-transform: translate(-100%);
          transform: translate(-100%);
}
.visually-impaired-modal__hide-modal {
  position: absolute;
  top: 30px;
  right: 30px;
  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;
  width: 28px;
  height: 28px;
  /* -webkit-transition: all ease-in-out 200ms;
  -o-transition: all ease-in-out 200ms;
  transition: all ease-in-out 200ms; */
  cursor: pointer;
}
.visually-impaired-modal__hide-modal:hover {
  opacity: .7;
}
.visually-impaired-modal__hide-modal::before,
.visually-impaired-modal__hide-modal::after {
  content: '';
  position: absolute;
  display: block;
  width: 34px;
  height: 4px;
  background: white;
}
.visually-impaired-modal__hide-modal::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.visually-impaired-modal__hide-modal::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.visually-impaired-modal__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: auto;
}
.visually-impaired-modal__settings {

}
.visually-impaired-modal__setting-row {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 36px 36px 36px 36px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.visually-impaired-modal__setting-row:last-child {
  margin-bottom: 0;
}
.visually-impaired-modal__setting-name {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
}
.visually-impaired-modal__setting-default,
.visually-impaired-modal__setting-modified {
  position: relative;
  /* -webkit-transition: all ease-in-out 200ms;
  -o-transition: all ease-in-out 200ms;
  transition: all ease-in-out 200ms; */
  cursor: pointer;
}
.visually-impaired-modal__setting-default:hover,
.visually-impaired-modal__setting-modified:hover {
  opacity: .8 !important;
} 

.visually-impaired-modal__setting_font {

  & .js-font {

    &:nth-child(3) {
      font-family: serif;
    }

    &:nth-child(4) {
      font-family: monospace;
    }
  }
}

/* font size row */
.visually-impaired-modal__setting_font-size .visually-impaired-modal__setting-default {
  text-align: center;
  border-bottom: 2px solid transparent;
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: 700;
  /* -webkit-transform: translate(2px, 6px);
      -ms-transform: translate(2px, 6px);
          transform: translate(2px, 6px); */
}
.visually-impaired-modal__setting_font-size .visually-impaired-modal__setting-modified {
  text-align: center;
  border-bottom: 2px solid transparent;
  font-size: 28px;
  font-weight: 700;
  word-break: normal;
}
.visually-impaired-modal__setting_font-size .visually-impaired-modal__setting-default.selected,
.visually-impaired-modal__setting_font-size .visually-impaired-modal__setting-modified.selected {
  border-bottom: 2px solid white;
}

/* color row */
.visually-impaired-modal__setting_color .visually-impaired-modal__setting-default,
.visually-impaired-modal__setting_color .visually-impaired-modal__setting-modified {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: white;
  overflow: hidden;
}
.visually-impaired-modal__setting_color .visually-impaired-modal__setting-default.selected,
.visually-impaired-modal__setting_color .visually-impaired-modal__setting-modified.selected {
  border: 2px solid white;
}
.visually-impaired-modal__setting_color .visually-impaired-modal__setting-default::after,
.visually-impaired-modal__setting_color .visually-impaired-modal__setting-modified::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
.visually-impaired-modal__setting_color .visually-impaired-modal__setting-default::after {
  background: #009BDE;
}
.visually-impaired-modal__setting_color .visually-impaired-modal__setting-modified::after {
  background: black;
}

.visually-impaired-modal__setting_color .visually-impaired-modal__setting-modified[data-id="2"]::after {
  background: #fff111;
}
.visually-impaired-modal__setting_color .visually-impaired-modal__setting-modified[data-id="3"]::after {
  background: #00f111;
}

/* image visibility row */
.visually-impaired-modal__setting_image-visibility .visually-impaired-modal__setting-default,
.visually-impaired-modal__setting_image-visibility .visually-impaired-modal__setting-modified {
  width: 36px;
  height: 36px;
  opacity: .62;
}
.visually-impaired-modal__setting_image-visibility .visually-impaired-modal__setting-default.selected,
.visually-impaired-modal__setting_image-visibility .visually-impaired-modal__setting-modified.selected {
  opacity: 1;
}
.visually-impaired-modal__setting_image-visibility .visually-impaired-modal__setting-default {
  background: url(/bitrix/templates/zgu/css/../icons/image-visibility-yes.png) center center / contain no-repeat;
}
.visually-impaired-modal__setting_image-visibility .visually-impaired-modal__setting-modified {
  background: url(/bitrix/templates/zgu/css/../icons/image-visibility-no.png) center center / contain no-repeat;
}

/*
.visually-impaired--font-size
scale fsz

MOBILE FIRST (min-width)
for better compatibility

All fontSize += 4;
^^^^^^^^^^^^^^^^^^
*/

/* more then 1649 */
.visually-impaired--font-size .f-smaller,
.visually-impaired--font-size .program__num span,
.visually-impaired--font-size .program__date,
.visually-impaired--font-size .footer__copy,
.visually-impaired--font-size .footer__ministr-item span,
.visually-impaired--font-size .news_form_date input,
.visually-impaired--font-size .news_form_date label {
  font-size: 18px;
}
.visually-impaired--font-size .btn,
.visually-impaired--font-size .f-small,
.visually-impaired--font-size .notice__btn,
.visually-impaired--font-size .news__cat,
.visually-impaired--font-size .news__item-date {
  font-size: 20px;
}
.visually-impaired--font-size .practics__txt-3,
.visually-impaired--font-size .practics__txt-2,
.visually-impaired--font-size .history__txt,
.visually-impaired--font-size .fclt-practics__txt,
.visually-impaired--font-size .program__label,
.visually-impaired--font-size .widjet__txt,
.visually-impaired--font-size .footer__item-link,
.visually-impaired--font-size .footer__link,
.visually-impaired--font-size .footer__txt,
.visually-impaired--font-size .events__month,
.visually-impaired--font-size .events__item-text,
.visually-impaired--font-size .events__item-desc,
.visually-impaired--font-size .news__item_page p,
.visually-impaired--font-size .news__desc,
.visually-impaired--font-size .menu__link {
  font-size: 22px;
}
.visually-impaired--font-size .notice__title,
.visually-impaired--font-size .notice__date {
  font-size: 24px;
}
.visually-impaired--font-size .caption,
.visually-impaired--font-size .events__item-title {
  font-size: 28px;
}
.visually-impaired--font-size .subtitle,
.visually-impaired--font-size .subtitle.news_wrapper_type_news.big {
  font-size: 44px;
}
@media screen and (max-width: 1650px) {
  .visually-impaired--font-size .f-smaller,
  .visually-impaired--font-size .program__num span,
  .visually-impaired--font-size .program__date,
  .visually-impaired--font-size .footer__copy,
  .visually-impaired--font-size .footer__ministr-item span,
  .visually-impaired--font-size .news_form_date input,
  .visually-impaired--font-size .news_form_date label {
    font-size: 16px;
  }
  .visually-impaired--font-size .btn,
  .visually-impaired--font-size .f-small,
  .visually-impaired--font-size .notice__btn,
  .visually-impaired--font-size .news__cat,
  .visually-impaired--font-size .news__item-date {
    font-size: 18px;
  }
  .visually-impaired--font-size .practics__txt-3,
  .visually-impaired--font-size .practics__txt-2,
  .visually-impaired--font-size .history__txt,
  .visually-impaired--font-size .fclt-practics__txt,
  .visually-impaired--font-size .program__label,
  .visually-impaired--font-size .widjet__txt,
  .visually-impaired--font-size .footer__item-link,
  .visually-impaired--font-size .footer__link,
  .visually-impaired--font-size .footer__txt,
  .visually-impaired--font-size .events__month,
  .visually-impaired--font-size .events__item-text,
  .visually-impaired--font-size .events__item-desc,
  .visually-impaired--font-size .news__item_page p,
  .visually-impaired--font-size .news__desc,
  .visually-impaired--font-size .menu__link {
    font-size: 20px;
  }
  .visually-impaired--font-size .notice__title,
  .visually-impaired--font-size .notice__date {
    font-size: 22px;
  }
  .visually-impaired--font-size .caption,
  .visually-impaired--font-size .events__item-title {
    font-size: 26px;
  }
  .visually-impaired--font-size .subtitle,
  .visually-impaired--font-size .subtitle.news_wrapper_type_news.big {
    font-size: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .visually-impaired--font-size .f-smaller,
  .visually-impaired--font-size .program__num span,
  .visually-impaired--font-size .program__date,
  .visually-impaired--font-size .footer__copy,
  .visually-impaired--font-size .footer__ministr-item span,
  .visually-impaired--font-size .news_form_date input,
  .visually-impaired--font-size .news_form_date label {
    font-size: 16px;
  }
  .visually-impaired--font-size .btn,
  .visually-impaired--font-size .f-small,
  .visually-impaired--font-size .notice__btn,
  .visually-impaired--font-size .news__cat,
  .visually-impaired--font-size .news__item-date,
  .visually-impaired--font-size .hidden-menu__col a {
    font-size: 18px;
  }
  .visually-impaired--font-size .practics__txt-3,
  .visually-impaired--font-size .practics__txt-2,
  .visually-impaired--font-size .history__txt,
  .visually-impaired--font-size .fclt-practics__txt,
  .visually-impaired--font-size .program__label,
  .visually-impaired--font-size .widjet__txt,
  .visually-impaired--font-size .footer__item-link,
  .visually-impaired--font-size .footer__link,
  .visually-impaired--font-size .footer__txt,
  .visually-impaired--font-size .events__month,
  .visually-impaired--font-size .events__item-text,
  .visually-impaired--font-size .events__item-desc,
  .visually-impaired--font-size .news__item_page p,
  .visually-impaired--font-size .news__desc,
  .visually-impaired--font-size .menu__link {
    font-size: 20px;
  }
  .visually-impaired--font-size .notice__title,
  .visually-impaired--font-size .notice__date {
    font-size: 22px;
  }
  .visually-impaired--font-size .caption,
  .visually-impaired--font-size .events__item-title {
    font-size: 26px;
  }
  .visually-impaired--font-size .subtitle,
  .visually-impaired--font-size .subtitle.news_wrapper_type_news.big {
    font-size: 32px;
  }
  .visually-impaired--font-size .title {
    font-size: 40px;
  }
}


/*
.visually-impaired--color
turn off
colors
*/
.visually-impaired--color .site-wrapper > *:not(.fixed-menu):not(.hidden-menu) {
  filter: grayscale(1) contrast(1.02);
}

/*
.visually-impaired--image-visibility
turn off
images
*/
.visually-impaired--image-visibility .howto__icon svg {
  opacity: 0;
}
.visually-impaired--image-visibility .hero__video {
  /* ... */
  display: none;
}
.visually-impaired--image-visibility .hero__fullpage,
.visually-impaired--image-visibility .h-slide {
  background-image: none !important;
  background-color: #001D3E;
}
.visually-impaired--image-visibility .h-slide__right,
.visually-impaired--image-visibility .univer-info__list::before,
.visually-impaired--image-visibility .news__thumb,
.visually-impaired--image-visibility .st-life__icon,
.visually-impaired--image-visibility .practics__logo,
.visually-impaired--image-visibility .dpo-about__item,
.visually-impaired--image-visibility .dpo-info__adv-item,
.visually-impaired--image-visibility .dpo-docs__inner,
.visually-impaired--image-visibility .fclt-practics__img,
.visually-impaired--image-visibility .zgu-nums__item {
  background-image: none !important;
}
.visually-impaired--image-visibility .widjet__img {
  background-image: none !important;
  background-color: #000000;
}
.visually-impaired--image-visibility .widjet__img::before,
.visually-impaired--image-visibility .partners__img,
.visually-impaired--image-visibility .howto-2__item {
  background-image: none !important;
}
.visually-impaired--image-visibility .univer-info__sub,
.visually-impaired--image-visibility .speciality__container {
  background-image: none !important;
}
.visually-impaired--image-visibility .news-wrap .banner {
  background-color: #001D3E;
}
.visually-impaired--image-visibility img {
  opacity: 0;
}
.visually-impaired--image-visibility .news-wrap .banner img,
.visually-impaired--image-visibility .news-page__article img {
  opacity: 0;
}
.visually-impaired--image-visibility .st-life {
  background-image: none !important;
  background-color: #001D3E;
}
.visually-impaired--image-visibility .practics__avatar,
.visually-impaired--image-visibility .fclt-practics__bg,
.visually-impaired--image-visibility .welcome__img,
.visually-impaired--image-visibility .history__img {
  background-image: none !important;
}
.visually-mobile-btn {
  display: none;
}
.visually-mobile-return {
    display: none;
    color: #001D3E;
    padding: 5px 10px;
    background-color: #fff;
    text-transform: uppercase;
    max-width: 300px;
    text-align: center;
    border-radius: 20px;
    margin: 0 0 10px;
}
.visually-item {
  display: none;
}
.visually-impaired--image-visibility .visually-mobile-return,
.visually-impaired--color .visually-mobile-return,
.visually-impaired--font-size .visually-mobile-return {
  display: block;
}
@media (max-width: 1650px) {
  .visually-impaired-modal__sliding-triangle {
    top: 37%;
  }
}
@media (max-width: 1024px) {
  .visually-mobile-btn {
    display: inline-block;
    color: #001D3E;
    padding: 5px 10px;
    background-color: #fff;
    text-transform: uppercase;
    max-width: 150px;
    text-align: center;
    border-radius: 20px;
  }
}

/* REDACT 26.12 */

.accept_mobile, .news_wrapper2_reset_mobile {
  display: none;
}
.dropdown__btn_news {
  display: none;
}
.from span, .until span, input::-webkit-datetime-edit-year-field[disabled], .from:disabled {
  color: #fff;
}
.vikon-wrapper #vikon-content h4, .vikon-wrapper #vikon-content-abitur h4, .vikon-wrapper .modal-content h4 {
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #009BDE;
}
.vikon-wrapper ul {
  list-style: initial;
  padding: 0 0 0 20px;
}
.vikon-wrapper #vikon-content a, .vikon-wrapper #vikon-content .block-image-title, .vikon-wrapper #vikon-content-abitur a, .vikon-wrapper .modal-content a, .vikon-wrapper .showpart-btn-list {
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
}
.vikon-wrapper #vikon-content, .vikon-wrapper #vikon-content-abitur, .vikon-wrapper .modal-content {
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  color: #001D3E;
}
.sveden-mobile-btn {
  display: none;
}
.visually-impaired--font-size .univer-info__item {
  width: auto;
  flex: 1 1;
}
.visually-impaired--font-size {
  word-break: break-word;
}
.visually-impaired--font-size .menu__link {
  word-break: normal;
}
@media (max-width: 1400px) {
  .news_wrapper, .news_wrapper2, .events_wrapper2 {
    margin-left: 0;
  }
}
@media (max-width: 1280px) {
  .news_wrapper2_date, .events_wrapper2_date {
    margin-bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .news_wrapper2_date .notice__btn, .events_wrapper2_date .notice__btn {
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .sveden-mobile-btn {
    margin: 0 0 15px;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #009BDE;
    text-decoration: underline;
  }
  .sveden-wrap__list {
    display: none;
  }
  .speciality__header-inner {
    padding: 120px 0 50px;
  }
  .accept {
    display: none;
    margin: 0 0 0 10px !important;
  }
  .news_wrapper2_reset {
    display: none;
    margin: 0 auto !important;
  }
  .accept_mobile, .news_wrapper2_reset_mobile {
    display: flex;
  }
  .news_wrapper2_sort, .events_wrapper2_sort {
    display: none;
  }
  .accept_mobile {
    background-image: url(/images/submit-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    border-radius: 50%;
  }
  .from, .until, .news_wrapper2_reset {
    height: 24px;
    font-size: 12px;
  }
  .news_wrapper2, .events_wrapper2 {
    flex-direction: column;
  }
  .from, .until {
    width: 90px;
    font-size: 10px;
    padding: 0 5px;
  }

  .news_wrapper2_date, .events_wrapper2_date {
    width: 280px;
    min-height: 0;
    padding: 15px 10px;
  }
  .news_form_date label {
    font-size: 10px;
    margin-right: 5px;
  }
  .news_form_date input {
    margin-right: 5px;
  }
  .dropdown__btn_news {
    display: flex;
    justify-content: center;
  }
  .news_wrapper-mobile {
    display: none;
    padding: 10px 0 20px;
  }
  .speciality__header_no-pb .speciality__header-inner {
    padding-bottom: 0;
  }
  .visually-impaired-modal__sliding-triangle {
    display: none;
  }
  .visually-impaired-modal {
    top: -10px;
    right: 0;
    left: auto;
  }
}
@media (max-width: 480px) {
  .big {
    font-size: 20px;
    line-height: 1;
  }
  .news_wrapper_type_news, .news_wrapper_type_events {
    margin-top: 0;
  }
  .news_wrapper_type_news::after {
    height: calc(100% + 10px);
    top: -5px;
  }
  .notice__btn {
    margin-right: 10px;
  }
  .header_blue {
    margin: 0 0 40px;
  }
  .visually-impaired-modal {
    max-width: 300px;
    padding: 40px;
  }
  .hero__fullpage {
    padding: 100px 0;
  }
  .notice {
    margin: 0 0 20px auto;
  }
  .hero__fullpage:not(.hero_nopg) .h-slide__inner {
    padding: 50px 0 80px;
  }
  .hero__fullpage:not(.hero_nopg) .hero__slider_main .h-slide__inner {
    padding: 0;
  }
}

.select2 {
  max-width: 100%;
  padding: 0;
}
.select2-container--default .select2-selection--multiple {
  padding: 10px 20px 10px 20px !important;
  border: 0;
  background-color: #fff;

}
.select2-results__option {
  padding: 10px 20px 10px 20px !important;
  font-size: 14px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: red !important;
  padding: 5px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  padding: 5px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: transparent !important;
  display: flex !important;
  align-items: center;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice:not(:last-child) {
  margin-bottom: 5px !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: transparent !important;
}
.select2-results__options, .hidden-menu__list,
.howto__tooltip {
  scrollbar-width: thin;
  scrollbar-color: #009BDE #f7f7f7;
}
.select2-results__options::-webkit-scrollbar,
.hidden-menu__list::-webkit-scrollbar,
.howto__tooltip::-webkit-scrollbar {
  width: 5px;
}

.select2-results__options::-webkit-scrollbar-track,
.hidden-menu__list::-webkit-scrollbar-track,
.howto__tooltip::-webkit-scrollbar-track {
  background: #f7f7f7;
}
.select2-results__options::-webkit-scrollbar-thumb,
.hidden-menu__list::-webkit-scrollbar-thumb,
.howto__tooltip::-webkit-scrollbar-thumb {
  background-color: #009BDE;
  border: 1px solid transparent;
}
.select2-container--default .select2-results>.select2-results__options {
  max-height: 300px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-left: 0 !important;
  margin-top: 0 !important;
}
.just-validate-error-label {
  display: block;
  margin: 5px 0 0;
  padding: 0 15px;
}
.howto__tooltip-content {
  position: relative;
  align-self: baseline;
}
.howto__tooltip {
  position: absolute;
  bottom: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  background-color: #d3ebf8;
  padding: 20px;
  width: 400px;
  overflow-y: auto;
  max-height: 300px;
}
.howto__check-link {
  position: relative;
}

@media (hover:hover) {
  .howto__tooltip-content:hover .howto__tooltip {
    opacity: 1;
    visibility: visible;
  }
}

.teachers__tag-search .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
  border-width: 8px 5px 0 5px;
} 
.teachers__tag-search .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #fff transparent;
  border-width: 0 5px 8px 5px;
}
.teachers__tag-search .select2-container .select2-selection--single .select2-selection__rendered {
  background-color: #30BFFD;
  border-radius: 50px;
  padding: 5px 30px 5px 45px;
  color: #fff;
  font-size: 14px;
}
.teachers__tag-search .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 0;
  border-radius: 22px;
}
.teachers__tag-search .select2-container {
  width: 100% !important;
}
.teachers__tag-search .select2-container .select2-selection--single,
.teachers__tag-search .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}
.teachers__tag-search .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: -1px;
  right: 10px;
}
.teachers__tag-search .select2-dropdown {
  border: 0;
}
.teachers__tags_hidden {
  display: none;
}
.teachers__clear-filter {
  margin: 0 0 30px;
}
.teachers__clear-filter.hidden {
  display: none;
}
/* @media (max-width: 1800px) {
  a.program::before, .program__item-wrap .programs__item::before {
    transform: rotate(45deg) scale(2);
    top: calc(100% - 50px);
    left: calc(100% - 50px);
  }
}
@media (max-width: 1650px) {
  a.program::before, .program__item-wrap .programs__item::before {
    top: calc(100% + 200px);
    left: calc(100% + 0px);
  }
} */
@media (max-width: 1400px) {
  a.program::before, .program__item-wrap .programs__item::before {
    top: 0;
    left: 60%;
  }
}
@media (max-width: 1280px) {
  a.program::before, .program__item-wrap .programs__item::before {
    top: 0;
    left: 50%;
  }
}
@media (max-width: 1024px) {
  a.program::before, .program__item-wrap .programs__item::before {
    display: none;
  }
}

/* USPEH */
.uspeh {
  padding: 60px 0 120px;
}
.uspeh .container {
  position: relative;
}
.uspeh__title {
  margin: 0 0 100px;
}
.uspeh__left {
  width: 430px;
  margin: 0 35px 0 0;
  padding: 0 0 30px;
}
.uspeh__right {
  width: calc(100% - 465px);
  padding: 0 0 30px;
}
.uspeh__right-inner {
  padding: 55px;
  background: #ECF0F1;
  border-radius: 10px;
  height: 100%;
}
.uspeh__img {
  width: 285px;
  height: 285px;
  border-radius: 50%;
  margin: 0 0 25px;
}
.uspeh__name {
  margin: 0 0 20px;
}
.uspeh__spec {
  margin: 0 0 40px;
  max-width: 360px;
}
.uspeh__quote {
  position: relative;
  padding: 30px;
  border-radius: 10px;
  background-color: #009BDE;
  color: #fff;
  min-height: 215px;
}
.uspeh__quote::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 100%;
  left: 30px;
  border-style: solid;
  border-width: 30px 20px 0 20px;
  border-color: #009BDE transparent transparent transparent;
}
.uspeh__prev, .uspeh__next {
  color: #7C7C94;
}
.uspeh__prev {
  left: -45px;
}
.uspeh__next {
  right: -45px;
}
@media (max-width: 1440px) {
  .uspeh__left {
    width: 320px;
  }
  .uspeh__right {
    width: calc(100% - 355px);
  }
  .uspeh__title {
    margin: 0 0 60px;
  }
}
@media (max-width: 1280px) {
  .uspeh__slider {
    padding: 0 30px;
  }
  .uspeh__prev {
    left: 0;
  }
  .uspeh__next {
    right: 0;
  }
  .uspeh__right-inner {
    padding: 25px;
  }
}
@media (max-width: 1024px) {
  .uspeh__prev {
    left: 10px;
  }
  .uspeh__next {
    right: 10px;
  }
  .uspeh {
    padding: 50px 0;
  }
  .uspeh__left {
    width: 100%;
    margin: 0 0 30px;
  }
  .uspeh__right {
    width: 100%;
  }
  .uspeh__slide-inner {
    flex-wrap: wrap;
  }
  .uspeh__spec {
    max-width: 100%;
  }
  .uspeh__quote {
    min-height: 0;
  }
}

.left-line {
  position: relative;
  padding: 0 0 0 30px;
  border-left: 2px solid #55F3EA;
}
.left-line h2 {
  display: flex;
  align-items: flex-end;
}
.left-line h2::before {
  content: '';
  position: absolute;
  left: -14px;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-left-width: 14px;
  border-right-width: 14px;
  border-top: 19px solid #55F3EA;
}

/* praktika-list */
.praktika-list__title {
  margin: 50px 0 40px;
}
.praktika-list__inner {
  padding: 95px 0 60px;
  background-color: #ECF0F1;
}
.praktika-list__item {
  display: flex;
  /* align-items: center; */
  margin: 0 0 15px;
  padding: 20px 50px 20px 35px;
  border-radius: 8px;
  background-color: #fff;
}
.praktika-list__caption {
  margin: 0 0 40px;
}
.praktika-list__icon {
  width: 45px;
  height: 45px;
  flex: 0 0 auto;
  margin: 0 20px 0 0;
  background-image: url(/images/check-el.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;  
}
.praktika-list__text {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}
.praktika-list__text_mb {
  margin: 0 0 15px;
}
.praktika-list__bottom {
  background-color: #C3FCFB;
  padding: 80px 0;
}
@media (max-width: 480px) {
  .praktika-list__item {
    padding: 15px;
  }
}

/* notice week */
.notice-week {
  position: absolute;
  top: 110px;
  right: 0;
  padding: 0 20px;
  display: flex;
  align-items: center;
  height: 30px;
  background: #1D3754;
  border-radius: 50px;
  z-index: 2;
}
.notice-week svg {
  margin: 0 10px;
}
.notice-week__wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 1650px) {
  .notice-week {
    top: 120px;
  }
}
@media (max-width: 1024px) {
  .notice-container {
    display: flex;
    flex-direction: column;
  }
  .notice-week {
    position: static;
    margin: 0 0 10px auto;
  }
}
@media (max-width: 768px) {
  .notice-week {
    flex-direction: column;
    height: auto;
    padding: 10px 10px;
    border-radius: 10px;
    width: 100%;
    max-width: 240px;
  }
  .notice-week__date {
    margin: 0 0 5px;
  }
}
.text-style {
  max-width: 800px;
  margin: 0 auto;
}
.text-style__item {
  display: flex;
  align-items: center;
}
.text-style__item span {
  flex: 0 0 auto;
  font-weight: bold;
}
.text-style__item p {
  flex: 0 0 auto;
  width: 400px;
  margin: 0;
}
.text-style__item div {
  height: 1px;
  width: 100%;
  margin: 0 10px;
  border: 1px dashed #001D3E;
}
.calendar-table__wrapper {
  padding: 0 0 0 30px;
  overflow: auto;  
}
.calendar-table__wrapper table {
  border-collapse: collapse;
  border: 0;
  width: max-content;
}
.calendar-table__wrapper table th {
  padding: 30px;
  background-color: #ECF0F1;
  border: 0;
}
.calendar-table__wrapper table th:first-child {
  border-radius: 6px 0 0 6px;
} 
.calendar-table__wrapper table th:last-child {
  border-radius: 0 6px 6px 0;
} 
.calendar-table__wrapper table th:nth-child(7) {
   text-align: left;
}
.calendar-table__wrapper table th:nth-child(8) {
   width: 320px; 
   text-align: left;
}
.calendar-table__wrapper table td {
  border: 0;
  padding: 25px 30px;
  border-bottom: 1px solid #D9D9D9;
  background-color: #FBFBFB;
  text-align: center;
  vertical-align: baseline;
}
.calendar-table__wrapper table td:nth-child(8),
.calendar-table__wrapper table td:nth-child(7) {
  text-align: left;
}
@media (max-width: 1024px) {
  .calendar-table__wrapper table td,
  .calendar-table__wrapper table th {
    padding: 15px;
  }
}
@media (max-width: 480px) {
  .text-style__item {
    flex-direction: column;
    align-items: center;
    margin: 0 0 10px;
    text-align: center;
  }
  .text-style__item p {
    width: auto;
  }
}

/* card list in inner tempalte */
.infoblock-content .c-links {
  display: flex;
  flex-wrap: wrap;
}
.infoblock-content .c-links a {
  padding: 30px 35px;
  background: #ECF0F1;
  border-radius: 10px;
  color: #1D3754;
  width: calc(50% - 7px);
  margin: 0 7px 14px 0;
  text-decoration: none !important;
  transition: box-shadow 0.3s ease;
}
.infoblock-content .c-links a:hover {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .infoblock-content .c-links a {
    padding: 15px;
  }
}
@media (max-width: 375px) {
  .infoblock-content .c-links a {
    width: 100%;
    margin: 0 0 10px;
  }
}


/* План учебного совета */
.plan__wrapper {
  padding: 20px 0 120px;
}
.plan-item {
  padding: 40px 0;
  border-bottom: 1px solid #eee;
}
.plan-item__date {
  margin: 0 0 10px;
}
.plan-item__text {
  margin: 0 0 20px;
}
.plan-item__caption {
  margin: 0 0 10px;
}
.plan-item__file:not(:last-child) {
  margin: 0 0 5px;
} 
.plan-item__link {
  color: #009BDE;
  text-decoration: underline;
}
.plan-item__link:hover {
  color: #0170FF;
}

/* howto cards */
.howto-cards {
  flex-wrap: wrap;
}
.howto-cards__item {
  width: calc(25% - 6px);
  margin: 0 0 8px;
  min-height: 215px;
  padding: 30px;
  border-radius: 10px;
  color: #fff; 
}
.howto-cards__item:not(:nth-child(4n)) {
  margin: 0 8px 8px 0;
}
.bg-card-1 {
  background-color: #8E46BA;
}
.bg-card-2 {
  background-color: #2BC6C5;
}
.bg-card-3 {
  background-color: #B03468;
}
.bg-card-4 {
  background-color: #009BDE;
}
@media (max-width: 1280px) {
  .howto-cards__item {
    min-height: 180px;
  }
}
@media (max-width: 1024px) {
  .howto-cards__item, .howto-cards__item:not(:nth-child(4n)) {
    width: calc(50% - 5px);
    margin: 0 0 10px;
    min-height: 140px;
  }
  .howto-cards__item:not(:nth-child(2n)) {
    margin: 0 10px 10px 0;
  }
}
@media (max-width: 480px) {
  .howto-cards__item, .howto-cards__item:not(:nth-child(4n)), .howto-cards__item:not(:nth-child(2n)) {
    width: 100%;
    margin: 0 0 10px;
  } 
}
.qr-code__img {
  max-width: 600px;
}

/* calendar abitur */
.ab-calendar {
  padding: 0 0 50px;
}
.ab-calendar__free, .ab-calendar__nofree {
  padding: 70px 0;
}
.ab-calendar__free {
  background-color: #ECF0F1;
}
.ab-calendar__list {
  flex-wrap: wrap;
}
.ab-calendar__item {
  min-height: 350px;
  width: calc(33.3% - 4px);
  padding: 40px 110px 40px 40px;
  border-radius: 10px;
  background-position: calc(100% - 30px) 20px;
  background-repeat: no-repeat;
  background-size: 60px;
}
.ab-calendar__label {
  display: inline-block;
  margin: 0 0 30px;
  padding: 20px 60px;
  background-color: #045C82;
  color: #fff;
}
.ab-calendar__type {
  margin: 0 0 30px;
}
.ab-calendar__date {
  margin: 0 0 15px;
  font-weight: bold;
}
.ab-calendar__text,
.ab-calendar__date {
  color: #fff;
}
.ab-calendar__item.blue .ab-calendar__date {
  color: #009BDE;
}
.ab-calendar__item.blue .ab-calendar__text {
  color: #000;
}
@media (min-width: 1281px) {
  .ab-calendar__item {
    margin: 0 0 6px;
  }
  .ab-calendar__item:not(:nth-child(3n)) {
    margin: 0 6px 6px 0;
  }
}

@media (max-width: 1400px) {
  .ab-calendar__item {
    background-size: 50px;
    padding: 30px 90px 30px 30px;
  }
}
@media (max-width: 1280px) {
  .ab-calendar__item {
    width: calc(50% - 6px);
    margin: 0 0 12px;
  }
  .ab-calendar__list {
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .ab-calendar__item {
    width: 100%;
    min-height: 0;
  }
}

.container-thead {
  display: none !important;
}
.vikon-wrapper #vikon-content table, .vikon-wrapper #vikon-content-abitur table, .vikon-wrapper .modal-content table, .vikon-wrapper td p {
  font-size: 12px !important;
}

.direction-info {
  margin: 0 0 13px;
  padding: 16px;
  border-radius: 10px;
  background-color: #ECF0F1;
  display: flex;
  align-items: flex-start;
  gap: 50px;

  & .direction-info__left {
    width: 100%;
    max-width: 420px;
    border-radius: 10px;

    & img {
      height: 374px;
      width: 100%;
      object-fit: cover;
      border-radius: 10px;
    }

    img:last-child {
      display: none;
      margin-top: 20px;
    }
  }

  &.active {
    img:last-child {
      display: block;
    }
  }

  & .direction-info__right {
    width: 100%;
    max-width: calc(100% - 470px);
    display: flex;
    flex-direction: column;

    & h2 {
      margin: 0 0 20px;
      color: #000;
      font-size: 24px;
      font-weight: 700;
    }

    & .direction-info__content {
      margin-bottom: 24px;
      height: 244px;
      overflow: hidden;

      &.active {
        height: auto;
      }

      & p {
        color: #757575;
        font-size: 16px;
        margin-bottom: 15px;

        & b {
          color: #000;
        }
      }

      ul {
        list-style: circle;
        padding: 0 0 0 20px;
        margin-bottom: 15px;
      }

      ol {
        padding: 0 0 0 20px;
        margin-bottom: 15px;
        list-style: decimal;
      }

      & li {
        color: #000;
        margin-bottom: 5px;
      }
    }

    & .direction-info__more {
      margin-top: auto;
      display: flex;
      border-radius: 50px;
      background-color: #009BDE;
      color: #fff;
      font-size: 16px;
      text-transform: lowercase;
      gap: 5px;
      max-width: 200px;
      justify-content: center;
      align-items: center;
      padding: 9px 0 11px;
      cursor: pointer;
      border: 0;
      margin-bottom: 16px;

      & svg {
        transition: 0.3s ease;
      }

      &.active {

        & svg {
          transform: rotate(180deg);
        }
      }
    }
  }
}

@media (max-width: 1024px) {
  .direction-info {
    flex-direction: column;
    gap: 20px;  

    & .direction-info__left {
      
      img {
        height: 300px;
      }

      img:last-child {
        display: none !important;
      }
    }

    & .direction-info__right {
      max-width: 100%;
    }
  }
}

@media (max-width: 600px) {
  .direction-info {
    & .direction-info__left {
      width: 100%;

      img {
        height: auto;
      }
    }

    & .direction-info__right {
      & h2 {
        font-size: 20px;
        margin-bottom: 10px;
      }
    }

    & .direction-info__content {

      & p {
        font-size: 14px;
      }

      & li {
        font-size: 14px;
      }
    }
  }
}

.dpo-form__item_file {

  label {
    text-align: center;
    display: flex;
    justify-content: center;
    cursor: pointer;

    span {
      display: block;
      background-color: #009BDE;
      color: #fff;
      padding: 10px 20px;
      width: max-content;
      border-radius: 20px;
    }
  }

  label:hover {

    span {
      opacity: 0.8;
    }
  }

  .just-validate-error-label {
    text-align: center;
  }

  input {
    display: none;
  }
}

.book-slider {
  padding: 60px 0;

  .swiper-slide {
    height: auto;
    padding: 30px;
    border-radius: 10px;
    background-color: #ECF0F1;

    .item {
      display: flex;
      gap: 40px;
    }

    img {
      width: 290px;
      height: 100%;
      flex: 0 0 auto;
    }

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

    h3 {
      margin: 0 0 10px;
      font-size: 26px;
      text-transform: none;
    }

    .date {
      font-size: 26px;
      font-weight: bold;
      margin: 0 0 20px;
    }

    .spec {
      font-size: 20px;
      color: #1D3754;
      margin: 0 0 10px;
      font-weight: bold;
    }

    .work {
      font-size: 20px;
      color: #1D3754;
      margin: 0 0 20px;
      font-weight: bold;
    }

    .link {
      margin: auto 0 0;
      font-size: 18px;
      color: rgba(29, 55, 84, 0.60);
      text-decoration: underline;

      &:hover {
        color: #1D3754;
      }
    }

    .text {
      font-size: 18px;
      color: #1D3754;
      margin: 0 0 20px;

      > * {
        margin: 0 0 15px;
      }

      > *:last-child {
        margin: 0;
      }
    }
  }

  .wrapper {
    position: relative;
  }

  .arrow {
    position: absolute;
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0.75;
  }

  .arrow:hover {
    opacity: 1;
  }

  .arrow_prev {
    left: -60px;
    transform: rotate(180deg);
  }

  .arrow_next {
    right: -60px;
  }
}

@media (max-width: 1650px) {
  .book-slider {
    .swiper-slide {
      .item {
        gap: 20px;
      }

      img {
        width: 200px;
      }
    }
  }
}

@media (max-width: 1024px) {
  .book-slider {
    padding: 30px 0;

    .arrow {
      z-index: 5;
    }

    .arrow_prev {
      left: -40px;
    }

    .arrow_next {
      right: -40px;
    }

    .swiper-slide {
      padding: 20px;

      h3 {
        font-size: 20px;
        margin: 0 0 5px;
      }

      .date {
        font-size: 20px;
        margin: 0 0 15px;
      }

      .spec {
        font-size: 16px;
        margin: 0 0 5px;
      }

      .work {
        font-size: 16px;
        margin: 0 0 15px;
      }

      .link {
        font-size: 14px;
      }

      .text {
        font-size: 14px;

        p {
          font-size: 14px;
        }
      }
    }
  }
}

@media (max-width: 768px) {
  .book-slider {
    padding: 20px 30px;

    .swiper-slide {

      .item {
        flex-direction: column;
      }

      img {
        width: 100%;
      }
    }
  }
}

.hero_history {
  background-position: right;
  min-height: 100vh;

  .h-slide__inner {
    padding: 215px 0 195px;
  }

  .h-slide__left {
    width: 100%;
    max-width: 944px;

    h1 {
      margin-bottom: 40px;
      text-transform: uppercase;
    }

    .h-slide__txt {
      margin: 0 0 50px;
    }

    .h-slide__txt_2 {
      opacity: 0.7;
      font-size: 16px;
      line-height: 20px;
      max-width: 821px;
      text-transform: uppercase;
    }
  }
}

@media (max-width: 480px) {
  .hero_history {

    h1 {
      font-size: 24px;
    }
  }
}

.history-forms {
  padding: 120px 0 100px;
  background-color: #1D3754;

  h2 {
    color: #FFFFFF;
    text-align: center;
    margin: 0 0 60px;
  }

  .tabs {
    display: flex;
    max-width: 800px;
    margin: 0 auto 60px;
    gap: 12px;

    a {
      flex: 1 1 auto;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 93px;
      background-color: rgba(255, 255, 255, 0.10);
      border-radius: 10px;
      color: #fff;
      font-size: 24px;
      font-weight: bold;

      &:hover {
        background-color: #009BDE;
      }
    }

    a.active {
      background-color: #009BDE;
    }
  }

  .tab-content {
    max-width: 1030px;
    margin: 0 auto;

    input {
      background-color: #fff;
      border-radius: 40px;
      padding: 7px 0 8px;
      text-align: center;

      &::placeholder {
        color: rgba(29, 55, 84, 0.50);
        text-align: center;
      }
    }

    textarea {
      height: 136px;
      resize: none;
      border-radius: 10px;
      padding: 18px 25px;
      background-color: #fff;

      &::placeholder {
        color: rgba(29, 55, 84, 0.50);
      }
    }

    label {
      display: flex;
      flex-direction: column;
      text-align: center;
      width: 100%;

      span {
        color: #fff;
        margin: 0 0 10px;
      }
    }

    .row-3 {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      margin: 0 0 28px;

      input {
        width: 100%;
        text-align: center;
        
        &::placeholder {
          color: #1D3754;
        }
      }
    }

    .row-2 {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
      max-width: 680px;
      margin: 0 auto 28px;
    }

    .row-1 {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      max-width: 680px;
      margin: 0 auto 28px;
    }

    .row-1-full {
      display: flex;
      flex-direction: column;
      margin: 0 0 28px;

      span {
        color: #fff;
        margin: 0 0 10px;
        text-align: center;
      }
    }

    .file-wrapper {
      max-width: 280px;
      margin: 0 auto 28px;

      .text {
        color: #fff;
        text-align: center;
        font-size: 12px;
        margin-top: 10px;
        display: block;
      }

      input {
        display: none;
      }

      label {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        gap: 12px;

        &:hover {

          span {
            color: #fff;
          }
        }

        span {
          color: #009BDE;
          margin: 0;
        }
      }
    }

    .file-wrapper.loaded {

      svg {
        display: none;
      }
    }

    .submit {
      width: 100%;
      max-width: 420px;
      margin: 0 auto;
      background-color: #009BDE;
      color: #fff;
      border-radius: 40px;
      padding: 16px 0 18px;
      border: 0;
      text-align: center;
      display: flex;
      height: auto;
      font-size: 18px;
      font-weight: bold;
    }

  }
}

@media (max-width: 768px) {
  .history-forms {
    padding: 60px 0 40px;

    .tabs {
      flex-direction: column;
      display: flex;
      gap: 10px;

      a {
        height: 60px;
      }
    }

    .tab-content {

      .row-3 {
        grid-template-columns: repeat(1, 1fr);
      }

      .row-2 {
        grid-template-columns: repeat(1, 1fr);
      }
    }
  }
}

details summary {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  text-decoration: underline;
}

details summary:hover {
  color: #1D3754;
}

details summary::after {
  content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 18 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.20312 40.0732L0.788915 38.2094L15.9917 18.1729L17.4059 20.0368L2.20312 40.0732Z' fill='%231D3754'%3E%3C/path%3E%3Cpath d='M0.788916 1.86419L2.20312 0.000340242L17.4059 20.0368L15.9917 21.9006L0.788916 1.86419Z' fill='%231D3754'%3E%3C/path%3E%3C/svg%3E");
  display: block;
  width: 20px;
  height: 20px;
  transform: rotate(90deg);
  margin: 0 0 0 10px;
  transition: transform 0.1s ease-in-out;
}

details[open] summary::after {
  transform: rotate(270deg);
}

details summary + div {
  padding-top: 20px;
} 

details summary + div p {
  margin: 0 0 10px;
}

details summary + div li {
  margin: 0 0 5px;
}
details summary + div li:last-child {
  margin: 0;
}

details summary + div ul {
  margin: 0 0 10px;
}

.new__content_faq > details {

  a {
    text-decoration: underline;
    color: #009BDE;
  }
  
  p {
    margin: 0 0 16px;
  }

  ul {
    padding: 0 0 0 20px;
    list-style: decimal;
    margin: 0 0 16px;
  }

  ol {
    padding: 0 0 0 20px;
    list-style: disc;
    margin: 0 0 16px;
  }

  li {
    margin-bottom: 5px;
    font-size: 18px;
  }

  *:last-child {
    margin: 0;
  }
}

@media (max-width: 1650px) {
  .new__content_faq > details {
    li {
      font-size: 16px;
    }
  }
}
/* End */


/* Start:/bitrix/templates/zgu_landing/css/main.css?170653195267180*/
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
/*========== Import: ==========*/
/*reset*/
*, *::after, *::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  font: inherit;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, hr {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: white;
  background-color: var(--color-bg, white);
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main, form legend {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
}

input:focus {
  outline: none;
}

button, input, textarea, select {
  margin: 0;
}

.btn, .form-control, .link, .reset {
  background-color: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  line-height: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
  overflow: auto;
  vertical-align: top;
}

input::-ms-clear {
  display: none;
}

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

img, video, svg {
  max-width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

/*/reset*/
/*@include bgSvg(your-png-file-without-extension);*/
/* Colors */
/*base*/
html, body {
  height: 100%;
}

body.landing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Montserrat", sans-serif;
  color: #22282F;
  height: 100%;
  overflow-x: hidden;
}

.wrapper-landing {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.landing-slide {
  margin-top: 114px;
}

@media (min-width: 991px) and (max-width: 1230px) {
  .landing-slide {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 991px) {
  .landing-slide {
    margin-top: 53.5px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container-landing {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*  transition: max-width 0.2s linear;*/
}

.content-landing {
  /* 1 flex-grow, 0 flex-shrink, auto flex-basis */
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
  word-break: break-word;
}

.footer-landing {
  /* 0 flex-grow, 0 flex-shrink, auto flex-basis */
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  word-break: break-word;
}

/*title*/
.title-landing {
  color: #004C97;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.title-landing.color-white {
  color: #FFF;
}

/*description*/
/*img*/
picture, img {
  display: block;
}

/*button*/
/*margin*/
.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mt-auto {
  margin-top: auto;
}

/*figure-block*/
/*block*/
/*tabs-block*/
/*swiper*/
.swiper-container, .swiper-container-person, .swiper-container-person-item, .swiper-container-sale, .swiper-container-text {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-slide {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
  margin: 0;
}

.swiper-slide img {
  /*    display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;*/
}

.no-display {
  display: none !important;
}

.display-only {
  display: block !important;
}

/*========== Components: ==========*/
.header-landing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F3F4F7;
}

.header-landing .video-bg {
  height: 450px;
  width: 100%;
  overflow: hidden;
  top: 0;
  position: relative;
}

@media (min-width: 390px) {
  .header-landing .video-bg {
    height: 900px;
    height: calc(0.55624 * 100vw + 233.06551px);
  }
}

@media (min-width: 1199px) {
  .header-landing .video-bg {
    height: 900px;
  }
}

.header-landing .video-bg video {
  position: absolute;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  left: 0;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.header-landing .video-bg__logo {
  width: 511px;
  height: 114px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 991px) {
  .header-landing .video-bg__logo {
    width: 360px;
    height: 75px;
  }
}

.header-landing .video-bg__logo-box {
  position: relative;
  z-index: 2;
  margin-top: 189px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 991px) and (max-width: 1230px) {
  .header-landing .video-bg__logo-box {
    margin: 150px auto auto auto;
  }
}

@media (max-width: 991px) {
  .header-landing .video-bg__logo-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 128px auto auto auto;
  }
}

.header-landing .video-bg__logo-text {
  font-size: 40px;
  background: #fff;
  color: red;
  font-weight: 600;
  padding: 5px 10px 5px 10px;
  text-transform: uppercase;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 991px) {
  .header-landing .video-bg__logo-text {
    font-size: 30px;
  }
}

.header-landing .video-bg__logo-top {
  position: relative;
  z-index: 2;
  width: 377px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 32px;
}

@media (max-width: 991px) {
  .header-landing .video-bg__logo-top {
    width: 176px;
    height: 32px;
    margin-left: 13px;
    margin-top: 18px;
  }
}

@media (min-width: 991px) and (max-width: 1230px) {
  .header-landing .video-bg__logo-top {
    margin-left: 20px;
  }
}

.header-landing__about {
  min-height: 386px;
  position: relative;
  margin-top: -312px;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top-right-radius: 97px;
  padding-top: 101px;
  padding-left: 59px;
  padding-right: 81px;
  background: #004C97 url(/images/maps.svg) no-repeat right 0;
}

@media (max-width: 991px) {
  .header-landing__about {
    margin-top: -68px;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 37px;
    padding-left: 23px;
    padding-right: 32px;
    min-height: 340px;
    background: #004C97 url(/images/maps-m.svg) no-repeat 53px bottom;
  }
}

@media (min-width: 991px) and (max-width: 1230px) {
  .header-landing__about {
    padding-top: 91px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.header-landing__about:before {
  position: absolute;
  background-image: url("data:image/svg+xml,%3csvg width='145' height='162' viewBox='0 0 145 162' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M104.576 20.9836L65.8087 95.2883L-8.59898e-06 83.5928L104.576 20.9836Z' fill='url(%23paint0_linear_0_369)'/%3e %3cpath d='M106 100.5L130.714 152.189L82.9999 122.399L106 100.5Z' fill='url(%23paint1_linear_0_369)'/%3e %3cdefs%3e %3clinearGradient id='paint0_linear_0_369' x1='32' y1='94' x2='122' y2='33' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23004C97'/%3e %3cstop offset='1' stop-color='%230076C7'/%3e %3c/linearGradient%3e %3clinearGradient id='paint1_linear_0_369' x1='130.065' y1='114.086' x2='121.655' y2='163.513' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%230076C7'/%3e %3cstop offset='1' stop-color='%23004E9A'/%3e %3c/linearGradient%3e %3c/defs%3e %3c/svg%3e");
  background-repeat: no-repeat;
  content: "";
  width: 145px;
  height: 162px;
  right: 97px;
  bottom: -109px;
}

@media (max-width: 991px) {
  .header-landing__about:before {
    right: 53px;
    bottom: -70px;
    width: 94px;
    height: 105px;
    background-size: 94px 105px;
  }
}

.header-landing__about-href {
  color: rgba(255, 255, 255, 0.27);
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 161.518%;
  /* 25.843px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 49px;
  top: 47px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}

.header-landing__about-href:after {
  content: "";
  background-image: url("data:image/svg+xml,%3csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath id='Arrow 3' d='M9.5 1C9.5 0.723858 9.27614 0.5 9 0.5L4.5 0.5C4.22386 0.5 4 0.723858 4 1C4 1.27614 4.22386 1.5 4.5 1.5L8.5 1.5L8.5 5.5C8.5 5.77614 8.72386 6 9 6C9.27614 6 9.5 5.77614 9.5 5.5L9.5 1ZM1.35355 9.35355L9.35355 1.35355L8.64645 0.646447L0.646447 8.64645L1.35355 9.35355Z' fill='white' fill-opacity='0.27'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
}

@media (max-width: 991px) {
  .header-landing__about-href {
    position: relative;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 161.518%;
    text-align: left;
    right: inherit;
    top: inherit;
    margin-top: 34px;
  }
}

.header-landing__about-content {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  line-height: 161.518%;
  /* 32.304px */
}

@media (max-width: 991px) {
  .header-landing__about-content {
    font-size: 14px;
  }
}

.header-landing__about-content a {
  text-decoration-line: underline;
  font-weight: 700;
}

.header-landing__about .title-landing__about {
  margin-bottom: 28px;
}

@media (max-width: 991px) {
  .header-landing__about .title-landing__about {
    color: #FFF;
    margin-bottom: 12px;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}

.footer {
  background: #fff;
}

.footer__wrapper {
  min-height: 216px;
  position: relative;
}

.footer__row {
  margin-left: 30px;
  padding-top: 47px;
}

@media (max-width: 1199px) {
  .footer__row {
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    padding-top: 30px;
  }
}

.footer__box-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1199px) {
  .footer__box-logo {
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    gap: 20px;
  }
}

@media (max-width: 1199px) {
  .footer__logo-7days {
    width: 66px;
    height: 20px;
  }
}

.footer__logo-auchan {
  margin-top: -4px;
}

@media (max-width: 1199px) {
  .footer__logo-auchan {
    width: 55px;
    height: 20px;
    margin-top: -1px;
  }
}

.footer__copy {
  color: #454444;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  margin-top: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 16.8px */
}

@media (max-width: 1199px) {
  .footer__copy {
    margin-top: 16px;
  }
}

.footer__social {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
}

@media (max-width: 1199px) {
  .footer__social {
    margin-top: 20px;
  }
}

.value-landing {
  background: #F3F4F7;
  padding-top: 88px;
}

@media (max-width: 991px) {
  .value-landing {
    padding: 43px 15px 60px;
  }
}

.value-landing .title-landing__value {
  position: relative;
}

.value-landing .title-landing__value:before {
  position: absolute;
  background-image: url("data:image/svg+xml,%3csvg width='259' height='273' viewBox='0 0 259 273' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M138.91 200.976L1.40464 176.538L219.914 45.7183L138.91 200.976Z' stroke='%23004C97' stroke-opacity='0.25'/%3e %3cpath d='M235.698 227.252L168.903 266.304L214.141 132.659L235.698 227.252Z' stroke='%23004C97' stroke-opacity='0.25'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
  content: "";
  width: 259px;
  height: 273px;
  left: -169px;
  top: 66px;
}

@media (max-width: 991px) {
  .value-landing .title-landing__value:before {
    display: none;
  }
}

@media (min-width: 991px) and (max-width: 1230px) {
  .value-landing .title-landing__value {
    margin-left: 20px;
  }
}

@media (max-width: 991px) {
  .value-landing .title-landing__value {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
  }
}

.value-landing__box {
  min-height: 564px;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media (max-width: 991px) {
  .value-landing__box {
    max-width: inherit;
    top: inherit;
    right: inherit;
    min-height: inherit;
    left: inherit;
  }
}

.value-landing__box-item {
  max-width: 304px;
  position: absolute;
}

@media (max-width: 991px) {
  .value-landing__box-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    margin-bottom: 12px;
  }
}

.value-landing__box-item:before {
  content: "";
  position: absolute;
  width: 54px;
  height: 54px;
  border-radius: 500px;
  border: 2px solid #144577;
}

@media (max-width: 991px) {
  .value-landing__box-item:before {
    content: "";
    position: relative;
    width: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 54px;
    border-radius: 500px;
    border: 2px solid #144577;
  }
}

.value-landing__box-item.item1 {
  top: -153px;
  left: 323px;
}

@media (max-width: 991px) {
  .value-landing__box-item.item1 {
    left: inherit;
    top: inherit;
    bottom: inherit;
    right: inherit;
  }
}

.value-landing__box-item.item1:before {
  bottom: -80px;
  left: 125px;
  background: #F3F4F7 url("data:image/svg+xml,%3csvg width='23' height='26' viewBox='0 0 23 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M0.0510067 26L11.5001 22.75L22.9492 26C22.9492 26 23.0637 24.687 22.9492 22.75L11.5001 19.1929L0.0510069 22.75C-0.0634844 24.687 0.0510067 26 0.0510067 26ZM22.7399 21.0454C22.1265 14.6803 19.84 3.97638 11.5001 9.01987e-07C3.16026 3.978 0.873709 14.6802 0.260363 21.0454L11.5001 16.8464L22.7399 21.0454Z' fill='%23144577'/%3e %3c/svg%3e") no-repeat center center;
}

@media (max-width: 991px) {
  .value-landing__box-item.item1:before {
    left: inherit;
    top: inherit;
    right: inherit;
    bottom: inherit;
  }
}

.value-landing__box-item.item2 {
  top: 63px;
  right: -14px;
}

@media (max-width: 991px) {
  .value-landing__box-item.item2 {
    left: inherit;
    top: inherit;
    bottom: inherit;
    right: inherit;
  }
}

.value-landing__box-item.item2:before {
  top: -12px;
  left: -90px;
  background: #F3F4F7 url("data:image/svg+xml,%3csvg width='22' height='26' viewBox='0 0 22 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M11 17.7895C4.9225 17.7895 0 20.2389 0 23.2632V26H22V23.2632C22 20.2389 17.0775 17.7895 11 17.7895ZM5.5 9.57895C5.5 11.0307 6.07946 12.4229 7.11091 13.4494C8.14236 14.4759 9.54131 15.0526 11 15.0526C12.4587 15.0526 13.8576 14.4759 14.8891 13.4494C15.9205 12.4229 16.5 11.0307 16.5 9.57895M10.3125 0C9.9 0 9.625 0.287368 9.625 0.684211V4.78947H8.25V1.36842C8.25 1.36842 5.15625 2.54526 5.15625 6.5C5.15625 6.5 4.125 6.69158 4.125 8.21053H17.875C17.8062 6.69158 16.8438 6.5 16.8438 6.5C16.8438 2.54526 13.75 1.36842 13.75 1.36842V4.78947H12.375V0.684211C12.375 0.287368 12.1138 0 11.6875 0H10.3125Z' fill='%23144577'/%3e %3c/svg%3e") no-repeat center center;
}

@media (max-width: 991px) {
  .value-landing__box-item.item2:before {
    left: inherit;
    top: inherit;
    right: inherit;
    bottom: inherit;
  }
}

.value-landing__box-item.item2 .value-landing__box-content, .value-landing__box-item.item2 .value-landing__box-title {
  text-align: left;
}

.value-landing__box-item.item3 {
  top: 214px;
  right: -14px;
}

@media (max-width: 991px) {
  .value-landing__box-item.item3 {
    left: inherit;
    top: inherit;
    bottom: inherit;
    right: inherit;
  }
}

.value-landing__box-item.item3:before {
  top: -22px;
  left: -89px;
  background: #F3F4F7 url("data:image/svg+xml,%3csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M15.8712 4H25V8H19.7835V13.3333H14.567V18.6667H9.35055V24H0.221701V20H5.43818V14.6667H10.6547V9.33333H15.8712V4ZM9.57225 4.88L2.38654 12.2267L0 9.78667L7.18571 2.44L4.78612 0H11.9588V7.33333L9.57225 4.88Z' fill='%23144577'/%3e %3c/svg%3e") no-repeat center center;
}

@media (max-width: 991px) {
  .value-landing__box-item.item3:before {
    left: inherit;
    top: inherit;
    right: inherit;
    bottom: inherit;
  }
}

.value-landing__box-item.item3 .value-landing__box-content, .value-landing__box-item.item3 .value-landing__box-title {
  text-align: left;
}

.value-landing__box-item.item4 {
  bottom: 118px;
  right: 350px;
}

@media (max-width: 991px) {
  .value-landing__box-item.item4 {
    left: inherit;
    top: inherit;
    bottom: inherit;
    right: inherit;
  }
}

.value-landing__box-item.item4:before {
  top: -80px;
  left: 97px;
  background: #F3F4F7 url("data:image/svg+xml,%3csvg width='32' height='29' viewBox='0 0 32 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M14.9332 14.4918C14.9332 13.328 14.5165 12.3345 13.6832 11.5111C12.8499 10.6877 11.8443 10.276 10.6665 10.276C9.48877 10.276 8.48321 10.6877 7.64988 11.5111C6.81655 12.3345 6.39988 13.328 6.39988 14.4918C6.39988 15.6555 6.81655 16.6491 7.64988 17.4725C8.48321 18.2959 9.48877 18.7076 10.6665 18.7076C11.8443 18.7076 12.8499 18.2959 13.6832 17.4725C14.5165 16.6491 14.9332 15.6555 14.9332 14.4918ZM27.7332 22.9233C27.7332 22.3525 27.5221 21.8584 27.0999 21.4412C26.6777 21.024 26.1777 20.8154 25.5999 20.8154C25.0221 20.8154 24.5221 21.024 24.0999 21.4412C23.6777 21.8584 23.4665 22.3525 23.4665 22.9233C23.4665 23.5052 23.6749 24.002 24.0915 24.4137C24.5082 24.8254 25.011 25.0312 25.5999 25.0312C26.1888 25.0312 26.6915 24.8254 27.1082 24.4137C27.5249 24.002 27.7332 23.5052 27.7332 22.9233ZM27.7332 6.06019C27.7332 5.48931 27.5221 4.99527 27.0999 4.57808C26.6777 4.16089 26.1777 3.9523 25.5999 3.9523C25.0221 3.9523 24.5221 4.16089 24.0999 4.57808C23.6777 4.99527 23.4665 5.48931 23.4665 6.06019C23.4665 6.64206 23.6749 7.13884 24.0915 7.55054C24.5082 7.96224 25.011 8.16809 25.5999 8.16809C26.1888 8.16809 26.6915 7.96224 27.1082 7.55054C27.5249 7.13884 27.7332 6.64206 27.7332 6.06019ZM21.3332 12.9932V16.0397C21.3332 16.1495 21.2943 16.2566 21.2165 16.3609C21.1388 16.4652 21.0499 16.5228 20.9499 16.5338L18.3665 16.929C18.2443 17.3133 18.0665 17.7305 17.8332 18.1806C18.211 18.7076 18.711 19.3388 19.3332 20.0744C19.411 20.1952 19.4499 20.3049 19.4499 20.4037C19.4499 20.5355 19.411 20.6398 19.3332 20.7166C19.0777 21.046 18.6193 21.5373 17.9582 22.1905C17.2971 22.8437 16.861 23.1704 16.6499 23.1704C16.5277 23.1704 16.411 23.1319 16.2999 23.0551L14.3832 21.573C13.9721 21.7816 13.5443 21.9517 13.0999 22.0835C12.9777 23.2692 12.8499 24.12 12.7165 24.636C12.6388 24.8995 12.4721 25.0312 12.2165 25.0312H9.11654C8.99432 25.0312 8.88321 24.9901 8.78321 24.9077C8.68321 24.8254 8.62766 24.7293 8.61654 24.6195L8.23321 22.0999C7.85543 21.9902 7.43877 21.82 6.98321 21.5894L5.01654 23.0551C4.93877 23.1319 4.82766 23.1704 4.68321 23.1704C4.56099 23.1704 4.44432 23.1264 4.33321 23.0386C2.73321 21.5785 1.93321 20.7002 1.93321 20.4037C1.93321 20.3049 1.9721 20.2006 2.04988 20.0909C2.16099 19.9372 2.38877 19.6462 2.73321 19.2181C3.07766 18.7899 3.33877 18.455 3.51654 18.2135C3.26099 17.7305 3.06654 17.2803 2.93321 16.8631L0.399878 16.4679C0.288767 16.4569 0.194322 16.4048 0.116545 16.3115C0.0387668 16.2182 -0.00012207 16.1111 -0.00012207 15.9903V12.9438C-0.00012207 12.834 0.0387668 12.727 0.116545 12.6227C0.194322 12.5184 0.283211 12.4607 0.383211 12.4497L2.96654 12.0545C3.08877 11.6703 3.26654 11.2531 3.49988 10.803C3.1221 10.276 2.6221 9.64471 1.99988 8.90914C1.9221 8.78838 1.88321 8.67859 1.88321 8.57978C1.88321 8.44804 1.9221 8.33826 1.99988 8.25043C2.24432 7.92107 2.69988 7.43252 3.36654 6.78478C4.03321 6.13704 4.4721 5.81317 4.68321 5.81317C4.80543 5.81317 4.9221 5.8516 5.03321 5.92845L6.94988 7.41056C7.32766 7.21295 7.75543 7.03729 8.23321 6.88359C8.35543 5.6979 8.48321 4.85255 8.61654 4.34753C8.69432 4.08404 8.86099 3.9523 9.11654 3.9523H12.2165C12.3388 3.9523 12.4499 3.99347 12.5499 4.07581C12.6499 4.15815 12.7054 4.25421 12.7165 4.364L13.0999 6.88359C13.4777 6.99337 13.8943 7.16354 14.3499 7.39409L16.3165 5.92845C16.4054 5.8516 16.5165 5.81317 16.6499 5.81317C16.7721 5.81317 16.8888 5.85709 16.9999 5.94492C18.5999 7.40507 19.3999 8.28336 19.3999 8.57978C19.3999 8.66761 19.361 8.77191 19.2832 8.89267C19.1499 9.06833 18.9165 9.36476 18.5832 9.78194C18.2499 10.1991 17.9999 10.5285 17.8332 10.77C18.0888 11.297 18.2777 11.7471 18.3999 12.1204L20.9332 12.4991C21.0443 12.5211 21.1388 12.5787 21.2165 12.6721C21.2943 12.7654 21.3332 12.8724 21.3332 12.9932ZM31.9999 21.7706V24.0761C31.9999 24.2518 31.1721 24.4219 29.5165 24.5866C29.3832 24.883 29.2165 25.1685 29.0165 25.4429C29.5832 26.6835 29.8665 27.441 29.8665 27.7155C29.8665 27.7594 29.8443 27.7978 29.7999 27.8308C28.4443 28.6103 27.7554 29 27.7332 29C27.6443 29 27.3888 28.742 26.9665 28.226C26.5443 27.71 26.2554 27.3367 26.0999 27.1062C25.8777 27.1281 25.711 27.1391 25.5999 27.1391C25.4888 27.1391 25.3221 27.1281 25.0999 27.1062C24.9443 27.3367 24.6554 27.71 24.2332 28.226C23.811 28.742 23.5554 29 23.4665 29C23.4443 29 22.7554 28.6103 21.3999 27.8308C21.3554 27.7978 21.3332 27.7594 21.3332 27.7155C21.3332 27.441 21.6165 26.6835 22.1832 25.4429C21.9832 25.1685 21.8165 24.883 21.6832 24.5866C20.0277 24.4219 19.1999 24.2518 19.1999 24.0761V21.7706C19.1999 21.5949 20.0277 21.4248 21.6832 21.2601C21.8277 20.9417 21.9943 20.6563 22.1832 20.4037C21.6165 19.1632 21.3332 18.4056 21.3332 18.1312C21.3332 18.0873 21.3554 18.0488 21.3999 18.0159C21.4443 17.9939 21.6388 17.8842 21.9832 17.6865C22.3277 17.4889 22.6554 17.3023 22.9665 17.1266C23.2777 16.951 23.4443 16.8631 23.4665 16.8631C23.5554 16.8631 23.811 17.1184 24.2332 17.6289C24.6554 18.1394 24.9443 18.5099 25.0999 18.7405C25.3221 18.7185 25.4888 18.7076 25.5999 18.7076C25.711 18.7076 25.8777 18.7185 26.0999 18.7405C26.6665 17.961 27.1777 17.3462 27.6332 16.8961L27.7332 16.8631C27.7777 16.8631 28.4665 17.2474 29.7999 18.0159C29.8443 18.0488 29.8665 18.0873 29.8665 18.1312C29.8665 18.4056 29.5832 19.1632 29.0165 20.4037C29.2054 20.6563 29.3721 20.9417 29.5165 21.2601C31.1721 21.4248 31.9999 21.5949 31.9999 21.7706ZM31.9999 4.90744V7.21295C31.9999 7.38861 31.1721 7.55877 29.5165 7.72345C29.3832 8.01988 29.2165 8.30532 29.0165 8.57978C29.5832 9.82037 29.8665 10.5779 29.8665 10.8524C29.8665 10.8963 29.8443 10.9347 29.7999 10.9676C28.4443 11.7471 27.7554 12.1369 27.7332 12.1369C27.6443 12.1369 27.3888 11.8789 26.9665 11.3629C26.5443 10.8469 26.2554 10.4736 26.0999 10.243C25.8777 10.265 25.711 10.276 25.5999 10.276C25.4888 10.276 25.3221 10.265 25.0999 10.243C24.9443 10.4736 24.6554 10.8469 24.2332 11.3629C23.811 11.8789 23.5554 12.1369 23.4665 12.1369C23.4443 12.1369 22.7554 11.7471 21.3999 10.9676C21.3554 10.9347 21.3332 10.8963 21.3332 10.8524C21.3332 10.5779 21.6165 9.82037 22.1832 8.57978C21.9832 8.30532 21.8165 8.01988 21.6832 7.72345C20.0277 7.55877 19.1999 7.38861 19.1999 7.21295V4.90744C19.1999 4.73178 20.0277 4.56161 21.6832 4.39693C21.8277 4.07855 21.9943 3.79311 22.1832 3.5406C21.6165 2.30002 21.3332 1.54249 21.3332 1.26803C21.3332 1.22412 21.3554 1.18569 21.3999 1.15275C21.4443 1.1308 21.6388 1.02101 21.9832 0.823396C22.3277 0.625781 22.6554 0.439144 22.9665 0.263487C23.2777 0.0878289 23.4443 0 23.4665 0C23.5554 0 23.811 0.255253 24.2332 0.765758C24.6554 1.27626 24.9443 1.64679 25.0999 1.87734C25.3221 1.85539 25.4888 1.84441 25.5999 1.84441C25.711 1.84441 25.8777 1.85539 26.0999 1.87734C26.6665 1.09786 27.1777 0.483059 27.6332 0.0329358L27.7332 0C27.7777 0 28.4665 0.384251 29.7999 1.15275C29.8443 1.18569 29.8665 1.22412 29.8665 1.26803C29.8665 1.54249 29.5832 2.30002 29.0165 3.5406C29.2054 3.79311 29.3721 4.07855 29.5165 4.39693C31.1721 4.56161 31.9999 4.73178 31.9999 4.90744Z' fill='%23144577'/%3e %3c/svg%3e") no-repeat center center;
}

@media (max-width: 991px) {
  .value-landing__box-item.item4:before {
    left: inherit;
    top: inherit;
    right: inherit;
    bottom: inherit;
  }
}

.value-landing__box-item.item4 .value-landing__box-content {
  max-width: 250px;
}

@media (max-width: 991px) {
  .value-landing__box-item.item4 .value-landing__box-content {
    max-width: inherit;
  }
}

.value-landing__box-item.item5 {
  bottom: 249px;
  left: -14px;
}

@media (max-width: 991px) {
  .value-landing__box-item.item5 {
    left: inherit;
    top: inherit;
    bottom: inherit;
    right: inherit;
  }
}

.value-landing__box-item.item5:before {
  top: -22px;
  right: -90px;
  background: #F3F4F7 url("data:image/svg+xml,%3csvg width='32' height='19' viewBox='0 0 32 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M21.735 0H17.44C17.04 0 16.655 0.148384 16.36 0.415474L11.445 4.86698C11.44 4.87193 11.435 4.88182 11.43 4.88677C10.6 5.65836 10.615 6.88995 11.325 7.6566C11.96 8.34411 13.295 8.52712 14.13 7.79014C14.135 7.7852 14.145 7.7852 14.15 7.78025L18.145 4.15969C18.47 3.86787 18.98 3.88765 19.275 4.20915C19.575 4.53065 19.55 5.03021 19.225 5.32697L17.92 6.5091L25.2 12.3554C25.345 12.4741 25.475 12.6027 25.595 12.7363V3.16552L22.865 0.464936C22.57 0.168168 22.16 0 21.735 0ZM27.2 3.17541V14.2498C27.2 15.1252 27.915 15.8325 28.8 15.8325H32V3.17541H27.2ZM29.6 14.2498C29.16 14.2498 28.8 13.8937 28.8 13.4584C28.8 13.0231 29.16 12.667 29.6 12.667C30.04 12.667 30.4 13.0231 30.4 13.4584C30.4 13.8937 30.04 14.2498 29.6 14.2498ZM0 15.8276H3.2C4.085 15.8276 4.8 15.1203 4.8 14.2448V3.17541H0V15.8276ZM2.4 12.667C2.84 12.667 3.2 13.0231 3.2 13.4584C3.2 13.8937 2.84 14.2498 2.4 14.2498C1.96 14.2498 1.6 13.8937 1.6 13.4584C1.6 13.0182 1.96 12.667 2.4 12.667ZM24.195 13.587L16.73 7.5923L15.23 8.95248C13.745 10.2929 11.47 10.1643 10.145 8.73485C8.8 7.28069 8.905 5.03021 10.365 3.70465L14.455 0H10.265C9.84 0 9.435 0.168168 9.135 0.464936L6.4 3.16552V14.2399H7.315L11.84 18.2908C13.21 19.3937 15.225 19.186 16.34 17.8308L16.35 17.8209L17.245 18.5875C18.04 19.2305 19.215 19.1069 19.86 18.3204L21.43 16.4112L21.7 16.6289C22.385 17.1779 23.395 17.079 23.95 16.3964L24.425 15.8177C24.985 15.1351 24.88 14.141 24.195 13.587Z' fill='%23144577'/%3e %3c/svg%3e") no-repeat center center;
}

@media (max-width: 991px) {
  .value-landing__box-item.item5:before {
    left: inherit;
    top: inherit;
    right: inherit;
    bottom: inherit;
  }
}

.value-landing__box-item.item5 .value-landing__box-content, .value-landing__box-item.item5 .value-landing__box-title {
  text-align: right;
}

@media (max-width: 991px) {
  .value-landing__box-item.item5 .value-landing__box-content, .value-landing__box-item.item5 .value-landing__box-title {
    text-align: left;
  }
}

.value-landing__box-item.item6 {
  top: 63px;
  left: -14px;
}

@media (max-width: 991px) {
  .value-landing__box-item.item6 {
    left: inherit;
    top: inherit;
    bottom: inherit;
    right: inherit;
  }
}

.value-landing__box-item.item6:before {
  top: -11px;
  right: -90px;
  background: #F3F4F7 url("data:image/svg+xml,%3csvg width='25' height='26' viewBox='0 0 25 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M19.6673 26L19.6673 7.69036L25 7.69036L19.6672 -4.66207e-07L15.5622 -8.25079e-07L18.0814 8.05989L15.4171 8.05989L15.4171 26L19.6672 26L19.6673 26ZM14.4258 26L14.4258 7.05146L16.726 7.05146L14.5221 -9.16011e-07L10.2592 -1.28868e-06L8.05525 7.05146L10.3554 7.05146L10.3553 26L14.4258 26ZM9.36407 26L9.36407 8.05989L6.6999 8.05989L9.21893 -1.37962e-06L5.33241 -1.7194e-06L1.60068e-06 7.69036L5.33241 7.69036L5.33241 26L9.36396 26L9.36407 26Z' fill='%23144577'/%3e %3c/svg%3e") no-repeat center center;
}

@media (max-width: 991px) {
  .value-landing__box-item.item6:before {
    left: inherit;
    top: inherit;
    right: inherit;
    bottom: inherit;
  }
}

.value-landing__box-item.item6 .value-landing__box-content, .value-landing__box-item.item6 .value-landing__box-title {
  text-align: right;
}

@media (max-width: 991px) {
  .value-landing__box-item.item6 .value-landing__box-content, .value-landing__box-item.item6 .value-landing__box-title {
    text-align: left;
  }
}

@media (max-width: 991px) {
  .value-landing__box-item {
    max-width: inherit;
    top: inherit;
    right: inherit;
    left: inherit;
    position: relative;
  }
}

.value-landing__box-title {
  color: #144577;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 5px;
}

@media (max-width: 991px) {
  .value-landing__box-title {
    text-align: left;
    font-size: 16px;
    margin-top: 4px;
  }
}

.value-landing__box-content {
  color: #144577;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

@media (max-width: 991px) {
  .value-landing__box-content {
    text-align: left;
    font-size: 14px;
  }
}

.value-landing__circle {
  border-radius: 295px;
  border: 2px solid #144577;
  width: 295px;
  height: 295px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  margin-top: 187px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 991px) {
  .value-landing__circle {
    display: none;
  }
}

.value-landing__circle-small {
  width: 168px;
  height: 168px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 295px;
  border: 2px solid #144577;
  background: url(/images/value-landing.png) no-repeat center center;
}

@media (max-width: 991px) {
  .value-landing__circle-small {
    display: none;
  }
}

.working-landing {
  padding-top: 88px;
  position: relative;
  z-index: 4;
}

@media (min-width: 991px) and (max-width: 1230px) {
  .working-landing {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 991px) {
  .working-landing {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 45px;
    margin-bottom: 42px;
  }
  .working-landing .title-landing {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}

.working-landing__box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  margin-top: 72px;
  grid-row-gap: 39px;
}

@media (max-width: 991px) {
  .working-landing__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 44px;
    grid-column-gap: 0;
    grid-row-gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 33px;
  }
}

.working-landing__item {
  height: 197px;
  background: #F3F4F7;
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top-right-radius: 50px;
  color: #5C5C5C;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  padding-left: 67px;
  padding-right: 65px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.working-landing__item b {
  font-weight: 700;
}

@media (max-width: 991px) {
  .working-landing__item b {
    display: contents;
  }
}

@media (max-width: 991px) {
  .working-landing__item {
    font-size: 14px;
    height: 145px;
    padding-left: 29px;
    margin-left: 12px;
    padding-right: 25px;
  }
}

.working-landing__num {
  background: #004C97;
  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;
  color: #FFF;
  width: 53px;
  height: 53px;
  text-align: center;
  font-size: 20px;
  border-top-right-radius: 10px;
  font-style: normal;
  font-weight: 700;
  position: absolute;
  left: -19px;
  top: -23px;
  line-height: normal;
}

@media (max-width: 991px) {
  .working-landing__num {
    width: 34px;
    left: -12px;
    top: -14px;
    height: 34px;
    font-size: 16px;
  }
}

.social-landing {
  background: url(/images/social-bg.jpg) no-repeat -53px 14px;
  margin-top: -143px;
  z-index: 2;
  min-height: 943px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

@media (max-width: 991px) {
  .social-landing {
    margin-top: 0;
    min-height: 729px;
    padding-bottom: 54px;
  }
}

@media (max-width: 690px) {
  .social-landing {
    background: url(/images/social-bg.jpg) no-repeat -1173px -150px;
  }
}

.social-landing:before {
  content: "";
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 248px;
  z-index: 2;
  background-image: url("data:image/svg+xml,%3csvg width='1920' height='248' viewBox='0 0 1920 248' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M1920 0H0V248H1063.37L1442.5 29.5L1353.2 248H1920V0Z' fill='white'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .social-landing:before {
    background: url("data:image/svg+xml,%3csvg width='1000' height='96' viewBox='0 0 1000 96' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M304.5 0H0V96H218L304.5 0ZM304.5 96H1000V0H304.5V96Z' fill='white'/%3e %3c/svg%3e") no-repeat 0 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 96px;
  }
}

.social-landing:after {
  background: rgba(20, 69, 119, 0.6);
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
}

.social-landing .title-landing {
  position: relative;
  z-index: 5;
}

.social-landing .title-landing__social {
  margin-top: 91px;
}

@media (max-width: 991px) {
  .social-landing .title-landing__social {
    margin-top: 60px;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-left: 15px;
  }
}

.social-landing .wrapper-landing {
  position: relative;
}

.social-landing .wrapper-landing__social {
  position: relative;
}

@media (min-width: 991px) and (max-width: 1230px) {
  .social-landing .wrapper-landing__social {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.social-landing .wrapper-landing__social:before {
  background-image: url("data:image/svg+xml,%3csvg width='165' height='185' viewBox='0 0 165 185' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M128.138 25.7112L80.6355 116.757L-6.09654e-06 102.426L128.138 25.7112Z' fill='%23004C97'/%3e %3cpath d='M88.3246 179.763L118.702 116.475L126.895 184.91L88.3246 179.763Z' fill='url(%23paint0_linear_0_147)'/%3e %3cpath d='M140.661 71.8238L161.032 85.3906L125.384 90.9456L140.661 71.8238Z' fill='url(%23paint1_linear_0_147)'/%3e %3cdefs%3e %3clinearGradient id='paint0_linear_0_147' x1='82.8182' y1='146.353' x2='136.471' y2='116.43' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%230076C7'/%3e %3cstop offset='1' stop-color='%23004E9A'/%3e %3c/linearGradient%3e %3clinearGradient id='paint1_linear_0_147' x1='139.869' y1='66.7375' x2='163.754' y2='93.4479' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%230076C7'/%3e %3cstop offset='1' stop-color='%23004E9A'/%3e %3c/linearGradient%3e %3c/defs%3e %3c/svg%3e");
  background-repeat: no-repeat;
  width: 165px;
  height: 185px;
  top: -273px;
  left: 807px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  z-index: 4;
  content: "";
}

@media (max-width: 991px) {
  .social-landing .wrapper-landing__social:before {
    width: 124px;
    height: 132px;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg width='124' height='132' viewBox='0 0 124 132' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cg id='Group 29'%3e %3cpath id='Polygon 5' d='M76.726 20.4721L64.5739 79.7235L16.5906 84.6694L76.726 20.4721Z' fill='%23004C97'/%3e %3cpath id='Polygon 6' d='M79.1339 114.157L86.0847 73.3978L101.809 110.824L79.1339 114.157Z' fill='url(%23paint0_linear_56_208)'/%3e %3cpath id='Polygon 7' d='M91.2871 44.5562L105.02 48.9392L85.7331 57.8591L91.2871 44.5562Z' fill='url(%23paint1_linear_56_208)'/%3e %3c/g%3e %3cdefs%3e %3clinearGradient id='paint0_linear_56_208' x1='70.604' y1='96.1294' x2='96.1394' y2='70.494' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%230076C7'/%3e %3cstop offset='1' stop-color='%23004E9A'/%3e %3c/linearGradient%3e %3clinearGradient id='paint1_linear_56_208' x1='90.0145' y1='41.8044' x2='107.867' y2='53.0609' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%230076C7'/%3e %3cstop offset='1' stop-color='%23004E9A'/%3e %3c/linearGradient%3e %3c/defs%3e %3c/svg%3e");
    background-repeat: no-repeat;
    top: -133px;
    left: 158px;
  }
}

.social-landing__box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 90px;
  position: relative;
  z-index: 5;
  grid-column-gap: 58px;
  grid-row-gap: 49px;
}

@media (min-width: 991px) and (max-width: 1230px) {
  .social-landing__box {
    grid-row-gap: 29px;
  }
}

@media (min-width: 991px) and (max-width: 1230px) {
  .social-landing__box {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991px) {
  .social-landing__box {
    grid-template-columns: 1fr;
    margin-top: 37px;
    padding-left: 15px;
    grid-column-gap: 0;
    grid-row-gap: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.social-landing__item {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.social-landing__item:before {
  width: 53px;
  height: 53px;
  background: #fff url("data:image/svg+xml,%3csvg width='29' height='23' viewBox='0 0 29 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M24.4688 0L10.875 13.8L4.53125 7.36L0 11.96L10.875 23L29 4.6L24.4688 0Z' fill='url(%23paint0_linear_0_155)'/%3e %3cdefs%3e %3clinearGradient id='paint0_linear_0_155' x1='0' y1='0' x2='29' y2='26' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23144577'/%3e %3cstop offset='1' stop-color='%230076C7'/%3e %3c/linearGradient%3e %3c/defs%3e %3c/svg%3e") no-repeat center center;
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-top-right-radius: 11px;
}

@media (max-width: 991px) {
  .social-landing__item:before {
    width: 35px;
    height: 35px;
    background: #fff url("data:image/svg+xml,%3csvg width='29' height='23' viewBox='0 0 29 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M24.4688 0L10.875 13.8L4.53125 7.36L0 11.96L10.875 23L29 4.6L24.4688 0Z' fill='url(%23paint0_linear_0_155)'/%3e %3cdefs%3e %3clinearGradient id='paint0_linear_0_155' x1='0' y1='0' x2='29' y2='26' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23144577'/%3e %3cstop offset='1' stop-color='%230076C7'/%3e %3c/linearGradient%3e %3c/defs%3e %3c/svg%3e") no-repeat center center;
    background-size: 16px 13px;
  }
}

.social-landing__item b {
  font-weight: 600;
}

.social-landing__item-content {
  max-width: 282px;
}

@media (max-width: 991px) {
  .social-landing__item-content {
    max-width: inherit;
    padding-right: 15px;
  }
}

@media (max-width: 991px) {
  .social-landing__item {
    font-size: 14px;
  }
}

.career-landing {
  padding-top: 89px;
}

@media (min-width: 991px) and (max-width: 1230px) {
  .career-landing {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 991px) {
  .career-landing {
    padding-top: 44px;
  }
}

@media (max-width: 991px) {
  .career-landing .title-landing {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-left: 15px;
  }
}

.career-landing__subtitle {
  color: #004C97;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 14px;
}

@media (max-width: 991px) {
  .career-landing__subtitle {
    padding-left: 15px;
    margin-top: 11px;
    font-size: 16px;
  }
}

.career-landing__box {
  margin-top: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}

@media (max-width: 991px) {
  .career-landing__box {
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 30px;
  }
}

.career-landing__item {
  background: linear-gradient(105deg, #004C97 -0.49%, #0076C7 105.98%);
  min-height: 197px;
  border-top-right-radius: 45px;
  position: relative;
  display: grid;
  grid-template-columns: 225px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 88px 0 68px;
  grid-column-gap: 90px;
}

@media (min-width: 991px) and (max-width: 1230px) {
  .career-landing__item {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

@media (max-width: 991px) {
  .career-landing__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding: 44px 25px 42px 25px;
  }
}

.career-landing__item:before {
  position: absolute;
  background-image: url("data:image/svg+xml,%3csvg width='259' height='197' viewBox='0 0 259 197' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M138.91 182.976L1.40464 158.538L219.914 27.7183L138.91 182.976Z' stroke='white' stroke-opacity='0.15'/%3e %3cpath d='M235.698 209.252L168.903 248.304L214.141 114.659L235.698 209.252Z' stroke='white' stroke-opacity='0.15'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
  width: 259px;
  height: 197px;
  content: "";
  left: 9px;
  top: 0;
}

@media (max-width: 991px) {
  .career-landing__item:before {
    background: url("data:image/svg+xml,%3csvg width='136' height='146' viewBox='0 0 136 146' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cg id='Group 30'%3e %3cpath id='Polygon 5' d='M90.9194 98.4873L1.40462 82.5787L143.652 -2.5839L90.9194 98.4873Z' stroke='white' stroke-opacity='0.15'/%3e %3cpath id='Polygon 6' d='M154.233 115.81L110.976 141.101L140.273 54.5518L154.233 115.81Z' stroke='white' stroke-opacity='0.15'/%3e %3c/g%3e %3c/svg%3e") no-repeat;
    right: 0;
    width: 136px;
    height: 146px;
    top: 0;
    left: inherit;
  }
}

.career-landing__item-title {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: -8px;
}

@media (max-width: 991px) {
  .career-landing__item-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
  }
  .career-landing__item-title br {
    display: none;
  }
}

.career-landing__item-content {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

@media (max-width: 991px) {
  .career-landing__item-content {
    font-size: 14px;
  }
}

.career-landing__item-content b {
  font-weight: 700;
}

.video-preview-landing {
  margin-top: 143px;
}

@media (max-width: 991px) {
  .video-preview-landing {
    margin-top: 53px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.video-preview-landing__box {
  height: 676px;
  overflow: hidden;
  border-radius: 30px;
  height: 203px;
}

@media (min-width: 390px) {
  .video-preview-landing__box {
    height: 676px;
    height: calc(0.58467 * 100vw + -25.02225px);
  }
}

@media (min-width: 1199px) {
  .video-preview-landing__box {
    height: 676px;
  }
}

@media (min-width: 991px) and (max-width: 1230px) {
  .video-preview-landing__box {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 991px) {
  .video-preview-landing__box {
    border-radius: 15px;
  }
}

.toggleButton {
  cursor: pointer;
  border-radius: 95px;
  background: #FFF;
  width: 95px;
  height: 95px;
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
  .toggleButton {
    width: 48px;
    height: 48px;
  }
}

.play-button {
  background: #FFF url("data:image/svg+xml,%3csvg width='33' height='39' viewBox='0 0 33 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M33 19.5L0.749998 38.1195L0.75 0.880452L33 19.5Z' fill='%23004C97'/%3e %3c/svg%3e") no-repeat center center;
}

@media (max-width: 991px) {
  .play-button {
    background-size: 24px 24px;
  }
}

.pause-button {
  background: #FFF url("data:image/svg+xml,%3csvg width='23' height='40' viewBox='0 0 23 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cline x1='4' y1='1.3842e-07' x2='4' y2='40' stroke='%23004C97' stroke-width='8'/%3e %3cline x1='19' y1='1.3842e-07' x2='19' y2='40' stroke='%23004C97' stroke-width='8'/%3e %3c/svg%3e") no-repeat center center;
}

@media (max-width: 991px) {
  .pause-button {
    background-size: 24px 24px;
  }
}

.landingVideo {
  width: 100%;
  position: relative;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-landing-container {
  border-radius: 30px;
  position: relative;
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  .video-landing-container {
    border-radius: 15px;
  }
}

.video-landing-container:before {
  content: "";
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.28);
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  .video-landing-container:before {
    border-radius: 15px;
  }
}

.programs-landing {
  background: #F3F4F7 url("data:image/svg+xml,%3csvg width='1920' height='184' viewBox='0 0 1920 184' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cg clip-path='url(%23clip0_13_432)'%3e %3crect width='1920' height='11772' transform='translate(0 -5287)' fill='white'/%3e %3cpath d='M0 91.5L185.5 182.5L439 91.5L380 182.5L988.5 91.5L1240.5 182.5L1404 76L1718.5 138.5L1920 91.5V1412.5H0V91.5Z' fill='%23F3F4F7'/%3e %3cpath d='M443.5 131L520.5 42L718.5 79L443.5 131Z' fill='%23F3F4F7'/%3e %3cpath d='M398 71.5L433.5 1L494 20L398 71.5Z' stroke='%23F3F4F7' stroke-width='2'/%3e %3c/g%3e %3cdefs%3e %3cclipPath id='clip0_13_432'%3e %3crect width='1920' height='11772' fill='white' transform='translate(0 -5287)'/%3e %3c/clipPath%3e %3c/defs%3e %3c/svg%3e") no-repeat center top;
  padding-top: 262px;
  margin-top: 94px;
  position: relative;
  padding-bottom: 123px;
}

@media (min-width: 991px) and (max-width: 1230px) {
  .programs-landing {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 991px) {
  .programs-landing {
    margin-top: 110px;
    padding: 61px 15px 48px;
    background: #F3F4F7;
  }
  .programs-landing:after {
    position: absolute;
    background-image: url("data:image/svg+xml,%3csvg width='323' height='75' viewBox='0 0 323 75' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cg clip-path='url(%23clip0_5_9)'%3e %3crect width='390' height='10123' transform='translate(-36 -4635)' fill='white'/%3e %3cpath d='M-36 75H25.5L167 9.5L195.5 70L185.5 75L270.5 32.5L303.5 75H354V1790.5H-36V75Z' fill='%23F3F4F7'/%3e %3cpath d='M28.0303 55.061L48.3832 9.8606L132.757 0.93379L28.0303 55.061Z' fill='%23F3F4F7'/%3e %3cpath d='M2.49575 36.5293L8.32818 3.7967L35.0363 4.17463L2.49575 36.5293Z' stroke='%23F3F4F7' stroke-width='2'/%3e %3c/g%3e %3cdefs%3e %3cclipPath id='clip0_5_9'%3e %3crect width='390' height='10123' fill='white' transform='translate(-36 -4635)'/%3e %3c/clipPath%3e %3c/defs%3e %3c/svg%3e");
    background-repeat: no-repeat;
    content: "";
    width: 323px;
    height: 75px;
    left: 38px;
    top: -75px;
  }
  .programs-landing .title-landing {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}

.programs-landing__text {
  color: #212121;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-top: 38px;
  padding-right: 62px;
  padding-left: 42px;
  line-height: 150%;
  /* 24px */
  padding-bottom: 42px;
}

@media (min-width: 991px) and (max-width: 1230px) {
  .programs-landing__text {
    padding-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .programs-landing__text {
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 34px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    padding-bottom: 36px;
  }
}

.programs-landing__text p {
  margin-bottom: 24px;
}

.programs-landing__text p:last-child {
  margin-bottom: 0;
}

.programs-landing__text h3 {
  color: #212121;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 7px;
}

@media (max-width: 991px) {
  .programs-landing__text h3 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
  }
}

.programs-landing__text ul {
  list-style: disc inside;
}

.programs-landing__text ol {
  list-style: decimal inside;
}

.programs-landing__swipe {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.programs-landing .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.programs-landing__box-content {
  background: #fff;
  min-height: 580px;
  width: 100%;
  border-radius: 20px;
}

@media (max-width: 991px) {
  .programs-landing__box-content {
    border-radius: 0;
  }
}

.programs-landing__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(0, 76, 151, 0.16);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-column-gap: 26px;
  margin: 19px  41px  0  42px;
  padding-bottom: 17px;
}

@media (max-width: 991px) {
  .programs-landing__top {
    margin: 22px  16px  0  16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.programs-landing__top-title {
  color: #004C97;
  font-size: 24px;
  font-style: normal;
  max-width: 444px;
  font-weight: 700;
  line-height: normal;
}

.programs-landing__top-title span {
  display: block;
  font-size: 14px;
  margin-top: 5px;
  font-weight: 500;
}

@media (max-width: 991px) {
  .programs-landing__top-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: normal;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.programs-landing__top-target {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 991px) {
  .programs-landing__top-target {
    margin-left: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.programs-landing__top-target-title {
  color: #004C97;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 991px) {
  .programs-landing__top-target-title {
    text-align: left;
    margin-bottom: -4px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}

.programs-landing__top-target-description {
  color: #004C97;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

@media (max-width: 991px) {
  .programs-landing__top-target-description {
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
  }
}

@media (max-width: 991px) {
  .programs-landing__top-target-qr {
    margin-bottom: 19px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.programs-landing__tabs {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-top: 40px;
  margin-bottom: 44px;
}

@media (max-width: 991px) {
  .programs-landing__tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 32px;
    gap: 4px;
    margin-bottom: 47px;
  }
}

.programs-landing__tab {
  border-radius: 12px;
  cursor: pointer;
  color: #004C97;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  background: #fff;
  line-height: normal;
  padding-top: 13px;
  padding-right: 19px;
  padding-left: 19px;
  padding-bottom: 13px;
}

@media (max-width: 991px) {
  .programs-landing__tab {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    line-height: normal;
  }
}

.programs-landing__tab.active {
  color: #fff;
  background: linear-gradient(279deg, #0076C7 5.58%, #144577 93.04%);
}

.programs-landing .custom-dots {
  position: relative;
  margin-top: 77px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .programs-landing .custom-dots {
    margin-top: 34px;
  }
}

.programs-landing .custom-dot {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: rgba(20, 69, 119, 0.2);
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.programs-landing .custom-dot.swiper-pagination-bullet-active {
  background-color: #144577;
}

.programs-landing .custom-arrow {
  position: absolute;
  top: 61%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  color: #fff;
}

@media (min-width: 991px) and (max-width: 1230px) {
  .programs-landing .custom-arrow {
    display: none;
  }
}

.programs-landing .custom-arrow.prev {
  left: -50px;
  background-image: url("data:image/svg+xml,%3csvg width='22' height='44' viewBox='0 0 22 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M1 22L21 2V42L1 22Z' stroke='%23144577' stroke-opacity='0.24'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
  width: 22px;
  height: 44px;
}

.programs-landing .custom-arrow.next {
  right: -50px;
  background-image: url("data:image/svg+xml,%3csvg width='22' height='44' viewBox='0 0 22 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M21 22L1 42L1 2L21 22Z' stroke='%23144577' stroke-opacity='0.24'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
  width: 22px;
  height: 44px;
}

.faq-landing {
  margin-top: 89px;
}

@media (min-width: 991px) and (max-width: 1230px) {
  .faq-landing {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 991px) {
  .faq-landing {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 66px;
  }
  .faq-landing .title-landing {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
  }
}

.faq-landing__item {
  border-radius: 17px;
  background: #F3F4F7;
}

.faq-landing .faq-landing__accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 37px;
}

@media (max-width: 991px) {
  .faq-landing .faq-landing__accordion {
    margin-top: 20px;
    gap: 3px;
  }
}

.faq-landing .accordion-item-header {
  border-radius: 17px;
  background: #F3F4F7;
  cursor: pointer;
  color: #004C97;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 17px 19px 18px 24px;
}

.faq-landing .accordion-item-header:after {
  content: "";
  background-image: url("data:image/svg+xml,%3csvg width='18' height='12' viewBox='0 0 18 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath id='Polygon 9' d='M9.76315 11.0988C9.36372 11.5705 8.63628 11.5705 8.23685 11.0988L0.867709 2.39622C0.317431 1.74637 0.779326 0.749998 1.63086 0.749998L16.3691 0.75C17.2207 0.75 17.6826 1.74637 17.1323 2.39622L9.76315 11.0988Z' fill='%23004C97'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
  width: 18px;
  height: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 991px) {
  .faq-landing .accordion-item-header {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    gap: 10px;
    padding: 8px 13px 12px 13px;
  }
}

.faq-landing .accordion-item.active .accordion-item-header {
  border-radius: 17px 17px  0 0;
  font-weight: 700;
}

.faq-landing .accordion-item.active .accordion-item-header:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.faq-landing .accordion-item-content {
  display: none;
  border-radius: 0 0 17px 17px;
  background: #F3F4F7;
  padding: 17px 19px 18px 24px;
  color: #4F4F4F;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 165.784%;
  /* 26.525px */
}

@media (max-width: 991px) {
  .faq-landing .accordion-item-content {
    padding: 8px 13px 12px 13px;
    font-size: 14px;
  }
}

.faq-landing .accordion-item-content p {
  margin-bottom: 20px;
}

.faq-landing .accordion-item-content p:last-child {
  margin-bottom: 0;
}

.faq-landing .accordion-item.active .accordion-item-content {
  display: block;
}

.video-gallery-landing {
  margin-top: 71px;
}

@media (min-width: 991px) and (max-width: 1230px) {
  .video-gallery-landing {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 991px) {
  .video-gallery-landing {
    padding-left: 15px;
    padding-right: 15px;
  }
  .video-gallery-landing .title-landing {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}

.video-gallery-landing__box {
  display: grid;
  grid-template-columns: minmax(auto, 890px) 282px;
  grid-gap: 27px;
  gap: 27px;
  margin-top: 38px;
}

@media (max-width: 991px) {
  .video-gallery-landing__box {
    margin-top: 25px;
    grid-template-columns: 1fr;
  }
}

.video-gallery-landing__item {
  height: 502px;
  overflow: hidden;
  border-radius: 30px;
  height: 203px;
}

@media (min-width: 390px) {
  .video-gallery-landing__item {
    height: 502px;
    height: calc(0.36959 * 100vw + 58.85909px);
  }
}

@media (min-width: 1199px) {
  .video-gallery-landing__item {
    height: 502px;
  }
}

@media (max-width: 991px) {
  .video-gallery-landing__item {
    border-radius: 15px;
  }
}

@media (max-width: 991px) {
  .video-gallery-landing__item.item2 {
    height: 410px;
  }
}

.video-gallery-landing__title {
  text-align: center;
  color: #004C97;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  margin-top: 38px;
  line-height: normal;
}

@media (max-width: 991px) {
  .video-gallery-landing__title {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    margin-top: 22px;
    line-height: normal;
  }
}

.photo-gallery-landing {
  margin-top: 95px;
}

@media (max-width: 991px) {
  .photo-gallery-landing {
    margin-top: 47px;
  }
}

.photo-gallery-landing__swipe {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.photo-gallery-landing .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.photo-gallery-landing .swiper-slide img {
  width: 375px !important;
  height: 239px !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

@media (max-width: 991px) {
  .photo-gallery-landing .swiper-slide img {
    width: 330px !important;
    height: 210px !important;
  }
}

.form-gallery-landing {
  background: #F3F4F7 url("data:image/svg+xml,%3csvg width='1920' height='817' viewBox='0 0 1920 817' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cmask id='mask0_57_47' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='1920' height='817'%3e %3crect width='1920' height='817' fill='%23F3F4F7'/%3e %3c/mask%3e %3cg mask='url(%23mask0_57_47)'%3e %3c/g%3e %3cmask id='mask1_57_47' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='1920' height='817'%3e %3crect width='1920' height='817' fill='%23F3F4F7'/%3e %3c/mask%3e %3cg mask='url(%23mask1_57_47)'%3e %3cpath d='M1482.53 161.995L1279.4 125.895L1602.2 -67.3573L1482.53 161.995Z' stroke='%23004C97' stroke-opacity='0.25'/%3e %3cpath d='M1625.09 200.514L1526.11 258.385L1593.15 60.3399L1625.09 200.514Z' stroke='%23004C97' stroke-opacity='0.25'/%3e %3cpath d='M394.533 371.995L191.405 335.895L514.195 142.643L394.533 371.995Z' stroke='%23004C97' stroke-opacity='0.25'/%3e %3cpath d='M537.094 410.514L438.112 468.385L505.151 270.34L537.094 410.514Z' stroke='%23004C97' stroke-opacity='0.25'/%3e %3c/g%3e %3c/svg%3e") no-repeat center top;
  padding-top: 74px;
  padding-bottom: 104px;
  margin-top: 129px;
}

@media (max-width: 991px) {
  .form-gallery-landing {
    margin-top: 72px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 49px;
    padding-bottom: 70px;
  }
}

.form-gallery-landing__form {
  max-width: 633px;
  margin: 51px auto auto auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
}

@media (max-width: 991px) {
  .form-gallery-landing__form {
    gap: 9px;
    margin: 23px auto auto auto;
  }
}

.form-gallery-landing__input {
  border-radius: 18px;
  background: #FFF;
  border: 0;
  color: #A3A3A3;
  padding: 25px 25px 25px 26px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.form-gallery-landing__input::-webkit-input-placeholder {
  color: #A3A3A3;
  opacity: 1;
  /* Firefox */
}

.form-gallery-landing__input::-moz-placeholder {
  color: #A3A3A3;
  opacity: 1;
  /* Firefox */
}

.form-gallery-landing__input:-ms-input-placeholder {
  color: #A3A3A3;
  opacity: 1;
  /* Firefox */
}

.form-gallery-landing__input::-ms-input-placeholder {
  color: #A3A3A3;
  opacity: 1;
  /* Firefox */
}

.form-gallery-landing__input::placeholder {
  color: #A3A3A3;
  opacity: 1;
  /* Firefox */
}

@media (max-width: 991px) {
  .form-gallery-landing__input {
    padding: 14px 15px 15px 15px;
    border-radius: 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}

.form-gallery-landing__input.textarea {
  resize: none;
  min-height: 165px;
}

@media (max-width: 991px) {
  .form-gallery-landing__input.textarea {
    min-height: 141px;
  }
}

.form-gallery-landing__button {
  border-radius: 18px;
  border: 0;
  color: #FFF;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  margin-top: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-top: 25px;
  padding-bottom: 25px;
  background: #004C97;
}

@media (max-width: 991px) {
  .form-gallery-landing__button {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    border-radius: 10px;
    line-height: normal;
    padding-top: 14px;
    margin-top: 19px;
    padding-bottom: 14px;
  }
}

.form-gallery-landing__description {
  color: #004C97;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 991px) {
  .form-gallery-landing__description {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .form-gallery-landing__description br {
    display: none;
  }
}

.form-gallery-landing .title-landing__form {
  color: #004C97;
  text-align: center;
  margin-bottom: 14px;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 991px) {
  .form-gallery-landing .title-landing__form {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 7px;
    line-height: normal;
  }
}


/*# sourceMappingURL=main.css.map*/
/* End */


/* Start:/bitrix/templates/zgu_landing/components/bitrix/news.list/template-programs/style.css?1706531952150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/zgu_landing/components/bitrix/news.list/template-faq/style.css?1706531954150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/zgu_landing/components/bitrix/news.list/template-gallery/style.css?1706531954150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/zgu_landing/components/bitrix/form.result.new/progect-form/style.css?1706531956248*/
.form-errors{
    text-align: center;
    color: red;
    margin-top: 30px;
    font-size: 14px;
}


.form-field  input, textarea{
   width: 100%;
    box-sizing: border-box;
}



.has-error input, .has-error textarea{
    border: 1px solid red;
}

/* End */


/* Start:/bitrix/templates/zgu_landing/styles.css?17065319502038*/
﻿.footer__top{
    display: none;
}
@media (max-width: 480px) {
    p, li {
        font-size:  inherit;
    }
}



body.visually-impaired--color header, body.visually-impaired--color main, body.visually-impaired--color footer {
    filter: grayscale(1);
}


body.visually-impaired--image-visibility header img, body.visually-impaired--image-visibility main img, body.visually-impaired--image-visibility footer img {
    display: none;
}


body.visually-impaired--color header, body.visually-impaired--color main, body.visually-impaired--color footer {
    filter: grayscale(1);
}


body.visually-impaired--image-visibility header img, body.visually-impaired--image-visibility main img, body.visually-impaired--image-visibility footer img {
    display: none;
}


body.visually-impaired--image-visibility header video, body.visually-impaired--image-visibility main video, body.visually-impaired--image-visibility footer video{
    display: none;
}
body.visually-impaired--image-visibility header div,
body.visually-impaired--image-visibility main div,
body.visually-impaired--image-visibility footer div {
    background-image: none;
}


.zoom-wrapper
{ /* все вложенные элементы в footer */
    position: relative;
    top: 0;
    transition: transform 0.3s ease; /* Use transform for zoom effect */
}


.zoomed-in{
    padding-top:500px ;

}
@media (max-width: 768px) {
    .zoomed-in{
        padding-top:500px ;

    }

    html, body {
        overflow-x: hidden;
    }


}


.menu-top-component{
   background:  #004C97;
    display: none;
    align-items: center;
   justify-content: space-between;
    padding: 10px 15px 10px 15px;
}


@media (max-width: 1024px) {
    .menu-top-component{
        display: flex;
    }
}




.box-landing-menu{
    display: flex;
    align-items: center;
    gap: 40px;
}

.box-landing-menu .menu{
    z-index: 1;margin-top: 32px;



}
.box-landing-menu .video-bg__logo-top{
    width: inherit;
    height: inherit;
}


.box-landing-menu .menu__link{
    font-size: 14px;
}

/* End */


/* Start:/bitrix/templates/zgu_landing/template_styles.css?170653195035*/
.footer__top{
    display: none;
}

/* End */
/* /bitrix/templates/zgu/css/style.css?1754897984163511 */
/* /bitrix/templates/zgu_landing/css/main.css?170653195267180 */
/* /bitrix/templates/zgu_landing/components/bitrix/news.list/template-programs/style.css?1706531952150 */
/* /bitrix/templates/zgu_landing/components/bitrix/news.list/template-faq/style.css?1706531954150 */
/* /bitrix/templates/zgu_landing/components/bitrix/news.list/template-gallery/style.css?1706531954150 */
/* /bitrix/templates/zgu_landing/components/bitrix/form.result.new/progect-form/style.css?1706531956248 */
/* /bitrix/templates/zgu_landing/styles.css?17065319502038 */
/* /bitrix/templates/zgu_landing/template_styles.css?170653195035 */
