.flex-30-percent {
    flex: 1 0 30%;
}

body.marketplace-script-page header:not(.fixed-menu).page-header {
    height: auto;
}
body.marketplace-script-page header.fixed-menu section.intro {
    display: none;
}
body.marketplace-script-page header.page-header {
    background-image: url('../img/products/marketplace-bg.jpg');
}
body.marketplace-script-page header.page-header:not(.fixed-menu) {
    overflow: hidden;
}
.squeeze-box {
    background: #FFEDDD;
    padding: 48px;
    clip-path: polygon(0 4%, 100% 0, 100% 96%, 0 100%, 0 4%);
}
.intro {
    padding: 65px 0 80px;
    z-index: 1;
}
.intro h1 {
    font-size: 36px;
}
.intro p {
    color: white;
    font-size: 20px;
    margin: 40px 0;
}
.large-feature-desc {
    font-size: 20px;
}
.mt-10 {
    margin-top: 6rem !important;
}
.mt-8 {
    margin-top: 4rem !important;
}
.pb-10 {
    padding-bottom: 6rem !important;
}
.pb-8 {
    padding-bottom: 4rem !important;
}
.color-bg-feature,
.feature-clip > div.clip-cont > div.point1 > div:after,
.feature-clip > div.clip-cont > div.through {
    background: #F2F2F2;
}
.feature-device {
    max-width: 100%;
}
.marketplace-logo {
    max-width: 220px;
    min-width: 220px;
}
.cross-line {
    margin: auto;
    height: 12px;
    background: linear-gradient(to right, #5f97ac 0%,#20b180 50%,#4498d9 100%);
    clip-path: polygon(0 10px, 100% 0, 100% 2px, 0 100%, 0 2px);
}
.connection-scheme {
    max-width: 511px;
    width: 100%;
}

@media (min-width: 768px) {
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .cross-line {
    width: 50%;
  }
}

.gallery-slider-wrapper {
    padding: 90px 0;
    margin-top: 0 !important;
}
.app-screenshot {
    padding: 0 4px;
    padding-top: 2px !important;
    text-align: center;
}
.app-screenshot img {
    width: 380px;
    object-fit: contain;
    border-radius: 7px;
    border: 2px #777777 solid;
    box-shadow: 0 0 0 2px #bbbdb5;
}
#screenshots-gallery {
    --f-carousel-slide-width: auto;
    --f-carousel-spacing: 8px;
}
