/*--------------------------------------------------------*\
    general
\*--------------------------------------------------------*/

@media screen and (min-width: 1600px) {
    .wrapper {
        max-width: 1400px;
        margin: auto;
    }
}


/* notify-js */

@media only screen and (max-width: 600px) {
    .notifyjs-corner {
        transform: scale(0.9);
        left: -15px !important;
    }
}

@media only screen and (max-width: 400px) {
    .notifyjs-corner {
        transform: scale(0.8);
        left: -30px !important;
    }
}

@media only screen and (max-width: 300px) {
    .notifyjs-corner {
        display: none;
    }
}


/* inclined-section */

@media only screen and (max-width: 400px) {
    .inclined-section::before {
        content: none;
    }
    .inclined-section::after {
        content: none;
    }
}


/*--------------------------------------------------------*\
    countdown general
\*--------------------------------------------------------*/

@media only screen and (max-width: 1000px) {
    .countdown .time {
        width: 200px;
        font-size: 14px;
    }
    .countdown .time ul li {
        font-size: 38px;
        margin: 0 10px;
    }
    .countdown .time ul li .podp {
        font-size: 15px;
    }
}


/*--------------------------------------------------------*\
    navMenu
\*--------------------------------------------------------*/

@media only screen and (max-width: 1200px) {
    #navMenu > .content {
        width: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 1000px) {
    #navMenu .menu ul li {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 900px) {
    #navMenu {
        position: relative;
        background-color: #2a2a2a;
        height: auto;
    }

    #navMenu > .container {
        width: 100%;
    }
}

@media only screen and (max-width: 48em) {/* sm */
    #navMenu .logo img {
        padding-left: 5px;
    }

    #navMenu .menu ul {
        width: 100%;
    }

    #navMenu .menu ul li {
        display: none;
        width: 100%;
        text-align: center;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    #navMenu .menu ul li:first-child {
        margin-top: 15px;
    }

    #navMenu .menu ul li:last-child {
        margin-bottom: 15px;
    }

    #navMenu .mobile-menu {
        display: block;
    }

    #navMenu .menu ul li a.navMenu_button {
        margin-top: 0;
    }
}

@media only screen and (max-width: 420px) {
    #navMenu > .content, 
    #navMenu .logo {
        padding-top: 10px;
        padding-bottom: 35px;
    }

    #navMenu .menu ul li:first-child {
        margin-top: 30px;
    }

    #navMenu .mobile-menu.hamburger {
        top: 60px;
        left: 50%;
        transform: translate(-50%, 0);
        width: fit-content;
    }

    #navMenu .logo img {
        margin: auto;
        padding: 0;
    }
}


/*--------------------------------------------------------*\
    header
\*--------------------------------------------------------*/

@media only screen and (max-width: 64em) {
    #header .logo-column {
        margin-top: 20px;
    }
    #header .logo img {
        margin-left: 0;
    }
    #header .logo-column {
        order: 1;
    }
    #header .object {
        order: 2;
        margin-top: 0;
        height: fit-content;
    }
    #header .object img {
        width: 100%;
    }
    #header .logo .subtitle {
        margin-top: 0;
    }
    #header .logo-column {
        padding-top: 0;
    }
}

@media screen and (max-width: 850px) {
    #header {
        padding-bottom: 0;
    }
    #header .logo .specs {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 700px) {
    #header .logo .specs {
        margin-bottom: 20px;
        font-size: 22px;
    }
    #header .logo .specs .text::before,
    #header .logo .specs .text::after {
        font-size: 21px;
    }

    #header>.content {
        padding-top: 20px;
    }
}

@media screen and (max-width: 550px) {
    #header .image img {
        padding: 0;
    }
    #header .logo .specs {
        font-size: 20px;
    }
    #header .logo .specs .text::before,
    #header .logo .specs .text::after {
        content: none;
    }
    #header .price .quantity {
        font-size: 22px;
    }
    #header .logo-column {
        margin-top: 0;
    }
}

@media screen and (max-width: 450px) {
    #header .logo .subtitle {
        font-size: 19px;
    }
    #header .logo .specs {
        max-width: 190px;
        margin-left: auto;
        margin-right: auto;
    }
    #header .price .quantity {
        font-size: 20px;
    }
}


/*--------------------------------------------------------*\
    imageGrid
\*--------------------------------------------------------*/

@media screen and (max-width: 1200px) {
    #imageGrid span {
        font-size: 35px;
    }
}

@media only screen and (max-width: 47em) {
    #imageGrid span {
        font-size: 60px;
    }
}

@media screen and (max-width: 800px) {
    #imageGrid .carousel-cell {
        width: 50%;
    }
}

@media screen and (max-width: 550px) {
    #imageGrid .carousel-cell {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    #imageGrid span {
        font-size: 42px;
    }
}


/*--------------------------------------------------------*\
    big-g
\*--------------------------------------------------------*/

@media only screen and (max-width: 64em) {/* md */
    #big-g .feature .center-text {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    #big-g .main-title {
        margin-bottom: 45px;
    }

    #big-g .feature-s2 .feature-item {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 48em) {/* sm */
    #big-g .feature-s2 .feature-item,
    #big-g .feature-s2 .feature-item:first-child {
        padding-left: 5px;
        padding-right: 5px;
    }

    #big-g .feature p {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 400px) {
    #big-g .main-title {
        margin-bottom: 30px;
    }
}


/*--------------------------------------------------------*\
    logoSection
\*--------------------------------------------------------*/

@media screen and (max-width: 1000px) {
    #logoSection img {
        max-width: 250px;
        margin-top: -130px;
    }
}

@media screen and (max-width: 1000px) {
    #logoSection img {
        max-width: 250px;
        margin-top: -90px;
    }
}


/*--------------------------------------------------------*\
    sovraSlider_section
\*--------------------------------------------------------*/

@media only screen and (max-width: 1300px) {
    .sovraSlider_section > #slider .container {
        max-width: 90%;
        width: 90%;
    }
}

@media only screen and (max-width: 1200px) {
    .sovraSlider_section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .sovraSlider_section > #slider .container {
        max-width: 100%;
        width: 100%;
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (max-width: 64em) {/* md */
    .sovraSlider_section #slider .text {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .sovraSlider_section #slider .text,
    .sovraSlider_section #slider .text > *,
    .sovraSlider_section .carousel-cell img {
        max-width: 650px;
        width: 100%;
    }

    .sovraSlider_section #slider .text {
        padding: 30px;
    }

    .sovraSlider_section #slider {
        margin-top: 60px;
    }

    .sovraSlider_section #slider:first-child {
        margin-top: 0;
    }

    .sovraSlider_section .slider_3 .images,
    .sovraSlider_section .slider_5 .images {
        order: 2;
    }
}

@media only screen and (max-width: 800px) {
    .sovraSlider_section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .sovraSlider_section #slider .text .innerTitle {
        word-break: break-all;
    }
}

@media only screen and (max-width: 550px) {
    .sovraSlider_section #slider .text .description {
        font-size: 18px;
        line-height: 24px;
    }
    .sovraSlider_section #slider .text .innerTitle {
        padding-bottom: 0;
    }
    .sovraSlider_section #slider .text .innerTitle {
        line-height: 30px;
    }
}


/*--------------------------------------------------------*\
    text-image-banner
\*--------------------------------------------------------*/

@media only screen and (max-width: 1050px) {
    #text-image-banner.second .text {
        margin-top: 45px;
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 64em) {/* md */
    #text-image-banner .text,
    #text-image-banner .image {
        width: 100%;
        max-width: 100%;
    }
    
    #text-image-banner .content {
        max-width: 700px;
        margin: auto;
        padding-top: 10px;
    }

    #text-image-banner .image img {
        max-width: 600px;
        width: 100%;
    }

    #text-image-banner .text {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (max-width: 700px) {
    #text-image-banner .text {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 500px) {
    #text-image-banner .text {
        font-size: 30px;
        line-height: 36px;
    }
}

@media only screen and (max-width: 400px) {
    #text-image-banner .content { 
        margin-top: 0;
    }
    #text-image-banner .text {
        font-size: 27px;
        line-height: 33px;
    }
}


/*--------------------------------------------------------*\
    box-banner
\*--------------------------------------------------------*/

@media only screen and (max-width: 1200px) {
    #box-banner {
        padding-bottom: 30px;
        padding-top: 80px;
    }
    #box-banner li .description .text {
        min-height: 0;
        margin-bottom: 20px;
    }
    #box-banner ul li {
        width: 50%;
    }
    #box-banner .flickity-prev-next-button .flickity-button-icon {
        display: block;
    }
    #box-banner ul li .content {
        max-width: 500px;
        margin: auto;
    }
}

@media only screen and (max-width: 750px) {
    #box-banner ul li {
        width: 100%;
    }
    #box-banner .innerTitle {
        max-width: 500px;
        margin: auto;
    }
    #box-banner .subtitle {
        max-width: 500px;
        margin: auto;
        padding-bottom: 20px;
    }
    #box-banner .innerTitle,
    #box-banner .subtitle {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 550px) {
    #box-banner {
        padding-bottom: 20px;
        padding-top: 45px;
    }
}

@media only screen and (max-width: 400px) {
    #box-banner li .description .title i {
        width: 100%;
    }
}


/*--------------------------------------------------------*\
    bg-banner
\*--------------------------------------------------------*/

@media only screen and (max-width: 750px) {
    #bg-banner img.v1 {
        display: none;
    }
    #bg-banner img.v2 {
        display: block;
    }
}


/*--------------------------------------------------------*\
    only-text-banner
\*--------------------------------------------------------*/

@media only screen and (max-width: 1300px) {
    #only-text-banner .right {
        max-width: 60%;
    }
    #only-text-banner .row1 {
        font-size: 33px;
        text-align: left;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 39px;
        width: 100%;
    }
    #only-text-banner .mybutton_round_3 {
        font-size: 24px;
        padding-left: 23px;
        padding-right: 23px;
    }
    #only-text-banner .background {
        top: 30px;
        height: 380px;
    }
}

@media only screen and (max-width: 1250px) {
    #only-text-banner .right {
        max-width: 750px;
        padding: 20px;
        margin-top: 420px;
        margin-left: auto;
        margin-right: auto;
    }
    #only-text-banner .row1 {
        text-align: center;
        margin-top: 65px;
        margin-bottom: 15px;
    }
    #only-text-banner .background {
        top: 40px;
        left: 50%;
        transform: translate(-50%, 0);
        min-height: 420px;
        width: auto;
    }
    #only-text-banner .left {
        display: none;
    }
}

@media only screen and (max-width: 800px) {
    #only-text-banner .background {
        top: 10px;
    }
    #only-text-banner .right {
        margin-top: 400px;
    }
}

@media only screen and (max-width: 700px) {
    #only-text-banner .background {
        top: 15px;
    }
    #only-text-banner .right {
        margin-top: 360px;
    }
    #only-text-banner .countdown_button .content {
        padding-bottom: 5px;
    }
    #only-text-banner .row1 {
        margin-top: 80px;
    }
}

@media only screen and (max-width: 500px) {
    #only-text-banner .right {
        padding-bottom: 0;
    }
    #only-text-banner .background {
        top: -15px;
        min-height: 380px;
    }
    #only-text-banner .right {
        margin-top: 300px;
    }
    #only-text-banner .row1 {
        font-size: 27px;
        line-height: 33px;
    }
}

@media only screen and (max-width: 400px) {
    #only-text-banner .background {
        top: 0;
    }
    #only-text-banner .background {
        top: 0;
        border-radius: 0;
        position: relative;
    }
    #only-text-banner .right {
        margin-top: 0;
    }
    #only-text-banner .row1 {
        margin-top: 20px;
    }
}


/*--------------------------------------------------------*\
    text-image-banner-3
\*--------------------------------------------------------*/

@media only screen and (max-width: 700px) {
    #text-image-banner-3 {
        padding-top: 50px;
    }
    #text-image-banner-3 .text {
        font-size: 18px;
    }
}

@media only screen and (max-width: 500px) {
    #text-image-banner-3 {
        padding-bottom: 50px;
    }
    #text-image-banner-3 .os-images {
        max-width: 300px;
    }
    #text-image-banner-3 .os-images img {
        margin: 20px 10px 0 10px;
    }
}

@media only screen and (max-width: 400px) {
    #text-image-banner-3 .innerTitle {
        font-size: 31px;
    }
}


/*------------------------------------*\
    advise-banner
\*------------------------------------*/

@media only screen and (max-width: 64em) {/* md */
    #advise-banner {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    #advise-banner .sx {
        order: 1;
        padding-top: 40px;
        padding-right: 0;
        padding-left: 0;
    }

    #advise-banner .dx {
        max-width: 550px;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    #advise-banner .dx {
        order: 0;
    }

    #advise-banner .dx img {
        padding: 0;
        max-width: 500px;
        width: 100%;
    }
}

@media only screen and (max-width: 750px) {
    #advise-banner {
        padding-bottom: 45px;
    }

    #advise-banner .sx .title {
        font-size: 34px;
        line-height: 43px;
    }

    #advise-banner .sx .surtitle {
        font-size: 25px;
    }

    #advise-banner .sx > * {
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 550px) {
    #advise-banner {
        padding-top: 0;
    }

    #advise-banner .sx .subtitle {
        line-height: 26px;
    }

    #advise-banner > .content {
        padding-left: 0;
        padding-right: 0;
    }

    #advise-banner .sx {
        padding-top: 30px;
    }

    #advise-banner .sx,
    #advise-banner .under {
        padding-left: 15px;
        padding-right: 15px;
    }

    #advise-banner .sx .title {
        font-size: 31px;
        line-height: 39px;
    }

    #advise-banner .sx .surtitle {
        font-size: 23px;
    }

    #advise-banner .sx .title {
        font-size: 29px;
        line-height: 36px;
    }

    #advise-banner .sx .surtitle {
        font-size: 21px;
    }

    #advise-banner .sx > * {
        padding-bottom: 8px;
    }

    #advise-banner .price .quantity {
        width: 100%;
        padding-top: 15px;
    }
}


/*--------------------------------------------------------*\
    order
\*--------------------------------------------------------*/

@media only screen and (max-width: 550px) {
    #countdown .container .content .countdown {
        margin: 0 0 30px 0;
    }
}

@media only screen and (max-width: 399px) {
    #order > .container {
        padding: 50px 0 0 0;
    }

    #countdown .container .content .text {
        border-left: none;
        text-align: center;
    }
}

@media only screen and (max-width: 550px) {
    #countdown .container .content .countdown {
        margin: 0 0 30px 0;
    }
}

@media only screen and (max-width: 399px) {
    #countdown .container .content .text {
        border-left: none;
        text-align: center;
    }
}


/*--------------------------------------------------------*\
    slider
\*--------------------------------------------------------*/

@media only screen and (max-width: 1350px) {
    #slider .text .innerTitle {
        line-height: 65px;
        font-size: 55px;
    }
}

@media only screen and (max-width: 64em) {
    #slider.slider_3 .images {
        order: 2;
    }

    #slider.slider_3 .text {
        order: 1;
        z-index: 99;
    }

    #slider.slider_1 {
        padding-top: 40px;
        padding-bottom: 100px;
    }

    #slider.slider_1 .text {
        padding: 10px 10px 50px 10px;
    }

    #slider.slider_1 .images img {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media only screen and (max-width: 700px) {
    #slider.slider_1 {
        padding-bottom: 50px;
        padding-top: 60px;
    }
    #slider .text .innerTitle {
        line-height: 60px;
        font-size: 50px;
    }
    #slider .content {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 600px) {
    #slider.slider_1 {
        padding-bottom: 0;
        padding-top: 40px;
    }
}

@media only screen and (max-width: 400px) {
    #slider .description {
        margin-left: 0;
    }
    #slider .description {
        line-height: 22px;
    }
}


/*------------------------------------*\
    icons-banner-2
\*------------------------------------*/

@media screen and (max-width: 700px) {
    #icons-banner-2 {
        padding-bottom: 60px;
        padding-top: 40px;
    }

    #icons-banner-2 .icon {
        padding: 5px;
    }
}