@media screen and (max-width: 1366px) {
  .top-banner img {
    height: 590px;
  }

  .top-slider-nav-container {
    top: unset;
    bottom: 40px;
    /* padding-right: 16px; */
  }
}

@media screen and (max-width: 1080px) {
  .news-link-wrap {
    margin-left: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .brands-swiper-slide {
    height: 95px;
  }
}

@media screen and (max-width: 980px) {
  .theme-1 {
    padding: 24px 0;
  }

  .theme-wrap {
    margin-top: 30px;
  }

  .error-text,
  .error-bottom {
    max-width: 100%;
  }

  .mt-50 {
    margin-top: 20px;
  }

  .info-slider-wrap {
    margin-top: 24px;
    padding-bottom: 24px;
  }

  .container {
    padding: 0 12px;
  }

  .title {
    font-size: 28px;
    line-height: 41px;
    width: 100%;
  }

  .title-2 {
    font-size: 26px;
    line-height: 38px;
  }

  .title-3 {
    font-size: 24px;
    line-height: 36px;
  }

  .title-4 {
    font-family: "Manrope Bold";
    font-size: 21px;
    line-height: 26px;
  }

  .title-5 {
    font-size: 20px;
    line-height: 26px;
  }

  .subtitle-l {
    font-size: 16px;
    line-height: 22px;
  }

  .text {
    font-size: 14px;
    line-height: 21px;
  }

  img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  .visible-xs {
    display: flex;
  }

  header {}

  .hidden-xs {
    display: none !important;
  }

  .col-100-xs {
    width: 100% !important;
    max-width: 100% !important;
  }

  .col-50-xs {
    width: 50% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .btn {
    font-size: 16px;
    line-height: 26px;
    padding: 10px 20px;
  }

  .mob-pd-0 {
    padding: 0 !important;
  }

  /* .menu-icon {
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    right: 0;
    cursor: pointer;
    height: 60px;
    width: 37px;
  }
  .menu-icon span {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    width: 36px;
    height: 2px;
    background: #7230c9;
    top: 48%;
    left: 0;
    border-radius: 10px;
  }
  .menu-icon span:before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
    width: 36px;
    height: 2px;
    background: #7230c9;
    position: absolute;
    bottom: -9px;
    left: 0;
    border-radius: 10px;
  }
  .menu-icon span:after {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
    width: 36px;
    height: 2px;
    background: #7230c9;
    position: absolute;
    top: -9px;
    left: 0;
    border-radius: 10px;
  }
  .menu-icon.opened span {
    background: transparent;
  }
  .menu-icon.opened span::before {
    bottom: 0;
    transform: rotate(45deg);
    width: 26px;
    background: #7230c9;
  }
  .menu-icon.opened span::after {
    top: 0;
    transform: rotate(-45deg);
    width: 26px;
    background: #7230c9;
  }
  .menu {
    display: none;
    position: absolute;
    right: 0;
    top: 65px;
    padding: 34px;
    background: #000;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
    flex-direction: column;
    justify-content: space-between;
    z-index: 5;
    max-width: 245px;
  }
  .menu-nav.opened {
    display: flex;
  } */
  .menu-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 24px;
  }

  .top-banner img {
    height: 400px;
  }

  .top-banner-text {
    margin-top: 20px;
  }

  .top-slider-nav-container {
    transform: none;
    width: 100%;
    right: unset;
    /* padding-right: 16px; */
    top: unset;
    bottom: 24px;
  }

  .aprof-simple-slider-block {
    overflow: hidden;
  }

  .aprof-simple-slider-larr {
    left: 0;
  }

  .info-slider-pic {
    height: 284px;
    order: -1;
  }

  /* 
  .top-slider-info {
    padding-top: 32px;
  } */

  .top-slider-info {
    bottom: 100px;
  }

  .video-col {
    height: 277px;
    overflow: hidden;
  }

  .activities-wrap .basic-tab {
    font-size: 18px;
    line-height: 38px;
  }

  .activities-wrap .tab-content-wrap {
    margin-top: 24px;
  }

  .error-page {
    height: 100%;
    min-height: 600px;
    top: auto;
    margin-bottom: 0;
    background-position: bottom left;
  }

  .error-title {
    font-size: 28px;
    line-height: 34px;
  }

  .error-text {
    font-size: 22px;
    line-height: 28px;
  }

  .error-bottom {
    font-size: 18px;
    line-height: 26px;
  }

  .error-content {
    height: 100%;
    padding-top: 100px;
    justify-content: center;
  }

  .error-info {
    text-align: center;
  }

  .news-link-wrap {
    position: relative;
    top: 0px;
    right: 0;
    margin-left: 10px;
  }

  .news-section-link {
    padding: 12px 4px;
    border-bottom: 1px solid #cfd6e9;
    font-size: 14px;
    line-height: 21px;
    border-radius: 0;
  }

  .news-wrap {
    margin-top: 20px;
  }

  .news-pic,
  .preview-pic {
    height: 196px;
  }

  .news-name {}

  .subtitle {
    font-size: 14px;
    line-height: 21px;
  }

  /* .news-item {
    padding-bottom: 16px;
    border-bottom: 1px solid #CFD6E9;
  } */

  .news-item:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #cfd6e9;
  }

  .news-wrap-xs {
    margin-top: 16px;
  }

  .news-item-xs {
    padding-bottom: 16px;
    border-bottom: 1px solid #cfd6e9;
  }

  .news-item-xs:not(:last-child) {
    margin-bottom: 16px;
  }

  .about-top-block {
    margin-top: 20px;
  }

  .about-text {
    margin-top: 16px;
  }

  .about-col-2 {
    order: -1;
  }

  .about-col-1 {
    margin-top: 40px;
  }

  .link-wrap {
    margin-top: 20px;
    justify-content: center;
    display: flex;
  }

  .info-slider-content {
    padding-top: 44px;
  }

  .info-slider-text {
    margin-top: 20px;
  }

  .activities-info {
    background-color: #2e4a97;
    text-align: left;
    padding: 20px 16px;
    width: 100%;
  }

  .medSliderMainEl .currentSlide {
    height: 476px;
  }

  .graduates2-page-wrap .graduate-pic-wrap img {
    width: 100%;
  }

  .proud-cards-facultet-wrap .hof-item-pic {
    height: 260px;
  }

  .proud-cards-facultet-wrap .hof-item-pic img {
    object-fit: contain;
  }

  .facultet-about-page .sidebar-news {
    max-width: 100% !important;
  }

  .gallery-wrap-xs .gallery-preview {
    height: 300px;
  }

  .page-banner {
    height: fit-content;
    min-height: 300px;
    padding: 40px 0;
  }

  .int-connections-photo {
    width: 100%;
    border-radius: 0;
    background-size: contain;
    background-color: transparent;
  }

  .int-connections-text {
    width: 100%;
  }

  .activities-preview-list {
    margin-top: 24px;
    padding-left: 20px;
  }

  .activities-preview-item {
    font-size: 14px;
    line-height: 21px;
  }

  .actual-video-wrap {
    /* height: 235px; */
    height: 100%;
  }

  .video-slide-info {
    padding: 16px 0 0 0;
    background-color: #fff;
  }

  .video-name {
    margin-top: 8px;
    font-weight: 600;
    font-size: 16px;
  }

  .video-text-preview {
    margin-top: 8px;
  }

  .gallery-preview {
    height: 234px;
  }

  .gallery-name {
    margin-top: 16px;
  }

  .resourses-link {
    padding: 0;
    width: 100%;
    height: 100%;
    display: block;
  }

  .basic-template {
    padding: 30px 0 0;
  }

  .departments-wrap {
    margin-top: 24px;
    margin-bottom: -12px;
  }

  .departments-link {
    /* margin-bottom: 12px; */
    /* padding-bottom: 12px; */
    min-height: auto;
    font-size: 12px;
    line-height: 16px;
  }

  .departments-block:not(:last-child) {
    margin-bottom: 40px;
  }

  .page-content-block {
    margin-top: 30px;
  }

  .faq-name {
    font-size: 16px;
    line-height: 24px;
  }

  .faq-item-top {
    padding: 24px 68px 24px 16px;
  }

  .faq-info {
    padding: 20px 16px;
  }

  .faq-info-content {
    font-size: 14px;
    line-height: 22px;
  }

  .mt-40 {
    margin-top: 30px;
  }

  .top-cover-col-item {
    margin-bottom: 12px;
  }

  .top-cover-left-col {
    padding: 0 0 36px;
  }

  .top-cover-col-pic {
    bottom: auto;
    width: calc(100% + 32px);
    left: 0;
    max-width: fit-content;
  }

  .info-page-menu li:not(:last-child) {
    margin-bottom: 14px;
  }

  .info-page-contacts-block {
    margin-top: 18px;
  }

  .contacts-block:not(:first-child) {
    margin-top: 40px;
  }

  .subtitle-xl {
    font-size: 24px;
    line-height: 26px;
  }

  .content-col-right {
    margin-top: 30px;
  }

  .article-content p:not(:last-child) {
    margin-bottom: 18px;
  }

  .video_n iframe {
    width: 100%;
    height: 300px;
  }

  .bb-styled {
    padding-bottom: 18px;
  }

  .info-page-menu-item {
    font-size: 14px;
    line-height: 21px;
  }

  .special-img-title {
    opacity: 1;
    padding: 20px 0;
    font-size: 14px;
    line-height: 21px;
  }

  .page {
    padding-bottom: 60px;
  }

  .theme-tab {
    padding: 10px 14px;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 8px;
  }

  .theme-tab:not(:last-child) {
    margin-right: 4px;
  }

  .map-info {
    padding: 18px 0 30px;
  }

  .map-address {
    margin-top: 8px;
  }

  .map-item,
  .contacts-info-item {
    margin-bottom: 30px;
  }

  .contacts-block {
    margin-bottom: -20px;
  }

  .contacts-info-item {
    padding-bottom: 30px;
  }

  .contacts-string:not(:first-child) {
    margin-top: 8px;
  }

  .faculties-item {
    justify-content: unset;
  }

  .faculty-logo {
    width: 80px;
  }

  .faculty-name {
    padding: 0 16px;
    /* width: calc(100% - 80px); */
  }

  .faculty-name a {
    font-size: 18px;
    line-height: 26px;
  }

  .faculty-info {
    margin-top: 20px;
  }

  .faculties-item:not(:first-child) {
    margin-top: 40px;
  }

  .hof-detail-info {
    margin-top: 24px;
  }

  .hof-detail-link {
    margin-top: 30px;
  }

  .award-item {
    margin-bottom: 20px;
  }

  .award-pic {
    width: 40px;
    margin-right: 16px;
  }

  .award-name {
    width: calc(100% - 56px);
    max-width: unset;
  }

  .hof-detail-awards {
    margin-top: 40px;
    margin-bottom: -20px;
  }

  .schedule-item {
    display: flex;
    align-items: center;
    padding: 24px;
  }

  .schedule-item-pic {
    width: 80px;
    height: 80px;
    margin-right: 16px;
  }

  .schedule-item-name {
    margin-top: 0;
    width: calc(100% - 96px);
  }

  .schedule-item-name span {
    font-size: 16px;
    line-height: 21px;
    text-align: left;
  }

  .schedule-text {
    font-size: 16px;
    line-height: 24px;
  }

  .pdf-link-wrap {
    margin-top: 20px;
  }

  .pdf-link:before {
    height: 30px;
    width: 27px;
  }

  .schedule-col {
    padding-right: 0;
  }

  .virtual-tour-wrap {
    margin-bottom: -30px;
  }

  .virtual-tour-item {
    margin-bottom: 30px;
  }

  .virtual-tour-name {
    font-size: 20px;
    line-height: 28px;
  }

  .virtual-tour-info {
    padding: 14px 0 20px;
  }

  .pan_wrap {
    position: absolute;
    width: 100%;
    height: 512px;
    left: 0;
    overflow: hidden;
    overflow-x: scroll;
  }

  .basic-link {
    font-size: 18px;
    line-height: 22px;
  }

  .quote {
    font-size: 16px;
    line-height: 22px;
  }

  .quote:before,
  .quote:after {
    height: 28px;
    width: 28px;
  }

  .quote:before {
    left: -28px;
  }

  .quote:after {
    right: -28px;
  }

  .news-section-link.active {
    border: none;
    border-bottom: 1px solid #2e4a97;
  }

  .article-col {
    padding: 24px 18px 40px;
  }

  .article-wrap {
    left: 0;
  }

  .article-content img:not(:last-child) {
    margin-bottom: 24px;
  }

  .sidebar-col {
    padding: 40px 0;
  }

  .sidebar-news .news-item:not(:last-child) {
    margin-bottom: 24px;
  }

  .publication-item {
    padding: 0 0px 24px 0;
    margin-bottom: 30px;
  }

  .patent-name {
    font-size: 18px;
    line-height: 26px;
  }

  .patent-author {
    margin: 18px 0;
  }

  .patent-text {
    margin-top: 24px;
  }

  .patents-wrap {
    margin-bottom: -24px;
  }

  .personality-preview-pic {
    width: 150px;
    height: 265px;
  }

  .personality-preview-info {
    width: calc(100% - 150px);
  }

  .custom-more {
    margin-top: 60px;
  }

  .theme-link-xs,
  .department-link-xs a {
    font-size: 12px;
    line-height: 20px;
  }

  footer {
    padding: 16px 0 20px;
  }

  .f-logo img {
    height: 72px;
  }

  .footer-top {
    padding-bottom: 16px;
    margin-bottom: 20px;
    align-items: center;
  }

  .footer-socials {
    margin-top: 40px;
  }

  .f-title {
    font-size: 14px;
    line-height: 24px;
  }

  .f-menu {
    margin-top: 8px;
  }

  .f-menu:last-child {
    margin-top: 0;
  }

  .footer-col:not(:last-child) {
    margin-bottom: 28px;
  }

  .f-menu-item-2:not(:last-child) {
    margin-bottom: 16px;
  }

  .f-link {
    width: calc(50% - 8px);
    font-size: 12px;
    line-height: 18px;
    padding: 18px 16px 12px;
    margin-bottom: 16px;
  }

  .f-link:not(:last-child) {
    margin-right: 0;
  }

  .f-link:nth-child(odd) {
    margin-right: 16px;
  }

  .f-links {
    margin-top: 42px;
  }

  .footer-bottom {
    margin-top: 40px;
  }

  .f-bottom-text {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    display: inline;
  }

  .f-bottom-text-col:not(:last-child) {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .f-bottom-text-col {
    text-align: center;
  }

  .personality-detail-top {
    padding-bottom: 24px;
  }

  .p-articles-item {
    padding: 24px 0;
  }

  .photo-cover-xl {
    height: unset;
  }

  .photo-cover-descr-xs,
  .patents-cover .photo-cover-descr-xs {
    margin-top: 40px;
  }

  .photo-cover {
    height: 300px;
    padding-bottom: 40px;
  }

  .menu-icon~.text {
    display: none;
  }

  .university-page-content .top-banner-wrap .activities-info {
    position: static;
  }

  .university-page-content .museum-banner-wrap {
    height: fit-content;
  }

  .university-page-content .top-banner-wrap .activities-slide-content {
    height: fit-content;
    width: 100%;
    left: 0;
  }

  .dc-functions-block {
    margin-bottom: -24px;
  }

  .dc-functions-block li {
    width: 100%;
    padding-right: 0;
  }

  .styled-ul li {
    margin-bottom: 24px;
  }

  .theme-xs {
    padding: 24px 0;
  }

  .materials-block-item {
    height: unset;
  }

  .materials-block-item:nth-child(3) .materials-block-info,
  .materials-block-item:nth-child(4) .materials-block-info {
    order: 1;
  }

  .materials-block-info {
    padding: 24px 90px 24px 24px;
    font-size: 18px;
    line-height: 26px;
  }

  .materials-block-item:nth-child(1):before,
  .materials-block-item:nth-child(2):before,
  .materials-block-item:before {
    right: 24px;
    left: unset;
    bottom: 24px;
    width: 30px;
    height: 30px;
  }

  .bottom-leader-pic {
    width: 115px;
  }

  .bottom-leader-info {
    width: calc(100% - 115px);
  }

  .bottom-leader-name {
    margin-top: 10px;
  }

  .awards-page-item:before,
  .awards-page-item:after,
  .awards-page-wrap:before,
  .awards-page-string:nth-child(even):last-child:before,
  .awards-page-string:last-child::after,
  .awards-page-string:nth-child(odd):last-child:before {
    display: none;
  }

  .events-sidebar {
    padding-left: 0;
    order: -1;
  }

  .events-left-col {
    margin-top: 40px;
  }

  .event-info {
    padding: 16px;
  }

  .theme-6-item {
    padding: 24px 0 !important;
    border-right: none !important;
    border-bottom: 1px solid #2e4a97;
    margin-bottom: 24px;
  }

  .theme-6-item:first-child:before {
    display: none;
  }

  .uni-text-wrap,
  .uni-faculties-info {
    padding-left: 0;
    margin-top: 20px;
  }

  .uni-faculties-info {
    margin-top: 40px;
  }

  .title-6 {
    font-size: 21px;
    line-height: 34px;
  }

  .uni-link-title {
    font-size: 26px;
    line-height: 34px;
  }

  .section-block {
    margin-top: 40px;
  }

  .inter-cooperation-item:not(:last-child) {
    margin-bottom: 24px;
  }

  .inter-cooperation-item img {
    margin: 0 auto;
  }

  .inter-cooperation-items {
    margin-top: 40px;
  }

  .uni-info-pic {
    margin-top: 40px;
  }

  .enrollee-info-col-left {
    padding-right: 0;
  }

  .enrollee-info-col-right {
    margin-top: 40px;
  }

  .dark-info-block {
    padding: 24px;
  }

  .dark-info-block-title {
    font-size: 24px;
    line-height: 34px;
  }

  .dark-info-block-string {
    margin-top: 24px;
    font-size: 18px;
    line-height: 24px;
  }

  .pink-styled .theme-6-item {
    border-color: #f97bbf;
  }

  .not-container-left {
    left: 0;
  }

  .not-container-text {
    padding: 16px;
  }

  .enrollee-links {
    margin-top: 40px;
    justify-content: center;
  }

  .enrollee-link:not(:last-child) {
    margin-right: 0;
    /* margin-bottom: 24px; */
  }

  .useful-links-xl {
    height: fit-content;
    max-height: unset;
  }

  .doctor-info-text-left {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .doctor-info-text-right {
    padding-left: 0;
  }

  .quote-wrap {
    width: calc(100% - 50px);
    margin: 30px auto;
  }

  .useful-link-xl:last-child .useful-link-xl-pic {
    height: 170px;
  }

  .useful-link-xl-info {
    padding: 20px 20px 0 0;
  }

  .magazines-item:first-child:before {
    display: none;
  }

  .magazines-item:not(:nth-child(3n)) {
    border-right: none;
    border-bottom: 1px solid #cfd6e9;
  }

  .magazines-item {
    padding: 40px;
  }

  .museum-col-text {
    padding-left: 0;
  }

  .styled-link-name {
    max-width: 100%;
    font-size: 14px;
    line-height: 24px;
    padding: 24px;
  }

  .styled-link-name:before {
    width: 30px;
    height: 30px;
    right: 24px;
    bottom: 24px;
  }

  .museum-col-text {
    margin-top: 40px;
  }

  .section-block-xs {
    margin-top: 24px;
  }

  .content-text p:not(:last-child) {
    margin-bottom: 16px;
  }

  .right-text-col {
    padding-left: 0;
  }

  .banner-xs-logo {
    margin-right: 0;
    margin-bottom: 40px;
  }

  .centenary-text {
    padding-left: 0;
  }

  .events-filter-wrap {
    margin-top: 20px;
  }

  .e-filter-group:not(:last-child) {
    margin-bottom: 24px;
  }

  .event-date {
    font-size: 24px;
    line-height: 34px;
  }

  .category-dot {
    align-self: start;
    margin-top: 8px;
  }

  .centenary-link {
    font-size: 16px;
    line-height: 24px;
  }

  .centenary-link:not(:last-child) {
    margin-bottom: 24px;
  }

  .centenary-links-col:last-child {
    padding: 24px 0 0 0;
    border: none;
  }

  .centenary-right-col {
    margin-top: 40px;
  }

  .centenary-right-col .btn-wrap {
    margin-top: 30px;
  }

  .video-item {
    height: 225px;
  }

  .theme-2 {
    padding: 40px 0;
  }

  .dc-page-col:first-child {
    padding-right: 0;
  }

  .dc-page-col:last-child {
    margin-top: 30px;
  }

  .dc-page-col .btn-wrap {
    margin-top: 30px;
  }

  .site-info-helper-item-dark {
    font-size: 16px;
    line-height: 22px;
    padding: 16px;
  }

  .dc-item {
    margin-bottom: 40px;
  }

  .dc-name {
    font-size: 22px;
    line-height: 28px;
  }

  .dc-info {
    margin-top: 16px;
  }

  .faculty-name {
    margin: 0;
  }

  .faculty-name a {
    width: unset;
  }

  .top-cover-col-item a,
  .theme-text {
    font-size: 12px;
    line-height: 16px;
  }

  .uni-faculties-info .title-6 {
    margin-bottom: 20px;
  }

  .theme-6-item-mark {
    font-size: 56px;
    line-height: 72px;
  }

  .not-container-block {
    width: 100%;
  }

  .medSliderMainEl .currentSlide {
    width: 100%;
  }

  .doctor-info-text-block img {
    max-width: 100%;
  }

  .article-wrap {
    width: 100%;
  }

  .info-slide-text {
    padding: 70px 40px 40px 16px;
    width: 50% !important;
  }

  .info-slide-pic {
    width: 50% !important;
  }

  .university-text {
    padding-left: 0;
    width: 100%;
    margin-top: 40px;
  }

  .block-item {
    width: 100%;
  }

  .university-title {
    margin-bottom: 12px;
  }

  .block-item:last-child {
    margin-left: 0;
  }

  .banner-figure {
    width: 100%;
  }

  .faculty-level:nth-child(2n) .faculty-block {
    padding-left: 0;
    order: 0;
  }

  .student-text {
    width: 100%;
  }

  .student-government {
    padding: 0;
  }

  .faculty-level:first-child {
    padding: 16px 0 24px 0;
  }

  .faculty-title {
    margin-bottom: 16px;
  }

  .bottom-content {
    margin-top: 40px;
  }

  .student-life-item {
    margin-bottom: 24px;
  }

  .banner-section-xs {
    padding: 40px 24px;
  }

  .uni-link-info {
    left: 0;
  }

  .medical-activity-link-xs-title {
    padding: 16px 0 0 0;
    font-size: 18px;
    line-height: 26px;
  }

  .cookie-text {
    max-width: 720px;
  }

  .article-col.col-100-xs {
    width: 100% !important;
  }

  .article-col~.sidebar-col.col-100-xs {
    width: 100% !important;
  }
}

@media (max-width: 760px) {
  .col-100-xs {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .medSliderBMainEl .leftSlideWrapper {
    width: 100%;
  }

  .slideAdditionalInfo {
    width: 100% !important;
  }

  .medSliderBMainEl .leftSlideWrapper .slideImageEl,
  .medSliderBMainEl .leftSlideWrapper .thirdSliderWrapp::after {
    transform: none !important;
  }

  .personalities-filter,
  .personalities-select-wrap {
    margin-top: 24px;
  }

  .personality-detail-top {
    min-height: unset;
  }

  .personality-pic {
    height: 335px;
    margin-bottom: 0;
  }

  .personality-pic img {
    object-fit: contain;
  }

  #nagrady-list .custom-select-theme {
    top: -113px;
  }

  .schedule-col:not(:first-child) {
    margin-top: 40px;
  }

  .faculty-name {
    padding: 0 16px;
    width: calc(100% - 80px);
  }

  .graduates-page-left-col {
    padding-right: 0;
  }

  .graduates-page-right-col {
    margin-top: 40px;
  }

  .dc-detail-page-col-right {
    margin-top: 40px;
  }

  .hof-item-pic {
    height: 490px;
  }

  .desc-menu-icon-wrap .theme-text {
    display: none;
  }

  .header-wrap {
    padding: 0;
    height: 0;
  }

  #menu-opener {
    position: absolute;
    top: 47px;
    right: 0;
  }

  .menu-wrap .tab-content.opened {
    position: absolute;
    top: 0;
    background-color: #fff;
    width: 100%;
  }

  .menu-content-wrap {
    position: absolute;
    top: 0;
    background-color: #fff;
    width: 100%;
  }

  .menu-bottom-col .theme-text {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }

  .panel img {
    height: unset;
  }

  .article-content img {
    height: unset;
  }

  .ml-bottom {
    border-top: none;
  }

  .fm-link .theme-text {
    font-size: 16px;
    line-height: 24px;
  }

  .sidebar-tab {
    padding: 20px 0;
    border-bottom: 1px solid #dbe2f4;
    font-size: 14px;
    line-height: 150%;
  }

  .sidebar-tab.active {
    font-size: 16px;
    line-height: 24px;
  }

  .sidebar-tab:not(:last-child) {
    margin-bottom: 0;
  }

  .site-navigation {
    padding: 20px 0 0;
  }

  .menu-bottom-col {
    margin-top: 42px;
  }

  /* .menu-bottom {
    flex-direction: column-reverse;
  } */

  .menu-left-col {
    max-height: unset;
  }

  .header-top {
    border-bottom: none;
  }

  .menu-fixed {
    padding: 16px 0;
  }

  .menu-top .title-2 {
    display: none;
  }

  .closer-xl {
    position: absolute;
    right: 16px;
    top: 35px;
  }

  .menu-content-wrap {
    width: 100%;
    padding-left: 0;
  }

  .news-link-wrap {
    position: relative;
    margin-top: 24px;
  }

  .info-slider {
    height: unset;
  }

  .info-slide {
    /* padding: 328px 0 16px;
    background-size: auto 284px;
    background-position: top; */
  }

  .info-slider-nav {
    right: 16px;
    top: 18%;
  }

  .theme-link-xl {
    font-size: 14px;
    line-height: 21px;
  }

  .info-slider-pagination.swiper-custom-pagination {
    position: absolute;
    bottom: unset;
    top: 300px;
    width: 100%;
    justify-content: center;
    display: flex;
    left: 0;
  }

  .basic-tab {
    width: 100%;
  }

  .activities-slide {
    height: fit-content;
    padding-top: 200px;
    background-size: auto 200px;
    background-position-x: center;
  }

  .activities-slide-content {
    height: 430px;
    width: calc(100% + 32px);
    left: -16px;
  }

  .activities-preview-item {
    margin-bottom: 17px;
  }

  .medical-activity-tabs-wrap .activities-slide,
  .medical-activity-tabs-wrap .activities-slide-content {
    height: fit-content;
  }

  .medical-activity-tabs-wrap .activities-info {
    height: fit-content;
    position: relative;
  }

  .video-slider-wrap .title,
  .gallery-wrap .title {
    width: fit-content;
  }

  .medSliderMainEl .slidesPart {
    flex-wrap: wrap;
  }

  .slidesBar {
    display: none !important;
  }

  .news-section-list {
    width: 100%;
  }

  .header-icons.socials {
    display: none;
  }

  .auth-link-wrap {
    display: none;
  }

  .menu-wrap .header-icons.socials {
    display: flex;
  }

  .news-section-list-wrap {
    width: 100%;
  }

  .info-slide-text {
    padding: 44px 40px 16px 16px;
    width: 100% !important;
  }

  .info-slide-pic {
    width: 100% !important;
    height: 284px;
  }

  .info-slide-content {
    flex-direction: column-reverse;
  }

  .menu-search-wrap {
    margin-top: 0;
    width: calc(100% - 60px);
  }

  .r-container {
    padding-left: 0;
    margin-bottom: unset;
    top: unset;
    /* order: -1; */
  }

  .title-wrap .custom-select-theme {
    margin-top: 24px;
  }

  .medSliderBMainEl .secondSliderWrapp {
    left: 0 !important;
  }

  .medical-activity-link:not(:last-child) {
    margin-bottom: 24px;
  }

  .medical-activity-right-col {
    margin-top: 40px;
  }

  .basic-tab-xs {
    font-size: 14px;
    line-height: 26px;
  }

  .basic-tab-xs:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 12px;
  }

  .medical-activity-tabs-wrap .tab-content-wrap {
    margin-top: 40px;
  }

  .enrollee-info-mt {
    margin-top: 15px;
  }

  .cookie-text {
    max-width: 560px;
  }

  .dropdown-login-content_mobile {
    margin-top: 24px;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    height: 0;
    z-index: -1;
    display: none !important;
  }

  .wrap-dropdown-login {
    display: none !important;
  }

  .dropdown-login-content_mobile.opened {
    height: fit-content;
    z-index: 1;
    display: block !important;
  }

  .dropdown-login-content_mobile.opened .wrap-dropdown-login {
    display: block !important;
  }

  .dropdown-login-content_mobile .drowpdown-login-item-wrap {
    width: 100%;
    padding: 12px 0px 12px 12px;
    border-color: #fff;
    background-color: #f9f9fc;
  }
}

@media screen and (max-width: 600px) {
  .logo {
    max-width: 260px;
  }

  .video-col {
    width: 100%;
  }

  .video_n iframe {
    width: 100%;
    height: 200px;
  }

  .cookie-button {
    margin-top: 10px;
  }
}

@media screen and (max-width: 500px) {
  .logo {
    max-width: 242px;
  }

  /* .f-logo {
    max-width: ;
  } */

  .uni-link-wrap:nth-child(3) {
    margin-bottom: 20px;
  }

  .photo-cover-mob {
    background-position: center;
    background-repeat: no-repeat;
  }

  .photo-cover-mob:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #2e4a97cc;
    z-index: -1;
    display: block;
    content: "";
    top: 0px;
  }

  .patents-cover {
    height: 385px;
  }
}

@media (max-width: 414px) {
  #menu-opener {
    right: 5px;
  }

  .top-banner img {
    height: 575px;
  }

  .top-mobile-banner img {
    height: 400px;
  }

  .top-slider-nav-container {
    transform: none;
    width: 100%;
    right: unset;
    /* padding-right: 16px; */
    top: unset;
    bottom: 24px;
  }

  .top-slider-info {
    padding-top: 2px;
    position: absolute;
    bottom: 80px;
  }

  .title {
    font-size: 23px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .activities-info {
    width: 100%;
  }

  .activities-slide-content {
    height: 470px;
  }

  .activities-preview-item a {
    font-size: 16px;
  }

  .basic-tab {
    font-size: 16px;
    line-height: 40px;
  }

  .uni-link-wrap:first-child {
    background-position: center 0px;
  }

  .uni-link-wrap:last-child {
    background-position: center 0px;
  }

  .uni-link-info {
    width: 100%;
  }

  .styled-link-name {
    width: 100%;
    font-size: 26px;
    line-height: 34px;
  }

  .banner-figure {
    left: 0px;
    -webkit-transform: initial;
  }

  .bsmu-about-block:last-child::after {
    width: 77px;
    height: 74px;
    bottom: -30px;
  }

  .int-connections-text {
    width: 100%;
  }

  .error-text {
    margin-top: 140px;
  }

  .activities-preview-item {
    margin-bottom: 15px;
  }

  /* .activities-preview-list {
    margin-left: 35px;
  } */

  .video-col {
    height: 370px;
    overflow: hidden;
  }

  .mt-32 {
    margin-top: 16px;
  }

  .top-page-links .theme-tab {
    padding: 3px 7px;
  }

  .top-page-links {
    display: list-item;
    max-width: 220px;
    list-style-type: none;
  }

  .pretitle {
    font-size: 24px;
  }

  .theme-ul-xs li {
    font-size: 14px;
  }

  .title-2 {
    font-size: 24px;
    line-height: 30px;
  }

  .breadcrumbs {
    padding: 10px 0;
  }

  .breadcrumb a {
    font-size: 12px;
  }

  .breadcrumb {
    font-size: 12px;
  }

  .theme-1 {
    padding: 15px 0;
  }

  .student-life-name {
    margin-top: 10px;
  }

  .bsmu-about {
    margin: 15px 0;
  }

  .bsmu-certification-title {
    font-size: 18px;
    line-height: 32px;
  }

  .activities-slide {
    padding-top: 0px;
  }

  .museum-banner-wrap {
    padding-top: 200px;
  }

  .top-banner-wrap .activities-slide {
    padding-top: 200px;
  }
}

@media (min-width: 761px) and (max-width: 980px) {
  .activities-slide .container {
    padding: 0px;
  }

  .video-col {
    height: 435px;
  }

  .container {
    padding: 0 20px;
    max-width: 100%;
  }

  .events-sidebar {
    padding-left: 0;
    order: -1;
    width: 100%;
  }

  .events-left-col {
    margin-top: 40px;
  }

  .schedule-item {
    padding: 16px;
  }

  .schedule-item-name span {
    font-size: 16px;
    line-height: 24px;
  }

  .col-100-xs {
    width: calc(50% - 20px) !important;
  }

  .theme-tab {
    margin-bottom: 8px;
  }

  .footer-col:not(:last-child) {
    margin-right: 60px;
  }

  .footer-col:last-child {
    margin-top: 24px;
  }

  .f-link {
    min-height: 64px;
    font-size: 12px;
    line-height: 21px;
    padding: 12px 20px 12px 12px;
  }

  .f-bottom-text-col:first-child {
    margin-right: 20px;
  }

  .footer-bottom {
    margin-top: 40px;
    justify-content: center;
  }

  .f-bottom-text-col {
    text-align: center;
  }

  .f-bottom-text-col:nth-child(2) {
    margin-right: 0;
  }

  .sidebar-left {
    margin-right: 20px;
  }

  .top-cover-col-item {
    margin-right: 20px;
  }

  .title {
    font-size: 30px;
    line-height: 46px;
  }

  .uni-video-wrap,
  .uni-text-wrap {
    width: 100% !important;
  }

  .theme-6-item {
    padding: 24px !important;
    border-right: none !important;
    border-bottom: 1px solid #2e4a97;
  }

  .theme-6-item:first-child:before {
    display: none;
  }

  .theme-6-item-mark {
    font-size: 58px;
    line-height: 70px;
  }

  .museum-col-text {
    margin-top: 0;
    margin-left: 20px;
  }

  .enrollee-info-col-left {
    margin-right: 40px;
  }

  .site-info-helper-item:before {
    top: 3.5px;
  }

  .dark-info-block {
    padding: 40px;
  }

  .dark-info-block-title {
    font-size: 26px;
    line-height: 40px;
  }

  .dark-info-block-string {
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
  }

  .student-life-item:nth-child(odd) {
    margin-right: 0;
  }

  .student-life-item {
    margin-bottom: 24px;
  }

  .banner-section-xs {
    justify-content: center;
  }

  .faculty-info:last-child {
    margin-left: 0;
  }

  .faculty-logo {
    width: 110px;
  }

  .faculty-name {
    margin: 0;
  }

  .faculty-name a {
    width: 288px;
    font-size: 22px;
    line-height: 32px;
    padding-left: 16px;
  }

  .publication-item {
    padding: 0 40px 40px 0;
  }

  .useful-link-xl {
    width: 100% !important;
  }

  .useful-link-xl-info,
  .useful-link-xl:last-child .useful-link-xl-info {
    padding: 0 20px;
  }

  .doctor-info-text-left {
    width: 100% !important;
  }

  .useful-link-xl:last-child {
    margin-left: 0;
    margin-top: 40px;
  }

  .left-content-col {
    margin-right: 20px;
  }

  .dc-page-col:first-child {
    margin-right: 20px;
  }

  .dc-detail-page-col-right {
    margin-left: 40px;
  }

  .hof-item-pic {
    height: 500px;
  }

  .hof-detail-pic {
    margin-right: 20px;
  }

  .award-item:nth-child(odd) {
    margin-right: 20px;
  }

  .museum-page-content .basic-link {
    font-size: 14px;
    line-height: 24px;
  }

  .news-section-link {
    width: 100% !important;
  }

  .article-col {
    margin-right: 20px;
  }

  .article-wrap {
    width: 100%;
  }

  .sidebar-news {
    display: flex;
    flex-wrap: wrap;
  }

  .sidebar-news .news-item {
    margin-right: 20px;
  }

  .contacts-info-item:not(:nth-child(3n)) {
    margin-right: unset;
  }

  .contacts-info-item:nth-child(odd) {
    margin-right: 20px;
  }

  .faq-wrap {
    width: 100% !important;
  }

  .news-item-xs {
    margin-bottom: 12px;
  }

  .news-item-xs:not(:nth-child(4n)) {
    margin-right: unset;
  }

  .news-item-xs:nth-child(odd) {
    margin-right: 20px;
  }

  .news-item-xs:not(:last-child) {
    margin-bottom: unset;
  }

  .about-col-2 {
    margin-right: 40px;
  }

  .video-col {
    width: 100%;
  }

  .info-slide-pic {
    width: 50% !important;
  }

  .info-slide-text {
    padding: 70px 40px 40px 16px;
    width: 50% !important;
  }

  .video-slide-pic {
    width: 100% !important;
  }

  .medSliderMainEl {
    width: 100%;
  }

  .slidesBar {
    display: none;
  }

  .title {
    width: fit-content;
  }

  .video-slide-info {
    width: 100% !important;
  }

  .preview-cart-item:not(:nth-child(3n)) {
    margin-right: unset;
  }

  .preview-cart-item:nth-child(odd) {
    margin-right: 40px;
  }

  .r-container {
    padding-left: 0;
    margin-left: 40px;
  }

  .p-articles-item {
    padding: 24px 0;
  }

  /* .r-container {
    top: -400px;
    margin-bottom: -400px;
  } */

  /* .personality-pic {
    height: 405px;
} */
  .awards-page-item {
    width: calc(100% / 3) !important;
    margin-bottom: 40px;
    padding: 16px;
  }

  .awards-page-item:nth-child(2) {
    margin: 0 0px 40px;
  }

  .awards-page-item-pic {
    width: 140px;
    height: 140px;
  }

  .awards-page-item-pic:after {
    display: none;
  }

  .graduates-page-left-col {
    padding-right: 0;
    margin-right: 40px;
  }

  .magazines-item:nth-child(odd):not(:last-child) {
    margin-right: 40px;
  }

  .magazines-wrap {
    justify-content: center;
  }

  .uni-faculties-pic {
    margin-right: 40px;
  }

  .inter-cooperation-item:not(:last-child) {
    margin-right: unset;
  }

  .inter-cooperation-item:nth-child(odd) {
    margin-right: 40px;
  }

  .uni-info-text,
  .uni-info-pic {
    width: 100% !important;
    padding-right: 0;
  }

  .about-top-col {
    width: 100% !important;
  }

  .medSliderBMainEl .leftSlideWrapper {
    width: 560px !important;
  }

  .medSliderBMainEl .rightSlidesWrapper {
    width: calc(100% - 560px);
  }

  .medSliderBMainEl .blockOfSlides {
    justify-content: flex-start !important;
    width: 100%;
  }

  .medSliderBMainEl .blockOfSlides>* {
    flex-grow: 1 !important;
  }

  .medical-activity-right-col {
    margin-left: 40px;
  }

  .student-life-item {
    width: 100% !important;
  }

  .departments-link:not(:nth-child(3n)) {
    margin-right: unset;
  }

  .departments-link:nth-child(odd) {
    margin-right: 20px;
  }
}

@media (min-width: 981px) and (max-width: 1301px) {
  .container {
    padding: 0 60px;
  }

  .info-slider {
    /* height: 490px; */
  }

  .info-slider-elem {
    display: none;
  }

  .events-sidebar {
    padding-left: 0;
    order: -1;
    width: 100%;
  }

  .events-left-col {
    margin-top: 40px;
  }

  .schedule-item {
    padding: 24px;
  }

  .schedule-item-name span {
    font-size: 20px;
    line-height: 26px;
  }

  .faculties-item {
    width: calc(100% / 3);
    flex-direction: column;
    margin-bottom: 60px;
    justify-content: start;
  }

  .faculty-logo {
    width: 130px;
  }

  .faculty-name {
    margin: 24px 0 30px;
    text-align: center;
  }

  .faculty-info {
    text-align: center;
  }

  .faculty-info:last-child {
    margin-left: 0;
  }

  .faculties-item:not(:first-child) {
    margin-top: 0;
  }

  .faculty-name a {
    width: auto;
    font-size: 22px;
    line-height: 34px;
  }

  .theme-tab {
    margin-bottom: 8px;
  }

  .hof-item {
    width: calc((100% - 100px) / 5);
  }

  .hof-item:not(:nth-child(5n)) {
    margin-right: 20px;
  }

  .schedule-item-pic {
    width: 140px;
    height: 140px;
  }

  .f-link {
    padding: 16px 24px 16px 12px;
    font-size: 12px;
    line-height: 21px;
  }

  .footer-top {
    margin-bottom: 40px;
  }

  .footer-col:not(:last-child) {
    margin-right: 80px;
  }

  .f-bottom-text-col {
    margin-bottom: 24px;
  }

  .title {
    font-size: 38px;
    line-height: 50px;
  }

  .section-block {
    margin-top: 50px;
  }

  .theme-6-item-mark {
    font-size: 50px;
    line-height: 70px;
  }

  .theme-6-item-title-xs {
    font-size: 20px;
    line-height: 30px;
  }

  .theme-6-item-string {
    margin-top: 0;
  }

  .inter-cooperation-items {
    margin-top: 56px;
  }

  .uni-info-text .title-2 {
    margin-bottom: 24px;
  }

  .section-block-xs {
    margin-top: 24px;
  }

  .styled-link-name {
    font-size: 26px;
    line-height: 34px;
  }

  .title-6 {
    font-size: 32px;
    line-height: 40px;
  }

  .content-text p:not(:last-child) {
    margin-bottom: 16px;
  }

  .theme-2 {
    padding: 80px 0;
  }

  .uni-link-title {
    font-size: 26px;
    line-height: 34px;
  }

  .uni-link-descr {
    margin-top: 20px;
  }

  .uni-faculties-info .title-6 {
    margin-bottom: 16px;
  }

  .theme-ul-xs li {
    font-size: 14px;
    line-height: 26px;
  }

  .dark-info-block {
    padding: 40px;
    margin-top: 40px;
  }

  .dark-info-block-title {
    font-size: 30px;
    line-height: 42px;
  }

  .dark-info-block-string {
    font-size: 20px;
    line-height: 28px;
  }

  .site-info-helper-item:before {
    top: 4.5px;
  }

  .not-container-text {
    width: calc(100% - 400px);
    padding: 40px;
  }

  .not-container-pic {
    width: 400px;
  }

  .not-container-left {
    left: 0;
  }

  .not-container-block {
    width: 100%;
  }

  .top-slider-nav-container {
    right: 60px;
    /* padding: 0 60px; */
  }

  .top-banner-title {
    max-width: 980px;
  }

  .info-slide {
    /* padding: 80px 0 40px; */
  }

  .info-slider-text {
    margin-top: 20px;
  }

  .theme-link-xl {
    font-size: 20px;
    line-height: 24px;
  }

  /* .news-link-wrap {
    margin-left: 40px;
  } */

  .wrap-dropdown {
    padding: 32px 80px;
  }

  .social-link:not(:last-child) {
    margin-right: 12px;
  }

  .pulse-elem-1 {
    top: 49px;
  }

  .pulse-elem-2 {
    right: 56px;
  }

  .pulse-elem-3 {
    bottom: 80px;
  }

  .pulse-elem-4 {
    left: 53px;
    bottom: 117px;
  }

  .useful-link-xl {
    width: 100%;
  }

  .useful-link-xl:last-child {
    display: none;
  }

  .useful-links-xl {
    max-height: unset;
  }

  .info-slide-text {
    padding: 140px 40px 40px 60px;
  }

  .block-item:last-child {
    margin-left: 40px;
  }

  .r-container {
    padding-left: 80px;
    width: 420px;
  }

  .l-container {
    width: calc(100% - 420px);
  }

  .personalities-detail-col:first-child {
    padding-right: 80px;
  }

  .medSliderBMainEl .leftSlideWrapper {
    width: 580px !important;
  }

  .medSliderBMainEl .rightSlidesWrapper {
    width: calc(100% - 580px);
  }

  .medSliderBMainEl .blockOfSlides {
    justify-content: flex-start !important;
    width: 100%;
  }

  .medSliderBMainEl .blockOfSlides>* {
    flex-grow: 1 !important;
  }
}

@media (min-width: 981px) and (max-width: 1110px) {
  .container {
    padding: 0 40px;
  }

  .top-cover-col {
    width: calc((100% - 40px) / 2);
  }

  .theme-6-item {
    padding: 24px !important;
    border-right: none !important;
    border-bottom: 1px solid #2e4a97;
  }

  .theme-6-item:first-child:before {
    display: none;
  }

  .theme-6-item-mark {
    font-size: 44px;
    line-height: 74px;
  }

  .theme-6-item-info {
    padding-left: 12px;
  }

  .theme-6-item-title-xs {
    font-size: 18px;
    line-height: 28px;
  }

  .student-life-item:nth-child(odd) {
    margin-right: 32px;
  }

  .publication-item {
    padding: 0 80px 40px 0;
  }

  .menu-item:not(:last-child) {
    margin-right: 24px;
  }

  .pulse-elem {
    display: none !important;
  }

  .hof-detail-pic {
    margin-right: 40px;
  }

  .award-item {
    width: 400px;
    width: 100%;
  }

  .hof-detail-info {
    width: calc(100% - 370px);
  }

  .article-wrap {
    width: 100%;
    left: 0;
  }

  .article-col {
    padding: 24px;
  }

  .resourses-link {
    padding: 0 16px;
  }

  .personality-preview-pic {
    width: 120px;
  }

  .r-container {
    padding-left: 60px;
    width: 380px;
  }

  .l-container {
    width: calc(100% - 380px);
  }

  .personalities-tab-wrap {
    padding-bottom: 24px;
  }

  .personalities-detail-col:first-child {
    padding-right: 60px;
  }

  .awards-page-wrap:before,
  .awards-page-item:before,
  .awards-page-item:after {
    display: none;
  }

  .awards-page-string:nth-child(even):last-child:before,
  .awards-page-string:last-child::after,
  .awards-page-string:nth-child(odd):last-child:before {
    display: none;
  }

  .graduates-page-left-col {
    padding-right: 40px;
  }

  .banner-xs-logo {
    max-width: 310px;
  }
}

@media (min-width: 1100px) and (max-width: 1240px) {
  .video-col {
    width: calc(100% - 88px);
  }

  .pulse-elem-1 {
    top: 65px;
  }

  .personality-preview-pic {
    width: 130px;
  }

  .student-life-item {
    width: calc((100% - 40px) / 2);
    margin-bottom: 40px;
  }

  .student-life-item:nth-child(odd) {
    margin-right: 40px;
  }
}

@media (min-width: 1300px) and (max-width: 1600px) {
  .info-slide {}

  .info-slider-elem {
    display: none;
  }

  .container {
    max-width: 1325px;
  }

  .video-slider-elem,
  .gallery-elem {
    width: 140px;
    height: 140px;
  }

  /* .video-slider-elem {
    right: -50px;
  }
  .gallery-elem {
    left: -50px;
  } */

  .top-slider-nav-container {
    max-width: 1325px;
  }

  .top-banner-title {
    max-width: 1125px;
  }

  .wrap-dropdown {
    padding: 32px 110px;
  }

  .pulse-elem-1 {
    top: 20px;
  }

  .pulse-elem-2 {
    right: 49px;
  }

  .pulse-elem-3 {
    right: 94px;
    bottom: 60px;
  }

  .pulse-elem-4 {
    left: 60px;
    bottom: 100px;
  }

  .info-slide-text {
    padding: 60px 40px 40px 112px;
  }

  .enrollee-info-col-left {
    max-width: 866px;
  }

  .pulse-elem-1 .pulse-item-info {
    max-width: 80px;
  }
}

@media (min-width: 1420px) and (max-width: 1540px) {
  .info-slide-text {
    padding: 140px 40px 40px 105px;
  }

  .info-slide-text-2 {
    padding: 60px 40px 40px 105px;
  }
}

@media (min-width: 1300px) and (max-width: 1430px) {
  .info-slide-text {
    padding: 105px 40px 40px 49px;
  }

  .info-slide-text-2 {
    padding: 60px 40px 40px 49px;
  }

  .not-container-left {
    left: 0;
  }

  .not-container-block {
    width: 100%;
  }
}

@media (min-width: 1600px) and (max-width: 1900px) {
  .info-slider-elem {
    display: none;
  }

  .info-slide-text {
    padding: 140px 40px 40px 135px;
  }

  .info-slide-text-2 {
    padding: 60px 40px 40px 135px;
  }

  .top-slider-nav-container {}

  .top-banner-title {
    max-width: 1125px;
  }

  .pulse-elem-1 {
    top: 16px;
  }

  .pulse-elem-2 {
    right: 43px;
  }

  .pulse-elem-3 {
    right: 91px;
  }

  .pulse-elem-4 {
    left: 51px;
  }
}

@media (min-width: 1720px) and (max-width: 1900px) {
  .info-slide-text {
    padding: 100px 40px 40px 205px;
  }

  .info-slider-elem {
    display: block;
    width: 215px;
    height: 690px;
    left: 15px;
  }

  .info-slide-text-2 {
    padding: 60px 40px 40px 205px;
  }
}

@media screen and (max-width: 760px) {
  .activities-preview-list {
    padding-left: 8px;
  }
}

@media screen and (max-width: 600px) {
  .content-col-right .aprof-simple-slider {
    width: 228px !important;
  }

  .article-col .article-content .aprof-simple-slider {
    width: 228px !important;
  }

  .content-col-right .aprof-simple-slider-larr,
  .article-col .article-content .aprof-simple-slider-larr {
    left: -36px;
  }

  .content-col-right .aprof-simple-slider .aprof-simple-slider-wraper,
  .article-col .article-content .aprof-simple-slider .aprof-simple-slider-wraper {
    width: 100% !important;
  }

  .aprof-simple-slider-block {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}