html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

html,
body {
  position: relative;
  overflow-x: hidden;
  margin: 0;
  padding: 0; }

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none; }

body {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #4B4B4B; }

.container {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 48px;
  position: relative; }

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%; }

.content {
  flex: 1 0 auto; }

.footer {
  flex: 0 0 auto; }

#layer {
  position: absolute;
  width: 100%; }
  #layer.active {
    background-color: #000000;
    opacity: .65;
    z-index: 100;
    top: 180px;
    bottom: 0; }

.btn {
  display: inline-block;
  font-family: 'Bellota Text', cursive;
  font-weight: 400;
  font-size: 24px;
  text-decoration: none;
  color: #2A2A2A;
  padding: 25px 166px 25px 15px;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  position: relative;
  outline: none; }
  .btn::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url(../img/icons/arrow-right.svg);
    right: 24px;
    top: 30px;
    bottom: 30px; }

.header__top {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px; }

.header__logo {
  width: 305px;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.header__img + .header__img {
  margin-top: 5px; }

.header__logo-line {
  margin-right: 12px;
  font-size: 14px;
  font-family: 'Bellota Text', cursive;
  font-weight: 700; }

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

.header__icon:hover svg path {
  transition: all .3s;
  fill: #4B4B4B; }

.header__icon + .header__icon {
  margin-left: 24px; }

.header__form {
  position: relative; }

.header__input {
  margin-left: 32px;
  height: 40px;
  width: 245px;
  border-radius: 8px;
  border: 1px solid #E5E5E5;
  box-shadow: none;
  padding: 0 16px;
  outline: none;
  font-size: 16px;
  color: #4B4B4B;
  font-family: 'Bellota Text', cursive;
  font-weight: 400; }
  .header__input::placeholder {
    color: #AEAEAE;
    font-size: 16px;
    line-height: 40px;
    font-family: 'Bellota Text', cursive;
    font-weight: 400; }

.header__btn {
  cursor: pointer;
  background-color: transparent;
  border: none;
  position: absolute;
  right: 16px;
  top: 12px; }
  .header__btn::after {
    content: "";
    position: absolute;
    width: 17px;
    height: 16px;
    background-image: url(../img/icons/search.svg);
    background-repeat: no-repeat;
    background-position: center;
    right: 0;
    top: 0; }

.header__bottom {
  font-family: 'Bellota Text', cursive;
  font-weight: 400;
  border-bottom: 1px solid #D8D8D8; }

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

.header__menu {
  display: flex;
  justify-content: space-between;
  max-width: 1029px;
  width: 100%; }

.header__item {
  display: flex;
  justify-content: center;
  color: #4D4D4D; }

.header__menu .header__item:hover .header__hover {
  display: flex; }

.header__link {
  display: inline-block;
  text-decoration: none;
  color: #4B4B4B;
  font-size: 18px;
  padding-bottom: 32px;
  position: relative;
  font-family: 'Bellota Text', cursive;
  font-weight: 700; }
  .header__link::before {
    content: "";
    position: absolute;
    background-color: #B6FD77;
    height: 0px;
    width: 100%;
    left: 0;
    bottom: 0;
    transition: all .3s;
    opacity: 0; }
  .header__link:hover {
    color: #000000; }
    .header__link:hover::before {
      height: 4px;
      opacity: 1; }

.header__hover {
  background-color: #fff;
  z-index: 10000;
  display: none;
  position: absolute;
  max-width: 1366px;
  width: 100%;
  justify-content: space-between;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  top: 68px;
  left: 0;
  padding-left: 48px; }
  .header__hover.active {
    display: flex; }

.header__list {
  max-width: 241px;
  padding-bottom: 59px;
  padding-top: 32px; }

.header__list + .header__list {
  margin-left: 97px; }

.header__list-item + .header__list-item {
  margin-top: 22px; }

.header__list-link {
  color: #4B4B4B;
  text-decoration: none; }
  .header__list-link--blue {
    color: #52ABFF; }

.header__priem {
  background-color: #1B3AAD;
  color: #fff;
  max-width: 340px;
  width: calc(100% + 96px);
  padding: 32px 32px 32px 51px; }

.header__text {
  padding-bottom: 10px; }

.header__phone, .header__mail {
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  display: block;
  font-family: 'Bellota Text', cursive;
  font-weight: 700;
  margin-top: 12px; }

.header__vk {
  display: inline-block;
  margin-top: 35px; }

.header__enter {
  background-color: #BBFF74;
  border: 1px solid #BBFF74;
  border-radius: 8px;
  padding: 9px 30px 11px;
  text-decoration: none;
  color: #4B4B4B;
  margin-bottom: 21px;
  transition: all .3s; }
  .header__enter:hover {
    border-color: #000000; }

.slider {
  color: #1B1B1B;
  padding-top: 80px;
  padding-bottom: 126px;
  position: relative; }
  .slider.active::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000000;
    opacity: .65;
    z-index: 100; }
  .slider__inner {
    position: relative; }
  .slider__slide {
    outline: none; }
  .slider__item {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .slider__title {
    font-family: 'Bellota Text', cursive;
    font-weight: 700;
    line-height: 72px;
    font-size: 64px;
    max-width: 727px;
    width: 100%; }
  .slider__text {
    max-width: 630px;
    margin-top: 32px;
    margin-bottom: 56px;
    margin-left: 5px; }
  .slider__paragraph + .slider__paragraph {
    margin-top: 32px; }
  .slider__img {
    max-height: 502px; }
  .slider__arrow {
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    top: -32px;
    padding: 0; }
    .slider__arrow--left {
      left: 40px; }
    .slider__arrow--right {
      left: 67px; }
    .slider__arrow.slick-disabled svg path {
      fill: #E4E4E4; }
  .slider__number {
    position: absolute;
    color: #AEAEAE;
    top: -36px;
    left: 53px; }

.stats {
  background-image: url(../img/stats-bg.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  padding: 42px 0 120px 0;
  color: #fff; }
  .stats__title {
    font-family: 'Bellota Text', cursive;
    font-weight: 700;
    font-size: 64px;
    line-height: 96px;
    margin-left: -5px; }
  .stats__text {
    max-width: 737px; }
  .stats__list {
    max-width: 993px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto; }
  .stats__item {
    font-family: 'Roboto Slab', serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 48px;
    padding-top: 100px;
    margin-top: 43px;
    background-repeat: no-repeat; }
    .stats__item--university {
      background-image: url(../img/icons/stats-1.svg);
      background-position: 50% 40%; }
    .stats__item--direction {
      background-image: url(../img/icons/stats-2.svg);
      background-position: 50% 30%; }
    .stats__item--hostel {
      background-image: url(../img/icons/stats-3.svg);
      background-position: 50% 35%; }

.links {
  padding: 74px 0 113px 0; }
  .links__inner {
    display: flex;
    align-items: center;
    justify-content: space-between; }

.directions {
  padding: 66px 0 172px 0px;
  background-color: #1B3AAD;
  color: #fff;
  position: relative; }
  .directions::after {
    content: "";
    position: absolute;
    top: 453px;
    right: 0;
    height: 460px;
    width: 149px;
    background: linear-gradient(270deg, #1B3AAD 0%, rgba(27, 58, 173, 0.0001) 99.8%);
    z-index: 9999; }
  .directions__inner {
    position: relative; }
  .directions__title {
    font-family: 'Bellota Text', cursive;
    font-weight: 700;
    font-size: 64px;
    line-height: 96px;
    margin-left: -5px; }
  .directions__text {
    max-width: 590px;
    margin-top: 12px;
    margin-bottom: 40px; }
  .directions__wrapper {
    display: inline-block;
    position: relative; }
    .directions__wrapper::after {
      content: "";
      position: absolute;
      right: 16px;
      top: 17px;
      width: 10px;
      height: 8px;
      background-image: url(../img/icons/arrow-down.svg); }
  .directions__select {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 8px;
    background-color: transparent;
    padding: 10px 100px 10px 16px;
    outline: none;
    appearance: none;
    width: 387px;
    font-family: 'Bellota Text', cursive;
    font-weight: 400;
    font-size: 16px; }
  .directions__option {
    font-family: 'Bellota Text', cursive;
    font-weight: 400;
    background-color: #1B3AAD;
    border: 1px solid #fff;
    border-radius: 8px; }
  .directions__slider {
    margin-top: 103px;
    width: 1610px;
    display: flex;
    position: static !important; }
  .directions__slide {
    outline: none; }
  .directions__arrow {
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    top: 875px;
    padding: 0;
    z-index: 10; }
    .directions__arrow--left {
      left: 0px; }
    .directions__arrow--right {
      right: 0px; }
    .directions__arrow.slick-disabled svg path {
      fill: #979797; }
  .directions .slick-list {
    padding-bottom: 50px; }
  .directions__slide {
    border: 1px solid #fff;
    border-right: none; }
    .directions__slide:nth-last-child(1) {
      border-right: 1px solid #fff; }
  .directions__item {
    width: 402px;
    height: 228px;
    padding: 23px;
    position: relative;
    transition: all .3s; }
    .directions__item + .directions__item {
      border-top: 1px solid #fff; }
    .directions__item--design::after {
      content: "";
      position: absolute;
      width: 250px;
      height: 0px;
      background-image: url(../img/directions-design.png);
      background-repeat: no-repeat;
      background-position: center;
      right: -50px;
      top: 76px;
      opacity: 0;
      transition: opacity .3s;
      transition: top .3s;
      z-index: 10;
      touch-action: none; }
    .directions__item--design:hover {
      background-color: #fff;
      color: #444444; }
      .directions__item--design:hover::after {
        height: 217px;
        opacity: 1;
        top: 56px; }
      .directions__item--design:hover .directions__link {
        top: 168px;
        opacity: 1; }
  .directions__number {
    font-size: 10px; }
  .directions__name {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px; }
  .directions__link {
    display: inline-block;
    font-family: 'Bellota Text', cursive;
    font-weight: 400;
    position: absolute;
    text-decoration: none;
    color: #444444;
    top: 188px;
    opacity: 0;
    transition: all .3s; }
  .directions__more {
    position: relative;
    padding-right: 25px; }
    .directions__more::after {
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      background-image: url(../img/icons/arrow-right-small.svg);
      right: 0;
      top: 7px; }
    .directions__more:hover {
      border-bottom: 1px solid #444444; }

.about {
  color: #1B1B1B;
  padding-top: 73px;
  padding-bottom: 121px;
  background-color: #FCFCFC; }
  .about__inner {
    display: flex;
    justify-content: space-between; }
  .about__info {
    max-width: 655px;
    width: 100%; }
  .about__title {
    font-family: 'Bellota Text', cursive;
    font-weight: 700;
    font-size: 64px;
    line-height: 96px;
    margin-left: -5px; }
  .about__text {
    margin-top: 32px;
    margin-bottom: 56px; }
  .about__paragraph + .about__paragraph {
    margin-top: 16px; }
  .about__gallery {
    display: flex; }
  .about__column {
    display: flex;
    flex-direction: column; }
    .about__column + .about__column {
      margin-left: 16px; }
  .about__column:nth-child(1) {
    margin-top: 35px; }
  .about__column:nth-child(2) {
    margin-top: -122px; }
  .about__img + .about__img {
    margin-top: 16px; }

.clubs {
  padding-bottom: 85px;
  margin-bottom: 62px;
  background-color: #FCFCFC;
  position: relative; }
  .clubs::after {
    content: "";
    position: absolute;
    top: 111px;
    right: 0;
    height: 600px;
    width: 149px;
    background: linear-gradient(90deg, rgba(254, 254, 254, 0.0001) 0%, #FCFCFC 100%);
    z-index: 9999; }
  .clubs__title {
    display: inline-block;
    font-family: 'Bellota Text', cursive;
    font-weight: 700;
    font-size: 42px;
    line-height: 72px;
    position: relative;
    margin-bottom: 39px; }
  .clubs__number {
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    position: absolute;
    font-size: 26px;
    color: #52ABFF;
    right: -33px;
    top: -17px; }
  .clubs__slider {
    width: 1466px; }
  .clubs__slide, .clubs__link {
    outline: none; }
  .clubs__slide {
    border: 1px solid #DEDEDE;
    border-right: none; }
    .clubs__slide:nth-last-child(1) {
      border-right: 1px solid #DEDEDE; }
  .clubs__item {
    width: 293px;
    height: 293px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 24px 48px 24px;
    transition: all .3s; }
    .clubs__item + .clubs__item {
      border-top: 1px solid #DEDEDE; }
    .clubs__item--it {
      position: relative; }
      .clubs__item--it::after {
        content: "";
        position: absolute;
        right: 50px;
        bottom: 0;
        width: 214px;
        height: 160px;
        background-image: url(../img/clubs-it.png);
        opacity: 0;
        transition: all 1s; }
      .clubs__item--it:hover {
        background-color: #1B3AAD; }
        .clubs__item--it:hover .clubs__name {
          color: #fff; }
        .clubs__item--it:hover::after {
          right: 10px;
          opacity: 1; }
        .clubs__item--it:hover .clubs__link {
          color: #fff;
          text-decoration: underline; }
  .clubs__name {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #1B1B1B;
    margin-bottom: auto; }
  .clubs__link {
    display: inline-block;
    font-family: 'Bellota Text', cursive;
    font-weight: 400;
    color: #3B3B3b;
    text-decoration: none;
    transition: all .3s;
    width: fit-content;
    z-index: 10; }
    .clubs__link:hover {
      text-decoration: underline;
      color: #1B1B1B; }

.news {
  margin-bottom: 89px;
  position: relative; }
  .news::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0;
    height: 460px;
    width: 149px;
    background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0.0001) 99.8%);
    z-index: 9999; }
  .news__inner {
    display: flex; }
  .news__title {
    font-family: 'Bellota Text', cursive;
    font-weight: 700;
    font-size: 42px;
    color: #454545;
    line-height: 72px;
    margin-left: -5px; }
  .news__link {
    margin-left: 5px;
    display: block;
    width: fit-content;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    color: #454545;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none; }
    .news__link::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 2px;
      background-color: #BBFF74;
      left: 0;
      bottom: -4px; }
  .news__slider {
    padding: 16px 0;
    margin-left: 133px; }
  .news__slide:nth-last-child(1) {
    border-right: 1px solid #DEDEDE; }
  .news__arrow {
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    top: 361px;
    padding: 0;
    z-index: 10; }
    .news__arrow svg .triangle {
      fill: #AEAEAE;
      stroke: #AEAEAE; }
    .news__arrow--left {
      left: -292px; }
    .news__arrow--right {
      left: -194px; }
    .news__arrow.slick-disabled svg .triangle {
      fill: #E4E4E4;
      stroke: #E4E4E4; }
  .news__item {
    width: 290px;
    height: 386px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 0px 16px 24px;
    border-left: 1px solid #DEDEDE;
    text-decoration: none;
    outline: none; }
    .news__item:hover .news__wrapper .news__date {
      color: #52ABFF; }
    .news__item:hover .news__btn {
      border-color: #52ABFF; }
    .news__item:hover .news__btn svg path {
      fill: #52ABFF; }
  .news__part {
    font-family: 'Bellota Text', cursive;
    font-weight: 700;
    font-size: 10px;
    line-height: 13px;
    padding: 5px 35px;
    border-radius: 8px; }
    .news__part--contest {
      background-color: #BBFF74;
      color: #1B1B1B; }
    .news__part--new {
      background-color: #1B3AAD;
      color: #ffffff; }
    .news__part--preview {
      background-color: #FF8245;
      color: #ffffff; }
  .news__date {
    margin-top: 37px;
    margin-bottom: 15px;
    font-family: 'Bellota Text', cursive;
    font-weight: 400;
    line-height: 20px;
    color: #9F9F9F; }
  .news__info {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    color: #1B1B1B; }
  .news__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 1px solid #9C9C9C;
    border-radius: 100%; }

.footer {
  background-color: #2F2F36; }
  .footer__inner {
    display: flex; }
  .footer__info {
    padding: 69px 94px 60px 0px;
    max-width: 400px;
    width: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.1); }
  .footer__logo {
    width: 305px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 77px; }
  .footer__img + .footer__img {
    margin-top: 5px; }
  .footer__paragraph {
    font-size: 10px;
    line-height: 16px;
    color: #979797; }
    .footer__paragraph + .footer__paragraph {
      margin-top: 10px; }
  .footer__list {
    padding-top: 81px;
    padding-bottom: 65px;
    padding-left: 72px;
    display: flex;
    width: 100%;
    position: relative; }
    .footer__list::after {
      content: "";
      position: absolute;
      width: 20000px;
      height: 1px;
      background-color: rgba(255, 255, 255, 0.1);
      left: 0;
      bottom: 0; }
  .footer__item + .footer__item {
    margin-left: 45px; }
  .footer__link {
    text-decoration: none;
    color: #ffffff;
    font-family: 'Bellota Text', cursive;
    font-weight: 700; }
  .footer__form {
    margin: 34px 132px 60px 72px;
    position: relative; }
  .footer__title {
    font-family: 'Bellota Text', cursive;
    font-weight: 700;
    color: #ffffff; }
  .footer__input {
    margin-top: 15px;
    width: 262px;
    height: 28px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #BBFF74;
    outline: none; }
    .footer__input::placeholder {
      font-family: 'Roboto Slab', serif;
      font-weight: 300;
      font-size: 16px;
      color: #979797; }
  .footer__btn {
    width: 16px;
    height: 16px;
    background-color: transparent;
    background-image: url(../img/icons/footer-arrow.svg);
    box-shadow: none;
    border: none;
    position: absolute;
    top: 44px;
    right: 0;
    cursor: pointer;
    outline: none; }
  .footer__wrapper {
    display: flex; }
  .footer__social {
    height: 157px;
    padding-left: 73px;
    padding-top: 34px;
    padding-bottom: 60px;
    border-left: 1px solid rgba(255, 255, 255, 0.1); }
  .footer__social-list {
    display: flex;
    margin-top: 23px; }
  .footer__social-item + .footer__social-item {
    margin-left: 24px; }
