
@charset "utf-8";


@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');
    src: url('../fonts/PFDasGroteskPro-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/PFDasGroteskPro-Medium.woff') format('woff'), url('../fonts/PFDasGroteskPro-Medium.svg#PFDasGroteskPro-Medium') format('svg');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'PFDasGroteskPro-Bold';
    src: url('../fonts/PFDasGroteskPro-Bold.eot');
    src: url('../fonts/PFDasGroteskPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/PFDasGroteskPro-Bold.woff') format('woff'), url('../fonts/PFDasGroteskPro-Bold.svg#PFDasGroteskPro-Bold') format('svg');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'PFDasGroteskPro-Black';
    src: url('../fonts/PFDasGroteskPro-Black.eot');
    src: url('../fonts/PFDasGroteskPro-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/PFDasGroteskPro-Black.woff') format('woff'), url('../fonts/PFDasGroteskPro-Black.svg#PFDasGroteskPro-Black') format('svg');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'social_gothic_bold';
    src: url('../fonts/social_gothic_bold-webfont.woff2') format('woff2'), url('../fonts/social_gothic_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


html, body {
    margin: 0px;
    padding: 0px;
}

.gs-page .gs-img-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;
}

.gs-page {
    font-family: 'PFDasGroteskPro-Regular';
    color: #000;
    font-size: 23px;
    position: relative;
    margin: 0 auto 0 auto;
    line-height: normal;
    padding: 0px;
    text-align: center;
    overflow: hidden;
    background: #fff;
    padding: 0 0 60px 0;
}

    .gs-page strong {
        font-family: 'PFDasGroteskPro-Bold';
        font-weight: normal;
        color: #004186;
    }

    .gs-page a {
        font-size: inherit;
        color: inherit;
        font-family: inherit;
        text-decoration: none;
    }

        .gs-page a:hover {
            text-decoration: underline;
        }


.gs-mob-br {
    display: none;
}

.gs-page img {
    display: block;
    width: 100%;
    max-width: 100%;
}

body.gs-locked {
    overflow: hidden;
}

@media screen and (max-width: 767px) {

    .gs-page .gs-img-mob {
        display: block !important;
    }

    .gs-page .gs-img-desk {
        display: none !important;
    }
}


/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */

.gs-page {
    max-width: 1440px;
    margin: 0 auto;
    padding: 50px 20px;
}


/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */


.gs-hero {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    border-radius: 48px;
    border: 1px solid #000;
    background: #F8CECC;
    gap: 70px;
    padding: 70px 100px;
    color: #fff;
    /*background: url("../images/img-hero.png") no-repeat center top;*/
    box-shadow: 10px 10px #000;
    margin: 70px auto;
}

    .gs-hero .gs-content {
        position: relative;
    }

        .gs-hero .gs-content .gs-img-buble {
            position: absolute;
            right: -40px;
            bottom: 0;
            width: 175px;
            top: 100%;
        }

    .gs-hero .gs-content {
        text-align: center;
    }

    .gs-hero .gs-content .gs-title {
        color: #004186;
        text-align: center;
        font-size: 41px;
        line-height: 120%;
        letter-spacing: -0.82px;
    }
    .gs-hero .gs-content .gs-title h1 {
        font-size: 41px!important;
        line-height: 120% !important;
    }


/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */
.gs-categories {
    max-width: 1300px;
    margin: 0 auto;
    padding: 70px 20px 0px 20px;
}

    .gs-categories .gs-title {
        font-family: 'PFDasGroteskPro-Bold';
        font-size: 30px;
        line-height: 125%;
        letter-spacing: -0.02em;
        color: #004186;
        padding-bottom: 80px;
    }

    .gs-categories .gs-items {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 760px;
        margin: 0 auto;
    }

        .gs-categories .gs-items .gs-item {
            display: block;
            font-size: 30px;
            line-height: 120%;
            color: #423F3F;
            padding: 170px 0 0 0;
            text-align: center;
            position: relative;
            margin: 0 0 37px 0;
            width: 25%;
        }

            .gs-categories .gs-items .gs-item:hover {
                text-decoration: none;
                color: #000;
            }

            .gs-categories .gs-items .gs-item::before {
                content: "";
                position: absolute;
                left: 50%;
                top: 0px;
                transform: translate(-50%, 0);
                width: 130px;
                height: 130px;
                background: url("../images/icon-category1.png") no-repeat center center;
                background-size: contain;
                transition: all 200ms;
            }

            .gs-categories .gs-items .gs-item.gs-i2::before {
                background-image: url("../images/icon-category2.png");
            }

            .gs-categories .gs-items .gs-item.gs-i3::before {
                background-image: url("../images/icon-category3.png");
            }

            .gs-categories .gs-items .gs-item.gs-i4::before {
                background-image: url("../images/icon-category4.png");
            }


/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */

.gs-form-taxfree {
    color: #fff;
    min-height: 100%;
    border-radius: 48px;
    border: 1px solid #000;
    background: #BB91FF;
    gap: 55px;
    padding: 70px 100px;
    color: #fff;
    box-shadow: 10px 10px #000;
    margin: 70px auto;
}

    .gs-form-taxfree .gs-title {
        font-family: 'PFDasGroteskPro-Bold';
        font-size: 30px;
        line-height: 125%;
        letter-spacing: -0.02em;
        color: #fff;
        padding-bottom: 50px;
        margin: auto;
        max-width: 600px;
    }

    .gs-form-taxfree .gs-text {
        font-size: 20px;
        line-height: 125%;
        color: #000;
        padding-top: 40px;
    }

    .gs-form-taxfree .gs-form-wrapper {
        max-width: 960px;
        margin: 0 auto;
        padding: 0px;
        font-size: 13px;
        color: #1C1C1B;
    }

        .gs-form-taxfree .gs-form-wrapper .gs-form-row {
            font-size: 0px;
        }

            .gs-form-taxfree .gs-form-wrapper .gs-form-row .gs-form-col {
                display: inline-block;
                vertical-align: top;
                width: 50%;
                padding: 0 10px;
            }

                .gs-form-taxfree .gs-form-wrapper .gs-form-row .gs-form-col.gs-form-col-submit {
                    width: 25%;
                }

                .gs-form-taxfree .gs-form-wrapper .gs-form-row .gs-form-col label {
                    display: none;
                    font-size: 14px;
                    color: #0B0202;
                    text-align: left;
                    padding: 0 0 5px 0;
                    opacity: 0;
                }

                .gs-form-taxfree .gs-form-wrapper .gs-form-row .gs-form-col input {
                    width: 100%;
                    background: #fff;
                    border: 1px solid #0B0202;
                    box-sizing: border-box;
                    border-radius: 70px;
                    height: 47px;
                    line-height: 45px;
                    font-family: 'PFDasGroteskPro-Regular';
                    font-size: 14px;
                    color: #0B0202;
                    padding: 0 10px;
                    outline: none;
                }

            .gs-form-taxfree .gs-form-wrapper .gs-form-row input[type="submit"] {
                display: block;
                width: 100%;
                height: 47px;
                background: #004186;
                border-radius: 23px;
                transition: all 200ms;
                border: 0px;
                font-size: 14px;
                color: #fff;
                font-family: 'PFDasGroteskPro-Regular';
                cursor: pointer;
            }

    .gs-form-taxfree .gs-error-categories {
        color: #ff0000;
        display: none;
        padding: 10px 0;
        font-size: 14px;
    }

        .gs-form-taxfree .gs-error-categories.gs-active {
            display: block;
        }

    .gs-form-taxfree .gs-required {
        display: none;
        padding: 10px 0 0 0;
    }

/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */
.gs-pay-types {
    padding: 70px 0;
    max-width: 1260px;
    margin: auto;
}

    .gs-pay-types .gs-title {
        font-family: 'PFDasGroteskPro-Bold';
        font-size: 30px;
        line-height: 125%;
        letter-spacing: -0.02em;
        color: #004186;
        padding-bottom: 80px;
    }

    .gs-pay-types .gs-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 130px;
        margin: 135px 0 0 0;
    }

        .gs-pay-types .gs-item:first-child {
            margin: 0px;
        }

        .gs-pay-types .gs-item .gs-item-photo {
            width: 570px;
            position: relative;
        }

            .gs-pay-types .gs-item .gs-item-photo .gs-img-buble {
                position: absolute;
                right: -57px;
                bottom: -64px;
                width: 175px;
            }

        .gs-pay-types .gs-item .gs-item-content {
            text-align: left;
            width: calc(100% - 700px);
        }

            .gs-pay-types .gs-item .gs-item-content .gs-item-title {
                color: #004186;
                font-family: 'PFDasGroteskPro-Bold';
                font-size: 40px;
                line-height: 110%;
                letter-spacing: -0.8px;
                padding: 0 0 20px 0;
            }

                .gs-pay-types .gs-item .gs-item-content .gs-item-title span {
                    font-family: 'PFDasGroteskPro-Regular';
                    font-size: 27px;
                    line-height: 100%;
                }

            .gs-pay-types .gs-item .gs-item-content .gs-item-text {
                color: #413D3D;
                font-size: 20px;
                line-height: 180%;
                letter-spacing: -0.34px;
            }

                .gs-pay-types .gs-item .gs-item-content .gs-item-text.gs-max {
                    font-size: 20px;
                }

                .gs-pay-types .gs-item .gs-item-content .gs-item-text p {
                    margin: 0px;
                    padding: 10px 0;
                    line-height: 180%;
                }

            .gs-pay-types .gs-item .gs-item-content .gs-item-copy {
                color: #666;
                font-size: 17px;
                font-style: italic;
                line-height: 140%;
                letter-spacing: -0.34px;
                padding: 10px 0 0 0;
            }

            .gs-pay-types .gs-item .gs-item-content .gs-item-more {
                display: inline-block;
                margin: 32px 0 0 0;
                border-radius: 60px;
                border: 1px solid #423F3F;
                padding: 15px 30px;
                color: #423F3F;
                font-size: 13px;
                font-family: 'PFDasGroteskPro-Bold';
                line-height: 13px;
                letter-spacing: -0.26px;
                transition: all 200ms;
            }

                .gs-pay-types .gs-item .gs-item-content .gs-item-more:hover {
                    background: #423F3F;
                    color: #fff;
                    text-decoration: none;
                }


        .gs-pay-types .gs-item:nth-child(even) {
            flex-direction: row-reverse;
        }

            .gs-pay-types .gs-item:nth-child(even) .gs-img-buble {
                right: auto;
                left: -57px;
            }

    /* //////////////////////////////////////////////////////////////////////////////////////// */
    /* //////////////////////////////////////////////////////////////////////////////////////// */

    .gs-pay-types .gs-row {
        padding: 145px 0 0 0;
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        gap: 14px;
    }

        .gs-pay-types .gs-row .gs-col {
            width: calc(50% - 7px);
            border: 1px solid #DCDCDC;
            border-radius: 24px;
            padding: 80px 80px 30px 80px;
        }

            .gs-pay-types .gs-row .gs-col .gs-col-icon img {
                max-width: 100%;
                width: auto;
                margin: 0 auto;
            }

            .gs-pay-types .gs-row .gs-col .gs-col-title {
                color: #423F3F;
                text-align: center;
                font-size: 26px;
                font-family: 'PFDasGroteskPro-Bold';
                line-height: 120%;
                letter-spacing: -0.52px;
                padding: 32px 0 0 0;
            }

            .gs-pay-types .gs-row .gs-col .gs-col-text {
                padding: 16px 0 0 0;
                color: #666;
                text-align: center;
                font-size: 17px;
                line-height: 150%;
                letter-spacing: -0.34px;
            }

            .gs-pay-types .gs-row .gs-col.gs-last {
                background: #F3F5FA;
                padding: 45px 30px 35px 30px;
            }

                .gs-pay-types .gs-row .gs-col.gs-last .gs-col-title {
                    padding-top: 0px;
                }

                .gs-pay-types .gs-row .gs-col.gs-last .gs-col-text {
                    font-size: 15px;
                    padding: 10px 0 0 0;
                }

                    .gs-pay-types .gs-row .gs-col.gs-last .gs-col-text p {
                        margin: 0px;
                        padding: 20px 0 0 0;
                    }

                        .gs-pay-types .gs-row .gs-col.gs-last .gs-col-text p:first-child {
                            padding: 0px 0 0 0;
                        }

/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */

.gs-lightbox {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999999;
    background: rgba(0,0,0,0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    display: none;
}

    .gs-lightbox .gs-back-close {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .gs-lightbox .gs-content {
        max-width: 550px;
        width: 100%;
        border-radius: 10px;
        background: #F3F5FA;
        padding: 50px 20px;
        text-align: left;
        position: relative;
        z-index: 10;
        margin: 0 auto;
        position: relative;
        top: 50%;
        transform: translate(0, -50%);
    }

        .gs-lightbox .gs-content .gs-close {
            position: absolute;
            width: 20px;
            height: 20px;
            right: 20px;
            top: 20px;
            background: url("../images/icon-close.svg") no-repeat center center;
            background-size: contain;
            font-size: 0px;
        }

        .gs-lightbox .gs-content .gs-title {
            color: #423F3F;
            font-family: 'PFDasGroteskPro-Bold';
            font-size: 22px;
            line-height: 125%;
            letter-spacing: -0.44px;
            padding: 0 0 20px 0;
        }

        .gs-lightbox .gs-content .gs-text {
            color: #666;
            font-size: 14px;
            line-height: 140%;
            letter-spacing: -0.28px;
            max-height: calc(100vh - 220px);
            overflow: auto;
            padding: 0 20px 0 0;
            margin: 0 -20px 0 0;
        }

            .gs-lightbox .gs-content .gs-text p {
                margin: 0px;
                padding: 20px 0 0 0;
                line-height: 140%;
            }

            .gs-lightbox .gs-content .gs-text .gs-items {
                display: flex;
                flex-direction: column;
                gap: 10px;
            }

                .gs-lightbox .gs-content .gs-text .gs-items .gs-item {
                    padding: 20px 15px;
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    gap: 15px;
                    background: #fff;
                    border-radius: 10px;
                }


                    .gs-lightbox .gs-content .gs-text .gs-items .gs-item .gs-item-num {
                        width: 35px;
                        height: 35px;
                        line-height: 35px;
                        text-align: center;
                        background: #F3F5FA;
                        color: #423F3F;
                        font-family: 'PFDasGroteskPro-Black';
                        font-size: 22px;
                        letter-spacing: -0.22px;
                        font-style: italic;
                        border-radius: 50%;
                    }

                    .gs-lightbox .gs-content .gs-text .gs-items .gs-item .gs-item-text {
                        width: calc(100% - 50px);
                    }

/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */

.gs-faq {
    font-family: 'PFDasGroteskPro-Regular';
    padding: 60px 40px;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    background: #FAFAFA;
    color: #000;
    position: relative;
    margin: 0 auto 0 auto;
    line-height: normal;
    text-align: center;
    overflow: hidden;
    padding: 60px 20px;
}
    .gs-faq a {
        font-size: inherit;
        color: inherit;
        font-family: inherit;
        text-decoration: none;
    }

    .gs-faq .gs-title {
        color: #004186;
        font-family: 'PFDasGroteskPro-Bold';
        font-size: 40px;
        line-height: 110%;
        letter-spacing: -0.8px;
        padding: 0 0 20px 0;
        max-width: 1354px;
        text-align: left;
        margin: auto;
    }

    .gs-faq .gs-text {
        font-size: 22px;
        line-height: 160%;
        letter-spacing: -0.02em;
        color: #000000;
        padding: 0 0 40px 0;
    }

    .gs-faq .gs-items {
        max-width: 1354px;
        margin: 0 auto;
    }

        .gs-faq .gs-items .gs-item {
            text-align: left;
            background: #FFFFFF;
            border: 1px solid #F2F2F2;
            border-radius: 10px;
            margin: 0 0 20px 0;
        }

            .gs-faq .gs-items .gs-item .gs-item-q {
                display: block;
                font-family: 'PFDasGroteskPro-Medium';
                font-size: 25px;
                line-height: 160%;
                letter-spacing: -0.02em;
                color: #000000;
                padding: 20px 100px 20px 35px;
                position: relative;
                text-decoration: none;
                /*border: 1px solid #DADADA;*/
            }

                .gs-faq .gs-items .gs-item .gs-item-q::after {
                    content: "";
                    position: absolute;
                    right: 40px;
                    width: 30px;
                    height: 14px;
                    top: 50%;
                    transform: translate(0, -50%);
                    background: url("../images/icon-faq.svg") no-repeat center center;
                    opacity: 0.2;
                    transition: opacity 200ms;
                }

            .gs-faq .gs-items .gs-item.gs-active .gs-item-q::after {
                transform: translate(0, -50%) rotate(180deg);
                opacity: 1;
            }

            .gs-faq .gs-items .gs-item .gs-item-ans {
                font-size: 20px;
                line-height: 160%;
                letter-spacing: -0.02em;
                color: #000000;
                padding: 0 100px 17px 35px;
                display: none;
            }

/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */


@media screen and (max-width: 1439px) {

    .gs-hero .gs-content .gs-title {
        font-size: 35px;
    }

    .gs-pay-types .gs-item .gs-item-photo {
        width: calc(50% - 45px);
    }

    .gs-pay-types .gs-item .gs-item-content {
        width: calc(50% - 45px);
    }

        .gs-pay-types .gs-item .gs-item-content .gs-item-text br,
        .gs-pay-types .gs-item .gs-item-content .gs-item-copy br {
            display: none;
        }

    .gs-pay-types .gs-row .gs-col .gs-col-text br {
        display: none;
    }
}


@media screen and (max-width: 959px) {

    .gs-hero {
        flex-direction: column;
        gap: 40px;
        padding: 60px 30px;
        margin: 40px auto 100px;
    }

        .gs-hero .gs-content .gs-title {
            font-size: 28px;
        }

        .gs-hero .gs-content .gs-title h1 {
            font-size: 28px!important;
        }

        .gs-hero .gs-content .gs-img-buble {
            position: absolute;
            top: 100%;
            left: 50%;
            transform: translate(-50%, 7%);
        }

    .gs-form-taxfree {
        flex-direction: column;
        gap: 40px;
        padding: 30px;
        margin: 40px auto;
    }

        .gs-form-taxfree .gs-title {
            font-size: 26px;
            padding-bottom: 30px;
        }

    .gs-pay-types .gs-item {
        gap: 80px;
    }

        .gs-pay-types .gs-item .gs-item-photo {
            width: 40%;
        }

        .gs-pay-types .gs-item .gs-item-content {
            width: calc(60% - 45px);
        }

            .gs-pay-types .gs-item .gs-item-content .gs-item-text {
                line-height: 125%;
            }

        .gs-pay-types .gs-item .gs-item-photo .gs-img-buble {
            position: absolute;
            right: -52px;
            bottom: -42px;
            width: 122px;
        }

    .gs-pay-types .gs-row {
        flex-direction: column;
    }

        .gs-pay-types .gs-row .gs-col {
            width: 100%;
            height: auto;
            padding: 60px 20px;
        }

            .gs-pay-types .gs-row .gs-col.gs-last {
                padding: 35px 20px;
            }

    .gs-pay-types .gs-item {
        margin: 50px 0 0 0;
    }

        .gs-pay-types .gs-item .gs-item-content .gs-item-title {
            font-size: 30px;
        }

    .gs-pay-types {
        padding: 79px 0 70px 0;
    }
}

@media screen and (max-width: 767px) {
    .gs-hero .gs-content .gs-img-buble {
        width: 112px;
    }

    .gs-categories {
        padding: 0;
    }

        .gs-categories .gs-title {
            font-size: 30px;
            margin: 0 auto;
        }

        .gs-categories .gs-items .gs-item {
            width: 50%;
        }

    .gs-form-taxfree .gs-form-wrapper .gs-form-row .gs-form-col {
        display: block;
        width: auto;
        padding: 0px 0 15px 0;
    }

        .gs-form-taxfree .gs-form-wrapper .gs-form-row .gs-form-col.gs-form-col-submit {
            width: auto;
        }

    .gs-pay-types {
        padding: 45px 0 0 0;
    }

        .gs-pay-types .gs-item,
        .gs-pay-types .gs-item:nth-child(even) {
            flex-direction: column;
        }

            .gs-pay-types .gs-item .gs-item-photo,
            .gs-pay-types .gs-item .gs-item-content {
                width: 100%;
                max-width: 450px;
            }

            .gs-pay-types .gs-item .gs-item-photo {
                width: 80%;
            }

                .gs-pay-types .gs-item .gs-item-photo .gs-img-buble {
                    right: -42px;
                    width: 102px;
                }

            .gs-pay-types .gs-item:nth-child(even) .gs-img-buble {
                left: -42px;
            }

            .gs-pay-types .gs-item .gs-item-content .gs-item-title {
                font-size: 30px;
            }

        .gs-pay-types .gs-row {
            padding: 40px 0 0 0;
        }

            .gs-pay-types .gs-row .gs-col .gs-col-title {
                font-size: 22px;
            }

            .gs-pay-types .gs-row .gs-col {
                padding: 25px 20px;
            }


    .gs-faq {
        padding: 30px 20px;
    }

        .gs-faq .gs-title {
            font-size: 27px;
        }

        .gs-faq .gs-text {
            font-size: 18px;
            padding: 0 0 20px 0;
        }


        .gs-faq .gs-items .gs-item .gs-item-q {
            font-size: 16px;
            padding: 17px 60px 17px 20px;
        }

            .gs-faq .gs-items .gs-item .gs-item-q::after {
                right: 20px;
                width: 20px;
                height: 10px;
                opacity: 1;
                background-size: contain;
            }

        .gs-faq .gs-items .gs-item .gs-item-ans {
            font-size: 16px;
            padding: 0 60px 17px 20px;
        }
}

@media screen and (max-width: 374px) {

    .gs-hero {
        padding: 20% 5%;
        min-height: 100%;
    }

        .gs-hero .gs-content .gs-title, .gs-categories .gs-title, .gs-pay-types .gs-title {
            font-size: 24px;
        }

    .gs-form-taxfree .gs-title {
        font-size: 20px;
    }

    .gs-categories .gs-items .gs-item {
        padding: 100px 0 0 0;
        font-size: 20px;
    }

        .gs-categories .gs-items .gs-item::before {
            width: 85px;
            height: 85px;
        }

    .gs-pay-types .gs-title {
        padding-bottom: 40px;
    }

    .gs-pay-types .gs-item .gs-item-photo .gs-img-buble {
        bottom: -22px;
        right: -22px;
        width: 62px;
    }
}
