.mobile {
  display: none;
}

.nauch-page {
  min-height: calc(100vh - 140px);
}

.nauch-all-info {
  display: none;
}

.absolute {
  position: absolute;
  padding-right: 15px;
}

.nauch-all-info button {
  cursor: pointer;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  font-size: 18px;
  text-transform: uppercase;
}
.nauch-all-info button span {
  margin-top: 2px;
}
.nauch-all-info button svg {
  margin-right: 10px;
}

.nauch-all-info-content {
  margin-top: 62px;
  margin-bottom: 20px;
}

.ns-rukovoditel {
  display: flex;
  align-items: flex-start;
}
.ns-rukovoditel .ns-rukovoditel-title {
  font-size: 28px;
  font-weight: 400;
}
.ns-rukovoditel .ns-rukovoditel-img {
  min-width: 331px;
}
.ns-rukovoditel .ns-rukovoditel-img img {
  width: 100%;
}
.ns-rukovoditel .ns-rukovoditel-decor {
  width: 224px;
}
.ns-rukovoditel .ns-rukovoditel-decor svg {
  margin-top: 5px;
}
.ns-rukovoditel .ns-rukovoditel-content {
  margin-left: 23px;
}

.ns-title-wrapper {
  margin-top: 65px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.ns-title h1 {
  font-size: 48px;
  font-weight: 400;
  color: var(--color-cold);
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 0;
  padding-top: 0;
}
.ns-title h2, .ns-title h1 > span {
  font-size: 48px;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 0;
  display: block;
}

.ns-title-info, .content-sp-content {
  font-size: 14px;
  font-weight: 400;
  max-width: calc(540px + 20%);
  margin-top: 25px;
  padding: 0 10%;
}

.ns-cards-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.ns-cards .card-item {
  position: relative;
  border: 1px solid var(--color-cold2);
  border-bottom: 11px solid var(--color-cold2);
  padding: 24px 20px 20px 20px;
  height: auto;
  width: 300px;
}
.ns-cards .card-item.card-item-rukovodidel {
  cursor: pointer;
}
.ns-cards .card-item:img {
  width: 204px;
}
.ns-cards .card-item .card-item-kv {
  border-radius: 50%;
  overflow: hidden;
}
.ns-cards .card-item .card-title {
  color: #000;
  font-weight: 400;
}
.ns-cards .card-item .card-info {
  color: rgba(0, 0, 0, 0.5019607843);
  font-size: 14px;
  font-weight: 400;
  padding-right: 5px;
}
.ns-cards .card-item .cut {
  width: 32px;
  height: 32px;
  float: right;
}
.ns-cards .card-item .arrow {
  position: absolute;
  right: 15px;
  bottom: 17px;
  padding: 10px;
  border: 1px solid var(--color-cold2);
  width: 32px;
  height: 32px;
  min-width: 32px;
}
.ns-cards .card-item:hover .arrow {
  background-color: var(--color-cold);
}
.ns-cards .card-item:hover .arrow img {
  filter: brightness(100);
}

.solid-style-btn {
  padding: 7px 6px 5px 6px;
  line-height: 1;
  border: 1px solid #000;
  margin-right: 8px;
  font-size: 18px;
  display: inline-block;
  color: #000;
}

.ns-cards-years .card-item {
  padding: 0;
  border: none;
}
.ns-cards-years .card-item:hover {
  border: none;
}
.ns-cards-years .card-item:hover .arrow {
  background-color: inherit;
}
.ns-cards-years .card-item:hover .arrow img {
  filter: inherit;
}
.ns-cards-years .card-item a > img {
  border: 1px solid var(--color-cold2);
  border-bottom: 11px solid var(--color-cold2);
}
.ns-cards-years .card-item a .arrow {
  position: relative;
  display: inline-block;
  right: inherit;
  bottom: inherit;
  top: -1px;
}
.ns-cards-years .card-item a:hover .arrow {
  background-color: var(--color-cold);
}
.ns-cards-years .card-item a:hover .arrow img {
  filter: brightness(100);
}
.ns-cards-years .card-item a:hover .solid-style-btn {
  border-color: var(--color-cold);
  color: var(--color-cold);
}

.ns-cards-komanda {
  min-height: 450px;
}
.ns-cards-komanda .card-item {
  height: auto;
}

.ns-navigation {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.ns-navigation .swiper-navigation-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 75px;
  height: 30px;
  margin-bottom: 30px;
}
.ns-navigation .swiper-navigation-wrapper .custom-swiper-button-next, .ns-navigation .swiper-navigation-wrapper .custom-swiper-button-prev {
  cursor: pointer;
}

.ps-title-wrapper .ns-title-info {
  margin-top: 0;
  max-width: 548px;
  padding: 0 0 0 30px;
}

.ns-cards-flex .card-item {
  height: auto;
}

@media (max-width: 1280px) {
  .ns-rukovoditel .ns-rukovoditel-decor {
    width: 126px;
    overflow: hidden;
  }
  .ns-title-info, .content-sp-content {
    max-width: 540px;
    padding-left: 0;
    padding-right: 25px;
  }
  .ps-title-wrapper .ns-title-info, .ps-title-wrapper .content-sp-content {
    padding-left: 0;
  }
}
.nowrap {
  white-space: nowrap;
}

.content-sp #mainpparticles {
  width: 100%;
  height: 327px;
  flex-basis: 50%;
  position: relative;
  background-size: auto;
}

.sp-mission {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.sp-mission .sp-mission-item {
  flex-basis: calc(25% - 8px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 356px;
  padding: 20px;
  border: 1px var(--color-cold) solid;
}
.sp-mission .sp-mission-item-1 {
  font-size: 18px;
}
.sp-mission .sp-mission-item-2 {
  background-color: var(--color-cold);
  color: #fff;
}
.sp-mission .sp-mission-item-2 .sp-mission-item-top {
  font-size: 28px;
}
.sp-mission .sp-mission-item-2 .sp-mission-item-bottom {
  font-size: 18px;
}
.sp-mission .sp-mission-item-3 {
  font-size: 14px;
}
.sp-mission .sp-mission-item-4 {
  padding: 0;
  border: none;
}

@media (max-width: 768px) {
  .ns-cards-years .card-item {
    width: calc(50% - 16px);
  }
  .solid-style-btn {
    font-size: 11px;
    border-width: 1.5px;
  }
  .ns-cards .card-item .arrow {
    width: 25px;
    height: 25px;
    min-width: 25px;
    padding: 5px;
  }
  .ns-title-wrapper {
    margin-top: 0;
  }
  .ns-title h1, .ns-title h2, .ns-title h1 > span {
    font-size: 30px;
  }
  .content-sp {
    margin-top: 20px;
  }
  .ns-cards .card-item .card-title {
    font-size: 16px;
  }
  .ns-cards .card-item .card-info {
    font-size: 12px;
  }
  .page-nasha-komanda .swiper-wrapper {
    transform: none !important;
    height: auto !important;
  }
  .page-nasha-komanda .ns-navigation {
    display: none;
  }
  .page-nasha-komanda .swiper-wrapper {
    flex-wrap: wrap;
    gap: 9px;
  }
  .page-nasha-komanda .ns-cards .card-item {
    border: none;
    border-left: 3px solid var(--color-cold2);
    width: calc(50% - 16px);
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 29px;
  }
  .page-nasha-komanda .ns-cards .card-item img {
    width: 90px;
    height: 90px;
    min-width: 90px;
  }
  .page-nasha-komanda .ns-cards .card-item .card-title {
    width: 1px;
  }
  .page-nasha-komanda .ns-cards .card-item .card-info {
    font-size: 11px;
  }
  .ns-title-info, .content-sp-content {
    padding-right: 0;
  }
  .nauch-page .ns-swiper-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
  .nauch-page .ns-navigation {
    justify-content: center;
    margin-top: 28px;
  }
  .nauch-page .card-item .card-item-kv {
    width: 150px;
    min-width: 150px;
    height: 150px;
  }
  .nauch-page .card-item .card-info {
    font-size: 12px;
  }
  .nauch-page .nauch-all-info-content {
    margin-top: 30px;
  }
  .nauch-page .ns-rukovoditel {
    flex-wrap: wrap;
  }
  .nauch-page .ns-rukovoditel .ns-rukovoditel-decor {
    width: calc(100% - 160px);
  }
  .nauch-page .ns-rukovoditel-img {
    width: 160px;
    min-width: 160px;
  }
  .nauch-page .ns-rukovoditel-title {
    font-size: 22px;
  }
  .nauch-page .ns-rukovoditel-content {
    width: 100%;
    margin-left: 0;
    font-size: 14px;
  }
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
  .ns-swiper-pr .card-item {
    width: calc(50% - 9px);
  }
  .ns-cards-years .card-item a .arrow {
    top: 0;
    padding: 5px;
    border-width: 1.5px;
  }
  .year-btns {
    display: flex;
  }
  .year-btns .solid-style-btn {
    height: 25px;
    text-decoration: none;
  }
  .ns-cards-years a {
    text-decoration: none;
  }
  .nauch-all-info-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
  .card-item-komanda {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .ns-cards.ns-cards-nauch .card-item.card-item-rukovodidel {
    border: 1px solid var(--color-cold2);
    border-left: 11px solid var(--color-cold2);
    width: 100%;
  }
  .ns-cards.ns-cards-nauch .card-item.card-item-rukovodidel .card-item-kv {
    width: 150px;
    min-width: 150px;
    height: 150px;
  }
  .page-ps .ns-cards-flex {
    gap: 24px;
  }
}
@media (max-width: 1023px) {
  .sp-mission {
    gap: 4px;
  }
  .sp-mission .sp-mission-item {
    min-height: inherit;
  }
  .sp-mission .sp-mission-item-1 {
    flex-basis: calc(50% - 2px);
    order: 1;
    padding-bottom: 54px;
    position: relative;
    font-size: clamp(11px, 2vw, 18px);
  }
  .sp-mission .sp-mission-item-1 svg {
    width: 52px;
    position: absolute;
    right: 10px;
    bottom: 7px;
  }
  .sp-mission .sp-mission-item-2 {
    flex-basis: 100%;
    order: 3;
  }
  .sp-mission .sp-mission-item-2 .sp-mission-item-top {
    font-size: clamp(16px, 3vw, 28px);
    margin-bottom: 63px;
  }
  .sp-mission .sp-mission-item-2 .sp-mission-item-bottom {
    font-size: clamp(16px, 3vw, 18px);
  }
  .sp-mission .sp-mission-item-3 {
    flex-basis: 100%;
    order: 4;
    font-size: clamp(11px, 2vw, 18px);
    padding-bottom: 40px;
  }
  .sp-mission .sp-mission-item-3 svg {
    height: 20px;
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
  .sp-mission .sp-mission-item-4 {
    flex-basis: calc(50% - 2px);
    order: 2;
  }
}/*# sourceMappingURL=suprematism-layout-ns.css.map */