﻿.pwag-clearfix:after, .pwag-clearfix:before {
    content: " ";
    display: table
}

.pwag-clearfix:after {
    clear: both
}

.pwag-gate {
    box-sizing: border-box;
    will-change: transform
}

    .pwag-gate *, .pwag-gate :after, .pwag-gate :before {
        box-sizing: inherit
    }

.pwag-show {
    display: block !important;
    width: 100%
}

body.pwag-gate-enabled .pwag-gate {
    display: block;
    width: 100%
}

body.pwag-gate-enabled {
    overflow: hidden
}

.pwag-gate {
    display: none;
    position: fixed;
    background: #000;
    background: rgba(0,0,0,.9);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1035;
    transition: all .45s cubic-bezier(.77,0,.175,1);
    -webkit-transform: translateZ(0)
}

    .pwag-gate p {
        color: #fff
    }

.pwag-birthday-groups, .pwag-gate__content, .pwag-gate__inner {
    width: 100%
}

.pwag-gate__inner {
    position: static;
    overflow-y: scroll;
    height: 100%
}

.pwag-logo {
    padding: 50px 20px 20px;
    text-align: center
}

.pwag-logo__image {
    width: 150px
}

.pwag-instruction {
    font-size: 30px;
    margin: 30px 0
}

.pwag-markets {
    padding: 15px 0 0
}

.pwag-markets__select {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    cursor: pointer
}

    .pwag-markets__select::-ms-expand {
        display: none
    }

.pwag-markets__option {
    background: #fff;
    color: #000
}

.pwag-markets__text {
    color: #fff;
    text-align: center;
    font-size: 30px;
    padding: 0;
    margin: 0
}

.pwag-birthday-groups {
    position: relative;
    height: 300px;
    overflow: hidden
}

.pwag-birthday-groups__inner {
    position: absolute;
    z-index: 2;
    height: 300px;
    width: 2000px;
    transition: left .45s cubic-bezier(.77,0,.175,1);
    -webkit-transform: translateZ(0)
}

.pwag-birthday-group {
    float: left;
    padding: 0 20px;
    visibility: hidden;
    text-align: center;
    font-size: 0
}

.pwag-birthday-group--y {
    width: 588px
}

.pwag-birthday-group--visible {
    visibility: visible
}

.pwag-birthday-group__instruction {
    margin: 15px 0;
    opacity: 0;
    transition: opacity .15s ease-in-out
}

.pwag-current .pwag-birthday-group__instruction {
    opacity: 1
}

.pwag-date-box {
    display: inline-block;
    width: 127px;
    height: 180px;
    position: relative;
    background: #fff;
    margin: 0 5px;
    border: 5px solid transparent;
    transition: border .15s ease-in-out;
    zoom: 1
}

.pwag-date-box--focus {
    border-color: #ff0
}

.pwag-date-box--valid {
    border-color: #0f0
}

.pwag-invalid .pwag-date-box {
    border-color: red !important
}

.pwag-success .pwag-date-box {
    border-color: #00f !important
}

.pwag-date-box--valid .pwag-date-box__placeholder {
    display: none
}

.pwag-date-box__input, .pwag-date-box__placeholder, .pwag-date-box__value {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 117px;
    height: 170px;
    line-height: 170px;
    -webkit-transform: translateZ(0)
}

.pwag-date-box__placeholder, .pwag-date-box__value {
    font-size: 100px;
    font-weight: 700
}

.pwag-date-box__input {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    border: none;
    z-index: 3;
    background: transparent !important;
    color: transparent !important;
    cursor: none;
    text-align: left;
    font-size: 0;
    height: 170px;
    transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    outline: none
}

    .pwag-date-box__input:focus {
        text-indent: -9999em
    }

.pwag-date-box__placeholder {
    z-index: 2
}

.pwag-feedback {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    transition: opacity .15s ease-in-out
}

    .pwag-feedback.pwag-show {
        opacity: 1
    }

.pwag-feedback__message {
    display: none
}

    .pwag-feedback__message.pwag-show {
        display: block;
        opacity: 1
    }

.pwag-ie8-true .pwag-feedback__message {
    visibility: hidden
}

    .pwag-ie8-true .pwag-feedback__message.pwag-show {
        visibility: visible
    }

.pwag-feedback--relative {
    position: relative;
    margin: 20px 0 0
}

.pwag-terms {
    padding: 0 20px;
    text-align: center
}

.pwag-yes-no {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    color: #fff
}

.pwag-yes-no__option {
    font-size: 16px;
    padding: 15px 30px;
    cursor: pointer
}

.pwag-checkbox__input {
    display: none
}

.pwag-checkbox {
    text-align: center;
    margin-top: 1em;
    padding: 0 20px
}

.pwag-checkbox__label {
    cursor: pointer
}

.pwag-checkbox__faux {
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    background: #fff;
    border-radius: 2px;
    margin: 5px 10px
}

.pwag-checkbox__faux, .pwag-checkbox__text {
    display: inline-block;
    vertical-align: middle
}

.pwag-checkbox__text {
    margin: 0;
    padding: 0;
    line-height: 1.2
}

.pwag-checkbox__input:checked + .pwag-checkbox__faux {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABB0lEQVQ4T6XTvytFcRzG8ddNmCT5kTJYJBGLUgqLDLIYjMpqILt/wGZQBn+CycJgQBFGs0lGg8EgktCnvrdu3+7lHPdsp/N83n0+z/OciiafShPzK1j9D6AFu9jEcllAN44wiw3slwH04gZD2MNWnF8U0I8LjOAWc/gsCpjEMQLyjDE8Vc2PDQZxiDXcZ6nM4wTt+MYCzmo1AYi7pvGCxbRiaJaSYa1pYAfbeewBGMYV+vAR0eANp2hLA3eYqt6dbxDvYU5s0oUvvKIjCd8xiod6patNYRzn6MmE6zho1Ng8xglcojMNXGPmt7rX60HEFp7EtzjtsSwg9GHkQFT1r5+taBMbcn4AGzMoD1hiO0MAAAAASUVORK5CYII=);
    background-position: 50%;
    background-repeat: no-repeat
}

.pwag-checkbox--invalid .pwag-checkbox__input:not(:checked) ~ .pwag-checkbox__text {
    color: red
}

.pwag-checkbox--invalid .pwag-checkbox__input:not(:checked) + .pwag-checkbox__faux {
    border-color: red
}

.pwag-modal {
    display: none;
    opacity: 0;
    position: fixed;
    background: #000;
    background: rgba(0,0,0,.9);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1034;
    transition: opacity .15s ease-in-out
}

.pwag-gate-enabled .pwag-modal {
    display: table
}

.pwag-modal--visible {
    opacity: 1;
    z-index: 1036
}

.pwag-modal__outer {
    vertical-align: middle;
    display: table-cell;
    padding: 0 15px
}

.pwag-modal__inner {
    position: relative;
    max-width: 600px;
    padding: 30px;
    background-color: #fff;
    margin: 0 auto;
    text-align: left
}

.pwag-modal__content {
    overflow-y: auto
}

.pwag-modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    -webkit-transform: translateZ(0)
}

.pwag-social {
    text-align: center
}

.pwag-social__button {
    display: inline-block;
    padding: 10px;
    margin: 0 5px;
    color: #fff;
    text-decoration: none;
    background: none;
    border: none;
    cursor: pointer
}

.pwag-social__button--facebook {
    background-color: #3b5998
}

.pwag-social__button--google {
    background-color: #d34836
}

.pwag-social__button--windows {
    background-color: #0078d7
}

.pwag-gate--rtl .pwag-birthday-group, html[dir=rtl] .pwag-birthday-group {
    float: right;
    direction: ltr
}

.pwag-modal--rtl .pwag-modal__close, html[dir=rtl] .pwag-modal__close {
    right: auto;
    left: 10px
}

.pwag-modal--rtl .pwag-birthday-group__instruction, html[dir=rtl] .pwag-birthday-group__instruction {
    direction: rtl
}

@media (max-width:767px) {
    .pwag-birthday-group--y {
        width: 308px
    }

    .pwag-date-box {
        border-width: 5px;
        width: 57px;
        height: 81px
    }

    .pwag-date-box__input, .pwag-date-box__placeholder, .pwag-date-box__value {
        width: 47px;
        height: 71px;
        line-height: 71px
    }

    .pwag-date-box__input {
        font-size: 1px
    }

    .pwag-date-box__placeholder, .pwag-date-box__value {
        font-size: 30px;
        font-weight: 700
    }

    .pwag-birthday-groups {
        height: 180px
    }

    .pwag-instruction {
        font-size: 20px;
        margin: 20px 0
    }

    .pwag-markets__text {
        font-size: 20px
    }
}
