/* WNET Landing Page styles  START */

.wnet-wrap{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    }
    
    .wnet-topbg {
    background: rgb(207,241,200);
    background: linear-gradient(54deg, rgba(148, 200, 137, 0.46) 0%, rgba(207, 241, 200, 0.3) 100%) ;
    }
    
    .wnet-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0 40px;
    }
    
    .wnet-topbar__socials {
    display: flex;
    align-items: center;
    }
    
    .wnet-topbar__socialitem {
    display: flex;
    align-items: center;
    margin-left: 15px;
    }
    
    .wnet-topbar__socialicon a {
    transition: all .2s ease-in-out;
    }
    
    .wnet-topbar__socialicon a:hover {
    transition: all .2s ease-in-out;
    opacity: 0.6;
    }
    
    .wnet-topbar__socialtext {
    margin-left: 10px;
        color: #805B87;
        font-size: 16px;
        font-weight: 700;
    }
    
    .wnet-hero {
    display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    padding-bottom: 60px;
    padding-top: 60px;
    }
    
    .wnet-hero__content {
    width: 33%;
    margin-top: 140px;
    }
    
    .wnet-hero__image {
    width: 62%;
    text-align: center;
    }

    .wnet-hero__image img {
        max-width: 546px;
        width: 100%;
        }
    
    .wnet-hero__header {
    font-size: 60px;
    line-height: 80px;
    color: #805B87;
    font-weight: 700;
    }
    
    .wnet-green {
    color: #91C680;
    }
    
    .wnet-hero__subheader {
    font-size: 20px;
    line-height: 30px;
    color: #8C8E9E;
    margin: 10px 0 35px;
    }
    
    .wnet-footer__wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 70px 0;
    }
    
    .wnet-footer__links a {
    display: inline-block;
    color: rgba(140, 142, 158, 1);
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
    transition: all .2s ease-in-out;
    }
    
    .wnet-footer__links a:hover {
    transition: all .2s ease-in-out;
    opacity: 0.6;
    }
    
    .wnet-footer {
    background: rgb(148,200,137);
    background: linear-gradient(82deg, rgba(148, 200, 137, 0.46) 0%, rgba(207, 241, 200, 0.3) 100%);
    }
    
    .wnet-counter__box {
    background: #805A86;
    border-radius: 30px;
    box-shadow: 0px 50px 100px #060C3A33;
    margin-bottom: 100px;
    height: 200px;
    margin-top: -100px;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .wnet-counter__text {
    font-size: 40px;
    line-height: 48px;
    color: #fff;
    margin-right: 30px;
    }
    
    .wnet-counter__item {
    font-size: 60px;
    color: #fff;
    font-weight: 900;
    }
    
    .wnet-counter-text {
    font-size: 20px;
    line-height: 36px;
    color: #91C680;
    display: inline-bock;
    margin-left: 5px;
    font-weight: 400;
    }
    
    .wnet-form-row input {
    background-color: #fff;
    max-width: 370px;
    width: 100%;
    border-radius: 30px;
    height: 60px;
    padding: 0 30px;
        font-size: 15px;
        color: #91C680;
        font-weight: 700;
    font-family: 'Roboto', sans-serif;
    border: none;
    outline: none;
    margin-bottom: 16px;
    }

    .wnet-form-row input:focus {
        border: 1px solid #8a8a8a;
        box-shadow: 0 0 5px #cacaca;
        transition: box-shadow .5s,border-color .25s ease-in-out;
        }
    
    .wnet-form-row select {
    background-image: url(/wp-content/themes/schiever/assets/images/wnet-down-arrow.svg);
    background-position: right center;
    background-size: 18px;
    background-repeat: no-repeat;
    background-color: #fff;
    max-width: 370px;
    width: 100%;
    border-radius: 30px;
    height: 60px;
    padding: 0 30px;
        font-size: 15px;
        color: #91C680;
        font-weight: 700;
    font-family: 'Roboto', sans-serif;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-origin: content-box;
    }
    
    .wnet-form-row select:focus {
    border: 1px solid #8a8a8a;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow .5s,border-color .25s ease-in-out;
    }
    
    .wnet-form-row.wnet-form-row-submit {
    margin-top: 30px;
    margin-bottom: 30px;
    }
    
    .wnet-form-row.wnet-form-row-submit input {
    width: 170px;
    height: 60px;
    background: rgb(140,142,158);
    background-image: url(/wp-content/themes/schiever/assets/images/wnet-signup-arrow.svg), linear-gradient(251deg, rgba(140,142,158,1) 0%, rgba(128,91,135,1) 100%);
    background-position: left 25px center, center center;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 30px;
    box-shadow: 0px 20px 40px #805B8775;
    border: none;
    outline: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    transition: all .2s ease-in-out;
    }
    
    .wnet-form-row.wnet-form-row-submit input:hover {
    transition: all .2s ease-in-out;
    box-shadow: none;
    }
    
    .wnet-hero__form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
      font-size: 15px;
        color: #91C680;
        font-weight: 700;
    font-family: 'Roboto', sans-serif;
    }
    .wnet-hero__form ::-moz-placeholder { /* Firefox 19+ */
      font-size: 15px;
        color: #91C680;
        font-weight: 700;
    font-family: 'Roboto', sans-serif;
    }
    .wnet-hero__form :-ms-input-placeholder { /* IE 10+ */
      font-size: 15px;
        color: #91C680;
        font-weight: 700;
    font-family: 'Roboto', sans-serif;
    }
    .wnet-hero__form :-moz-placeholder { /* Firefox 18- */
      font-size: 15px;
        color: #91C680;
        font-weight: 700;
    font-family: 'Roboto', sans-serif;
    }
    
    .wnet-more-arrow {
    display: inline-block;
    width: 10px;
    height: 14px;
    background: url(/wp-content/themes/schiever/assets/images/wnet-more-link-down.png) center center no-repeat;
    transition: all .2s ease-in-out;
    margin-left: 5px;
    text-decoration: none;
    }
    
    .wnet-more-arrow.active {
    background: url(/wp-content/themes/schiever/assets/images/wnet-more-link-up.png) center center no-repeat;
    transition: all .2s ease-in-out;
    }
    
    .wnet-hidden-info {
    display: none;
    }
    
    .wnet-form-row {
    font-size: 10px;
    line-height: 14px;
    color: #8C8E9E;
    }

    .wnet-form-row a {
        color: #8C8E9E;
    }
    
    .wnet-form-row-info-1 {
    margin-top: 15px;
    margin-bottom: 15px;
    }
    
    .wnet-hidden-info {
    margin-bottom: 30px;
    margin-top: 10px;
    font-size: 10px;
    line-height: 14px;
    color: #8C8E9E;
    }
    
    .wnet-hidden-info ul li {
    font-size: 10px;
    line-height: 14px;
    color: #8C8E9E;
    }
    
    .wnet-inderline {
    text-decoration: underline;
    }
    
    /* WNET Media Queries */
    
    @media (max-width: 1199.98px) {
    .wnet-hero__content {
        margin-top: 85px;
    }
    }
    
    @media (max-width: 991.98px) {
    .wnet-hero__content {
        width: 100%;
    max-width: 370px;
    margin: 0 auto;
    order: 2;
    }
    .wnet-hero__image {
    width: 100%;
    order: 1;
    }
    .wnet-hero__image img {
    display: block;
    margin: 0 auto;
    }
    .wnet-counter__box {
    flex-wrap: wrap;
    height: auto;
    padding: 40px 20px;
    }
    .wnet-counter__text {
    width: 100%;
    text-align: center;
    }
    .wnet-counter__item {
    width: 100%;
    text-align: center;
    }
    }
    
    @media (max-width: 575.98px) {
    .wnet-topbar {
    flex-wrap: wrap;
    padding: 25px 0 30px;
    }
    .wnet-topbar__logo {
    width: 100%;
    }
    .wnet-topbar__socials {
    width: 100%;
    margin-top: 20px;
    }
    .wnet-topbar__socialitem {
    margin-left: 0;
    margin-right: 20px;
    }
    .wnet-hero__subheader {
        font-size: 18px;
    }
    .wnet-counter__text {
    font-size: 30px;
        line-height: 38px;
    margin-right: 0;
    }
    .wnet-counter__item {
    font-size: 38px;
    }
    .wnet-footer__logo {
    width: 100%;
    text-align: center;
    }
    .wnet-footer__links {
    width: 100%;
    margin-top: 30px;
    text-align: center;
    }
    }
    
    .grecaptcha-badge {
    display: none;
    }
    
/* WNET Landing Page styles  END*/

img {
    max-width: 100%;
    height: auto;
}

.row {
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-flow: row wrap;
}

.row .columns {
    -webkit-box-flex: 1;
    flex: 1 1 0;
    min-width: 0;
    padding-left: 15px;
    padding-right: 15px
}

/* WNET GAZETKI Landing Page styles  START*/
.wnet-hero__content {
    margin-top: 90px;
    margin-bottom: 50px;
    }
    
.wnet-hero__content {
    width: 38%;
    }
    
.wnet-hero__image {
    width: 58%;
    }
    
.wnet-benefits {
    margin-bottom: 0;
    padding: 70px 0;
    }
    
.wnet-benefits__header {
    text-align: center;
        font-size: 40px;
        margin-bottom: 60px;
        color: #94C889;
    }
    
.wnet-benefits__boxes {
    display: flex;
        flex-wrap: wrap;
        justify-content: center;
    background: none;
    }
    
.wnet-benefits__box {
    width: 100%;
    text-align: center;
    max-width: 310px;
    margin: 0 30px 60px;
    }
.wnet-benefits__boxheader {
    font-size: 24px;
    line-height: 1.2;
        font-weight: 500;
        color: #805B87;
        margin-bottom: 20px;
    }
    
.wnet-benefits__boxsubheader {
    font-size: 24px;
    margin-bottom: 20px;
    }
    
.wnet-benefits__boximage {
    margin-bottom: 20px;
    }

 .wnet-benefits__boxtext {
        color: #8C8E9E;
    font-size: 16px;
    line-height: 28px;
        }

   
    
    
    /* WNET Media Queries */
    
    @media (max-width: 1199.98px) {
    
.wnet-hero__header {
    font-size: 54px;
    line-height: 60px;
    }
    
.wnet-benefits__boxheader {
    font-size: 22px;
    }
    
.wnet-benefits__boxsubheader {
    font-size: 22px;
    }
    }
    
    @media (max-width: 991.98px) {
    
.wnet-hero__content {
    width: 100%;
    }
    
.wnet-hero__image {
    width: 100%;
    }
    
.wnet-benefits__box {
    width: 100%;
    }
    
.wnet-benefits__boxes {
    background: none;
    }
    }
    
    /* WNET GAZETKI Landing Page styles  END*/

    body {
        margin: 0;
    }
    
    /* .rmp_menu_trigger, .rmp-container {
        display: none;
    } */
    
    body * {
        box-sizing: border-box;
      }
    
    @media screen and (max-width: 991px) {
        /* #rmp_menu_trigger-19770, #rmp-container-19770 {
            display: none;
        } */
    }


    /* WNET GAZETKI FINAL Landing Page styles  START*/

    footer {
        margin-top: 0;
    }

    .wnet-cityselect {
        margin-top: 20px;
    }

    .wnet-cityselect__selectortitle a {
        display: flex;
    background-color: #fff;
    height: 77px;
    max-width: 370px;
    width: 100%;
    align-items: center;
    border-radius: 39px;
    padding: 0 32px;
    background-image: url(/wp-content/themes/schiever/assets/images/select-city-arrow-down.png);
    background-repeat: no-repeat;
    background-size: 20px 13px;
    background-position: right 32px center;
    cursor: pointer;
    color: #805B87;
    font-size: 28px;
    font-weight: 700;
    transition: all .2s ease-in-out;
    }

    .wnet-cityselect__selectortitle a.active {
        background-image: url(/wp-content/themes/schiever/assets/images/select-city-arrow-up.png);
        transition: all .2s ease-in-out;
    }

    .wnet-cityselect__selectortitle a:focus, .wnet-cityselect__selectortitle a:hover {
        color: #805B87;
    }

    .wnet-cityselect__selector {
        position: relative;
    }

    .wnet-cityselect__list {
        display: none;
        position: absolute;
    top: 77px;
    width: 100%;
    max-width: 370px;
    background-color: #fff;
    border-radius: 39px;
    padding: 20px 32px;
    overflow-y: auto;

    }

    .wnet-cityselect__list ul {
        text-align: left;
    }

    .wnet-cityselect__list ul li {
        display: block;
    }

    .wnet-cityselect__list a {
        color: #805B87;
        display: block;
        font-weight: 700;
        transition: all .2s ease-in-out;
    }

    .wnet-cityselect__list a:hover {
        color: #91C680;
        transition: all .2s ease-in-out;
    }

    .wnet-herobottomimage {
        margin-top: 120px;
    }

    .wnet-seegazetkawraper {
        padding: 60px 0;
    border-top: 1px solid #805B87;
    border-bottom: 1px solid #805B87;
    text-align: center;
    }

    .wnet-seegazetka__header {
        font-size: 60px;
        line-height: 80px;
        color: #805B87;
        font-weight: bold;
    }

    .wnet-seegazetka__subheader {
        font-size: 20px;
        line-height: 20px;
        color: #8C8E9E;
        margin-top: 15px;
    margin-bottom: 35px;
    }

    span.green {
        color: #91C680;
    }

    .wnet-seegazetka {
        margin-bottom: 70px;
    }

    .wnet-seegazetka__select {
        text-align: center;
    }

    .wnet-seegazetka__select .wnet-cityselect {
        max-width: 370px;
        margin: 0 auto;
    }

    .wnet-cityselect__selectortitle.wnet-cityselect__selectortitle__green a {
        background-color: #91C680;
        color: #fff;
        background-image: url(/wp-content/themes/schiever/assets/images/select-city-arrow-down-white.png);
    }

    .wnet-cityselect__selectortitle.wnet-cityselect__selectortitle__green a.active {
        background-color: #91C680;
        color: #fff;
        background-image: url(/wp-content/themes/schiever/assets/images/select-city-arrow-up-white.png);
    }

    .wnet-cityselect__list.wnet-cityselect__list__green {
        background-color: #91C680;
    }


    .wnet-cityselect__list.wnet-cityselect__list__green a:hover {
        color: #242424;
    }

    .wnet-footer__content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 70px 90px;
    }

    .wnet-footer__content .wnet-form-row input {
        max-width: 100%;
    }

    .wnet-footer__content .wnet-form-row select {
        max-width: 100%;
    }

    .wnet-footer__left {
        width: 46%;
    }

    .wnet-footer__right {
        width: 46%;
    }

    .wnet-footer__leftheader {
        color: #805B87;
        font-size: 60px;
        line-height: 70px;
        font-weight: bold;
    }

    .wnet-footer__leftsubheader {
        color: #8C8E9E;
        font-size: 20px;
        line-height: 30px;
        margin-top: 20px;
    }

    .wnet-footer__form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #91C680;
      }
      .wnet-footer__form ::-moz-placeholder { /* Firefox 19+ */
        color: #91C680;
      }
      .wnet-footer__form :-ms-input-placeholder { /* IE 10+ */
        color: #91C680;
      }
      .wnet-footer__form :-moz-placeholder { /* Firefox 18- */
        color: #91C680;
      }
      .wnet-footer__form ::placeholder { /* Firefox 18- */
        color: #91C680;
      }

    .wnet-listitems__wrap {
        padding: 50px 0;
    }

    .wnet-listitems__currentheader {
        font-size: 28px;
        color: #805B87;
    }

    .wnet-listitems__nextheader {
        font-size: 28px;
        color: #94C889;
    }

    .wnet-listitems__wrap {
        display: block;
        border-bottom: 1px solid #805B87;
    }

    .wnet-listitems__currentitemwrap {
        width: 24%;
        margin-bottom: 70px;
    }

    .wnet-listitems__current {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .wnet-listitems__next {
        width: 100%;
    }

    .wnet-listitems__currentitem, .wnet-listitems__nextitem {
        max-width: 200px;
        margin: 0 auto;
    }


    .wnet-listitems__currentbutton, .wnet-listitems__nextbutton {
        text-align: center;
        margin-top: 25px;
    }

    .wnet-listitems__currentbutton a {
        display: flex;
        align-items: center;
        width: 170px;
        height: 60px;
        background: #805B87;
        background-image: url(/wp-content/themes/schiever/assets/images/wnet-signup-arrow.svg);
        background-position: left 25px center, center center;
        background-repeat: no-repeat;
        background-size: auto;
        border-radius: 30px;
        box-shadow: 0px 20px 40px #805B8775;
        border: none;
        outline: none;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 16px;
        color: #fff;
        cursor: pointer;
        transition: all .2s ease-in-out;
        justify-content: center;
        margin: 0 auto;
    }

    .wnet-listitems__currentbutton a:hover {
        transition: all .2s ease-in-out;
        box-shadow: none;
        color: #fff;
    }

    .wnet-listitems__currentbutton a:focus {
        color: #fff;
    }

    .wnet-listitems__nextbutton a {
        display: flex;
        align-items: center;
        width: 170px;
        height: 60px;
        background: #94C889;
        background-image: url(/wp-content/themes/schiever/assets/images/wnet-signup-arrow.svg);
        background-position: left 25px center, center center;
        background-repeat: no-repeat;
        background-size: auto;
        border-radius: 30px;
        box-shadow: 0px 20px 40px #805B8775;
        border: none;
        outline: none;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 16px;
        color: #fff;
        cursor: pointer;
        transition: all .2s ease-in-out;
        justify-content: center;
        margin: 0 auto;
    }

    .wnet-listitems__nextbutton a:hover {
        transition: all .2s ease-in-out;
        box-shadow: none;
        color: #fff;
    }

    .wnet-listitems__nextbutton a:focus {
        color: #fff;
    }

    .wnet-listitems__currentdate {
        background-color: #805B87;
        padding: 20px 20px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        margin-left: 19px;
        position: relative;
        color: #fff;
        display: inline-block;
        height: 54px;
        margin-bottom: 30px;
        font-size: 23px;
        font-weight: bold;
        line-height: 15px;
    }

    .wnet-listitems__currentdate::before {
        content:url(/wp-content/themes/schiever/assets/images/datebg_current.png);
        position:absolute;
        left:-19px;
        top:0;
    }

    .wnet-listitems__nextdate {
        background-color: #94C889;
        padding: 20px 20px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        margin-left: 19px;
        position: relative;
        color: #fff;
        display: inline-block;
        height: 54px;
        margin-bottom: 30px;
        font-size: 23px;
        font-weight: bold;
        line-height: 15px;
    }

    .wnet-listitems__nextdate::before {
        content:url(/wp-content/themes/schiever/assets/images/datebg_next.png);
        position:absolute;
        left:-19px;
        top:0;
    }

    .wnet-gazetkasingle__header {
        color: #060C3A;
        font-size: 40px;
        line-height: 40px;
        text-align: center;
    }

    .wnet-gazetkasingle__wrap {
        padding: 50px 0;
    }

    .wnet-current__iframe {
        margin-top: 30px;
    }

    .wnet-selected-city {
        height: 1px;
        visibility: hidden;
    }

    /* WNET ADULTS POP-UP */
    .wnet-adultspopup__wrapcontainer {
        display: none;
    }

    .wnet-adultspopup__wrap {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.4);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .wnet-adultspopup__box {
        background-color: #fff;
        padding: 40px 60px;
        border-radius: 10px;
        position: relative;
    }

    .wnet-adultspopup__boxclose {
        position: absolute;
        right: 5px;
        top: 5px;
    }

    .wnet-adultspopup__boxclose a {
        display: block;
        width: 30px;
        height: 30px;
        background: transparent;
        background-image: none;
        border-radius: none;
        box-shadow: none;
    }

    .wnet-adultspopup__boxheader {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .wnet-adultspopup__boxbuttons {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .wnet-adultspopup__boxbuttontrue {
        width: 48%;
    }

    .wnet-adultspopup__boxbuttonfalse {
        width: 48%;
    }

    .wnet-adultspopup__boxheaderinfo {
        display: none;
        color: #cc0000;
        font-size: 18px;
        margin-bottom: 20px;
    }

    .wnet-listitems__currentbutton a.buttonadults__true {
        background-image: none;
        width: 100px;
        height: 50px;
    }

    .wnet-listitems__currentcover a.buttonadults__true {
        background-image: none;
        width: 100px;
        height: 50px;
        display: flex;
        align-items: center;
        background: #805B87;
        border-radius: 30px;
        box-shadow: 0px 20px 40px #805B8775;
        border: none;
        outline: none;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 16px;
        color: #fff;
        cursor: pointer;
        transition: all .2s ease-in-out;
        justify-content: center;
        margin: 0 auto;
    }

    .wnet-listitems__currentcover a.buttonadults__false {
        background-image: none;
        width: 100px;
        height: 50px;
        display: flex;
        align-items: center;
        background: #805B87;
        border-radius: 30px;
        box-shadow: 0px 20px 40px #805B8775;
        border: none;
        outline: none;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 16px;
        color: #fff;
        cursor: pointer;
        transition: all .2s ease-in-out;
        justify-content: center;
        margin: 0 auto;
    }

    .wnet-listitems__currentbutton a.buttonadults__false {
        background-image: none;
        width: 100px;
        height: 50px;
    }


    /* Media queries */
    @media (max-width: 991.98px) {

        .wnet-footer__content {
            padding: 30px 0;
        }

        .wnet-footer__left {
            width: 100%;
        }
    
        .wnet-footer__right {
            width: 100%;
            margin-top: 30px;

        }

        .wnet-seegazetka__header {
            font-size: 48px;
            line-height: 60px;
        }

        .wnet-footer__leftheader {
            font-size: 48px;
            line-height: 60px;
        }

        .wnet-listitems__currentitemwrap {
            width: 48%;
        }

        .wnet-listitems__current {
            width: 100%;
            justify-content: space-between;
        }
    
        .wnet-listitems__next {
            width: 100%;
            margin-top: 30px;
        }

        .wnet-listitems__currentdate, .wnet-listitems__nextdate {
            margin-top: 20px;
        }
    }

    /* @media (max-width: 767.98px) {} */

    @media (max-width: 575.98px) {

        .wnet-benefits__header {
            font-size: 34px;
            line-height: 46px;
        }

        .wnet-herobottomimage {
            display: none;
        }

        .wnet-hero__header {
            font-size: 42px;
            line-height: 54px;
        }

        .wnet-seegazetka__header {
            font-size: 42px;
            line-height: 50px;
        }

        .wnet-footer__leftheader {
            font-size: 42px;
            line-height: 50px;
        }

        .wnet-adultspopup__box {
            padding: 50px 30px;
        }

        .wnet-listitems__currentdate {
            padding: 20px 15px;
            font-size: 16px;
        }

        .wnet-listitems__currentbutton a {
            width: 90%;
            background-position: left 20px center,center center;
        }

        .wnet-listitems__currentitemwrap {
            margin-bottom: 50px;
        }
    }

    


     /* WNET GAZETKI FINAL Landing Page styles  END*/