/*!
Theme Name: fimfshb
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fimfshb
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

fimfshb is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

.ag-news-info_caption {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 25px 0;
}

.ag-news-grid_unit__big .ag-news-info_caption {
  width: 50%;
}

.ag-news-info_date {
  margin: 0 50px 0 0;
}

.ag-news-info_title {
  font-weight: 500;
  font-size: 26px;
  color: #000;
}

.ag-video_title {
  min-height: 75px;
  line-height: 1.2;
  font-weight: 700;
  font-size: 25px;
  color: #000;
}

.ag-video-gallery_box {
  padding: 45px 0 95px;
}

.ag-video-grid_box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ag-video-grid_unit {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 50%;
  margin: 0 0 55px;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ag-video-grid_inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.ag-video_frame-16x9 {
  display: block;
  height: 0;
  padding: 0 0 56.25%;
  background-image: url(/wp-content/themes/kuk/img/youtube/img-1.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  cursor: pointer;
  object-fit: cover;
  overflow: hidden;
  position: relative;
}

.ag-video_frame-16x9:before {
  content: "";
  background-color: rgba(2, 2, 2, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ag-video_frame__big {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

.ag-video_frame-16x9 iframe {
  height: 100%;
  width: 100%;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.ag-video_btn-play {
  height: 85px;
  width: 85px;
  margin: -42px auto 0;
  background-color: #ffde2e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
  position: absolute;
  top: 58%;
  left: 0;
  right: 0;
}

.ag-video_btn-play:before {
  content: "";
  margin: -13px 0 0 -4px;
  border-width: 14px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  left: 50%;
}

.ag-video_btn-play:hover:before {
  border-color: transparent transparent transparent #fff;
}

.ag-video_btn-play:hover {
  background-color: ffde2e;
}

.ag-video_date {
  padding: 15px 0 0;
  color: #1740fe;
}

.ag-gallery_box {
  padding: 40px 0 103px;
}

.ag-gallery_caption {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  margin: 0 0 30px;
}

.ag-gallery_title {
  line-height: 1.15;
  font-weight: 700;
  font-size: 35px;
  color: #000;
}

.ag-gallery_date {
  color: #1740fe;
}

.ag-arrow-more_btn-wrap__photo-gallery {
  margin: 60px auto 0;
}

.ag-3d-tour_box {
  padding: 25px 0 5px;
}

.ag-3d-tour_frame {
  display: block;
  height: 0;
  padding: 0 0 64.8%;
  background-image: url(/wp-content/themes/kuk/img/3d-tour/3d-tour.jpg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.ag-3d-tour_frame:before {
  content: "";
  background-color: rgba(2, 2, 2, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ag-3d-tour_frame iframe {
  height: 100%;
  width: 100%;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.ag-3d-tour_btn-play {
  display: table;
  height: 58px;
  line-height: 58px;
  min-width: 220px;
  margin: -29px auto 0;
  padding: 0 15px;
  border: 1px solid #cf0;
  background-color: #cf0;
  text-align: center;
  font-weight: 700;
  font-size: 23px;
  color: #1740fe;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.ag-3d-tour_btn-play:hover {
  border: 1px solid #1740fe;
  background-color: #1740fe;
  text-decoration: none;
  color: #cf0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ag-content__international {
  padding: 45px 0 0;
}

.ag-international-cooperation_box {
  margin: 0 0 90px;
  padding: 0 0 66px;
}

.ag-ul__international {
  padding: 0 0 20px;
}

.ag-international-slider_box .ag-slider {
  margin-bottom: 10px;
}

.ag-international-descr_box p {
  line-height: 1.66;
}

.ag-text__international {
  line-height: 1.2;
}

.ag-distance-learning_box {
  padding: 15px 0 0;
}

.ag-learn_unit {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 92px;
}

.ag-content-header_caption__learn {
  width: 42%;
}

.ag-title-big-v2__learn {
  padding: 0 0 25px;
}

.ag-content-header_info__learn {
  width: 58%;
}

.ag-learn-info_descr {
  padding: 10px 0 0;
}

.ag-learn-info_descr p {
  margin: 0 0 15px;
}

.ag-learn-info_descr p:last-child {
  margin: 0;
}

.ag-learn-benefits_box {
  padding: 60px 0 45px;
}

.ag-title-v2__learn-benefits {
  line-height: 1.2;
  padding: 0 0 55px;
}

.ag-learn-benefits_list {
  font-size: 0;
}

.ag-learn-benefits_item {
  display: inline-block;
  min-height: 56px;
  width: 50%;
  margin: 0 0 45px;
  padding: 0 50px 0 80px;
  vertical-align: top;
  font-size: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.video_frame {
  border-radius: 20px;
  overflow: hidden;
  width: 300px;
  height: 520px;
  position: relative;
  z-index: 9;
}

.video_frame .video_slide {
  height: inherit;
  position: relative;
}

.video_frame .video_slide iframe {
  height: inherit;
  width: auto;
}

.video_frame .slick-list,
.video_frame .slick-track,
.video_frame .insta_video_wrapper {
  height: 100%;
  padding: 0;
  height: 420px;
}

.video_frame .slick-dots {
  top: 10px;
  margin-top: 0;
  position: absolute;
  width: 100%;
  display: flex !important;
  bottom: auto;
}

.video_frame .slick-dots li {
  width: 30%;
  margin: 0 10px;
  position: relative;
}

.video_frame .slick-dots li::before {
  content: "";
  display: block;
  min-width: 20px;
  width: 100%;
  height: 7px;
  background: #913bff;
  border-radius: 10px;
}

.video_frame .slick-dots li::after {
  margin-top: -5px;
  content: "";
  display: block;
  min-width: 0;
  width: 0%;
  height: 7px;
  background: #913bff;
  border-radius: 10px;
}

.video_frame .slick-dots li.slick-active.animate-progress::after {
  animation: progress-animate 25s ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.video_frame .slick-dots button {
  padding: 0;
  position: absolute;
  background: #ffde2e;
  color: #0000;
  border: 0;
  max-width: 100%;
  height: 7px;
  border-radius: 100px;
  top: 0;
  width: 0;
}

.section_video_description {
  display: flex;
  flex-wrap: wrap;
}

.section_video_description--left-part {
  width: 65%;
}

.section_video_description--right-part {
  width: 35%;
  display: flex;
  justify-content: center;
  position: relative;
}

.video_section_title {
  padding-top: 10px;
}

.video_section_arrow {
  float: right;
}

@keyframes progress-animate {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.insta_video_wrapper {
  z-index: 100;
}

.insta_video_wrapper::before {
  z-index: 9;
}

.insta_video_wrapper .ag-video_btn-play {
  z-index: 99999;
}

.insta_video_wrapper.click {
  opacity: 0;
}

.video_frame.click {
  opacity: 0;
}

.videos_variants {
  padding-top: 120px;
}

@media screen and (max-width: 1024px) {
  .section_video_description--left-part {
    width: 50%;
  }

  .section_video_description--right-part {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .videos_variants {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .section_video_description--left-part {
    width: 100%;
    margin-bottom: 50px;
  }

  .section_video_description--right-part {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .video_section_arrow {
    display: none;
  }

  .icon_word_video_block {
    margin-top: auto;
  }
}

.icon_word_video_block {
  position: relative;
  margin-top: -90px;
  z-index: -1;
  width: 100%;
}

.icon_word_video_block svg {
  object-fit: contain;
  width: 100%;
}

.slick-dots li:not(.slick-active, .slick-active ~ li)::before {
  background: #913bff;
}

.insta_left,
.insta_right {
  position: absolute;
  top: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  width: 85px;
  z-index: 99;
}

.insta_left {
  left: 0;
}

.insta_right {
  right: 0;
}

.section_video_description--right-part_inner {
  position: relative;
}

#progressbar {
  width: 300px;
  background-color: #444;
  height: 5px;
  margin-top: 1px;
}

#progressbar div {
  height: 100%;
  width: 0;
  background-color: #d4cdcd;
}

.video_frame_container {
  border-radius: 20px;
  overflow: hidden;
  width: 300px;
  height: 520px;
  position: relative;
}

#player {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: inherit;
}

.video_slide.slick-active.click {
}

.video_frame video {
  position: absolute;
  top: -3px;
  z-index: 99;
  left: 0;
  width: 102%;
  height: 104%;
}

.video_slide .ag-video_frame__big {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.ag-news-article_box .slick-track,
.ag-news-article_box .slick-list {
  max-height: 800px;
}

.video_section_subtitle {
  position: relative;
}

.video_section_subtitle:after {
  content: "";
  display: block;
  background: url(/wp-content/themes/kuk/img/svg/culture.svg) no-repeat scroll
    100% 100%;
  position: absolute;
  max-width: 320px;
  width: 100%;
  height: 75px;
  left: 0;
  background-size: contain;
  margin-top: 70px;
}

@media screen and (max-width: 1024px) {
  .video_section_subtitle:after {
    max-width: 215px;
  }
}

@media screen and (max-width: 767px) {
  .video_section_subtitle:after {
    display: none;
  }
}

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap");

body {
  font-family: "Inter", sans-serif;
  margin: 0;
  overflow-x: hidden;
}
body {
  background: linear-gradient(
    78.09deg,
    #bd89e1 2.04%,
    #3b89c1 17.88%,
    #8418c3 46.98%,
    #c51963 76.92%,
    #9f0fa4 95.77%
  );
}
body header.site_new {
  background: transparent;
}
body section.footer__top {
  background: transparent;
}
body .content_block_text,
body .numbered_list_right_part,
body .numbered_list_right_part a,
body .title,
body .grid_item_title,
.grid_item_description,
body .grid_item_link,
body .department__list p,
body .base__text-secondary,
body .base__text-secondary ul,
body .base__text-secondary h3,
body .text_and_image_left,
body .content_features_block li .feature_right_part,
body .base__text,
body .num_list_right_part,
body .text_with_border_inner h3,
body .text_with_border_inner ul,
body .persone_description {
  color: #ffffff;
}
body .title__label {
  color: #ffffff;
}
body.active header#masthead {
  background: linear-gradient(
    78.09deg,
    #bd89e1 2.04%,
    #3b89c1 17.88%,
    #8418c3 46.98%,
    #c51963 76.92%,
    #9f0fa4 95.77%
  );
}
body.active main {
  background: linear-gradient(
    78.09deg,
    #bd89e1 2.04%,
    #3b89c1 17.88%,
    #8418c3 46.98%,
    #c51963 76.92%,
    #9f0fa4 95.77%
  );
}
body.page-template-event-page.active main,
body.page-template-event-page.active header#masthead,
body.page-template-showbusiness-page.active main,
body.page-template-showbusiness-page.active header#masthead,
body.page-template-fashion-page.active main,
body.page-template-fashion-page.active header#masthead {
  background: transparent;
}
body .text_with_border_inner {
  border: 1px solid #fff;
  border-radius: 25px;
  padding: 39px;
}
.single__page-content section.footer__top {
  background: transparent;
  backdrop-filter: none;
}
body.home section.footer__top {
  background: linear-gradient(
    78.09deg,
    #bd89e1 2.04%,
    #3b89c1 17.88%,
    #8418c3 46.98%,
    #c51963 76.92%,
    #9f0fa4 95.77%
  );
}

section.intro_video {
  position: relative;
  height: 97vh;
  width: 100%;
}
/*main {
    background: linear-gradient(78.09deg, #BD89E1 2.04%, #3B89C1 17.88%, #8418C3 46.98%, #C51963 76.92%, #9F0FA4 95.77%);
}*/
.intro_video_text {
  position: absolute;
  left: 0;
  bottom: 0;
  font-weight: 700;
  font-size: 140px;
  line-height: 127px;
  letter-spacing: -2.55px;
  text-transform: uppercase;
}
.intro_video_text_one {
  color: #923cff;
}
.intro_video_text_two {
  color: #ef1dea;
}
.intro_video_text_three {
  color: #ffde2e;
}
.intro_video_text_one:hover {
  color: #ffda18;
}
.intro_video_text > div {
  transition: 0.5s;
}
.intro_video_text_two:hover {
  color: #ffda18;
}
.intro_video_text_three:hover {
  color: #fff;
}
.box_video_popup {
  position: relative;
}
.box_video_popup a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.box_video_popup a img {
  opacity: 0;
}
.box_sl_projects .box_projects_photo {
  background: #8040e1;
}
/*.box_sl_projects .box_projects_photo .box_video_popup a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(255 77 195 / 50%);
}*/
/*.box_sl_projects.slick-active .box_projects_photo .box_video_popup a:before {
    background-color: rgb(128 64 225 / 50%);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}*/
.box_sl_projects {
  margin: 0px 17px;
}
section.projects_home_shb {
  position: relative;
  padding-top: 200px;
  background-color: transparent;
}
.bg_animation_projects {
  background: linear-gradient(
    78.09deg,
    #bd89e1 2.04%,
    #3b89c1 17.88%,
    #8418c3 46.98%,
    #c51963 76.92%,
    #9f0fa4 95.77%
  );
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.title_section {
  font-weight: 700;
  font-size: 70px;
  line-height: 80px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #ffffff;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.title_section:before,
.single__page-header h1.single_page_heading:before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  background-image: url(/wp-content/themes/fimfshb/img/union_svg.svg);
  left: -30px;
  top: -30px;
  animation: 3s linear 0s normal none infinite running title_before;
  -webkit-animation: 3s linear 0s normal none infinite running title_before;
}
.single__page-header {
  text-align: center;
}
body h1.single_page_heading {
  text-transform: uppercase;
  display: inline-flex;
  position: relative;
  max-width: 970px;
  padding: 0;
}
@keyframes title_before {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes title_before {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*.text_bg_projects {
    font-weight: 900;
    letter-spacing: -5px;
    text-transform: uppercase;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 12.37%, rgba(255, 255, 255, 0) 77.11%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    position: absolute;
    top: 205px;
}*/
.box_video_popup a:after {
  content: "";
  position: absolute;
  background-image: url(/wp-content/themes/fimfshb/img/pay_video_svg.svg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 52px;
  background-position: center;
  top: 0;
}
.box_sl_projects.slick-active:hover
  .box_projects_photo
  .box_video_popup
  a:before {
  background-color: rgb(128 64 225 / 30%);
}
.box_sl_projects.slick-active {
  transition: 0.5s;
}
.tile_projects_slide {
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #ffffff;
  padding-left: 30px;
  margin-top: -25px;
  position: relative;
}
.box_sl_projects.slick-active .tile_projects_slide {
  position: absolute;
  top: 0;
}
.box_projects_slide .slick-list.draggable {
  padding-top: 20px !important;
}

header.site_new {
  position: fixed;
  margin: 0 auto;
  width: 100%;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
}
.menu.active,
.menu {
  background: transparent;
}

header.site_new .menu.active .container.menu__container,
header.site_new .menu .container.menu__container {
  height: auto;
  background: linear-gradient(
    78.09deg,
    #bd89e1 2.04%,
    #3b89c1 17.88%,
    #8418c3 46.98%,
    #c51963 76.92%,
    #9f0fa4 95.77%
  );
  max-width: 100%;
  max-width: 100%;
  /* display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  gap: 24px; */
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  gap: 24px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  margin-bottom: 100px;
}



header.site_new .menu ul li a svg {
  display: none;
}

header.site_new .menu ul li a {
  position: relative;
  display: inline-grid;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5em;
  text-transform: uppercase;
  color: #fff;
}
.menu-item.current-menu-item > a {
  font-weight: bold !important;
  border-bottom: 2px solid yellow;
  color: #ffde2e !important;
}
.menu-item.current-menu-parent > a {
  border-bottom: none;
}


header.site_new .menu li {
  border-bottom: none;
  text-align: left;
  position: relative;
}

header .menu .menu__list li .sub-menu {
  /* display: none; */
  padding-left: 40px;
  transition: all 0.5s ease;
  margin-top: 15px;
  margin-bottom: 15px;
  list-style: disc;
  color: #7689ce;
}

header .menu .menu__list li:hover .sub-menu {
  display: block;
}

header.site_new .menu ul.menu__list {
  max-width: 600px;
}

header.site_new .menu ul li a:hover:before {
  background: #ffde2e;
  width: 100%;
  transition: 0.4s;
}

header.site_new .menu ul li a:hover {
  color: #ffde2e;
}

header.site_new .menu ul li:hover {
  background: transparent;
}
.button_header_menu a.menu__btn.active span.open {
  display: none;
}

button.slick-arrow {
  position: absolute;
  border: none;
  background: transparent;
  width: 90px;
  height: 80px;
  background-image: url(/wp-content/themes/fimfshb/img/sl_button_left.svg);
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
  color: transparent;
  top: 40%;
  transition: 0.5s;
  cursor: pointer;
  opacity: 0.7;
}
button.slick-arrow:hover {
  opacity: 1;
}
button.slick-prev.slick-arrow {
  background-image: url(/wp-content/themes/fimfshb/img/sl_button_left.svg);
}
button.slick-next.slick-arrow {
  background-image: url(/wp-content/themes/fimfshb/img/sl_button_right.svg);
  right: 0;
}
section.faculty_home_shb {
  background: #ffda18;
  padding-top: 355px;
  margin-top: -200px;
  position: relative;
}
section.projects_home_shb .box_projects_slide {
  position: relative;
  z-index: 1;
}
.video_faculty {
  position: relative;
  z-index: 1;
  width: 360px;
  height: 720px;
  margin-left: 50px;
}
.video_faculty video#testme {
  position: absolute !important;
}
.box_content_faculty {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
}
.container_shb {
  max-width: 1366px;
  margin: 0 auto;
}
.title_faculty {
  font-weight: 800;
  font-size: 60px;
  line-height: 80px;
  display: flex;
  align-items: center;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #151400;
  max-width: 50%;
  padding-top: 100px;
}
.img_absolute_faculty img:nth-child(1) {
  position: absolute;
  top: -140px;
  left: 15%;
}
.img_absolute_faculty {
  position: relative;
  z-index: 2;
}
.img_absolute_faculty img:nth-child(2) {
  position: absolute;
  right: -180px;
  top: 50px;
}
.img_absolute_faculty img:nth-child(3) {
  position: absolute;
  left: -155px;
  top: 120px;
}
.img_absolute_faculty img:nth-child(4) {
  position: absolute;
  right: -175px;
  top: 260px;
}
.img_absolute_faculty img:nth-child(5) {
  position: absolute;
  top: 450px;
  left: -180px;
}
.img_absolute_faculty img:nth-child(6) {
  position: absolute;
  top: 470px;
  right: -220px;
}
.marquee_box_faculty marquee img {
  width: 70px;
  height: 70px;
  padding: 0 10px;
}
section.cairs_home_shb {
  background: linear-gradient(
    78.09deg,
    #bd89e1 2.04%,
    #3b89c1 17.88%,
    #8418c3 46.98%,
    #c51963 76.92%,
    #9f0fa4 95.77%
  );
  position: relative;
  padding-top: 200px;
}
section.faculty_home_shb video#testme {
  border: 1px solid #000;
  border-radius: 25px;
  border-width: 15px 5px;
}
section.faculty_home_shb {
  padding-bottom: 0;
}
.marquee_box_faculty {
  margin-top: 200px;
  position: relative;
  z-index: 1;
}
.text_bg_projects {
  display: flex;
  justify-content: space-between;
}
.text_bg_projects span {
  font-weight: 900;
  display: flex;
  align-items: center;
  letter-spacing: -5px;
  text-transform: uppercase;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.2) 12.37%,
    rgba(255, 255, 255, 0) 77.11%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.text_bg_projects {
  margin-top: -55px;
  padding-bottom: 80px;
}
.marquee_box_cairs_one {
  margin-top: -260px;
}

.marquee_box_cairs_one marquee img {
  width: 25px;
  height: 25px;
}
.item_idcard_cairs {
  background: #222324;
  position: relative;
  width: calc(33% - 45px);
}

.box_idcard_cairs {
  display: flex;
  justify-content: space-between;
  max-width: 85%;
  column-gap: 70px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.item_idcard_cairs .link_idcard_cairs {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: -1px;
  margin-right: -1px;
}

.item_idcard_cairs .logo_idcard_cairs {
  padding-top: 60px;
}

.box_idcard_cairs .item_idcard_cairs:nth-child(1) {
  padding-bottom: 85px;
}

.title_idcard_cairs {
}

.box_idcard_cairs .item_idcard_cairs:nth-child(1) .title_idcard_cairs {
  color: #923cff;
  padding: 0 60px;
  font-size: 60px;
  font-weight: 700;
}

.box_idcard_cairs .item_idcard_cairs:nth-child(2) .title_idcard_cairs {
  color: #ef1dea;
  padding: 0 50px;
  font-size: 60px;
  font-weight: 700;
}

.box_idcard_cairs .item_idcard_cairs:nth-child(3) .title_idcard_cairs {
  color: #ffde2e;
  padding: 0 30px;
  font-size: 60px;
  font-weight: 700;
}

.box_idcard_cairs .item_idcard_cairs:nth-child(1) .logo_idcard_cairs {
  text-align: center;
  padding-bottom: 40px;
  padding-left: 60px;
}

.box_idcard_cairs .item_idcard_cairs:nth-child(2) .logo_idcard_cairs {
  text-align: center;
  padding-bottom: 30px;
}

.box_idcard_cairs .item_idcard_cairs:nth-child(3) .logo_idcard_cairs {
  padding-left: 20px;
}

.box_idcard_cairs .item_idcard_cairs:nth-child(3) {
}

.after_title_idcard_cairs {
  font-weight: 700;
  font-size: 23px;
  line-height: 28px;
  /* identical to box height, or 122% */
  text-transform: uppercase;
  color: #ffffff;
}

.box_idcard_cairs .item_idcard_cairs:nth-child(1) .after_title_idcard_cairs {
  padding: 23px 60px;
}

.box_idcard_cairs .item_idcard_cairs:nth-child(1) .text_idcard_cairs {
  padding: 0px 60px 23px;

  /* or 128% */
}

.box_idcard_cairs .item_idcard_cairs:nth-child(1) .hashtag_idcard_cairs {
  padding: 0px 70px 0 60px;
  color: #913bff;
}

.text_idcard_cairs {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #ffffff;
}

.hashtag_idcard_cairs {
  font-weight: 700;
  font-size: 23px;
  line-height: 28px;
  /* or 122% */
  text-transform: uppercase;
}

.box_idcard_cairs .item_idcard_cairs:nth-child(2) .after_title_idcard_cairs {
  padding: 23px 50px;
}

.box_idcard_cairs .item_idcard_cairs:nth-child(2) .text_idcard_cairs {
  padding: 0 50px 30px;
}

.box_idcard_cairs .item_idcard_cairs:nth-child(2) .hashtag_idcard_cairs {
  padding: 0 50px;
  color: #ef1dea;
}

.box_idcard_cairs .item_idcard_cairs:nth-child(3) .after_title_idcard_cairs {
  padding: 23px 30px;
}

.box_idcard_cairs .item_idcard_cairs:nth-child(3) .text_idcard_cairs {
  padding: 0 30px 30px;
}

.box_idcard_cairs .item_idcard_cairs:nth-child(3) .hashtag_idcard_cairs {
  padding: 0 30px;
  color: #ffde2e;
}
.box_skills {
  padding-top: 70px;
}

.box_skills .text_bg_projects {
  margin-top: -90px;
  padding-bottom: 0;
}

.box_skills {
}

.box_skills .box_skills_photo {
  position: relative;
}

.box_skills .box_skills_photo > img {
  width: 100%;
}

.box_absolut_icon {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 1px;
}

.box_absolut_icon img {
  position: absolute;
  transition: 0.4s;
}

.box_absolut_icon img:nth-child(1) {
  top: 7%;
  left: 2%;
}

.box_absolut_icon img:nth-child(2) {
  left: 30%;
  top: 8%;
}

.box_absolut_icon img:nth-child(3) {
  left: 50%;
  top: 11%;
}

.box_absolut_icon img:nth-child(4) {
  right: 8%;
  top: 3%;
}

.box_absolut_icon img:nth-child(5) {
  top: 34%;
  left: 4%;
}

.box_absolut_icon img:nth-child(6) {
  top: 53%;
  left: 20%;
}

.box_absolut_icon img:nth-child(7) {
  top: 70%;
  left: 30%;
}

.box_absolut_icon img:nth-child(8) {
  top: 50%;
  left: 49%;
}

.box_absolut_icon img:nth-child(9) {
  top: 65%;
  right: 20%;
}

.box_absolut_icon img:nth-child(10) {
  top: 43%;
  right: 10%;
}
.box_skills .marquee_box_cairs_two marquee img {
  width: 70px;
}
.box_skills {
  padding-bottom: 280px;
  position: relative;
}

.box_skills .marquee_box_cairs_three {
  position: absolute;
  bottom: 90px;
}

.box_skills .marquee_box_cairs_one {
  position: absolute;
  margin-top: 0;
  padding-bottom: 0 !important;
}

.box_skills .marquee_box_cairs_two {
  position: absolute;
  bottom: 190px;
}
.box_teacher {
  padding-top: 180px;
  padding-bottom: 100px;
}

.box_sl_teacher img {
  max-height: 550px;
  object-fit: cover;
  object-position: center;
}

.box_sl_teacher {
  margin: 0 25px;
}
.name_teacher_slide {
  font-weight: 400;
  font-size: 21px;
  line-height: 26px;
  color: #ffffff;
}

.depatrtment_teacher {
  font-weight: 700;
  font-size: 23px;
  line-height: 28px;
  color: #ffffff;
}

.projects_slide_content {
  padding-top: 35px;
  transition: 0.4s;
}
.box_sl_teacher.slick-slide {
  margin-top: 150px;
  transition: 0.4s;
}

.box_sl_teacher.slick-slide.slick-active {
  margin-top: 0;
  transition: 0.4s;
}

.box_sl_teacher.slick-slide.slick-current.slick-active.slick-center {
  margin-top: 150px;
  transition: 0.4s;
}
.box_sl_teacher.slick-slide {
  opacity: 0.7;
  transition: 0.4s;
}

.box_sl_teacher.slick-slide.slick-current.slick-active.slick-center {
  opacity: 1;
  transition: 0.4s;
}
.box_sl_teacher.slick-slide .teacher_slide_content {
  opacity: 0;
  transition: 0.4s;
  padding-top: 30px;
}

.box_sl_teacher.slick-slide:hover .teacher_slide_content {
  opacity: 1;
  transition: 0.4s;
}

.box_sl_teacher.slick-slide.slick-current.slick-active.slick-center
  .teacher_slide_content {
  opacity: 1;
  position: absolute;
  top: -35px;
  transition: 0.4s;
}
.box_sl_teacher.slick-slide.slick-active
  + .box_sl_teacher.slick-slide.slick-active {
  margin-top: 150px;
  transition: 0.4s;
}
.box_sl_teacher.slick-slide.slick-active .teacher_slide_content {
  position: relative;
}
.box_sl_teacher.slick-slide.slick-current.slick-active.slick-center
  + .box_sl_teacher.slick-slide.slick-active {
  margin-top: 0;
}
.box_sl_teacher.slick-slide.slick-active
  + .box_sl_teacher.slick-slide.slick-active
  .teacher_slide_content {
  position: absolute;
}
.box_sl_teacher.slick-slide.slick-current.slick-active.slick-center
  + .box_sl_teacher.slick-slide.slick-active
  .teacher_slide_content {
  position: relative;
}
.box_sl_news {
  margin: 0 10px;
}

.stikek_news {
  position: absolute;
  background: #e737be;
  width: 200px;
  height: 200px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-weight: 700;
  font-size: 28px;
  line-height: 80px;
  color: #ffda18;
  transform: rotate(-45.97deg);
}
.box_news_photo {
  position: relative;
  overflow: hidden;
}
.stikek_news {
  margin-top: -130px;
  margin-left: -135px;
  width: 260px;
  height: 260px;
  line-height: 60px;
}
.box_news {
  padding-top: 0px;
  padding-bottom: 150px;
}
.news_slide_content {
  background: #fff;
}
.data_news_slide {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
}
.content_news {
  font-weight: 400;
  font-size: 23px;
  line-height: 28px;
  color: #000000;
  max-width: 310px;
}
.news_slide_content {
  display: flex;
  flex-direction: column;
  padding: 20px 50px 75px;
  position: relative;
}

.name_news {
  font-weight: 700;
  font-size: 23px;
  line-height: 28px;
  color: #000000;
  padding: 11px 0 24px;
}

.news_slide_content {
  overflow: hidden;
  transition: 0.4s;
}

.news_slide_content a {
  position: absolute;
  right: -1px;
  bottom: -1px;
}
.box_sl_news:hover .news_slide_content {
  background: #ffda18;
  transition: 0.4s;
}

.stikek_news.anons {
  background: #7b35ec;
}
.box_sl_news:hover .news_slide_content a:before {
  content: "";
  opacity: 1;
  transition: 0.4s;
  background-image: url(/wp-content/themes/fimfshb/img/button_idcard_cairs_002.png);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.box_sl_news.news_slide_content a:before {
  content: "";
  opacity: 0;
  transition: 0.4s;
}

.box_sl_news.news_slide_content a {
  position: relative;
}
.intro_video_text > div {
  display: inline-block;
}
.intro_video_text * {
  cursor: url(/wp-content/themes/fimfshb/img/mous_box_site_001.png), pointer !important;
}
.box_sl_projects,
.box_sl_projects *,
.box_sl_projects,
.box_sl_projects *,
.box_sl_teacher,
.variable-width_teacher,
.variable-width_teacher * {
  cursor: url(/wp-content/themes/fimfshb/img/mous_box_site_002.png), pointer !important;
}

.item_idcard_cairs .box_projects_photo,
.item_idcard_cairs .box_projects_photo * {
  cursor: url(/wp-content/themes/fimfshb/img/mous_box_site_001.png), pointer !important;
}
.item_idcard_cairs .link_idcard_cairs,
.item_idcard_cairs .link_idcard_cairs * {
  cursor: url(/wp-content/themes/fimfshb/img/mous_box_site_001.png), pointer !important;
}
.box_video_popup a,
.box_video_popup a * {
  cursor: url(/wp-content/themes/fimfshb/img/mous_box_site_002.png), pointer !important;
}
.item_idcard_cairs,
.item_idcard_cairs *,
.item_idcard_cairs .link_idcard_cairs a,
.item_idcard_cairs .link_idcard_cairs a *,
.box_absolut_icon,
.box_absolut_icon * {
  cursor: url(/wp-content/themes/fimfshb/img/mous_box_site_001.png), pointer !important;
}
.box_sl_teacher,
.box_sl_news,
.box_sl_news a,
button.slick-arrow,
.box_form_submit,
.box_form_submit input,
.box_sl_teacher *,
.box_sl_news *,
.box_sl_news a *,
button.slick-arrow *,
.box_form_submit *,
.box_form_submit input * {
  cursor: url(/wp-content/themes/fimfshb/img/mous_box_site_002.png), pointer;
}
img.photo_text_call,
img.form_submit_animation {
  animation: 10s linear 0s normal none infinite running rot;
  -webkit-animation: 10s linear 0s normal none infinite running rot;
}
@keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.content_call {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}
.content_call > * {
  width: 40%;
  position: relative;
}
.photo_call img.photo_call_pp {
  width: 100%;
  position: relative;
  z-index: 1;
}
.photo_call img.photo_text_call {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin-top: -60px;
}
.title_form {
  font-weight: 800;
  font-size: 60px;
  line-height: 65px;
  display: flex;
  align-items: center;
  color: #ffffff;
  padding-bottom: 50px;
}
.form_call form {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.form_call form .box_form_input {
  width: 50%;
}
.form_call form .box_form_textarea {
  width: 100%;
}
.form_call form .box_form_input input {
  width: 100%;
}

.form_call form {
  column-gap: 40px;
}

.form_call form .box_form_input {
  width: calc(50% - 20px);
  margin-bottom: 40px;
}

.form_call form .box_form_textarea textarea {
  width: 100%;
}

.form_call form .box_form_textarea textarea,
.form_call form .box_form_input input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  padding: 15px 0;
  outline: none !important;
}

.form_call form .box_form_textarea textarea::placeholder,
.form_call form .box_form_input input::placeholder {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}
.box_form_submit {
  width: 230px;
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box_form_submit {
  position: relative;
  z-index: 1;
  margin-top: 50px;
  transition: 0.4s;
}

.box_form_submit button.main__btn.btn__white {
  font-weight: 800;
  font-size: 18px;
  line-height: 32px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #ff00c7;
  position: relative;
  z-index: 2;
  background: transparent;
  border: none;
  transition: 0.4s;
}
.box_form_submit button.main__btn.btn__white:before {
  display: none !important;
}
.form_call form .box_form_textarea select.wpcf7-select {
  width: 100%;
  padding: 15px;
  margin-bottom: 15px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  padding: 15px 0;
  outline: none !important;
}
.form_call form .box_form_textarea textarea.wpcf7-form-control.wpcf7-textarea {
  height: 145px;
  margin-top: 30px;
}
.form_call form .box_form_textarea select.wpcf7-select option {
  color: #000;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
}

.box_form_submit:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(/wp-content/themes/fimfshb/img/form_submit_img.png);
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.4s;
}

.box_form_submit img.form_submit_animation {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.4s;
}
.box_form_submit:hover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(/wp-content/themes/fimfshb/img/form_submit_img_02.png);
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.4s;
}
.box_form_submit:hover input[type="submit"] {
  color: #fff;
  transition: 0.4s;
}
.form_call {
  padding-bottom: 80px;
}
.box_idcard_cairs .item_idcard_cairs:nth-child(3):before {
  content: "";
  position: absolute;
  background-image: url(/wp-content/themes/fimfshb/img/item_idcard_cairs_before.png);
  width: 100%;
  height: 285px;
  margin-top: -284px;
  background-position: center;
}
.box_idcard_cairs .item_idcard_cairs:nth-child(3) .logo_idcard_cairs {
}
.box_idcard_cairs {
  margin-top: 180px;
}
section.cairs_home_shb .marquee_box_cairs_three {
  position: relative;
  z-index: 1;
}
section.cairs_home_shb .marquee_box_cairs_two {
  position: relative;
}
.box_idcard_cairs .item_idcard_cairs:nth-child(3) {
  margin-top: 30px;
  padding-bottom: 60px;
}
.box_idcard_cairs .item_idcard_cairs:nth-child(2):before {
  content: "";
  position: absolute;
  background-image: url(/wp-content/themes/fimfshb/img/item_idcard_cairs_before.png);
  width: 100%;
  height: 285px;
  margin-top: -284px;
  background-position: center;
}
.box_idcard_cairs .item_idcard_cairs:nth-child(2) {
  margin-top: 50px;
  padding-bottom: 60px;
}
.box_idcard_cairs .item_idcard_cairs:nth-child(1) {
  margin-top: 70px;
  padding-bottom: 60px;
}
.box_idcard_cairs .item_idcard_cairs:nth-child(1):before {
  content: "";
  position: absolute;
  background-image: url(/wp-content/themes/fimfshb/img/item_idcard_cairs_before.png);
  width: 100%;
  height: 285px;
  margin-top: -284px;
  background-position: center;
}
.text_bg_projects marquee span {
  font-weight: 900;
  font-size: 180px;
  line-height: 190px;
  display: flex;
  align-items: center;
  letter-spacing: -5px;
  text-transform: uppercase;
}
section.cairs_home_shb .marquee_box_cairs_three {
  transform: rotate(-3.04deg);
  height: 60px;
  margin-top: 0px;
  width: 105%;
  margin-left: -30px;
}

section.cairs_home_shb .marquee_box_cairs_three * {
  height: 100%;
  position: relative;
  z-index: 3;
  max-width: initial;
}
section.cairs_home_shb .marquee_box_cairs_two {
  transform: rotate(3.4deg);
  margin-bottom: -135px;
  width: 105%;
  margin-left: -30px;
}
section.cairs_home_shb > .text_bg_projects_class.text_marquee {
  margin-bottom: 140px;
}

.box_idcard_cairs .item_idcard_cairs:nth-child(1) {
  margin-top: 100px;
}

.box_idcard_cairs .item_idcard_cairs:nth-child(2) {
  margin-top: 70px;
}

.box_idcard_cairs .item_idcard_cairs:nth-child(3) {
  margin-top: 60px;
}
.text_bg_projects_class.marquee_box_cairs.svg6 {
  height: 130px;
  transform: rotate(-7.55deg);
  width: 105%;
  margin-left: -30px;
}
.text_bg_projects_class.marquee_box_cairs.svg6 * {
  height: 100%;
  max-width: initial;
}
.text_bg_projects_class.marquee_box_cairs.svg5 {
  height: 55px;
  transform: rotate(5.74deg);
  width: 105%;
  margin-left: -30px;
}
.text_bg_projects_class.marquee_box_cairs.svg5 * {
  height: 100%;
  max-width: initial;
}
.text_bg_projects_class.marquee_box_cairs.svg7 {
  height: 55px;
  transform: rotate(-3.53deg);
  width: 105%;
  margin-left: -30px;
}
.text_bg_projects_class.marquee_box_cairs.svg7 * {
  height: 100%;
  max-width: initial;
}
.text_bg_projects_class.marquee_box_cairs.svg6 {
  margin-top: -105px;
}

.text_bg_projects_class.marquee_box_cairs.svg5 {
  margin-top: -265px;
}

.text_bg_projects_class.marquee_box_cairs.svg7 {
  margin-top: 170px;
}
section.cairs_home_shb > .text_bg_projects_class.marquee_box_cairs_two {
  height: 65px;
  margin-bottom: -70px;
}
section.cairs_home_shb > .text_bg_projects_class.marquee_box_cairs_two * {
  height: 100%;
  max-width: initial;
}
.marquee-slider-second_one.left-right {
  transform: rotate(180deg);
}

.marquee-slider-second_one.left-right img {
  transform: rotate(180deg);
}
.box_idcard_cairs .item_idcard_cairs:hover {
  transform: scale(1.03) !important;
  transition: 0.5s;
}
.box_absolut_icon img:hover {
  transform: scale(1.2) !important;
  transition: 0.4s;
}

header.site_new {
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  z-index: 9;
}

header.site_new .logo_site_new {
  padding-left: 5%;
}
header.site_new .logo_site_new {
  max-width: 300px;
}

header.site_new .logo_site_new img {
  width: 100%;
}

.main-navigation a {
  font-weight: 500;
  font-size: 30px;
  line-height: 30px;
  display: flex;
  align-items: center;
  letter-spacing: -2.55px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 20px;
  position: relative;
  transition: 0.4s;
}

.main-navigation a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  opacity: 0;
  left: 0;
  bottom: -36px;
  background: #ffda18;
  transition: 0.4s;
}

.main-navigation a:hover:before {
  width: 100%;
  opacity: 1;
  transition: 0.4s;
}

.main-navigation a:hover {
  color: #ffda18;
}
.box_projects_slide.mobile_version {
  display: none;
}
.pum-theme-27 .pum-container,
.pum-theme-enterprise-blue .pum-container {
  padding: 0 !important;
}
.pum-content.popmake-content > div {
  width: 100% !important;
}
:-webkit-full-screen #myvideo {
  width: 100%;
  height: 100%;
}
.pum-content.popmake-content {
  overflow: hidden;
  max-width: 100%;
}
.title_box_faculty {
  width: 50%;
  padding-top: 80px;
}

.title_box_faculty .title_faculty {
  width: 100%;
  padding-top: 0;
  max-width: 100%;
}
.wp-video {
  width: auto !important;
}

.ds-popup-content {
  padding: 0 !important;
}
.pum-theme-27 .pum-content + .pum-close,
.pum-theme-enterprise-blue .pum-content + .pum-close {
  position: absolute !important;
  background: #fff !important;
  border-radius: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  top: -10px !important;
  right: -10px !important;
}
/* .box_video_popup {
  max-height: 380px;
  max-width: 600px;
} */
.box_video_popup {
  max-height: 380px;
  max-width: 600px;
}

.box_video_popup > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.bg,
.bg-blue {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.bg {
  background: linear-gradient(
    78.09deg,
    #bd89e1 2.04%,
    #3b89c1 17.88%,
    #8418c3 46.98%,
    #c51963 76.92%,
    #9f0fa4 95.77%
  );
  z-index: 0;
}

.bg-blue {
  background: #ffda18;
  z-index: 0;
  opacity: 0;
}
.container_shb {
  z-index: 1;
  position: relative;
}
/*.site-main.page_home:before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -99999;
    background: linear-gradient(78.09deg, #BD89E1 2.04%, #3B89C1 17.88%, #8418C3 46.98%, #C51963 76.92%, #9F0FA4 95.77%);
}*/

@media screen and (max-width: 1520px) {
  main#primary {
  }
  .box_absolut_icon img:hover {
    transform: scale(1.05) !important;
  }
}

.marquee-slider-second_one .slick-slide {
  width: auto !important;
}
.marquee-slider-second_one .slick-track {
  display: flex;
}
.marquee-slider-second_one {
  margin-top: 60px;
  margin-bottom: 80px;
}

.text_bg_projects_class.text_marquee .marquee-slider-second_one .slick-slide {
  padding-left: 20px;
}
.marquee-slider-second_one .slick-slide {
  font-weight: 900;
  font-size: 180px;
  line-height: 190px;
  display: flex;
  align-items: center;
  letter-spacing: -5px;
  text-transform: uppercase;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.2) 12.37%,
    rgba(255, 255, 255, 0) 77.11%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  white-space: nowrap;
}
.text_bg_projects_class.faculty {
  height: 120px;
  transform: rotate(-7.55deg);
  width: 105%;
  position: relative;
  z-index: 1;
  margin-top: 215px;
  margin-left: -30px;
}

.text_bg_projects_class.faculty * {
  height: 100%;
  max-width: initial;
}
.text_bg_projects_class.marquee_box_cairs_one {
  height: 65px;
}

.text_bg_projects_class.marquee_box_cairs_one * {
  height: 100%;
  max-width: initial;
}
.mobile_vie {
  display: none;
}
.button_header_menu {
  background: #000;
}
header.site_new .logo_site_new a {
  width: 300px;
  display: block;
}
.menu_news_site {
  width: 65%;
}
.menu_news_site .main-navigation {
  display: flex;
  justify-content: flex-end;
}
.button_header_menu {
  height: 100px;
  margin-top: -15px;
  margin-bottom: -15px;
  width: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button_header_menu a.menu__btn {
  width: 100%;
  height: 100%;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
}
.button_header_menu a.menu__btn span.close {
  background: none;
}
.button_header_menu a.menu__btn.active {
  background-image: none;
}
.button_header_menu a.menu__btn span {
  display: none !important;
}

.box_idcard_cairs .item_idcard_cairs {
  transition: 0.5s;
}

.box_idcard_cairs .item_idcard_cairs:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  right: 0;
  background-position: right;
  background-size: contain;
  z-index: 0;
  -webkit-filter: brightness(0%);
  transition: 0.5s;
}
.box_idcard_cairs .item_idcard_cairs:hover:after {
  -webkit-filter: brightness(100%);
  transition: 0.5s;
}
.text_bg_projects_class.marquee_box_cairs_one
  .marquee-slider-second_one.left-right {
  margin-top: -255px;
}

section.cairs_home_shb .marquee_box_cairs_one {
  margin-bottom: 190px;
}

.box_idcard_cairs .item_idcard_cairs:nth-child(1):after {
  background-image: url(/wp-content/themes/fimfshb/img/EVENT_text_right.svg);
}
.box_idcard_cairs .item_idcard_cairs:nth-child(1) * {
  z-index: 2;
  position: relative;
}
.box_idcard_cairs .item_idcard_cairs:nth-child(1) .link_idcard_cairs {
  position: absolute;
}

.box_idcard_cairs .item_idcard_cairs:nth-child(2):after {
  background-image: url(/wp-content/themes/fimfshb/img/FASHION_text_right.svg);
}
.box_idcard_cairs .item_idcard_cairs:nth-child(2) * {
  z-index: 2;
  position: relative;
}
.box_idcard_cairs .item_idcard_cairs:nth-child(2) .link_idcard_cairs {
  position: absolute;
}

.box_idcard_cairs .item_idcard_cairs:nth-child(3):after {
  background-image: url(/wp-content/themes/fimfshb/img/SHOWBUSINESS_text_right.svg);
}
.box_idcard_cairs .item_idcard_cairs:nth-child(3) * {
  z-index: 2;
  position: relative;
}
.box_idcard_cairs .item_idcard_cairs:nth-child(3) .link_idcard_cairs {
  position: absolute;
}

.box_fix_mobile {
  display: none;
}

img.persone_photo {
  display: none;
}

ul.footer__contact-list a {
  display: block;
}

.button_header_menu a.menu__btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.button_header_menu a.menu__btn span.line_link {
  width: 60px;
  height: 2px;
  background: #ef1dea;
  position: relative;
  display: flex !important;
}
.button_header_menu a.menu__btn span.line_link:before {
  width: 60px;
  height: 2px;
  background: #913bff;
  position: absolute;
  content: "";
  margin-top: -20px;
}
.button_header_menu a.menu__btn span.line_link:after {
  width: 60px;
  height: 2px;
  background: #ffde2e;
  position: absolute;
  content: "";
  margin-top: 20px;
}
.button_header_menu a.menu__btn.active span.line_link {
  transform: rotate(45deg);
}
.button_header_menu a.menu__btn.active span.line_link:before {
  transform: rotate(90deg);
  margin-top: 0;
}
.button_header_menu a.menu__btn.active span.line_link:after {
  display: none;
}
body#home section#contact-form {
  display: none;
}
section.footer__top {
  background: linear-gradient(
    78.09deg,
    #bd89e1 2.04%,
    #3b89c1 17.88%,
    #8418c3 46.98%,
    #c51963 76.92%,
    #9f0fa4 95.77%
  );
}
.box_video_popup .wpvl_auto_thumb_box_wrapper,
.box_video_popup .wpvl_auto_thumb_box_wrapper * {
  width: 100%;
  height: 100%;
}
.box_video_popup {
  width: 600px;
  height: 380px;
}
.box_video_popup .wpvl_auto_thumb_box_wrapper .wpvl_auto_thumb_play {
  display: none;
}
.box_video_popup .wpvl_auto_thumb_box_wrapper .wpvl_auto_thumb_box img {
  opacity: 1;
  object-fit: cover;
  object-position: center;
}
.box_sl_teacher img {
  width: 420px;
  height: 550px;
}
.box_teacher_photo {
  width: 420px;
}
.box_sl_teacher.slick-slide {
  width: 420px;
}
.teacher_slide_content {
  width: 400px;
}
.slick-prev:before,
.slick-next:before {
  display: none;
}
.footer__container .footer__social-list img {
  width: 50px;
  height: 50px;
}
.footer__container .footer__social-list {
  margin-bottom: 40px;
}
.logo_footer {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  height: 120px;
  margin-bottom: 25px;
}
.footer__wrap .footer__container:nth-child(1) .title_footer_new {
  color: rgb(83 0 217);
}
.title_footer_new {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1;
}
.footer__wrap .footer__container:nth-child(2) .title_footer_new {
  color: rgba(239, 29, 234, 1);
}
.footer__wrap .footer__container:nth-child(3) .title_footer_new {
  color: rgba(255, 222, 46, 1);
}
.footer__wrap .after_title_new {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
}
.footer__wrap .footer__contact-list li span {
  color: #fff;
  font-size: 20px;
}
.footer__wrap .footer__contact-list li span:before {
  top: 10px;
}
.container.footer__bottom-container > div {
}

.footer__bottom-container > div:nth-child(1),
.footer__bottom-container > div:nth-child(1) a {
  text-align: left;
  display: flex;
  color: #fff;
  font-size: 16px;
}

.footer__bottom-container .copyright {
  color: #fff;
  font-size: 16px;
  width: 60%;
  text-align: center;
}
.footer__bottom {
}

.footer__bottom .container.footer__bottom-container {
  display: flex;
  flex-direction: row;
}

.footer__bottom .container.footer__bottom-container .developer img {
  width: 200px;
  height: auto;
}

.footer__bottom .container.footer__bottom-container .developer {
  display: flex;
  justify-content: flex-end;
}
header.site_new {
  background: linear-gradient(
    78.09deg,
    #bd89e1 2.04%,
    #3b89c1 17.88%,
    #8418c3 46.98%,
    #c51963 76.92%,
    #9f0fa4 95.77%
  );
  z-index: 999;
}
body.home header.site_new {
  background: transparent;
  z-index: 9999999;
}
main {
  margin-top: 180px;
}
body.home main {
  margin-top: 0;
}
.box_sl_news .box_news_photo img {
  width: 510px;
  height: 420px;
  object-fit: cover;
  object-position: center;
}
.news_slide_content {
  width: 510px;
}

.name_news {
  -webkit-line-clamp: 2; /* количество строк */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  padding: 0;
  margin: 11px 0 24px;
  min-height: 55px;
}

.content_news {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  padding: 0;
  min-height: 90px;
}
.pp_overlay {
  width: 100% !important;
}

.pp_pic_holder.facebook {
  position: fixed;
  top: 10% !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto;
  width: 80% !important;
  height: 700px !important;
}

.pp_pic_holder.facebook * {
  width: 100% !important;
  /* height: 100%!important; */
  background: none !important;
}

div.facebook .pp_top .pp_middle {
  width: auto !important;
  display: none;
}

div.facebook .pp_content_container .pp_right {
  background: none !important;
}

.pp_bottom {
  display: none;
}

div.facebook .pp_content_container .pp_left {
  background: none;
}

.pp_fade {
  border: 10px solid #fff;
  border-radius: 8px;
}

div.facebook .pp_close {
  width: 22px !important;
  height: 22px !important;
  background: url(/wp-content/themes/fimfshb/img/sprite.png) -1px -1px no-repeat !important;
  cursor: pointer !important;
  border: 5px solid #fff;
  padding: 11px;
  border-radius: 50%;
  top: 5px;
}
#business .menu.active,
#business header.active {
  background: transparent;
  z-index: 101;
}
header.site_new .logo_site_new {
  position: relative;
  z-index: 999;
}

header.site_new .menu_news_site {
  position: relative;
  z-index: 999;
}

header.site_new .button_header_menu {
  position: relative;
  z-index: 999;
}
.video_absolute_faculty {
  position: relative;
}

.img_absolute_faculty {
  z-index: 99;
}

.img_absolute_faculty img {
  pointer-events: none;
}

.container_shb .reels_prev,
.container_shb .reels_next {
  z-index: 99999;
  height: 100%;
  cursor: pointer;
}

.video_absolute_faculty {
  position: relative;
}

section.faculty_home_shb a.btn__play {
  background: #fbd21e;
  width: 100px;
  height: 100px;
}
.video_slide.card__video-item video {
  object-fit: cover;
  object-position: center;
  left: 0px;
}
.card__video .slick-slide > div {
  width: 100%;
  height: 100%;
}
.section_testing {
  min-height: 650px;
  padding: 50px 0;
}
.card__video.video_frame {
  width: 360px;
  height: 720px;
  border: 5px solid #000;
}
.card__video.video_frame .video_frame {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 0;
}
.card__video.video_frame .video_frame .slick-list {
  height: 100%;
}

.card__video.video_frame .video_frame .slick-track {
  height: 100%;
}

.video_faculty .video_frame_container .video_frame video {
  object-fit: cover;
  object-position: center;
}

.video_faculty .video_frame_container ul.slick-dots {
  list-style-type: none;
}

.video_faculty .slick-dots li.slick-active button:before {
  display: none;
}
.video_faculty .video_frame .insta_video_wrapper {
  height: 100%;
}
.video_slide.card__video-item {
  height: 100%;
}

.card__video.video_frame .slick-list.draggable {
  height: 100%;
}

.card__video.video_frame .slick-track {
  height: 100%;
}
.box_content_faculty .video_faculty .video_absolute_faculty .slick-list {
  height: 100%;
}

.box_content_faculty
  .video_faculty
  .video_absolute_faculty
  .slick-list
  .slick-track {
  height: 100%;
}

.box_idcard_cairs .item_idcard_cairs:nth-child(2) .logo_idcard_cairs {
  padding-left: 50px;
}

.box_idcard_cairs .item_idcard_cairs:nth-child(2) .link_idcard_cairs:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(/wp-content/themes/fimfshb/img/button_idcard_cairs_002.png);
  z-index: 9;
}
.box_idcard_cairs .item_idcard_cairs:nth-child(3) .link_idcard_cairs:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(/wp-content/themes/fimfshb/img/button_idcard_cairs_003.png);
  z-index: 9;
}

.link_idcard_cairs {
  position: relative;
}

.box_skills .marquee-slider-second_one {
  margin-bottom: 5px;
}
.title__wrap span.title__label {
  font-size: 22px;
}
.single__page-content img,
.single__page-content p img {
  margin: 0 auto;
  padding: 20px 0;
}
#event .footer__top {
  background-color: transparent;
}
.preview__slider span {
  color: #fff;
}
.preview__slider a {
  color: #fff;
}
.preview__slider .base__text-small {
  color: #fff;
}
body.single .container.single__page .single__page-header {
  padding: 0;
  text-align: left;
  background: transparent;
  margin-bottom: 25px;
}

body.single
  .container.single__page
  .single__page-header
  h1.single_page_heading {
  padding: 0;
  text-align: left;
  max-width: 100%;
}

body.single
  .container.single__page
  .single__page-header
  h1.single_page_heading:before {
  left: -50px;
}
.single__page-header {
  background: rgb(0 0 0 / 10%);
}

.video-gallery-slider a.btn__play.play_js_video:before {
  content: "";
  position: absolute;
  background-image: url(/wp-content/themes/fimfshb/img/play.svg);
  width: 23px;
  height: 23px;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-right: 19px;
}

.video-gallery-slider a.btn__play.play_js_video {
  display: flex;
  align-items: center;
  justify-content: center;
}
body .partners__line_custrom_new.text_bg_projects_class.marquee_box_cairs_one {
  margin: 0;
  height: 95px;
  width: 150%;
  margin-left: -25%;
}

body
  .partners__line_custrom_new.text_bg_projects_class.marquee_box_cairs_one
  .marquee-slider-second_one.left-right.slick-initialized.slick-slider {
  margin: 0;
}
body
  .partners__line_custrom_new.text_bg_projects_class.marquee_box_cairs_one
  .marquee-slider-second_one.left-right.slick-initialized.slick-slider
  img {
  margin: 0 10px;
}
.container.direction__container.custrom_direction_content
  + .text_and_image_container {
  margin-top: -50px;
}
.container.direction__container.custrom_direction_content
  + .text_and_image_container
  a.main__btn.btn__color {
  width: auto;
  height: auto;
  font-size: 32px;
  padding: 17px 45px;
}
.container.direction__container.custrom_direction_content
  + .text_and_image_container
  a.main__btn.btn__color
  span {
  font-size: 28px !important;
}
.container.direction__container.custrom_direction_content {
  padding-top: 50px;
}
.box_teacher .title_section span {
  padding-left: 20px;
}
body .base__text-secondary {
  font-size: 20px;
}
body .news__page-container .news__item {
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(100px);
  border-radius: 30px;
  border: 2px solid var(--main-light-color);
}

body .news__right-part span {
  color: #fff;
}

body .news__page-container .news__wrap .base__text-small {
  color: #fff;
}

body .news__right-part p {
  color: #fff;
}
body .feature_items_container {
  margin-bottom: 100px;
}

body .single__page-content .title__wrap {
  margin-bottom: 20px;
}
#business .footer__top,
#event .footer__top {
  background-color: transparent;
}
section.courses .courses__container .courses__right-part .slick-arrow {
  display: none !important;
}
body .courses__title {
  color: #fff;
}

body .base__text-small {
  color: #fff;
}

body a.btn__registration {
  color: #fff;
}
.courses__page .courses__left-part-list a {
  position: relative;
}
.department__container-inner .department__list li.latest_dep_element {
  margin-bottom: 20px;
}
body .js-ag-pdf-tab-cat_item__active .ag-pdf-tab_title-list {
  color: #fff;
}
body .ag-pdf-tab_item a {
  color: #fff;
}
body .ag-pdf-tab_item a,
body .ag-pdf-tab_title-list {
  color: #fff;
}
body .documents_download_btn {
  color: #fff;
}
body a.js-pdf-tab_link.ag-pdf-tab_link.js-ag-pdf-tab_link__active {
  text-decoration: underline;
}

body .ag-pdf-tab_link.js-ag-pdf-tab_link__active::before {
  right: auto;
  left: 0;
}
.department__list li.latest_dep_element > p {
  max-width: 420px;
  display: block;
  margin-bottom: 40px;
}
#business .trade__wrap,
#event .trade__wrap,
#fashion .trade__slider {
  gap: 60px;
}
#business .trade__item:nth-child(odd) {
  background: linear-gradient(
    65.65deg,
    #fc0297 -4.79%,
    #0137ea 125.89%,
    #0137ea 125.9%,
    #0137ea 125.91%
  );
}
#business .trade__item:nth-child(even) {
  background: linear-gradient(
    90.44deg,
    rgba(6, 55, 233, 0.6) 3.11%,
    #c92c8a 75.74%,
    #f5ff2b 124.33%
  );
}
.content_block_text a {
  text-decoration: underline;
}

.content_block_text a:hover {
  text-decoration: none;
}

@media screen and (min-width: 960px) {
  section.conditions .container.conditions__container ul.conditions__list {
    display: flex;
    justify-content: center;
    column-gap: 30px;
  }
}

@media screen and (max-width: 1370px) {
  .img_absolute_faculty img {
    scale: 0.8;
  }
}

@media (min-width: 960px) and (max-width: 1310px) {
  .text_bg_projects_class.faculty {
    height: 140px;
  }
  .box_idcard_cairs .item_idcard_cairs:nth-child(1) .title_idcard_cairs,
  .box_idcard_cairs .item_idcard_cairs:nth-child(2) .title_idcard_cairs,
  .box_idcard_cairs .item_idcard_cairs:nth-child(3) .title_idcard_cairs,
  .title_footer_new {
    font-size: 40px;
  }
}

@media screen and (max-width: 1280px) {
  .single_page_heading {
    font-size: 38px;
  }
  .text_bg_projects_class.marquee_box_cairs_one
    .marquee-slider-second_one.left-right {
    margin-top: 60px;
  }
  .title_box_faculty {
    width: 35%;
  }
  .title_faculty {
    font-size: 48px;
  }
  .text_bg_projects_class.faculty {
    overflow: hidden;
    padding-bottom: 70px;
    position: absolute;
    z-index: 99999;
    margin-top: 140px;
  }
  section.cairs_home_shb {
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  section#testcolor {
    overflow: hidden;
    position: relative;
    padding-bottom: 330px;
  }
  .text_bg_projects_class.marquee_box_cairs_one {
    z-index: -1;
  }
  section.cairs_home_shb .marquee_box_cairs_one {
    position: relative;
    z-index: 1;
  }
  .intro_video_text {
    font-size: 110px;
  }
}

@media screen and (max-width: 1020px) {
  section#testcolor {
    padding-bottom: 100px;
  }
  .box_fix_mobile {
    position: fixed;
    right: -45%;
    display: flex;
    column-gap: 20px;
    width: 100%;
    transform: rotate(270deg);
    z-index: 9;
    top: 35%;
  }

  .item_fix_mobile {
  }

  .item_fix_mobile {
    background: #fff;
    padding: 5px;
    border-radius: 5px;
  }

  .item_fix_mobile:nth-child(1) {
    background: #923cff;
    color: #fff;
  }

  .item_fix_mobile a {
    color: #fff;
    text-decoration: none;
  }

  .item_fix_mobile:nth-child(2) {
    background: #ef1dea;
  }

  .item_fix_mobile:nth-child(3) {
    background: #ffde2e;
    color: #000;
  }

  .item_fix_mobile:nth-child(3) a {
    color: #000;
  }
  .intro_video_text {
    font-weight: 700;
    font-size: 45px;
    line-height: 60px;
  }
  section.intro_video {
    height: 650px;
  }
  .title_section:before,
  .single__page-header h1.single_page_heading:before {
    width: 32px;
    height: 32px;
    background-size: contain;
    left: -20px;
    top: -15px;
  }
  .title_section {
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    width: 80%;
  }
  .marquee-slider-second_one .slick-slide {
    font-size: 75px;
    margin-top: 0;
    line-height: 75px;
  }
  .mobile_vie {
    display: block;
  }
  .marquee-slider-second_one {
    margin-top: 0;
    margin-bottom: 0;
  }

  section.projects_home_shb {
    padding-top: 60px;
  }

  .tile_projects_slide {
    font-size: 25px;
    line-height: 50px;
  }

  .box_content_faculty {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding-bottom: 40px;
  }

  section.faculty_home_shb {
    padding-top: 100px;
  }

  .title_faculty {
    font-size: 28px;
    line-height: 35px;
    max-width: 85%;
    margin: 0 auto;
    margin-bottom: 50px;
  }

  .video_faculty {
    width: 260px;
    margin: 0 auto;
    height: 485px;
  }
  body .card__video {
    height: 490px;
  }

  .img_absolute_faculty img:nth-child(1) {
    width: 115px;
    top: -50px;
  }

  .img_absolute_faculty img:nth-child(2) {
    width: 125px;
    right: -70px;
  }

  .img_absolute_faculty img:nth-child(3) {
    width: 115px;
    left: -70px;
    top: 85px;
  }

  .img_absolute_faculty img:nth-child(4) {
    width: 105px;
    right: -85px;
    top: 185px;
  }

  .img_absolute_faculty img:nth-child(5) {
    width: 150px;
    left: -105px;
    top: 250px;
  }

  .img_absolute_faculty img:nth-child(6) {
    width: 170px;
    right: -115px;
    top: 335px;
  }
  .box_form_submit.mobile_vie {
    margin: 0 auto;
    margin-top: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 200px;
  }

  .box_form_submit.mobile_vie:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(/wp-content/themes/fimfshb/img/mobile_png_button_002.png);
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.4s;
  }

  .box_form_submit.mobile_vie a {
    font-weight: 700;
    font-size: 23px;
    line-height: 32px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    z-index: 1;
    position: relative;
    text-decoration: none;
  }
  .text_bg_projects_class.faculty {
    margin-top: 0;
    transform: rotate(0deg);
    overflow: hidden;
    margin-left: 0;
    width: 100%;
    height: 55px;
    padding: 35px 0px;
  }

  section.faculty_home_shb {
  }

  .text_bg_projects_class.faculty .marquee-slider-second_one {
    transform: rotate(-7.55deg);
    width: 105%;
    margin-left: -10px;
  }

  section.cairs_home_shb .marquee_box_cairs_one {
    padding-bottom: 70px;
    height: 25px;
    margin-top: -200px;
  }

  section.cairs_home_shb {
    background: linear-gradient(
      78.09deg,
      #bd89e1 2.04%,
      #3b89c1 17.88%,
      #8418c3 46.98%,
      #c51963 76.92%,
      #9f0fa4 95.77%
    );
  }
  .content_call {
    display: flex;
    flex-direction: column;
  }

  .content_call > * {
    width: 90%;
    margin: 0 auto;
  }

  .title_form {
    font-size: 30px;
    line-height: 35px;
  }

  .box_absolut_icon img:nth-child(8) {
    width: 100px;
  }

  .box_idcard_cairs {
    overflow-y: scroll;
    margin-top: 0;
    padding-top: 155px;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    column-gap: 20px;
    justify-content: space-between;
  }

  .box_idcard_cairs .item_idcard_cairs {
    width: 285px;
    transition: 0.4s;
  }

  .logo_idcard_cairs {
  }

  .logo_idcard_cairs img {
    width: 75px;
  }

  .item_idcard_cairs .logo_idcard_cairs {
    padding-top: 20px;
  }

  .box_idcard_cairs .item_idcard_cairs:nth-child(1) .logo_idcard_cairs {
    padding-bottom: 20px;
    transition: 0.4s;
  }

  .box_idcard_cairs .item_idcard_cairs:nth-child(1) .title_idcard_cairs {
    padding: 0 30px;
    font-size: 50px;
  }

  .box_idcard_cairs .item_idcard_cairs:nth-child(1) .after_title_idcard_cairs {
    padding: 12px 30px;
  }

  .box_idcard_cairs .item_idcard_cairs:nth-child(1) .text_idcard_cairs {
    padding: 0 30px 50px;
  }

  .box_idcard_cairs .item_idcard_cairs:nth-child(1) .hashtag_idcard_cairs {
    font-size: 18px;
    padding: 0 30px;
  }

  .box_idcard_cairs .item_idcard_cairs:nth-child(2) {
    width: 280px;
  }

  .box_idcard_cairs .item_idcard_cairs:nth-child(2) .title_idcard_cairs {
    font-size: 50px;
    padding: 0 30px;
  }

  .box_idcard_cairs .item_idcard_cairs:nth-child(2) .after_title_idcard_cairs {
    padding: 12px 30px;
  }

  .box_idcard_cairs .item_idcard_cairs:nth-child(2) .text_idcard_cairs {
    padding: 0 30px 50px;
  }

  .box_idcard_cairs .item_idcard_cairs:nth-child(2) .hashtag_idcard_cairs {
    font-size: 18px;
    padding: 0 30px;
  }

  .box_idcard_cairs .item_idcard_cairs:nth-child(3) .title_idcard_cairs {
    font-size: 42px;
    padding: 0 30px;
  }

  .box_idcard_cairs .item_idcard_cairs:nth-child(3):before {
    content: "";
    position: absolute;
    background-image: url(/wp-content/themes/fimfshb/img/item_idcard_cairs_before_mobile.png);
    width: 100%;
    height: 300px;
    margin-top: -284px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .box_idcard_cairs .item_idcard_cairs:nth-child(3) .logo_idcard_cairs img {
    width: 150px;
    margin: 0 auto;
    display: flex;
  }

  .box_idcard_cairs .item_idcard_cairs:nth-child(3) .hashtag_idcard_cairs {
    font-size: 18px;
    padding: 0 30px;
  }

  .box_idcard_cairs .item_idcard_cairs:nth-child(2):before {
    content: "";
    position: absolute;
    background-image: url(/wp-content/themes/fimfshb/img/item_idcard_cairs_before_mobile.png);
    width: 100%;
    height: 300px;
    margin-top: -282px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .box_idcard_cairs .item_idcard_cairs .logo_idcard_cairs {
    width: 280px;
  }
  .box_idcard_cairs .item_idcard_cairs:nth-child(1):before {
    content: "";
    position: absolute;
    background-image: url(/wp-content/themes/fimfshb/img/item_idcard_cairs_before_mobile.png);
    width: 100%;
    height: 300px;
    margin-top: -282px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  section.cairs_home_shb > .text_bg_projects_class.marquee_box_cairs_two {
    height: 23px;
    margin-left: 0;
    margin-bottom: -20px;
  }

  section.cairs_home_shb .marquee_box_cairs_three {
    height: 23px;
    margin-left: 0px;
    width: 100%;
    margin-bottom: -10px;
  }

  .box_idcard_cairs .item_idcard_cairs:nth-child(1) {
    margin-top: 85px;
  }

  .box_idcard_cairs {
    max-width: 90%;
    overflow-x: visible;
    margin: 0 auto;
  }

  section.cairs_home_shb > .text_bg_projects_class.text_marquee {
    margin-bottom: 50px;
  }

  .box_idcard_cairs .item_idcard_cairs:nth-child(2) {
    margin-top: 85px;
  }

  .box_idcard_cairs .item_idcard_cairs:nth-child(3) {
    margin-top: 85px;
  }
  .box_skills {
    padding-top: 70px;
    padding-bottom: 0;
  }

  .box_absolut_icon img:nth-child(1) {
    width: 55px;
  }

  .box_absolut_icon img:nth-child(2) {
    width: 30px;
  }

  .box_absolut_icon img:nth-child(3) {
    width: 55px;
  }

  .box_absolut_icon img:nth-child(4) {
    width: 60px;
  }

  .box_absolut_icon img:nth-child(5) {
    width: 90px;
  }

  .box_absolut_icon img:nth-child(6) {
    width: 60px;
  }

  .box_absolut_icon img:nth-child(7) {
    width: 60px;
  }

  .box_absolut_icon img:nth-child(8) {
    width: 75px;
  }

  .box_absolut_icon img:nth-child(9) {
    width: 65px;
    top: 60%;
    right: 15%;
  }

  .box_absolut_icon img:nth-child(10) {
    width: 70px;
  }

  .text_bg_projects_class.marquee_box_cairs.svg5 {
    height: 22px;
    margin-left: 0;
    margin-top: -89px;
    transform: rotate(2.57deg);
  }

  .text_bg_projects_class.marquee_box_cairs.svg7 {
    margin-top: 50px;
    height: 22px;
    margin-left: 0;
  }

  .text_bg_projects_class.marquee_box_cairs.svg6 {
    margin-top: -7px;
    height: 45px;
    margin-left: -8px;
  }

  .box_teacher {
    padding-top: 95px;
  }

  .box_teacher .title_section {
    max-width: 75%;
  }

  .box_teacher .text_bg_projects_class.text_marquee {
    margin-top: -30px;
  }

  .box_teacher_slide {
  }

  .box_teacher_slide .slick-list.draggable {
  }

  .box_teacher_slide .slick-arrow {
    zoom: 0.7;
  }

  .box_skills {
  }

  .box_skills .text_bg_projects_class.text_marquee {
    margin-top: -25px;
  }
  .box_skills {
    padding-top: 70px;
    padding-bottom: 0;
  }

  .box_absolut_icon img:nth-child(1) {
    width: 55px;
  }

  .box_absolut_icon img:nth-child(2) {
    width: 30px;
  }

  .box_absolut_icon img:nth-child(3) {
    width: 55px;
  }

  .box_absolut_icon img:nth-child(4) {
    width: 60px;
  }

  .box_absolut_icon img:nth-child(5) {
    width: 90px;
  }

  .box_absolut_icon img:nth-child(6) {
    width: 60px;
  }

  .box_absolut_icon img:nth-child(7) {
    width: 60px;
  }

  .box_absolut_icon img:nth-child(8) {
    width: 75px;
  }

  .box_absolut_icon img:nth-child(9) {
    width: 65px;
    top: 60%;
    right: 15%;
  }

  .box_absolut_icon img:nth-child(10) {
    width: 70px;
  }

  .text_bg_projects_class.marquee_box_cairs.svg5 {
    height: 22px;
    margin-left: 0;
    margin-top: -89px;
    transform: rotate(2.57deg);
  }

  .text_bg_projects_class.marquee_box_cairs.svg7 {
    margin-top: 50px;
    height: 22px;
    margin-left: 0;
  }

  .text_bg_projects_class.marquee_box_cairs.svg6 {
    margin-top: -7px;
    height: 45px;
    margin-left: -8px;
  }

  .box_teacher {
    padding-top: 95px;
    padding-bottom: 0;
  }

  .box_teacher .title_section {
    max-width: 75%;
  }

  .box_teacher .text_bg_projects_class.text_marquee {
    margin-top: -30px;
  }

  .box_teacher_slide {
  }

  .box_teacher_slide .slick-list.draggable {
  }

  .box_teacher_slide .slick-arrow {
    zoom: 0.7;
  }

  .box_skills {
  }

  .box_skills .text_bg_projects_class.text_marquee {
    margin-top: -25px;
  }

  .name_teacher_slide {
    font-size: 16px;
    padding-left: 20px;
  }

  .depatrtment_teacher {
    font-size: 16px;
    padding-left: 20px;
  }

  .box_sl_teacher.slick-slide.slick-active
    + .box_sl_teacher.slick-slide.slick-active {
    margin-top: 125px;
  }
  .photo_call img.photo_text_call {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    margin-top: -20px;
  }
  .form_call {
    padding-bottom: 25px;
  }

  .box_news {
    padding-top: 0;
    margin-top: -65px;
    padding-bottom: 50px;
  }
  .form_call form .box_form_input {
    margin-bottom: 24px;
  }

  .box_news .text_bg_projects_class.text_marquee {
    margin-top: -30px;
  }

  .container_title {
  }

  .box_call {
  }

  .box_call .text_bg_projects_class.text_marquee {
    margin-top: -30px;
  }

  .form_call form {
    column-gap: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-bottom: 50px;
  }

  .form_call form .box_form_input {
    width: 100%;
  }

  .box_form_submit {
    zoom: 0.7;
  }

  section.projects_home_shb > .text_bg_projects_class.text_marquee {
    margin-top: -30px;
  }

  .title_faculty {
    margin-top: 50px;
  }

  main#primary {
    zoom: 1;
  }
  .variable-width_news .box_sl_news {
    max-width: 310px;
  }

  .variable-width_teacher .box_sl_teacher {
    max-width: 310px;
  }
  .variable-width_teacher .box_sl_teacher img {
    width: 100%;
  }

  .news_slide_content {
    padding: 10px 20px 95px;
  }

  .data_news_slide {
    font-weight: 400;
    font-size: 12px;
    line-height: 28px;
  }

  .name_news {
    font-size: 18px;
    line-height: 23px;
  }

  .content_news {
    font-size: 16px;
    line-height: 22px;
  }

  .news_slide_content a img {
    zoom: 0.8;
  }

  .variable-width_news .box_sl_news .box_news_photo {
  }

  .variable-width_news .box_sl_news .box_news_photo > img {
    width: 100%;
  }

  .variable-width_news button.slick-arrow {
    display: none !important;
  }
  .box_projects_slide {
  }

  .box_projects_slide .slider {
  }

  .box_projects_slide .slider .box_sl_projects {
    max-width: 310px;
    margin: 0px 10px;
  }

  .box_projects_slide .slider .box_sl_projects .box_video_popup > img {
    width: 100%;
    height: 215px;
  }

  .box_projects_slide {
  }

  .box_projects_slide .slider {
  }

  .box_projects_slide .slider .slick-track {
  }

  .box_projects_slide .slider .slick-list {
    overflow: scroll;
  }
  .box_projects_slide {
  }

  .box_projects_slide .slider.variable-width {
    display: flex;
    align-items: flex-start;
    overflow: scroll;
    flex-wrap: nowrap;
  }

  .box_projects_slide .slider.variable-width .box_sl_projects {
    min-width: 310px;
  }

  .box_projects_slide .slider.variable-width .tile_projects_slide {
    font-size: 22px;
    line-height: 30px;
    margin-top: -50px;
  }
  .box_idcard_cairs {
    padding-bottom: 20px;
  }
  .slider.variable-width_news {
    display: flex;
    flex-wrap: nowrap;
    overflow: scroll;
    padding-bottom: 20px;
  }

  .slider.variable-width_news .box_sl_news {
    width: 310px;
    min-width: 310px;
    max-width: 310px;
  }

  .variable-width_news .box_sl_news .box_news_photo > img {
    object-fit: cover;
    object-position: center;
    height: 100%;
  }

  .stikek_news {
    font-size: 20px;
    line-height: 45px;
    margin-top: -130px;
    margin-left: -135px;
    width: 230px;
    height: 230px;
  }
  .box_projects_slide.desktop_version {
    display: none;
  }

  .home-collective__scroller-inner {
    display: flex;
    position: relative;
    justify-content: flex-start;
    align-items: stretch;
  }
  .home-collective__scroller-inner__strip {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    overflow: hidden;
  }
  .home-collective__scroller {
    position: relative;
    left: calc(50% - 50vw);
    width: 100vw;
    overflow: hidden;
  }
  .home-collective__scroller-inner__velocity {
    position: relative;
  }
  .home-collective__scroller-image {
  }
  .box_projects_slide.mobile_version {
    display: none;
  }

  .box_projects_slide.mobile_version {
    display: flex;
  }
  .home-collective__scroller-image {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 350px;
    position: relative;
    margin: 0 0 -20px 10px;
  }
  .box_projects_slide.mobile_version {
  }

  .mobile_version .box_projects_photo {
    width: 350px;
    height: 215px;
  }

  .mobile_version .box_projects_photo {
  }

  .mobile_version .box_projects_photo .box_video_popup {
    width: 350px;
    height: 215px;
  }

  .mobile_version .box_projects_photo .box_video_popup img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .home-collective__scroller {
  }

  .home-collective__scroller-inner__velocity {
    margin-bottom: 10px;
  }

  .mobile_version .box_projects_photo .box_video_popup .box_video_popup {
    width: 100%;
    height: 100%;
  }

  .mobile_version .tile_projects_slide {
    font-size: 22px;
    margin-top: -48px;
    line-height: 20px;
  }
  header.site_new .logo_site_new {
    max-width: 160px;
  }

  .menu_news_site .menu-toggle {
    width: 80px;
    height: 71px;
    background: #000;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -15px 0;
    background-image: url(/wp-content/themes/fimfshb/img/mobile_menu.svg);
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.4s;
  }
  header.site_new .logo_site_new {
    max-width: 160px;
    transition: 0.4s;
  }

  .menu_news_site .menu-toggle {
    width: 80px;
    height: 71px;
    background: #000;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -15px 0;
    background-image: url(/wp-content/themes/fimfshb/img/mobile_menu.svg);
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.4s;
  }
  .main-navigation ul#primary-menu {
    left: -100%;
    opacity: 0;
    transition: 0.4s;
  }
  .main-navigation.toggled ul#primary-menu {
    position: fixed;
    top: 71px;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    padding-top: 15px;
    transition: 0.4s;
    opacity: 1;
    transition: 0.4s;
  }

  .main-navigation.toggled ul#primary-menu a {
    color: #000;
    padding: 15px 0;
    transition: 0.4s;
  }
  .menu-menu-1-container {
    display: none;
  }
  div#pp_full_res {
    background: transparent;
  }

  div#pp_full_res iframe {
    width: 95%;
    background: transparent;
  }

  .pp_details {
    position: absolute !important;
    margin-top: -40px !important;
    background: transparent;
    top: 15px;
  }

  .pp_details a.pp_close {
    position: absolute;
    top: -16px;
  }

  div.pp_default .pp_content,
  div.light_rounded .pp_content {
    background: transparent;
  }

  div.pp_default .pp_content_container .pp_left {
    background: transparent;
  }
  .title_box_faculty {
    width: 100%;
    padding: 115px 0 60px;
    text-align: center;
    margin: 0 auto;
  }

  .title_box_faculty .title_faculty {
    width: 100%;
    text-align: left;
    margin: 0 auto;
    display: block;
    padding-left: 5%;
  }
  .box_form_submit {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 45px;
    margin-right: 30px;
  }
  .content_call > * {
    width: 295px;
    margin: 0 auto;
  }
  .box_form_submit.mobile_vie {
    padding: 0;
  }
  video#testme_one {
    height: 750px !important;
  }
  .insta_video_wrapper.ag-video_frame-16x9.ag-video_frame__big {
    height: 100%;
  }

  body#home {
  }

  body#home section#contact-form {
    display: none;
  }

  section.footer__top {
    background: linear-gradient(
      78.09deg,
      #bd89e1 2.04%,
      #3b89c1 17.88%,
      #8418c3 46.98%,
      #c51963 76.92%,
      #9f0fa4 95.77%
    );
  }

  .menu_news_site {
    display: none;
  }

  header.site_new .logo_site_new a {
    width: 190px;
  }

  .button_header_menu a.menu__btn {
  }

  .button_header_menu {
    height: 73px;
    width: 70px;
  }

  .button_header_menu a.menu__btn span.line_link {
    width: 40px;
  }

  .button_header_menu a.menu__btn span.line_link:before {
    width: 40px;
    margin-top: -15px;
  }

  .button_header_menu a.menu__btn span.line_link:after {
    width: 40px;
    margin-top: 15px;
  }

  header.site_new .menu.active {
    padding-top: 73px;
  }

  /*header.site_new .menu ul li a {
    font-size: 18px;
    text-align: left;
    font-weight: 500;
    letter-spacing: 0;
}*/

  /* header.site_new .menu ul li {
    text-align: center;
  } */

  /*header.site_new .menu ul.menu__list {
    width: 45%;
}*/
  .text_bg_projects_class.faculty {
    height: 110px;
  }
  section.cairs_home_shb {
    padding-top: 50px;
  }
  .box_idcard_cairs .item_idcard_cairs:nth-child(3):before {
    margin-top: -280px;
  }
  header.site_new .menu.active .container.menu__container {
    height: 95vh;
  }
  .footer__container ul {
    height: 0;
    opacity: 0;
    transition: 0.4s;
    margin-bottom: 0;
  }

  .footer__container {
    margin-bottom: 0;
    transition: 0.4s;
  }

  .footer__container.active {
    margin-bottom: 50px;
    transition: 0.4s;
  }

  .footer__container.active ul {
    transition: 0.4s;
    height: auto;
    opacity: 1;
  }
  .footer__container.active ul.footer__social-list {
    margin-bottom: 30px;
    transition: 0.4s;
  }
  .footer__bottom .container.footer__bottom-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer__bottom .container.footer__bottom-container > div {
    padding-bottom: 15px;
    width: 100%;
  }

  .footer__bottom .container.footer__bottom-container > div {
    text-align: center;
  }

  .footer__bottom-container > div:nth-child(1),
  .footer__bottom-container > div:nth-child(1) a {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .footer__bottom .container.footer__bottom-container .developer {
    display: flex;
    justify-content: center;
    padding-top: 15px;
  }

  .footer__container ul li {
    display: none;
  }

  .footer__container.active ul li {
    display: flex;
  }
  .footer__title {
    display: flex;
    align-items: center;
    column-gap: 20px;
    position: relative;
  }

  .footer__title .after_title_new {
    position: absolute;
    bottom: 30px;
    left: 110px;
    font-size: 16px;
  }

  .title_footer_new {
    font-size: 28px;
  }

  .logo_footer {
    width: 75px;
  }

  .footer__container .footer__social-list {
    margin-bottom: 0;
  }

  .footer__title {
    margin-bottom: 0;
  }
  .footer__wrap .footer__contact-list li span {
    color: #fff;
    font-size: 16px;
  }
  .footer__container .footer__social-list img {
    width: 30px;
    height: 30px;
  }
  .footer__container.active {
    margin-bottom: 20px;
  }
  section.footer__top {
    position: relative;
    z-index: 99;
  }
  section.footer__top {
    position: relative;
    z-index: 99;
  }

  .footer__title:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background-image: url(/wp-content/themes/fimfshb/img/arrow_footer.svg);
    right: 5px;
    background-size: contain;
    transform: rotate(90deg);
    transition: 0.4s;
  }
  .footer__title.active:after {
    transition: 0.4s;
    transform: rotate(270deg);
  }
  .box_form_submit {
    width: 160px;
    height: 160px;
  }

  .box_form_submit:before {
    background-size: 80%;
  }

  .box_form_submit {
    width: 160px;
    height: 160px;
  }

  .box_form_submit:before {
    background-size: 80%;
  }

  .footer__title {
    column-gap: 10px;
  }

  .logo_footer {
    width: 75px;
    height: 90px;
    margin-bottom: 15px;
  }

  .footer__title .after_title_new {
    bottom: 15px;
    left: 85px;
  }
  .footer__container .footer__social-list {
    height: auto;
    opacity: 1;
  }
  .footer__container .footer__social-list li {
    display: block;
  }

  .footer__container .footer__social-list {
    margin-block: 15px;
  }
  .footer__container .footer__social-list li {
    display: block;
  }

  .footer__container .footer__social-list {
    margin-block: 15px;
  }

  .box_teacher_photo {
    width: 320px;
  }

  .box_sl_teacher img {
    max-height: 420px;
  }

  .teacher_slide_content {
    width: 320px;
  }
  main {
    margin-top: 110px;
  }
  body.home main {
    margin-top: 0;
  }
  .variable-width_news .box_sl_news .box_news_photo > img {
    height: 280px;
  }

  .news_slide_content {
    width: 310px;
  }

  .name_news {
    min-height: 50px;
  }
  .pp_pic_holder.facebook {
    position: fixed;
    top: 10% !important;
    left: -3% !important;
    right: 0 !important;
    margin: 0 auto;
    width: 105% !important;
    height: 500px !important;
  }
  body a.pp_close {
    right: 12% !important;
    top: -10px !important;
  }
  .footer__bottom-container > div:nth-child(1) a {
    font-size: 13px;
    margin-bottom: 15px;
  }

  .footer__bottom-container .copyright {
    font-size: 13px;
    max-width: 260px;
  }

  .footer__bottom .container.footer__bottom-container .developer {
    max-width: 200px;
    margin-bottom: -25px;
  }

  .footer__bottom .container.footer__bottom-container .developer img {
    width: 90%;
    margin-left: 0;
    margin: 0 auto;
  }
  .video_faculty .video_frame_container {
    width: 100%;
    height: 485px;
  }
  .video_faculty .video_frame_container {
    margin: 0;
  }

  .video_faculty .video_slide {
    margin: 0;
  }
  .card__video.video_frame {
    width: 100%;
    height: 470px;
  }
  .container.menu__container:before {
    content: "";
    width: 120px;
    height: 120px;
    position: absolute;
    background-image: url(/wp-content/themes/fimfshb/img/union_svg.svg);
    background-size: contain;
    left: 15px;
    top: 15px;
    animation: 3s linear 0s normal none infinite running title_before;
    -webkit-animation: 3s linear 0s normal none infinite running title_before;
    bottom: 20%;
    top: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .site-header .container.menu__container {
    position: relative;
  }
  .container.single__page .single__page-header h1.single_page_heading:before {
    left: -20px;
  }
  .title__wrap span.title__label {
    font-size: 16px;
    line-height: 22px;
  }
  .container.single__page .single__page-header {
    margin-bottom: 10px;
  }
  body.single
    .container.single__page
    .single__page-header
    h1.single_page_heading:before {
    left: -20px;
  }
  .num_list_left_part {
    width: 50px;
    height: 50px;
    font-size: 26px;
    margin-bottom: 0;
  }

  .num_list_items li {
    display: flex;
    column-gap: 10px;
    padding-right: 20px;
    align-items: center;
    padding-bottom: 15px;
  }

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

  .num_list_title {
    margin-bottom: 0;
  }
  .num_list_items {
    padding-top: 40px;
  }

  section.department + .custom_code_container img {
    height: 65px !important;
  }
  section.department
    + .custom_code_container
    > .text_bg_projects_class.marquee_box_cairs_two
    > .marquee-slider-second_one.left-right {
    transform: rotate(171deg) !important;
  }
  .container.direction__container.custrom_direction_content
    + .text_and_image_container
    a.main__btn.btn__color
    span {
    font-size: 22px !important;
  }
  .container.direction__container.custrom_direction_content
    + .text_and_image_container
    a.main__btn.btn__color {
    margin-top: 25px;
    padding: 15px 35px;
  }
  span.custrom_title_site {
    display: flex;
    text-align: center;
    width: 100%;
    justify-content: center;
    font-size: 28px;
    font-weight: 800;
    margin-top: 0;
  }
  .box_teacher .title_section span {
    padding-left: 0px;
  }

  .box_teacher .title_section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  /* .container.menu__container:before {
    content: "";
    width: 280px;
    height: 280px;
    animation: 4s linear 0s normal none infinite running title_before;
    -webkit-animation: 4s linear 0s normal none infinite running title_before;
    bottom: 18%;
    background-repeat: no-repeat;
  } */

  .container.menu__container:before {
    content: none;
  }

  .box_idcard_cairs {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .overlay {
    background: linear-gradient(
      355.56deg,
      #2abfbf 10%,
      rgba(255, 255, 255, 0) 45.48%
    );
  }
  .overlay__text p {
    margin-bottom: 0;
  }

  .container.single__page
    + .container.single__page
    > .single__page-content
    > .num_list_container
    li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .container.single__page
    + .container.single__page
    > .single__page-content
    > .num_list_container
    .num_list_left_part {
    margin-bottom: 15px;
  }

  .container.single__page
    + .container.single__page
    > .single__page-content
    > .num_list_container
    .num_list_right_part {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
  }

  .container.single__page
    + .container.single__page
    > .single__page-content
    > .num_list_container
    .num_list_title {
    padding-bottom: 10px;
    text-align: left;
  }

  .container.single__page
    + .container.single__page
    > .single__page-content
    > .num_list_container
    .num_list_content {
    font-size: 16px;
  }

  .container.single__page
    + .container.single__page
    > .single__page-content
    > .num_list_container
    .num_list_content
    ul {
    padding-top: 13px;
  }

  .single__page-header
    + .single__page-content
    section.department
    ul.department__list
    .department__content {
    padding-bottom: 0;
    margin-top: 10px;
  }

  .single__page-header
    + .single__page-content
    section.department
    ul.department__list
    .department__content
    p {
    font-size: 24px;
    font-weight: 700;
  }

  .single__page-header
    + .single__page-content
    section.department
    ul.department__list
    .department__content
    .base__text-secondary {
    font-size: 18px;
    padding-bottom: 20px;
  }
  .feature_items_container ul.two_coll li + li .feature_list_long_left {
    display: none;
  }
  .content_features_block ul li {
    display: flex;
    justify-content: flex-start;
    column-gap: 20px;
    text-align: left;
  }
  .single__page-header
    + .single__page-content
    section.department
    ul.department__list
    .department__content
    + .department__btn_container {
    position: relative;
    left: auto;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -30px;
  }

  .box_idcard_cairs {
    max-width: 100%;
    margin-left: 0px !important;
    width: calc(100% + 20px);
  }
  .text_bg_projects_class.marquee_box_cairs_one
    .marquee-slider-second_one.left-right {
    height: 35px;
    margin-top: 0;
    max-width: 100%;
    position: relative;
    z-index: 9999;
  }
  section.cairs_home_shb .marquee_box_cairs_one {
    padding-bottom: 70px;
    height: 25px;
    margin-top: -50px;
    padding-bottom: 0;
    margin-bottom: 100px;
  }
  .footer__wrap .footer__container .title_footer_new {
    width: 77%;
  }
  .footer__title.active ~ ul.footer__contact-list {
    display: flex;
    opacity: 1;
    height: auto;
  }
  .footer__title.active ~ ul.footer__contact-list li {
    display: flex;
  }

  .content_block_text h1 {
    line-height: 135%;
  }
  #business .trade__item {
    margin-bottom: 30px;
  }

  .feature_items_container + .num_list_container .num_list_items li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .feature_items_container
    + .num_list_container
    .num_list_items
    li
    .num_list_left_part {
    margin-bottom: 10px;
  }

  .feature_items_container
    + .num_list_container
    .num_list_items
    li
    .num_list_right_part {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
  }

  .feature_items_container
    + .num_list_container
    .num_list_items
    li
    .num_list_title {
    padding-bottom: 10px;
  }

  .feature_items_container
    + .num_list_container
    .num_list_items
    li
    .num_list_content {
    font-size: 16px;
  }
  body .numbered_list_right_part {
    font-size: 14px;
    max-width: 70%;
  }
  .content_block_text {
    width: 90%;
  }
  .single_page_heading {
    font-size: 28px;
  }
}

.site-header .container.menu__container {
  overflow-y: auto !important;
  max-height: 100% !important;
}

  header.site_new .menu li a[href="#"] {
  opacity: 0.5;
  cursor: not-allowed;
} 
