/*** lg ***/
@media (max-width: 1400px) {

/* headline-hero */
.headline-hero__text {
    width: 55%;
}
.headline-hero__text h1 {
    font-size: 40px;
}
.headline-hero__action__demo-cnt {
    margin-left: 60px;
}

.headline-hero__img-cnt {
    top: 40px;
    bottom: auto;
}
.headline-hero__img-cnt__img {
    height: 500px;
}
.headline-hero__img-cnt__stripes {
    left: 340px;
}

/* solutions */
.solutions .solutions__detail-dashboard .solutions__connector,
.solutions .solutions__detail-customers .solutions__connector {
    width: 210px;
    right: -230px;
}

.solutions .solutions__detail-scheduling .solutions__connector {
    width: 330px;
    left: -350px;
}

.features__menu--nav a span {
    display: none;
}

}

/*** md ***/
@media (min-width: 992px) and (max-width: 1200px) {

.headline-hero__text {
    width: 60%;
}
.headline-hero__action__demo-cnt {
    margin-left: 35px;
}
.headline-hero__img-cnt__img {
    width: auto;
}

/* advantages */
.advantages__text {
    padding-left: 10px;
    padding-right: 10px;
}

/* features */
.features__menu--nav a {
    overflow: hidden;
    font-size: 14px;
    margin: 0 10px;
}
.features__menu--nav a span {
    display: none;
}
.features__menu-img--nav-left {
    left: 5px;
}
.features__menu-img--nav-right {
    right: 5px;
}

/* why */
.why__cnt-left--1 img {
    right: -105px;
}
.why__cnt-right--2 img {
    left: -90px;
}
.why__cnt-left--3 img {
    right: -40px;
}

/* solutions */
.solutions .solutions__detail-dashboard .solutions__connector,
.solutions .solutions__detail-customers .solutions__connector {
    width: 160px;
    right: -180px;
}

.solutions .solutions__detail-scheduling .solutions__connector {
    width: 280px;
    left: -300px;
}

}

/*** up to sm ***/
@media (max-width: 992px) {
.headline-hero {
    height: auto;
    padding-top: 40px;
}

.headline-hero__text {
    width: 100%;
    text-align: center;
}

.headline-hero__text h1 {
    font-size: 32px;
}

.headline-hero__text h2 {
    font-size: 20px;
    margin-bottom: 30px;
}

.headline-hero__action__demo-cnt {
    display: block;
    margin: 35px 0 0 0;
}

.headline-hero__img-cnt {
    position: relative;
    width: 100%;
    left: auto;
    bottom: auto;
    top: auto;
    margin-top: 20px;
}

.headline-hero__img-cnt__img {
    width: 100%;
    height: auto;
}

.headline-hero__img-cnt__stripes {
    left: 70%;
    bottom: 60px;
}

/* advantages comparison */
.advantages {
    padding: 50px 0 50px 0;
}
.advantages__text {
    padding: 0 0 50px 0;
}
.advantages__table-item-name {
    padding-right: 20px;
}
.advantages__table-header-mk,
.advantages__table-header {
    font-size: 11px;
    width: 80px;
}
.advantages__table-item,
.advantages__table-item-mk {
    width: 80px;
}

/* features */
.features {
    padding: 50px 0;
    clip-path: none;
}

.features .section__header {
    text-align: left;
    padding: 0;
    margin-bottom: 20px;
}

.features__menu--nav {
    display: flex;
    position: absolute;
    width: 100%;
    right: 0;
    left: 0;
    top: 0;
    z-index: calc(var(--header-z-index) - 1);
    margin-top: 0;
    text-align: center;
    background-color: var(--color-grey-light);
}
.stuck {
    position: fixed;
    top: 60px;
    z-index: calc(var(--header-z-index) - 1);
    background-color: var(--color-grey-light);
}

.features__menu--nav a {
    display: inline-block;
    width: 100%;
    padding: 15px;
    margin: 0;
    font-size: 14px;
    border-right: 1px solid var(--color-grey-dark);
    border-bottom: 1px solid var(--color-grey-dark);
    border-top: 1px solid var(--color-grey-dark);
}

.features__menu--nav a span {
    display: none;
}

.features__menu-img {
    padding-top: 100px;
}
.features__menu-img--nav-right,
.features__menu-img--nav-left {
    display: none;
}

/* video-rev */
.video-rev {
    padding: 50px 0;
}
.video-rev__cnt {
    padding: 0;
}
.video-rev__text {
    padding-right: 0px;
}

.video-rev__carousel--nav {
    left: auto;
    bottom: auto;
    top: 0;
    right: 0;
}

.video-rev__carousel > li {
    padding-right: 15px;
}

.video-rev__logos {
    height: 100px;
    margin: 0;
    clip-path: none;
    background-position: top left;
    background-size: auto 520px;
}

.video-rev__carousel > li:nth-child(n+2) {
    height: 140px;
}

.video-rev__modal .modal-dialog {
    width: 100%;
    height: 100%;
    max-width: 100%;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}
.video-rev__modal .modal-dialog iframe {
    width: 100%;
    min-height: 300px;
}
.video-rev__modal .modal-dialog .modal-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    height: 50%;
    border: none;
}
.video-rev__modal .modal-dialog .modal-content .close {
    right: 20px;
    top: -40px;
}

/* why  */
.why {
    padding: 50px 0;
}

.why__header {
    padding-left: 0;
    margin-bottom: 40px;
}

.why__cnt-left {
    padding-right: 0;
    min-height: auto;
    text-align: left;
    margin-bottom: 10px;
}

.why__cnt-right {
    padding-left: 15px;
    margin-bottom: 80px;
}

.why__cnt-vline,
.why__cnt-bubble {
    display: none;
}

.why__cnt-left--1 {
    min-height: 360px;
}

.why__cnt-left--1 img {
    width: 500px;
    top: 0;
    left: 50%;
    margin-left: -280px;
}

.why__cnt-left--2 {
    position: relative;
    padding-top: 370px;
    margin-bottom: 80px;
}

.why__cnt-left--2 img {
    display: block;
    position: absolute;
    width: 500px;
    top: 0;
    left: 50%;
    margin-left: -210px;
}

.why__cnt-right--2 {
    display: none;
}

.why__cnt-right--2 img {
    display: none;
}

.why__cnt-left--3 {
    min-height: 365px;
}

.why__cnt-left--3 img {
    width: 500px;
    top: 0;
    left: 50%;
    margin-left: -315px;
}

.why__cnt-right--3 {
    padding-top: 0px;
    margin-bottom: 0;
}

/* solutions */
.solutions {
    padding: 50px 0;
}
.solutions::before {
    clip-path: none;
}

.solutions .solutions__content {
    position: relative !important;
}

.solutions .solutions__detail .text-right {
    text-align: left;
}

.solutions .solutions__detail-dashboard,
.solutions .solutions__detail-scheduling,
.solutions .solutions__detail-customers {
    position: relative;
    top: 0;
}

.solutions .solutions__detail-dashboard .solutions__connector,
.solutions .solutions__detail-scheduling .solutions__connector,
.solutions .solutions__detail-customers .solutions__connector {
    position: absolute;
    top: 10px;
    left: -220px;
    transform: translateY(-50%);
    width: 200px;
}

/* pros */
.pros {
    height: 450px;
    background: url(/assets/images/app/public/home/pros_collage_sm.jpg);
    background-size: cover;
}
.pros > img {
    width: 160px;
}

/* setup */
.setup {
    padding: 50px 0;
}
.setup .section__header {
    text-align: left;
}

.setup .setup__video {
    margin-bottom: 30px;
}

.support__item svg {
    width: 100px;
    height: 50px;
}

.support {
    padding: 50px 0;
}

}

/*** sm ***/
@media (min-width: 758px) and (max-width: 992px) {

/* headline */
.headline-hero__img-cnt {
    text-align: center;
}
.headline-hero__img-cnt__img {
    width: auto;
    height: auto;
}

}


/*** app popup ***/
.app-popup {
    display: none;
}

@media (max-width: 758px) {

.app-popup {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 5000;
    padding: 12px;
    background: #f2f2f2;
    -webkit-box-shadow: 0px -2px 2px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px -2px 2px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px -2px 2px 0px rgba(0, 0, 0, 0.25);
}

.app-popup .app-close {
    position: absolute;
    top: 28px;
    right: 80px;
    display: block;
    color: #858585;
    z-index: 505;
}

.app-popup .app-close span {
    font-size: 34px;
    line-height: 0;
}

.app-popup .app-container {
    position: relative;
    min-height: 40px;
}

.app-popup .app-logo {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
}

.app-popup .app-content {
    padding: 10px 10px 10px 65px;
}

.app-popup .app-link {
    font-weight: 500;
    font-size: 18px;
}

}
/*** end: app popup ***/