body {
    background: linear-gradient(270.0deg, rgba(255, 58, 58, 0.3) 0%, rgba(0, 0, 0, 0) 70.78%), #090A0C;
    margin:0;
    padding: 0;
}

.container {
    min-height: calc(100vh - 96px - 222px); /* 100vh минус высота футера */
}

.accountSpace {
    min-height: calc(100vh - 96px - 192px); /* 100vh минус высота футера */
}

.map_wr {
    width:100%;
    height: calc(100vh - 96px - 102px); /* 100vh минус высота футера */
    margin-bottom: -50px;
}

@media all and (min-width: 1120px) {
    .top {
        height: 96px;
        border-bottom: solid 2px rgba(255,255,255,0.1);
    }

    .top > .topmenu {
        height: 96px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        align-content: stretch;
        list-style-type: none;
        padding:0;
        margin: 0 auto;
        width: 1100px;
    }

    .top > .topmenu > li {

    }

    .top > .topmenu > li.logo {
        width:168px;
        height: 40px;
        background: url(../images/donateslider/logocombined.png);
    }

    .top > .topmenu > li.logo a {
        width:168px;
        height: 40px;
        display: inline-block;
    }

    .top > .topmenu > li > ul {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-evenly;
        align-items: center;
        align-content: stretch;
        list-style-type: none;
        padding:0;
        margin:0;
        width:600px;
    }

    .top > .topmenu > li > ul > li {
        font-family: 'Proxima Nova Rg';
        /*font-family: 'Proxima Nova';*/
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
        text-transform: uppercase;
        color: #FF3A3A;
        height: 96px;
        line-height: 96px;
    }

    .top > .topmenu > li > ul > li:hover, .top > .topmenu > li > ul > li.active {
        border-bottom: solid 1px #FF3A3A;
    }

    .top > .topmenu > li > ul > li > a {
        text-decoration: none;
        color: rgba(255, 255, 255, 0.5);
        line-height: 96px;
        display: inline-block;
    }

    .top > .topmenu > li > ul > li.active > a {
        text-decoration: none;
        color: #FF3A3A;
    }

    .top > .topmenu > li.personal {

    }

    .top > .topmenu > li.personal > a.login {
        height: 50px;
        background: #FF3A3A;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
        display: inline-block;
        text-decoration: none;
        vertical-align: middle;
        font-family: 'Proxima Nova Rg';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
        text-transform: uppercase;

        color: #FFFFFF;
    }

    .top > .topmenu > li.personal > a.logout {
        height: 50px;
        background: #FF3A3A;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
        display: inline-block;
        text-decoration: none;
        vertical-align: middle;
        font-family: 'Proxima Nova Rg';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
        text-transform: uppercase;

        color: #FFFFFF;
    }

    .top > .topmenu > li.personal > a.login > span:first-child {
        width: 50px;
        height: 50px;
        background: #B81F1F;
        display: inline-block;
        line-height: 50px;
        vertical-align: middle;
        background-image: url(../images/donateslider/accountIcon.png);
        background-repeat: no-repeat;
        background-position: center center;
    }

    .top > .topmenu > li.personal > a.login > span:last-child {
        width: 173px;
        vertical-align: middle;
        height: 50px;
        line-height: 50px;
        display: inline-block;
        text-align: center;
    }

    .top > .topmenu > li.personal > a.login > span:last-child:hover {
        background-color: #FFF;
        color:#000;
    }

    .top > .topmenu > li.personal > a.logout > span:last-child {
        width: 50px;
        height: 50px;
        background: #B81F1F;
        display: inline-block;
        line-height: 50px;
        vertical-align: middle;
        background-image: url(../images/logout.png);
        background-repeat: no-repeat;
        background-position: center center;
    }

    .top > .topmenu > li.personal > a.logout > span:first-child {
        width: 173px;
        vertical-align: middle;
        height: 50px;
        line-height: 50px;
        display: inline-block;
        text-align: center;
    }

    .top > .topmenu > li.personal > a.logout > span:first-child:hover {
        background-color: #FFF;
        color:#000;
    }

    .top > .topmenuMobile {
        display: none;
    }

    .top > .topmenuMobileItems {
        display: none;
    }
}

@media all and (max-width: 1120px) {
    .top {
        padding-bottom:10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin-bottom: 10px;
    }

    .top > .topmenu {
        display: none;
    }

    .top > .topmenuMobile {
        list-style-type: none;
        margin: 0px auto;
        padding: 0;
        padding-top:20px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        align-content: stretch;
        width:250px;
    }

    .top > .topmenuMobile > li > a span {
        display: block;
        width: 26px;
        height: 2px;
        background: #FFFFFF;
        border-radius: 6px;
        margin-bottom: 4px;
    }

    .top > .topmenuMobile > li:first-child {
        color:#FFF;
        text-transform: uppercase;
        font-family: 'Proxima Nova Rg';
        font-style: normal;
        font-weight: 600;
        font-size: 21px;
    }

    .top > .topmenuMobileItems {
        text-transform: uppercase;
        font-family: 'Proxima Nova Rg';
        font-style: normal;
        font-weight: 200;
        font-size: 19px;
        list-style-type: none;
        margin:auto;
        padding: 20px 0;
        width: 250px;
        display: none;
    }

    .top.active > .topmenuMobileItems {
        display: block;
    }

    .top > .topmenuMobileItems li {
        margin-bottom: 10px;
    }

    .top > .topmenuMobileItems a {
        color:#FFF;
        text-decoration: none;
    }

    .top > .topmenuMobileItems li.active a, .top > .topmenuMobileItems li:hover a {
        color: #FF3A3A;
    }

    .top.active {
        background-color: #000;
    }
}

h1 {
    font-family: 'Proxima Nova Rg';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding:0;
    margin: 50px auto 0;
    width: 1100px;
}

@media all and (min-width: 1120px) {
    h1:first-of-type {
        margin-top:70px;
    }

    .mainSliderSpace {
        width: 1100px;
        overflow-x: hidden;
        overflow-y: none;
        margin: auto;
        margin-top:-80px;
    }

    ul.mainSlider {
        list-style-type: none;
        margin:0px auto 0;
        padding:0;
        width:4000px;
        font-size: 0;
    }

    ul.mainSlider > li {
        position: relative;
        width: 1100px;
        display: inline-block;
        height:400px;
        font-size:12px;
    }

    ul.mainSlider > li > div {
        background: linear-gradient(85.59deg, #971B1B 0%, #FF3A3A 100%);
        height:290px;
        width: 1280px;
        position: absolute;
        left:0;
        bottom:0;
    }

    ul.mainSlider > li > div > div {
        background-image: url(../images/donateslider/mainsliderbg.png);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        height:290px;
        width: 1100px;
        position: absolute;
        left:0;
        top:0;
    }

    ul.mainSlider > li > div > div > h2 {
        margin:0;
        padding:0;
        font-family: 'Proxima Nova Rg';
        font-style: normal;
        font-weight: 700;
        font-size: 40px;
        line-height: 85px;
        text-transform: uppercase;
        color: #FFFFFF;
        position: absolute;
        left:30px;
        top:20px;
    }

    ul.mainSlider > li > div > div > img {
        position: absolute;
        right:0px;
        bottom:0;
    }

    ul.mainSlider > li > div > div > p {
        margin:0;
        padding:0;
        position: absolute;
        left:35px;
        top:100px;
        width: 730px;
    }

    ul.mainSlider > li > div > div > p > span {
        display: inline-block;
        height: 39px;
        line-height: 39px;
        background: rgba(255, 255, 255, 0.4);
        font-family: 'Proxima Nova Rg';
        font-style: normal;
        font-weight: 400;
        font-size: 19px;
        color: #FFFFFF;
        padding: 0px 20px;
        margin:5px 5px 5px 0;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    }

    ul.mainSlider > li > div > div > p > a.buyBtn {
        display: block;
        width: 295px;
        height: 50px;
        background: #FFFFFF;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
        font-family: 'Proxima Nova Rg';
        margin-top: 20px;
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 50px;
        text-align: center;
        text-transform: uppercase;
        color: #000000;
        text-decoration: none;
    }

    ul.mainSlider > li > div > div > p > a.buyBtn:hover {
        background-color: #000;
        color: #FFF;
    }

    ul.mainSlider > li > div > div > p > a.buyBtn.discount {
        position: relative;
        line-height: 35px;
        font-size: 16px;
        padding-right:40px;
        width: 178px;
    }

    ul.mainSlider > li > div > div > p > a.buyBtn.discount > small {
        display: block;
        margin-top:-8px;
        line-height: 13px;
    }

    ul.mainSlider > li > div > div > p > a.buyBtn.discount > small strong {
        text-decoration: line-through;
        color:#FF3A3A;
        font-size:11px;
    }

    ul.mainSlider > li > div > div > p > a.buyBtn.discount > span {
        position: absolute;
        width: 49px;
        height: 29px;
        line-height: 26px;
        right: 10px;
        top:10px;
        background: #FF3A3A;
        border: 1px solid rgba(255, 255, 255, 0.1);
        box-sizing: border-box;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
        font-family: 'Proxima Nova Rg';
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        color:#FFF;
    }

    ul.mainSlider .details {
        display: none;
    }

    ul.mainSliderNav {
        width: 1100px;
        height: 5px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        align-content: stretch;
        list-style-type: none;
        margin: auto;
        padding:0;
        margin-top: 20px;
    }

    ul.mainSliderNav > li {
        width: 350px;
        background: rgba(255, 255, 255, 0.2);
        height: 5px;
    }

    ul.mainSliderNav > li.active {
        background: #FF3A3A;
    }

    ul.mainSliderNav > li a {
        display: block;
        width: 410px;
        height: 5px;
    }
}

@media all and (max-width: 1120px) {
    ul.mainSlider {
        display: none;
    }

    ul.mainSliderNav {
        display: none;
    }

    h1 {
        font-size:20px;
        width:250px;
        margin:auto;

    }

    h1:first-of-type {
        display: none;
    }

    body > .breadcrumb {
        text-align: center;
    }
}

@media all and (min-width: 1120px) {
    ul.itemsList {
        width:1100px;
    }

    body > .breadcrumb {
        width:1100px;
        margin:auto;
    }
}

body > .breadcrumb > a, body > .breadcrumb > span {
    font-family: 'Proxima Nova Rg';
    margin-top: 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    text-decoration: none;
}

body > .breadcrumb > a {
    text-decoration: underline;
}

body > .breadcrumb > a:hover {
    color:#AAA;
}

.breadcrumb > span:before {
    content: ' / ';
}

body > p {
    text-align: center;
}

body > p > a {
    font-family: 'Proxima Nova Rg';
    margin-top: 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    text-decoration: underline;
}

ul.itemsList {
    padding: 0;
    list-style-type: none;
    margin:auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    margin-top:50px;
}

ul.itemsList > li {
    position: relative;
    width:258px;
    margin-bottom: 25px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    padding-top:258px;
    padding-bottom:20px;
}

ul.itemsList > li > div.link {
    text-align: center;
    color:#FFF;
    text-decoration: underline;
    font-family: 'Proxima Nova Rg';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    cursor: pointer;
    padding: 15px 0 0;
}

ul.itemsList > li > p.imgSpace {
    position: absolute;
    left:0;
    top:0;
    margin:0;
    padding:0;
    width:258px;
    height: 258px;
}

ul.itemsList > li > p.imgSpace > img {
    position: absolute;
    left:0;
    top:0;
    width:256px;
}

ul.itemsList > li > p.imgSpace > span.shadow{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    width:258px;
    height:258px;
    position: absolute;
    left:-1px;
    top:0;
    display: block;
}

ul.itemsList > li > p.imgSpace > span > span {
    position: absolute;
    bottom: 20px;
    left:0;
    width:237px;
    display: block;
    padding:10px;
}

ul.itemsList > li > p.imgSpace > span > span > small {
    display: block;
    text-align: center;
    font-family: 'Proxima Nova Rg';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.5;
}

ul.itemsList > li > p.imgSpace > span > span > span.title {
    display: block;
    text-align: center;
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 700;
    font-size: 27px;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

ul.itemsList > li > p.opisSpace {
    margin:auto;
    margin-top:20px;
    padding:10px 0;
    width:218px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-family: 'Proxima Nova Rg';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: rgba(255, 255, 255, 0.5);
    display: none;
}

ul.itemsList > li > p.opisSpace > span {
    display: inline-block;
    height: 29px;
    line-height: 29px;
    background: rgba(255, 255, 255, 0.2);
    line-break: 29px;
    font-family: 'Proxima Nova Rg';
    font-style: normal;
    font-weight: normal;
    word-spacing: nowrap;
    font-size: 12px;
    color: #FFFFFF;
    padding: 0 5px;
    margin-right:5px;
    margin-bottom: 5px;
    margin-top:5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 90px;
}

ul.itemsList > li > a {
    margin:auto;
    margin-top:20px;
    width: 218px;
    height: 39px;
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    text-align: center;
    line-height: 39px;
    text-decoration: none;
    font-family: 'Proxima Nova Rg';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    text-align: center;
    color: #000000;
}

ul.itemsList > li > a.discount {
    position: relative;
    line-height: 30px;
    font-size: 16px;
    padding-right:30px;
    width: 178px;
}

ul.itemsList > li > a.discount > small {
    display: block;
    margin-top:-8px;
    line-height: 13px;
}

ul.itemsList > li > a.discount > small strong {
    text-decoration: line-through;
    color:#FF3A3A;
    font-size:11px;
}

ul.itemsList > li > a.discount > div {
    position: absolute;
    width: 49px;
    height: 29px;
    line-height: 26px;
    right: 5px;
    top:5px;
    background: #FF3A3A;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    font-family: 'Proxima Nova Rg';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color:#FFF;
}

ul.itemsList > li > a:hover {
    background-color: #000;
    color:#FFF;
}

ul.itemsList > li > .details {
    display: none;
}

@media all and (max-width: 1120px) {
    ul.itemsList {
        margin-top:0px;
    }
    ul.itemsList > li {
        margin: auto;
        margin-bottom: 20px;
    }
    ul.itemsList > li > .details {
        display: block;
        margin-top:20px;
    }

    ul.itemsList > li > div.link {
        display: none;
    }

    ul.itemsList > li > .details > .link {
        text-align: center;
        color:#FFF;
        text-decoration: underline;
        font-family: 'Proxima Nova Rg';
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        cursor: pointer;
    }
    ul.itemsList > li > p.opisSpace {
        display: none;
    }
    ul.itemsList > li > .details > .content {
        margin-top:20px;
        display: none;
    }
    ul.itemsList > li > .details > .content.active {
        display: block;
    }
    ul.itemsList > li > .details > .content > ul {
        list-style-type: none;
        padding: 0;
        width: 185px;
        margin: auto;
    }

    ul.itemsList > li > .details > .content > ul > li {
        min-height: 29px;
        line-height: 29px;
        background: rgba(255, 255, 255, 0.2);
        line-break: 29px;
        font-family: 'Proxima Nova Rg';
        font-style: normal;
        font-weight: normal;
        word-spacing: nowrap;
        font-size: 14px;
        color: #FFFFFF;
        margin: 10px auto;
        text-align: center;
    }

    ul.itemsList > li > .details > .content .opis {
        padding: 10px;
        color:#FFF;
        font-family: 'Proxima Nova Rg';
        font-style: normal;
        font-weight: normal;
        word-spacing: nowrap;
        font-size: 14px;
    }

    ul.itemsList > li > .details > .content .warning {
        background: rgba(244, 186, 38, 0.2);
        border: 1px solid #F4BA26;
        box-sizing: border-box;
        font-family: 'Proxima Nova Rg';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        padding:10px;
        margin: 0 10px;
        color: rgba(255, 255, 255, 0.7);
    }
}

footer {
    background-color: #000;
    margin-bottom:0;
    margin-top:50px;
    padding: 30px 0;
}

@media all and (min-width: 1120px) {
    footer > ul {
        width:1100px;
    }
}

footer > ul {
    margin:auto;
    padding:0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
}

footer > ul > li {
    padding:0;
}

footer > ul > li.btnmenu {
    margin:0;
    padding:0;
}

footer > ul > li.btnmenu > ul {
    list-style-type: none;
    margin:0;
    padding:0;
}

footer > ul > li.btnmenu > ul > li {
}

footer > ul > li.btnmenu > ul > li > a {
    display: inline-block;
    padding: 10px;
    /*margin:0 20px;*/
    font-family: 'Proxima Nova Rg';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    opacity: 0.5;
}

footer > ul > li.btnmenu > ul > li > a:hover {
    color: #FF3A3A;
    opacity: 1;
}

footer ul > li.logo {
    width:168px;
    height: 40px;
    background: url(../images/donateslider/logocombined.png);
    filter: grayscale(100%);
}

footer ul > li.logo:hover {
    filter: grayscale(0%);
}

footer ul > li.logo > a {
    width:168px;
    height: 40px;
    display: block;
}

footer ul > li.social {
    margin: 20px auto;
    text-align: center;
}

footer ul > li.social > ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}

footer ul > li.social > ul > li {
    margin:0 10px;
}

footer ul > li.social > ul > li > a {
    display: block;
    opacity: 0.5;
}

footer ul > li.social > ul > li > a:hover {
    opacity: 1;
}

footer ul > li.social > ul > li > a.vk {
    width: 50px;
    height: 30px;
    background-image: url(../images/donateslider/vkIcon.png);
}

footer ul > li.social > ul > li > a.yt {
    width: 50px;
    height: 37px;
    background-image: url(../images/donateslider/youtube.png);
}

footer ul > li.social > ul > li > a.dc {
    width: 50px;
    height: 36px;
    background-image: url(../images/donateslider/discord.png);
}

@media all and (max-width: 1120px) {
    footer ul > li.logo {
        margin:auto;
    }

    footer > ul > li.btnmenu {
        text-align: center;
        width: 300px;
        margin:auto;
        margin-top:20px;
    }

    footer > ul > li.btnmenu > ul > li {
        margin-bottom:20px;
    }

    footer ul > li.social {
        width: 220px;
        margin: 20px auto;
    }

    footer ul > li.social > ul {
        margin:0;
        padding:0;
    }
}

.popUpFade {
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
    width:100%;
    height: 100%;
    position: fixed;
    z-index: 2000;
    left:0;
    top:0;
}

.popUpSpace {
    width:100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}

.popUpSpace > .goodCard {
    background: #14161B;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.5);
    padding: 20px;
    width: 500px;
    height:620px;
    padding-right: 0;
}

@media all and (max-width: 1120px) {
    .popUpSpace > .goodCard {
        display: none;
    }
}

.popUpSpace > .goodCard > .subtitle {
    font-family: 'Proxima Nova Rg';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 29px;
    color: #FFFFFF;
    margin:0;
    padding:0;
    padding-right: 20px;
}

.popUpSpace > .goodCard > h3, .popUpSpace > .authPopup > h3, .popUpSpace > .rememberPopup > h3 {
    font-family: 'Proxima Nova Rg';
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 44px;
    color: #FFFFFF;
    margin:0;
    padding:0;
    margin-right: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.popUpSpace > .authPopup > h3, .popUpSpace > .rememberPopup > h3 {
    border:0
}

.popUpSpace > .goodCard > div {
    font-family: 'Proxima Nova Rg';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    margin: 10px 0;
    margin-bottom: 0;
    padding: 10px 0;
    height: 488px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #333 transparent;
    padding-right: 20px;
}

.popUpSpace > .goodCard > div::-webkit-scrollbar {
    width: 3px;
}

.popUpSpace > .goodCard > div::-webkit-scrollbar-thumb {
    background: #333;
}

.popUpSpace > .goodCard > div::-webkit-scrollbar-track {
    background: #111;
}

.currency-disclaimer-popup {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 8px;
    padding: 15px;
    margin: 15px 0;
    font-size: 14px;
    color: #856404;
}

.popUpSpace > .goodCard > div > p {
    margin:0;
}

.popUpSpace > .goodCard > div > ul {
    list-style-type: none;
    padding:0;
    margin:0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: baseline;
    align-content: stretch;
    width: 400px;
    margin-top:10px;
}

.popUpSpace > .goodCard > div > ul > li {
    min-width: 165px;
    padding:0 10px;
    height: 32px;
    background: rgba(255, 255, 255, 0.2);
    margin-bottom: 10px;
    text-align: center;
    line-height: 32px;
    color:#FFF;
    white-space: nowrap;
    margin-right:10px;
}

.popUpSpace > .goodCard > div > div.opis {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom:20px;
}

.popUpSpace > .goodCard > div > div.warning {
    background: rgba(244, 186, 38, 0.2);
    border: 1px solid #F4BA26;
    box-sizing: border-box;
    font-family: 'Proxima Nova Rg';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    padding:10px;
    color: rgba(255, 255, 255, 0.7);
}

.popUpSpace > .paymentPopup, .popUpSpace > .authPopup, .popUpSpace > .rememberPopup {
    background: #000000;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.5);
    position: relative;
    padding: 20px;
    height:620px;
}

.popUpSpace > .authPopup, .popUpSpace > .rememberPopup {
    height: auto;
    padding: 40px;
}

.popUpSpace > .paymentPopup > a, .popUpSpace > .authPopup > a:first-child, .popUpSpace > .rememberPopup > a:first-child {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 25px;
    height: 25px;
    color:#FFF;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    background: #FF3A3A;
    font-family: 'Proxima Nova Rg';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
}

.popUpSpace > .paymentPopup > a:hover, .popUpSpace > .authPopup > a:first-child:hover, .popUpSpace > .rememberPopup > a:first-child:hover {
    background-color: #FFF;
    color:#000;
}

.popUpSpace > .authPopup > a:first-child, .popUpSpace > .rememberPopup > a:first-child {
    right: 40px;
    top: 40px;
}

.popUpSpace > .paymentPopup > h3, .popUpSpace > .authPopup > h3, .popUpSpace > .rememberPopup > h3 {
    border-left: solid 3px #FF3A3A;
    margin:0;
    padding:0;
    padding-left:10px;
    font-family: 'Proxima Nova Rg';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 29px;
    color: #FFFFFF;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.popUpSpace > .paymentPopup > label, .popUpSpace > .authPopup > label, .popUpSpace > .rememberPopup > label, .rememberForm > label {
    display: block;
    font-family: 'Proxima Nova Rg';
    font-style: normal;
    font-weight: 200;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    width: 322px;
    margin-top:20px;
}

.popUpSpace > .paymentPopup > label.error, .popUpSpace > .authPopup > label.error, .popUpSpace > .rememberPopup > label.error, .rememberForm > label.error {
    margin-top:10px;
}

.popUpSpace > .paymentPopup > label input, .popUpSpace > .authPopup > label input, .popUpSpace > .rememberPopup > label input, .rememberForm > label input {
    width: 310px;
    height: 20px;
    text-align: center;
    padding: 5px;
    display: block;
    margin-top:10px;
    color:#FFF;
    font-size:16px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    outline: none;
}

.popUpSpace > .authPopup > label input, .popUpSpace > .rememberPopup > label input {
    padding:10px 5px;
}

.popUpSpace > .paymentPopup > label.error input, .popUpSpace > .authPopup > label.error input, .popUpSpace > .rememberPopup > label.error input, .rememberForm > label.error input {
    border: 1px solid #FF3A3A;
}

.popUpSpace > .paymentPopup > label small, .popUpSpace > .authPopup > label small, .popUpSpace > .rememberPopup > label small, .rememberForm label small {
    font-family: 'Proxima Nova Rg';
    font-style: normal;
    font-weight: 200;
    font-size: 12px;
    text-align: center;
    color: rgba(255, 255, 255, 0.3);
}

.popUpSpace > .paymentPopup > label.error small, .popUpSpace > .authPopup > label.error small, .popUpSpace > .rememberPopup > label.error small, .rememberForm > label.error small {
    color:#FF3A3A;
}

.popUpSpace > .paymentPopup > label small.hidden, .popUpSpace > .authPopup > label small.hidden, .popUpSpace > .rememberPopup > label small.hidden, .rememberForm > label small.hidden {
    display: none;
}

.popUpSpace > .paymentPopup > label.error small.hidden, .popUpSpace > .authPopup > label.error small.hidden, .popUpSpace > .rememberPopup > label.error small.hidden, .rememberForm > label.error small.hidden {
    display: block;
}

.popUpSpace > .paymentPopup > ul, .popUpSpace > .authPopup > ul, .popUpSpace > .rememberPopup > ul {
    margin:0;
    list-style-type: none;
    padding:0;
    margin-top:20px;
}

.popUpSpace > .paymentPopup > ul > li, .popUpSpace > .authPopup > ul > li, .popUpSpace > .rememberPopup > ul > li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    margin-bottom: 10px;
    cursor: pointer;
}

.popUpSpace > .paymentPopup > ul > li > div.radio {
    border-radius: 10px;
    width: 15px;
    height: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-right: 20px;
}

.popUpSpace > .paymentPopup > ul > li.active > div.radio {
    background-color: #FFF;
}

.popUpSpace > .paymentPopup > ul > li > div.icon {
    width: 100px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 20px;
}

.popUpSpace > .paymentPopup > ul > li > div:last-child {
    font-family: 'Proxima Nova Rg';
    font-style: normal;
    font-weight: 200;
    font-size: 19px;
    color: #FFFFFF;
}

.popUpSpace > .paymentPopup > ul > li > div:last-child small {
    display: block;
    font-family: 'Proxima Nova Rg';
    font-style: normal;
    font-weight: 200;
    font-size: 16px;
    line-height: 19px;
    color: rgba(255, 255, 255, 0.5);
}

.popUpSpace > .paymentPopup > ul > li > div.icon.qiwi {
    background-image: url(../images/donateslider/qiwi.png);
}

.popUpSpace > .paymentPopup > ul > li > div.icon.yoomoney {
    background-image: url(../images/donateslider/yoomoney.png);
}

.popUpSpace > .paymentPopup > ul > li > div.icon.visa {
    background-image: url(../images/donateslider/visa.png);
}

.popUpSpace > .paymentPopup > ul > li > div.icon.mastercard {
    background-image: url(../images/donateslider/mastercard.png);
}

.popUpSpace > .paymentPopup > ul > li > div.icon.mir {
    background-image: url(../images/donateslider/mir.png);
}

.popUpSpace > .paymentPopup > ul > li > div.icon.sbp {
    background-image: url(../images/donateslider/sbp.png);
}

.popUpSpace > .paymentPopup > button, .popUpSpace > .authPopup > button, .popUpSpace > .rememberPopup > button, .rememberForm > button {
    width: 322px;
    height: 40px;
    text-transform: uppercase;
    background: #FFFFFF;
    display: block;
    text-align: center;
    font-family: 'Proxima Nova Rg';
    font-style: normal;
    font-weight: 200;
    font-size: 18px;
    line-height: 29px;
    align-items: center;
    text-align: center;
    color: #000000;
    border:0;
    cursor: pointer;
    margin-top:20px;
}

.popUpSpace > .paymentPopup > button:hover, .popUpSpace > .authPopup > button:hover, .popUpSpace > .rememberPopup > button:hover, .rememberForm > button:hover {
    background-color: #222;
    color:#FFF;
}

.popUpSpace > .authPopup > a:last-child, .popUpSpace > .rememberPopup > a:last-child {
    display: block;
    text-align: center;
    font-family: 'Proxima Nova Rg';
    margin-top:20px;
    color:rgba(255,255,255,0.5);
    font-size: 16px;
    text-decoration: none;
}

.popUpSpace > .authPopup > a:last-child:hover, .popUpSpace > .rememberPopup > a:last-child:hover {
    color:#FFF;
}

.popUpSpace > .rememberPopup > .success {
    font-family: 'Proxima Nova Rg';
    color:#FFF;
    font-size: 16px;
    width: 321px;
    margin:20px 0;
    display: none;
}

.accountSpace {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch;
    width: 1100px;
    margin: auto;
    padding-top:40px;
}

.accountSpace > div:first-child {
}

.accountSpace > div:last-child {
    width: 670px;
}

.personalcard {
    font-family: 'Proxima Nova Rg';
    border:solid 1px rgba(255,255,255,0.2);
    padding:20px;
}

.personalcard .info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: normal;
    align-content: baseline;
}

.personalcard .info .ava {
    overflow: hidden;
    width: 250px;
}

.personalcard .info .ava .img {
    float:left;
    border: solid 1px #FF3A3A;
    border-radius: 70px;
    overflow: hidden;
    font-size: 0;
    margin-right: 20px;
}

.personalcard .info .ava .img img {
    width:70px;
    height: 70px;
}

.personalcard .info .ava p {
    margin:0;
    padding: 0;
    color:rgba(255,255,255,0.5);
    font-size:14px;
}

.personalcard .info .ava p:first-of-type {
    margin-top:10px;
}

.personalcard .info .ava p span {
    color:#FFF;
    margin-top:5px;
}

.personalcard .info > div:last-child {
    margin-top:5px;
}

.personalcard .info > div > .topUp {
    background-color: #FF3A3A;
    width:60px;
    background-image: url(../images/top-up.png);
    background-position: center center;
    background-repeat: no-repeat;
    line-height: 60px;
    height: 60px;
    text-transform: uppercase;
    color:#FFF;
    border:0;
    border-radius: 10px;
    cursor: pointer;
}

.personalcard .info > div > .topUp:hover {
    background-image: url(../images/top-up-hover.png);
    color:#000;
    background-color: #FFF;
}

.personalcard > .progressSpace {

}

.personalcard > .progressSpace > .caption {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    align-content: stretch;
    color:#FFF;
}

.personalcard > .progressSpace > .caption > p > span {
    color:rgba(255,255,255,0.5);
    font-size:15px;
}

.personalcard > .progressSpace > .progress {
    width: 100%;
    height: 10px;
    background-color: rgba(255,255,255,0.1);
}

.personalcard > .progressSpace > .progress > div {
    height: 10px;
    background-color: #FF3A3A;
}


.accountSpace > div > .history {
    font-family: 'Proxima Nova Rg';
    color:rgba(255,255,255,0.5);
    border:solid 1px rgba(255,255,255,0.2);
    padding:20px;
    margin-top:20px;
}

.accountSpace > div > .history > a.seeMore {
    display: block;
    text-align: center;
    text-decoration: none;
    color:#FFF;
}

.accountSpace > div > .history h3 {
    margin:0;
    text-transform: uppercase;
    color:#FFF;
}

.accountSpace > div > .history ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top:20px;
}

.accountSpace > div > .history ul > li {
    margin: 5px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    align-content: stretch;
    font-size: 14px;
}

.accountSpace > div > .history ul > li span.take {
    color: #FF3A3A;
}

.accountSpace > div > .history ul > li span.put {
    color:#51E045;
}

.accountSpace > div > .history ul > li span > span {
    display: inline-block;
}

.accountSpace > div > .history ul > li span > span {
    width: 70px;
    text-align: left;
}

.accountSpace > div > .history ul > li span > span:last-child {
    color:#FFF;
    width: 40px;
}

.accountSpace > div:last-child > div#property {
    display: none;
}

.accountSpace > div:last-child > div#business {
    display: none;
}
.accountSpace > div:last-child > div#org {
    display: none;
}
.accountSpace > div:last-child {
    font-family: 'Proxima Nova Rg';
}

.accountSpace > div:last-child > .tabList {
    list-style-type: none;
    margin:0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: baseline;
    align-content: stretch;
}

.accountSpace > div:last-child > .tabList > li {
}

.accountSpace > div:last-child > .tabList > li > a {
    text-decoration: none;
    padding: 10px 10px;
    color:rgba(255,255,255,0.5);
    display: block;
    margin:0 10px;
    text-transform: uppercase;
}

.accountSpace > div:last-child > .tabList > li > a:first-child {
    margin-left:0;
}

.accountSpace > div:last-child > .tabList > li > a:hover {
    color:#FFF;
}

.accountSpace > div:last-child > .tabList > li > a.active {
    background-color: #FFF;
    color:#000;
}

.accountSpace > div:last-child > div > h2 {
    color:#FFF;
    font-weight: normal;
    line-height: 40px;
    padding-left: 50px;
    background-position: left center;
    background-repeat: no-repeat;
}

.accountSpace > div:last-child > div > h2.commonInfo {
    background-image: url(../images/common.png);
}

.accountSpace > div:last-child > div > h2.licence {
    background-image: url(../images/licences.png);
}

.accountSpace > div:last-child > div > h2.skills {
    background-image: url(../images/skills.png);
}

.accountSpace > div:last-child > div > h2.vehicle {
    background-image: url(../images/car.png);
}

.accountSpace > div:last-child > div > h2.house {
    background-image: url(../images/property.png);
}

.accountSpace > div:last-child > div > h2.business {
    background-image: url(../images/business.png);
}

.accountSpace > div:last-child > div > h2.org {
    background-image: url(../images/business.png);
}

.accountSpace > div:last-child > div#info > ul.skillsset {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.accountSpace > div:last-child > div#info > ul.skillsset li {
    display: inline-block;
}

.accountSpace > div:last-child > div .commonInfoset {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.accountSpace > div:last-child > div .commonInfoset > li {
    display: inline-block;
    width:150px;
    margin:0 10px 20px;
    padding:10px 20px;
    border: solid 1px rgba(255,255,255,0.5);
    background-color: rgba(255,255,255,0.02);
}

.accountSpace > div:last-child > div .commonInfoset > li.full {
    width:auto;
}

.accountSpace > div:last-child > div .commonInfoset > li > p {
    color:rgba(255,255,255,0.5);
    margin:0;
    font-size: 14px;
}

.accountSpace > div:last-child > div .commonInfoset > li > p:last-child {
    color:#FFF;
    font-size:24px;
    margin-top:10px;
}

.accountSpace > div:last-child > div .commonInfoset > li > p:last-child > span {
    color:rgba(255,255,255,0.5);
    font-size: 20px;
}

.accountSpace > div:last-child > div .commonInfoset > li > p:last-child.cash > span {
    color:#51E045;
}

.accountSpace > div:last-child > div#info .licenceset {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.accountSpace > div:last-child > div#info .licenceset > li {
    display: inline-block;
    width:150px;
    margin:0 10px 20px;
    padding:10px 20px;
    border: solid 1px rgba(255,255,255,0.5);
    background-color: rgba(255,255,255,0.02);
}

.accountSpace > div:last-child > div#info .licenceset > li > p {
    color:rgba(255,255,255,0.5);
    margin:0;
    font-size: 14px;
}

.accountSpace > div:last-child > div#info .licenceset > li > p:last-child:before {
    content: '';
    width:10px;
    height: 10px;
    background-color: #51E045;
    display: block;
    float:left;
    margin-top:8px;
    margin-right: 10px;
    box-shadow: 0px 0px 10px 1px #51E045;
}

.accountSpace > div:last-child > div#info .licenceset > li > p:last-child {
    font-size:22px;
    margin-top:10px;
    font-weight: bold;
}

.accountSpace > div:last-child > div#info .licenceset > li > p:last-child.enabled {
    color: #51E045;
}

.accountSpace > div:last-child > div#info .licenceset > li > p:last-child.disabled:before {
    background-color:#FF3A3A;
    box-shadow: 0px 0px 10px 1px #FF3A3A;
}

.accountSpace > div:last-child > div#info .licenceset > li > p:last-child.disabled {
    color: #FF3A3A;
}

.accountSpace > div:last-child > div#info .skillsset {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.accountSpace > div:last-child > div#info .skillsset > li {
    display: inline-block;
    width:150px;
    margin:0 10px 20px;
    padding:10px 20px;
    border: solid 1px rgba(255,255,255,0.5);
    background-color: rgba(255,255,255,0.02);
}

.accountSpace > div:last-child > div#info .skillsset > li > div:first-child {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
}

.accountSpace > div:last-child > div#info .skillsset > li > div > p {
    color:rgba(255,255,255,0.5);
    margin:0;
    font-size: 14px;
}

.accountSpace > div:last-child > div#info .skillsset > li > div > p:last-child {
    font-size: 20px;
}

.accountSpace > div:last-child > div#info .skillsset > li > div > p:last-child > span {
    color:#FF3A3A;
    font-weight: bold;
}

.accountSpace > div:last-child > div#info .skillsset > li > div.progress {
    width: 100%;
    height: 10px;
    background-color: rgba(255,255,255,0.1);
    margin:10px 0;
}

.accountSpace > div:last-child > div#info .skillsset > li > div.progress > div {
    height: 10px;
    background-color: #FF3A3A;
}

.accountSpace > div:last-child > div#property .vehicleset {
    list-style-type: none;
    margin:0;
    padding: 0;
}

.accountSpace > div:last-child > div#property .vehicleset > li {
    border: solid 1px rgba(255,255,255,0.5);
    background-color: rgba(255,255,255,0.02);
    padding: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch;
    margin-bottom: 20px;
}

.accountSpace > div:last-child > div#property .vehicleset > li > div {
    color:rgba(255,255,255,0.5)
}

.accountSpace > div:last-child > div#property .vehicleset > li > div h2 {
    margin:5px 0;
    color:#FFF;
}

.accountSpace > div:last-child > div#property .vehicleset > li > div > p {
    margin: 0;
    padding: 0;
    color:rgba(255,255,255,0.5);
}

.accountSpace > div:last-child > div#property .vehicleset > li button {
    border:0;
    width: 150px;
    height: 60px;
    border: solid 1px rgba(255,255,255,0.5);
    background-color: rgba(255,255,255,0.2);
    cursor: pointer;
    color:#FFF;
    font-size: 16px;
    text-transform: uppercase;
}

.accountSpace > div:last-child > div#property .vehicleset > li button:hover {
    background-color: #FFF;
    color:#000;
}

.accountSpace > div:last-child > div#property .vehicleset > li > div:last-child {
    display: none;
}

.accountSpace > div:last-child > div#property .vehicleset > li > div:last-child > ul {
    list-style-type: none;
    margin:0;
    padding:0;
    width: 450px;
    margin-top: 20px;
}

.accountSpace > div:last-child > div#property .vehicleset > li > div:last-child > ul > li {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    align-content: stretch;
    border-bottom: dashed 1px rgba(255,255,255,0.2);
    margin-bottom: 5px;
}

.accountSpace > div:last-child > div#property .vehicleset > li > div > p > span {
    color:#51E045;
}

.accountSpace > div:last-child > div#property .vehicleset > li > div:last-child > ul > li > span {
    display: block;
}

.accountSpace > div:last-child > div#property .vehicleset > li > div:last-child > ul > li > span:last-child {
    color:#FFF;
}

.accountSpace > div:last-child > div#property .vehicleset > li > div:last-child > div {
    margin-top:20px;
}

.accountSpace > div:last-child > div#property .vehicleset > li > div:last-child > div > ul {
    list-style-type: none;
    margin:0;
    padding: 0;
}

.accountSpace > div:last-child > div#property .vehicleset > li > div:last-child > div > span {
    margin-bottom: 20px;
    display: block;
    font-size: 20px;
    color:#FFF;
}

.accountSpace > div:last-child > div#property .vehicleset > li > div:last-child > div > ul > li {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    align-content: stretch;
    border-bottom: dashed 1px rgba(255,255,255,0.2);
    margin-bottom: 5px;
}

.accountSpace > div:last-child > div#property .houseset {
    list-style-type: none;
    margin:0;
    padding: 0;
}

.accountSpace > div:last-child > div#property .houseset li {
    margin-bottom: 20px;
    border: solid 1px rgba(255,255,255,0.5);
    background-color: rgba(255,255,255,0.02);
    padding:20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch;
}

.accountSpace > div:last-child > div#property .houseset li > div > p {
    color:rgba(255,255,255,0.5);
    margin:0;
}

.accountSpace > div:last-child > div#property .houseset > li > div > p > span {
    color:#51E045;
}

.accountSpace > div:last-child > div#property .houseset > li button {
    border:0;
    width: 150px;
    height: 60px;
    border: solid 1px rgba(255,255,255,0.5);
    background-color: rgba(255,255,255,0.2);
    cursor: pointer;
    color:#FFF;
    font-size: 16px;
    text-transform: uppercase;
}
.accountSpace > div:last-child > div#property .houseset > li > div h2 {
    margin:5px 0;
    color:#FFF;
}

.accountSpace > div:last-child > div#property .houseset > li > div:last-child {
    display: none;
    width:100%;
}

.accountSpace > div:last-child > div#property .houseset > li > div:last-child > p {

}

.accountSpace > div:last-child > div#property .houseset > li > div:last-child > div.water {

}

.accountSpace > div:last-child > div#property .houseset > li > div:last-child > div.water > p {
    color:#FFF;
}

.accountSpace > div:last-child > div#property .houseset > li > div:last-child > div.water > p > span {
    color:#51E045;
}

.accountSpace > div:last-child > div#property .houseset > li > div:last-child > div.water > div {
    width: 100%;
    height: 10px;
    background-color: rgba(255,255,255,0.1);
    margin:10px 0;
}

.accountSpace > div:last-child > div#property .houseset > li > div:last-child > div.water > div > div {
    height: 10px;
    background-color: #FF3A3A;
}


.accountSpace > div:last-child > div#business .businessset {
    list-style-type: none;
    margin:0;
    padding: 0;
}

.accountSpace > div:last-child > div#business .businessset li {
    margin-bottom: 20px;
    border: solid 1px rgba(255,255,255,0.5);
    background-color: rgba(255,255,255,0.02);
    padding:20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch;
}

.accountSpace > div:last-child > div#business .businessset > li > div:first-child > p {
    color:rgba(255,255,255,0.5);
    margin:0;
}

.accountSpace > div:last-child > div#business .businessset > li > div:last-child > p {
    color:rgba(255,255,255,0.5);
    margin:0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    align-content: stretch;
    border-bottom: dashed 1px rgba(255,255,255,0.2);
    padding: 5px 0;
}

.accountSpace > div:last-child > div#business .businessset > li > div:first-child > p > span {
    color:#51E045;
    display: inline-block;
    margin-left:10px;
}

.accountSpace > div:last-child > div#business .businessset > li > div:last-child > p > span {
    display: block;
}

.accountSpace > div:last-child > div#business .businessset > li > div:last-child > p > span:last-child {
    color:#FFF;
}

.accountSpace > div:last-child > div#business .businessset > li button {
    border:0;
    width: 150px;
    height: 60px;
    border: solid 1px rgba(255,255,255,0.5);
    background-color: rgba(255,255,255,0.2);
    cursor: pointer;
    color:#FFF;
    font-size: 16px;
    text-transform: uppercase;
}
.accountSpace > div:last-child > div#business .businessset > li > div h2 {
    margin:5px 0;
    color:#FFF;
}

.accountSpace > div:last-child > div#business .businessset > li > div h3 {
    margin:20px 0 5px;
    color:#FFF;
}

.accountSpace > div:last-child > div#business .businessset > li > div:last-child {
    display: none;
    width:100%;
    margin-top:20px;
}

.accountSpace > div:last-child > div#business .businessset > li > div:last-child > p {

}

.accountSpace > div:last-child > div#org .orgset {
    list-style-type: none;
    margin:0;
    padding: 0;
}

.accountSpace > div:last-child > div#org .orgset li {
    margin-bottom: 20px;
    border: solid 1px rgba(255,255,255,0.5);
    background-color: rgba(255,255,255,0.02);
    padding:20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch;
}

.accountSpace > div:last-child > div#org .orgset > li > div:first-child > p {
    color:rgba(255,255,255,0.5);
    margin:0;
}

.accountSpace > div:last-child > div#org .orgset > li > div:last-child > p {
    color:rgba(255,255,255,0.5);
    margin:0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    align-content: stretch;
    border-bottom: dashed 1px rgba(255,255,255,0.2);
    padding: 5px 0;
}

.accountSpace > div:last-child > div#org .orgset > li > div > p > span {
    display: block;
}

.accountSpace > div:last-child > div#org .orgset > li > div > p > span:last-child {
    color:#FFF;
}

.accountSpace > div:last-child > div#org .orgset > li button {
    border:0;
    width: 150px;
    height: 60px;
    border: solid 1px rgba(255,255,255,0.5);
    background-color: rgba(255,255,255,0.2);
    cursor: pointer;
    color:#FFF;
    font-size: 16px;
    text-transform: uppercase;
}

.accountSpace > div:last-child > div#org .orgset > li > div h2 {
    margin:5px 0;
    color:#FFF;
}

.accountSpace > div:last-child > div#org .orgset > li > div h3 {
    margin:20px 0 5px;
    color:#FFF;
}

.accountSpace > div:last-child > div#org .orgset > li > div:last-child {
    display: none;
    width:100%;
    margin-top:20px;
}

.accountSpace > div:last-child > div#org .orgset > li > div:last-child > p {

}

.noProperty {
    color:#FFF;
    font-size: 21px;
}

.table-container {
    margin: 20px auto;
}
table {
    width: 100%;
    border-collapse: collapse;
}
th, td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
    color:#FFF;
}
th {
    background-color: #f4f4f4;
    color:#000;
    font-size: 15px;
}

h1.article {
    width:1110px;
    margin: 70px auto 40px;
    font-family: 'Proxima Nova Rg';
}

h2.article {
    width:1110px;
    margin: 40px auto 20px;
    font-family: 'Proxima Nova Rg';
    font-size: 21px;
    color:#FFF;
}

section.article {
    font-family: 'Proxima Nova Rg';
    border:solid 1px rgba(255,255,255,0.5);
    background-color: rgba(255,255,255,0.05);
    padding:20px;
    color:#FFF;
    width:1110px;
    margin: auto;
}

section.article.center {
    width:320px;
}

section.article a {
    display: inline-block;
    padding:10px 20px;
    background-color: #FFF;
    text-decoration: none;
    color:#000;
    font-weight: bold;
}

section.article a:hover {
    background-color: #000;
    color:#FFF;
}

.newsList {
    margin:auto;
    width:1120px;
}

.newsList ul {
    font-family: 'Proxima Nova Rg';
    color:#FFF;
    list-style-type: none;
    padding: 0;
    margin: 0px -5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: baseline;
    align-content: stretch;
    margin: 0 -60px;
}

.newsList ul li {
    width: 390px;
    background-color: rgba(255,255,255,0.05);
    border:solid 1px rgba(255,255,255,0.2);
    margin:10px;
}

.newsList ul li img {
    width:100%;
}

.newsList ul li h3 {
    margin: 10px 20px;
    height: 50px;
}

.newsList ul li p {
    margin: 5px 20px;
    height: 120px;
    border-bottom: solid 1px rgba(255,255,255,0.2);
    margin-bottom: 20px;
}

.newsList ul li > div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    padding: 0px 20px;
    padding-bottom: 20px;
}

.newsList ul li > div > div {
    background-image: url(../images/u_calendar-alt.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    color:rgba(255,255,255,0.5);
}

.newsList ul li > div > a {
    display: block;
    background-color: #FFF;
    width:50px;
    height: 50px;
    background-image: url(../images/u_angle-right-b.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.newsItem {
    width:1120px;
    margin:auto;
    background-color: rgba(255,255,255,0.05);
    border:solid 1px rgba(255,255,255,0.2);
    font-family: 'Proxima Nova Rg';
    color:#FFF;
    padding:0;
}

.newsItem h2 {
    padding: 0  20px 20px;
    font-size: 18px;
    font-weight: normal;
    border-bottom: solid 1px rgba(255,255,255,0.2);
    margin-bottom: 0;
}

.newsItem h2 > span {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    background-color: rgba(255,255,255,0.3);
    background-image: url(../images/u_calendar-alt.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 40px;
    padding-right: 10px;
    margin-right: 20px;
}

.newsItem img {
    margin:auto;
    margin-top:20px;
    display: block;
}

.newsItem p {
    padding:20px;
    margin:0;
}

h1.article.main {
    text-transform: uppercase;
    text-align: center;
}

h1.article.main:after {
    content: '';
    display: block;
    width:300px;
    height: 5px;
    background-color: #FF3A3A;
    margin: 10px auto;
}

.start {
    font-family: 'Proxima Nova Rg';
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    list-style-type: none;
    margin:auto;
    width: 1120px;
    padding: 0;
}

.start li {
    margin:0 -50px 20px;
    background-color: rgba(0,0,0,0.05);
    border:solid 1px rgba(255,255,255,0.2);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
}

.start li span {
    background-color: #FF3A3A;
    padding:10px;
    display: inline-block;
    color:#FFF;
}

.start li p:first-of-type {
    font-family: 'Proxima Nova Rg';
    text-align: center;
    text-transform: uppercase;
    color:#FFF;
    font-weight: bold;
    font-size:19px;
    margin-top:300px;
    margin-bottom: 0;
}

.start li p:last-of-type {
    font-family: 'Proxima Nova Rg';
    text-align: center;
    color:rgba(255,255,255,0.5);
    font-size:15px;
    padding:20px 20px;
    height: 50px;
    margin-top:0;
    margin-bottom: 0;
    width:350px;
}

.start li:nth-child(1) {
    background-image: url(../images/start1.png);
}

.start li:nth-child(2) {
    background-image: url(../images/start2.png);
}

.start li:nth-child(3) {
    background-image: url(../images/start3.png);
}

.start li a {
    display: block;
    margin:auto;
    width:150px;
    text-align: center;
    padding:10px 20px;
    text-transform: uppercase;
    color:#FFF;
    text-decoration: none;
    background-color: #FF3A3A;
    font-family: 'Proxima Nova Rg';
    margin-bottom: 40px;
}

.start li a:hover {
    background-color: #FFF;
    color:#000;
}

.landingContainer {
    font-family: 'Proxima Nova Rg';
    background-image: url(../images/mainSliderPreview.png);
    width:1120px;
    margin: auto;
    color:#FFF;
    height: 620px;
    background-repeat: no-repeat;
    background-position: right top;
}

.landingContainer h1 {
    text-transform: uppercase;
    font-size: 60px;
    margin: 0;
    padding: 0;
    margin-top:20px;
    padding-top: 100px;
}

.landingContainer p {
    width: 500px;
}

.landingContainer p:first-of-type {
    margin-top:50px;
}

.landingContainer div {
    width:420px;
    margin-top:50px;
    font-size: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
}

.landingContainer div > a:first-child {
    display: inline-block;
    background-color: #FFF;
    color:#000;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 21px;
    padding:20px 20px;
    font-weight: bold;
}

.landingContainer div > a:first-child:hover {
    background-color: #FF3A3A;
    color:#FFF;
}

.landingContainer div > a:last-child {
    display: inline-block;
    background-image: url(../images/mapurl.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding-left:100px;
    margin-left:40px;
    text-decoration: none;
    color:#FF3A3A;
    font-size: 21px;
    font-weight: bold;
}

.landingContainer div > a:last-child span {
    display: block;
    color:#fff;
    font-size: 16px;
}

@media all and (max-width: 1120px) {
    .accountSpace {
        width: auto;
    }
    .accountSpace > div:first-child {
        margin: auto;
    }
    .accountSpace > div:last-child {
        margin: auto;
        margin-top: 50px;
        width: 500px;
    }
    .accountSpace > div:last-child > div#info .commonInfoset {
        text-align: center;
    }
    .accountSpace > div:last-child > .tabList {
        justify-content: center;
    }
    .accountSpace > div:last-child > div > h2 {
        text-align: center;
        background: none;
        background-image:none !important;
        padding: 0;
    }
    .accountSpace > div:last-child > div#info .licenceset {
        text-align: center;
    }
    .accountSpace > div:last-child > div#info > ul.skillsset {
        text-align: center;
    }

    section.article {
        width: auto;
        margin:auto 20px;
    }

    .newsList {
        width: auto;
        margin:auto 20px;
    }

    .newsList ul {
        justify-content: center;
        margin:auto;
    }

    .start {
        width: auto;
    }

    .start li {
        margin: 20px auto;
        width: 330px;
    }

    .start li p:last-of-type {
        max-width:300px;
    }

    h1.article.main {
        display: block;
        width: auto;
    }

    .landingContainer {
        width: auto;
        margin:20px;
        background-size: contain;
        padding-top:500px;
        padding-top: 300px;
        height: auto;
    }

    .landingContainer p {
        width: auto;
        text-align: center;
    }

    .landingContainer > div {
        width: auto;
        justify-content: center;
    }

    .landingContainer div > a:last-child {
        margin-left:0;
    }
    .landingContainer div > a {
        margin:20px;
    }

    .newsItem img {
        width: 100%;
    }
    .newsItem {
        width: auto;
        margin: 20px;
    }

    h2.article {
        width: auto;
        text-transform: uppercase;
        text-align: center;
    }

    .newsItem h2 > span {
        display: block;
        margin-bottom: 20px;
        margin-right: 0;
    }
}

/* Popup Font Styles - Proxima Nova Rg */
.popUpFade,
.popUpSpace,
.authPopup,
.rememberPopup,
.paymentPopup,
.cookie-consent,
.cookie-settings,
.cookie-settings-content,
.popUpFade *,
.popUpSpace *,
.authPopup *,
.rememberPopup *,
.paymentPopup *,
.cookie-consent *,
.cookie-settings *,
.cookie-settings-content *,
.popUpFade h1,
.popUpFade h2,
.popUpFade h3,
.popUpFade h4,
.popUpFade h5,
.popUpFade h6,
.popUpFade p,
.popUpFade span,
.popUpFade div,
.popUpFade button,
.popUpFade input,
.popUpFade label,
.popUpFade a,
.popUpSpace h1,
.popUpSpace h2,
.popUpSpace h3,
.popUpSpace h4,
.popUpSpace h5,
.popUpSpace h6,
.popUpSpace p,
.popUpSpace span,
.popUpSpace div,
.popUpSpace button,
.popUpSpace input,
.popUpSpace label,
.popUpSpace a,
.authPopup h1,
.authPopup h2,
.authPopup h3,
.authPopup h4,
.authPopup h5,
.authPopup h6,
.authPopup p,
.authPopup span,
.authPopup div,
.authPopup button,
.authPopup input,
.authPopup label,
.authPopup a,
.rememberPopup h1,
.rememberPopup h2,
.rememberPopup h3,
.rememberPopup h4,
.rememberPopup h5,
.rememberPopup h6,
.rememberPopup p,
.rememberPopup span,
.rememberPopup div,
.rememberPopup button,
.rememberPopup input,
.rememberPopup label,
.rememberPopup a {
    font-family: 'Proxima Nova Rg', Arial, sans-serif !important;
}

/* Cookie Consent Styles */
.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    border-top: 2px solid #ff3a3a;
    padding: 20px;
    z-index: 10000;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.5);
    animation: slideUp 0.3s ease-out;
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

.cookie-consent-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cookie-consent-text {
    flex: 1;
    min-width: 300px;
}

.cookie-consent-text h4 {
    color: #ffffff;
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: bold;
}

.cookie-consent-text p {
    color: #cccccc;
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
}

.cookie-consent-text a {
    color: #ff3a3a;
    text-decoration: underline;
}

.cookie-consent-text a:hover {
    color: #ff6b6b;
}

.cookie-consent-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.cookie-consent-buttons button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Proxima Nova Rg', Arial, sans-serif !important;
    transition: all 0.3s ease;
    min-width: 120px;
}

.btn-accept {
    background: #ff3a3a;
    color: white;
}

.btn-accept:hover {
    background: #ff6b6b;
    transform: translateY(-2px);
}

.btn-reject {
    background: #666666;
    color: white;
}

.btn-reject:hover {
    background: #888888;
    transform: translateY(-2px);
}

.btn-customize {
    background: transparent;
    color: #ff3a3a;
    border: 2px solid #ff3a3a;
}

.btn-customize:hover {
    background: #ff3a3a;
    color: white;
    transform: translateY(-2px);
}

/* Cookie Settings Modal */
.cookie-settings {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10001;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.cookie-settings-content {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    border: 2px solid #ff3a3a;
    border-radius: 10px;
    padding: 30px;
    max-width: 500px;
    width: 100%;
    max-height: 80vh;
    overflow-y: auto;
    animation: modalFadeIn 0.3s ease-out;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.cookie-settings h3 {
    color: #ffffff;
    margin: 0 0 20px 0;
    text-align: center;
    font-size: 24px;
}

.cookie-category {
    margin-bottom: 20px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.cookie-category label {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #ffffff;
    gap: 15px;
}

.cookie-category input[type="checkbox"] {
    transform: scale(1.2);
    flex-shrink: 0;
}

.cookie-text {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.cookie-category strong {
    color: #ff3a3a;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.2;
}

.cookie-category span {
    color: #cccccc;
    font-size: 14px;
    line-height: 1.3;
}

.cookie-settings-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 30px;
    flex-wrap: wrap;
}

.cookie-settings-buttons button {
    padding: 12px 25px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Proxima Nova Rg', Arial, sans-serif !important;
    transition: all 0.3s ease;
    min-width: 140px;
}

.btn-save {
    background: #ff3a3a;
    color: white;
}

.btn-save:hover {
    background: #ff6b6b;
    transform: translateY(-2px);
}

.btn-accept-all {
    background: #28a745;
    color: white;
}

.btn-accept-all:hover {
    background: #34ce57;
    transform: translateY(-2px);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .cookie-consent-content {
        flex-direction: column;
        text-align: center;
    }
    
    .cookie-consent-buttons {
        justify-content: center;
        width: 100%;
    }
    
    .cookie-consent-buttons button {
        flex: 1;
        min-width: 100px;
    }
    
    .cookie-settings-content {
        margin: 10px;
        padding: 20px;
    }
    
    .cookie-settings-buttons {
        flex-direction: column;
    }
    
    .cookie-settings-buttons button {
        width: 100%;
    }
    
    .cookie-category label {
        gap: 10px;
    }
    
    .cookie-category input[type="checkbox"] {
        transform: scale(1.1);
    }
}
