.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.first-screen-text {
  color: #fff;
  flex-flow: column;
  margin-bottom: 40px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.breadcrumbs-list a:after {
    content: url(https://meestposhta.com.ua/storage/landings/blackfriday-lp/2025/images/white-breadcrumbs-arrow.svg) !important;
    height: 18px;
    padding: 0 5px;
}

.first-screen-text.center {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
}

.first-screen-text.center.color {
  color: #0061af;
}

.first-screen-text.first-screen-text--blsck {
  color: #000;
  font-weight: 500;
}

.first-screen-text.first-screen-text-main {
  max-width: 780px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

.breadcrumbs-container {
  width: calc(100% - 60px);
  max-width: 1360px;
  margin-bottom: 20px;
}

.first-screen {
  color: #000;
  background-color: #f3f8fe;
  flex-flow: column;
}

.first-screen.main {
  color: #fff;
  background-color: #000;
  background-image: url('../images/main-line-second.webp');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 130px;
}

.first-screen.first-screen--black {
  background-color: #000;
}

.first-screen.first-screen--black.line {
  background-image: url('../images/line-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.first-screen-text__title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  line-height: 120%;
}

.first-screen-wrap {
  padding-top: 150px;
  padding-bottom: 50px;
  display: flex;
}

.first-screen-wrap.page_wrap {
  flex-flow: column;
  width: calc(100% - 60px);
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 250px;
  position: relative;
}

.first-screen-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.mp-swiper-slide{
  width: auto !important;
}

.first-screen-list-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
}

.first-screen-list-bullet {
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-img-banner {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: -45px;
  left: 0;
  right: 41px;
}

.container-screen {
  width: calc(100% - 60px);
  max-width: 1390px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.container-screen.container-screen-category {
  padding-top: 12px;
  padding-bottom: 12px;
}

.container-screen.container-screen-logo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.container-screen.container-screen-label {
  grid-column-gap: 50px;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  overflow: hidden;
}

.ms__btn-text {
  z-index: 5;
  position: relative;
}

.ms__hero-btn {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 15px;
  display: flex;
}

.card {
  border-radius: .625rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.card.is-slider {
  -webkit-user-select: none;
  user-select: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 550px;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.25, .46, .45, .94);
  position: relative;
}

.swiper-wrapper {
  display: flex;
}

.swiper_component {
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
  padding-right: 35px;
  position: relative;
}

.swiper_slider-wrapper {
  overflow: hidden;
}

.ms__btn_linear_gradient {
  background-color: #28d3a1;
  border-radius: 24px;
  position: absolute;
  inset: 0;
  transform: translate(0, 102%);
}

.ms__btn {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 12px 42px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 22px 6px #00000029;
}

.ms__btn:hover {
  transform: translate(0, 1px);
  box-shadow: 0 6px 22px #40629152;
}

.ms__btn.ms__btn-blue {
  box-shadow: 0 2px 22px 6px #169ce129;
}

.slider-custom-style {
  display: none;
}

.mp-swiper-buttons{
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
}

.mp-swiper-button-prev {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 15px;
  transition: color .2s, background-color .3s;
  position: absolute;
  bottom: 40%;
  left: 0;
}

.mp-swiper-button-next {
  z-index: 5;
  cursor: pointer;
  width: 15px;
  transition: color .2s, background-color .3s;
  position: absolute;
  bottom: 40%;
  right: 0;
}

.screen-text__title {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
}

.screen-text__subtitle {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.present-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.present-container {
  background-image: linear-gradient(#000 54%, #fff);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  position: relative;
  box-shadow: 0 0 22px 4px #fff3;
}

.present-btn {
  text-transform: uppercase;
  white-space: nowrap;
  cursor: auto;
  background-color: #fff138;
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  bottom: -7%;
  box-shadow: 0 0 12px 8px #ffffff40;
}
.present-btn.second {
  cursor: pointer;
  text-decoration: none;
  color: #000000;
}

.logo-btns-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo-btn {
  z-index: 2;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #000;
  border-radius: 8px;
  width: 100%;
  padding: 15px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
}

.logo-btn:hover, .logo-btn.active {
  box-shadow: 0 2px 20px 15px #00000059;
}

.category-section {
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.logo-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.logo-block {
  background-image: linear-gradient(#daf3ff, #eff8ff);
  border: 1px solid #00000040;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: auto;
  height: auto;
  display: flex;
}

.logo-block.second-block {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  justify-content: center;
  align-items: flex-end;
  padding: 0;
}

.logo-more {
  color: #7c7c7c;
  text-align: right;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.container-shops-wrapp {
  padding-bottom: 50px;
  display: none;
}

.container-shops-wrapp.active {
  display: block;
}

.container-shops-wrapp.container-shops-wrapp-second {
  padding-bottom: 80px;
  display: none;
}

.percent {
  z-index: 1;
  width: 150px;
  position: absolute;
  bottom: -25%;
  right: 0;
}

.percent.percent-registration {
  top: -100px;
  bottom: auto;
}

.percent.percent-department {
  top: -100px;
  bottom: auto;
  right: auto;
}

.lp-shops-grid {
  grid-row-gap: 43px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  place-items: center start;
  margin-top: 20px;
}

.shops-item {
  box-shadow: none;
  cursor: pointer;
  background-image: linear-gradient(#eff8ff, #daf3ff);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 160px;
  height: 110px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.shops-item:hover {
  box-shadow: 0 6px 22px #40629133;
}

.shops-item.full {
  background-color: #0061af;
  background-image: url('../images/Meest_1Meest.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.shops-item-name {
  display: none;
}

.label-line {
  color: #000;
  text-transform: uppercase;
  background-color: #fff138;
  font-size: 20px;
  font-weight: 700;
}

.ms_lp-registration-item {
  text-align: center;
  background-image: linear-gradient(#eff8ff, #daf3ff);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 130px;
  padding: 40px 25px 20px 40px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  display: flex;
  position: relative;
  box-shadow: 0 2px 20px 5px #fff6;
}

.ms_lp-registration-item.ms_lp-registration-item--left {
  text-align: left;
  padding-bottom: 40px;
}

.num-block {
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  font-size: 38px;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: -35px;
}

.num-text {
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 700;
  line-height: 100%;
}

.play-card-item__desc {
  color: #0061af;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 27px;
}

.registration-grid {
  grid-column-gap: 75px;
  grid-row-gap: 50px;
}

.btn-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: none;
}

.lp-btn {
  text-transform: uppercase;
  background-color: #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 225px;
  height: 54px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.lp-btn.blue {
  background-color: #0061af;
  width: 100%;
  min-width: 225px;
  max-width: 300px;
}

.lp-btn.blue.show {
  display: none;
}

.seo-wrappers {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 50px;
  display: flex;
}

.seo-block {
  color: #333;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  min-height: 125px;
  max-height: 250px;
  padding: 20px 20px 20px 35px;
  font-weight: 500;
  line-height: 1.5;
  overflow-y: scroll;
}

.seo-block h2 {
  margin-top: 0;
  font-size: 28px;
  font-weight: 600;
}

.seo-block p {
  margin-bottom: 12px;
}

.seo-block ul {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

@media screen and (min-width: 1280px) {

  .lp-shops-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .ms_lp-registration-item {
    line-height: 1.3;
    box-shadow: 0 2px 20px 4px #ffffff80;
  }

  .registration-grid {
    grid-column-gap: 75px;
    grid-row-gap: 50px;
  }
}

@media screen and (min-width: 1440px) {
  .first-screen-text.first-screen-text-main {
    margin-left: 18%;
  }
  .first-screen-wrap.page_wrap {
    width: 100%;
  }

  .main-img-banner {
    width: 800px;
    bottom: -47px;
  }

  .container-screen {
    width: 100%;
  }

  .screen-text__title {
    font-size: 34px;
    line-height: 120%;
  }
}

@media screen and (min-width: 1920px) {
  .first-screen-text.first-screen-text-main {
    max-width: 950px;
    margin-left: 12%;
  }
  
  .first-screen.main {
    background-size: cover;
    background-position: 50% 100%;
  }

  .first-screen-text__title {
    font-size: 52px;
  }

  .container-screen {
    max-width: 1389px;
  }

  .container-shops-wrapp.container-shops-wrapp-second {
    display: none;
  }

  .percent {
    width: 250px;
    bottom: auto;
    right: -150px;
  }

  .percent.percent-registration {
    width: 200px;
    top: -50px;
    right: -130px;
    transform: rotate(-15deg);
  }

  .percent.percent-department {
    width: 200px;
    top: -120px;
    left: -120px;
  }
}

@media screen and (max-width: 991px) {
  .first-screen-text.center {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .breadcrumbs-container {
    width: calc(100% - 30px);
    max-width: 100%;
  }

  .first-screen.main {
    padding-top: 0;
  }

  .first-screen.first-screen--black.line {
    background-position: 0%;
  }

  .first-screen-text__title {
    font-size: 38px;
  }

  .first-screen-wrap.page_wrap {
    padding-top: 35px;
  }

  .first-screen-list-item {
    font-size: 24px;
  }

  .main-img-banner {
    width: 600px;
    bottom: -35px;
  }

  .container-screen {
    width: calc(100% - 20px);
  }

  .container-screen.container-screen-category {
    font-size: 20px;
  }

  .ms__hero-btn {
    padding-bottom: 20px;
  }

  .card.is-slider {
    width: 400px;
  }

  .ms__btn:hover {
    transform: none;
  }

  .screen-text__title {
    font-size: 28px;
  }

  .logo-btns-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .logo-block {
    min-width: auto;
  }

  .lp-shops-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .ms_lp-registration-item {
    width: 100%;
  }

  .registration-grid {
    grid-column-gap: 35px;
  }

  .lp-btn {
    width: 100%;
    min-width: 225px;
    max-width: 225px;
  }

  .lp-btn.blue {
    max-width: 275px;
  }

  .seo-wrappers {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }
}

@media screen and (max-width: 767px) {
  .first-screen-text {
    margin-bottom: 24px;
  }
  
  .first-screen-text.first-screen-text-main {
    max-width: 550px;
  }

  .first-screen-wrap.page_wrap {
    padding-bottom: 130px;
  }

  .first-screen-text.center.color {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
  }

  .breadcrumbs-container {
    max-width: 100%;
  }

  .first-screen-text__title {
    font-size: 30px;
  }

  .first-screen-list-item {
    font-size: 20px;
  }

  .main-img-banner {
    width: 425px;
    bottom: -25px;
  }

  .card.is-slider {
    width: 320px;
  }

  .screen-text__title {
    font-size: 22px;
  }

  .screen-text__subtitle {
    font-size: 16px;
  }

  .present-wrapper {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .present-btn {
    font-size: 16px;
    bottom: -8%;
  }

  .logo-btns-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .logo-btn {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
  }

  .logo-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .logo-more {
    margin-top: 15px;
  }

  .lp-shops-grid {
    grid-row-gap: 25px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .shops-item {
    min-width: auto;
  }

  .lp-shops-img {
    max-width: 75%;
  }

  .ms_lp-registration-item {
    padding-top: 20px;
    font-size: 18px;
  }

  .ms_lp-registration-item.ms_lp-registration-item--left {
    padding-top: 50px;
  }

  .registration-grid {
    grid-row-gap: 75px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

  .lp-btn {
    font-size: 14px;
  }

  .seo-wrappers {
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: flex-end;
  }

  .seo-block h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 479px) {
  .first-screen-text.first-screen-text-main {
    max-width: none;
  }

  .first-screen-text {
    position: static;
  }

  .breadcrumbs-container {
    width: calc(100% - 10px);
  }

  .first-screen-wrap.page_wrap {
    width: calc(100% - 20px);
  }

  .main-img-banner {
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    bottom: -19px;
  }

  .container-screen {
    width: calc(100% - 20px);
  }

  .container-screen.container-screen-category {
    font-size: 18px;
  }

  .ms__hero-btn {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .card.is-slider {
    width: 100vw;
  }
  
  .mp-swiper-slide {
    width: 100% !important;
  }
  
  .present-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .swiper_component {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ms__btn {
    text-align: center;
  }

  .mp-swiper-button-prev {
    width: 10px;
  }
  
  .mp-swiper-button-next {
    width: 10px;
  }
mp-
  .present-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .logo-btns-wrapper {
    flex-flow: column;
  }

  .logo-wrapper {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .logo-more {
    font-size: 18px;
  }

  .percent {
    width: 125px;
    bottom: -1%;
  }

  .percent.percent-registration {
    width: 75px;
    top: -35px;
  }

  .lp-shops-grid {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    height: 405px;
    margin-bottom: 15px;
    overflow: hidden;
  }

  .shops-item {
    width: 100%;
  }

  .lp-shops-img {
    max-width: 50%;
  }

  .ms_lp-registration-item {
    text-align: center;
    min-height: 150px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .num-block {
    width: 60px;
    height: 60px;
  }

  .num-text {
    font-size: 28px;
  }

  .play-card-item__desc {
    font-size: 18px;
    line-height: 23px;
  }

  .btn-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    display: flex;
  }

  .lp-btn {
    color: #000;
    background-color: #fff;
    width: 180px;
    min-width: 200px;
    max-width: 220px;
    height: 50px;
  }

  .lp-btn.blue.show {
    min-width: 200px;
    max-width: 225px;
    display: flex;
  }

  .seo-block {
    padding: 15px 5px 5px 15px;
  }

  .seo-block ul {
    padding-left: 20px;
  }
}

#w-node-_3ef799fc-bc94-ed2e-a7e0-6c1006db772a-9b93f527, #w-node-_3ef799fc-bc94-ed2e-a7e0-6c1006db772d-9b93f527 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ef799fc-bc94-ed2e-a7e0-6c1006db7731-9b93f527, #w-node-_3ef799fc-bc94-ed2e-a7e0-6c1006db7735-9b93f527 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3ef799fc-bc94-ed2e-a7e0-6c1006db7739-9b93f527, #w-node-_3ef799fc-bc94-ed2e-a7e0-6c1006db773d-9b93f527, #w-node-_3ef799fc-bc94-ed2e-a7e0-6c1006db7741-9b93f527, #w-node-_3ef799fc-bc94-ed2e-a7e0-6c1006db7745-9b93f527, #w-node-_3ef799fc-bc94-ed2e-a7e0-6c1006db7749-9b93f527, #w-node-_3ef799fc-bc94-ed2e-a7e0-6c1006db774d-9b93f527 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_814beed4-59e4-6925-3cd0-803f922d04fa-9b93f527 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-_814beed4-59e4-6925-3cd0-803f922d04fa-9b93f527 {
    grid-column: span 1 / span 1;
  }
}


