.videoBlock__header {
  display: none;
}
@media (max-width: 768px) {
  .cataloguePage__header .container:after {
    content: "";
    position: absolute;
    left: 0;
    top: calc(100% - 1px);
    z-index: 1;
    width:60%;
    height: 2px;
    background-color: #fff;
    border-radius: 0 1px 1px 0;
  }
}
.cataloguePage__textBlock {
  background: url("//api.fummo.ru/upload/nova/concept.png") no-repeat right 50%;
  background-size: contain;
}
@media (max-width: 768px) {
  .cataloguePage__textBlock {
    background: url("//api.fummo.ru/upload/nova/concept_sm.png") no-repeat center right;
    background-size: contain;
    margin: 50px 0;
  }
}
@media (min-width: 1900px) {
  .cataloguePage__textBlock {
    background-position: left 85% center;
  }
}
@media (min-width: 2200px) {
  .cataloguePage__textBlock {
    background-position: left 70% center;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .cataloguePage__textBlock {
    background-position: right -30% top 50%;
  }
}

.nova__pageTitle {
  font-weight: 700 !important;
  font-size: 80px !important;
  line-height: 84px !important;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .nova__pageTitle {
    font-size: 70px !important;
    margin-bottom: 90px !important;
  }
}
@media (max-width: 768px) {
  .nova__pageTitle {
    font-size: 44px !important;
    line-height: 44px !important;
  }
}
@media (max-width: 380px) {
  .nova__pageTitle {
    font-size: 35px !important;
    line-height: 35px !important;
  }
}

@media (min-width: 768px) {
  .nova__introWrapper {
    width: 50%;
    overflow: visible;
  }
}
.nova__intro .nova__pageTitle {
  margin-bottom: 130px;
}
.nova__intro p {
  font-size: 16px;
  line-height: 24px;
  margin: 40px 0;
}

@media (max-width: 767px) {
  .nova__intro p {
    font-size: 14px;
    line-height: 20px;
  }
}
.nova__features {
  min-height: 700px;
  background: url("//api.fummo.ru/upload/nova/star.png") no-repeat center center;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .nova__features {
    min-height: 500px;
    background: url("//api.fummo.ru/upload/nova/star_sm.png") no-repeat left center;
    margin-left: calc(-30px * 0.5);
    margin-right: calc(-30px * 0.5);
  }
}

.nova__featuresList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: 125px;
  list-style-type: none;
  margin: 0;
  padding: 0 88px;
}
@media (max-width: 767px) {
  .nova__featuresList {
    flex-direction: column;
    row-gap: 50px;
    align-items: flex-start;
  }
}

.nova__featuresItem {
  flex: 0 0 50%;
}
@media (max-width: 767px) {
  .nova__featuresItem {
    flex: 1;
  }
  .nova__featuresItem:nth-child(1) {
    margin-left: 20%;
    order: 2;
  }
  .nova__featuresItem:nth-child(2) {
    margin-left: 30%;
    order: 3;
  }
  .nova__featuresItem:nth-child(3) {
    margin-left: 0%;
    order: 1;
  }
  .nova__featuresItem:nth-child(4) {
    margin-left: 10%;
    order: 4;
  }
}
.nova__featuresItem span {
  display: block;
  background-color: hsla(0, 0%, 100%, 0.1);
  padding: 5px 25px;
  border-radius: 8px;
}
.nova__featuresItem:nth-child(2n) span {
  float: right;
}
.nova__featuresItem:nth-child(2n+1) span {
  float: left;
}

/*

================== .newDesign ========================

*/

.newDesign {
  max-height: 1300px;
  height: 100vw;
  background: url('./new_design_banner.png') no-repeat left 40% top 0;
  background-size: contain;
}



@media (max-width: 1024px) {
  .newDesign {
    background: url('./new_design_banner_md.png') no-repeat 100% 0;
    background-size: contain;
    height: 120vw;
  }
}
@media (max-width: 767px) {
  .newDesign {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;

    background: url('./new_design_banner_sm-21.png') no-repeat bottom right,
      url('./new_design_banner_sm-11.png') no-repeat top left;
    height: 285vw;
  }
  .newDesign .contentBlock__body {
    flex: 100 100 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
  }
}
@media (max-width: 390px) {
  .newDesign {
    background-size: 85%;
  }
}
.newDesign__title {
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 80px;
  line-height: 88px;
}
@media (max-width: 1024px) {
  .newDesign__title {
    font-size: 70px !important;
  }
}
@media (max-width: 768px) {
  .newDesign__title {
    font-size: 44px !important;
    line-height: 44px !important;
  }
}
@media (max-width: 380px) {
  .newDesign__title {
    font-size: 35px !important;
    margin-bottom: 35px !important;
  }
}

.newDesign__featuresOnDevice {
  display: none;
}
.newDesign__body {
  padding-top: 0;
}
.newDesign__features {
  float: right;
  text-align: right;
  list-style-type: none;
  font-size: 22px;
  line-height: 38px;
  margin: -40px 0 22px;
}
/*
@media (max-width: 767px) {
  .newDesign__features {
    font-size: 14px;
    line-height: 22px;
  }
}
*/
@media (max-width: 468px) {
  .newDesign__features {
    font-size: 14px;
    line-height: 22px;
  }
}

/*

================== .newTastes ========================

*/

.newTastes {
  max-height: 747px;
  height: 100vw;
  background: url('./new_tastes_banner.jpg') no-repeat 0 0;
  background-size: cover;
  display: flex;
  flex-direction: column;
  padding: 40px 0;
}
@media (max-width: 1024px) {
  .newTastes {
    height: 120vw;
    background: url('./new_tastes_banner_md.jpg') no-repeat 0 0;
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .newTastes {
    height: 135vw;
    background: url('./new_tastes_banner_sm.jpg') no-repeat 0 0;
    background-size: cover;
    padding: 30px 0;
  }
}
.newTastes__title {
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 80px;
  line-height: 88px;
}
@media (max-width: 1024px) {
  .newTastes__title {
    font-size: 70px !important;
  }
}
@media (max-width: 768px) {
  .newTastes__title {
    font-size: 44px !important;
    line-height: 44px !important;
  }
}
@media (max-width: 380px) {
  .newTastes__title {
    font-size: 35px !important;
    margin-bottom: 35px !important;
  }
}

.newTastes__body {
  font-size: 18px;
  text-align: left;
  flex: 1;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .newTastes__body {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
}




.newTastes__body .container {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.newTastes__features {
  display: flex;
  list-style-type: none;
  gap: 15px;
  padding: 0;
}
@media (max-width: 1024px) {
  .newTastes__features {
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
  }
}
.newTastes__features li {
}
@media (max-width: 1024px) {
  .newTastes__features li {
    font-size: 14px;
  }
}

.blurPanel {
  background-color:hsla(0, 0%, 100%, 0.05);
  padding: 10px 15px;
  border-radius: 8px;
  backdrop-filter: blur(20px);
}
.blurPanel-leftPosition {
  margin-right: auto;
}