/* banners */

.common_gradient-blue_stars[class*="banner"] {
    background:
            url(/images2019/design/dev-12090/snow.svg) left top repeat,
            url(/images2019/design/common_bg-stars/stars_common.svg) center center repeat-y,
            linear-gradient(55deg, #6ab6ed 0%, #6bccef 100%) center top repeat-y;
}

.common_gradient-blue_stars[class*="banner"].home-war-banner {
    background:
            url(/images2019/design/dev-12090/snow.svg) left top repeat,
            url(/images2019/design/dev-12090/waves.svg) center bottom repeat-x,
            linear-gradient(55deg, #6ab6ed 0%, #6bccef 100%) center top repeat-y;
}

.common_gradient-blue[class*="banner"] {
    background:
            url(/images2019/design/dev-12090/snow.svg) left top repeat,
            linear-gradient(55deg, #6ab6ed 0%, #6bccef 100%) center top repeat-y;
}

.common_gradient-blue.gradient-black-based[class*="banner"] {
    background:
            url(/images2019/design/dev-12090/snow.svg) left top repeat,
            linear-gradient(55deg, rgba(var(--color-1), 0.1) 0%, rgba(var(--color-2), 0.1) 100%), #000;
}

@media only screen and (min-width: 1025px) {
    .home-war-banner.common_gradient-blue_stars,
    .vip-banner.common_gradient-blue {
        overflow: visible;
        position: relative;
    }

    .home-war-banner.common_gradient-blue_stars::before,
    .vip-banner.common_gradient-blue::before {
        content: "";
        position: absolute;
        bottom: -39px;
        right: -165px;
        background: url(/images2019/design/dev-12090/snow-menu-top.png) left top no-repeat;
        width: 366px;
        height: 63px;
    }

    .home-war-list {margin: 40px 0;}
    .home-war-banner-txt {padding-bottom: 80px !important;}
}

@media only screen and (max-width: 1024px) {
    .home-war-banner-txt {
        max-width: 545px !important;
    }
}

/* /banners */


/* home page */
.home-war-banner.common_gradient-blue_stars {
    background:
            url(/images2019/design/dev-12090/waves.svg) center bottom repeat-x,
            url(/images2019/design/dev-12090/snow.svg) left top repeat,
            url(/images2019/design/common_bg-stars/stars_common.svg) center center repeat-y,
            linear-gradient(55deg, #6ab6ed 0%, #6bccef 100%) center top repeat-y;
    border-top-color: transparent;
    border-bottom: 0 none;
}

.home-ny-cat {
    position: absolute;
    width: 518px;
    height: 389px;
    background: url(/images2019/design/dev-12090/home-banner-cat.png) 0 0 no-repeat;
    bottom: 0;
    left: 50%;
    margin-left: -551px;
}
.home-ny-cat span {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    text-align: center;
    position: absolute;
    top: 81px;
    left: -29px;
    width: 162px;
    height: 74px;
    font-size: var(--text-small-size);
    font-weight: 700;
    line-height: 18px;
    transform: rotate(-14deg);
    border-radius: 50%;
    background-color: var(--common-white);
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
    .home-ny-cat {
        background-image: url(/images2019/design/dev-12090/home-banner-cat@x2.png);
        background-size: cover;
    }
}

@media only screen and (max-width: 1140px) {
    .home-ny-cat {
        transform: translateX(6%) scale(0.9);
        transform-origin: right bottom;
    }
}

@media only screen and (max-width: 1024px) {
    .home-ny-cat {
        left: 50%;
        margin-left: 0;
        transform: translateX(-45%) scale(0.8);
        transform-origin: center bottom;
    }
    .home-ny-cat + .unit-14 > .home-war-banner-txt {
        padding: 0 0 340px 0;
    }
}

@media only screen and (max-width: 400px) {
    .home-ny-cat + .unit-14 > .home-war-banner-txt > .btn-large {
        margin: 0 -20px;
        width: 100%;
    }
    .home-ny-cat span {
        display: none;
    }
}
/* /home page */


/* header */
.header-logo::before,
.mainmenu::before,
.mainmenu::after,
#header::before {
    content: "";
    display: block;
    position: absolute;
    pointer-events: none;
}

#header {
    background: var(--bg-grey-black) url(/images2019/design/dev-12090/snow.svg) left top repeat !important;
}

.header-logo::before {
    content: "";
    display: block;
    position: absolute;
    top: -9px;
    right: -16px;
    background: url(/images2019/design/dev-12090/hat.svg) left top no-repeat;
    width: 32px;
    height: 40px;
}



@media only screen and (min-width: 1300px) {
    .header-micro .career-menu-box::before {
        content: "";
        display: block;
        position: absolute;
        pointer-events: none;
        right: 268px;
        bottom: -25px;
        background: url(/images2019/design/dev-12090/snow-small.png) left bottom no-repeat;
        width: 167px;
        height: 45px;
        z-index: 102;
    }

    @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
        .header-micro .career-menu-box::before {
            background-image: url(/images2019/design/dev-12090/snow-small@x2.png);
            background-size: cover;
        }
    }
}

@media only screen and (min-width: 1025px) {
    body:not(.header-micro):not(.header-mini) .header-wrapper::before,
    .mainmenu::before,
    .mainmenu::after,
    .header-mini #mainmenu::before,
    .header-mini #header::before,
    .header-micro #header::before {
        content: "";
        display: block;
        position: absolute;
        pointer-events: none;
    }

    body:not(.header-micro):not(.header-mini) .header-wrapper::before,
    .header-mini #mainmenu::before {
        right: 216px;
        background: url(/images2019/design/dev-12090/snow-small.png) left bottom no-repeat;
        width: 167px;
        height: 45px;
        z-index: 102;
    }
    body:not(.header-micro):not(.header-mini) .header-wrapper::before {top: 60px;}
    .header-mini #mainmenu::before {bottom: 55px;}

    .mainmenu::before {
        bottom: -46px;
        left: -45px;
        background: url(/images2019/design/dev-12090/snow-menu-bottom.png) left bottom no-repeat;
        width: 383px;
        height: 68px;
        z-index: 1;
    }

    .mainmenu::after,
    .header-mini #header::before,
    .header-micro #header::before {
        left: -38px;
        background: url(/images2019/design/dev-12090/snow-menu-top.png) left top no-repeat;
        width: 366px;
        height: 63px;
        z-index: 102;
    }
    .mainmenu::after {top: -22px;}
    .header-mini #header::before {bottom: -41px;}
    .header-micro #header::before {bottom: -43px;}

    @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
        body:not(.header-micro):not(.header-mini) .header-wrapper::before,
        .header-mini #mainmenu::before,
        .mainmenu::before,
        .mainmenu::after,
        .header-mini #header::before,
        .header-micro #header::before {
            background-size: cover;
        }
        body:not(.header-micro):not(.header-mini) .header-wrapper::before,
        .header-mini #mainmenu::before {background-image: url(/images2019/design/dev-12090/snow-small@x2.png);}
        .mainmenu::before {background-image: url(/images2019/design/dev-12090/snow-menu-bottom@x2.png);}
        .mainmenu::after,
        .header-mini #header::before,
        .header-micro #header::before {background-image: url(/images2019/design/dev-12090/snow-menu-top@x2.png);}
    }
}

@media only screen and (max-width: 1024px) {
    #header::before {
        content: "";
        display: block;
        position: absolute;
        pointer-events: none;
    }

    #header::before {
        bottom: -41px;
        left: -38px;
        background: url(/images2019/design/dev-12090/snow-menu-top.png) left top no-repeat;
        width: 366px;
        height: 63px;
    }
    .header-micro #header::before {bottom: -43px;}

    @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
        #header::before {
            background-image: url(/images2019/design/dev-12090/snow-menu-top@x2.png);
            background-size: cover;
        }
    }
}
/* /header */


/* home-plans */
@media only screen and (min-width: 1025px) {
    .homeplan-box {
        position: relative;
    }

    .homeplan-box::before {
        content: "";
        display: block;
        position: absolute;
        top: 46px;
        left: -14px;
        background: url(/images2019/design/dev-12090/snow-home-cards.png) left top no-repeat;
        width: 882px;
        height: 76px;
        z-index: 1;
    }

    @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
        .homeplan-box::before {
            background-image: url(/images2019/design/dev-12090/snow-home-cards@x2.png);
            background-size: cover;
        }
    }
}
/* /home-plans */
