.p-first {
    height: calc((var(--vh) * 100) - var(--header-height));
    position: relative;
    min-height: 580px;
    max-height: 1100px;
}

.p-first__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.p-first__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-first .container {
    position: relative;
    z-index: 1;
}

.p-first {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 165px;
}

.p-first__meta {
    max-width: 810px;
}

.p-first__meta h1 {
    font-weight: 700;
    font-size: 64px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 32px;
}

.editor p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.p-first__meta .editor p {
    color: #fff;
    text-shadow: 0 0 30px 0 var(--black);
}

.p-first__meta .editor {
    max-width: 580px;
}

.editor p:last-child {
    margin: 0;
}

.page-pollok section {
    margin: 0 0 90px;
}



.medium-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    text-transform: uppercase;
    color: var(--blue);
    display: inline-block;
    letter-spacing: -0.01em;
}

.p-benefits__meta h2 {
    padding: 0 0 10px;
    border-bottom: 2px solid #F1BE48;
    margin: 0;
}

.p-benefits__meta {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
    gap: 60px;
    align-items: center;
}
.p-idea .p-benefits__meta {
    margin: 0 0 60px;
}
.p-idea__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 30px;
    row-gap: 40px;
}
.p-benefits__meta .editor {
    max-width: 690px;
    margin: 0 auto;
}


.dot-item > span {
    display: block;
    width: 16px;
    height: 16px;
    background: #F1BE48;
    border-radius: 50%;
    position: relative;
}

.dot-item > span:before {
    content: '';
    display: block;
    border: 2px solid #F1BE48;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    width: 23px;
    height: 23px;
}

.dot-item > span:after {
    content: '';
    display: block;
    height: 98px;
    width: 1px;
    border-left: 1px dashed var(--blue);
    transform: translate(8px, 0%);
    position: absolute;
    bottom: 20px;
}

.dot-item__value {
    font-weight: 400;
    font-size: 46px;
    line-height: 100%;
    color: #1B365D;
    line-height: 1;
}

.dot-item__value span {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}



.dot-item__name {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
}

p.dot-item__desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
}

.dot-item p {
    margin: 0;
}

.dot-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    text-align: center;
}
.fish-main img {
    width: auto;
    height: auto;
}
.compound {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 50px;
    padding: 0 40px;
   
    z-index: 1;
}
.p-benefits__fish {
    position: relative;
    padding-bottom: 112px;
    margin-top: 60px;
}
.compound {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.p-benefits__fish {
    position: relative;
    padding-bottom: 112px;
}
.p-benefits__table {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 60px;
}

.table-box {
    box-shadow: 0 0 1px 0 rgba(15, 34, 67, 0.08), 0 8px 64px 0 rgba(15, 34, 67, 0.06);
    border-radius: 24px;
}

.table-box:first-child {
    padding: 60px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.table-box:last-child {
    padding: 20px;
}

.table-row {
    display: grid;
    grid-template-columns: 17fr 12fr 22fr;
}

.table-row > div {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 1.3;
    color: #002533;
}

.table-row.table-row--head > div {
    color: #fff;
    font-weight: 600;
    background: #1B365D;
    line-height: 1.2;
    display: flex;
    align-items: center;
    font-size: 13px;
    min-height: 74px;
}

.table-row.table-row--head > div {
    border-right: 1px solid #fff;
}

.table-row.table-row--head {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.table-row.table-row--head > div:last-child {
    border: 0;
}

.table-row {
    border-bottom: 1px solid #e4e4ef;
}

.table-row:last-child {
    border: 0;
}

.table-box__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #1B365D;
    max-width: 245px;
    margin: 0 auto 40px;
    text-align: center;
}


.nx-youtube {
  max-width: 900px; /* по желанию */
  margin: 0 auto;
}
.nx-youtube__wrap {
  position: relative;
  aspect-ratio: 16 / 9;
 
  overflow: hidden;
  border-radius: 16px;
}
.nx-youtube__poster {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.nx-youtube__frame {
  position: absolute; inset: 0;
}
.nx-youtube__play, .nx-youtube__stop {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 50%;
    background: #F1BE48;
    cursor: pointer;
}
.nx-youtube__play-icon {
    display: block;
    width: 0;
    height: 0;
    margin-left: 16px;
    border-left: 17px solid #ffffff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
section.nx-youtube {
    margin: 30px 0 0 auto;
    max-width: 665px;
}
.nx-youtube__stop {
  background: rgba(0,0,0,.75);
}
.nx-youtube__stop-x {
  position: relative; display: block;
  width: 28px; height: 28px; margin: 0 auto;
}
.nx-youtube__stop-x::before,
.nx-youtube__stop-x::after {
  content: "";
  position: absolute; left: 50%; top: 50%;
  width: 28px; height: 3px; background: #fff;
  transform-origin: center; border-radius: 2px;
}
.nx-youtube__stop-x::before { transform: translate(-50%,-50%) rotate(45deg); }
.nx-youtube__stop-x::after  { transform: translate(-50%,-50%) rotate(-45deg); }





section.p-why {
    min-height: 1110px;
    position: relative;
}

.p-why__bg {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    overflow: hidden;
}

.p-why__bg img {
    min-width: 1920px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 0px;
}

.p-why__meta {
    padding-top: 115px;
    max-width: 715px;
    margin-left: auto;
    color: #fff;
    text-align: center;
}

.p-why__meta h2 {
    text-shadow: 0 0 16px 0 var(--black);
    color: #fff;
    text-align: center;
}

section.nx-youtube {
    margin: 30px 0 0 auto;
    max-width: 665px;
}

.p-why__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
}

.p-why__items .dot-item__name {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    text-transform: uppercase;
    color: #1B365D;
}

.p-why__items .dot-item__desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.p-why__items .dot-item {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
}

.p-why__items .dot-item > span {margin-bottom: 14px;}


section.p-why {
    min-height: 1165px;
    position: relative;
}
.p-why__items .dot-item > span:after {
    height: 176px;
    mix-blend-mode: plus-lighter;
}
.nx-youtube__wrap { position: relative; }
.nx-youtube__poster { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; display:block; z-index:2; }
.nx-youtube__frame { position:absolute; inset:0; z-index:1; display:none; } 
.nx-youtube__play  { position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); z-index:3; }


.p-why__bg {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    overflow: hidden;
}

.p-why__bg img {
    min-width: 1920px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 0px;
}

.p-why__meta {
    padding-top: 115px;
    max-width: 715px;
    margin-left: auto;
    color: #fff;
    text-align: center;
}

.p-why__meta h2 {
    text-shadow: 0 0 16px 0 var(--black);
    color: #fff;
    text-align: center;
}

section.nx-youtube {
    margin: 30px 24px  0px auto;
    max-width: 665px;
}


.p-why__items .dot-item:nth-child(1) {
    position: relative;
    bottom: 55px;
}

.p-why__items .dot-item:nth-child(3) {
    position: relative;
    bottom: 110px;
}

.p-why__items .dot-item:nth-child(4) {
    position: relative;
    bottom: 180px;
}
.p-why__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
    margin-top: auto;
}

.p-why__items .dot-item__name {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    text-transform: uppercase;
    color: #1B365D;
}

.p-why__items .dot-item__desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.p-why__items .dot-item {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
}

.p-why__items .dot-item > span {margin-bottom: 14px;}

section.p-why .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
}

section.p-why {
    display: flex;
    flex-direction: column;
}

section.nx-youtube {height: 374px;width: 100%;}


.p-products__meta .subtitle {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    text-transform: uppercase;
    color: #1B365D;
    
   
}
.p-products__meta h2 {
    padding: 0 0 10px;
    border-bottom: 2px solid #F1BE48;
    margin: 0;
}

.p-products__meta span {
    margin-left: auto;
}
.p-products__meta {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 0 auto 60px;
}

.p__name {
    font-weight: 400;
    font-size: 22px;
    line-height: 130%;
    text-transform: uppercase;
    color: #1B365D;
    margin: 0;
    text-align: center;
}

.p-products__item, .p-products__item a {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}

.p__img {
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.p__img img {
    width: auto;
    height: 100%;
}

.p-products__items {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.p-products__item {
    flex: 0 0 calc((100% - 90px) / 4);
}

.p-products .container {
    display: flex;
    flex-direction: column;
}

.p-products__items {
    width: 100%;
}
section.p-products {
    padding: 90px 0 0;
}
@media only screen and (max-width: 1199px) {
section.p-products {
    padding: 70px 0 0;
}
    .page-pollok  section.nx-youtube {
        margin: 30px 24px 0px auto;
     
    }

    .page-pollok section {
        margin: 0 0 70px;
    }
    .compound {
    padding: 0;
    }
    .compound {
        gap: 0px;
    }
    .p-benefits__fish {
        padding-bottom: 130px;
    }
    .p-first__meta h1 {
        font-weight: 700;
        font-size: 40px;
        line-height: 140%;
        letter-spacing: 0.02em;
        margin: 0 0 20px;
        text-shadow: 0 0 30px 0 var(--black);
    }
    .p-first {
        height: 100%;
        padding: 80px 0;
        min-height: 500px;
        justify-content: center;
    }
    .p-first__meta h1 {
        max-width: 530px;
    }
}

@media only screen and (max-width: 991px) {
    .p-idea__items {
    grid-template-columns: 1fr 1fr;
}
    .p-why__bg {
    display: none;
}

.p-why__meta {
    margin: 0;
    max-width: 100%;
    padding-top: 70px;
    color: #1B365D;
}

.p-why__meta h2 {
    color: #1B365D;
}

.page-pollok section.nx-youtube {
    margin: 60px 20px;
    max-width: calc(100% - 40px);
    height: auto;
}

section.p-why {
    min-height: auto;
}
.p-why__items .dot-item {

    padding-top: 36px;
}
.p-why__items > div {
    bottom: 0!important;
}

.p-why__items {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 0 20px;
}

.p-why__items .dot-item > span:after {
    height: 32px;
}
    .p-benefits__fish {
        padding-bottom: 170px;
    }
    .p-benefits__table {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    .table-box:last-child {
        padding: 20px 55px;
    }
    
    .p-products__item {
        flex: 0 0 calc((100% - 30px) / 2);
    }
    .p-products__items {
        max-width: 464px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 860px) {


}

.mobile {
    display: none;
}
.dot-item {
    color: #1B365D;
}
@media only screen and (max-width: 767px) {
    section.p-products {
    padding: 60px 0 0;
}
.p-products__meta .subtitle {
    font-size: 16px;
}
.p-why__meta {
    padding-top: 60px;
}
.p-idea__items {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.p-products__meta {
    margin: 0 auto 40px;
}
.p-products__items {
    display: flex;
    flex-direction: column;
}
.p-idea .p-benefits__meta {
    display: none;
}
.p-idea .mobile {
    margin: 0 0 40px;
    display: flex;
    justify-content: center;
}
.mobile .medium-title {
    padding: 0 0 10px;
    border-bottom: 2px solid #F1BE48;
    display: inline-block;
    text-align: center;
}
.page-pollok section.nx-youtube {
    margin: 40px 0;
    max-width: 100%;
}
.p-why__meta h2 {
    margin: 0 0 16px;
}
.p-idea .p-benefits__meta {
    margin: 0 0 40px;
}
.p-why__items {
    padding: 0;
    grid-template-columns: 1fr;
}
section.p-why .dot-item > .dot-item__name {
    display: block;
}
    
.compound {
    position: relative;
    display: flex;
    flex-direction: column;
}
 .p-benefits__fish {
        padding-bottom: 0px;
}
.mobile {
    display: block;
}
.p-benefits__table {
    margin-top: 40px;
    gap: 40px;
}
.main .table-box {
    box-shadow: none;
    padding: 0;
}
.table-col:first-child {
    display: none;
}
.table-row.table-row--head > div:first-child {
    display: none;
}
.table-row div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.table-row.table-row--head > div {
    align-items: flex-start;
}
.table-row {

    grid-template-columns: 120px 1fr;
}
.dot-item {
    gap: 0px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 25px;
}

.dot-item__value {
    font-size: 36px;
}


.dot-item > .dot-item__name {
    display: none;
}

.dot-item__value {
    display: flex;
    align-items: flex-end;
    gap: 0px;
    line-height: 1;
}

.dot-item__value > span {
    margin-left: 5px;
}

.dot-item__value > div {
    margin-left: 10px;
}
.medium-title {
    font-size: 26px;
}

.p-benefits__meta {
    gap: 40px;
    align-items: center;
}

.page-pollok section {
    margin: 0 0 60px;
}
p.dot-item__desc {
    text-align: left;
}
.p-benefits__fish {
    margin-top: 60px;
}
.dot-item__value > div, .dot-item__value > span {
    position: relative;
    bottom: 3px;
}
.dot-item__value span {
    font-size: 12px;
}
.dot-item > .dot-item__name {
    display: none;
}
.dot-item > span {
    left: 4px;
}

.dot-item > span:after {
    height: 20px;
}

.compound {
    gap: 10px;
}
.dot-item > span {
    margin: 0 0 10px;
}
.p-first__meta h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0.02em;
    text-align: center;
    max-width: 100%;
    margin: 0 0 24px;
}

.p-first__meta .editor {
    text-align: center;
    max-width: 100%;
}

.p-first {
    padding: 64px 0;
}
}