

/* Start:/local/templates/nn-mobile-redesign/assets/css/main.min.css?176010155764738*/
@charset "utf-8";
.page--box, main {
    overflow: hidden
}

footer, main {
    background: linear-gradient(0deg, rgba(87, 217, 235, .05) 0, rgba(87, 217, 235, .05) 100%), #fff
}

progress, sub, sup {
    vertical-align: baseline
}

h1, h2, h3, h4, h5, h6 {
    color: #000
}

button, hr, input {
    overflow: visible
}

.logo img:not([class]), details, hr, html.--pink .logo img.--pink, main {
    display: block
}

[type=checkbox], [type=radio], hr, legend {
    padding: 0
}

blockquote, header, sub, sup {
    position: relative
}

.container, .row, [type=checkbox], [type=radio], body *, legend {
    box-sizing: border-box
}

.br--item a, html, li, p {
    font-style: normal
}

.br--item a, b, strong {
    font-weight: 500
}

.icon.--stroked, .icon:not(.--stroked) {
    min-width: 24px;
    width: 24px;
    height: 24px
}

.btn--social:hover, .tag.--moderated {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1)
}

.btn, .file--button, .time--value {
    text-transform: uppercase
}

.girl--statuses, .girsl--status {
    right: 0;
    top: 0;
    position: absolute
}

html:root {
    --theme: #36D5CF;
    --theme-hover: #32BDB8;
    --error: #F00;
    --success: #36D5CF;
    --header-height: 64px;
    --gutter-width: 16px;
    --outer-margin: 32px;
    --gutter-compensation: calc((var(--gutter-width) * 0.5) * -1);
    --half-gutter-width: calc((var(--gutter-width) * 0.5));
    --xs-min: 0rem;
    --sm-min: 576px;
    --md-min: 768px;
    --lg-min: 992px;
    --xl-min: 1200px
}

html.--pink:root {
    --theme: #FF2171;
    --theme-hover: #D91C60
}

html.--brown:root {
    --theme: #e55347;
    --theme-hover: #cd463b
}

@font-face {
    font-family: Inter;
    src: url('/local/templates/nn-mobile-redesign/assets/css/../fonts/Inter-Regular.eot');
    src: local('Inter Regular'), local('Inter-Regular'), url('/local/templates/nn-mobile-redesign/assets/css/../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'), url('/local/templates/nn-mobile-redesign/assets/css/../fonts/Inter-Regular.woff2') format('woff2'), url('/local/templates/nn-mobile-redesign/assets/css/../fonts/Inter-Regular.woff') format('woff'), url('/local/templates/nn-mobile-redesign/assets/css/../fonts/Inter-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Inter;
    src: url('/local/templates/nn-mobile-redesign/assets/css/../fonts/Inter-LightBETA.eot');
    src: local('Inter Light BETA'), local('Inter-LightBETA'), url('/local/templates/nn-mobile-redesign/assets/css/../fonts/Inter-LightBETA.eot?#iefix') format('embedded-opentype'), url('/local/templates/nn-mobile-redesign/assets/css/../fonts/Inter-LightBETA.woff2') format('woff2'), url('/local/templates/nn-mobile-redesign/assets/css/../fonts/Inter-LightBETA.woff') format('woff'), url('/local/templates/nn-mobile-redesign/assets/css/../fonts/Inter-LightBETA.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Inter;
    src: url('/local/templates/nn-mobile-redesign/assets/css/../fonts/Inter-Bold.eot');
    src: local('Inter Bold'), local('Inter-Bold'), url('/local/templates/nn-mobile-redesign/assets/css/../fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'), url('/local/templates/nn-mobile-redesign/assets/css/../fonts/Inter-Bold.woff2') format('woff2'), url('/local/templates/nn-mobile-redesign/assets/css/../fonts/Inter-Bold.woff') format('woff'), url('/local/templates/nn-mobile-redesign/assets/css/../fonts/Inter-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Inter;
    src: url('/local/templates/nn-mobile-redesign/assets/css/../fonts/Inter-Medium.eot');
    src: local('Inter Medium'), local('Inter-Medium'), url('/local/templates/nn-mobile-redesign/assets/css/../fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'), url('/local/templates/nn-mobile-redesign/assets/css/../fonts/Inter-Medium.woff2') format('woff2'), url('/local/templates/nn-mobile-redesign/assets/css/../fonts/Inter-Medium.woff') format('woff'), url('/local/templates/nn-mobile-redesign/assets/css/../fonts/Inter-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

.page--box {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

header {
    flex: 0 0 auto;
    height: var(--header-height)
}

main {
    flex: 1 0 auto;
    padding-top: 10px;
    padding-bottom: 10px
}

footer {
    flex: 0 0 auto
}

.--pink footer, .--pink main {
    background: linear-gradient(0deg, rgba(235, 87, 87, .05) 0, rgba(235, 87, 87, .05) 100%), #fff
}

a, abbr, acronym, address, applet, big, blockquote, body, button, caption, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, iframe, img, input, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, ul, var {
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0
}

h1, h2, h3, h4, h5, h6, html, p, ul {
    margin-bottom: 15px
}

body * {
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth
}

body {
    font-family: Inter, 'Courier New', Helvetica;
    font-size: 14px;
    -webkit-overflow-scrolling: touch
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    text-decoration: none
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

textarea {
    overflow: auto
}

input:focus, textarea:focus {
    outline: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

::-webkit-scrollbar {
    width: 14px;
    height: 14px;
    background-color: transparent
}

::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 0;
    box-shadow: none
}

::-webkit-scrollbar-thumb:hover {
    background-color: #ddd
}

::-webkit-scrollbar-button:vertical:start:decrement {
    display: none
}

::-webkit-scrollbar-button:vertical:end:increment {
    display: none
}

::-webkit-scrollbar-button:horizontal:start:decrement {
    display: none
}

::-webkit-scrollbar-button:horizontal:end:increment {
    display: none
}

h1 {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    user-select: none
}

.girl--name h1, h2, h3, h4, h5, h6 {
    text-align: left
}

h2 {
    font-size: 24px
}

h3 {
    font-size: 20px
}

.br--item a, .br--item > span, h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 12px
}

blockquote, html, li, p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #4f4f4f
}

hr {
    box-sizing: content-box;
    height: 1px;
    border: 0;
    border-top: 1px solid var(--theme);
    margin: 1em 0
}

li {
    margin-bottom: 10px
}

li:last-child {
    margin-bottom: 0
}

li::marker {
    color: var(--theme)
}

blockquote {
    padding: 0 20px;
    border: none;
    margin: 20px 0
}

blockquote:after, blockquote:before {
    content: ''
}

blockquote:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    content: "";
    width: 3px;
    border-radius: 3px;
    background-color: var(--theme)
}

.br--item svg, .btn--social svg.icon:not(.--stroked) {
    width: 16px;
    height: 16px
}

@custom-media --sm-viewport only screen and (min-width: 576px); @custom-media --md-viewport only screen and (min-width: 768px); @custom-media --lg-viewport only screen and (min-width: 992px); @custom-media --xl-viewport only screen and (min-width: 1200px); @custom-media --xs-only only screen and (max-width: 575px); @custom-media --sm-only only screen and (min-width: 576px) and (max-width: 767px); @custom-media --md-only only screen and (min-width: 768px) and (max-width: 991px); @custom-media --lg-only only screen and (min-width: 992px) and (max-width: 1199px); @custom-media --xl-only only screen and (min-width: 1200px); .container {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding-right: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding-left: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        max-width: 360px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 0 auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 100%
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    }

.container.adaptive {
    max-width: 700px
}

.container-fluid {
    padding-right: var(--gutter-width, 16px);
    padding-left: var(--gutter-width, 16px)
}

.row {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: var(--gutter-compensation, 8px);
    margin-left: var(--gutter-compensation, 8px)
}

.row.reverse {
    flex-direction: row-reverse
}

.col.reverse {
    flex-direction: column-reverse
}

.col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-offset-0, .col-lg-offset-1, .col-lg-offset-10, .col-lg-offset-11, .col-lg-offset-12, .col-lg-offset-2, .col-lg-offset-3, .col-lg-offset-4, .col-lg-offset-5, .col-lg-offset-6, .col-lg-offset-7, .col-lg-offset-8, .col-lg-offset-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-offset-0, .col-md-offset-1, .col-md-offset-10, .col-md-offset-11, .col-md-offset-12, .col-md-offset-2, .col-md-offset-3, .col-md-offset-4, .col-md-offset-5, .col-md-offset-6, .col-md-offset-7, .col-md-offset-8, .col-md-offset-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-offset-0, .col-sm-offset-1, .col-sm-offset-10, .col-sm-offset-11, .col-sm-offset-12, .col-sm-offset-2, .col-sm-offset-3, .col-sm-offset-4, .col-sm-offset-5, .col-sm-offset-6, .col-sm-offset-7, .col-sm-offset-8, .col-sm-offset-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-offset-0, .col-xl-offset-1, .col-xl-offset-10, .col-xl-offset-11, .col-xl-offset-12, .col-xl-offset-2, .col-xl-offset-3, .col-xl-offset-4, .col-xl-offset-5, .col-xl-offset-6, .col-xl-offset-7, .col-xl-offset-8, .col-xl-offset-9, .col-xs, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-offset-0, .col-xs-offset-1, .col-xs-offset-10, .col-xs-offset-11, .col-xs-offset-12, .col-xs-offset-2, .col-xs-offset-3, .col-xs-offset-4, .col-xs-offset-5, .col-xs-offset-6, .col-xs-offset-7, .col-xs-offset-8, .col-xs-offset-9 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 100%;
    padding-right: var(--half-gutter-width, 8px);
    padding-left: var(--half-gutter-width, 8px);
    max-width: 100%
}

.col-xs {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%
}

.col-xs-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%
}

.col-xs-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%
}

.col-xs-3 {
    flex-basis: 25%;
    max-width: 25%
}

.col-xs-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%
}

.col-xs-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%
}

.col-xs-6 {
    flex-basis: 50%;
    max-width: 50%
}

.col-xs-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%
}

.col-xs-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%
}

.col-xs-9 {
    flex-basis: 75%;
    max-width: 75%
}

.col-xs-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%
}

.col-xs-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%
}

.col-xs-12 {
    flex-basis: 100%;
    max-width: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.start-xs {
    justify-content: flex-start;
    text-align: start
}

.center-xs {
    justify-content: center;
    text-align: center
}

.end-xs {
    justify-content: flex-end;
    text-align: end
}

.girl--head, .top-xs {
    align-items: flex-start
}

.middle-xs {
    align-items: center
}

.bottom-xs, .girl--rate {
    align-items: flex-end
}

.around-xs {
    justify-content: space-around
}

.between-xs {
    justify-content: space-between
}

.first-xs {
    order: -1
}

.last-xs {
    order: 1
}

.initial-order-xs {
    order: initial
}

@media (--sm-viewport) {
    .container {
        width: calc(var(--sm-min) - var(--gutter-width));
        max-width: 100%
    }

    .col-sm {
        flex-grow: 1;
        flex-basis: 0;
        max-width: 100%
    }

    .col-sm-1 {
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }

    .col-sm-2 {
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }

    .col-sm-3 {
        flex-basis: 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }

    .col-sm-5 {
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }

    .col-sm-6 {
        flex-basis: 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }

    .col-sm-8 {
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }

    .col-sm-9 {
        flex-basis: 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }

    .col-sm-11 {
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }

    .col-sm-12 {
        flex-basis: 100%;
        max-width: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .start-sm {
        justify-content: flex-start;
        text-align: start
    }

    .center-sm {
        justify-content: center;
        text-align: center
    }

    .end-sm {
        justify-content: flex-end;
        text-align: end
    }

    .top-sm {
        align-items: flex-start
    }

    .middle-sm {
        align-items: center
    }

    .bottom-sm {
        align-items: flex-end
    }

    .around-sm {
        justify-content: space-around
    }

    .between-sm {
        justify-content: space-between
    }

    .first-sm {
        order: -1
    }

    .last-sm {
        order: 1
    }

    .initial-order-sm {
        order: initial
    }
}

@media (--md-viewport) {
    .container {
        width: calc(var(--md-min) - var(--gutter-width));
        max-width: 100%
    }

    .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-offset-0, .col-md-offset-1, .col-md-offset-10, .col-md-offset-11, .col-md-offset-12, .col-md-offset-2, .col-md-offset-3, .col-md-offset-4, .col-md-offset-5, .col-md-offset-6, .col-md-offset-7, .col-md-offset-8, .col-md-offset-9 {
        box-sizing: border-box;
        flex: 0 0 auto;
        padding-right: var(--half-gutter-width, 8px);
        padding-left: var(--half-gutter-width, 8px)
    }

    .col-md {
        flex-grow: 1;
        flex-basis: 0;
        max-width: 100%
    }

    .col-md-1 {
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }

    .col-md-2 {
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }

    .col-md-3 {
        flex-basis: 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }

    .col-md-5 {
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }

    .col-md-6 {
        flex-basis: 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }

    .col-md-8 {
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }

    .col-md-9 {
        flex-basis: 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }

    .col-md-11 {
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }

    .col-md-12 {
        flex-basis: 100%;
        max-width: 100%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .start-md {
        justify-content: flex-start;
        text-align: start
    }

    .center-md {
        justify-content: center;
        text-align: center
    }

    .end-md {
        justify-content: flex-end;
        text-align: end
    }

    .top-md {
        align-items: flex-start
    }

    .middle-md {
        align-items: center
    }

    .bottom-md {
        align-items: flex-end
    }

    .around-md {
        justify-content: space-around
    }

    .between-md {
        justify-content: space-between
    }

    .first-md {
        order: -1
    }

    .last-md {
        order: 1
    }

    .initial-order-md {
        order: initial
    }
}

@media (--lg-viewport) {
    .container {
        width: calc(var(--lg-min) - var(--gutter-width));
        max-width: 100%
    }

    .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-offset-0, .col-lg-offset-1, .col-lg-offset-10, .col-lg-offset-11, .col-lg-offset-12, .col-lg-offset-2, .col-lg-offset-3, .col-lg-offset-4, .col-lg-offset-5, .col-lg-offset-6, .col-lg-offset-7, .col-lg-offset-8, .col-lg-offset-9 {
        box-sizing: border-box;
        flex: 0 0 auto;
        padding-right: var(--half-gutter-width, 8px);
        padding-left: var(--half-gutter-width, 8px)
    }

    .col-lg {
        flex-grow: 1;
        flex-basis: 0;
        max-width: 100%
    }

    .col-lg-1 {
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }

    .col-lg-2 {
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }

    .col-lg-3 {
        flex-basis: 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }

    .col-lg-5 {
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }

    .col-lg-6 {
        flex-basis: 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }

    .col-lg-8 {
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }

    .col-lg-9 {
        flex-basis: 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }

    .col-lg-11 {
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }

    .col-lg-12 {
        flex-basis: 100%;
        max-width: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .start-lg {
        justify-content: flex-start;
        text-align: start
    }

    .center-lg {
        justify-content: center;
        text-align: center
    }

    .end-lg {
        justify-content: flex-end;
        text-align: end
    }

    .top-lg {
        align-items: flex-start
    }

    .middle-lg {
        align-items: center
    }

    .bottom-lg {
        align-items: flex-end
    }

    .around-lg {
        justify-content: space-around
    }

    .between-lg {
        justify-content: space-between
    }

    .first-lg {
        order: -1
    }

    .last-lg {
        order: 1
    }

    .initial-order-lg {
        order: initial
    }
}

@media (--xl-viewport) {
    .container {
        width: calc(var(--xl-min) - var(--gutter-width));
        max-width: 100%
    }

    .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-offset-0, .col-xl-offset-1, .col-xl-offset-10, .col-xl-offset-11, .col-xl-offset-12, .col-xl-offset-2, .col-xl-offset-3, .col-xl-offset-4, .col-xl-offset-5, .col-xl-offset-6, .col-xl-offset-7, .col-xl-offset-8, .col-xl-offset-9 {
        box-sizing: border-box;
        flex: 0 0 auto;
        padding-right: var(--half-gutter-width, 8px);
        padding-left: var(--half-gutter-width, 8px)
    }

    .col-xl {
        flex-grow: 1;
        flex-basis: 0;
        max-width: 100%
    }

    .col-xl-1 {
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }

    .col-xl-2 {
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }

    .col-xl-3 {
        flex-basis: 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }

    .col-xl-5 {
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }

    .col-xl-6 {
        flex-basis: 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }

    .col-xl-8 {
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }

    .col-xl-9 {
        flex-basis: 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }

    .col-xl-11 {
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }

    .col-xl-12 {
        flex-basis: 100%;
        max-width: 100%
    }

    .col-xl-offset-0 {
        margin-left: 0
    }

    .col-xl-offset-1 {
        margin-left: 8.33333333%
    }

    .col-xl-offset-2 {
        margin-left: 16.66666667%
    }

    .col-xl-offset-3 {
        margin-left: 25%
    }

    .col-xl-offset-4 {
        margin-left: 33.33333333%
    }

    .col-xl-offset-5 {
        margin-left: 41.66666667%
    }

    .col-xl-offset-6 {
        margin-left: 50%
    }

    .col-xl-offset-7 {
        margin-left: 58.33333333%
    }

    .col-xl-offset-8 {
        margin-left: 66.66666667%
    }

    .col-xl-offset-9 {
        margin-left: 75%
    }

    .col-xl-offset-10 {
        margin-left: 83.33333333%
    }

    .col-xl-offset-11 {
        margin-left: 91.66666667%
    }

    .start-xl {
        justify-content: flex-start;
        text-align: start
    }

    .center-xl {
        justify-content: center;
        text-align: center
    }

    .end-xl {
        justify-content: flex-end;
        text-align: end
    }

    .top-xl {
        align-items: flex-start
    }

    .middle-xl {
        align-items: center
    }

    .bottom-xl {
        align-items: flex-end
    }

    .around-xl {
        justify-content: space-around
    }

    .between-xl {
        justify-content: space-between
    }

    .first-xl {
        order: -1
    }

    .last-xl {
        order: 1
    }

    .initial-order-xl {
        order: initial
    }
}

.br, .br--item a {
    align-items: center
}

@media (--xs-only) {
    .hidden-xs {
        display: none
    }
}

@media (--sm-only) {
    .hidden-sm {
        display: none
    }
}

@media (--md-only) {
    .hidden-md {
        display: none
    }
}

@media (--lg-only) {
    .hidden-lg {
        display: none
    }
}

@media (--xl-only) {
    .hidden-xl {
        display: none
    }
}

svg {
    transition: .4s
}

.br {
    display: flex;
    gap: 8px
}

.br--item a {
    color: #444;
    line-height: 12px;
    display: flex;
    gap: 5px
}

.br--item > span, [type=checkbox] ~ label {
    color: #444;
    font-weight: 400;
    line-height: 12px
}

.br--item > span, .tag {
    align-items: center;
    gap: 5px
}

.br--item > span {
    font-style: normal;
    display: flex
}

.btn, .tag .tag--count, .tag .tag--price, .tag span, [type=checkbox] ~ label {
    font-size: 12px;
    font-style: normal
}

.inp .inp--error-text, .loc--value br, [type=checkbox] {
    display: none
}

.icon:not(.--stroked) {
    fill: var(--theme) !important
}

.icons .icon:not(.--stroked):hover {
    fill: #28a09b !important
}

.icon.--stroked {
    stroke: var(--theme) !important;
    fill: #fff
}

.header--fixed .location svg path, .menu--item .point * {
    fill: var(--theme)
}

[type=checkbox] ~ label {
    position: relative;
    padding-left: 24px;
    user-select: none;
    cursor: pointer
}

[type=checkbox] ~ label:before {
    position: absolute;
    top: -2px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    content: '';
    background-color: #fff;
    z-index: 1
}

[type=checkbox] ~ label:after {
    opacity: 0;
    z-index: 2;
    top: 3px;
    left: 5px;
    position: absolute;
    width: 8px;
    height: 8px;
    content: '';
    background-color: var(--theme);
    transition: opacity .4s
}

.inp--pas:hover svg, .to--top:hover .icon, [type=checkbox]:checked ~ label:after {
    opacity: 1
}

.tag {
    display: inline-flex;
    padding: 5px;
    cursor: pointer;
    height: 24px
}

.btn, .btn--social {
    align-items: center;
    height: 32px;
    display: inline-flex;
    transition: .4s
}

.tag span {
    color: #333;
    font-weight: 300
}

.tag.--moderated {
    border-radius: 4px;
    background: #fff
}

.tag.--houred, .tag.--more {
    padding: 6px 8px;
    border-radius: 99px;
    background: #f2f2f2
}

.btn--theme, .btn--theme-trn {
    border: 1px solid var(--theme)
}

.tag.--houred {
    cursor: default
}

.anketa--close, .btn, .burger:hover, .file--button, .gallery img, .galoba--close, .header--fixed .location, .js--change-link, .photo--preview-delete, .show--pass, .to--top {
    cursor: pointer
}

.tag .tag--count {
    color: var(--theme);
    font-weight: 500
}

.tag .icon {
    width: 12px;
    height: 12px
}

.tag .icon:not(.--stroked) {
    min-width: 12px
}

.tag .tag--price {
    color: #333;
    font-weight: 500
}

.tag .tag--num, .tag .tag--status {
    color: #000;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase
}

.tag.--yellow {
    background-color: rgba(255, 239, 111, .65)
}

.tag.--green {
    background-color: #cafbd4
}

.tag.--white {
    background-color: rgba(255, 255, 255, .65)
}

.tag.--exam {
    padding: 4px 8px;
    border: 1px solid #fff
}

.btn {
    font-weight: 500;
    justify-content: center;
    padding: 0 52px
}

.loc--label, .loc--value {
    font-style: normal;
    font-weight: 300;
    line-height: 12px;
    font-size: 12px
}

.btn--theme {
    background-color: var(--theme);
    color: #fff
}

.btn--theme-trn, .inp label sup {
    color: var(--theme)
}

.btn--theme:hover {
    background-color: var(--theme-hover);
    border: 1px solid var(--theme-hover)
}

.btn--theme-trn {
    background-color: #fff;
    padding: 0 16px;
    text-align: center
}

.btn--theme-trn:hover {
    border: 1px solid var(--theme-hover);
    color: var(--theme-hover)
}

.btn--social {
    border-radius: 999px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    justify-content: center;
    gap: 6px;
    padding: 0 10px
}

.btn--social span {
    color: #444;
    font-size: 14px;
    font-style: normal;
    font-weight: 500
}

.loc--label {
    color: #828282;
    margin-bottom: 4px
}

.loc--value {
    color: #4f4f4f
}

.time--label, .time--value {
    color: #4f4f4f;
    font-weight: 400;
    line-height: normal;
    font-style: normal
}

.detail--info .loc--label, .detail--info .loc--value {
    font-size: 14px;
    line-height: 14px
}

.time {
    background-color: #f2f2f2;
    max-width: 150px;
    display: flex;
    align-items: center;
    padding: 4px 8px;
    justify-content: space-between
}

.file--box, .file--fake {
    display: -webkit-box;
    display: -ms-flexbox
}

.time--label {
    font-size: 12px
}

.time--value {
    text-align: right;
    font-size: 13px
}

.file--button, .file--wrap, .info {
    text-align: center
}

.file--wrap {
    width: 100%;
    max-width: 300px;
    position: relative;
    margin: 15px 0
}

.file--file {
    opacity: 0;
    visibility: hidden;
    position: absolute
}

.burger, .inp--pas {
    position: relative
}

.file--box {
    width: 100%;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    background: #fff
}

.file--fake {
    width: calc(100% - 112px);
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    border-radius: 0 3px 3px 0;
    height: 40px
}

.file--button {
    width: 96px;
    background-color: var(--theme);
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 3px;
    height: 24px;
    margin: 0 8px
}

.info, .tags {
    margin-top: 10px
}

.inp {
    max-width: 300px;
    margin-bottom: 26px
}

.inp label {
    display: inline-block;
    margin-bottom: 8px;
    color: #828282;
    font-size: 12px;
    font-style: normal;
    font-weight: 400
}

.inp textarea, [type=password], [type=text] {
    width: 100%;
    border-radius: 4px;
    background: #fff;
    color: #333;
    font-weight: 400
}

.info, .inp textarea, [type=password], [type=text] {
    font-size: 14px;
    font-style: normal
}

[type=password], [type=text] {
    border: 1px solid #e0e0e0;
    height: 40px;
    line-height: 40px;
    padding: 0 16px
}

[type=password]::placeholder, [type=text]::placeholder {
    color: #bdbdbd;
    font-size: 14px;
    font-style: normal;
    font-weight: 400
}

.inp.--error [type=text] {
    border: 1px solid var(--error)
}

.inp.--error .inp--error-text {
    color: var(--error);
    display: block
}

.girl--tags .--houred:nth-child(n+3), .reviews--add .inp [type=radio], html.--brown .logo img:not(.--brown), html.--pink .logo img:not([class]) {
    display: none
}

.inp.--success [type=text] {
    border: 1px solid var(--success)
}

.inp textarea {
    max-width: 100%;
    min-width: 270px;
    max-height: 64px;
    height: 64px;
    min-height: 64px;
    border: 1px solid #e0e0e0;
    padding: 5px
}

.inp--pas [type=password] {
    padding: 0 45px 0 16px;
    color: #bdbdbd;
    transition: .4s
}

.inp--pas svg {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    opacity: 0;
    transition: .4s;
    fill: #BDBDBD
}

.inp--pas:hover [type=password] {
    color: #523737
}

.burger {
    width: 50px;
    height: 50px;
    border-radius: 4px;
    z-index: 10
}

.burger span {
    margin-bottom: 9px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -1.5px
}

.burger span, .burger span::after, .burger span::before {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #000;
    outline: transparent solid 1px;
    -webkit-transition-property: background-color, -webkit-transform;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    transition-property: background-color, transform;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.burger span::after, .burger span::before {
    position: absolute;
    content: ""
}

.burger span::before {
    top: -9px
}

.burger span::after {
    top: 9px
}

.burger.clicked span::before {
    -webkit-transform: translateY(9px) rotate(45deg);
    -moz-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    -o-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg)
}

.burger.clicked span::after {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    -moz-transform: translateY(-9px) rotate(-45deg);
    -ms-transform: translateY(-9px) rotate(-45deg);
    -o-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg)
}

.burger.clicked span {
    background-color: transparent
}

.header--fixed {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1)
}

.location--box, .menu--mobile {
    position: fixed;
    top: 64px;
    transform: translateX(-100vw);
    transition: .3s ease-in-out;
    z-index: 3;
    width: 100%;
    left: 0
}

.girl, .info {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
}

.header--fixed > div {
    display: flex;
    align-items: center;
    height: var(--header-height)
}

.header--fixed .location {
    margin-right: 10px
}

.info {
    color: #4f4f4f;
    font-weight: 300;
    line-height: 18px;
    padding: 10px 20px
}

.location--box a, .menu--item {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px
}

.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: space-between
}

header.loc--show .location--box, header.menu--show .menu--mobile {
    transform: translateX(0)
}

.menu--mobile {
    height: calc(100% - 64px)
}

.menu--list {
    background-color: #fff;
    height: 100%;
    overflow-y: auto;
    border-top: 1px solid #f2f2f2;
    padding: 30px 20px
}

.menu--item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #444;
    margin-bottom: 22px
}

.menu--home {
    margin-bottom: 40px
}

.menu--add, .menu--services {
    margin-top: 40px
}

.menu--item .icon {
    min-width: 16px;
    width: 16px;
    height: 16px
}

.menu--item .point {
    min-width: 8px;
    width: 8px;
    height: 8px;
    transition: .4s
}

.location--box {
    height: calc(100% - 64px)
}

.location--box a {
    color: #4f4f4f;
    margin-bottom: 20px
}

.girl--name, .girl--rate-name span, .girl--rate-num {
    color: var(--theme);
    font-weight: 700;
    font-style: normal
}

.anketa--info p:last-child, .detail--desc-text p:last-child, .girl--name h1 {
    margin-bottom: 0
}

.girls {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: column
}

.girl {
    padding: 20px;
    width: 100%
}

.girl--head {
    display: flex
}

.girl--head-box {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    row-gap: 4px
}

.girl--name {
    font-size: 18px;
    margin-right: 4px;
    line-height: 28px
}

.girl--status {
    padding: 6px 8px;
    border-radius: 2px;
    margin-right: 4px
}

.girl--statuses span:last-child, .girsl--status {
    border-radius: 0 1px 0 8px
}

.girl--status.--indi {
    background: #ffe2ed
}

.girl--status.--new {
    background-color: #cafbd4
}

.girl--rate {
    margin-left: auto;
    display: flex;
    border-bottom: 2px solid var(--theme);
    padding-bottom: 3px
}

.detail--desc, .galoba--form {
    margin-left: -20px;
    border-top: 1px solid #f2f2f2
}

.girl--rate-name {
    display: flex;
    align-items: flex-end
}

.girl--rate-name span, .girl--rate-num {
    font-size: 12px;
    line-height: normal
}

.girl--desc {
    margin-top: 9px;
    color: #4f4f4f;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 14px
}

.girl--detail .icons, .girl--detail .loc, .girl--info {
    margin-top: 10px
}

.girl--statuses span, .girsl--status {
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    background: linear-gradient(107deg, #ffef6f 0, #ffdf03 100%), #fff;
    text-align: center
}

.girl--info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.girl--prop, .girl--statuses {
    display: flex;
    align-items: center
}

.girl--gallery, .lightgallery {
    position: relative
}

.girl--gallery .tags {
    position: absolute;
    left: 5px;
    bottom: 5px;
    border-radius: 2px
}

.girsl--status {
    padding: 3px 8px;
    font-size: 12px;
    font-style: normal;
    line-height: normal
}

.girl--prop .name, .girl--service-name {
    font-size: 12px;
    font-weight: 300;
    font-style: normal
}

.girl--statuses {
    justify-content: flex-end;
    column-gap: 5px;
    row-gap: 5px
}

.girl--statuses span {
    border-radius: 0 0 8px 8px;
    padding: 3px 6px;
    font-size: 12px;
    font-style: normal;
    line-height: normal
}

.girl--statuses span.--indi {
    background: linear-gradient(107deg, #ffe2ed 0, #ffe2ed 100%), #fff;
    color: #000
}

.girl--statuses span.--new {
    background: linear-gradient(107deg, #cafbd4 0, #cafbd4 100%), #fff;
    color: #000
}

.girsl--image {
    border-radius: 2px;
    border: 1px solid #ffef6f
}

.girl--detail {
    padding-left: 10px;
    width: 100%
}

.girl--prop {
    justify-content: space-between;
    border-radius: 2px;
    background: linear-gradient(0deg, #f2f2f2 0, #f2f2f2 100%), linear-gradient(107deg, #ffef6f 0, #ffdf03 100%), #fff;
    margin-bottom: 1px;
    padding: 4px 8px
}

.girl--detail .icons, .girl--prop .value {
    align-items: center;
    gap: 4px;
    display: flex
}

.anketa, .detail, .detail--info, .page--desc, .reviews {
    border-radius: 4px
}

.anketa, .detail, .detail--info, .girl--preview, .girls--new-list, .reviews {
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
}

.girl--prop .name {
    color: #4f4f4f;
    line-height: normal
}

.girl--prop .value {
    color: #4f4f4f;
    text-align: right;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.girl--prop .icon:not(.--stroked) {
    width: 16px;
    height: 10px
}

.girl--box {
    margin-top: 20px
}

.girl--service-name {
    color: #828282;
    line-height: 12px
}

.girl--condition .value, .girl--service-text {
    margin-top: 4px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400
}

.girl--service-text {
    color: #4f4f4f;
    font-style: normal
}

.detail--desc-text p, .page--desc {
    color: #4f4f4f;
    line-height: 18px;
    font-style: normal
}

.girl--conditions {
    display: flex;
    margin-top: 10px
}

.girl--condition {
    width: 50%
}

.girl--condition .label {
    display: flex;
    align-items: center
}

.girl--condition .label span {
    color: #828282;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 12px
}

.girl--condition .label .icon {
    margin-right: 4px;
    min-width: 16px;
    width: 16px;
    height: 16px
}

.girl--condition .value {
    color: #4f4f4f;
    font-style: normal
}

.girl--tags {
    margin-top: 16px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.girl--tags.--opened .--houred:nth-child(n+3) {
    display: inline-flex
}

.girl--buttons {
    margin-top: 20px;
    display: flex;
    gap: 10px
}

.girl--buttons .btn--theme-trn {
    width: 60%
}

.girl--buttons .btn--theme {
    width: 40%
}

.girl--buttons .btn {
    padding: 0 10px
}

.girl--buttons .icon {
    width: 16px;
    max-width: 16px;
    height: 16px
}

.page--desc {
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 300;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
}

.anketa, .detail {
    padding: 20px
}

.detail .girl--condition:nth-child(2) .label {
    justify-content: end
}

.detail .girl--wait {
    width: 100%;
    border-radius: unset
}

.detail .girl--wait a {
    display: flex;
    align-items: center;
    color: var(--theme)
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
    margin-top: 10px
}

.gallery img:not(.gallery--detail-img) {
    position: relative;
    z-index: 2
}

.gallery img.gallery--detail-img {
    position: absolute;
    z-index: 1;
    visibility: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.photo--small {
    width: calc(50% - 5px);
    position: relative
}

.photo--big img {
    width: 100%
}

.detail--buttons-box {
    margin-top: 5px;
    display: flex;
    align-items: center;
    gap: 20px
}

.detail--social-buttons {
    display: flex;
    align-items: center;
    width: 30%;
    justify-content: space-around
}

.detail--buttons {
    width: 70%
}

.detail--buttons .btn {
    width: 100%;
    max-width: 100%;
    padding: 0 10px;
    font-size: 14px
}

.detail--buttons .icon {
    width: 16px;
    max-width: 16px;
    height: 16px
}

.detail--desc {
    margin-top: 20px;
    padding: 20px 20px 0;
    width: calc(100% + 40px)
}

.detail--desc-label {
    color: #828282;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 14px
}

.detail--desc-text {
    margin-top: 16px
}

.detail--desc-text p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px
}

.detail--info {
    padding: 20px;
    margin-top: 10px
}

.detail--info-title {
    color: var(--theme);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px
}

.detail--info-desc {
    color: #4f4f4f;
    font-size: 14px;
    margin-top: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 14px
}

.reviews--rate .value, .reviews--title {
    font-weight: 700
}

.detail--info-box, .detail-bottom_btns, .reviews--add, .reviews--item {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 20px 20px 0;
    margin-top: 20px;
    border-top: 1px solid #f2f2f2
}

.detail--info-name {
    display: flex;
    align-items: center;
    gap: 10px
}

.galoba--head, .reviews--head {
    justify-content: space-between;
    display: flex
}

.detail--info-name span {
    color: var(--theme);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    text-transform: uppercase
}

.detail--info-box li, .detail-bottom_btns a {
    font-size: 14px;
    font-style: normal;
    font-weight: 400
}

.detail--info-name .icon {
    width: 12px;
    height: 12px;
    min-width: 12px
}

.detail--info-box ul {
    margin-top: 16px;
    list-style-type: none
}

.detail--info-box li {
    color: #4f4f4f;
    line-height: 18px;
    margin-bottom: 10px
}

.detail--info-box li:before {
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #000;
    border-radius: 50%;
    content: '';
    margin-right: 5px;
    transform: translateY(-4px)
}

.js--map-show.btn {
    width: 100%;
    max-width: 100%;
    height: 40px
}

.detail-bottom_btns a {
    color: var(--error);
    line-height: 16px;
    margin-top: 18px;
    display: inline-block
}

.detail-bottom_btns a svg {
    width: 12px;
    height: 12px
}

.detail-bottom_btns a span {
    border-bottom: 1px dotted transparent;
    transition: .4s
}

.detail-bottom_btns a:hover span {
    border-bottom: 1px dotted var(--error)
}

.anketa--info a:hover span, .footer--prost a > span:hover {
    border-bottom: 1px solid transparent
}

.reviews {
    padding: 20px;
    margin-top: 10px
}

.reviews--title {
    color: var(--theme);
    font-size: 16px;
    font-style: normal;
    line-height: 20px
}

.reviews--date, .reviews--rate {
    font-size: 12px;
    font-style: normal;
    letter-spacing: .36px
}

.reviews--head {
    gap: 15px
}

.reviews--date{
    color: #bdbdbd;
    font-weight: 400;
    line-height: 14px
}

.reviews--rate {
    margin-top: 10px;
    color: var(--theme);
    font-weight: 400;
    line-height: 14px
}

.reviews--text {
    color: #4f4f4f;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-top: 5px
}

.reviews--add .inp label, .reviews--add .inp--check-title, .reviews--add-title, .to--top span {
    font-size: 12px;
    font-style: normal
}

.reviews--add-title {
    color: var(--theme);
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 16px
}

.anketa--head-title, .detail--h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: normal
}

.reviews--add .inp {
    margin: 0 0 5px
}

.reviews--add .inp label {
    color: #444;
    font-weight: 400;
    line-height: 12px;
    position: relative
}

.logo a, html.--brown .logo img.--brown {
    display: block
}

.reviews--add .inp [type=radio] ~ label {
    padding-left: 30px;
    cursor: pointer
}

.reviews--add .inp [type=radio] ~ label:after {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    z-index: 1;
    content: '';
    position: absolute;
    top: -3px;
    left: 0
}

.reviews--add .inp [type=radio]:checked ~ label:after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect x='0.5' y='0.5' width='15' height='15' rx='7.5' fill='white'/%3e%3crect x='0.5' y='0.5' width='15' height='15' rx='7.5' stroke='%23fff'/%3e%3crect x='0.5' y='0.5' width='15' height='15' rx='7.5' stroke='%23fff'/%3e%3crect x='0.5' y='0.5' width='15' height='15' rx='7.5' stroke='%23fff'/%3e%3crect x='4' y='4' width='8' height='8' rx='4' fill='%23e55347'/%3e%3c/svg%3e ")
}

.--pink .reviews--add .inp [type=radio]:checked ~ label:after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect x='0.5' y='0.5' width='15' height='15' rx='7.5' fill='white'/%3e%3crect x='0.5' y='0.5' width='15' height='15' rx='7.5' stroke='%23fff'/%3e%3crect x='0.5' y='0.5' width='15' height='15' rx='7.5' stroke='%23fff'/%3e%3crect x='0.5' y='0.5' width='15' height='15' rx='7.5' stroke='%23fff'/%3e%3crect x='4' y='4' width='8' height='8' rx='4' fill='%23FF2171'/%3e%3c/svg%3e ")
}

.reviews--add .inp--check-title {
    margin-top: 10px;
    color: #4f4f4f;
    font-weight: 300;
    line-height: 14px;
    margin-bottom: 12px
}

.reviews--add .btn {
    height: 40px;
    width: 100%;
    max-width: 100%;
    margin-top: 16px
}

.detail--h3 {
    color: #333;
    text-align: center;
    margin-top: 20px;
    font-style: normal
}

.girl--preview, .girl--preview .girl--gallery {
    margin-top: 10px
}

.girl--preview {
    border-radius: 4px;
    padding: 20px;
    position: relative
}

.girl--preview .tag {
    position: absolute;
    bottom: 5px;
    left: 5px
}

.girl--preview .girl--gallery img {
    width: 100%
}

.girls--new-list {
    border-radius: 4px;
    padding: 20px;
    margin-top: 10px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.girls--new-item {
    width: calc(50% - 5px)
}

.js--change-link {
    position: fixed;
    right: 50px;
    bottom: 50px;
    font-size: 18px;
    color: var(--success)
}

.logo a {
    width: 32px;
    height: 42px
}

.to--top {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.to--top .icon {
    width: 32px;
    height: 32px;
    margin-bottom: 10px;
    opacity: .7
}

.to--top .icon path, .to--top .icon rect {
    fill: transparent !important;
    stroke: var(--theme)
}

.to--top span {
    color: #828282;
    text-align: center;
    font-weight: 400;
    line-height: 16px
}

.anketa--info a, .anketa--info p {
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
    font-weight: 300
}

.girl--map {
    width: 100%;
    height: 400px
}

.anketa--head {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.anketa--head-title {
    color: var(--theme);
    font-style: normal
}

.anketa--buttons, .anketa--info, .anketa--main-fields, .anketa--photos, .anketa--shedule {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 20px 20px 0;
    margin-top: 20px;
    border-top: 1px solid #f2f2f2
}

.anketa--info p {
    color: #4f4f4f;
    margin-bottom: 15px
}

.anketa--info a {
    color: var(--theme);
    transition: color .4s
}

.file--label, .shedule--mode .inp label, .shedule--mode > label, .shedule--time > label {
    line-height: 12px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400
}

.anketa--info a span {
    transition: border-bottom-color .4s;
    border-bottom: 1px solid var(--theme)
}

.anketa--shedule {
    display: flex;
    gap: 30px
}

.anketa--shedule > div {
    width: calc(50% - 15px)
}

.shedule--mode > label, .shedule--time > label {
    color: #828282;
    margin-bottom: 12px;
    display: block
}

.shedule--mode .inp label {
    color: #444;
    font-family: Inter
}

.girl--price .name, .girl--price .value .old, .girl--price .value span {
    color: #4f4f4f;
    font-size: 14px;
    line-height: normal
}

.shedule--mode .inp {
    margin-bottom: 8px
}

.file--label {
    color: #828282
}

.photo--preview {
    margin-top: 20px;
    position: relative;
    border-radius: 4px;
    overflow: hidden
}

.photo--preview img {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%
}

.photo--preview-delete {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 5px 0;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    text-transform: uppercase;
    background-color: var(--theme)
}

.anketa--buttons .btn {
    width: 100%;
    max-width: 100%;
    height: 40px
}

.galoba {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    margin-top: 10px;
    padding: 20px
}

.galoba--head {
    align-items: center
}

.galoba--title {
    color: var(--theme);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px
}

.girl--wait, .photo--reviewed span {
    font-weight: 500;
    line-height: 14px;
    text-transform: uppercase
}

.galoba--form {
    width: calc(100% + 40px);
    padding: 20px 20px 0;
    margin-top: 20px
}

.galoba--form .inp {
    margin-bottom: 16px
}

.galoba--form .btn {
    width: 100%;
    max-width: 100%;
    height: 40px
}

.girl--prices {
    margin-top: 12px
}

.girl--price {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-radius: 2px;
    background: linear-gradient(0deg, #f2f2f2 0, #f2f2f2 100%), linear-gradient(107deg, #ffef6f 0, #ffdf03 100%), #fff;
    padding: 8px;
    margin-bottom: 4px
}

.girl--price:last-child {
    margin-bottom: 0
}

.girl--price.--chooused {
    background: linear-gradient(107deg, #ffef6f 0, #ffdf03 100%), #fff
}

.girl--price .name {
    font-style: normal;
    font-weight: 300
}

.girl--updates, .girl--wait, .girl--wait-box .value, .photo--reviewed span {
    font-size: 12px;
    font-style: normal
}

.girl--price .value span {
    text-align: right;
    font-style: normal;
    font-weight: 700
}

.girl--price .value .old {
    text-align: right;
    font-style: normal;
    font-weight: 400;
    text-decoration: line-through;
    margin-right: 5px
}

.girl--wait-box {
    margin-top: 20px;
    display: flex
}

.girl--wait-box > div {
    width: 50%;
    display: flex;
    align-items: center;
    gap: 7px
}

.girl--wait, .is--video {
    display: flex;
    align-items: center
}

.girl--wait-box svg.icon {
    margin-right: 4px;
    min-width: 16px;
    width: 16px;
    height: 16px
}

.girl--wait-box .value {
    color: #828282;
    font-weight: 300;
    line-height: 12px
}

.girl--wait {
    border-radius: 99px;
    background: #f2f2f2;
    color: #36d5cf;
    text-align: center;
    justify-content: center;
    height: 32px
}

.tags .is--video {
    position: relative;
    bottom: auto;
    right: auto
}

.is--video {
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 2px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, .65);
    justify-content: center;
    bottom: 5px;
    right: 5px
}

.girl--updates, .girl--upped {
    display: flex;
    align-items: center
}

.is--video svg {
    width: 16px;
    height: 16px
}

.girl--updates {
    justify-content: space-between;
    color: #828282;
    text-align: center;
    font-weight: 300;
    line-height: 12px;
    padding-top: 10px;
    margin-top: 20px;
    border-top: 1px solid #f2f2f2
}

.girl--upped {
    gap: 5px;
    justify-content: flex-end
}

.girl--upped .icon {
    width: 8px;
    height: 14px;
    min-width: 8px
}

.photo--reviewed {
    width: auto;
    margin-top: 5px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    background-color: var(--theme)
}

.photo--reviewed .icon:not(.--stroked) {
    --size: 14px;
    min-width: var(--size);
    width: var(--size);
    height: var(--size)
}

.photo--reviewed .icon:not(.--stroked) * {
    fill: #fff
}

.photo--reviewed span {
    color: #fff
}

.footer--prost {
    text-align: center;
    padding: 12px;
    background-color: #fff
}

.footer--prost a {
    color: var(--theme);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    transition: color .4s
}

.footer--prost a > span {
    transition: .4s;
    border-bottom: 1px solid var(--theme)
}

.adaptive .girl {
    max-width: 340px
}

.girl--wait-time {
    justify-content: end
}

@media screen and (min-width: 400px) {
    .adaptive .tags {
        justify-content: flex-start
    }

    .adaptive .girls {
        flex-wrap: wrap
    }
}

@media screen and (min-width: 720px) {
    .adaptive .girls {
        flex-direction: unset;
        align-items: unset
    }

    .adaptive .girl {
        width: calc(50% - 5px);
        display: inline-block;
        max-width: 340px
    }
}

@media (min-width: 400px) and (max-width: 720px) {
    .adaptive .girl--buttons .btn--theme-trn {
        max-width: 250px
    }

    .adaptive .girl--gallery {
        min-width: 50%;
        max-width: 200px
    }

    .adaptive .girl--detail, .adaptive .girl--gallery .girl--image, .adaptive .girl--gallery img, .adaptive .girl--prop, .adaptive .girl--props {
        width: 100%
    }

    .girl--price {
        max-width: 510px
    }
}

@media (max-width: 720px) {
    .info, .tags {
        width: 340px;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%
    }
}

.personal--link {
    margin-right: 20px;
    margin-left: auto
}

.btn-fw, .js-map-init, .primarylist-link, .waitingforcall-link {
    width: 100% !important
}

.tags-page{
    margin-top: 20px;
}

.tags-page .buttons{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tags-page .button{
    border: 1px solid var(--theme);
    padding: 20px 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tags-page .button form{
    width: 80%;
}

.tags-page .button a{
    width: 100%;
}

.tags-page .button select{
    width: 100%;
    margin-top: 5px;
    height: 300px;
}

.tags-page .button span{
    display: block;
    margin-top: 20px;
    width: 100%;
    text-align: left;
}

.tags-page .button button{
    width: 100%;
}
/* End */


/* Start:/local/templates/nn-mobile-redesign/assets/css/lg/lightgallery.min.css?172887012713101*/
@font-face{font-family:'lg';src:url("/local/templates/nn-mobile-redesign/assets/css/lg/fonts/lg.woff2?io9a6k") format("woff2"),url("/local/templates/nn-mobile-redesign/assets/css/lg/fonts/lg.ttf?io9a6k") format("truetype"),url("/local/templates/nn-mobile-redesign/assets/css/lg/fonts/lg.woff?io9a6k") format("woff"),url("/local/templates/nn-mobile-redesign/assets/css/lg/fonts/lg.svg?io9a6k#lg") format("svg");font-weight:normal;font-style:normal;font-display:block}.lg-icon{font-family:'lg' !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-container{font-family:system-ui,-apple-system,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans','Liberation Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji'}.lg-next,.lg-prev{background-color:rgba(0,0,0,0.45);border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1084;outline:0;border:0}.lg-next.disabled,.lg-prev.disabled{opacity:0 !important;cursor:default}.lg-next:hover:not(.disabled),.lg-prev:hover:not(.disabled){color:#fff}.lg-single-item .lg-next,.lg-single-item .lg-prev{display:none}.lg-next{right:20px}.lg-next:before{content:'\e095'}.lg-prev{left:20px}.lg-prev:after{content:'\e094'}@-webkit-keyframes lg-right-end{0{left:0}50%{left:-30px}100%{left:0}}@-moz-keyframes lg-right-end{0{left:0}50%{left:-30px}100%{left:0}}@-ms-keyframes lg-right-end{0{left:0}50%{left:-30px}100%{left:0}}@keyframes lg-right-end{0{left:0}50%{left:-30px}100%{left:0}}@-webkit-keyframes lg-left-end{0{left:0}50%{left:30px}100%{left:0}}@-moz-keyframes lg-left-end{0{left:0}50%{left:30px}100%{left:0}}@-ms-keyframes lg-left-end{0{left:0}50%{left:30px}100%{left:0}}@keyframes lg-left-end{0{left:0}50%{left:30px}100%{left:0}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;-o-animation:lg-right-end .3s;animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end .3s;-o-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%}.lg-media-overlap .lg-toolbar{background-image:linear-gradient(0,rgba(0,0,0,0),rgba(0,0,0,0.4))}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none !important;outline:medium none;will-change:color;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear;background:0;border:0;box-shadow:none}.lg-toolbar .lg-icon.lg-icon-18{font-size:18px}.lg-toolbar .lg-icon:hover{color:#fff}.lg-toolbar .lg-close:after{content:'\e070'}.lg-toolbar .lg-maximize{font-size:22px}.lg-toolbar .lg-maximize:after{content:'\e90a'}.lg-toolbar .lg-download:after{content:'\e0f2'}.lg-sub-html{color:#eee;font-size:16px;padding:10px 40px;text-align:center;z-index:1080;opacity:0;-webkit-transition:opacity .2s ease-out 0;-o-transition:opacity .2s ease-out 0;transition:opacity .2s ease-out 0}.lg-sub-html h4{margin:0;font-size:13px;font-weight:bold}.lg-sub-html p{font-size:12px;margin:5px 0 0}.lg-sub-html a{color:inherit}.lg-sub-html a:hover{text-decoration:underline}.lg-media-overlap .lg-sub-html{background-image:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0.6))}.lg-item .lg-sub-html{position:absolute;bottom:0;right:0;left:0}.lg-error-msg{font-size:14px;color:#999}.lg-counter{color:#999;display:inline-block;font-size:16px;padding-left:20px;padding-top:12px;height:47px;vertical-align:middle}.lg-closing .lg-toolbar,.lg-closing .lg-prev,.lg-closing .lg-next,.lg-closing .lg-sub-html{opacity:0;-webkit-transition:-webkit-transform .08 cubic-bezier(0,0,0.25,1) 0,opacity .08 cubic-bezier(0,0,0.25,1) 0,color .08 linear;-moz-transition:-moz-transform .08 cubic-bezier(0,0,0.25,1) 0,opacity .08 cubic-bezier(0,0,0.25,1) 0,color .08 linear;-o-transition:-o-transform .08 cubic-bezier(0,0,0.25,1) 0,opacity .08 cubic-bezier(0,0,0.25,1) 0,color .08 linear;transition:transform .08 cubic-bezier(0,0,0.25,1) 0,opacity .08 cubic-bezier(0,0,0.25,1) 0,color .08 linear}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont{opacity:0;-moz-transform:scale3d(0.5,0.5,0.5);-o-transform:scale3d(0.5,0.5,0.5);-ms-transform:scale3d(0.5,0.5,0.5);-webkit-transform:scale3d(0.5,0.5,0.5);transform:scale3d(0.5,0.5,0.5);will-change:transform,opacity;-webkit-transition:-webkit-transform 250ms cubic-bezier(0,0,0.25,1) 0,opacity 250ms cubic-bezier(0,0,0.25,1) !important;-moz-transition:-moz-transform 250ms cubic-bezier(0,0,0.25,1) 0,opacity 250ms cubic-bezier(0,0,0.25,1) !important;-o-transition:-o-transform 250ms cubic-bezier(0,0,0.25,1) 0,opacity 250ms cubic-bezier(0,0,0.25,1) !important;transition:transform 250ms cubic-bezier(0,0,0.25,1) 0,opacity 250ms cubic-bezier(0,0,0.25,1) !important}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont{opacity:1;-moz-transform:scale3d(1,1,1);-o-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.lg-icon:focus-visible{color:#fff;border-radius:3px;outline:1px dashed rgba(255,255,255,0.6)}.lg-toolbar .lg-icon:focus-visible{border-radius:8px;outline-offset:-5px}.lg-group:after{content:'';display:table;clear:both}.lg-container{display:none;outline:0}.lg-container.lg-show{display:block}.lg-on{scroll-behavior:unset}.lg-overlay-open{overflow:hidden}.lg-toolbar,.lg-prev,.lg-next,.lg-pager-outer,.lg-hide-sub-html .lg-sub-html{opacity:0;will-change:transform,opacity;-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,0.25,1) 0,opacity .25s cubic-bezier(0,0,0.25,1) 0;-moz-transition:-moz-transform .25s cubic-bezier(0,0,0.25,1) 0,opacity .25s cubic-bezier(0,0,0.25,1) 0;-o-transition:-o-transform .25s cubic-bezier(0,0,0.25,1) 0,opacity .25s cubic-bezier(0,0,0.25,1) 0;transition:transform .25s cubic-bezier(0,0,0.25,1) 0,opacity .25s cubic-bezier(0,0,0.25,1) 0}.lg-show-in .lg-toolbar,.lg-show-in .lg-prev,.lg-show-in .lg-next,.lg-show-in .lg-pager-outer{opacity:1}.lg-show-in.lg-hide-sub-html .lg-sub-html{opacity:1}.lg-show-in .lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-show-in .lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-show-in .lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html{opacity:0;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}.lg-outer{width:100%;height:100%;position:fixed;top:0;left:0;z-index:1050;text-align:left;opacity:.001;outline:0;will-change:auto;overflow:hidden;-webkit-transition:opacity .15s ease 0;-o-transition:opacity .15s ease 0;transition:opacity .15s ease 0}.lg-outer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-zoom-from-image{opacity:1}.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide,.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current{-webkit-transition-duration:inherit !important;transition-duration:inherit !important;-webkit-transition-timing-function:inherit !important;transition-timing-function:inherit !important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-current{-webkit-transition-duration:0 !important;transition-duration:0 !important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-content{position:absolute;top:0;left:0;right:0;bottom:0}.lg-outer .lg-inner{width:100%;position:absolute;left:0;top:0;bottom:0;-webkit-transition:opacity 0;-o-transition:opacity 0;transition:opacity 0;white-space:nowrap}.lg-outer .lg-item{display:none !important}.lg-outer .lg-item:not(.lg-start-end-progress){background:url("/local/templates/nn-mobile-redesign/assets/css/lg/images/loading.gif") no-repeat scroll center center transparent}.lg-outer.lg-css3 .lg-prev-slide,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide{display:inline-block !important}.lg-outer.lg-css .lg-current{display:inline-block !important}.lg-outer .lg-item,.lg-outer .lg-img-wrap{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-item:before,.lg-outer .lg-img-wrap:before{content:'';display:inline-block;height:100%;vertical-align:middle}.lg-outer .lg-img-wrap{position:absolute;left:0;right:0;top:0;bottom:0;white-space:nowrap;font-size:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-object{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto;height:auto;position:relative}.lg-outer .lg-empty-html.lg-sub-html,.lg-outer .lg-empty-html .lg-sub-html{display:none}.lg-outer.lg-hide-download .lg-download{opacity:.75;pointer-events:none}.lg-outer .lg-first-slide .lg-dummy-img{position:absolute;top:50%;left:50%}.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html{opacity:1;transition:opacity .2s ease-out .15s}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;will-change:auto;-webkit-transition:opacity 333ms ease-in 0;-o-transition:opacity 333ms ease-in 0;transition:opacity 333ms ease-in 0}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-prev-slide,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-current{-webkit-transition:none 0 ease 0 !important;-moz-transition:none 0 ease 0 !important;-o-transition:none 0 ease 0 !important;transition:none 0 ease 0 !important}.lg-css3.lg-use-css3 .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-prev-slide,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-current{-webkit-transition:opacity .1s ease 0;-moz-transition:opacity .1s ease 0;-o-transition:opacity .1s ease 0;transition:opacity .1s ease 0}.lg-css3.lg-use-css3 .lg-item.lg-start-progress{-webkit-transition:-webkit-transform 1s cubic-bezier(0.175,0.885,0.32,1.275) 0;-moz-transition:-moz-transform 1s cubic-bezier(0.175,0.885,0.32,1.275) 0;-o-transition:-o-transform 1s cubic-bezier(0.175,0.885,0.32,1.275) 0;transition:transform 1s cubic-bezier(0.175,0.885,0.32,1.275) 0}.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,0.25,1) 0;-moz-transition:-moz-transform 1s cubic-bezier(0,0,0.25,1) 0;-o-transition:-o-transform 1s cubic-bezier(0,0,0.25,1) 0;transition:transform 1s cubic-bezier(0,0,0.25,1) 0}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,0.25,1) 0,opacity .1s ease 0;-moz-transition:-moz-transform 1s cubic-bezier(0,0,0.25,1) 0,opacity .1s ease 0;-o-transition:-o-transform 1s cubic-bezier(0,0,0.25,1) 0,opacity .1s ease 0;transition:transform 1s cubic-bezier(0,0,0.25,1) 0,opacity .1s ease 0}.lg-container{display:none}.lg-container.lg-show{display:block}.lg-container.lg-dragging-vertical .lg-backdrop{-webkit-transition-duration:0 !important;transition-duration:0 !important}.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current{-webkit-transition-duration:0 !important;transition-duration:0 !important;opacity:1}.lg-inline .lg-backdrop,.lg-inline .lg-outer{position:absolute}.lg-inline .lg-backdrop{z-index:1}.lg-inline .lg-outer{z-index:2}.lg-inline .lg-maximize:after{content:'\e909'}.lg-components{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);will-change:transform;-webkit-transition:-webkit-transform .35s ease-out 0;-moz-transition:-moz-transform .35s ease-out 0;-o-transition:-o-transform .35s ease-out 0;transition:transform .35s ease-out 0;z-index:1080;position:absolute;bottom:0;right:0;left:0}
/* End */


/* Start:/local/templates/nn-mobile-redesign/assets/css/lg/lg-zoom.min.css?17288701273731*/
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transition-duration:0 !important;transition-duration:0 !important}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{will-change:transform;-webkit-transition:-webkit-transform .5s cubic-bezier(0.12,0.415,0.01,1.19) 0;-moz-transition:-moz-transform .5s cubic-bezier(0.12,0.415,0.01,1.19) 0;-o-transition:-o-transform .5s cubic-bezier(0.12,0.415,0.01,1.19) 0;transition:transform .5s cubic-bezier(0.12,0.415,0.01,1.19) 0}.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap{will-change:transform;-webkit-transition:-webkit-transform .8s cubic-bezier(0,0,0.25,1) 0;-moz-transition:-moz-transform .8s cubic-bezier(0,0,0.25,1) 0;-o-transition:-o-transform .8s cubic-bezier(0,0,0.25,1) 0;transition:transform .8s cubic-bezier(0,0,0.25,1) 0}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition:-webkit-transform .5s cubic-bezier(0.12,0.415,0.01,1.19) 0,opacity .15s !important;-moz-transition:-moz-transform .5s cubic-bezier(0.12,0.415,0.01,1.19) 0,opacity .15s !important;-o-transition:-o-transform .5s cubic-bezier(0.12,0.415,0.01,1.19) 0,opacity .15s !important;transition:transform .5s cubic-bezier(0.12,0.415,0.01,1.19) 0,opacity .15s !important;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.no-transition,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.no-transition{transition:none !important}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition{transform:scale3d(1,1,1) translate3d(-50%,-50%,0) !important;max-width:none !important;max-height:none !important;top:50% !important;left:50% !important}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-x,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-x{transform:scale3d(1,1,1) translate3d(-50%,0,0) !important;top:0 !important;left:50% !important;max-width:none !important;max-height:none !important}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-y,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-y{transform:scale3d(1,1,1) translate3d(0,-50%,0) !important;top:50% !important;left:0 !important;max-width:none !important;max-height:none !important}.lg-icon.lg-zoom-in:after{content:'\e311'}.lg-actual-size .lg-icon.lg-zoom-in{opacity:.5;pointer-events:none}.lg-icon.lg-actual-size{font-size:20px}.lg-icon.lg-actual-size:after{content:'\e033'}.lg-icon.lg-zoom-out{opacity:.5;pointer-events:none}.lg-icon.lg-zoom-out:after{content:'\e312'}.lg-zoomed .lg-icon.lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer[data-lg-slide-type='video'] .lg-zoom-in,.lg-outer[data-lg-slide-type='video'] .lg-actual-size,.lg-outer[data-lg-slide-type='video'] .lg-zoom-out,.lg-outer[data-lg-slide-type='iframe'] .lg-zoom-in,.lg-outer[data-lg-slide-type='iframe'] .lg-actual-size,.lg-outer[data-lg-slide-type='iframe'] .lg-zoom-out,.lg-outer.lg-first-slide-loading .lg-zoom-in,.lg-outer.lg-first-slide-loading .lg-actual-size,.lg-outer.lg-first-slide-loading .lg-zoom-out{opacity:.75;pointer-events:none}
/* End */


/* Start:/local/templates/nn-mobile-redesign/assets/css/lg/lg-thumbnail.min.css?17288701271845*/
.lg-outer .lg-thumb-outer{background-color:#0d0a0a;width:100%;max-height:350px;overflow:hidden;float:left}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{-webkit-transition-duration:0 !important;transition-duration:0 !important}.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb{-webkit-transition-duration:0 !important;transition-duration:0 !important}.lg-outer .lg-thumb-outer.lg-thumb-align-middle{text-align:center}.lg-outer .lg-thumb-outer.lg-thumb-align-left{text-align:left}.lg-outer .lg-thumb-outer.lg-thumb-align-right{text-align:right}.lg-outer.lg-single-item .lg-thumb-outer{display:none}.lg-outer .lg-thumb{padding:5px 0;height:100%;margin-bottom:-5px;display:inline-block;vertical-align:middle}@media(min-width:768px){.lg-outer .lg-thumb{padding:10px 0}}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border-radius:2px;margin-bottom:5px;will-change:border-color}@media(min-width:768px){.lg-outer .lg-thumb-item{border-radius:4px;border:2px solid #fff;-webkit-transition:border-color .25s ease;-o-transition:border-color .25s ease;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;object-fit:cover;display:block}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer .lg-toggle-thumb:after{content:'\e1ff'}.lg-outer.lg-animate-thumb .lg-thumb{-webkit-transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);transition-timing-function:cubic-bezier(0.215,0.61,0.355,1)}
/* End */
/* /local/templates/nn-mobile-redesign/assets/css/main.min.css?176010155764738 */
/* /local/templates/nn-mobile-redesign/assets/css/lg/lightgallery.min.css?172887012713101 */
/* /local/templates/nn-mobile-redesign/assets/css/lg/lg-zoom.min.css?17288701273731 */
/* /local/templates/nn-mobile-redesign/assets/css/lg/lg-thumbnail.min.css?17288701271845 */
