@import url('https://fonts.googleapis.com/css?family=Bad+Script&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700,900&subset=cyrillic,greek');

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strong, sub, sup, b, u, i, ol, ul, li, fieldset, form, label, article, aside, canvas, embed, figure, figcaption, footer, header, nav, output, section, address, audio, video, button, input, textarea {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

article, aside, figcaption, figure, footer, header, nav, section {
    display: block
}

body {
    line-height: 1.2;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

ol, ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a, button {
    text-decoration: none;
    color: inherit
}

button, input, textarea {
    background: none
}

textarea {
    resize: none
}

[debug] {
    display: none
}

.none {
    display: none
}

.cf:after, .cf:before {
    display: table
}

.cell {
    width: 100%;
}

.table {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

*, *:after, *:before {
    box-sizing: border-box
}

.rel, *, *:after, *:before {
    position: relative
}

.abs {
    position: absolute
}

.cf {
    *zoom: 1
}

.cf:after, .cf:before {
    content: ""
}

.cf:after {
    clear: both
}

.tac {
    text-align: center
}

.nowrap {
    white-space: nowrap
}

.list {
    margin: 0;
    padding-left: 0;
    list-style: none
}

html.mac button, html.mac input, html.mac textarea, html.is-mac {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-osx-font-smoothing: antialiased
}

::-moz-selection {
    background: #292929;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #292929;
    color: #fff;
    text-shadow: none
}

*, *:after, *:before {
    outline: none
}

html, body {
    width: 100%
}

@media (min-width: 1025px) {
    html, body {
        height: 100%;
        overflow: hidden
    }
}

html {
    font-size: 100%
}

html.is-locked {
    overflow: hidden;
    height: 100%
}

body {
    color: #fff;
    background: #f4f4f4;
    font: 400 16px 'Roboto', sans-serif;
}

.is-locked body {
    overflow: hidden;
    height: 100%
}

@media (min-width: 768px) {
    body {
        font-size: 17px
    }
}

@media (min-width: 1025px) {
    body {
        font-size: 17px;
        background-image: none
    }
}

@media (min-width: 1200px) {
    body {
        font-size: 19px
    }
}

@media (min-width: 1400px) {
    body {
        font-size: 22px
    }
}

.main {
    display: block;
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) and (max-width: 1025px) {
    .main {
        *zoom: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .main:after, .main:before {
        content: "";
        display: table
    }

    .main:after {
        clear: both
    }
}

.btn {
    display: inline-block;
    padding: 0.5em 1.33em;
    font-weight: 700;
    border: 2px solid;
    cursor: pointer;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: border, color
}

.is-loaded .btn {
    -webkit-transition: all 1s cubic-bezier(1, 0, 0, 1);
    transition: all 1s cubic-bezier(1, 0, 0, 1)
}

.btn:hover {
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1)
}

.btn:hover .btn-bg {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1.1);
    -ms-transform: translateY(-50%) scale(1.1);
    transform: translateY(-50%) scale(1.1)
}

.no-csstransforms3d .btn:hover .btn-bg {
    -webkit-transform: translate(0, -50%) scale(1.1);
    -ms-transform: translate(0, -50%) scale(1.1);
    transform: translate(0, -50%) scale(1.1)
}

.btn.white {
    color: rgba(255, 255, 255, 0.8)
}

.btn.black {
    color: rgba(0, 0, 0, 0.6)
}

.btn.black:last-of-type {
    background: #fff
}

.btn-bg {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0;
    padding-top: calc(100% + 2.66em);
    border-radius: 100px;
    opacity: 0;
    -webkit-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0)
}

.no-csstransforms3d .btn-bg {
    -webkit-transform: translate(0, -50%) scale(0);
    -ms-transform: translate(0, -50%) scale(0);
    transform: translate(0, -50%) scale(0)
}

.i {
    display: inline-block
}

.i-down {
    width: 2.7em;
    height: 2.7em;
    margin-left: -1.4em;
    bottom: 5px;
    background: #292929;
    color: white;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
}

.i-down.btn {
    padding: 0;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1)
}

.i-down .btn-bg {
    height: 100%;
    padding-top: 0
}

.i-down:hover svg {
    -webkit-transform: scale(0.95, 1.1);
    -ms-transform: scale(0.95, 1.1);
    transform: scale(0.95, 1.1)
}

.i-down:active {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px)
}

.no-csstransforms3d .i-down:active {
    -webkit-transform: translate(0, 2px);
    -ms-transform: translate(0, 2px);
    transform: translate(0, 2px)
}

.i-down:active svg {
    -webkit-transform: scale(0.9, 1.3);
    -ms-transform: scale(0.9, 1.3);
    transform: scale(0.9, 1.3)
}

.i-down svg {
    z-index: 3;
    display: inline-block;
    vertical-align: middle;
    fill: #fff;
    width: 0.8em;
    height: 0.8em;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1)
}

.header {
    z-index: 100;
    font-size: 1rem;
    text-align: center
}

@media (max-width: 1025px) {
    .header {
        right: 1em;
        position: absolute;
        top: 1em;
    }
}
@media (max-width: 640px) {
    .header {
        right: 0;
        width: 100%;
    }
}
@media (max-width: 320px) {
    .header {
        top: 0.3em;
    }
}

@media (min-width: 1025px) {
    .header {
        position: absolute;
        top: 2em;
        right: 3em;
    }
}

@media (min-width: 1200px) and (min-height: 900px) {
    .header {
        top: 5em;
        right: 5em;
    }
}

@media (min-width: 1400px) and (min-height: 900px) {
    .header {
        top: 5em;
        right: 5em;
    }
}

.header-btn {
    right: 0;
    color: #777777;
    border-color: #777777;
    border-width: 2px;
    text-transform: uppercase;
    font-size: 13px;
    padding: 0.62em 3.5em;
    font-weight: 400;
}

.header-btn.is-open {
    border-color: transparent;
    -webkit-transition: border-color 0s 0s;
    transition: border-color 0s 0s
}

.header-btn.is-open .btn-bg {
    display: none
}

.logo {
    z-index: 101;
    width: 11em;
    margin: 2em auto;
    background: #f4f4f4;
    padding: 1em 2em;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

@media (max-width: 1025px) {
    .logo {
        margin: 0 0 0 1em;
        padding: 0.5em;
        background: transparent;
        width: 9em;
    }
}

@media (min-width: 1025px) {
    .logo {
        position: absolute;
        top: 0;
        left: 50%;
        margin: 0 0 0 -5.5em;
    }
}

.i-logo {
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: center bottom;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

.is-loaded .i-logo {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

#logo-mask {
    fill: #fff
}

@media (min-width: 1025px) {
    #logo-mask {
        fill: #fff
    }
}

.Header {
    width: 100%;
}
.Header h2 img {
    max-width: 100%;
}

.loader-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scaleX(25) scaleY(25);
    -ms-transform: scaleX(25) scaleY(25);
    transform: scaleX(25) scaleY(25);
    background: #f4f4f4;
}

.is-loaded .loader-bg {
    -webkit-transform: scaleX(1) scaleY(1) !important;
    -ms-transform: scaleX(1) scaleY(1) !important;
    transform: scaleX(1) scaleY(1) !important;
    -webkit-transition: all 1s 0.1s cubic-bezier(0.485, 0.605, 0, 1);
    transition: all 1s 0.1s cubic-bezier(0.485, 0.605, 0, 1)
}

@media (max-width: 1025px) {
    .loader-bg {
        -webkit-transform: scaleX(30) scaleY(30) !important;
        -ms-transform: scaleX(30) scaleY(30) !important;
        transform: scaleX(30) scaleY(30) !important
    }

    .is-loaded .loader-bg {
        -webkit-transform: scaleX(1) scaleY(1) !important;
        -ms-transform: scaleX(1) scaleY(1) !important;
        transform: scaleX(1) scaleY(1) !important;
        -webkit-transition: all 1s 0.1s cubic-bezier(0.485, 0.605, 0, 1);
        transition: all 1s 0.1s cubic-bezier(0.485, 0.605, 0, 1)
    }
}

.nav {
    display: none;
    counter-reset: nav;
    z-index: 100;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2em;
    height: 100%;
    margin-left: -0.5em;
    font-size: 1rem
}

@media (min-width: 1025px) {
    .nav {
        display: block;
        left: 3em
    }
}

@media (min-width: 1200px) and (min-height: 900px) {
    .nav {
        left: 5em
    }
}

@media (min-width: 1400px) and (min-height: 900px) {
    .nav {
        left: 5em
    }
}

.nav-list:before {
    content: "";
    position: absolute;
    top: 0.75em;
    left: 6px;
    bottom: 0.85em;
    width: 1px;
    background: #f4f4f4;
}

.nav-item {
    counter-increment: nav
}

.nav-link {
    display: flex;
    padding: 0.5em 0 0.5em 0;
    justify-content: flex-start;
    text-decoration: none;
    align-items: center;
    font-weight: 900
}

.nav-link:hover, .nav-link.is-active {
    text-decoration: none;
}

.nav-link:hover .nav-label, .nav-link.is-active .nav-label {
    opacity: 1;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

.nav-link:active .dot {
    -webkit-transform: scale(1.5) !important;
    -ms-transform: scale(1.5) !important;
    transform: scale(1.5) !important;
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.2s cubic-bezier(0.19, 1, 0.22, 1)
}

.nav-label {
    padding: 0 0 0 7px;
    font-size: 13px;
    zoom: 1;
    display: inline;
    opacity: 0;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1)
}

.dot, .dot-clone {
    width: 14px;
    background: #fff;
    border-radius: 9px
}

.dot {
    height: 14px;
    will-change: transform;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5)
}

.dot-clone {
    z-index: 1;
    position: fixed;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: bottom, top
}

.nav-link.is-active .dot {
    box-shadow: 0 0 0 1px #f9cbcb inset;
    border: 1px solid #fff;
}

.nav-next {
    z-index: 6;
    position: absolute;
    left: 50%;
    display: none
}

.project {
    counter-increment: projects;
    text-align: center
}

.project,
.project .left,
.project .right {
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.project,
.project .left {
    left: 0;
    align-items: center;
    display: flex;
    justify-content: center;
}

.project,
.project .right {
    right: 0
}

.project-overlay {
    z-index: 2;
    height: 100%;
}

.project-overlay .project-img {
    opacity: 0
}

.project-overlay, .project-content {
    width: 100%
}

@media (max-width: 1025px) {
    .project-overlay,
    .project-overlay .left,
    .project-content,
    .project-content .left {
        -webkit-transform: translate(0) !important;
        -ms-transform: translate(0) !important;
        transform: translate(0) !important
    }

    .project-overlay {
        z-index: 3;
    }

    .project .right {
        display: flex;
        align-items: center;
        min-height: 490px;
    }
}

@media (max-width: 860px) {
    .project .right {
        min-height: auto;
    }

    .project .right.members {
        min-height: 400px;
    }
}

@media (max-width: 768px) {
    .project:nth-of-type(odd) {
        flex-direction: column;
    }

    .project:nth-of-type(even) {
        flex-direction: column-reverse;
    }

    .project-overlay {
        height: auto;
    }
}

@media (min-width: 769px) {
    .project-overlay {
        width: 50%;
    }
}

@media (min-width: 1025px) {
    .nav-next {
        display: block;
        bottom: -20px
    }

    .project {
        position: absolute;
        padding: 0
    }

    .project.is-active {
        z-index: 1
    }

    .project.is-active .project-content {
        z-index: 1
    }

    .project.is-active .project-fig {
        -webkit-transform: scaleX(1.15) scaleY(1.15) translateZ(0);
        transform: scaleX(1.15) scaleY(1.15) translateZ(0);
        -webkit-transition: -webkit-transform 25s ease-in-out;
        transition: transform 25s ease-in-out
    }

    .no-csstransforms3d .project.is-active .project-fig {
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15)
    }

    .no-csstransitions .project.is-active .project-fig {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .project + .project {
        margin-top: 0
    }

    .project:nth-of-type(3) .right, .project:nth-of-type(even) .left {
        padding: 0 7em;
    }

    .project-overlay {
        right: auto;
        overflow: hidden
    }

    .project-content {
        width: 50%;
        height: 100%;
        overflow: hidden
    }

    .project-overlay {
        left: 0;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .project:nth-of-type(odd) .project-overlay {
        z-index: 2;
    }

    .no-csstransforms3d .project-overlay {
        -webkit-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
        transform: translate(0, -100%)
    }

    .no-csstransforms .project-overlay {
        top: -100%
    }
}

.project-fig {
    width: 100%;
    height: 0;
    padding-top: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-color: #f9cbcb;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1), opacity 1s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1), opacity 1s cubic-bezier(0.77, 0, 0.175, 1)
}

.overlay .project-fig {
    background-blend-mode: multiply
}

.project-img {
    display: none;
    width: 100%;
    height: auto
}

@media (min-width: 1025px) {
    .project-fig {
        height: 100%;
        padding-top: 0
    }

    .project-img {
        opacity: 0 !important
    }

    .project-content {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%)
    }

    .no-csstransforms3d .project-content {
        -webkit-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
        transform: translate(0, 100%)
    }

    .no-csstransforms .project-content {
        top: 100%
    }
}

@media (max-width: 1025px) {
    .project-content .btn {
        color: #fff !important
    }

    .project-overlay, .project-content {
        width: 50%;
        position: relative;
        align-items: center;
        display: flex;
        min-height: 490px;
    }
}

@media (max-width: 860px) {
    .project-overlay, .project-content {
        min-height: 400px;
    }
}

@media (max-width: 768px) {
    .project-overlay, .project-content {
        width: 100%;
    }

    .table {
        min-height: 500px;
    }
}

@media (max-width: 640px) {
    .table {
        min-height: auto;
    }
}

@media (max-width: 480px) {
    .registration-title {
        min-height: 320px;
        align-items: flex-start;
    }

    #register .project-overlay {
        align-items: flex-start;
        min-height: 370px;
    }

    .project-fig {
        padding-top: 90%;
    }
}

@media (max-width: 400px) {
    .registration-title {
        min-height: 230px;
    }

    #register .project-overlay {
        min-height: 170px;
    }
}

.project-title {
    margin: 0 2% 0.4em;
    white-space: normal;
    font: 2em/1.2 'Bad Script', cursive;
    color: #6c7683;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    max-width: 100%;
}

.project-title span {
    color: #e29090;
}

.registration-title .project-title {
    color: #2d3c52;
}

@media (min-width: 1200px) and (min-height: 900px) {
    .project-title {
        font-size: 3.5em
    }
}

@media (min-width: 1400px) and (min-height: 1000px) {
    .project-title {
        font-size: 4.5em
    }
}

@media (max-width: 1024px) {
    .project-title {
        font-size: 1.8em;
    }
}

@media (max-width: 768px) {
    .project-title {
        padding-top: 50px;
        font-size: 2.4em;
    }
}

@media (max-width: 540px) {
    .project-title {
        padding-top: 20px;
    }
}

@media (max-width: 480px) {
    .registration-title .project-title {
        padding-top: 60px;
    }
}

@media (max-width: 400px) {
    .project-title {
        font-size: 1.8em;
    }

    .registration-title .project-title {
        padding-top: 20px;
    }
}

.project-text {
    margin: 0 2% 2em;
    color: #757575;
    font-size: 12px;
    line-height: 20px;
    max-width: 100%;
}

#nude-videos .project-overlay {
    background: url(/images/index/macbook-pro.png) no-repeat center center #f9cbcb;
    background-size: 100% auto;
}

.nude-video {
    width: 65%;
    height: 45%;
    z-index: 2;
}
.video img {
    max-width: 63%;
}

@media (max-width: 1280px) {
    .nude-video {
        height: 35%;
    }
}
@media (max-width: 1200px) {
    .nude-video {
        height: 32.5%;
    }
}
@media (max-width: 1140px) {
    .nude-video {
        height: 31%;
    }
}
@media (max-width: 1025px) {
    #nude-videos .project-overlay {
        background-size: 110% auto;
    }

    .nude-video {
        width: 71%;
        height: 262px;
    }
}

@media (max-width: 960px) {
    .nude-video {
        height: 243px;
    }
}

@media (max-width: 860px) {
    .nude-video {
        height: 218px;
    }
}

@media (max-width: 768px) {
    #nude-videos .project-overlay {
        height: 800px;
    }

    .nude-video {
        height: 50%;
    }
}

@media (max-width: 640px) {
    .nude-video {
        height: 41%;
    }
}

@media (max-width: 600px) {
    #nude-videos .project-overlay {
        background-position: center 33%;
    }

    .nude-video {
        height: 39%;
    }
}

@media (max-width: 540px) {
    #nude-videos .project-overlay {
        background-position: center 50%;
        height: 500px;
    }

    .nude-video {
        height: 56%;
    }
}

@media (max-width: 480px) {
    #nude-videos .project-overlay {
        height: 440px;
    }
}

@media (max-width: 400px) {
    .nude-video {
        height: 47%;
    }
}

@media (max-width: 375px) {
    .nude-video {
        height: 43%;
    }
}

.members {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
}

@media (max-width: 1025px) {
    .members {
        background-image: url(/images/index/profile-pics-mobile.jpg);
    }
}

@media (min-width: 1025px) {
    .members {
        background-image: url(/images/index/profile-pics.jpg);
    }
}

div.LoginIndex {
    display: none;
    left: auto;
    right: 70px;
    bottom: auto;
    width: 290px;
    box-sizing: content-box;
    top: -10px;
    position: absolute;
    padding: 10px 145px 10px 10px;
}

.expanded {
    background: #f4f4f4;
}

div.LoginIndex form {
    display: flex;
    flex-direction: column-reverse;
}

div.LoginIndex dl.horizontal {
    margin: 0 0 6px;
    height: auto;
}

div.LoginIndex dl.horizontal dt {
    padding: 0 0 0 6%;
    height: auto;
    line-height: 12px;
}

div.LoginIndex dl.horizontal dd {
    margin: 0;
    float: left;
    width: 47%;
}

div.LoginIndex dl.horizontal:last-of-type dd:nth-of-type(2) {
    float: right;
    text-align: left;
}

div.LoginIndex dl.horizontal:last-of-type dd:last-of-type {
    position: absolute;
    clear: both;
    right: -127px;
    top: 0;
    width: auto;
    float: none;
}

div.LoginIndex dl.horizontal dd a {
    font-size: 11px;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.8);
    margin-left: 8px;
    white-space: nowrap;
}

div.LoginIndex dl.horizontal dd a:hover {
    text-decoration: underline;
}

div.LoginIndex dl dd label, div.LoginIndex a {
    color: #595959;
    font-size: 11px;
}

div.LoginIndex a {
    text-decoration: underline;
    color: #ef8b8e;
    font-weight: bold;
}

div.LoginIndex a:hover {
    text-decoration: none;
    color: #e82e2f;
}

div.LoginIndex dl.horizontal dd.nolabel {
    margin: 0;
}

div.LoginIndex dl.horizontal dd.nolabel label {
    margin-top: 3px;
    display: block;
    color: rgba(255, 255, 255, 0.8);
    font-size: 11px;
    line-height: 1.2;
}

div.LoginIndex #login, .LoginIndex #password {
    width: 100%;
    font: bold 12px'Roboto', sans-serif;
    text-align: left;
    height: 32px;
    border-width: 0 0 2px;
    border-color: gray;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

div.LoginIndex #password {
    float: right;
}

#rememberMe {
    margin: 0 5px 0 0;
    padding: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    display: inline-block;
    background-color: transparent;
    vertical-align: middle;
    border: 2px solid #808080;
}

#rememberMe:checked {
    box-shadow: 0 0 0px 1px #f4f4f4 inset;
    background-color: #808080;
}

#rememberMe.invalid:not(:checked) {
    background-color: transparent;
}

div.LoginIndex dl.horizontal dd.expand-block, div.LoginIndex dl.horizontal dt.expand-block {
    display: none;
}

div.LoginIndex #login.invalid, .LoginIndex #password.invalid {
    border-color: #fe0000;
}

input.login-link {
    color: #808080;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    border: 2px solid #808080;
    padding: 0;
    min-width: 115px;
    box-sizing: content-box;
    height: 30px;
    line-height: 32px;
    text-align: center;
    vertical-align: top;
    background-color: transparent;
    transition: all 0.3s ease-in;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

input.login-link:hover {
    background-color: rgba(255,255,255, 0.2);
}

.expanded input.login-link {
    border-color: gray !important;
    color: gray !important;
}

body.ja div.LoginIndex dl.horizontal dt, body.es div.LoginIndex dl.horizontal dt, body.sv div.LoginIndex dl.horizontal dt {
    padding: 10px 0 0;
}

@media (max-width: 1280px) {
    div.LoginIndex {
        width: 250px;
    }
}

@media (max-width: 640px) {
    div.LoginIndex {
        padding: 0;
        right: 100px;
        top: 0;
    }

    input.login-link {
        min-width: 80px;
    }

    body.ja div.LoginIndex dl.horizontal dt, body.es div.LoginIndex dl.horizontal dt, body.sv div.LoginIndex dl.horizontal dt {
        padding: 0;
    }

    div.LoginIndex dl.horizontal:last-of-type dd:last-of-type {
        right: 0;
    }
}

div.SwitchLocale {
    top: 0;
    bottom: auto;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 34px;
    min-width: 70px;
    flex-wrap: wrap;
    background-color: #dbdbdb;
}

div.SwitchLocale div:first-of-type {
    float: none;
    margin: 0;
    width: 100%;
}

div.SwitchLocale p {
    display: none
}

div.SwitchLocale div span.label-native {
    display: none;
}

div.SwitchLocale div span.label-lc {
    display: block;
    border-width: 0;
    padding: 0;
    height: auto;
    line-height: normal;
    font-weight: 600;
    text-transform: uppercase;
    color: #7e7e7e;
    width: 100%;
}

div.SwitchLocale div.highlighted {
    border: none;
    background-color: #c7d9e3;
    width: 400px !important;
    top: 55px;
}

div.SwitchLocale div.highlighted ul {
    padding: 10px 0;
    box-sizing: border-box;
    vertical-align: top;
    margin: 0;
    list-style: none;
    width: 33.33%;
    border: none;
}

.highlighted div.topline {
    display: none;
}

div.SwitchLocale div.highlighted ul li {
    padding: 7px 0;
}

div.SwitchLocale div.highlighted ul li a {
    padding: 0;
    font-weight: bold;
    height: auto;
    line-height: normal;
    border: none;
    text-transform: uppercase;
    color: #fff;
}

div.SwitchLocale div.highlighted ul li span {
    padding: 0;
    font-weight: bold;
    height: auto;
    line-height: normal;
    border: none;
    background: transparent;
    text-transform: uppercase;
    color: #808080;
}

div.SwitchLocale div.highlighted ul li a:hover {
    background: transparent;
    color: #808080;
}

div.SwitchLocale div#switchLocalesTrigger {
    display: none;
}

.overlay-members {
    background: rgba(255, 0, 0, 0.3);
    width: 100%;
    height: 100%;
}

.reglink-for-mob {
    display: none;
    font: bold 25px/50px 'Roboto', sans-serif;
    height: 50px;
    background: #13d88b;
    margin: 0 auto;
    width: 80%;
    border: none;
    color: #fff;
    text-transform: uppercase;
}

body.fr .reglink-for-mob {
    font-size: 18px;
}

.reglink-for-mob:hover {
    text-decoration: none;
    background: #0fffa1;
}

div.Registration {
    background-color: #fff;
    max-width: 475px;
    border-radius: 30px;
    padding: 40px 50px 30px;
    width: auto;
    box-sizing: border-box;
}

div.Registration h2 {
    display: none;
}

dl p.error {
    display: none
}

div.Registration p.warning {
    font-size: 10px;
    margin: 0;
    line-height: 1.6em;
    text-align: left;
    width: 100%;
    color: #a4a4a4;
    order: 1;
}

div.Registration p.warning label {
    white-space: normal;
}
div.Registration p.warning label a {
    text-decoration: none;
}
div.Registration p.warning label a:hover {
    text-decoration: underline;
}
@media (max-width: 1280px) {
    .logo {
        max-width: 10em;
    }
}

@media (max-width: 1025px) {
    div.Registration {
        padding: 20px 50px 40px;
        margin: 10px;
    }

    div.Registration form {
        margin-top: 0;
    }

    div.Registration p.warning {
        position: relative;
        bottom: auto;
        top: auto;
        font-size: 9px;
        left: auto;
        text-align: left;
        color: #888686;
        width: auto;
    }
}

@media (max-width: 860px) {
    div.Registration {
        padding: 10px 40px 30px;
    }
}

@media (max-width: 768px) {
    div.Registration {
        margin: 20px 20px 40px;
    }

    div.SwitchLocale div.highlighted {
        top: 49px;
    }
}

@media (max-width: 640px) {
    div.Registration {
        display: none;
    }

    .reglink-for-mob {
        display: block;
    }

    .header {
        right: 0;
        width: 100%;
    }

    div.SwitchLocale {
        right: 1em;
    }

    div.LoginIndex.expanded {
        padding: 10px 20px 10px 20px;
        top: 46px;
        width: 100%;
        box-sizing: border-box;
        right: 0;
    }

    div.LoginIndex.expanded dl.horizontal:first-of-type {
        display: flex;
    }

    div.LoginIndex.expanded dl.horizontal dt {
        white-space: nowrap;
    }

    div.LoginIndex.expanded dl.horizontal dd {
        margin: 0 0 20px;
        float: none;
        width: 100%;
    }

    div.LoginIndex.expanded dl.horizontal:last-of-type dd:last-of-type {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        float: none;
    }

    .expanded input.login-link {
        width: 100%;
        margin-top: 20px;
        height: 40px;
        box-sizing: border-box;
    }
}

@media (max-width: 480px) {
    div.Registration {
        margin: 20px 0 0;
        border-radius: 0;
        padding: 10px 20px 30px;
    }
    div.LoginIndex.expanded {
        top: 43px;
    }
}

@media (max-width: 400px) {
    div.SwitchLocale div.highlighted {
        width: 360px !important;
    }
}

@media (max-width: 360px) {
    div.SwitchLocale div.highlighted {
        width: 320px !important;
    }
}

@media (max-width: 320px) {
    div.LoginIndex {
        right: 92px;
    }
    .logo {
        width: 5em;
    }
    div.LoginIndex.expanded {
        top: 34px;
    }
    div.SwitchLocale {
        right: 0.5em;
    }
    div.SwitchLocale div.highlighted {
        top: 40px;
    }
}

div.Registration input.submit {
    line-height: normal;
    cursor: pointer;
    width: 100%;
    border: none;
    text-transform: uppercase;
    font: 700 25px 'Roboto', sans-serif;
    background: #55b61a;
    color: #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

div.Registration input.submit:hover {
    text-decoration: none;
    background: #0fffa1;
}

.submit-block {
    clear: both;
    display: flex;
    flex-direction: column;
}

div.Registration dl.horizontal {
    align-items: center;
    display: flex;
    margin: 0;
}

div.Registration dl.horizontal dt, div.Registration dl.horizontal dd {
    width: 100%;
    margin-bottom: 20px !important;
}

dl.horizontal dd.nolabel {
    left: auto;
    font-family: 'Roboto', sans-serif;
}

div.Registration dd input, div.Registration dd select {
    border-width: 0 0 2px;
    padding: 10px 0;
    color: #6d6d6d;
    font: 700 15px 'Roboto', sans-serif;
    border-color: #cbd9e2;
    border-radius: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

div.Registration dl.horizontal dt {
    font: 700 15px 'Roboto', sans-serif;
    display: none;
    color: #6d6d6d;
}

div.Registration dl.horizontal:nth-of-type(2) dt {
    width: 33%;
    display: block;
}

body.de div.Registration dl.horizontal:nth-of-type(2) dt {
    width: 39%;
}

body.nl div.Registration dl.horizontal:nth-of-type(2) dt {
    width: 42%;
}

div.Registration dl.horizontal:nth-of-type(2) dd {
    width: 67%;
}

body.de div.Registration dl.horizontal:nth-of-type(2) dd {
    width: 61%;
}

body.nl div.Registration dl.horizontal:nth-of-type(2) dd {
    width: 58%;
}

div.Registration dl.horizontal:nth-of-type(2) dd select {
    font: 700 12px 'Roboto', sans-serif;
    text-transform: uppercase;
    color: #cbd9e2;
}

div.Registration dl.horizontal dd select {
    background-image: url(/images/index/dropdown.svg);
    background-position: 99% 53%;
    background-size: auto 20%;
    background-repeat: no-repeat;
    font-weight: 700;
    font-size: 15px;
    color: #6d6d6d;
}

select::-ms-expand {
    display: none;
}

div.Registration select#birthDayPerson1, div.Registration select#birthDayPerson2 {
    width: 25%;
    margin: 0;
}

body.it div.Registration select#birthDayPerson1, div.Registration select#birthDayPerson2,
body.lt div.Registration select#birthDayPerson1, div.Registration select#birthDayPerson2 {
    width: 34%;
}

div.Registration select#birthMonthPerson1, div.Registration select#birthMonthPerson2 {
    width: 41%;
    margin: 0 1%;
}

body.it div.Registration select#birthMonthPerson1, div.Registration select#birthMonthPerson2,
body.lt div.Registration select#birthMonthPerson1, div.Registration select#birthMonthPerson2 {
    width: 33%;
}

div.Registration select#birthYearPerson1, div.Registration select#birthYearPerson2 {
    width: 26%;
    margin: 0;
}

dl p.error {
    width: 100%;
    letter-spacing: 0;
    position: absolute;
    margin: 0;
    bottom: 53px;
    left: 0;
}
.submit-block .error {
    font-size: 12px;
}

button {
    height: auto;
}

#agree {
    border-color: gray;
    border-radius: 0;
    float: left;
    background-color: transparent;
}

#email::placeholder {
    color: #6d6d6d;
    opacity: 1;
}

#email:-ms-input-placeholder {
    color: #6d6d6d;
}

#email::-ms-input-placeholder {
    color: #6d6d6d;
}

#email.invalid::placeholder {
    color: #e73541;
    opacity: 1;
}

#email.invalid:-ms-input-placeholder {
    color: #e73541;
}

#email.invalid::-ms-input-placeholder {
    color: #e73541;
}

input.checkbox#agree {
    border: 1.5px solid #d99d90;
    width: 23px;
    height: 23px;
    border-radius: 50%;
}

input.checkbox#agree:not(:checked) {
    background-color: transparent;
    border-color: #d99d90;
}

input.checkbox#agree:checked {
    background-color: #d99d90;
    background-image: none !important;
    box-shadow: 0 0 0 3px #f4f4f4 inset;
    border-color: #d99d90;
}

div.Registration dd input.invalid, div.Registration dd select.invalid {
    border-color: #e73541;
    color: #e73541;
}

input.checkbox#agree.invalid:not(:checked) {
    background-color: transparent;
    border-color: #e73541;
}

@media (max-width: 1025px) {
    input.checkbox#agree {
        border-color: #c7c7c7;
    }

    input.checkbox#agree:not(:checked) {
        border-color: #c7c7c7;
    }

    input.checkbox#agree:checked {
        border-color: #c7c7c7;
        background-color: #c7c7c7;
    }
}

@media (max-width: 400px) {
    div.Registration dd input, div.Registration dd select, div.Registration dl.horizontal:nth-of-type(3) dd select {
        font-size: 14px;
    }

    div.Registration dl.horizontal dt {
        font-size: 14px;
    }
}

p.submitbutton {
    padding-top: 15px;
}

.lines {
    position: absolute;
    height: 55px;
    background-color: #e4e4e4;
}

.line1 {
    top: 32%;
    right: -10%;
    width: 45%;
    transform: rotate(-30deg) skewX(-30deg);
    background-color: #cbd9e2;
}

.line2 {
    top: 80%;
    left: -10%;
    width: 115%;
    transform: rotate(28deg) skewX(28deg);
    background-color: #f0e1e1;
}

.line3 {
    top: 170px;
    left: -10%;
    width: 120%;
    transform: rotate(30deg) skewX(30deg);
    background-color: #ccd9e2;
}

.line4 {
    bottom: 100px;
    left: -10%;
    width: 55%;
    transform: rotate(-32deg) skewX(35deg);
    background-color: #f1e2e2;
}

.line5 {
    top: 15%;
    right: -10%;
    width: 45%;
    transform: rotate(-30deg) skewX(30deg);
    background-color: #ccd9e2;
}

.line6 {
    top: 83%;
    left: -20%;
    width: 105%;
    transform: rotate(32deg) skewX(-22deg);
    background-color: #f1e2e2;
}

.line7 {
    top: 170px;
    left: -10%;
    width: 120%;
    transform: rotate(30deg) skewX(30deg);
    background-color: #ccd9e2;
}

.line8 {
    bottom: 80px;
    left: -10%;
    width: 55%;
    transform: rotate(-32deg) skewX(35deg);
    background-color: #f1e2e2;
}

@media (max-width: 1025px) {
    .line1 {
        right: -15px;
    }
    .line3 {
        width: 118%;
    }
    .line5 {
        right: -15px;
        transform: rotate(-30deg) skewX(-30deg);
    }
    .line7, .line4 {
        display: none;
    }
}

@media (max-width: 860px) {
    .line2 {
        top: 60%;
        left: -7.5%;
        width: 114%;
    }

    .line1 {
        right: -3%;
    }

    .line5 {
        display: none;
    }
}

@media (max-width: 768px) {
    .line3 {
        top: 250px;
    }

    .line8 {
        left: -14%;
    }
}

@media (max-width: 640px) {
    .line2 {
        top: 145%;
    }
}

.hot-girls-geo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    width: 100%;
    top: 24%;
    z-index: 3;
}

.hot-girls-geo img {
    width: 60px;
    height: 80px;
}

.hot-girls-geo span {
    color: #f5f5f5;
    font: 900 140px/1 'Roboto', sans-serif;
    margin: 10px 0 0;
}

.hot-girls-geo h2 {
    color: #dadada;
    text-transform: uppercase;
    font: 700 24px 'Roboto', sans-serif;
}

.hot-girls-geo h4 {
    border-bottom: 4px solid #dadada;
    text-transform: uppercase;
    font: 900 58px 'Roboto', sans-serif;
    color: #dadada;
}

@media (max-width: 1025px) {
    .hot-girls-geo {
        top: 13%;
    }

    .hot-girls-geo img {
        width: 40px;
        height: 60px;
    }

    .hot-girls-geo span {
        font-size: 110px;
    }

    .hot-girls-geo h2 {
        font-size: 20px;
    }

    .hot-girls-geo h4 {
        font-size: 40px;
    }
}

.counters {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 40px;
}

.counters > div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.counters span {
    color: #d3a2a2;
    font: 700 54px 'Roboto', sans-serif;
    margin: 10px 0;
}

@media (max-width: 1440px) {
    .counters span {
        font-size: 50px;
    }
}

@media (max-width: 1280px) {
    .counters span {
        font-size: 40px;
    }
}

@media (max-width: 1025px) {
    .counters {
        margin: 0 auto 40px;
        width: 80%;
    }
}

@media (max-width: 480px) {
    .counters span {
        font-size: 36px;
    }
}

@media (max-width: 400px) {
    .counters span {
        font-size: 32px;
    }
}

.counters h4 {
    color: #6c7683;
    font: 400 18px 'Roboto', sans-serif;
    text-transform: uppercase;
}

.counters-btn {
    display: block;
    width: 100%;
    border: none;
    text-transform: uppercase;
    font: 800 25px/60px 'Roboto', sans-serif;
    height: 60px;
    background: #5fcf1c;
    color: #ffffff;
}

.counters-btn:hover {
    text-decoration: none;
    background: #0fffa1;
}

@media (max-width: 1025px) {
    .counters-btn {
        margin: 0 auto;
        width: 80%;
    }
}

div.ContextMenu {
    background-color: #d0d0d0;
    border: none;
    width: 260px;
    overflow: hidden;
}

div.ContextMenu div.content {
    background-color: transparent;
    padding: 0;
    margin: 0;
    padding-left: 135px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

div.ContextMenu div.content div.photo {
    width: 135px;
    position: absolute;
    left: 0;
    top: 0;
    float: none;
    text-align: left;
}

div.ContextMenu div.content div.username {
    margin-left: 0;
    width: 100%;
    height: auto;
    border-bottom: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

div.ContextMenu div.content div.address {
    padding: 4px 0;
    border-bottom: none;
    margin: 0;
    font-size: 16px;
}

div.ContextMenu div.content div.ViewProfileMenu {
    margin: 0;
    width: 100%;
}

div.ViewProfileMenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style: none;
}

div.ContextMenu div.content div.ViewProfileMenu ul li {
    padding-bottom: 0;
    margin-bottom: 5px;
}

div.ContextMenu div.content div.ViewProfileMenu a {
    font-size: 12px;
    display: block;
    background-image: none;
    padding: 0;
}

.responsive-pic {
    background-color: #f9cbcb;
    background-size: auto 98%;
    background-position: right bottom;
}

#cookie-popup .accept {
    background: #0C0 !important;
    color: #fff !important;
}
/*478582.1.395.2.88445ab*/