﻿@charset "utf-8";

@font-face {
    font-family: 'PFDasGroteskPro-Light';
    src: url('../fonts/PFDasGroteskPro-Light.eot'); /* IE9 Compat Modes */
    src: url('../fonts/PFDasGroteskPro-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/PFDasGroteskPro-Light.woff') format('woff'), /* Modern Browsers */
    url('../fonts/PFDasGroteskPro-Light.svg#PFDasGroteskPro-Light') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'PFDasGroteskPro-Bold';
    src: url('../fonts/PFDasGroteskPro-Bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/PFDasGroteskPro-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/PFDasGroteskPro-Bold.woff') format('woff'), /* Modern Browsers */
    url('../fonts/PFDasGroteskPro-Bold.svg#PFDasGroteskPro-Bold') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'PFDasGroteskPro-Regular';
    src: url('../fonts/PFDasGroteskPro-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/PFDasGroteskPro-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/PFDasGroteskPro-Regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/PFDasGroteskPro-Regular.svg#PFDasGroteskPro-Regular') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'PFDasGroteskPro-Medium';
    src: url('../fonts/PFDasGroteskPro-Medium.eot'); /* IE9 Compat Modes */
    src: url('../fonts/PFDasGroteskPro-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/PFDasGroteskPro-Medium.woff') format('woff'), /* Modern Browsers */
    url('../fonts/PFDasGroteskPro-Medium.svg#PFDasGroteskPro-Medium') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'PFDasGroteskPro-Black';
    src: url('../fonts/PFDasGroteskPro-Black.eot'); /* IE9 Compat Modes */
    src: url('../fonts/PFDasGroteskPro-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/PFDasGroteskPro-Black.woff') format('woff'), /* Modern Browsers */
    url('../fonts/PFDasGroteskPro-Black.svg#PFDasGroteskPro-Black') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
}


html, body {
    min-height: 100%;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased !important;
}

html, body {
    margin: 0px;
    padding: 0px;
    background-color: #e0e0e0;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.gs-page .gs-mob {
    display: none !important;
}

.gs-page .gs-clear {
    clear: both;
}

.gs-page * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
}

.gs-page h1,
.gs-page h2,
.gs-page h3,
.gs-page h4,
.gs-page h5,
.gs-page h6 {
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}
h1 span {
    display: block;
}

.gs-page {
    font-family: 'PFDasGroteskPro-Regular';
    color: #fff;
    font-size: 20px;
    position: relative;
    margin: 0 auto 0 auto;
    line-height: 30px;
    margin: 0 auto 0 auto;
    padding: 0 0 0px 0;
    text-align: center;
    overflow: hidden;
    /* background: #fff; */
    max-width:1600px;
    margin-top: 60px;
}

    .gs-page strong {
        font-family: 'PFDasGroteskPro-Black';
        font-weight: normal;
    }

    .gs-page a {
        font-size: inherit;
        color: inherit;
        font-family: inherit;
        text-decoration: none;
    }

        .gs-page a:hover {
            text-decoration: none;
        }

    /* //////////////////////////////////////////////////////////////////////////////////////// */

    .gs-page .slick-slider {
        position: relative;
        display: block;
        box-sizing: border-box;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-touch-callout: none;
        -khtml-user-select: none;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent;
    }

    .gs-page .slick-list {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

        .gs-page .slick-list:focus {
            outline: none;
        }

        .gs-page .slick-list.dragging {
            cursor: pointer;
            cursor: hand;
        }

    .gs-page .slick-slider .slick-track,
    .gs-page .slick-slider .slick-list {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .gs-page .slick-track {
        position: relative;
        top: 0;
        left: 0;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

        .gs-page .slick-track:before,
        .gs-page .slick-track:after {
            display: table;
            content: '';
        }

        .gs-page .slick-track:after {
            clear: both;
        }

    .gs-page .slick-loading .slick-track {
        visibility: hidden;
    }

    .gs-page .slick-slide {
        display: none;
        float: left;
        height: 100%;
        min-height: 1px;
    }

        .gs-page .slick-slide img {
            display: block;
        }

        .gs-page .slick-slide.slick-loading img {
            display: none;
        }

        .gs-page .slick-slide.dragging img {
            pointer-events: none;
        }

    .gs-page .slick-initialized .slick-slide {
        display: block;
    }

    .gs-page .slick-loading .slick-slide {
        visibility: hidden;
    }

    .gs-page .slick-vertical .slick-slide {
        display: block;
        height: auto;
        border: 1px solid transparent;
    }

    .gs-page .slick-arrow.slick-hidden {
        display: none;
    }

    .gs-page .slick-prev,
    .gs-page .slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 34%;
        display: block;
        width: 50px;
        height: 50px;
        padding: 0;
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
        background: transparent;
        background: url("../images/icon-next.html") no-repeat center center;
        background-size: 8px 12px;
        -ms-transform: translate(-0%, -50%);
        -webkit-transform: translate(-0%, -50%);
        transform: translate(-0%, -50%);
        z-index: 10;
    }

    .gs-page .slick-prev {
        left: 0px;
        background-image: url("../images/icon-prev.html");
    }

    .gs-page .slick-next {
        right: 0px;
    }

        .gs-page .slick-prev.slick-disabled,
        .gs-page .slick-next.slick-disabled {
            display: none !important;
        }


    .gs-page .slick-dots,
    .gs-page .slick-dots li {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }

    .gs-page .slick-dots {
        padding: 20px 0 0 0;
    }


        .gs-page .slick-dots li {
            display: inline-block;
            vertical-align: middle;
            margin: 0 3px;
        }

            .gs-page .slick-dots li button {
                display: block;
                width: 11px;
                height: 2px;
                background: #333333;
                border: 0px;
                font-size: 0px;
            }

            .gs-page .slick-dots li.slick-active button {
                background: #fff;
            }

/* //////////////////////////////////////////////////////////////////////////////////////// */

.gs-hero {
    background-color: #000;
     max-height: 1000px; 
    position: relative;
    /* padding: 130px 0 0 0; */
    padding: 0;
    padding-bottom: calc(100vh * 0.5);
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    max-width: 1600px;
}

.gs-hero .container {
	width:0 !important;
	margin: 0;	
}

    .gs-hero .gs-video, .gs-design .gs-video {
        position: absolute !important;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

        .gs-hero .gs-video::after, .gs-design .gs-video::after {
            content: "";
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            z-index: 1;
            background: rgba(0,0,0,0.4);
        }

    .gs-hero .gs-content {
        position: relative;
        max-width: 1060px;
        margin: 0 auto;
        text-align: left;
        padding: 0;
        padding-top: calc(100vh * 0.4);
        /*padding: 120px 0 0 0;*/
        min-height: 390px;
        z-index: 5;
        font-family: 'PFDasGroteskPro-Regular';
        text-align: center;
    }

.gs-special .gs-first {
    animation-duration: 8s;
    animation-name: animate__fadeIn;
    animation-iteration-count: infinite;
}

.gs-design {
    /*background: #000 url("../images/bg-design.png") no-repeat center center;*/
    background-color: #000;
    height: auto;
    position: relative;
    padding: 0;
    margin: 20% 0 0 0;
}


.gs-hero .gs-content .gs-title {
    font-size: 34px;
    line-height: 130%;
    color: #fff;
    padding: 0 0 60px 0;
    text-align: center;
}

.gs-hero .gs-content .gs-text {
    font-size: 23px;
    line-height: 38px;
    letter-spacing: 0.02em;
    color: #004383;
}

.gs-hero .gs-content .gs-more, .gs-products .gs-more {
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    color: #050504;
    vertical-align: bottom;
    padding: 12px 40px 10px;
    background: #ffffff;
    border-radius: 40px;
    transition: all 200ms;
    cursor: pointer;
    font-family: 'PFDasGroteskPro-Regular';
}

.gs-hero .gs-content .gs-title span {
    font-size: 49px;
    line-height: 130%;
    letter-spacing: 0.02em;
    color: #004383;
    font-family: 'PFDasGroteskPro-Black';
}


.gs-hero .gs-content img {
    width: 325px;
    display: block;
    margin: 10px 0 0 0;
}

.gs-hero .gs-content span img {
    display: inline-block;
    vertical-align: top;
    width: 232px;
    margin: 0px;
}

.gs-hero .gs-content .gs-text strong span {
    font-size: 38px;
    display: inline-block;
    vertical-align: middle;
}

/* //////////////////////////////////////////////////////////////////////////////////////// */

.gs-new-video, .gs-new-video-1, .gs-new-video-2 {
    padding: 0;
}

.gs-p4 .gs-new-video, .gs-p5 .gs-new-video {
    padding: 0px 0 10px 0;
}

/*.gs-r1 .gs-new-video .gs-video-hold {
    background: url("../images/img-bg-top-1.jpg") no-repeat center center;
}

.gs-r3 .gs-new-video .gs-video-hold {
    background: url("../images/img-bg-product-6.jpg") no-repeat center center;
    background-size: cover;
}

.gs-r4 .gs-new-video .gs-video-hold {
    background: url("../images/img-bg-top-4.jpg") no-repeat center center;
}*/

.gs-new-video .gs-video-border, .gs-new-video-1 .gs-video-border, .gs-new-video-2 .gs-video-border {
    /*border: 2px solid #ef5145;
        padding: 30px;*/
    margin: 0 auto;
    display: inline-block;
}

.gs-new-video .gs-video-hold, .gs-new-video-small .gs-video-hold, .gs-new-video-1 .gs-video-hold, .gs-new-video-2 .gs-video-hold {
    /*background-size: cover;
    width: 1440px;
    height: 765px;*/
    position: relative;
    cursor: pointer;
}

    /*.gs-new-video .gs-video-hold::after {
        content: "";
        position: absolute;
        left: 0%;
        top: 0%;
        background: rgba(0,0,0,0) url("../images/icon-play.png") no-repeat center center;
        background-size: 123px 123px;
        width: 100%;
        height: 100%;
    }*/

    .gs-new-video .gs-video-hold.gs-playing::after, .gs-new-video-1 .gs-video-hold.gs-playing::after, .gs-new-video-2 .gs-video-hold.gs-playing::after {
        display: none;
    }

    .gs-new-video .gs-video-hold iframe, .gs-new-video-1 .gs-video-hold iframe, .gs-new-video-2 .gs-video-hold iframe {
        position: absolute;
        left: 0%;
        top: 0px;
        width: 100%;
        height: 100%;
    }

.gs-new-video-small video {
    object-fit: initial;
    width: 100%;
    max-height: 340px;
}

.vid-15.gs-new-video-small video {
    min-height: 340px;
}

/* //////////////////////////////////////////////////////////////////////////////////////// */
.mx-container {
    display: inline-block;
}
.max1180 {
    max-width: 1180px;
    
}
.max1303 {
    max-width: 1303px;
}
.gs-products {
    padding: 0;
}
.gs-products .gs-text {
    font-size: 36px;
    line-height:44px;
}

    .gs-products .gs-row {
        padding: 60px 0 60px;
    }
    .gs-pad50 {
        padding-bottom: 50px;
    }
    .gs-pad30 {
        padding-bottom: 30px;
    }

        .gs-products .gs-row.gs-r0 {
            background-color: #000;
            padding: 120px 0 80px;
        }

        .gs-products .gs-row.gs-r1, .gs-products .gs-row.gs-r2, .gs-products .gs-row.gs-r3, .gs-products .gs-row.gs-r4 {
            background-color: #010101;
        }

        .gs-products .gs-row.gs-r4 {
            padding-bottom: 0;
        }

        .gs-products .gs-row.gs-r5 {
            background-color: #fff;
            color: #000;
        }

            .gs-products .gs-row.gs-r5 .gs-row-inner {
                max-width: 1330px;
                margin: auto;
                padding: 0;
            }

        .gs-products .gs-row.gs-r6 .gs-row {
            max-width: 1440px;
            margin: auto;
            padding-top: 80px;
        }

        .gs-products .gs-row.gs-r6 {
            background-color: #000011;
        }

        .gs-products .gs-row.gs-r7 {
            background-color: #000011;
            padding: 0px 0 150px;
        }


        .gs-products .gs-row .gs-row {
            padding: 40px 0;
            margin: auto;
            max-width: 1600px;
            display:inline-block;
        }

    /*.gs-products .gs-r6 .gs-content {
        padding-bottom: 100px;
    }*/

    .gs-products .gs-sub-menu {
        padding-top: 50px;
    }

    .gs-products .gs-r1 .gs-sub-menu {
        padding-top: 50px;
    }

    .gs-products .gs-r3 .gs-sub-menu, .gs-products .gs-r4 .gs-sub-menu, .gs-products .gs-r6 .gs-sub-menu {
        padding-top: 40px;
    }

    .gs-products .gs-content .gs-text-bottom {
        padding-bottom: 120px;
    }

    .gs-products .gs-content .gs-title {
        font-size: 50px;
        font-family: 'PFDasGroteskPro-Regular';
        line-height: 44px;
    }
    .gs-products .gs-content .gs-item-img {
        margin: 50px 0 50px 0;
        display:inline-block;
    }

        .gs-products .gs-content .gs-item-img img, .gs-products .gs-content .gs-item-img-1 img {
            max-width: 100%;
        }

    /*.gs-products .gs-r2 .gs-content .gs-item-img {
        background: url("../images/img-bg-top-1.jpg") no-repeat center center;
        height: 765px;
    }

    .gs-products .gs-r2 .gs-content .gs-item-img-1 {
        background: url("../images/img-bg-top-2.jpg") no-repeat center center;
        height: 765px;
    }

    .gs-products .gs-r3 .gs-content .gs-item-img {
        background: url("../images/img-bg-top-3.jpg") no-repeat center center;
        height: 765px;
    }*/

    .gs-products .gs-r4 .gs-content .gs-item-img {
        margin-bottom: 0;
    }

        .gs-products .gs-r4 .gs-content .gs-item-img video {
            vertical-align: bottom;
        }

    /*.gs-products .gs-r6 .gs-content .gs-item-img {
        background: url("../images/img-bg-top-6.jpg") no-repeat center center;
        height: 765px;
    }*/

    .gs-products .gs-r6 .gs-content .gs-item-img:after {
        content: '';
        position: relative;
        padding-top: 53%;
    }

    .gs-products .gs-r3 .gs-col .gs-product-bg {
        margin: 0px auto 80px auto;
    }

    .gs-products .gs-r5 .gs-col {
        width: 30%;
    }

        .gs-products .gs-r5 .gs-col .gs-title {
            color: #000;
            font-size: 30px;
            text-align: left;
        }

        .gs-products .gs-r5 .gs-col .gs-text {
            text-align: left;
        }

    .gs-products .gs-row.gs-r6 .gs-col.gs-first {
        width: 30%;
    }

    .gs-products .gs-row.gs-r6 .gs-col {
        width: 30%;
    }

    .gs-products .gs-col {
        display: table-cell;
        vertical-align: top;
        width: 45%;
        margin: 0 20px;
        padding-bottom: 25px;
        position: relative;
    }
    .gs-products .gs-col .gs-title {
        max-width:600px;
        margin: auto;
    }

    .gs-products .gs-row.gs-r1 .gs-row .gs-col {
        /*width: 50%;*/
        max-width: 100% !important;
    }

    .gs-products .gs-col .gs-product-bg {
        position: relative;
        margin: 80px auto 80px auto;
    }

        .gs-products .gs-col .gs-product-bg img {
            display: block;
            width: auto;
            margin: auto;
            text-align: center;
        }

        .gs-products .gs-col .gs-product-bg .gs-product-photo {
            left: 50%;
            position: absolute;
            bottom: -90px;
            -ms-transform: translate(-50%, -0%);
            -webkit-transform: translate(-50%, -0%);
            transform: translate(-50%, -0%);
        }

            .gs-products .gs-col .gs-product-bg .gs-product-photo img {
                width: auto;
                display: block;
            }

    .gs-products .gs-col .gs-title {
        font-size: 20px;
        line-height: 30px;
        color: #fff;
        font-family: 'PFDasGroteskPro-Regular';
        padding: 0;
    }
    .gs-products .gs-col .gs-title.gs-f-33-l, .gs-products .gs-content .gs-title.gs-f-33-l {
            font-size: 33px;
            line-height:52px;
    }
    .gs-products .gs-col.gs-3col-middle .gs-title.gs-f-33-l {
            line-height:132px;
    }
    .gs-products .gs-text.gs-f-20-l {
        font-size: 20px;
        line-height:24px;
}

    .gs-products .gs-col .gs-sub-menu {
        font-size: 0px;
    }

        .gs-products .gs-sub-menu a,
        .gs-products .gs-col .gs-sub-menu a,
        .gs-products .gs-col .gs-sub-menu .gs-toggler {
            display: inline-block;
            vertical-align: bottom;
            background: #ffffff;
            border-radius: 40px;
            font-size: 18px;
            line-height: 24px;
            color: #050504;
            padding: 12px 40px 10px;
            margin: 0 6px 12px 6px;
            position: relative;
            transition: all 200ms;
            cursor: pointer;
            font-family: 'PFDasGroteskPro-Regular';
        }

    .gs-products .gs-row.gs-r6 .gs-col .gs-sub-menu a {
        min-width: 120px;
        padding: 12px 20px 10px;
    }

    .gs-products .gs-col .gs-sub-menu .gs-toggler::after {
        content: "";
        background-image: url("./assets/images/icon-toggler.svg");
        display: inline-block;
        vertical-align: middle;
        width: 12px;
        height: 8px;
        margin: 0 0 3px 5px;
    }

    .gs-products .gs-col .gs-sub-menu .gs-toggler .gs-pop {
        display: none;
        position: absolute;
        top: 0px;
        left: 50%;
        width: 290px;
        background-color: #02D9DE;
        -ms-transform: translate(-50%, -0%);
        -webkit-transform: translate(-50%, -0%);
        transform: translate(-50%, -0%);
        z-index: 10;
        padding: 12px 15px 10px 15px;
        border-radius: 20px;
    }

    .gs-products .gs-r2 .gs-col.gs-last .gs-sub-menu .gs-toggler .gs-pop {
        background-color: #FFC600;
    }

    .gs-products .gs-col .gs-sub-menu .gs-toggler .gs-pop a {
        padding: 10px 15px;
    }

    .gs-products .gs-col .gs-sub-menu .gs-toggler .gs-pop .gs-back {
        display: inline-block;
        background: none;
        padding: 0px;
    }

        .gs-products .gs-col .gs-sub-menu .gs-toggler .gs-pop .gs-back::after {
            content: "";
            background-image: url("./assets/images/icon-toggler.svg");
            display: inline-block;
            vertical-align: middle;
            width: 12px;
            height: 8px;
            margin: 0 0 3px 5px;
            -ms-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

    .gs-products .gs-col .gs-sub-menu .gs-toggler.gs-active .gs-pop {
        display: block;
    }

    .gs-products .gs-col .gs-item-discount {
        position: absolute;
        background: #33C2E3;
        border-radius: 20px;
        top: 15px;
        left: 30px;
        z-index: 5;
        color: #fff;
        font-size: 14px;
        letter-spacing: 0.18em;
        padding: 8px 15px;
    }

        .gs-products .gs-col .gs-item-discount span {
            font-size: 18px;
            font-family: 'PFDasGroteskPro-Black';
        }


.gs-banner-samsung {
    padding: 100px 0;
}

    .gs-banner-samsung .gs-content {
        background: rgba(0,0,0, 0.4) url("../images/img-bg-top-7.png") no-repeat center center;
        max-width: 1440px;
        height: 180px;
        margin: 35px auto;
        position: relative;
    }

        .gs-banner-samsung .gs-content .gs-title {
            font-size: 30px;
            line-height: 40px;
            color: #fff;
            font-family: 'PFDasGroteskPro-Regular';
            padding: 0;
            margin: 0;
            position: absolute;
            top: 50%;
            left: 50%;
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 100%;
        }

    .gs-banner-samsung .gs-more {
        font-size: 16px;
        line-height: 43px;
        color: #fff;
        display: inline-block;
        vertical-align: middle;
        padding: 0 25px;
        background: #862BF5;
        border-radius: 40px;
        transition: all 200ms;
    }


/* //////////////////////////////////////////////////////////////////////////////////////// */

.gs-special {
    position: relative;
}

    .gs-special .gs-row {
        font-size: 0px;
        padding-bottom: 0px;
    }

        .gs-special .gs-row .gs-col {
            display: inline-block;
            vertical-align: middle;
            font-size: 20px;
            width: 50%;
            color: #fff;
            text-align: left;
            position: relative;
            margin: 0;
            padding-left: 40px;
            padding-right: 20px;
        }

            .gs-special .gs-row .gs-col.gs-last {
                height: 630px;
                background: url("../images/bg-dolby.jpg") no-repeat center center;
                background-size: cover;
                margin: 50px 0;
            }

    .gs-special .gs-content .gs-title {
        font-size: 36px;
        font-family: 'PFDasGroteskPro-Regular';
        line-height: 46px;
        text-align: left;
    }

    .gs-special .gs-content .gs-text {
        text-align: left;
    }

    .gs-special .gs-more {
        font-size: 16px;
        line-height: 43px;
        color: #fff;
        display: inline-block;
        vertical-align: middle;
        padding: 0 25px;
        background: #862BF5;
        border-radius: 40px;
        transition: all 200ms;
    }

    .gs-special .gs-photo {
        display: inline-flex;
        vertical-align: middle;
        background-size: contain;
        width: 50%;
        height: 100%;
    }

/* TOGGLE SOUND */

.toggle-sound {
    position: absolute;
    top: 2%;
    right: 2%;
    background-color: grey;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    z-index: 99;
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    box-shadow: 0 0 0 0 lightgrey;
}

    .toggle-sound.sound-mute {
        box-shadow: none;
    }

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

.sound {
    width: 97%;
    height: 100%;
    position: absolute;
    cursor: pointer;
    display: inline-block;
    left: 0;
    top: 0;
    margin-left: -15%;
}

.sound--icon {
    color: inherit;
    line-height: inherit;
    font-size: 1.6rem;
    display: block;
    margin: auto;
    text-align: left;
    padding-left: 20px;
}

.sound--wave {
    position: absolute;
    border: 2px solid transparent;
    border-right: 2px solid #fff;
    border-radius: 50%;
    transition: all 200ms;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.sound--wave_one {
    width: 45%;
    height: 40%;
}

.sound--wave_two {
    width: 70%;
    height: 62%;
}

.sound--wave_three {
    width: 95%;
    height: 75%;
}

.sound-mute .sound--wave {
    border-radius: 0;
    width: 35%;
    height: 35%;
    border-width: 0 2px 0 0;
    left: 5px;
}

.sound-mute .sound--wave_one {
    -webkit-transform: rotate(45deg) translate3d(0, -50%, 0);
    transform: rotate(45deg) translate3d(0, -50%, 0);
}

.sound-mute .sound--wave_two {
    -webkit-transform: rotate(-45deg) translate3d(0, 50%, 0);
    transform: rotate(-45deg) translate3d(0, 50%, 0);
}

.sound-mute .sound--wave_three {
    opacity: 0;
    transform: translateX(-46%);
    height: 20%;
}
.gs-sub-menu.singlebutton, .gs-products .gs-sub-menu.singlebutton {
    display: block;
}
/* ///////////////////////////// FONTS /////////////////////////// */
.gs-f-b, .gs-products .gs-content .gs-title.gs-f-b, .gs-title.gs-f-b {
        font-family: 'PFDasGroteskPro-Black';
    }
.gs-f-l {
    font-family: 'PFDasGroteskPro-Regular';
}

.spantext-normal {
    display:block;
}
/* /////////////////////////////////// Margins ///////////////////////////////// */
.mgb-50 {
    margin-bottom:50px;
}

.gs-pad120-top, .gs-products .gs-row.gs-pad120-top {
    padding-top:120px;
}
.gs-pad60-top, .gs-products .gs-row.gs-pad60-top {
    padding-top:60px;
}
.gs-pad10-top, .gs-products .gs-row.gs-pad10-top {
    padding-top:10px;
}
.all-pad80-top {
    padding-top:80px;
}

/* //////////////////////////////////////////////////////////////////////////////////////// */

.fullwidthimg {
    
    width: 100%;
    height: auto;
}
.gs-products .gs-row.gs-3col .gs-col {
    width: 33%;
}
.gs-products .gs-row.gs-3col .gs-col.gs-3col-middle {
    width: 3%;
}
.gs-container-footer {
    display: block;
    max-width: 1000px;
    margin: auto;
}
/* //////////////////////////// Ripple effect /////////////////////////////// */
.image-container {
    position: relative;
    display: inline-block;
  }
  
  .in-viewport .ripple {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-image: radial-gradient(rgba(255, 255, 255, 0.5) 10%, transparent 70%);
    opacity: 0;
    pointer-events: none;
    animation: rippleEffect 2s ease-out forwards;
    animation-delay: 0.5s;
  }
  
  @keyframes rippleEffect {
    0% {
      opacity: 1;
      transform: translate(-50%, -50%) scale(0);
    }
    99% {
      opacity: 0;
      transform: translate(-50%, -50%) scale(1);
    }
    100% {
      opacity: 0;
      transform: translate(-50%, -50%) scale(0);
    }
  }
  
  .in-viewport .ripple-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s;
    animation: imageFadeIn 1s ease-in forwards;
    animation-delay: 0.5s; /* Delay the image fade-in to match ripple effect */
  }
  
  @keyframes imageFadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  .gs-products .gs-sub-menu.blackbutton {
    background-color: #fff;
  }
  .gs-products .gs-sub-menu.blackbutton a {
        background-color: #000;
        color: #fff;
  }
  .was-in-viewport {
    opacity:0;
  }
  .in-viewport {
        opacity:1;
  }
  .was-in-viewport.in-viewport {
    opacity:1;
  }

@media screen and (max-width: 1280px) {
    .gs-products .gs-r5 .gs-col {
        width: 600px;
    }

    .gs-products .gs-row.gs-r1 .gs-col, .gs-products .gs-row.gs-r2 .gs-col, .gs-products .gs-row.gs-r3 .gs-col, .gs-products .gs-row.gs-r4 .gs-col {
        width: 45%;
    }

    .gs-products .gs-row.gs-r1 .gs-row .gs-col {
        width: 50%;
    }

    .gs-products .gs-row .gs-col img {
        width: 100%;
    }

    .gs-products .gs-row.gs-r1 .gs-col .gs-title,
    .gs-products .gs-row.gs-r2 .gs-col .gs-title {
        padding-left: 20px;
        padding-right: 20px;
    }

    .gs-banner-discount-products {
        margin: 0 20px;
    }

    .gs-special .gs-photo {
        width: 650px;
    }


    .gs-banner-samsung .gs-photo {
        width: 650px;
    }

    .gs-products .gs-col .gs-product-bg .gs-product-photo img {
        max-width: 430px;
        max-height: 250px;
    }

    .gs-products .gs-col .gs-product-bg {
        position: relative;
        margin: 60px auto 40px auto;
    }
}

@media screen and (max-width: 1139px) {

    .gs-new-video-small video {
        object-fit: initial;
        width: 100%;
        /*max-height: 254px;*/
    }

    .gs-hero .gs-content {
        max-width: 850px;
    }

    .gs-products .gs-col {
        width: 420px;
    }

        .gs-products .gs-col .gs-product-bg .gs-product-photo img {
            max-width: 300px;
            max-height: 190px;
        }

        .gs-products .gs-col .gs-product-bg .gs-product-photo {
            bottom: -55px;
        }

    .gs-special .gs-photo {
        width: 470px;
        height: 230px;
    }

    .gs-banner-samsung .gs-photo {
        width: 470px;
        height: 230px;
    }

    .gs-hero .gs-content .gs-title {
        letter-spacing: 0px;
    }

    .vid-15.gs-new-video-small video {
        min-height: 100%;
    }
}

@media screen and (min-width: 960px) {

    .gs-products .gs-content .gs-text-bottom {
        padding-bottom: 40px;
    }

    .gs-products .gs-col .gs-sub-menu a:hover,
    .gs-products .gs-col .gs-sub-menu .gs-toggler:hover {
        background-color: #8E01FF;
    }

    .gs-products .gs-r1 .gs-col.gs-first .gs-sub-menu a:hover {
        color: #fff;
    }

    .gs-products .gs-r1 .gs-col.gs-last .gs-sub-menu a:hover,
    .gs-products .gs-r1 .gs-col.gs-last .gs-sub-menu .gs-toggler:hover {
        background-color: #02D9DE;
    }

    .gs-products .gs-r2 .gs-col.gs-first .gs-sub-menu a:hover,
    .gs-products .gs-r2 .gs-col.gs-first .gs-sub-menu .gs-toggler:hover {
        background-color: #3C4150;
        color: #fff;
    }

    .gs-products .gs-r2 .gs-col.gs-last .gs-sub-menu a:hover,
    .gs-products .gs-r2 .gs-col.gs-last .gs-sub-menu .gs-toggler:hover {
        background-color: #FFC600;
    }

    .gs-products .gs-r3 .gs-col.gs-first .gs-sub-menu a:hover {
        background-color: #F48D83;
        color: #fff;
    }

    .gs-products .gs-r3 .gs-col.gs-last .gs-sub-menu a:hover {
        background-color: #FF7F40;
        color: #fff;
    }

    .gs-products .gs-r4 .gs-col.gs-first .gs-sub-menu a:hover {
        background-color: #3BD4AE;
    }

    .gs-products .gs-r4 .gs-col.gs-last .gs-sub-menu a:hover {
        background-color: #D10064;
        color: #fff;
    }

    .gs-products .gs-r5 .gs-col.gs-first .gs-sub-menu a:hover {
        background-color: #007298;
        color: #fff;
    }

    .gs-products .gs-r5 .gs-col.gs-last .gs-sub-menu a:hover {
        background-color: #38D430;
    }

    .gs-products .gs-col .gs-sub-menu .gs-toggler .gs-pop .gs-back:hover {
        background: none;
    }

    .gs-products .gs-col .gs-sub-menu .gs-toggler .gs-pop a:hover {
        opacity: 0.7;
        background: #F3F5FA;
    }

    .gs-special .gs-more:hover {
        color: #F6C544;
    }
}

@media screen and (max-width: 959px) {
    .gs-products .gs-sub-menu.blackbutton.singlebutton {
            padding-top:0;
    }
    .gs-products .gs-sub-menu.fourbuttons {
        padding-top: 50px;
        display: inline-flex;
        flex-wrap: wrap;
        max-width: 500px;
        justify-content: center;
        align-items: center;
        align-content: space-between;
    }
    .gs-products .gs-sub-menu.fourbuttons a {
        width: auto;
        margin: 10px 20px;
        min-width: 203px;
    }
    /*.gs-products .gs-sub-menu.fourbuttons {
        padding-top: 50px;
        display: flex;
        flex-wrap: wrap;
    }

    .gs-products .gs-sub-menu.fourbuttons a {
        width: 36%;
        margin: 0 calc(100vw * 0.10) 40px calc(100vw * 0.04);
    }
    .gs-products .gs-sub-menu.fourbuttons a:nth-child(2n+1) {
        width: 36%;
        margin: 0 calc(100vw * 0.04) 40px calc(100vw * 0.10);
    }*/
    
    .gs-products .max1180 .gs-sub-menu a {
        margin: auto;
    }
    .threebuttons a {
        width: auto;
    }

    .gs-products .gs-sub-menu a, .gs-products .gs-col .gs-sub-menu a, .gs-products .gs-col .gs-sub-menu .gs-toggler {
        padding: 12px 40px 8px;
    }
    .desktop, .gs-products .gs-row.desktop, .gs-row.dekstop, .gs-products .gs-row.gs-r0.dekstop {
        display: none;
    }

    .mobile {
        display: inline-block;
    }

    .gs-hero .gs-content {
        margin-top: -8%;
        max-width: 700px;
        background-size: 300px auto;
        /*padding-top: calc(100vh * 0.4); */
        padding-top: 0;
    }

    .gs-hero .gs-anim-logo {
        width: 300px;
    }

    .gs-products .gs-row.gs-r1 {
        padding: 30px 0 50px;
    }

    .gs-products .gs-row {
        padding: 80px 0 50px;
    }

        .gs-products .gs-row .gs-content .gs-title, .gs-products .gs-row .gs-content .gs-text {
            padding: 0 20px;
        }

        .gs-products .gs-col, .gs-products .gs-row.gs-r1 .gs-col {
            width: auto;
            max-width: 600px;
        }

            .gs-products .gs-col .gs-product-bg {
                position: relative;
                margin: 40px auto 30px auto;
            }


    .gs-products .gs-content .gs-text-bottom {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 80px;
    }

    .gs-special .gs-photo {
        width: 340px;
        height: 164px;
    }

    .gs-special .gs-content .gs-title {
        font-size: 30px;
    }


    .gs-hero .gs-content .gs-text strong span {
        font-size: 32px;
    }


    .gs-hero::before {
        width: calc(50% + 20px);
    }

    .gs-hero .gs-content .gs-title {
        font-size: 26px;
    }
    .gs-page {
        margin-top:0;
    }
    .gs-page * {
        max-width: 100%;
    }
    .gs-hero .gs-video, .gs-design .gs-video {
        position: relative !important;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: block;
    }
    .gs-page .gs-video * {
        height: 100% !important;
        max-width: 100%;
        display: block;
        position: relative !important;
        top: 0 !important;
        transform: translate(0, 0) !important;
        left: 0 !important;
    }
    .gs-hero {
        display:block;
        height: 100%;
        padding-bottom:0;
        /*padding-bottom: calc(100vw * 0.6) */
    }
    .gs-products.specialtreat {
        position: relative;
        background-color: #000;
    }
    .gs-row.gs-r0.layerabove {
        background-color: transparent;
        margin-top: -23%;
        position: relative;
        z-index: 9;
    }
    .gs-pad120-top, .gs-products .gs-row.gs-pad120-top {
        padding-top: 120px;
    }
    .gs-pad50, .gs-products .gs-row .gs-content .gs-title.gs-pad50, .gs-products .gs-row .gs-content .gs-text.gs-pad50 {
        padding-bottom: 50px;
    }
    .mbtop80, .gs-products .gs-row .gs-content .gs-title.mbtop80, .gs-products .gs-row .gs-content .gs-text.mbtop80, .mx-container.max1180.mbtop80  {
        padding-top:80px;
    }

}

@media screen and (max-width: 767px) {

    /* ////////////////////////////////////////////////////////////// */

    .reveal {
        position: relative;
        opacity: 1;
    }

        .reveal.active {
            opacity: 1;
        }

    .active.fadeIn {
        animation: fadeIn 1s ease-in both;
    }

    .active.fade-bottom {
        animation: fade-bottom 1s ease-in;
    }

    .active.fade-left {
        animation: fade-left 1s ease-in;
    }

    .active.fade-right {
        animation: fade-right 1s ease-in;
    }

    .active.zoom-in-out-box {
        animation: zoom-in-zoom-out 3s ease;
    }

    @keyframes fade-bottom {
        0% {
            transform: translateY(50px);
            opacity: 0;
        }

        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }

    @keyframes fade-left {
        0% {
            transform: translateX(-100px);
            opacity: 0;
        }

        100% {
            transform: translateX(0);
            opacity: 1;
        }
    }

    @keyframes fade-right {
        0% {
            transform: translateX(100px);
            opacity: 0;
        }

        100% {
            transform: translateX(0);
            opacity: 1;
        }
    }

    @keyframes zoom-in-zoom-out {
        0% {
            transform: scale(0.9, 0.9);
            opacity: 0;
        }

        50% {
            transform: scale(1.05, 1.05);
        }

        100% {
            transform: scale(1, 1);
            opacity: 1;
        }
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translate3d(0, -20%, 0);
        }

        to {
            opacity: 1;
            transform: translate3d(0, 0, 0);
        }
    }

    @keyframes slidein {
        0% {
            margin-left: 0%;
        }

        50% {
            margin-left: 300px;
        }

        100% {
            margin-left: 0%;
        }
    }

    @-webkit-keyframes slideInLeft {
        from {
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
            visibility: visible;
        }

        to {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }

    @keyframes slideInLeft {
        from {
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
            visibility: visible;
        }

        to {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }

    @keyframes bounce {
        0% {
            transform: translate(0px,-50%);
        }

        50% {
            transform: translate(0px,-53%) scale(1.01);
        }

        100% {
            transform: translate(0px,-50%);
        }
    }

    @keyframes bounce2 {
        0% {
            transform: translate(0px,-50%);
        }

        50% {
            transform: translate(0px,-53%) scale(1.01);
        }

        100% {
            transform: translate(0px,-50%);
        }
    }

    .gs-hero {
        background-color: #000;
        background-size: 100%;
        padding-bottom: 50%;
    }

    .gs-mob-br {
        display: block;
    }

    .gs-hero .gs-content {
        min-height: 10px;
        text-align: center;
    }

    .gs-hero .gs-anim-logo {
        width: 230px;
        top: 115px;
        right: auto;
        left: 50%;
        margin: 0 0 0 -115px;
        height: 149px;
    }

    .gs-hero .gs-content img {
        margin: 10px auto 0 auto;
    }

    .specialtreat .gs-content .gs-text,
    .specialtreat .gs-content .gs-text strong {
        font-size: 18px;
        line-height:30px;
    }
	.specialtreat .gs-content .gs-text span {
        font-size: 24px;
        line-height: 30px;
    }

        .gs-hero .gs-content .gs-text span {
            font-size: 24px;
            
        }

    .gs-products .gs-content .gs-title, .gs-products .gs-col .gs-title.gs-f-33-l, .gs-products .gs-content .gs-title.gs-f-33-l {
        font-size: 27px;
        line-height: 38px;
    }

    .gs-products .gs-content-inner .gs-text {
        padding: 0 !important;
    }

    .gs-products .gs-col .gs-title, .gs-products .gs-col .gs-text, .gs-products .gs-content .gs-text, .gs-products .gs-content .gs-text-bottom {
        padding: 0 20px;
    }


    .gs-products .gs-col {
        margin: 0px;
    }

    .gs-products .gs-row.gs-r1 .gs-col, .gs-products .gs-row.gs-r2 .gs-col, .gs-products .gs-row.gs-r3 .gs-col, .gs-products .gs-row.gs-r4 .gs-col, .gs-products .gs-row.gs-r5 .gs-col, .gs-products .gs-row.gs-r6 .gs-col {
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    .gs-products .gs-r5 .gs-col {
        width: 100%;
    }

    .gs-products .gs-col .gs-item-discount {
        left: 10px;
        top: 10px;
    }

    .gs-products .gs-col .gs-product-bg img {
        /*width: auto;*/
        max-width: 100%;
    }

    .gs-products .gs-content .gs-item-img {
        margin-top: 50px;
    }

    /*.gs-products .gs-r1 .gs-content .gs-item-img {
        background: url("../images/img-mob-bg-top-1.jpg") no-repeat center center;
    }

    .gs-products .gs-r2 .gs-content .gs-item-img {
        background: url("../images/img-mob-bg-top-1.jpg") no-repeat center center;
    }

    .gs-products .gs-r2 .gs-content .gs-item-img-1 {
        background: url("../images/img-mob-bg-top-2.jpg") no-repeat center center;
    }

    .gs-products .gs-r3 .gs-content .gs-item-img {
        background: url("../images/img-mob-bg-top-3.jpg") no-repeat center center;
    }*/

    /*.gs-products .gs-r4 .gs-content .gs-item-img {
        background: url("../images/bg-design.png") no-repeat center center;
    }*/

    /*.gs-products .gs-r6 .gs-content .gs-item-img {
        background: url("../images/img-mob-bg-top-6.jpg") no-repeat center center;
    }*/

    .gs-products .gs-col .gs-product-bg .gs-product-photo img {
        max-width: 250px;
        max-height: 160px;
    }


    .gs-products .gs-col .gs-sub-menu a, .gs-products .gs-col .gs-sub-menu .gs-toggler {
        font-size: 16px;
        padding: 10px 16px;
        margin: 0 4px 10px 4px;
    }


    .gs-special {
        padding: 40px 0 0 0;
        display: flex;
        flex-direction: column-reverse;
    }

        .gs-special .gs-row .gs-col {
            width: 100%;
            padding-left: 0;
            padding: 0 20px;
        }

        .gs-special .gs-photo {
            display: block;
            background: url("../images/img-mob-dolby-atmos.png") no-repeat center center;
            background-size: contain;
            width: 100%;
            height: 328px;
            max-width: 355px;
            margin: 0 auto;
        }

        .gs-special .gs-content .gs-title, .gs-special .gs-content .gs-text {
            text-align: center;
        }

        .gs-special .gs-content {
            width: auto;
            padding: 30px 0 0 0;
        }

        .gs-special .gs-photo {
            height: 300px;
        }

    .gs-products .gs-content .gs-item-img img, .gs-products .gs-content .gs-item-img-1 img {
        max-width: 100%;
    }

    .gs-products .gs-r7 .gs-content .gs-item-img img {
        max-width: 90%;
    }

    .gs-banner-samsung .gs-content .gs-item-img {
        background: rgba(0,0,0, 0.4) url("../images/img-mob-bg-top-7.png") no-repeat center center;
        height: 800px;
    }

    .gs-banner-samsung .gs-photo {
        display: block;
        background: url("../images/img-mob-dolby-atmos.png") no-repeat center center;
        background-size: contain;
        width: 100%;
        height: 328px;
        max-width: 355px;
        margin: 0 auto;
    }

    .gs-banner-samsung .gs-content .gs-title {
        font-size: 27px;
        line-height: 38px;
        width: 100%;
        padding: 0 20px;
    }

    .gs-banner-samsung .gs-content br {
        display: none;
    }

    .gs-banner-samsung .gs-content {
        width: auto;
        padding: 30px 0 0 0;
    }

    .gs-banner-samsung .gs-photo {
        height: 300px;
    }

    .gs-hero::before {
        content: "";
        position: absolute;
        left: 0px;
        top: auto;
        bottom: 0px;
        width: 100%;
        height: 280px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        -webkit-border-top-left-radius: 50%;
        -webkit-border-top-right-radius: 50%;
        -moz-border-radius-topleft: 50%;
        -moz-border-radius-topright: 50%;
        border-top-left-radius: 50%;
        border-top-right-radius: 50%;
    }

    .gs-hero .gs-content .gs-title {
        font-size: 25px;
    }

    .gs-new-video-small video {
        object-fit: initial;
        width: 100%;
        max-height: 100%;
    }

    .vid-15.gs-new-video-small video {
        min-height: 100%;
    }

    .gs-products .gs-col, .gs-products .gs-row.gs-r1 .gs-col {
        width: 100% !important;
        max-width: 600px;
    }
    .gs-page * {
        max-width: 100%;
    }
    .gs-hero .gs-video, .gs-design .gs-video {
        position: relative !important;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 38%;
        z-index: 1;
        display: block;
    }
    .gs-page .gs-video * {
        max-width: 100%;
        display: block;
        position: relative !important;
        top: 0 !important;
        transform: translate(0, 0) !important;
        left: 0 !important;
    }
    .gs-hero {
        background-color: #000;
        max-height: 1000px;
        position: relative;
        padding: 0 0 0 0;
        padding: 0;
        padding-bottom: 0;
        height: auto;
        width: 100%;
        overflow: hidden;
        display: block;
        justify-content: center;
        align-items: flex-start;
        max-width: 1600px;
    }
    .mgb-50 {
        margin-bottom:0;
    }
    .gs-products .gs-sub-menu {
        display:inline-block;

    }
    /*.gs-products :not(.max1180) .gs-sub-menu a {
        width: 210px;
        margin: 0 calc(210px * 0.04) 60px calc(210px * 0.04);
    }
    .gs-products :not(.max1180) .gs-sub-menu a:nth-child(2n+1) {
        width: 210px;
        margin: 0 calc(210px * 0.04) 60px calc(210px * 0.04);
    }*/
    .gs-products :not(.max1180) .gs-sub-menu a {
        width: auto;
        margin: 10px 0;
        min-width: auto;
    }
    .gs-products .gs-row.gs-r0 {
        padding: 0 0 0 0;
    }
    .gs-products .gs-sub-menu.fourbuttons {
        padding-top: 50px;
        display: inline-flex;
        flex-wrap: wrap;
        max-width: 500px;
        justify-content: space-evenly;
        align-items: center;
        align-content: space-between;
        flex-direction: row;
        margin: 0px 10px;
        gap: 10px;
    }
    .gs-products :not(.max1180) .gs-sub-menu.threebuttons a {
        margin: 10px;
    }
    .gs-products .gs-col {
        display: block;
    }
    .gs-container-footer {
        max-width: 90%;
    }
    .gs-products .gs-col.gs-3col-middle .gs-title.gs-f-33-l {
        line-height:40px;
    }
    .gs-products .gs-r3 .gs-col .gs-product-bg {
        margin: 0px auto 0px auto;
    }
    .gs-pad50, .gs-products .gs-row .gs-content .gs-title.gs-pad50, .gs-products .gs-row .gs-content .gs-text.gs-pad50 {
        padding-bottom: 25px;
    }
    .mbtop20, .gs-products .gs-row .gs-content .gs-title.mbtop20, .gs-products .gs-row .gs-content .gs-text.mbtop20, .gs-products .gs-col .gs-title.mbtop20, .gs-products .gs-col .gs-text.mbtop20, .gs-products .gs-content .gs-text.mbtop20, .gs-products .gs-content .gs-text-bottom.mbtop20 {
        padding-top:20px;
    }
    .mbtop50, .gs-products .gs-row .gs-content .gs-title.mbtop50, .gs-products .gs-row .gs-content .gs-text.mbtop50, .gs-products .gs-col .gs-title.mbtop50, .gs-products .gs-col .gs-text.mbtop50, .gs-products .gs-content .gs-text.mbtop50, .gs-products .gs-content .gs-text-bottom.mbtop50 {
        padding-top:50px;
    }
    
    .mbtop80, .gs-products .gs-row .gs-content .gs-title.mbtop80, .gs-products .gs-row .gs-content .gs-text.mbtop80, .mx-container.max1180.mbtop80 {
        padding-top:80px;
    }
    .max1303 {
        padding: 0 20px 0 20px;
    }
    .vbclf {
        clear:both;
        display: block;
    }
    .gs-pad120-top, .gs-products .gs-row.gs-pad120-top {
        padding-top: 60px;
    }

}
