/* vynechat IE*/
@supports not (-ms-high-contrast: none) {
    @media (min-width: 800px) {
        /*        #a3800-techspec {

            background-image: url(../img/products/A3800/2019/A3800-front-hand.jpg);
            background-repeat: no-repeat;
            background-position: left bottom;
        }*/

        body {
            overflow-x: hidden;
            /*direction: ltr;*/
            font-family: "Roboto";
            min-width: 320px;
        }

        .container-horizontal {
            width: 100vw;
            /*height: 45320px;*/
        }

        .img-90vh {
            max-height: 90vh;
        }
        .img-73vh {
            max-height: 73vh;
        }

        .right-part {
            padding-right: 11vw;
            margin-left: -10vw;
        }

        .go-left {
            justify-content: left;
        }

        .container-horizontal-in {
            position: fixed;
            top: 0;
            width: 100vw;
            height: 100vh;
            overflow: hidden;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding-bottom: 15px;
        }

        .container-horizontal-in-touch {
            left: 0;
            display: block;
            position: absolute;
            width: 100%;
            height: calc(100vh - 92px);
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            z-index: 10;
            -ms-flex-item-align: end;
            align-self: flex-end;
            pointer-events: none;
        }

        .container-horizontal-in-touch .content {
            height: calc(100vh - 92px);
            -ms-flex-item-align: end;
            align-self: flex-end;
            position: absolute;
            display: flex;
        }

        .container-horizontal-in-scroll {
            transform: translateX(0px);
            height: calc(100vh - 75px);
            -ms-flex-item-align: end;
            align-self: flex-end;
            position: absolute;
            display: flex;
        }

        .main {
            display: flex;
            position: relative;
            /*padding-top: 97px;*/
        }

        .section {
            height: inherit;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            display: flex;
        }

        .section-content {
            position: relative;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            height: 80vh;
            max-height: 839px;
            -ms-flex-item-align: center;
            align-self: center;
            display: flex;
        }

        .image-wrap {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 100vw;
            min-width: 100vw;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            height: 80vh;
            max-height: 839px;
        }
        .horizontal-wrap {
            /*        -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    width: auto;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;*/
            min-width: 50vw;
            height: 80vh;
            max-height: 839px;
        }

        .wrap-first-title {
            min-width: 400px;
            max-height: 839px;
            /*margin-left: -10vw;*/
        }

        .wrap-second-title {
            min-width: 550px;
            max-height: 839px;
            margin-left: 20vw;
        }

        .wrap-first-content {
            min-width: 800px;
            max-height: 839px;
            margin-left: 10vw;
        }

        img.img-fit {
            max-height: 50vh;
        }

        img.img-total {
            max-height: 100vh;
            max-width: 150%;
        }

        .img-horizontal {
            max-height: 100%;
            margin: auto;
        }

        .second-block {
            margin-left: calc(((100vw - 1124px) / 2) * -1 + 250px);
        }

        .intro-box {
            height: inherit;
            position: relative;
        }

        .intro-desc {
            margin-top: -11%;
            text-align: center;
            color: #ababab;
            font-size: 2.5em;
        }

        .intro-model {
            color: #5b5c5c;
            font-size: 2em;
            font-weight: 600;
            text-align: center;
            margin-bottom: 30px;
        }

        .classic-par-height {
            color: #5b5d5d;
            text-align: center;
            font-size: 20px;
            line-height: 2em;
        }

        .slide-from-right {
            transform: translateX(50px);
            transition: transform 1s ease-out, opacity 1s ease-out;
            opacity: 0;
        }

        .slide-from-right-class {
            transform: translateX(0px);
            opacity: 1;
        }
    }
}
/* IE style */
@media screen and (min-width: 0\0) {
    .intro-box {
        margin-top: 75px;
    }

    .img-ie {
        margin: auto;
    }

    .intro-desc {
        margin-top: -100px !important;
    }

    .wrap-ie {
        max-width: 1140px;
        margin: auto;
    }

    .margin-top60-ie {
        margin-top: 60px;
    }

    .margin-top100-ie {
        margin-top: 100px;
    }
}

.gray-btn-center {
    display: inline-block;
    float: none;
}
a.gray-btn {
    float: none;
    color: #393939 !important;
    width: 250px;
    /* padding-left: 25px; */
    /* padding-right: 25px; */
    border: 1px solid #393939;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.7em;
    text-transform: uppercase;
    font-family: "PT Sans Narrow";
}

.gray-btn:hover {
    color: #828282;
}

.ts-info {
    color: #393939;
    margin-top: 60px;
    margin-bottom: 60px;
}

.ts-left {
    text-align: right;
}
.ts-right {
    text-align: left;
}

.ts-left-attr,
.ts-right-attr {
    font-weight: 500;
    font-size: 20px;
    padding-bottom: 5px;
}
.ts-left-value,
.ts-right-value {
    font-weight: 400;
    font-size: 19px;
}

.ts-row {
    padding-bottom: 10px;
    padding-top: 10px;
}

.classic-title {
    color: #acacac;
    text-align: center;
    font-size: 48px;
    font-family: "PT Sans Narrow";
    text-transform: uppercase;
}

.classic-subtitle {
    font-family: Roboto !important;
    font-size: 20px;
    text-align: center;
    color: #393939;
}

.intro-desc {
    margin-top: -11%;
    text-align: center;
    color: #ababab;
    font-size: 2.5em;
}

.intro-model {
    color: #5b5c5c;
    font-size: 2em;
    font-weight: 600;
    text-align: center;
}

.classic-par-height {
    color: #5b5d5d;
    text-align: center;
    font-size: 20px;
    line-height: 2em;
}

.sheet-cover {
    display: inline-block;
    opacity: 0.9;
    transition: opacity 0.5s;
}

.sheet-cover img {
    max-width: 297.5px;
    max-height: 420px;
    border: 1px solid #d8d8d8;
}

.sheet-title {
    width: 100%;
    display: block;
    text-align: center;
    color: #393939;
    font-size: 30px;
    font-weight: 700;
    padding-top: 15px;
}

.sheet-lang {
    display: block;
    color: #393939;
    font-size: 19px;
    text-align: center;
    width: 100%;
}

@media (max-width: 520px) {
}

@media (max-width: 800px) {
    .soft-disp {
        max-width: 100% !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .classic-title {
        margin-top: 100px;
    }

    .intro-box {
        margin-top: 50px;
    }

    .classic-par-height {
        padding-left: 15px;
        padding-right: 15px;
    }

    .sheets-left,
    .sheets-right {
        text-align: center;
        margin-bottom: 60px;
    }
}

@media (min-width: 800px) and (max-width: 1281px) {
    .right-part {
        padding-right: 10vw;
    }
    .classic-par-height {
        color: #5b5d5d;
        text-align: center;
        font-size: 16px;
        line-height: 1.4em;
    }
    .intro-model {
        margin-bottom: 5px;
    }

    .section-content {
        padding-top: 11vh;
    }
}

.soft-disp {
    max-width: 620px;
}

.margin-auto {
    margin: auto;
}

@media (width: 1024px) and (height: 1366px) {
    .img-90vh {
        max-height: 33vh;
    }
    .img-73vh {
        max-height: 25vh;
    }

    .intro-model {
        margin-bottom: 25px;
    }
    .application-scheme {
        padding-top: 350px;
    }
}

@media (max-width: 450px) {
    .go-left {
        margin-top: 10vw;
    }
}

.font-weight500 {
    font-weight: 500;
}

@-moz-document url-prefix() {
    .container-horizontal-in-scroll {
        margin-top: -40vh;
    }

    .application-scheme {
        padding-top: 350px;
    }

    .object-fit {
        object-fit: contain;
    }

    .right-part {
        max-width: 50vw;
    }
}

/* EDGE */
@supports (-ms-ime-align: auto) {
    .first-image {
        max-width: none;
    }
}

@media (min-width: 1500px) and (max-width: 1700px) and (min-height: 700px) and (max-height: 800px) {
    .classic-par-height {
        line-height: 1.4em;
    }
}
