/* New Nav*/


   
.customer-account .dropdown-content.web {
    position: absolute;
    background: #dee6ef;
    background: -moz-linear-gradient(top, #dee6ef 0%, #f2f4f8 8%, #f7f9fa 15%, #f7f9fa 100%);
    background: -webkit-linear-gradient(top, #dee6ef 0%, #f2f4f8 8%, #f7f9fa 15%, #f7f9fa 100%);
    background: linear-gradient(to bottom, #dee6ef 0%, #f2f4f8 8%, #f7f9fa 15%, #f7f9fa 100%);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    width: 50%;
}

.navigation-component .support-wrapper {
    text-align: left;
}


    .navigation-component .support-wrapper .loader {
        border: 4px solid #A49E9E;
        border-radius: 50%;
        border-top: 4px solid #3498db;
        width: 30px;
        height: 30px;
        animation: spin 2s linear infinite;
        z-index: 10;
        display: block;
        display: inline-block;
        margin: 0px 0px -8px 45px;
       
    }

.navigation-component .nav-wrapper {
    position: relative;
    display: flex;
    margin-bottom: 20px;
}

.navigation-component .nav-logo {
    width: 130px;
    height: 45px;
    /*content: var(--logo);*/
}

    .navigation-component .nav-logo img {
        width: 100%;
    }

/*    .navigation-component .nav-logo a {
        padding: 20px 0 25px 0;
    }*/

.navigation-component .support-block.customeraccount {
    display: inline-block;
    min-height: 40px;
    border-bottom: 1px solid #000;
}
.navigation-component .support-block.creditclub {
    display: inline-block;
    padding: 10px 0 5px 0;
}

    .navigation-component .support-block .personal-area.customer-account, .navigation-component .support-block .phone-info {
        display: inline-block;
        font-size: 16px;
        float: none;
        padding:10px 0 0;
    }

        .navigation-component .support-block .phone-info .img-phone-icon {
            height: 18px;
            width: 18px;
            vertical-align: top;
            padding-top: 4px;
        }

        .navigation-component .support-block .phone-info .icon-disabled {
            font-size: 18px;
            color: black;
        }

    .navigation-component .support-block .select-input {
        padding-right: 15px;
    }

        .navigation-component .support-block .select-input i {
            position: absolute;
            right: 0;
            top: 2px;
            font-size: 12px;
        }

    .navigation-component .support-block .phone-info {
        margin-right: 24px;
        line-height: 22px;
        direction: rtl;
    }

        .navigation-component .support-block .phone-info i {
            font-size: 16px;
            color: var(--header-icon-calling-color);
            display: inline-block;
            vertical-align: text-top;
            --primary-color: var(--header-icon-calling-color);
        }

        .navigation-component .support-block .phone-info label {
            margin-left: 8px;
        }

        .navigation-component .support-block .phone-info .phone {
            color: var(--header-icon-calling-color);
            font-weight: 600;
            vertical-align: middle;
        }

            .navigation-component .support-block .phone-info .phone span {
                font-size: 22px;

            }

    .navigation-component .support-block .help-link i {
        transform: scale(-1, 1);
        display: inline-block;
    }

.navigation-component .navigation {
    width: 100%;
    padding-top: 13pt;
}

    .navigation-component .navigation > ul {
        display: flex;
        width: 100%;
        justify-content: space-between;
        padding-right: 20px;
    }

        .navigation-component .navigation > ul > li {
            display: inline-block;
            padding: 0 0px;
            color: var(--header-tab-text-color);
        }

            .navigation-component .navigation > ul > li .main-navigation-link {
                font-size: 20px;
                line-height: 24px;
                padding: 6px 9px;
                border-radius: 4px;
                position: relative;
            }

                .navigation-component .navigation > ul > li .main-navigation-link:after {
                    content: ' ';
                    position: absolute;
                    width: 100%;
                    right: 0;
                    height: 40px;
                    left: 0;
                }

                .navigation-component .navigation > ul > li :not(.sole-item) .main-navigation-link:before {
                    content: "";
                    width: 0;
                    height: 0;
                    border-left: 18px solid transparent;
                    border-right: 18px solid transparent;
                    border-bottom: 18px solid #F3F3F3;
                    position: absolute;
                    bottom: -18px;
                    right: 50%;
                    margin-right: -18px;
                    display: block;
                    visibility: hidden;
                }

            .navigation-component .navigation > ul > li:hover .main-navigation-link {
                background: var(--header-tab-hover-background-color);
                color: var(--header-tab-hover-text-color);
                border-radius: 4px;
            }

                .navigation-component .navigation > ul > li:hover .main-navigation-link:before {
                    visibility: visible;
                    transition-delay: 0.35s;
                }

            .navigation-component .navigation > ul > li:hover .navigation-item .sub-menu {
                visibility: visible;
                transition-delay: 0.35s;
            }

    .navigation-component .navigation .navigation-item .sub-menu.small {
        width: auto;
        right: auto;
        left: auto;
    }

        .navigation-component .navigation .navigation-item .sub-menu.small.left {
            right: auto;
            left: 0px;
            min-width: 220px;
        }

        .navigation-component .navigation .navigation-item .sub-menu.small.right {
            left: auto;
        }

    .navigation-component .navigation .navigation-item .sub-menu {
        position: absolute;
        top: 56px;
        right: 0;
        width: 99%;
        min-width:25rem;
        padding-top: 10px;
        display: block;
        visibility: hidden;
    }

        .navigation-component .navigation .navigation-item .sub-menu .sub-menu-content {
            background: #F3F3F3;
            border-radius: 20px;
            display: flex;
            width: 100%;
        }

            .navigation-component .navigation .navigation-item .sub-menu .sub-menu-content .sub-menu-block {
                /*display: table-cell;*/
                padding: 30px 10px;
                width: 100%;
                /*white-space: nowrap;*/
                /*max-width: 200px;*/
            }

                .navigation-component .navigation .navigation-item .sub-menu .sub-menu-content .sub-menu-block:hover {
                    background: #fff;
                    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.16);
                }

                .navigation-component .navigation .navigation-item .sub-menu .sub-menu-content .sub-menu-block:first-child {
                    padding-right: 10px;
                    border-radius: 0 20px 20px 0;
                }

                .navigation-component .navigation .navigation-item .sub-menu .sub-menu-content .sub-menu-block:last-child {
                    padding-left: 10px;
                    border-radius: 20px 0 0 20px;
                }

                .navigation-component .navigation .navigation-item .sub-menu .sub-menu-content .sub-menu-block:only-child {
                    padding-left: 35px;
                    border-radius: 20px;
                }


                .navigation-component .navigation .navigation-item .sub-menu .sub-menu-content .sub-menu-block h4 {
                    font-size: 20px;
                    font-weight: bold;
                    margin: 0 12px 24px 0;
                    color: var(--nav-btn-text-color);
                }

                .navigation-component .navigation .navigation-item .sub-menu .sub-menu-content .sub-menu-block ul {
                    font-size: 18px;
                }

                .navigation-component .navigation .navigation-item .sub-menu .sub-menu-content .sub-menu-block ul li {
                    margin-top: 10px;
                }

                .navigation-component .navigation .navigation-item .sub-menu .sub-menu-content .sub-menu-block ul li a {
                    padding: 6px 12px;
                    border-radius: 20px;
                    display: inline-block;
                    color: var(--nav-btn-text-color);
                }

                .navigation-component .navigation .navigation-item .sub-menu .sub-menu-content .sub-menu-block ul li a:hover {
                    padding: var(--nav-hover-btn-padding);
                }

                .navigation-component .navigation .navigation-item .sub-menu .sub-menu-content .sub-menu-block ul li a:hover {
                    background: var(--nav-hover-btn-background-color);
                    color: var(--nav-hover-btn-text-color);
                    border: var(--nav-hover-btn-border);
                    border-image: var(--nav-hover-btn-border-image);
                    border-image-slice: var(--nav-hover-btn-border-slice);
                }

/* Until here New Nav*/
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */

.nav li:after {
    content: '/';
    color: rgba(88,96,98,0.3);
    margin: 0 3px;
}

.nav li:last-child:after {
    content: none;
}

.nav li a {
    color: #2a3335;
    text-decoration: none;
}

.nav-burger-butten {
    float: left
}

.nav li a:hover,
.nav .current a {
    color: #188724;
}

.nav {
    display: table;
    width: 100%;
    margin: 0;
    padding-bottom: 4px;
    min-width: 1250px;
}

    .nav ul {
        float: right;
        margin-bottom: 0px;
        padding-bottom: 0
    }

    .nav li {
        font-size: 19px;
        line-height: 36px;
        display: inline-block;
        position: relative
    }

        .nav li:first-child:after, .nav li:last-child:after {
            content: none;
        }

        .nav li:first-child {
            margin-left: 13px
        }

        .nav li a.drop:after {
            content: "\e99b";
            font-family: 'icomoon';
            font-size: 8px;
            margin-right: 8px;
        }

    .nav ul li:first-child a {
        font-weight: bold;
        font-size: 21px;
        position: relative;
        top: 1px;
    }

    .nav ul:first-child li:first-child a {
        color: #178823;
    }

    .nav ul:first-child li:last-child a {
        margin-left: 20px
    }

    .nav ul:last-child {
        margin-left: 15px;
        float: left;
    }

        .nav ul:last-child li:first-child a {
            color: #ff690f;
        }

    .nav li.active:after {
        left: -7px;
        bottom: -5px;
        content: '';
        width: 10px;
        height: 10px;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        position: absolute;
        border-color: transparent transparent #178823 transparent;
    }

    .nav ul:last-child li.active:after {
        border-color: transparent transparent #ff690f transparent;
    }


/* ------------------------------------------------------------ *\
	Nav Secondary
\* ------------------------------------------------------------ */

.nav-secondary {
    font-size: 18px;
    line-height: 1.39;
    color: #bcdfc0;
    float: right;
    padding: 4px 0 6px;
}

    .nav-secondary ul {
        overflow: hidden;
    }

    .nav-secondary li {
        float: right;
    }

        .nav-secondary li + li {
            padding-right: 33px;
        }

    .nav-secondary a {
        text-decoration: none;
        display: block;
    }

        .nav-secondary a:hover {
            text-decoration: underline;
        }

/* ------------------------------------------------------------ *\
	Nav Access
\* ------------------------------------------------------------ */

.nav-access {
    font-size: 21px;
    line-height: 36px;
    color: #627183;
    text-decoration: none;
    float: left;
    padding-left: 1px;
}

    .nav-access i {
        margin-left: 5px;
    }

    .nav-access a {
        text-decoration: none;
    }

        .nav-access a:hover {
            text-decoration: underline;
        }

    .nav-access i,
    .nav-access p {
        display: inline-block;
        vertical-align: middle;
    }

/* ------------------------------------------------------------ *\
	Nav Tabs
\* ------------------------------------------------------------ */

.nav-tabs {
    text-align: center;
    position: relative;
    z-index: 9;
    padding: 0 5px;
}

    .nav-tabs li {
        color: #66665a;
        display: inline-block;
        vertical-align: bottom;
    }

        .nav-tabs li:after {
            content: '/';
            font-size: 22px;
        }

        .nav-tabs li:last-child:after {
            content: none;
        }

    .nav-tabs a {
        font-size: 21px;
        display: inline-block;
        text-decoration: none;
        color: #fff;
        position: relative;
        padding: 61px 14px 12px 15px;
    }

        .nav-tabs a:hover {
            color: #209c2e;
        }

    .nav-tabs i {
        font-size: 19px;
        position: absolute;
        right: 18px;
        line-height: 1.4
    }

    .nav-tabs .current a {
        color: #209c2e;
        font-weight: bold;
    }

/* ------------------------------------------------------------ *\
	Nav Tabs
\* ------------------------------------------------------------ */

.nav-tabs-secondary {
    font-size: 20px;
    line-height: 1.15;
    color: #fff;
    padding-bottom: 20px;
}

    .nav-tabs-secondary ul {
        overflow: hidden;
    }

    .nav-tabs-secondary li {
        float: right;
    }

        .nav-tabs-secondary li + li {
            padding-right: 10px;
        }

    .nav-tabs-secondary a {
        text-decoration: none;
        text-align: center;
        letter-spacing: -0.02em;
        min-width: 106px;
        display: block;
        padding: 5px;
        background-color: #95a5b9;
        border-radius: 2px;
    }

        .nav-tabs-secondary a:hover,
        .nav-tabs-secondary .current a {
            background-color: #178823;
        }

    .nav-tabs-secondary .current a {
        font-weight: 700;
    }

/*  Nav Tabs Secondary Alt  */

.nav-tabs-secondary-alt a {
    min-width: 130px;
}

/* ------------------------------------------------------------ *\
	Nav Dropdown
\* ------------------------------------------------------------ */

.nav-dropdown {
    height: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 5;
    overflow: hidden;
    transition: opacity .4s ease, visibility .4s ease;
}

    .nav-dropdown .shell {
        display: -ms-flexbox;
        display: flex;
        position: relative;
        padding: 0;
        border-top: 1px solid #d8e2ee;
        background: #fff linear-gradient(to bottom, rgba(204,216,231,.4) 0%, rgba(204,216,231,.37) 6.49%, rgba(255,255,255,0) 100%) repeat-x 0 0;
        background-size: 100% 71px;
    }

        .nav-dropdown .shell:before {
            width: 20px;
            height: 11px;
            display: none;
            bottom: 100%;
            left: 28px;
            background-image: url(/resources/web/css/images/dd-arrow.png);
        }

        .nav-dropdown .shell:after {
            width: 37px;
            height: 8px;
            display: block;
            top: 100%;
            left: 50%;
            margin: -1px 0 0 -18px;
            background-image: url(/resources/web/css/images/dd-shape.png);
        }

        .nav-dropdown .shell:before,
        .nav-dropdown .shell:after {
            content: '';
            position: absolute;
            background-repeat: no-repeat;
            background-position: 0 0;
        }

.nav-dropdown-tabs {
    -ms-flex: 0 0 188px;
    flex: 0 0 188px;
    background: #188626 linear-gradient(to right, rgba(0,0,0,.3) 0%, rgba(0,0,0,0) 10%) repeat-y 0 0;
}

    .nav-dropdown-tabs ul {
        padding-top: 23px;
    }

    .nav-dropdown-tabs li + li {
        border-top: 1px solid #1d912c;
    }

    .nav-dropdown-tabs a {
        font-size: 21px;
        line-height: 1.29;
        color: #fff;
        text-decoration: none;
        display: block;
        position: relative;
        padding: 15px 59px 15px 0;
        margin-bottom: -1px;
    }

        .nav-dropdown-tabs a span {
            width: 59px;
            display: block;
            left: auto;
        }

            .nav-dropdown-tabs a span i {
                display: block;
            }

        .nav-dropdown-tabs .current a,
        .nav-dropdown-tabs a:hover {
            background-color: #0f6f1b;
        }

.nav-dropdown-inner {
    max-width: calc(100% - 188px);
    -ms-flex: 0 0 calc(100% - 188px);
    flex: 0 0 calc(100% - 188px);
    padding: 40px 0 43px 40px;
}

.nav-dropdown-tab {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    position: absolute;
}

.nav-dropdown-links a i {
    display: block;
    left: auto;
    font-size: 16px
}

.nav-dropdown-links a:hover {
    font-weight: normal;
}

.nav-dropdown-links .current a,
.nav-dropdown-links .current a:hover {
    color: red;
    font-weight: 400;
}
/*#178823*/
.nav-dropdown-figure {
    -ms-flex: 0 0 36.123%;
    flex: 0 0 36.123%;
}

    .nav-dropdown-figure a {
        display: block;
        position: relative;
        text-align: center;
        color: white;
    }

    .nav-dropdown-figure img {
        width: 100%;
        display: block;
    }

    .nav-dropdown-figure figcaption {
        font-size: 32px;
        line-height: 1.22;
        color: #fff;
        text-align: center;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        padding: 34px 10px 15px;
        background: url(/resources/web/css/images/overlay4.png) no-repeat 50% 0;
    }

        .nav-dropdown-figure figcaption i {
            display: block;
            position: absolute;
            top: 7px;
            left: 50%;
            margin-left: -11px;
        }

@media (max-width: 1279px) {
    .nav-dropdown-tabs ul {
        padding: 0;
    }

    .nav-dropdown-tabs a {
        font-size: 20px;
        padding: 11px 59px 11px 0;
    }

    .nav-dropdown-inner {
        padding: 20px 0 20px 20px;
    }

    .nav-dropdown-links ul,
    .nav-dropdown-links ul:first-child,
    .nav-dropdown-links ul:last-child {
        max-width: 45%;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        padding: 0 10px;
    }

    .nav-dropdown-links ul {
        font-size: 16px;
    }

        .nav-dropdown-links ul + ul:before {
            right: -10px;
        }

        .nav-dropdown-links a,
        .nav-dropdown-links ul:first-child a {
            padding-right: 20px;
        }

    .nav-dropdown-figure figcaption {
        font-size: 22px;
    }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .nav-dropdown-wrapper:before,
    .nav-dropdown-wrapper:after {
        background-size: 100% 100%;
    }

    .nav-dropdown-wrapper:before {
        background-image: url(/resources/web/css/images/dd-arrow@2x.png);
    }

    .nav-dropdown-wrapper:after {
        background-image: url(/resources/web/css/images/dd-shape@2x.png);
    }

    .nav-dropdown-figure figcaption {
        background-image: url(/resources/web/css/images/overlay4@2x.png);
        background-size: 613px 150px;
    }
}



/* ------------------------------------------------------------ *\
	Nav Letters
\* ------------------------------------------------------------ */

.nav-letters {
    font-size: 25px;
    line-height: 28px;
    color: #000;
    text-align: center; /*padding-top: 33px;*/
    padding: 25px 0 15px 0;
}

    .nav-letters ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin: 0 -3px;
    }

    .nav-letters li {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 0 3px;
    }

    .nav-letters a {
        text-decoration: none;
        display: block;
        padding: 10px 0;
        background-color: #fff;
        border-radius: 4px;
    }

        .nav-letters a:hover {
            color: #fff;
            background-color: #72849a;
        }

    .nav-letters .active-letter {
        background-color: #72849A;
        color: #fff;
    }

/* ------------------------------------------------------------ *\
	Nav Second Stripe ( FROM DIMA )
\* ------------------------------------------------------------ */

.stripe {
    width: 100%;
    height: 7px;
    position: relative;
}

    .stripe:before {
        content: '';
        height: 100%;
        bottom: 0;
        width: 7px;
        left: 43.7%;
        margin-left: -3px;
        position: absolute;
        background: #fff;
        z-index: 9;
    }

    .stripe:after {
        content: '';
        height: 45px;
        bottom: 0;
        width: 1px;
        background: #e9eef0;
        position: absolute;
        left: 43.7%;
        z-index: 99;
    }

    .stripe .right-side, .stripe .left-side {
        position: absolute;
        height: 100%;
        top: 0;
    }

    .stripe .right-side {
        background: #178823;
        right: 0;
        width: 56.1%;
    }

    .stripe .left-side {
        background: #ff690f;
        left: 0;
        width: 43.5%;
    }

@media (max-width: 4000px) {
    .stripe:before {
        left: 47.2%;
    }

    .stripe .right-side {
        width: 52.7%;
    }

    .stripe .left-side {
        width: 47.1%;
    }

    .stripe:after {
        left: 47.2%;
    }
}

@media (max-width: 3300px) {
    .stripe:before {
        left: 46.7%;
    }

    .stripe .right-side {
        width: 53.3%;
    }

    .stripe .left-side {
        width: 46.7%;
    }

    .stripe:after {
        left: 46.7%;
    }
}

@media (max-width: 2900px) {
    .stripe:before {
        left: 46.3%;
    }

    .stripe .right-side {
        width: 53.8%;
    }

    .stripe .left-side {
        width: 46.3%;
    }

    .stripe:after {
        left: 46.3%;
    }
}

@media (max-width: 2650px) {
    .stripe:before {
        left: 45.9%;
    }

    .stripe .right-side {
        width: 53.9%;
    }

    .stripe .left-side {
        width: 45.8%;
    }

    .stripe:after {
        left: 45.9%;
    }
}

@media (max-width: 2300px) {
    .stripe:before {
        left: 45.4%;
    }

    .stripe .right-side {
        width: 54.4%;
    }

    .stripe .left-side {
        width: 45.2%;
    }

    .stripe:after {
        left: 45.4%;
    }
}

@media (max-width: 2100px) {
    .stripe:before {
        left: 45.0%;
    }

    .stripe .right-side {
        width: 54.8%;
    }

    .stripe .left-side {
        width: 44.8%;
    }

    .stripe:after {
        left: 45.0%;
    }
}

@media (max-width: 2000px) {
    .stripe:before {
        left: 44.7%;
    }

    .stripe .right-side {
        width: 55.1%;
    }

    .stripe .left-side {
        width: 44.8%;
    }

    .stripe:after {
        left: 44.7%;
    }
}

@media (max-width: 1900px) {
    .stripe:before {
        left: 44.3%;
    }

    .stripe .right-side {
        width: 55.5%;
    }

    .stripe .left-side {
        width: 44.1%;
    }

    .stripe:after {
        left: 44.3%;
    }
}

@media (max-width: 1800px) {
    .stripe:before {
        left: 44%;
    }

    .stripe .right-side {
        width: 55.8%;
    }

    .stripe .left-side {
        width: 43.7%;
    }

    .stripe:after {
        left: 43.9%;
    }
}

@media (max-width: 1700px) {
    .stripe:before {
        left: 43.6%;
    }

    .stripe .right-side {
        width: 56%;
    }

    .stripe .left-side {
        width: 43.4%;
    }

    .stripe:after {
        left: 43.7%;
    }
}

@media (max-width: 1600px) {
    .stripe:before {
        left: 43.3%;
    }

    .stripe .right-side {
        width: 56.4%;
    }

    .stripe .left-side {
        width: 43.1%;
    }

    .stripe:after {
        left: 43.3%;
    }
}

@media (max-width: 1500px) {
    .stripe:before {
        left: 42.7%;
    }

    .stripe .right-side {
        width: 57.5%;
    }

    .stripe .left-side {
        width: 42.7%;
    }

    .stripe:after {
        left: 42.7%;
    }
}

@media (max-width: 1400px) {
    .stripe:before {
        left: 42.3%;
    }

    .stripe .right-side {
        width: 57.7%;
    }

    .stripe .left-side {
        width: 42%;
    }

    .stripe:after {
        left: 42.2%;
    }
}

/* ------------------------------------------------------------ *\
	Nav Second Level ( FROM DIMA )
\* ------------------------------------------------------------ */

.nav-dropdown-tab:first-child {
    right: 0;
    width: 54.5%;
}

    .nav-dropdown-tab:first-child .nav-dropdown-links {
        width: 701px;
        left: 4px
    }

    .nav-dropdown-tab:first-child a:hover {
        color: #178823;
    }

    .nav-dropdown-tab:first-child a i:hover {
        color: #178823;
    }

.nav-dropdown-tab:last-child {
    left: 0;
    width: 45.5%;
    position: absolute;
}

    .nav-dropdown-tab:last-child .nav-dropdown-links {
        width: 526px;
        margin-right: 124.3%;
    }

    .nav-dropdown-tab:last-child a:hover {
        color: #ff690f;
    }

.nav-dropdown-links {
    display: table;
    position: absolute;
    height: 100%;
    background: #ebeff5; /* Old browsers */
    background: -moz-linear-gradient(top, #ebeff5 0%, #f8fafc 13%, #ffffff 24%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ebeff5 0%,#f8fafc 13%,#ffffff 24%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ebeff5 0%,#f8fafc 13%,#ffffff 24%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebeff5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    flex: 0 0 63.877%;
}

    .nav-dropdown-links ul {
        font-size: 16px;
        line-height: 1.22;
        color: #60748c;
        width: 35%;
        float: right;
        position: relative;
        padding: 0 27px 0 20px;
        margin: 30px 0;
        list-style: none outside none;
    }

        .nav-dropdown-links ul + ul:before {
            content: '';
            width: 1px;
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(to bottom, #e9ecf0 0%, #fff 80%);
        }

        .nav-dropdown-links ul:first-child {
            width: 30%;
            padding: 0 25px 0 0;
            max-width: 45%;
            flex: 0 0 29%;
        }

            .nav-dropdown-links ul:first-child a {
                padding-right: 26px;
            }

        .nav-dropdown-links ul:last-child {
            width: 35%;
            padding: 0 20px 0 0;
            max-width: 37.2%;
            flex: 0 0 37.2%;
        }

    .nav-dropdown-links li {
        padding: 7px 5px;
    }

    .nav-dropdown-links a {
        text-decoration: none;
        display: block;
        position: relative;
        padding-right: 25px;
        line-height: 1;
    }

    .nav-dropdown-links ul + ul a {
        padding-right: 35px;
    }

.nav-dropdown .nav-dropdown-tab:last-child .nav-dropdown-links ul {
    width: 50% !important;
}

    .nav-dropdown .nav-dropdown-tab:last-child .nav-dropdown-links ul:first-child a {
        padding-right: 30px;
    }

@media (max-width: 1400px) {
    .nav-dropdown-tab:last-child .nav-dropdown-links {
        width: 526px;
        margin-right: 128%;
    }

    .nav-dropdown-tab:first-child .nav-dropdown-links {
        width: 715px;
        margin-left: -35px;
    }

    nav li.active:after {
        left: 12px;
    }
}

@media (max-width: 1280px) {
    .nav-dropdown-tab:last-child .nav-dropdown-links {
        width: 526px;
        margin-right: 126.9%;
    }

    .nav-dropdown-tab:first-child .nav-dropdown-links {
        width: 713px;
    }

    nav li.active:after {
        left: 12px;
    }
}

@media (max-width: 1250px) {
    .nav-dropdown-tab:last-child .nav-dropdown-links {
        width: 526px;
        margin-right: 128%;
    }

    .nav-dropdown-tab:first-child .nav-dropdown-links {
        width: 710px;
        margin-right: 10px;
    }

    nav li.active:after {
        left: 12px;
    }
}

@media (max-width: 1200px) {
    .nav-dropdown-tab:last-child .nav-dropdown-links {
        width: 526px;
        margin-right: 128%;
    }

    .nav-dropdown-tab:first-child .nav-dropdown-links {
        width: 700px;
    }

    nav li.active:after {
        left: 12px;
    }
}

@media (max-width: 1150px) {
    .nav-dropdown-tab:last-child .nav-dropdown-links {
        width: 526px;
        margin-right: 128%;
    }

    .nav-dropdown-tab:first-child .nav-dropdown-links {
        width: 690px;
    }

    nav li.active:after {
        left: 12px;
    }
}

@media (max-width: 1100px) {
    nav li.active:after {
        left: 12px;
    }
}

/* ------------------------------------------------------------ *\
	Nav Secondary ( FROM DIMA )
\* ------------------------------------------------------------ */

.nav-secondary a {
    font-size: 16px;
    color: #91a7b4;
    float: right;
    margin-right: 26px;
    padding-right: 36px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    margin-top: 9px;
    padding-top: 1px;
}

    .nav-secondary a:before {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        background: url(/resources/web/css/images/icons/phone.png) right center no-repeat;
        width: 29px;
        height: 25px;
    }

/* ------------------------------------------------------------ *\
	Nav Phones ( FROM DIMA )
\* ------------------------------------------------------------ */

.nav-phones {
    font-size: 14px;
    line-height: 1.2;
    color: #000000;
    float: left;
    padding: 3px 0 6px 2px;
}

    .nav-phones i, .nav-phones ul, .nav-phones li {
        float: right;
        line-height: 0.8;
        padding-top: 4px
    }

        .nav-phones li + li {
            padding-right: 19px;
        }

    .nav-phones strong {
        display: block;
        font-size: 17px;
        margin-top: 3px;
    }

    .nav-phones i {
        margin: 10px 0 0 8px;
    }

    .nav-phones .phone-abroad strong {
        color: #178823;
    }

    .nav-phones .phone-domestic strong {
        color: #ff690f
    }


/* ------------------------------------------------------------ *\
	Tabs
\* ------------------------------------------------------------ */

.tabs { position: relative; }

.tab { height: 0; opacity: 0; visibility: hidden; position: absolute; top: 0; right: 0; left: 0; z-index: -1; overflow: hidden; transition: opacity .4s ease, visibility .4s ease; }

.tab.current { height: auto; opacity: 1; visibility: visible; position: relative; top: auto; right: auto; left: auto; z-index: 1; overflow: visible; }

.tab#search-cars { background-position: 50% 0; background-size: 100% 700px; }


/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */

.btn-block-height { height: 38px;}/**/

.btn { display: inline-block; vertical-align: middle; text-align: center; cursor: pointer; }

/*  Button Block  */

.btn-block { width: 100%; display: block; padding-left: 0; padding-right: 0; }

 

/*  Button Primary  */

.btn-primary {
    font-size: 21px;
    line-height: 1.24;
    color: var(--primary-button-text-color);
    font-weight: normal;
    text-shadow: 0 2px 0 var(--primary-button-text-shadow);
    /*letter-spacing: -0.02em;*/
    text-decoration: none;
    padding: 6px 28px;
    border: 0;
    background: var(--primary-button-background);
    border-radius: 1px;
    box-shadow: 0 3px 0 var(--primary-button-background-dark);
}
    .btn-primary.btn-details {
        font-size: 22px;
        font-weight: 600;
        margin: auto;
        width: 160px;
        border-radius: 3px;
    }
.flight-search-result-list .btn-primary.btn-details {
    border-radius: 3px;
    width: 160px;
    margin: auto;
}

/*.btn-primary:hover { box-shadow: 0 1px 0 #0a6714;margin-top: 2px;}*/
    .btn-primary:hover {
        box-shadow: 0 2px 0 var(--primary-button-hover-color);
    }

    .form-foot .btn-primary:hover {
        box-shadow: none;
    }
/*  Button blue  */

.btn-blue { font-size: 34px; line-height: 1.24; color: #fff; font-weight: 400; text-shadow: 0 2px 0 #044c73; letter-spacing: -0.02em; text-decoration: none; padding: 9px 28px; border: 0; background: #166f9f; border-radius: 2px; box-shadow: 0 3px 0 #034C75; }

.btn-blue:hover { background-color: #034C75; }

/*  Button Add  */

.btn-add { font-size: 25px; line-height: 33px; color: #647283; font-weight: 400; padding: 15px; border: 1px solid #c5ced9; margin-bottom: 21px; background: #fff; border-radius: 3px; box-shadow: none; }
    .btn-add span {
        width: 33px;
        height: 33px;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        margin: -1px 0 0 2px;
        background-color: var(--secondary-search-primary-color);
        border-radius: 50%;
        transition: all .4s ease;
    }
.btn-add span:before { width: 20px; height: 2px; }
.btn-add span:after { width: 2px; height: 20px; }
.btn-add span:before,
.btn-add span:after { content: ''; background-color: #fff; border-radius: 2px; transition: all .4s ease; }
    .btn-add:hover {
        color: var(--primary-button-text-color);
        border-color: var(--primary-button-background);
        background-color: var(--primary-button-background);
    }
.btn-add:hover span { background-color: #fff; }
.btn-add:hover span:before,
.btn-add:hover span:after { background-color: var(--secondary-search-primary-color); }

.room-selection .btn-add span { width:24px; height: 24px;  }
.room-selection .btn-add span:before { width: 14px; height: 2px; }
.room-selection .btn-add span:after { width: 2px; height: 14px; }
/* ------------------------------------------------------------ *\
	Button Remove
\* ------------------------------------------------------------ */

.btn-remove { font-size: 16px; line-height: 27px; color: #2a3335; font-weight: 400; padding: 0; border: 0; margin: 0; background: none; border-radius: 0; box-shadow: none; }

.btn-remove span { width: 27px; height: 27px; float: left; position: relative; margin-right: 5px; background-color: #8b909e; border-radius: 50%; -ms-transform: rotate(-45deg); transform: rotate(-45deg); transition: all .4s ease; }

.btn-remove span:before { width: 16px; height: 2px; }

.btn-remove span:after { width: 2px; height: 16px; }

.btn-remove span:before,
.btn-remove span:after { content: ''; background-color: #fff; border-radius: 2px; }

.btn-remove:hover { text-decoration: underline; }

.btn-remove:hover span { background-color: #000; }

/* ------------------------------------------------------------ *\
	Button Search
\* ------------------------------------------------------------ */

.btn-search,
.results-head .btn-return { font-size: 21px; line-height: 23px; color: #fff; font-weight: 400; text-decoration: none; padding: 10px 18px 10px 17px; border: 0; background-color: rgba(255,255,255,.05); border-radius: 5px; box-shadow: none; }

.btn-search i { margin-left: 7px; }

.btn-search:hover { background-color: rgba(0,0,0,.2); }

/* ------------------------------------------------------------ *\
	Button Primary Small
\* ------------------------------------------------------------ */

.btn-primary-small { font-size: 20px; line-height: 1.2; color: #fff; font-weight: 400; text-align: center; padding: 3px 15px; border: 0; background: #178723; border-radius: 4px; box-shadow: none; }

.btn-primary-small:hover { background-color: #0a6714; }

/* ------------------------------------------------------------ *\
	Button Return
\* ------------------------------------------------------------ */

.btn-return { font-size: 21px; line-height: 23px; color: #fff; font-weight: 400; text-decoration: none; padding: 10px 14px; background-color: rgba(0,0,0,.5); border-radius: 5px; }

.btn-return i { float: right; margin-left: 13px; }

.btn-return:hover { background-color: #000; }

/* ------------------------------------------------------------ *\
	Button Location
\* ------------------------------------------------------------ */

.btn-location { font-size: 21px; line-height: 1.57; color: #53a6dc; font-weight: 400; text-decoration: none; padding: 10px 20px; background-color: rgba(0,0,0,.6); border-radius: 5px; }

.btn-location i { float: right; margin-left: 10px; }

.btn-location:hover { background-color: #000; }

/* ------------------------------------------------------------ *\
	Buttons
\* ------------------------------------------------------------ */

.green-button{color: var(--primary-button-text-color);text-shadow: 0 2px var(--primary-button-text-shadow);background-color: var(--primary-button-background);box-shadow: 0 3px var( --primary-button-background-dark);text-decoration: none;border-radius: 3px;}
.gray-button {
    background: #D4D4D4 0% 0% no-repeat padding-box;
    border-radius: 4px;
    opacity: 1;

    text-align: center;
    font: Regular 18px/32px Rubik;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0;

    color: #000000;
    box-shadow: 0 0;
    text-shadow: 0 1px #586a81;
    text-decoration: none;
    /*background: #93a4ba;
    border-radius: 3px;*/
}

.button.red {color:#e04955;background-color:#fff2f3}
.button.blue {color:#48a0dc;background-color:#ebf4fa}
.button.green {color:#51ad00;background-color:#e7f3e9}

.btn.disabled,.btn[disabled]{background-color:#9a9a9a!important;box-shadow: 0 3px #565656!important; pointer-events: none; cursor: default;color:#fff;text-shadow:unset}

/* ------------------------------------------------------------ *\
	Button Promo
\* ------------------------------------------------------------ */

.section-promo-button .btn-promo { font-size: 23.1px; line-height: 1.24; color: #fff; font-weight: normal; text-shadow: 0 2px 0 #14721d; letter-spacing: -0.02em; text-decoration: none; padding: 6px 28px; border: 0; background: #178723; border-radius: 1px; box-shadow: 0 3px 0 #0a6714;}


/* ------------------------------------------------------------ *\
	Input Placeholder  ( NEW DIMA DESIGN )
\* ------------------------------------------------------------ */
 
input:focus:-ms-input-placeholder {opacity: 0;}


/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */
 
input::-moz-placeholder { color: inherit; font-weight: 400; opacity: 1; }

input:-ms-input-placeholder { color: inherit; font-weight: 400; opacity: 1; }

input::placeholder { color: inherit; font-weight: 400; opacity: 1; }
 
textarea::-moz-placeholder { color: inherit; font-weight: 400; opacity: 1; }

textarea:-ms-input-placeholder { color: inherit; font-weight: 400; opacity: 1; }

textarea::placeholder { color: inherit; font-weight: 400; opacity: 1; }

input:-webkit-autofill { -webkit-text-fill-color: inherit; -webkit-box-shadow: 0 0 0 1000px #fff inset; }

.field,
.select,
.textarea { font-size: 30px; line-height: 39px; width: 100%; height: 49px; display: block; padding: 4px 0 6px 10px; border: 0; background: #fff; border-radius: 0; box-shadow: none; }

.form-cols { position: relative; margin: 0 -37px 20px; }

.form-col { float: right; padding: 0 37px; }

.form-col-1of2 {
	width: 50%;
	position: relative;
}

.form-col-1of3 { width: 33.33%; width: 33.33333%; }

.form-col-1of3-special { width: 28%; }

.form-col-1of3-special.col-special { width: 16%; }

.form-col-1of4 { width: 25%; }
    
.form-col-checkbox { width: 100%; }

.form-col.hidden ~ .form-cols-icon { display: none; }

.form-cols .form-cols { margin: 0 -21px; }

.form-cols .form-cols .form-col { padding: 0 21px; }

.form-cols .form-cols .form-cols-icon { width: 42px; height: 63px; }

.form-cols .form-cols-inner { margin: 0 -8px; }

.form-cols .form-cols-inner .form-col { padding: 0 8px; }

.form-cols-icon { width: 74px; height: 69px; }

.form-cols-icon span { font-size: 30px; line-height: 1; color: #fff; text-align: center; width: 30px; height: 36px; }

.form-row { position: relative; background-color: #fff;border-radius: 3px; }

.form-row-icon { width: 70px; left: auto; }

.form-label {
	font-size: 29px;
	line-height: 1.34;
	color: var(--search-border-color);
	float: right;
	padding: 5px 0 5px 8px;
}

.form-label-select { cursor: pointer; }

.form-label-select-primary { font-size: 21px; line-height: 24px; color: #2a3335; font-weight: 400; display: block; float: none; padding: 8px 16px 8px 46px; }

.form-label-select-primary:after { content: ''; width: 10px; height: 10px; display: inline-block; vertical-align: middle; border-width: 0 0 1px 1px; border-style: solid; border-color: inherit; margin: auto; -ms-transform: rotate(-45deg); transform: rotate(-45deg); -ms-transform-origin: 25% 50%; transform-origin: 25% 50%; transition: transform 0s; right: auto; left: 16px; border-width: 1px; border-color: #fff #fff #000 #000; }

.form-label-select-primary strong { font-weight: 400; display: block; }

.form-label-select-primary strong span { display: block; }

.form-controls, .form-control {
	overflow: hidden;
}

.form-control .input-text-error {
	position: absolute;
	bottom: -23px;
	right: 0;
	display: none;
	color: red;
}
	.form-control.parsley-error .input-text-error {
		display: block
	}
	.form-row-primary {
		padding-right: 55px;
	}

.form-row-focus,
.form-row-open {
	z-index: 4;
	box-shadow: 0 0 0 2px var(--search-border-color);
}

.form-row-focus .dropdown-numbers,
.form-row-focus .dropdown-autocomplete { height: auto; opacity: 1; visibility: visible;text-align: right; }

.form-row-primary .field,
.form-row-primary .select,
.form-row-primary .textarea { font-size: 24px; line-height: 27px; height: 43px; padding: 7px 0 9px 10px; }
  
.form-row-primary .field::-moz-placeholder,
.form-row-primary .textares::-moz-placeholder { font-weight: 400; }

.form-row-primary .field:-ms-input-placeholder,
.form-row-primary .textares:-ms-input-placeholder { font-weight: 400; }

.form-row-primary .field::placeholder,
.form-row-primary .textares::placeholder { font-weight: 400; }


.form-row-primary .field.birthday::-webkit-inner-spin-button,
.form-row-primary .field.birthday::-webkit-calendar-picker-indicator {
		display: none;
		-webkit-appearance: none;
	
	}

.form-row-secondary { position: relative; padding: 0; }

.form-row-secondary .form-label { font-size: 23px; line-height: 1; color: #2a3335; width: 100%; height: 63px; display: -ms-flexbox; display: flex; -ms-flex-flow: column wrap; flex-flow: column wrap; -ms-flex-pack: center; justify-content: center; position: relative; padding: 0 12px 0 20px; }

.form-row-secondary .form-label:after { content: ''; width: 10px; height: 10px; display: inline-block; vertical-align: middle; border-width: 0 0 1px 1px; border-style: solid; border-color: inherit; margin: auto; -ms-transform: rotate(-45deg); transform: rotate(-45deg); -ms-transform-origin: 25% 50%; transform-origin: 25% 50%; transition: transform 0s; right: auto; left: 16px; border-width: 1px; border-color: #fff #fff #000 #000; }

.form-row-secondary .form-label strong { font-weight: 400; display: block; }

.form-row-secondary .form-label small { font-size: 19px; color: #91a6bf; display: block; }

.form-select { z-index: 2; cursor: pointer; }

.form-select .select { height: 100%; opacity: 0; cursor: pointer; }

.form-row-primary .form-row-icon { width: 55px; }

.form-body-primary { max-width: 472px; margin: auto; }

.form-body-primary .form-row { margin-bottom: 20px; }

.form-sections { counter-reset: section; padding-bottom: 21px; }

.form-section { counter-increment: section; padding-top: 13px; }

.form-section .form-cols { margin: 0 -20px; }

.form-section .form-col { padding: 0 20px; }

.form-sections ~ .form-cols { padding-bottom: 12px; margin: 0 -7px; }

.form-sections ~ .form-cols .form-col { padding: 0 7px; }

.form-section .form-row + .form-row,
.form-section .form-row + .form-cols { margin-top: 15px; }

.form-section .form-cols-inner { margin: 0 -10px; }

.form-section .form-cols-inner .form-col { padding: 0 10px; }

.form-section .form-cols-inner .form-row { padding: 0; }

.form-section-head { padding: 5px 0; }

.form-section-head h4 { font-size: 30px; line-height: 41px; color: #2a3335; font-weight: 700; float: right; margin: 0; }

.form-section-head h4:before { content: ''; width: 17px; height: 17px; display: inline-block; vertical-align: middle; margin: -1px 0 0 9px; background-color: #188626; }

.form-section-head h4:after { content: ' #' counter(section, decimal-leading-zero); }

.form-section-head .btn-remove { float: left; margin-top: 7px; }

.checkbox { position: relative; overflow: hidden; }
.checkbox input { display: block; position: absolute; top: 0; right: -50px; }
.checkbox label { font-size: 19px; line-height: 28px; color: #fff; display: inline-block; vertical-align: middle; position: relative; padding-right: 38px; }
.checkbox label:before { content: ''; width: 28px; height: 28px; background-color: #fff; border-radius: 2px; }
.checkbox label i { opacity: 0; margin-top: 1px; }
.checkbox label i,
.checkbox label:before { display: block; position: absolute; top: 0; right: 0;font-size: 13px;padding: 1px; width:18px}
.checkbox input:checked ~ label i { opacity: 1; }
.checkbox-primary { position: relative; overflow: hidden; }
.checkbox-primary input { display: block; position: absolute; top: 0; right: -50px; }
.checkbox-primary strong { font-size: 21px; line-height: 1.24; color: #000; font-weight: 400; float: right; }
.checkbox-primary small { font-size: 21px; line-height: 1.24; color: #9eb3cd; float: left; padding-left: 4px; }
.checkbox-primary small strong { float: none; }
.checkbox-primary .checkbox-image { width: 54px; height: 26px; float: right; position: relative; margin-left: 19px; border-radius: 4px; box-shadow: inset 0 0 2px #ebebeb; }
.checkbox-primary .checkbox-image-small { width: 34px; margin-left: 12px; }
.checkbox-primary .checkbox-rating { float: right; margin-top: -2px; }
.checkbox-primary label { font-size: 18px; line-height: 26px; color: #000; display: block; position: relative; padding: 13px 36px 12px 0; overflow: hidden; }
.checkbox-primary label:before { width: 21px; height: 21px; right: 4px; z-index: 1; background-color: #FFFFFF; border-radius: 4px; border:1px solid #AAAAAA;}
.checkbox-primary label:after { width: 12px; height: 7px; right: 8px; z-index: 2; border-width: 0 0 1px 1px; border-style: solid; border-color: #fff; -ms-transform: rotate(-45deg); transform: rotate(-45deg); -ms-transform-origin: 30% 50%; transform-origin: 30% 50%; }
.checkbox-primary label:before,
.checkbox-primary label:after { content: ''; left: auto; }
.checkbox-primary input:hover ~ label:after{    border-color: #AAAAAA;}
	.checkbox-primary input:checked ~ label:before {
		background-color: var(--package-validation-color);
	}

.checkbox-primary input:checked ~ label strong { font-weight: 700; }

.checkbox-primary input:checked ~ label small strong { font-weight: 400; }

.checkbox-primary-all label { font-size: 21px; line-height: 1.24; }

@media (max-width: 1279px) {
	.form-row-secondary .form-label { padding: 0 5px 0 15px; }
	.form-row-secondary .form-label:after { left: 10px; }
}

/*  Internet Explorer 11 Selectbox hack  */

_:-ms-fullscreen { display: none; }

_:-ms-fullscreen  { color: #000; background: transparent; }
 

/*  Custom Radio  */

.custom-radio input { display: none; }

.custom-radio label { display: block; padding-top: 5px; }

.custom-radio label:before { content: ''; width: 24px; height: 24px; display: inline-block; vertical-align: middle; border: 1px solid #cfd7e2; background-color: #178823; border-radius: 50%; margin-left: 13px; box-shadow: inset 0 2px 0 0 rgba(0,0,0, .1), inset 0 0 0 11px #fff; transition: box-shadow .4s ease; position: relative; top: -5px; }

.custom-radio label > span { display: inline-block; vertical-align: middle; font-size: 18px; color: #91a6bf; line-height: .9; }

.custom-radio label > span span { display: block; font-size: 25px; color: #000; }

.custom-radio label > i { margin: 0 20px; }

.custom-radio label:after { content: ''; height: 100%; position: absolute; right: 352px; left: 0; top: 0; z-index: 10; }

.custom-radio input:checked ~ label:before { box-shadow: inset 0 2px 0 0 rgba(0,0,0, .1), inset 0 0 0 4px #fff; }

.custom-radio input:checked ~ label:after { display: none; }

/* Small Desktop */

@media (max-width: 1279px) {
	.custom-radio label > span { font-size: 16px; }
	.custom-radio label > span span { font-size: 21px; }
	.custom-radio label > i { margin: 0 13px; }
}

/* ------------------------------------------------------------ *\
	Form Search
\* ------------------------------------------------------------ */

.form-search { position: relative; z-index: 5; padding: 0 113px; padding-top: 10px; }
.main-tabs +.tabs .form-search {padding-top: 25px;}
.form-search .form-btn {
	font-size: 46px;
	line-height: 54px;
	font-weight: 700;
	text-shadow: 0 3px 0 var( --primary-button-text-shadow);
	padding: 7px 10px 13px;
	box-shadow: 0 -5px 0 var(--primary-button-background-dark) inset;
	transition: all .4s ease;
}

/*.form-search .form-btn:hover { padding: 10px; }*/

/*.form-search .form-body { padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.1); margin-bottom: 25px; }*/

/*.form-search .form-actions { text-align: center; }*/

.form-search .message-form { padding-top:10px}
.form-search .message-form .message-box-form { text-align:center;}
.form-search .message-form .message-box-form i { color:white; font-size: 50px;}
.form-search .message-form .message-box-form h3 { color:white; font-weight: 300;}
/*.form-search .dropdown-hotels-abroad,
.form-search .form-col-two-way .form-datepicker-single { display: none; } 

.form-search .form-is-one-way .form-col-two-way .form-datepicker-dual,
.form-search .form-is-one-way .dropdown-hotels-israel { display: none; }
 
.form-search .form-is-one-way .form-datepicker-single,
.form-search .form-is-one-way .dropdown-hotels-abroad { display: block; }*/

.destinations-cols .form-cols-icon .ico-arrows.onw-way { width: 24px; height: 18px; background-size: 44px 38px; }


@media (max-width: 1279px) {
	.section-search .shell h1{margin-right:37px!important}
	.form-search { padding: 0 18px; }
}


.main { position: relative;z-index: 8;}
.shell {max-width: 1280px;padding-left: 20px;padding-right: 20px;margin: auto;}
.subscribe-page-success {
    background-color: var( --thankyou-message-bg-color) !important;
}
.support-background {
    box-shadow: inset 0 4px 5px rgba(189, 208, 225, 0.76);
    padding: 30px 0 115px;
    background: rgb(229,236,245);
    background: -moz-linear-gradient(top, rgba(229,236,245,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(229,236,245,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(229,236,245,1) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ecf5', endColorstr='#ffffff',GradientType=0 );
    /*background-color: #f6f9fb;*/
}

.support-background .message{color:red;font-size:18px;  max-width: 1280px; padding-left: 20px;  padding-right: 20px; margin: auto;  padding-bottom: 15px;}

.border-color {border: 1px solid #d8e1e4;}

/************************   .customer-support-page   ***************************/
.intro {height: 468px;position: relative;overflow: hidden;}
.intro .intro-content {padding-top: 141px;position: relative;z-index: 5;}
.intro .intro-image { width: 100%;height: 100%;background-repeat: no-repeat;background-size: cover;background-position: center;position: absolute;left: 0;top: 0;z-index: 1;}
.section-cards {position: relative;height:161px;}
.section-cards .section-body {margin-top:25px;}
.support-big-header .section-cards .section-body {margin-top:36px;}

.section-cards ul {display: flex;list-style: none;}
.section-cards ul li { flex: 0 0 12.5%;max-width: 12.5%;padding: 0 6px;}
.section-cards ul span {display: block;font-family: 'Rubik', Arial, sans-serif;font-size: 24px;color: #607288;line-height: .9;transition: color .4s ease;}
.section-cards ul a {display: block;height: 100%;padding: 75px 10px 10px;background-color: #e6edf7;border-radius: 5px;position: relative;text-decoration: none;box-shadow: 0 3px 0 #cbd6e6;
    text-align: center;-webkit-transition: background-color .4s ease, box-shadow .4s ease;-o-transition: background-color .4s ease, box-shadow .4s ease;transition: background-color .4s ease, box-shadow .4s ease;}
.section-cards ul i {position: absolute;left: 50%;top: 40px;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}

.section-cards .section-body ul i {font-size: 33px;}
[class^="ico-"], [class^="hole-"], [class^="logo"] {white-space: nowrap;text-indent: 100%;text-shadow: none;overflow: hidden;display: inline-block;vertical-align: middle;background-repeat: no-repeat;background-position: 0 0;}


/* ------------------------------------------------------------ *\
	Section Contact
\* ------------------------------------------------------------ */

.support-big-header .intro-content .intro-content-title {    position: absolute;top: 0;left: 0;right: 0;}
.support-big-header .intro-content .intro-content-title h1{position: absolute;top: 50%;left: 50%;margin-right: -50%;transform: translate(-50%, -50%);text-align: center;color: #FCFFFF;font-size: 41px;width: 400px;line-height: 0.85;margin-top: 129px;text-shadow: 0 1px #000000;}
.support-big-header .intro-content .intro-content-inner {background: rgba(0, 0, 0, 0.7);margin-top: 100px;}
.support-big-header .intro-content .intro-content-inner .intro-content-inner-title{font-size: 35px;line-height: 37px;color: #cfdbe8;text-shadow: 0 2px #0d151a;font-weight: bold;float: right;padding: 20px 31px 15px;}
.support-big-header .intro-content .intro-content-inner .select-primary{padding: 19px 32px 28px 32px;}
.section-contact { box-shadow: inset 0 4px 5px rgba(189, 208, 225, 0.76); padding: 37px 0 59px; 
	background: rgb(229,236,245);
	background: -moz-linear-gradient(top,  rgba(229,236,245,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(229,236,245,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(229,236,245,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ecf5', endColorstr='#ffffff',GradientType=0 );
}

.section-contact .section-body { padding: 0 13.7% 0 13.8%; }

.support-big-header .intro-content .intro-content-inner select{font-size:21px;padding-right: 11px;-webkit-appearance: none;-moz-appearance: none;text-indent: 1px;text-overflow: '';}
.support-big-header .form-contact .form-row{border: 1px solid #d8e1e4;}
@media(max-width: 1279px) {
	.section-contact .section-body { padding: 0; }
}

/* ------------------------------------------------------------ *\
	Form Contact
\* ------------------------------------------------------------ */

.form-contact .field { font-size: 21px; }

.form-contact .textarea { height: 180px; padding:0 16px; border: 1px solid #eaf0f7; border-radius: 5px; background-color: #fff; font-size: 21px; color: #2a3335; letter-spacing: -.02em; resize: none; overflow-x: hidden; overflow-y: auto; }
 
.form-contact .textarea::-moz-placeholder { font-weight: 400; color: #2a3335; }
.form-contact .textarea:-moz-placeholder { font-weight: 400; color: #2a3335; }
.form-contact .textarea:-ms-input-placeholder { font-weight: 400; color: #2a3335; }

.form-contact .form-col { padding: 0 11px; }
.form-contact .form-cols { margin: 0 -11px 20px; }

.form-contact .form-controls { overflow: visible; }
.form-contact .form-row-select { padding: 0; margin-bottom: 17px; }

.form-contact .form-group ~ .form-group { margin-top: 17px; }

.form-contact .form-row { padding-top: 8px; padding-bottom: 8px;}
.form-contact .form-row .form-row-icon i{color: #91A3BB;font-size: 26px;padding: 18px; }
.form-contact .form-row .form-row-icon i.icon-id,
.form-contact .form-row .form-row-icon i.icon-mial{padding-right:11px;}

.form-contact .form-row-textarea,
.form-contact .form-row-select { padding: 0; }

.form-contact .form-actions { padding-top: 28px; text-align: left; }
.form-contact .form-actions .btn { width: 140px;height:54px; float: left; text-align: center; font-weight: 700; font-size: 37px; border-radius: 3px; }

.form-contact .form-head { margin-bottom: 26px; text-align: center; }
.form-contact .form-head h2 { margin: 0; font-size: 45px; color: #2a3335; line-height: 1.1; }
.form-contact .form-head p { margin: 0; font-size: 21px; color: #72849a; }

.form-contact .form-body select.select{font-size:21px;padding-right:11px;    height: 60px;    -webkit-appearance: none;-moz-appearance: none;text-indent: 1px;text-overflow: '';}
.form-contact .form-body .select-primary:after {left: 15px;top: 27px;}

.form-contact .contact-confirm-ckeck {padding: 13px 0; width:100%}
.form-contact .contact-confirm-ckeck .checkbox label{font-size: 18px;}
.form-contact .contact-confirm-ckeck .checkbox label:before{border: 1px solid #eaf0f7; height:20px; width:20px; top:5px;}
.form-contact .contact-confirm-ckeck .checkbox label .icon-check { top:7px; text-align:center; }

.text-en { font-family: 'Arial', sans-serif !important; }

.container.body-content .contact-form {position:relative;margin-top: 0;}
.container.body-content .contact-form #lead-message {display:none; position: relative;
    box-shadow: inset 0 4px 5px rgba(189, 208, 225, 0.76);
    padding: 46px 0 115px;
    background: rgb(229,236,245);
    background: -moz-linear-gradient(top, rgba(229,236,245,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(229,236,245,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(229,236,245,1) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ecf5', endColorstr='#ffffff',GradientType=0 );}
.container.body-content .contact-form #lead-message .message-box-form {text-align: center;padding-left: 85px;margin-top: 61px;}
    .container.body-content .contact-form #lead-message i {
        font-size: 55px;
        color: #178723;
        vertical-align: middle;
    }
.container.body-content .contact-form #lead-message h3 {color: #178723;font-weight: 700;margin-bottom: 0;display:inline-block;vertical-align:middle;}
.container.body-content .contact-form #lead-message p {font-size: 25px;padding-right: 372px;padding-left: 355px;}
.container.body-content .contact-form #lead-message hr,
.container.body-content .contact-form #lead-message .btn {display:none;}
/* ------------------------------------------------------------ *\
	Section Two Columns
\* ------------------------------------------------------------ */

.section-two-columns { padding: 30px 0 106px; background-color: #f6f9fb; }

.section-two-columns .section-head { width: 73.5%; margin-top: -5px; margin-bottom: 15px; }
.section-two-columns .section-head h4 { font-weight: 700; font-size: 35px; margin: 0; color: #2a3335; letter-spacing: -.02em; }

.section-two-columns .section-inner { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

/*.section-two-columns .section-body { flex: 0 0 73.5%; }*/

.section-two-columns .section-aside { flex: 0 0 24.2%; display: -webkit-flex; display: -ms-flexbox; display: flex; }
.section-two-columns .section-aside .placeholder { flex: 0 0 100%; background-color: #d74c53; }

.section-two-columns .section-article h4 { font-weight: 700; font-size: 33px; color: #2a3335; letter-spacing: -.02em; line-height: 1; margin-bottom: 19px; }
.section-two-columns .section-article h6 { font-size: 18px; color: #2a3335; margin: 0; line-height: 1.2; }
.section-two-columns .section-article p { margin-bottom: 20px; font-size: 18px; color: #2a3335; }
.section-two-columns .section-article p:last-child { margin-bottom: 0; }



/*  Section Two Columns Secondary  */

.section-two-columns-secondary { padding: 30px 0 88px; }

/*  Section Two Columns Tertiary  */

.section-two-columns-tertiary { padding: 32px 0 112px; }

.section-two-columns-tertiary .section-head { margin-bottom: 27px; }
.section-two-columns-tertiary .section-head p { margin: 0; font-size: 21px; color: #72849a; }
.section-two-columns-tertiary .section-aside .placeholder { height: 600px; }

       
/* ------------------------------------------------------------ *\
	Accordion
\* ------------------------------------------------------------ */

.accordion-section { border: 2px solid #e5ecf5; border-radius: 3px; background-color: #fff; padding:0;margin-top: 20px; -webkit-box-shadow: 0px 0px 12px 0px rgba(243,246,250,1);-moz-box-shadow: 0px 0px 12px 0px rgba(243,246,250,1);box-shadow: 0px 0px 12px 0px rgb(226, 226, 226);}
.accordion-section ~ .accordion-section { margin-top: 11px; }

.accordion-head {height:61px;}
.accordion-head h5 { font-weight: 400; font-size: 25px; }
.accordion-head a { display: block;     padding: 18px 27px 13px 70px;width: 100%;text-decoration: none; color: #2a3335; position: relative; -webkit-transition: background-color .4s ease; -o-transition: background-color .4s ease; transition: background-color .4s ease; }
.accordion-head a:after { content: ''; width: 16px; height: 16px; border: 3px solid #95a5b9; border-left: 0; border-top: 0; position: absolute; left: 27px; top: 50%; margin-top: -13px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; }
.accordion-head a span { color: #72849a; }
.accordion-head a i { margin-right: 3px; }

.accordion-section.is-expanded { border-color: #d2ddeb; }
.accordion-section.is-expanded .accordion-head a { font-weight: 700; background-color: #f8fafc; }
.accordion-section.is-expanded .accordion-head a:after { -webkit-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg); margin-top: -4px; }


.accordion-section.active { border-color: #d2ddeb; }
/*.accordion-section.active .accordion-head a { font-weight: 700; background-color: #f8fafc; }*/
.accordion-section.active .accordion-head a:after { -webkit-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg); margin-top: -4px; }
.accordion .accordion-section.active {border: 2px solid #1E8A25;}

/*  Accordion Secondary  */

.accordion-secondary .accordion-section ~ .accordion-section { margin-top: 20px; }
.accordion-secondary .accordion-section:first-child {margin-top: 11px;}

.accordion-secondary .accordion-head a span { font-weight: 700; }
.accordion-secondary .accordion-section.is-expanded .accordion-head a { font-weight: 400; background-color: #fff; }

.accordion-secondary .accordion-body {margin:0;}
.accordion-secondary .accordion-body p { font-size: 18px; line-height: 1.2; margin-bottom: 17px; /*padding-left: 37px;*/}
/*.accordion-secondary .accordion-body ul { margin: 18px 23px 20px 0; }*/
.accordion-secondary .accordion-body h6 { font-size: 19px; color: #010101; margin: 0 0 2px; }

.accordion-secondary h4 {font-size:23px;}


/* ------------------------------------------------------------ *\
	List Dots
\* ------------------------------------------------------------ */

.list-dots { list-style: none; margin: 0; padding: 0; }
.list-dots a { display: block; padding-right: 15px; position: relative; font-size: 18px; color: #72849a; text-decoration: none; }
.list-dots a:before { content: ''; width: 6px; height: 6px; background-color: #72849a; border-radius: 50%; position: absolute; right: 0; top: 10px; }

.form-resume { background-color: #ECFAED; padding: 15px 20px; margin: 0 -27px 0 0; }
.form-resume form { display: flex; align-items: center; }

.form-resume .form-body { display: flex; align-items: center; flex: 0 0 440px; max-width: 440px; height: 45px; background-color: #fff; border-radius: 3px; padding: 0 18px; }

.form-resume .form-label { padding: 0; }
.form-resume .form-controls { padding: 0 13px; flex: 1 0 auto; }

.form-resume .form-actions { flex: 0 0 117px; margin-right: 12px; }
.form-resume .form-actions .btn {width: 100%;height: 45px;font-size: 29px;border-radius: 4px;}

/* ------------------------------------------------------------ *\
	Deals
\* ------------------------------------------------------------ */

.deals { display: flex; margin: 0 -6px 14px -4px; }
.deal { display: flex; flex: 1 1 auto; align-items: center; padding: 10px 10px 10px 11px; border: 1px solid #d3e1ed; border-radius: 3px; margin: 0 5px; }
.deal p { margin: 0; font-size: 21px; color: #178823; line-height: 1;    font-weight: 700; }
.deal p span { display: block; font-weight: 400; font-size: 18px; color: #76869d; }
.deal p span a { text-decoration: none; font-size: 16px; color: #48a0dc; font-family: Arial, sans-serif; }

.deal .deal-icon { margin-left: 10px; }
.deal .deal-icon i{font-size: 44px;color: #188824;}

.deal .deal-content { display: flex; align-items: center; flex: 1 0 auto; }
.deal .deal-content a { font-size: 34px;text-decoration: none; margin-right: 14px; margin-left: 4px; direction: ltr; }
.deal:last-child .deal-content a{color: #97C2EF;font-size: 18px;margin-top: 19px;margin-right: 5px;}
@media(max-width: 1279px) {
	.deal p { font-size: 18px; }
	
	.deal p span,
	.deal p span a { font-size: 14px; }

	.deal .deal-content > a { font-size: 21px; }
}


/* ------------------------------------------------------------ *\
	Custom Select
\* ------------------------------------------------------------ */

.select-primary { position: relative; }
.select-primary:after {content: '';width: 9px;height: 9px;border: 2px solid #333;border-left: 0;border-top: 0;position: absolute;left: 47px;top: 93px;margin-top: -5px;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);-webkit-pointer-events: none;-moz-pointer-events: none;-ms-pointer-events: none;-o-pointer-events: none;pointer-events: none;}
    /*.select-primary select::-ms-expand {
        display: none;
    }*/

/* ------------------------------------------------------------ *\
	Branch
\* ------------------------------------------------------------ */

.branch { display: flex; align-items: center; /*padding: 16px 25px 29px;*/ }

.section-branches-text { background-color: #fff; padding: 21px; }
.section-branches-text .section-head-inner { position: relative; }
.section-branches-text .section-head-inner i { position: absolute; right: 0; top: 0; }
.section-branches-text .section-head-inner h6 { font-size: 21px; color: #178823; margin: 0 0 -2px; }
.section-branches-text .section-head-inner p { margin: 0; font-size: 18px; color: #2a3335; line-height: 1.3; }

.branch-body {  flex: 0 0 56%;   border-left: 1px dotted #bfc5ce; }
.branch-body ul { list-style: none inside none;  padding: 0; margin: 18px 20px 20px 0;}
.branch-body ul li { padding-right: 30px; position: relative; margin-left: 5px;}
/*.branch-body ul li ~ li { margin-top: 10px; }*/
.branch-body ul i { position: absolute; right: 0; top: 50%;color: #97A9C1;font-size: 20px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
.branch-body ul i.icon-place {margin-right: 3px;font-size: 23px;}
.branch-body ul p { margin: 0; font-size: 21px; color: #000; }
.branch-body ul em { font-style: normal; color: #72849a; }
.branch-body ul span { display: inline-block; vertical-align: middle; }
/*.branch-body ul span ~ span { margin-right: 25px; }*/
.branch-body ul .open-day {color: #97A9C1;padding-right: 17px;}
.branch-body ul.working-dates {font-size:18px;margin-bottom: 16px;}
    .branch-body ul.working-dates {    display: -webkit-box;
    }
        .branch-body ul.working-dates .open-day {
        }
    .branch-body ul.working-dates li {padding-right:0; display: -webkit-inline-box; margin-bottom: 5px;}

.branch-actions { /*flex: 0 0 25.5%;*/ /*border-right: 1px dotted #bfc5ce;*/ }
.branch-actions ul { list-style: none;margin: 18px 21px 20px 0;}
.branch-actions ul li { padding-right: 37px; position: relative; line-height: 1.1; }
.branch-actions ul i { position: absolute; right: 14px; top: 38%;color: #97A9C1;font-size: 20px; -webkit-transform: translate(50%, -30%); -ms-transform: translate(50%, -30%); -o-transform: translate(50%, -30%); transform: translate(50%, -30%); }
.branch-actions ul p { margin: 0; font-size: 21px; color: #72849a; }
.branch-actions ul a { font-size: 18px; color: #060606; }
.branch-actions ul span { display: inline-block; width: 55px; }
.branch-actions ul .branch-phone a { margin-right: -3px;}
.branch-actions ul .branch-email a { margin-right: -14px;}


.branches-support-page .accordion .li-localtime p{ float:right;}
.branches-support-page .accordion .working-dates{ line-height: 1;}

.branches-support-page .section-body-inner .branch-region-title {font-size: 31px;font-weight: normal;margin-top: 45px;margin-bottom: 24px;display: block;}
.branches-support-page .section-body-inner:first-child .branch-region-title {margin-top:0;}
@media(max-width: 1279px) {
	.branch-actions ul a { font-size: 24px; }
}

.section-branches .accordion-head i {font-size: 24px;color: #356895;position: absolute;margin: 4px 10px 0 0;}

.section-branches .accordion-section.active .accordion-head{background-color:#ECFAED;}
.section-branches .section-body i {color: #90A2B8; font-size: 18px;}
.section-branches .section-body i.icon-negishut {color: #356895 !important;}


/*  Custom File Upload  */

.file-upload { position: relative; overflow: hidden; }
.file-upload-btn { display: inline-block; }
.file-upload-input { opacity: 0; font-size: 100px; position: absolute; bottom: -10px; right: -10px; cursor: pointer; }
.file-upload-names { border: 0; font-weight: 400; font-size: 21px; color: #767777; letter-spacing: -.02em; }
 
.file-upload-names::-moz-placeholder { font-weight: 400; color: #767777; }
.file-upload-names:-moz-placeholder { font-weight: 400; color: #767777; }
.file-upload-names:-ms-input-placeholder { font-weight: 400; color: #767777; }

/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */

.table-wrapper table th,
.table-wrapper table td { width: 25%; font-size: 21px; }

.table-wrapper table .trTop td,
.table-wrapper table thead tr:first-child td,
.table-wrapper table th {
    font-size: 21px;
    line-height: 25px;
    color: #fff;
    font-weight: 400;
    text-align: right;
    background-color: #178823 !important;
}

.table-wrapper.table {border: 1px solid #d8e1e4;-webkit-box-shadow: 0px 0px 12px 0px rgba(243,246,250,1);-moz-box-shadow: 0px 0px 12px 0px rgba(243,246,250,1);box-shadow: 0px 0px 12px 0px rgb(226, 226, 226);}
.table-wrapper table td { padding: 14px 22px 13px; background-color: #fff; border: 1px solid #eaf0f7; }
.table-wrapper table td:first-child { background-color: #fcfbf7; }

.table-wrapper table tbody tr:last-child td ~ td { padding: 14px 28px 13px 22px; }

.section-two-columns .table-wrapper { margin-right: -5px; margin-left: 3px; }

.section-product .section-head {padding:0;text-align:right}
.section-product .section-head h4 {font-size:35px}

.section-product .section-head.small {height:162px;}
.section-product .section-head.small h1{color: white;text-align: right;padding-top: 102px;/*padding-right: 326px;*/font-size: 44px;max-width: 1280px;margin: 0 auto;}



.travelHelp-support-page .section-travelHelp h6{text-align: right;color: #1E8A25;font-size: 33px;font-weight: 400;margin-bottom: 2px;}
.travelHelp-support-page .section-travelHelp p{text-align: right;    font-size: 18px;}
.travelHelp-support-page .accordion .accordion-body {padding-right: 25px;}


.flightschange-support-page .contact-form .form-body .form-col {position:relative;}
.form-required-dot{position:absolute;position: absolute;right: 0;color: #DB7175;}
.flightschange-support-page .contact-form .select-primary:after {left: 31px;top: 28px;}
.flightschange-support-page .contact-form .flight-date-text {    display: flex;margin-top: 8px;}
.flightschange-support-page .contact-form span {    font-size: 22px;}
.flightschange-support-page .contact-form .flight-date-text i{    font-size: 25px;    margin-left: 8px;}
.flightschange-support-page .reqInfo-area {height: 140px;width: 100%;font-size: 22px;font-weight: 400;resize: none;padding: 12px;margin-right: 11px;}
.flightschange-support-page h4 {margin-bottom: 0;}

.section-product .section-body .support-menu-container {display: flex;}
.section-product .section-body .support-menu-container .support-menu.right {display: inline-table;width: 25%;}
.section-product .section-body .support-menu-container .support-menu.right a{text-decoration: none;}
.section-product .section-body .support-menu-container .support-menu.right .contact-buttons-wrapper {padding-left: 23px;}
.section-product .section-body .support-menu-container .support-menu.right .contact-button {height: 50px;border-bottom: 1px solid #d2ddeb;padding-top: 15px;padding-left: 14px;font-size: 21px;}
.section-product .section-body .support-menu-container .support-menu.right .active .contact-button {color: #35923E;}
.section-product .section-body .support-menu-container .support-menu.right .active .contact-button i{color: #35923E;}
.section-product .section-body .support-menu-container .support-menu.right .contact-button i{float: left;padding-top: 8px;transform: rotate(90deg);}
.section-product .section-body .support-menu-container .support-menu-data {font-size: 20px;width: 75%;}
.section-product .section-body .support-menu-container .support-menu-data ul{list-style-type: none;}

.section-cards .contact-buttons-wrapper {height: 90px;white-space: nowrap;}
.section-cards .contact-buttons-wrapper a{display: inline-block;width: 146px;height: 127px;margin: 0 3px;border-radius: 5px;background-color: #e6edf7;box-shadow: 0 3px 0 #cbd6e6;}
.section-cards .contact-buttons-wrapper a.active {background-color:#ACBCD3;box-shadow: 0 3px 0 #7A94B5;}
.section-cards .contact-buttons-wrapper a.active i,
.section-cards .contact-buttons-wrapper a.active span{color:#fbfbfb;}
.section-cards .contact-buttons-wrapper .contact-button{font-size: 23px;position: relative;height: 100%;text-align: center;white-space: normal;}
.section-cards .contact-buttons-wrapper .contact-button i{position: absolute;right: 0;font-size: 40px;padding-top: 21px;align-items: center;width: 100%;}
.section-cards .contact-buttons-wrapper .contact-button span{font-size: 18px;position: absolute;text-align: center;padding: 0 20px;color: #687B93;white-space: normal;bottom: 0;right: 0;text-align: center;width: 100%;top: 74px;line-height:1;font-weight: 700;}

/*.section-product .section-body .section-body-inner{padding-top:45px;}*/
.section-product .section-body .section-body-inner h4{margin-bottom:0;}
.section-product .section-body .section-body-inner h4 small{color:#35923E}
.flightschange-question-warpper {background-color:inherit;padding-top:17px !important;padding-bottom:17px !important;padding-right:0;}
.flightschange-question-warpper:first-child { padding-top:0 !important; }

.flightschange-question-warpper .form-col:first-child {width:365px;}
.flightschange-question-warpper .form-col:first-child {padding-right: 0; }
.flightschange-question-warpper .custom-radio label:before {
    width: 28px;
    height: 28px;
    top: 0;
    border: 1px solid #eaf0f7;
    box-shadow: inset 0 0 0 13px #fff;
    margin-left: 10px;
}

.flightschange-question-warpper  .custom-radio {
    display: inline-block;
    vertical-align: middle;
}
/*.flightschange-question-warpper  .custom-radio ~ .custom-radio {
    margin-right: 5px;
}*/
.flightschange-question-warpper .custom-radio label  {padding-top:0;}
/**new custom radio buttons */

.flightschange-question-warpper label {font-size:20px}
select.select.border-color {-webkit-appearance: none;-moz-appearance: none;padding-right: 9px;font-size: 23px;}

.job-support-page .accordion .accordion-body {padding-right: 27px;}
.job-support-page .accordion .accordion-section .accordion-head {height:61px;}
.job-support-page .accordion .accordion-section .accordion-head a {padding: 16px 27px 13px 70px;}
.job-support-page .section-body-inner .h4 {margin-bottom: 20px;}
.job-support-page .section-body {padding-bottom:165px;}
.job-support-page .section-body .cv-loading span{position: absolute;left: 49.5%;transform: translate(-50%, -50%);font-size: 20px;}

/*  Intro Career  */

.job-support-page .intro-content-inner { padding: 0;background: none !important; }
.job-support-page .intro-content { padding-top: 25px; }
.job-support-page .intro-content h1 { margin: 0 -3px 27px 0;line-height: 1;font-size: 64px;color: #fff;text-shadow: 3px 3px 0 #000; }
.job-support-page .intro-content p { margin: 0; font-size: 30px; line-height: 1; color: #000; }
.job-support-page .intro-content p strong { display: block; padding-bottom: 8px; }
.job-support-page .message-form{text-align:center}
.job-support-page .message-box-form h3{font-size:36px;margin-bottom:0;}
.job-support-page .message-box-form .seperator{display:none;}
.job-support-page .message-box-form p{padding-left:0;font-size:30px;}

.faq-support-page .accordion .accordion-body {padding-right: 25px;}


.oredercancellation-support-page .contact-form .form-body .form-col {position:relative;}
.oredercancellation-support-page .contact-form .select-primary:after {left: 31px;top: 28px;}
.oredercancellation-support-page .contact-form .flight-date-text {    display: flex;margin-top: 8px;}
.oredercancellation-support-page .contact-form span {    font-size: 22px;}
.oredercancellation-support-page .contact-form .flight-date-text i{    font-size: 25px;    margin-left: 8px;}
.oredercancellation-support-page .reqInfo-area {height: 140px;width: 100%;font-size: 22px;font-weight: 400;resize: none;padding: 12px;}
.oredercancellation-support-page h4 {margin-bottom: 0;}

.oredercancellation-support-page .flightschange-question-warpper .form-col:first-child {width:112px;}

.embassies-support-page .support-menu-data .trMid .THRow:nth-child(3),
.embassies-support-page .support-menu-data .trMidGrey .THRow:nth-child(3) {direction: ltr;text-align: right;}

.embassies-support-page .support-menu-data .trMid .THRow:nth-child(2),
.embassies-support-page .support-menu-data .trMidGrey .THRow:nth-child(2) {font-size:16px}


.emergencyNumbers-support-page .table-wrapper table td { padding: 12px 22px 13px; }

.support-menu-data-title {font-size:35px;}
.menu-data-title-wrapper {margin-bottom:18px;}
 
.reqInfo-area:-moz-placeholder{font-weight: 400;}
.reqInfo-area::-moz-placeholder{font-weight: 400;}
.reqInfo-area:-ms-input-placeholder{font-weight: 400;}

.workingHours-support-page .support-background div .shell:nth-child(2) { margin-top: 25px;}

/*.footer .hole-6 {z-index: 8;}*/
.footer > .link-scroll{z-index: 9;}

.loader-page-container {
    padding: 20px;
}
.loader-page-container img {
width:200px;
}
    .loader-page-container p {
        font-size: 24px;
        font-weight: bold;
        direction: rtl;
    }

#form_servicecall .custom-radio.row {
    display: block;
    margin-bottom: 10px;
}
#form_servicecall .form-col.order-source{display:flex}
    #form_servicecall .form-col.order-source span.pull-right {
        width:40%;
    }
#form_servicecall .input-hint > span {
    position: absolute;
    font-size: 12px;
    text-decoration: underline;
    color: blue;
    left: 5px;
    top: -18px;
    cursor:pointer;
}
#form_servicecall .input-hint .example-popup {
    display: none;
    position: absolute;
    border: 3px solid #178823;
    top: 0;
    left: 10px;
    z-index: 9999999;
    background-color: white;
    width: 600px;
}
#form_servicecall .input-hint:hover > .example-popup {
    display: block;
}
.container.body-content .ask-master.contact-form #lead-message {
    position: inherit;
    background: transparent;
    padding: 0;
    box-shadow: none;
}

#form_servicecall .form-col .validation-error {
    display: none;
    color: red;
}
#form_servicecall .form-col.error .validation-error {
    display: block;
}

#form_servicecall #default_hint .example-popup {
    width: auto;
    padding: 25px;
    left: 0;
}
#form_servicecall #online_hint .example-popup {
    padding: 5px;
    font-size: 14px;
    margin: 0;
}
    #form_servicecall #online_hint .example-popup p {
        font-size: 16px;
        font-weight: bold;
        padding: 0;
        margin: 0;
        margin: 10px;
    }

/* ------------------------------------------------------------ *\
	Subscribe
\* ------------------------------------------------------------ */

.subscribe label { font-size: 18px; line-height: 1.33; color: #c4dbe0; display: block; margin-bottom: 16px; padding-right: 3px; }

.subscribe label strong { font-size: 24px; color: #82a3b1; display: block; margin-bottom: -3px; }

.subscribe-row { position: relative; padding-left: 82px; }

.subscribe-field { font-size: 18px; line-height: 1.33; color: #000; width: 100%; height: 46px; display: block; padding: 10px 13px; border: 1px solid #eee; border-left: 0; background: #fff; border-radius: 0 2px 2px 0; box-shadow: none; }
 

.subscribe-field::-moz-placeholder { color: #abacb1; opacity: 1; }

.subscribe-field:-ms-input-placeholder { color: #abacb1; opacity: 1; }

.subscribe-field::placeholder { color: #abacb1; opacity: 1; }

.subscribe-btn { font-size: 21px; line-height: 24px; color: #fff; width: 82px; height: 46px; display: block; position: absolute; top: 0; left: 0; padding: 11px 0; border: 0; background: #178823; border-radius: 2px 0 0 2px; box-shadow: none; }

.subscribe-btn:hover { background-color: #0a6714; }

@media (max-width: 1279px) {
	.subscribe label { margin-bottom: 10px; }
	.subscribe label strong { font-size: 20px; }
}

/* ------------------------------------------------------------ *\
	Subscribe Section
\* ------------------------------------------------------------ */

.subscribe-section { /*height: 150px;*/
	background: var(--lead-form-background);
	box-shadow: inset 0 0 5px rgba(110,137,173,.14);
	margin-top: 66px; /*background-size: 100%;*/
}
.subscribe-section h3 { font-size: 29px; line-height: 1.2; color: #fff; font-weight: 300; text-shadow: 0 3px 0 rgba(145,166,191,.36); margin: 0; transform: scale(1, 1.2);}
.subscribe-section h2 { font-size: 52px; line-height: 1; color: #fff; text-shadow: 0 2px 0 rgba(145,166,191,.36); letter-spacing: -0.01em; transform: scale(1, 1.1);}
.subscribe-section .shell { position: relative; }

.subscribe-section-form { padding: 46px 0 46px; }
.subscribe-section-form form { overflow: hidden; width: 571px;}

.subscribe-section-image { display: block; position: absolute; top: -50px; right: -11px;z-index:6; margin-top: 1px; }
.subscribe-section-content { width: calc(100% - 720px); float: right; padding: 34px 174px 0 0; }

.subscribe-section-form-field {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #898989;
	letter-spacing: -0.02em;
	width: 410px;
	height: 57px;
	display: block;
	padding: 15px 18px 15px 15px;
	border: 2px solid var(--lead-form-border-color);
	background: #fff;
	box-shadow: none;
	opacity: 0.9;
	;
}
.subscribe-section-form-field:read-only { border-color:#9a9a9a!important; }
 
.subscribe-section-form-field::-moz-placeholder { font-family: 'Rubik', Arial, Helvetica, sans-serif; color: inherit; font-weight: 400; opacity: 1; }
.subscribe-section-form-field:-ms-input-placeholder { font-family: 'Rubik', Arial, Helvetica, sans-serif; color: inherit; font-weight: 400; opacity: 1; }
.subscribe-section-form-field::placeholder { font-family: 'Rubik', Arial, Helvetica, sans-serif; color: inherit; font-weight: 400; opacity: 1; }

.subscribe-section-form-actions { float: left; }
	.subscribe-section-form-actions .btn {
		font-size: 29px;
		color: #fff;
		text-shadow: none;
		display: block;
		padding: 9.5px 34px;
		border: 0;
		background: var(--contact-btn-bg-color);
		box-shadow: none;
		transform: scale(1, 1.2);
	}
.subscribe-section-form-actions .btn:hover {box-shadow: 0 2px 0 #006e67;}

.subscribe-section-form-controls { width: 382px; float: right; position: relative; right: 7px; }
.subscribe-section-form-controls i { display: block; position: absolute; top: 12px; right: 16px; bottom: -0px; margin: auto; pointer-events: none; font-size: 21px; color: #90A4BD; z-index:5;}
.subscribe-section-form-controls input {font-size: 23px;padding: 10px;}
    @media (max-width: 1279px) {
        .subscribe-section h3 { font-size: 34px; }

	.subscribe-section-form { width: 520px; }
	.subscribe-section-image { display: none; }
	.subscribe-section-content { padding: 42px 0 0; }
}
