  .ps-accordion-scope .dadata-card {
  margin: 18px 0;
}

.ps-accordion-scope .dadata-card .card-title {
  margin: 0;
  padding: 14px 56px 14px 16px;
  background: #6f98bf;
  color: #fff;
  font-weight: 700;
  letter-spacing: .2px;
  text-transform: uppercase;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  user-select: none;
}

.ps-accordion-scope .dadata-card .card-title i,
.ps-accordion-scope .dadata-card .card-title .fa,
.ps-accordion-scope .dadata-card .card-title .rcli {
  margin-right: 10px;
  color: #fff;
}

.ps-accordion-scope .dadata-card .card-title::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 18px;
  width: 10px;
  height: 10px;
  border-right: 3px solid rgba(255,255,255,.95);
  border-bottom: 3px solid rgba(255,255,255,.95);
  transform: translateY(-50%) rotate(-45deg);
  transition: transform .2s ease;
}

.ps-accordion-scope .dadata-card.is-open .card-title::after {
  transform: translateY(-50%) rotate(45deg);
}

.ps-accordion-scope .dadata-card .collapsible {
  display: none;
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  border-top: 0;
  padding: 16px;
  box-shadow: 0 6px 14px rgba(0,0,0,.06);
}

.ps-accordion-scope .dadata-card.is-open .collapsible {
  display: block;
}

.ps-accordion-scope .organization-founders.header {
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0,0,0,.08);
  margin-bottom: 10px;
}

.ps-accordion-scope .organization-founders {
  margin: 0;
  padding: 8px 0;
  border-bottom: 1px solid rgba(0,0,0,.06);
}

.ps-accordion-scope .organization-founders:last-child {
  border-bottom: 0;
}

.ps-accordion-scope .organization-founders .name a {
  color: inherit;
  text-decoration: underline;
}

.ps-accordion-scope table {
  width: 100%;
  border-collapse: collapse;
}

.ps-accordion-scope th,
.ps-accordion-scope td {
  padding: 10px 8px;
  border-bottom: 1px solid rgba(0,0,0,.06);
  vertical-align: top;
}

.ps-accordion-scope th {
  font-weight: 700;
}

.organization-info-title.requisites{
  display: none;
}
  
  .orgObjects__item {
    display: flex;
    flex-direction: column;
    gap: 12px
  }

  .orgObjects__itemHead {
    display: flex;
    flex-direction: column;
    gap: 6px
  }

  .orgObjects__itemBody {
    display: flex;
    flex-direction: column;
    gap: 12px
  }

  .orgObjects__row {
    display: flex;
    flex-direction: column;
    gap: 6px
  }

.orgAbout__text ul li{
  list-style-type: disc;
}
.orgAbout__text ol li{
  list-style-type: unset;
}

.orgCourt__topWrap{position:relative}
  .orgCourt__btn{cursor:pointer}

  .orgCourt__item{display:flex;flex-direction:column;gap:10px}
  .orgCourt__item-title{display:flex;align-items:center;gap:10px;font-weight:700}

  .orgCourt__info{
    padding:12px 14px;
    border:1px solid rgba(0,0,0,.08);
    border-radius:14px;
    background:rgba(255,255,255,.6);
    font-size:13px;
    line-height:1.25;
    opacity:.85
  }

  .orgCourt__tableTitle{
    margin:10px 2px 6px;
    font-weight:700;
    opacity:.85
  }

  .orgCourt__tableWrap{
    margin-top:12px;
    max-width:100%;
    max-height:260px;
    overflow:auto;
    border:1px solid rgba(0,0,0,.08);
    border-radius:14px;
    background:rgba(255,255,255,.6)
  }

  .orgCourt__table{
    width:100%;
    border-collapse:separate;
    border-spacing:0
  }

  .orgCourt__table thead th{
    position:sticky;
    top:0;
    z-index:1;
    background:rgba(255,255,255,.95);
    backdrop-filter:blur(6px)
  }

  .orgCourt__table th,
  .orgCourt__table td{
    font-size:13px;
    line-height:1.25;
    padding:10px 12px;
    border-bottom:1px solid rgba(0,0,0,.08);
    vertical-align:top;
    text-align:left
  }

  .orgCourt__table th{font-weight:700;opacity:.85}
  .orgCourt__table td{opacity:.95}
  .orgCourt__table tbody tr:last-child td{border-bottom:0}

  .orgCourt__table td:first-child{
    white-space:normal;
    min-width:240px
  }

    .orgPublickCom__item-img{display:inline-flex;align-items:center;justify-content:center;overflow:hidden;text-decoration:none; flex-shrink: 0;}
  .orgPublickCom__docIcon{display:inline-flex;align-items:center;justify-content:center}

  .orgCourt__table td:not(:first-child){
    white-space:nowrap
  }

  .orgCourt__cellMain{font-weight:600}

  .orgCourt__cellSub{
    margin-top:4px;
    font-size:12px;
    opacity:.72;
    white-space:normal
  }

  .orgCourt__pre{
    margin:12px 0 0;
    padding:12px;
    max-height:260px;
    overflow:auto;
    border:1px solid rgba(0,0,0,.08);
    border-radius:14px;
    background:rgba(255,255,255,.6);
    white-space:pre-wrap;
    word-break:break-word;
    font-size:12px;
    line-height:1.25
  }

  .orgObjects__value {
    font-size: 14px;
    line-height: 1.3
  }

  .orgObjects__chips {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px
  }

  .orgObjects__chip {
    padding: 8px 10px;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 10px;
    background: rgba(255, 255, 255, .55);
    word-break: break-word
  }

  .orgObjects__chip[hidden] {
    display: none !important
  }

  .orgObjects__toggleTypes {
    margin-top: 8px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 0;
    background: transparent;
    padding: 0;
    font-size: 14px;
    cursor: pointer;
    opacity: .85;
    color: #17568B;
  }

  .orgObjects__toggleTypes:hover {
    opacity: 1
  }

  .psLightbox[hidden] {
    display: none !important
  }

  .psLightbox {
    position: fixed;
    inset: 0;
    z-index: 2147483647
  }

  .psLightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .72);
    z-index: 0
  }

  .psLightbox__panel {
    position: relative;
    z-index: 1;
    max-width: min(1100px, 92vw);
    max-height: 92vh;
    margin: 4vh auto;
    display: flex;
    flex-direction: column;
    gap: 10px
  }

  .psLightbox__stage {
    position: relative;
    flex: 1;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center
  }

  .psLightbox__img {
    max-width: 92vw;
    max-height: 78vh;
    width: auto;
    height: auto;
    display: block;
    user-select: none;
    -webkit-user-drag: none;
    pointer-events: none
  }

  .psLightbox__close {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(12px, -12px);
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 999px;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 28px;
    line-height: 40px;
    cursor: pointer;
    z-index: 3
  }

  .psLightbox__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 64px;
    border: 0;
    border-radius: 12px;
    background: rgba(0, 0, 0, .55);
    color: #fff;
    font-size: 40px;
    line-height: 64px;
    cursor: pointer;
    z-index: 2
  }

  .psLightbox__nav--prev {
    left: -8px
  }

  .psLightbox__nav--next {
    right: -8px
  }

  .psLightbox__caption,
  .psLightbox__count {
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    opacity: .9
  }

  .psLightbox__count {
    opacity: .75
  }

  @media (max-width:600px) {
    .psLightbox__nav--prev {
      left: 0
    }

    .psLightbox__nav--next {
      right: 0
    }

    .psLightbox__close {
      transform: translate(0, 0)
    }
  }

  .orgHero {
    position: relative;
    min-height: 713px;
    margin-bottom: 60px;
    padding: 0 72px 15px;
    display: flex;
    align-items: end;
  }

  .orgHero__backImg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .orgHero__signOrg {
    position: absolute;
    width: 200px;
    top: -32px;
    left: -17px;
  }

  .orgHero__cliper {
    position: absolute;
    inset: 0;
    overflow: hidden;
  }

  .orgHero__blur {
    position: absolute;
    border-radius: 100%;
    right: -240px;
    bottom: -118px;
    width: 726px;
    height: 726px;
    background: radial-gradient(143.32% 186.11% at 112.39% 90.69%, #F89E2A 0%, rgba(248, 158, 42, 0) 100%);
  }

  .orgHero__wrap {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
  }

  .orgHero__info {
    align-self: center;
    max-width: 765px;
    display: flex;
    flex-direction: column;
  }

  .orgHero__title {
    color: #FFF;
    font-size: 4.3rem;
    font-weight: 700;
    margin-bottom: 12px;
    margin-left: 60px;
    max-width: 700px;
  }

  .orgInfo__list--second {
    max-width: 600px;
  }

  .orgHero__brand {
    display: flex;
    align-items: center;
    gap: 36px;
    position: relative;
    margin-bottom: 35px;
  }

  .orgHero__slogan {
    color: #FFF;
    font-size: 58.185px;
    font-family: system-ui;
  }

  .orgHero__logo {
    width: 74px;
    height: 74px;
    border-radius: 11.663px;
    box-shadow: 0 4.9px 4.9px 0 rgba(0, 0, 0, 0.25), 0 4.9px 4.9px 0 rgba(0, 0, 0, 0.25);
    background-color: #FFF;
    overflow: hidden;
    flex-shrink: 0;
  }

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

  .orgHero__brand::before {
    content: '';
    display: inline-flex;
    width: 3px;
    height: auto;
    position: absolute;
    left: 93px;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, #FBB034 0%, #FEDB03 100%, #FEDB03 100%);
    box-shadow: -2.182px 2.182px 5.091px 0 rgba(251, 176, 52, 0.20);
  }

  .orgHero__text {
    margin-left: 60px;
    color: #FFF;
    font-size: 18.66px;
    font-family: system-ui;
    line-height: 1.5;
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .orgHero__director {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .orgHero__photo {
    width: 350px;
    height: 482px;
    border-radius: 45.984px;
    overflow: hidden;
    margin-bottom: 12px;
  }

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

  .orgHero__name {
    color: #FFF;
    font-family: Roboto;
    font-size: 23.325px;
    margin-bottom: 4px;
  }

  .orgHero__job {
    color: #FFF;
    font-family: Roboto;
    font-size: 13.719px;
  }

  .orgAnchors__wrap {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }

  .orgAnchors__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 300px;
    max-width: 255px;
  }

  .orgAnchors__title {
    margin-top: 34px;
    color: #002240;
    font-size: 17.716px;
    font-weight: 700;
    margin-bottom: 12px;
  }

  .orgAnchors__descr {
    color: #12395C;
    font-size: 14.172px;
    line-height: 19.841px;
    text-align: center;
  }

  .orgAnchors__orgLinkBut {
    margin-top: auto;
  }

  .orgInfo {
    margin-top: 80px;
  }

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

  .orgInfo__itemFirst {
    display: flex;
    justify-content: space-evenly;
    gap: 20px;
  }

  .orgInfo__itemFirst-imgWrap {
    position: relative;
  }

  .orgInfo__itemFirst-1 {
    width: 100;
  }

  .orgInfo__itemFirst-2 {
    position: absolute;
    bottom: -60px;
    right: -60px;
  }

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

  .orgInfo__title {
    max-width: 376px;
    color: #000;
    font-size: 43px;
    font-weight: 700;
    line-height: 52.059px;
    position: relative;
    margin-bottom: 45px;
  }

  .orgInfo__title::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    display: inline-flex;
    width: 38px;
    height: 4px;
    background: linear-gradient(287deg, #F2B15D 8%, #FEDB03 100%);
    box-shadow: -2.603px 2.603px 6.074px 0 rgba(251, 176, 52, 0.20);
  }

  .orgInfo__list {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .orgInfo__list-item {
    color: #000;
    font-size: 18.66px;
    line-height: 21.576px;
  }

  .orgInfo__list-title { 
    font-size: 18.66px;
    font-weight: 700;
  }

  .orgInfo__list--fisrt {
    margin-bottom: 30px;
    margin-left: 100px;
    position: relative;
  }

  .orgInfo__list--fisrt::before {
    content: '';
    position: absolute;
    display: inline-flex;
    left: -70px;
    top: 50%;
    width: 55px;
    height: 40px;
    transform: translateY(-50%);
    background-image: url('/wp-content/themes/btwp4/newLayout/front-layout/images/greenCheck.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  .orgInfo__itemSecond {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    padding: 0 41px;
  }

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

  .orgInfo__list--rep {
    position: relative;
    height: min-content;
    z-index: 2;
  }

  .orgInfo__list--rep::before {
    content: '';
    position: absolute;
    display: inline-flex;
    left: -70px;
    top: 50%;
    width: 55px;
    height: 40px;
    transform: translateY(-50%);
    background-image: url('/wp-content/themes/btwp4/newLayout/front-layout/images/greenCheck.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  .orgInfo__list--rep::after {
    content: '';
    display: inline-flex;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    background: linear-gradient(180deg, #F89E2A 0%, #FEDB03 70.06%, #FEDB03 70.06%);
    box-shadow: drop-shadow(-2.603px 2.603px 6.074px rgba(251, 176, 52, 0.20));
    width: 3px;
  }

  .orgInfo__list--third {
    margin-bottom: 40px;

    max-width: 500px;
  }

  .orgInfo__itemSecond-imgWrap {
    margin-top: 90px;
    position: relative;
    max-width: 280px;
    max-height: 280px;
    margin-left: auto;
  }

  .orgInfo__itemSecond-1 {
    width: 100%;
    height: 100%;
  }

  .orgInfo__itemSecond-2 {
    position: absolute;
    top: -60px;
    left: -60px;
  }

  .orgInfo__list--fifth {
    margin-top: 50px;

    max-width: 500px;
  }

  .orgInfo__list--fourth {
    margin-left: 30px;

    max-width: 500px;
  }

  .orgInfo__itemThird {
    margin-top: 140px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 120px;
    width: 100%;
    padding-left: 60px;
    padding-bottom: 30px;
  }

  .orgInfo__itemthird-1 {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .orgInfo {
    padding: 0 15px;
  }

  .orgInfo__list--sixth,
  .orgInfo__list--seventh {
    max-width: 50%;
  }

  .orgObjects {
    position: relative;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 70px;
  }

  .orgObjects__imgBack {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
  }

  .orgObjects__wrap {
    z-index: 2;
    max-width: 1150px;
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .orgObjects__gsn {
    position: relative;
    color: #FFF;
    font-size: 11px;
    font-weight: 500;
    margin-left: 50px;
  }

  .orgObjects__gsn::before {
    content: '';
    position: absolute;
    left: -50px;
    bottom: 3px;
    width: 32px;
    height: 3px;
    background: linear-gradient(262deg, #FBB034 18%, #FD0 80%);
    box-shadow: -2.185px 2.185px 5.098px 0 rgba(251, 176, 52, 0.20);
  }

  .orgObjects__title {
    color: #FFF;
    font-size: 36.413px;
    font-weight: 700;
    line-height: 43.696px;
    margin-bottom: 14px;
  }

  .orgObjects__gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .orgObjects__gallery-item--big {
    grid-column: 1 / 3;
    grid-row: 1/3;
  }

  .orgObjects__btn {
    margin-top: 20px;
    width: 138px;
    height: 31px;
    display: flex;
    padding: 0 12px;
    justify-content: end;
    align-items: center;
    gap: 23px;
    border-radius: 874.79px;
    background: #17568B;
    color: #FFF;
    text-shadow: 0 0 7.289px rgba(0, 0, 0, 0.10);
    font-size: 11.663px;
    font-weight: 700;
    margin-left: auto;
    margin-right: 10px;
    margin-bottom: 24px;
  }

  .orgObjects__btn--icon {
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background: #F89E2A;
    color: #18568B;
    text-shadow: 0 0 7.289px rgba(0, 0, 0, 0.10);
    font-size: 10px;
    font-weight: 900;
  }

  .orgObjects__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 20px;
  }

  .orgObjects__item {
    color: #212529;
    font-family: Roboto;
    font-size: 16.328px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.576px;
    max-width: 500px;
    width: 100%;
  }

  .orgObjects__inputList {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
  }

  .orgObjects__inputList-item {
    list-style-type: disc;
  }

  .orgObjects__gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .orgAbout {
    margin-top: 60px;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 60px 15px;
    background: #17568B;
    overflow: hidden;
  }

  .orgAbout__backItem {
    position: absolute;
    width: 559px;
    height: 559px;
    border-radius: 100%;
    border: 80px solid rgba(45, 107, 160, .50);
  }

  .orgAbout__backItem-first {
    top: -280px;
    left: -60px;
  }

  .orgAbout__backItem-second {
    top: 40px;
    right: -70px;
  }

  .orgAbout__wrap {
    z-index: 2;
    display: flex;
    flex-direction: column;
    max-width: 1000px;
  }

  .orgAbout__title {
    align-self: center;
    color: #FFF;
    text-align: center;
    font-size: 36.446px;
    font-weight: 700;
    position: relative;
    line-height: 43.735px;
    margin-bottom: 35px;
  }

  .orgAbout__title::before {
    content: '';
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    height: 3px;
    background: linear-gradient(266deg, #FBB034 22%, #FD0 81%);
    box-shadow: -2.187px 2.187px 5.102px 0 rgba(251, 176, 52, 0.20);
  }

  .orgAbout__text {
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
  }
  .orgAbout__text p{
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
  }

  .orgCourt {
    margin-top: 260px;
  }

  .orgCourt__topWrap {
    padding: 42px 116px;
    position: relative;
    height: 239px;
  }

  .orgCourt__back {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .orgCourt__title {
    color: #12395C;
    font-size: 25px;
    line-height: 35px;
    z-index: 2;
    position: relative;
    margin-bottom: 34px;
  }

  .orgCourt__btn {
    width: 138px;
    height: 31px;
    display: flex;
    padding: 0 12px;
    justify-content: end;
    align-items: center;
    gap: 23px;
    border-radius: 874.79px;
    background: #17568B;
    color: #FFF;
    text-shadow: 0 0 7.289px rgba(0, 0, 0, 0.10);
    font-size: 11.663px;
    font-weight: 700;
    z-index: 2;
    position: relative;
  }

  .orgCourt__img {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .orgCourt__list {
    margin-top: 57px;
    display: flex;
    gap: 20px;
    justify-content: space-evenly;
    flex-wrap: wrap;
    row-gap: 40px;
  }

  .orgCourt__item {
    width: 315px;
    display: flex;
    flex-direction: column;
    gap: 33px;
  }

  .orgCourt__item-title {
    display: flex;
    align-items: center;
    gap: 13px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 21.868px;
    position: relative;
  }

  .orgCourt__item-title::before {
    content: '';
    position: absolute;
    left: 55px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    width: 3.645px;
    height: 16.036px;
    background: linear-gradient(270deg, #FBB034 0%, #FD0 100%);
    box-shadow: -2.187px 2.187px 5.102px 0 rgba(251, 176, 52, 0.20);
  }

  .orgCourt__info {
    align-self: center;
  }

  .orgVideo,
  .orgPublicks,
  .orgProducts {
    margin-top: 80px;
    display: flex;
    justify-content: center;
  }

  .orgProducts__wrap {
    max-width: 1150px;
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .orgProducts__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .orgProducts__title {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    line-height: 43.735px;
    position: relative;
  }

  .orgProducts__title::before {
    content: '';
    position: absolute;
    left: 0;
    top: -6px;
    width: 32px;
    height: 3px;
    background: linear-gradient(262deg, #F89E2A 18%, #FD0 80%);
    box-shadow: -2.187px 2.187px 5.102px 0 rgba(251, 176, 52, 0.20);
  }

  .orgProducts__btns {
    display: flex;
    gap: 7px;
    align-items: center;
    z-index: 2;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    background: #FFF;
    box-shadow: 0 0 0 0.729px #12395C inset;
  }

  .orgProducts__item {
    display: flex;
    flex-direction: column;
    height: 336px;
    width: 260px;
    align-items: center;
    border: 1.166px solid #CCC;
    box-shadow: 0 4.665px 4.665px 0 rgba(0, 0, 0, 0.25), 0 4.665px 4.665px 0 rgba(0, 0, 0, 0.25);
  }

  .orgProducts__item img {
    height: 179px;
    width: 100%;
  }

  .orgProducts__item-title {
    margin-top: 50px;
    color: #8C8C8C;
    text-align: center;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 7px;
  }

  .orgProducts__price {
    color: #4C4C4C;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 27.99px;
  }

  .orgProducts__swiper {
    width: 100%;
    overflow: hidden;
    position: relative;
    min-width: 0;
  }

  .orgProducts__swiper .swiper-wrapper {
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
  }

  .orgProducts__swiper .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
  }

  .orgProducts__wrap {
    width: 100%;
    min-width: 0;
  }

  .orgProducts__swiper-slide {
    display: flex;
    justify-content: center;
  }

  .orgPublickOrgs {
    position: relative;
    margin-top: 80px;
    display: flex;
    justify-content: center;
    background: #17568B;
    overflow: hidden;
    padding: 53px 15px;
  }

  .orgPublickOrgs__backItem {
    top: -150px;
    left: 150px;
  }

  .orgPublickOrgs__wrap {
    z-index: 2;
    max-width: 1150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 90px;
  }

  .orgPublickOrgs__title {
    color: #FFF;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 43.735px;
  }

  .orgPublickOrgs__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .orgPublickOrgs__item {
    display: flex;
    align-items: center;
    gap: 30px;
    background: #FFF;
    padding: 25px;
  }

  .orgPublickOrgs__item-img {
    width: 127px;
    height: 106px;
    border-radius: 11px;
    box-shadow: 0 4.9px 4.9px 0 rgba(0, 0, 0, 0.25), 0 4.9px 4.9px 0 rgba(0, 0, 0, 0.25);
    overflow: hidden;
    flex-shrink: 0;
  }

  .orgPublickOrgs__item-img img {
    width: 100%;
    height: 100%;
  }

  .orgPublickOrgs__item-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #000;
    font-size: 11px;
    line-height: 16.401px;
  }

  .orgPublickOrgs__item-title {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
  }

  .orgPublicks__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 275px;
    height: 356px;
    background: #fff;
  }

  .orgPublicks__item>img {
    width: 275px;
    height: 206px;
  }

  .orgPublicks__item-title {
    padding: 11px 11px 0px 11px;
    margin-bottom: 11px;
    color: #000;
    font-size: 18px;
    line-height: 23.325px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .orgPublicks__item-stat {
    margin-top: auto;
    display: flex;
    align-items: center;
    align-self: start;
    margin-left: 15px;
    gap: 12px;
  }

  .orgPublicks__item-com,
  .orgPublicks__item-date {
    display: flex;
    gap: 8px;
    align-items: center;
    color: rgba(0, 0, 0, 0.48);
    font-size: 16px;
  }

  .orgVideo__videoImg {
    height: 283px;
    width: 275px;
    background: #8C8C8C;
      background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  }

  .orgPublicks__item-user {
    align-self: start;
    margin-bottom: 5px;
    margin-left: 15px;
  }

  .orgVideo__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 275px;
    height: 456px;
  }

  .orgSlidersSec {
    position: relative;
  }

  .orgSlidersSec__back {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 500px;
    background: #17568B;
    overflow: hidden;
  }

  .orgAbout__backItem-fourth {
    right: 0;
  }

  .orgVideo .orgProducts__title {
    color: #fff;
  }

  .orgPublickCom {
    display: flex;
    justify-content: center;
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .orgPublickCom__wrap {
    max-width: 1250px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 45px;
  }

  .orgPublickCom__title {
    color: #000;
    text-align: center;
    font-size: 43px;
    font-weight: 700;
    line-height: 52.482px;
    position: relative;
  }

  .orgPublickCom__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 80px;
    width: 100%;
  }

  .orgPublickCom__item {
    display: flex;
    flex-direction: column;
    max-width: 350px;
    width: 100%;
    position: relative;
  }

  .orgPublickCom__item-top {
    display: flex;
    gap: 26px;
    align-items: start;
    color: #002240;
    font-size: 17.494px;
    font-weight: 700;
    line-height: 20.993px;
    margin-bottom: 18px;
    z-index: 2;
  }

  .orgPublickCom__item-img {
    background: #8C8C8C;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    overflow: hidden;
  }

  .orgPublickCom__item-img img {
    width: 100%;
    height: 100%;
  }

  .orgPublickCom__text {
    color: #000;
    font-size: 13.121px;
    font-weight: 500;
    line-height: 21.868px;
    z-index: 2;
  }

  .orgPublickCom__comma {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .orgPublickCom__title::before {
    content: '';
    position: absolute;
    width: 38px;
    height: 4px;
    background: linear-gradient(266deg, #FBB034 22%, #FD0 81%);
    box-shadow: -2.624px 2.624px 6.123px 0 rgba(251, 176, 52, 0.20);
    top: -4px;
    left: 50%;
    transform: translateX(-50%);
  }

  @media(max-width:1500px) {

    .orgInfo__list--third,
    .orgInfo__list--fourth {
      margin-left: 40px;
    }

    .orgCourt {
      margin-top: 120px;
    }
  }

  @media(max-width:1400px) {

    .orgInfo__itemthird-1 {
      width: 450px;
    }



    .orgInfo__list--fifth {
      margin-top: 0;
      max-width: 360px;
    }

    .orgInfo__itemFirst-imgWrap {
      max-width: 250px;
    }

    .orgInfo__itemFirst-2 {
      bottom: 80px;
      right: -34px;
      max-width: 200px;
    }

    .orgHero {
      padding: 0 20px 15px;
    }

    .orgHero__text,
    .orgHero__title {
      margin-left: 0;
    }

    .orgHero__signOrg {
      width: 130px;
      height: 180px;
    }

    .orgHero__title {
      font-size: 60px;
    }

    .orgHero__slogan {
      font-size: 50px;
    }
  }

  @media(max-width:992px) {

    .orgInfo__itemSecond{
      padding: 0;
    }

    .orgPublickOrgs__list {
      grid-template-columns: 1fr;
    }

    .orgInfo__itemThird {
      margin-top: 30px;
      gap: 30px;
    }

    .orgInfo__itemSecond {
      flex-direction: column;
      align-items: start;
      margin-left: 60px;
    }

    .orgInfo__list--fifth {
      max-width: unset;
    }

    .orgInfo__itemSecond {
      margin-top: 30px;
      gap: 30px;
    }

    .orgInfo__list--third {
      margin-bottom: 30px;
    }

    .orgInfo__list--third,
    .orgInfo__list--fourth {
      margin-left: 0px;
    }

    .orgInfo__title {
      margin-bottom: 20px;
    }

    .orgInfo__itemthird-1,
    .orgInfo__itemSecond-imgWrap,
    .orgInfo__itemFirst-imgWrap {
      display: none;
    }

    .orgInfo__itemFirst {
      justify-content: start;
      margin-left: 60px;
    }

    .orgInfo__title {
      max-width: unset;
    }

    .orgInfo__list--fisrt {
      margin-left: 0;
    }

    .orgAnchors__wrap {
      flex-wrap: wrap;
      justify-content: center;
    }

    .orgAnchors__link {
      height: 250px;
      width: 250px;
    }

    .orgHero__wrap {
      flex-direction: column;
    }

    .orgHero__title {
      text-align: center;
    }

    .orgHero {
      padding: 20px;
    }

    .orgHero__photo {
      width: 300px;
      height: 400px;
    }

    .orgHero__title {
      font-size: 40px;
    }

    .orgHero__slogan {
      font-size: 35px;
    }

    .orgHero__info {
      margin-top: 100px;
    }

    .orgHero__brand {
      align-self: center;
    }
  }

  @media(max-width:768px) {

    .orgCourt {
      margin-top: 60px;
    }

    .orgCourt__topWrap {
      padding: 42px;
    }

    .orgObjects__list {
      grid-template-columns: 1fr;

      place-items: stretch;
    }

    .orgInfo__itemThird {
      padding-left: 0;
    }

    .orgInfo__list--rep::before,
    .orgInfo__list--rep::after,
    .orgInfo__list--fisrt::before {
      display: none;
    }

    .orgInfo__itemFirst,
    .orgInfo__itemSecond {
      margin-left: 0;
    }

    .orgInfo__title {
      font-size: 30px;
    }
  }

  @media(max-width:576px) {

    .orgPublickCom,
    .orgVideo,
    .orgPublicks {
      padding: 0 15px;
    }

    .orgPublickOrgs__item {
      padding: 15px;
      gap: 15px;
    }

    .orgPublickOrgs__wrap {
      gap: 30px;
    }

    .orgProducts {
      padding: 0 15px;
    }

    .orgProducts__title {
      font-size: 27px;
    }

    .orgAbout__text {
      font-size: 15px;
    }

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

    .orgObjects__gallery-item--big {
      grid-column: 1 / 2;
      grid-row: 1 / 2;
    }

    .orgObjects__imgBack {
      display: none;
    }

    .orgObjects__title,
    .orgObjects__gsn {
      color: #000;
    }

    .orgObjects__gsn::before {
      background: #000;
    }

    .orgInfo__list-item {
      font-size: 13px;
    }

    .orgInfo__list-title {
      font-size: 15px;
    }

    .orgHero__signOrg {
      left: 0;
      top: -20px;
    }

    .orgHero__info {
      margin-top: 60px;
    }

    .orgHero__signOrg {
      width: 90px;
      height: 110px;
    }

    .orgAnchors__icon {
      display: none;
    }

    .orgAnchors__link {
      height: 160px;
    }

    .orgHero {
      margin-bottom: 30px;
    }
  }

  @media(max-width:400px) {
    .orgHero__slogan {
      font-size: 25px;
    }

    .orgHero__title {
      font-size: 30px;
    }

    .orgHero__text {
      font-size: 15px;
    }

    .orgHero__photo {
      width: 270px;
      height: 350px;
    }
  }