/* --------------------------- template --------------------------- */
html {
    color: #676767;
    /*background: url(../images/helloween-bg.jpg) center center;*/
    background: #fff;
    font: 17px MyriadProLight, Arial, Helvetica, sans-serif;
}

a {
    color: #ef2c6c;
}

a:hover {
    color: #72BD27;
}

a.inv {
    color: #72BD27;
}

a.inv:hover {
    color: #ef2c6c;
}

a.bga {
    color: #fff;
    background: #72BD27;
}

a.bga:hover {
    color: #fff;
    background: #f36b9e;
}

a.bga-inv {
    color: #fff;
    background: #f36b9e;
}

a.bga-inv:hover {
    color: #fff;
    background: #72BD27;
}

a.light {
    color: #96A1B1;
    text-decoration: none;
    font-size: .9em;
}

a.light:hover {
    color: #ef2c6c;
}
.content ul:not(.browser-default), .content ul:not(.browser-default) li,
.add-content ul:not(.browser-default), .add-content ul:not(.browser-default) li
    { list-style: disc; }
.add-content ul, .add-content ol { margin-left: 40px; }
.page {
    width: 1170px;
    margin: 0 auto;
}

.ico {
    background: url(../images/ico/ico.png?7) no-repeat;
}
.content-wrapper { min-height: calc(100vh - 502px); }
/* --------------------------- header --------------------------- */
.header { position: relative; display: flex; justify-content: space-between; align-items: stretch; width: 100%;
    background: #E2E4E7; }

.header-gifts {
    width: 100%;
    height: 278px;
    background: #E4E5E7 url(../images/top-img-gifts.jpg) no-repeat center top;
}

ul.fast-link { list-style: none; padding: 15px 30px; }

ul.fast-link li {
    display: inline-block;
    position: relative;
    margin-left: 15px;
}

ul.fast-link li a {
    text-decoration: none;
}

ul.fast-link li .text {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #5e5e5e;
    font-weight: normal;
}

ul.fast-link li .counter {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    border-radius: 50%;
    background: #D82A62;
    color: #fff;
    font-weight: bold;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    margin: 0 0 18px;
}

ul.fast-link li .counter-fin {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    background: #F0F1F3;
    color: #000;
    line-height: 23px;
    border: 1px solid #CFD1D6;
    padding: 0 7px;
    margin-left: 5px;
}

ul.fast-link li .number {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #CED0D5;
    background: #EFF0F2;
    color: #000;
    line-height: 24px;
    text-align: center;
    margin: 0 5px 5px 5px;
    padding: 0 7px;
}

ul.fast-link li a .fa {
    font-size: 22px;
    color: #fff;
    vertical-align: middle;
    margin: 3px 5px 5px 0;
}

ul.fast-link li a:hover .fa {
    color: #f49ab7;
}

.user-bar { text-align: right; padding-right: 30px; }
.clock { white-space: nowrap; font-weight: bold; }
ul.user-links { list-style: none; position: relative; margin-top: 5px; }
ul.user-links a.btn { background: #dd1c5b; color: #fff; line-height: 30px; height: 30px; }
ul.user-links ul.dd-menu { right: 0; left: auto; top: 28px; padding: 5px 20px; width: 250px; }
.user-bar a { color: #343434; }
.user-bar a:hover { color: #da205d; }

a.logo {
    position: absolute;
    display: block;
    width: 200px;
    left: 20px;
    top: 20px;
    line-height: normal;
}
a.logo img { width: 100%; }

.login-panel {
    position: absolute;
    width: 300px;
    left: 55px;
    top: 40px;
    background: #fff;
    z-index: 2;
    border-radius: 0 50px;
}

.login-panel-dialog {
    width: 300px;
    background: #fff;
    z-index: 2;
    border-radius: 5px;
}

ul.login-select {
    list-style: none;
}

ul.login-select li {
    display: inline-block;
}

ul.login-select li a {
    position: relative;
    display: block;
    line-height: 50px;
    width: 150px;
    background: #F6F7F7;
    font-family: Artemius_SN_TT;
    color: #5d5d5e;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    border-radius: 0 5px 0 0;
}

div#modal1 {
    border-radius: 5px;
}

ul.login-select li a:hover {
    text-decoration: underline;
}

ul.login-select li a.current {
    background: #EE2C69;
    color: #fff !important;
}

.line-null a {
    color: #000;
}

.line-null a {
    font-size: 13px !important;
    margin-top: -3px;
}

span.modal-close {
    color: #7d7d7d;
}

span.close-modal {
    position: absolute;
    right: 1px;
    top: -11px;
    font-size: 24px;
}

.login-panel .alert {
    position: absolute;
    bottom: 40px;
    left: 5px;
    width: 288px;
    height: 56px;
    line-height: 20px;
}

.login-panel #login-form .alert {
    bottom: 64px;
    line-height: 1.1;
    top: auto;
    width: calc(100% - 30px);
    left: 0;
    margin: 0 15px;
    text-align: center;
    max-height: 30px;
}

.auth-form-container {
    padding: 20px 20px 20px;
    font-size: 15px;
    font-family: ArtemiusSans_SN_TT;
}

.auth-form-container .form-row {
    margin-bottom: 10px;
}

.auth-form-container input[type=text],
.auth-form-container input[type=password] {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    padding: 10px 15px;
    font-weight: normal;
}

.social a.ico {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-left: 3px;
}

.ico-google-plus {
    background-position: 0 -19px;
}

.ico-facebook {
    background-position: -35px -19px;
}

.ico-instagram {
    background-position: -70px -19px;
}

.ico-youtube {
    background-position: -105px -19px;
}

.gifts-stars {
    height: 100px;
    background: #fff url(../images/gifts-stars.jpg) no-repeat center top;
}

/* .branchLine { background-color: #fff; padding: 5px 20px; } */
.branchLine { background: #f6f7f8; }
.branchLine { padding: 40px 0; color: #df1b5b; }
.branchLine a { color: #5e5e5e; }
.branchLine a:hover { color: #000; }
.branchLine a b { color: #df1b5b; }

/* --------------------------- menu --------------------------- */
a.mm-open {
    display: none;
}

ul.main-menu>li {
    display: block;
    margin: 0 5px;
    position: relative;
}

ul.main-menu>li a {
    display: block;
    color: #5e5e5e;
    font-size: 16px;
    padding: 4px 15px;
}

ul.main-menu>li a:hover {
    text-decoration: none;
    color: #343434;
}

ul.main-menu>li>a.mm-current {
    color: #343434;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #caccd0;
    border-radius: 5px;
    box-shadow: 0 2px 3px 0 #E4E5E7;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f7f9 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f6f7f9 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f6f7f9 100%);
}

li>ul.dd-menu {
    list-style: none;
    position: absolute;
    left: -1px;
    top: 11px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 3px 0 #777;
    width: auto;
    z-index: 5;
    display: none;
}
li.last>ul.dd-menu { left: auto; right: -1px; }

li>ul.dd-menu li {
    display: block;
    text-align: left;
}

li.last>ul.dd-menu li.first {
    text-align: right;
}

li>ul.dd-menu li a {
    height: auto;
    white-space: nowrap;
    line-height: 2.5;
}

li:hover>ul.dd-menu {
    display: block !important;
}

ul.main-menu li a:hover .fa {
    color: #DE1C5B;
}

ul.main-menu li a.mm-cabinet {
    color: #DE1C5B;
    display: none;
}

.lang-user {
    white-space: nowrap;
    position: absolute;
    z-index: 3;
    top: 0;
    right: 22px;
}

.page.flex.flex-end .lang-user { top: 20px; }

ul.lang-panel {
    position: absolute;
    right: 250px;
    top: -24px;
    text-align: center;
    width: 110px;
    height: 39px;
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.nw-login+ul.lang-panel { top: -24px; }
.mm-btn-container { position: absolute; right: 0; top: -5px; line-height: normal; }
.mm-btn-container .btn { background: #dd1c5b; }
.mm-btn-container .btn:hover { background: #dd1c5b; color: #fff; }

ul.lang-panel li {
    display: inline-block;
    margin: 0 4px;
    padding: 0;
    float: none;
}
ul.lang-panel li a { margin: 0; padding: 0; display: block; width: 25px; height: 18px; }
ul.lang-panel li span {
    display: block;
    width: 100%;
    height: 100%;
}

.ico-en {
    background-position: 0 0;
    background-size: 1040%;
}

.ico-fr {
    background-position: -28px 0;
    background-size: 1080%;
}

.ico-de {
    background-position: -82px 1px;
    background-size: 1000%;
}


.logo-container {
    display: flex;
    justify-content: space-between;
}

ul.sub-menu {
    list-style: none;
    width: 260px;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 20px;
}

ul.sub-menu li {
    padding: 10px;
    border-bottom: 1px dashed #D3D6DA;
}

ul.sub-menu li.last {
    border-bottom: none;
}

ul.sub-menu li a {
    display: block;
    padding: 5px 5px 5px 15px;
    color: #777;
    text-decoration: none;
    text-transform: uppercase;
}

ul.sub-menu li a:hover,
ul.sub-menu li a.sm-current {
    color: #fff;
    border-radius: 3px;
    background: #ef2c6c;
    background: -moz-linear-gradient(top, #ef2c6c 0%, #c8285c 80%);
    background: -webkit-linear-gradient(top, #ef2c6c 0%, #c8285c 80%);
    background: linear-gradient(to bottom, #ef2c6c 0%, #c8285c 80%);
}

/* --------------------------- content --------------------------- */
.content h1, .h1 { color: #e91e63; font-size: 2.5em; letter-spacing: -1px; }
.content h2, .h2 { font-size: 2rem; }
.content h3 { font-size: 1.5rem; font-weight: bold; }
.content h4 { font-size: 1.1em; font-weight: bold; }

.qs-container {
    margin-bottom: 20px;
    padding-top: 30px;
    text-align: center;
}

.qs-container .title {
}

.qs-container label {
    font-size: 17px;
}

.qs-container input[type=text],
.qs-container select {
    font-size: 15px;
    padding: 3px 7px 3px 5px;
}

.button-container {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin-left: 10px;
}

.button-container .button {
    margin: 0;
}

.adv-search .form-group {
    display: inline-block;
}

.adv-search .form-row {
    display: inline-block;
}

.qs-container select.from-to {
    width: 65px;
}

.adv-search select.matter {
    width: 120px;
}

.bg .page {
    padding-bottom: 20px;
    min-height: 100px;
    z-index: 2;
}

.page-title {
    background: #fff;
    height: 45px;
    padding-top: 20px;
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 2;
}

.info-btn {
    position: absolute;
    right: 310px;
    top: 0;
}

.info-btn a {
    text-decoration: none;
}

a.rcc-open {
    margin-left: 10px;
    display: none;
}

.column-container {
    overflow: hidden;
    padding-top: 20px;
    background-color: #fff;
}

.main-column {
    width: 100%; margin-left: 0; margin-right: 20px;
}

.right-column {
    width: 280px;
}

.listing {
    border: none;
    border-collapse: separate;
    border-spacing: 0px 5px;
}

.listing td,
.listing th {
    padding: 10px;
    color: #5e5e5e;
}

.listing th {
    background: #E1E3E6;
}

.listing td {
    background: #fff;
}

.listing tr:hover {
    box-shadow: 0px 6px 12.87px 0.13px rgba(198, 201, 211, 0.38);
}

.listing tr:hover td {
    background: #F4F5F7;
}

.pointer {
    cursor: pointer;
}

.listing td.unread {
    color: #000;
    font-weight: 800;
}

.listing td.read {
    color: #8c8c8c;
}

.condensed {
    border: none;
    border-collapse: collapse;
    border-spacing: 0px;
}

.condensed td,
.condensed th {
    padding: 3px;
    color: #5e5e5e;
    font-size: 13px;
    border: 1px solid #ccc;
}

.condensed th {
    background: #E1E3E6;
}

.condensed td {
    background: transparent !important;
}

.condensed tr {
    background: #F5F5F5;
}

.condensed>tbody>tr:nth-of-type(2n+1) {
    background: #fff;
}

.back-link {
    margin-bottom: 20px;
}

.back-link a {
    text-decoration: none;
}

.back-link a .fa {
    font-size: 25px;
    margin: 0 20px;
}

.cake { position: absolute; top: -10px; right: -5px; }
.discount-ico { position: absolute; top: -10px; left: -5px; }
.girl-photo .discount-ico { left: 2px; bottom: 2px; top: auto; }
.td-a .discount-ico { top: 0; }
.badge-promo { display: inline-block; background: #1FA00F; color: #fff; border-radius: 3px; }
.promo-10 { font-size: 10px; padding: 1px 5px; font-weight: normal; }
.promo-12 { font-size: 12px; padding: 1px 5px; font-weight: bold; }
.promo-14 { font-size: 14px; padding: 1px 8px; font-weight: bold; }

.related-img { height: 250px; }
.related-img img { width: 100%; height: 100%; object-fit: cover; }

.article-author { width: 400px; margin-bottom: 30px; }
.author-tile { border: 1px solid #1FA00F; border-radius: 10px; padding: 15px; display: flex; justify-content: flex-start; align-items: stretch;
    color: #676767; text-decoration: none; margin-bottom: 10px; }
.author-tile .img { flex: 0 0 100px; height: 100px; margin-right: 20px; border-radius: 50%; background-repeat: no-repeat; background-size: cover; }
.author-tile .info { flex: 1 1 auto; }
.author-tile .info .name { font-size: 20px; font-weight: bold; }
.author-tile .info .lead { }

/* --------------------------- form --------------------------- */
.form-row { margin-bottom: 6px; }
label .fa-star { font-size: 8px; margin-right: 2px; vertical-align: super; color: #ef2c6c; }
.form-row .field-val { display: inline-block; margin: 10px 0; }

.checkbox {
    position: relative;
    display: inline-block;
}

.checkbox input[type=checkbox],
.checkbox input[type=radio] {
    width: 18px;
    height: 20px;
}

.check-button {
    position: absolute;
    display: block;
    color: #fff;
    width: 18px;
    height: 19px;
    left: 0;
    top: 0;
    z-index: 1;
    cursor: default;
}

.checkbox .ico-on {
    background-position: -74px 0;
}

.checkbox .ico-off {
    background-position: -56px 0;
}

select,
input[type=text],
input[type=password] {
    font-size: 16px;
    font-weight: bold;
    color: #393939;
    background: #F9FAFB;
    border: 1px solid #DEDFE2;
    border-radius: 2px;
    padding: 3px 15px 3px 10px;
}

textarea {
    font-size: 16px;
    color: #393939;
    background: #F9FAFB;
    border: 1px solid #DEDFE2;
    border-radius: 2px;
    padding: 3px 15px 3px 10px;
}

select.error,
textarea.error,
input[type=text].error,
input[type=password].error {
    border: 1px solid #D82A62 !important;
}

label.error {
    color: #D82A62 !important;
}

input[type=submit],
.button {
    font-size: 16px;
    font-family: MyriadProLight;
    text-transform: uppercase;
    line-height: 40px;
    padding: 0 40px;
    border-radius: 5px;
    border: none;
    font-weight: bold;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}

.link {
    background: #F5F6F8;
    border: 1px solid #CDD0D3;
    border-radius: 3px;
    padding: 7px 12px;
    font-size: 15px;
    color: #435266;
}

.link:hover {
    background: #fff;
}

.button-ok { color: #fff; background: #24861A; }
.button-ok:hover { color: #fff; background: #1FA00F; }
.button-alert { color: #fff; background: #dd1c5b; }
.button-alert:hover { color: #fff; background: #ef2c6c; }
.button-cancel { color: #393939; background: #d1cfd0; }
.button-cancel:hover { color: #393939; background: #e0e0e0; }

.button-1 {
    color: #fff;
    cursor: pointer;
    background: #24861A;
}

.button-1.btn-submit {
    border-radius: 5px;
}

.line-null {
    line-height: 27px;
}

.button-1:hover {
    background: #1FA00F;
    color: #fff;
}

.button-2 {
    color: #fff;
    background: #dd1c5b;
    margin-top: 6px;
}

.button-2:hover {
    background: #ef2c6c;
    color: #fff;
}

.button-3 {
    border: 3px solid #e62b68;
    background: transparent;
    color: #2b2b2c;
    font-size: 22px;
    text-transform: none;
    box-shadow: 0px 5px 13px 1px rgba(173, 180, 190, 0.43);
}

.button-light {
    background: #eee;
    color: #787878;
    font-size: 15px;
    border: 1px solid #BFC1C6;
    border-radius: 2px;
    text-decoration: none;
    padding: 6px 12px;
}

.button-light:hover {
    color: #000;
    border-color: #000;
}

.filter-panel { margin-bottom: 10px; }
.filter-panel .button { padding: 0 15px; line-height: 26px; text-transform: none; font-weight: normal; border-radius: 2px;
    font-size: 14px; }

.err-message {
    font-size: 15px;
    font-style: italic;
    color: #DD1D5A;
}

.page-form {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 0;
    background: #fff;
}

.page-form h3 {
    text-align: center;
}

.page-form .form-note {
    font-size: 15px;
    text-align: left;
    color: #A09B9B;
}

.page-form .form-row {
    margin: 0 10px 10px;
}

.page-form label {
    display: block;
    margin: 0 0 5px 20px;
}

.page-form label .fa {
    font-size: 10px;
    color: #f00;
}

.page-form .field-container label {
    margin: 0;
}

.page-form input[type=text] {
    padding: 3px;
}

.page-form input[type=checkbox] {
    margin-left: 5px;
}

.page-form input[type=radio] {
    margin-right: 5px;
}

.page-form textarea {
    width: calc(100% - 8px);
    height: 100px;
    padding: 3px;
}

a.cat-link { display: inline-block; color: #fff; font-size: 14px; padding: 5px 10px; margin-right: 5px; background: #aeaeae; border-radius: 5px; }
a.cat-link:hover { background: #df1b5b; }

/* --------------------------- column --------------------------- */
.popular .news { margin: 40px 0; }
.popular .news .top { justify-content: flex-start; }
.popular .news .top a { display: block; }
.popular .news .top a img { display: block; width: 120px; }
.popular .news .top .right-line { flex-direction: column; justify-content: center; margin-left: 20px; }
.popular .news .top .right-line .date { color: #5e5e5e; font-size: 14px; margin-bottom: 10px; }
.popular .news .top .right-line .cat { color: #fff; font-size: 14px; padding: 5px 10px; background: #aeaeae;
    border-radius: 5px; width: 90px; }
.popular .news .content-news h2 { margin-top: 20px; }
.popular .news .content-news h2 a { color: #000; font-size: 20px; line-height: 24px; display: block; font-weight: 200; }
.popular .news .content-news h2 a:hover { color: #df1b5b; }
.popular .news .content-news .read-more { color: #df1b5b; margin-top: 20px; display: block; }
.popular .news .content-news .read-more:hover { color: #000; }

/* --------------------------- home --------------------------- */
.online-list {
    min-height: 550px;
    background: #F5F6F8 url(../images/bg-txt-online.png) no-repeat;
    background-position: center 25px;
}

.online-list .h1 {
    text-align: center;
    margin-top: 40px;
}

.online-list ul.items-list {
    margin-top: 30px;
}

.fl-home-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 429px;
    height: 550px;
    max-height: 100%;
    background: url(../images/fl-home-left.png) no-repeat top;
    z-index: 1;
}

.fl-home-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 361px;
    height: 100%;
    background: url(../images/fl-home-right.png) no-repeat;
    background-size: auto 100%;
    z-index: 1;
}

.fl-page-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 354px;
    height: 730px;
    max-height: 100%;
    background: url(../images/fl-page-right.png) no-repeat;
    z-index: 1;
}

.home-newS {
    overflow: hidden;
}

.home-newS .news-panel {
    float: right;
    width: 210px;
    margin-top: 55px;
}

.home-newS .news-panel .title {
    font-weight: bold;
    font-size: 22px;
}

.home-newS .items-list {
    margin-right: 250px;
}

.home-container {
    width: 990px;
}

.home-content {
    background: url(../images/bg-txt-welcome.png) no-repeat;
    background-position: center 25px;
    color: #111;
}

.home-content h1 {
    margin: 40px 0;
}

.stars-container {
    background: url(../images/bg-home-1.jpg);
}

.stars {
    background: url(../images/bg-txt-choose.png) no-repeat;
    background-position: center 25px;
    color: #383838;
    text-align: center;
    padding-bottom: 50px;
}

.stars .h1 {
    margin: 40px 0;
}

.stars ul {
    list-style: none;
}

.stars ul li {
    display: inline-block;
    width: 330px;
    margin-bottom: 50px;
}

.stars .info {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    margin-left: 15px;
    width: 170px;
}

.stars .small {
    font-size: 23px;
}

.stars .large {
    font-size: 36px;
    color: #ce295e;
    text-transform: uppercase;
}

.stars-ico {
    display: inline-block;
    width: 140px;
    height: 135px;
    background: url(../images/ico/stars.png) no-repeat;
    vertical-align: middle;
}

.stars-ico-1 {
    background-position: 0 0;
}

.stars-ico-2 {
    background-position: -140px 0;
}

.stars-ico-3 {
    background-position: -280px 0;
}

.stars-ico-4 {
    background-position: -420px 0;
}

.stars-ico-5 {
    background-position: -560px 0;
}

.new-list {
    background: #F6F7F8 url(../images/bg-txt-new.png) no-repeat;
    background-position: center 25px;
    padding-bottom: 50px;
}

.new-list .h1 {
    text-align: center;
    margin-top: 40px;
}

.new-list ul.items-list {
    margin-top: 30px;
}

ul.home-list {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.home-list li {
    margin: 0 10px;
}

/* --------------------------- slider --------------------------- */
.stories {
    background: url(../images/bg-txt-stories.png) no-repeat;
    background-position: center 25px;
    width: 70%;
    box-sizing: border-box;
    padding: 0 30px;
}

.stories>.h1 {
    margin: 40px 0;
    text-align: center;
}

.stories .slider {
    width: calc(100% - 15px);
    margin: 60px auto 70px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow:
    0 14px 36px 4px rgba(9, 17, 36, 0.11),
    0 25px 0 -20px #fff,
    0 19px 36px 4px rgba(9, 17, 36, 0.05),
    0 50px 0 -40px #fff,
    0 24px 36px 4px rgba(9, 17, 36, 0.05),
    0 75px 0 -60px #fff,
    0 28px 36px 4px rgba(9, 17, 36, 0.05);
}

.stories .panel {
    background: #fafbfc;
    border-radius: 20px;
    width: 100%;
    height: 430px;
}

.stories .panel img {
    float: left;
    max-width: 50%;
    max-height: 430px;
}

.stories .panel .h1 {
    margin: 15px 15px 30px 10px;
    text-align: right;
}

.stories .panel .info {
    box-sizing: border-box;
    padding: 20px 50px 20px 10px;
    float: right;
    width: 50%;
}

.stories .panel .info p {
    line-height: 28px;
    color: #8c8ea3;
}

.flickity-prev-next-button {
    background: #64397C;
    width: 32px;
    height: 32px;
}

.flickity-prev-next-button:hover {
    background: #64397C;
}

.flickity-prev-next-button.previous {
    left: -40px;
}

.flickity-prev-next-button.next {
    right: -40px;
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: 50px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
    opacity: 1;
}

.v-slider-container {
    box-sizing: border-box;
    padding: 0 30px;
    margin-bottom: 50px;
    position: relative;
}

.v-slider-container>.h1 {
    margin: 40px 0;
    text-align: center;
}

.v-slider-container .v-slider {
    overflow: hidden;
    height: 320px;
}

.v-slider-container .panel {
    box-sizing: border-box;
    background: #fafbfc;
    border-radius: 20px;
    width: 550px;
    height: 320px;
    padding: 20px;
    margin-right: 10px;
}

.v-slider-container .panel iframe {
    width: 100%;
    height: 100%;
}

.v-slider-container .flickity-prev-next-button {
    background: #F5F6F8;
    width: 50px;
    height: 50px;
    padding: 10px;
    position: absolute;
    top: 50%;
    border: none;
    border-radius: 50%;
}

.v-slider-container .flickity-prev-next-button:hover {
    background: #FD91B3;
}

.v-slider-container .flickity-prev-next-button.previous {
    left: -5px;
}

.v-slider-container .flickity-prev-next-button.next {
    right: -5px;
}

/* --------------------------- catalog --------------------------- */
ul.items-list {
    list-style: none;
    text-align: center;
    overflow: hidden;
    padding: 20px 0 50px;
}

ul.items-list>li {
    display: inline-block;
    width: 234px;
    height: 345px;
    margin: 8px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 14px 38px 2px rgba(9, 17, 36, 0.11);
}

ul.items-list>li>.title {
    text-align: left;
    margin: 0;
    padding: 10px 15px;
}

ul.items-list>li>.title .h2 {
    font-size: 16px;
}

.age {
    position: absolute;
    right: 15px;
    top: 10px;
    width: 34px;
    line-height: 34px;
    border-radius: 50%;
    color: #EE2C69;
    font-weight: bold;
    text-align: center;
    border: 1px solid #EE2C69;
}

.user-id {
    font-size: 13px;
    color: #c0c0c0;
}

.user-id>.id {
    color: #686868;
}

.circle-title {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: top;
}
.online-title { position: absolute; left: 0; top: 0; width: 100%; background: #1FA00F; color: #fff; text-align: center; padding: 2px 0; }

.online-0 {
    background: #E8E9EC;
}

.online-1 {
    background: #9BCA3E;
}

a.main-img {
    display: block;
    width: 100%;
    height: 270px;
    background-size: cover;
}

ul.ico-menu {
    list-style: none;
    margin-top: -39px;
}

ul.ico-menu li {
    display: inline-block;
    background: rgba(75, 75, 75, .35);
}

ul.ico-menu li:nth-child(2n+1) {
    background: rgba(9, 16, 35, .50);
}

ul.ico-menu li a {
    display: block;
    width: 39px;
    padding: 4px 0 8px;
}

ul.ico-menu li a:hover,
ul.ico-menu li a.curr {
    background: #EE2C69;
}

ul.ico-menu li a .ico {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto;
}

ul.ico-menu li a .text {
    display: none;
}

.ico-favorites {
    background-position: -144px -54px;
}

.ico-favorites-on {
    background-position: -168px -54px;
}

.ico-wink {
    background-position: -96px -54px;
}

.ico-wink-on {
    background-position: -192px -54px;
}

.ico-letter {
    background-position: 0 -54px;
}

.ico-chat {
    background-position: -24px -54px;
}

.ico-video-chat {
    background-position: -48px -54px;
}

.ico-gift {
    background-position: -72px -54px;
}

.ico-meeting {
    background-position: -120px -54px;
}

.info-link {
    margin: 10px 0 20px;
}

.info-link a img {
    border-radius: 9px;
    box-shadow: 0px 14px 38px 2px rgba(9, 17, 36, 0.11);
    max-width: 100%;
}

.one-user {
    padding: 30px 0 0;
    z-index: 2;
    position: relative;
}

.one-user h1 {
    font-family: 'Artemius_SN_TT';
    font-size: 26px;
    color: #a3a7ad;
    vertical-align: bottom;
}

.one-user h2 {
    font-family: 'Artemius_SN_TT';
    font-size: 22px;
}

.one-user .age {
    position: relative;
    display: inline-block;
    top: inherit;
    right: inherit;
    vertical-align: top;
    margin: 0 0 0 30px;
}

.one-user .gal-colemn {
    float: left;
    width: 60%;
}

.one-user .main-img {
    width: calc(100% - 30px);
    height: 500px;
    border-radius: 8px;
    background-size: cover;
    position: relative;
}

.one-user .main-img ul.ico-menu {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    margin: 0;
    border-radius: 8px 0 0 0;
    background: rgba(0, 0, 0, .64);
}

.one-user .main-img ul.ico-menu li {
    display: block;
    width: 110px;
    height: 14.3%;
}

.one-user .main-img ul.ico-menu li:nth-child(2n+1) {
    background: #2d2d2d;
}

.one-user .main-img ul.ico-menu li a {
    width: 100%;
    /* height: calc(100% - 15px); */
    text-decoration: none;
    height: 100%;
}

.one-user .main-img ul.ico-menu li a .ico {
    display: inline-block;
    margin: 20px 8px 0;
    vertical-align: top;
}

.one-user .main-img ul.ico-menu li a .text {
    display: inline-block;
    margin-top: 15px;
    font-size: 13px;
    width: 52px;
    color: #fff;
    vertical-align: top;
}

.one-user .gallery-container {
    margin: 10px 30px 0 0;
}

.one-user .user-info {
    float: right;
    width: 40%;
}

.one-user .user-id {
    display: inline-block;
    margin-left: 20px;
    margin-top: 8px;
    font-size: 16px;
    vertical-align: top;
}

.user-info .user-row {
    padding: 10px;
    font-size: 15px;
    border-bottom: 1px solid #EEF0F1;
}

.user-info .user-row .opt-name {
    display: inline-block;
    color: #000;
    width: 40%;
}

.user-info .user-row .opt-name .fa {
    font-size: 12px;
    color: #d92a63;
    margin-right: 15px;
}

.user-info .user-row .opt-value {
    display: inline-block;
    color: #7d8492;
    width: 60%;
}

.user-about {
    margin: 10px 0;
    font-size: 15px;
}

.user-about .opt-name {
    color: #000;
    font-size: 16px;
    margin: 0 0 5px 20px;
}

/* --------------------------- gifts --------------------------- */
.gifts_list {
    margin: 15px 0 30px;
}

.gifts_list ul {
    list-style: none;
}

.gifts_list ul li {
    display: inline-block;
    width: calc(20% - 15px);
    height: 360px;
    margin: 5px;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    box-sizing: border-box;
}

.gifts_list ul li a.tile {
    color: #000;
    text-decoration: none;
}

.gifts_list ul li .img-container {
    height: 230px;
}

.gifts_list ul li .img-container img {
    max-width: 100%;
    max-height: 230px;
}

.gifts_list ul li .title {
    font-family: Artemius_SN_TT;
    font-size: 15px;
    height: 40px;
}

.gifts_list ul li .price {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 10px;
}

.gifts_list .button {
    box-shadow: 0px 5px 13px 1px rgba(173, 180, 190, 0.43);
}

.gifts_list .button:hover {
    color: #fff;
}

.one_gift {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
}

.one_gift .img-container {
    float: left;
    width: 45%;
}

.one_gift .img-container img {
    width: 100%;
}

.one_gift .info {
    float: right;
    width: 50%;
}

.one_gift .title {
    font-family: Artemius_SN_TT;
    font-size: 27px;
    text-align: center;
    margin-bottom: 20px;
}

.one_gift .price {
    display: inline-block;
    font-size: 40px;
    font-weight: bold;
    margin-right: 30px;
    vertical-align: top;
}

.one_gift .button {
    box-shadow: 0px 5px 13px 1px rgba(173, 180, 190, 0.43);
}

.one_gift .button:hover {
    color: #fff;
}

.gift_footer {
    float: right;
    width: 50%;
    margin-top: -90px;
    color: #989ba3;
    font-size: 16px;
    display: none;
}

/* --------------------------- cabinet --------------------------- */
.ico-cab {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 30px;
    vertical-align: top;
}

.ico-cab-1 {
    background-position: 0 -103px;
}

.ico-cab-2 {
    background-position: -150px -103px;
}

.ico-cab-3 {
    background-position: -25px -103px;
}

.ico-cab-4 {
    background-position: -50px -103px;
}

.ico-cab-5 {
    background-position: -75px -103px;
}

.ico-cab-6 {
    background-position: -100px -103px;
}

.ico-cab-8 {
    background-position: -125px -103px;
}

ul.sub-menu li a:hover .ico-cab-1,
ul.sub-menu li a.sm-current .ico-cab-1 {
    background-position: 0 -78px;
}

ul.sub-menu li a:hover .ico-cab-2,
ul.sub-menu li a.sm-current .ico-cab-2 {
    background-position: -150px -78px;
}

ul.sub-menu li a:hover .ico-cab-3,
ul.sub-menu li a.sm-current .ico-cab-3 {
    background-position: -25px -78px;
}

ul.sub-menu li a:hover .ico-cab-4,
ul.sub-menu li a.sm-current .ico-cab-4 {
    background-position: -50px -78px;
}

ul.sub-menu li a:hover .ico-cab-5,
ul.sub-menu li a.sm-current .ico-cab-5 {
    background-position: -75px -78px;
}

ul.sub-menu li a:hover .ico-cab-6,
ul.sub-menu li a.sm-current .ico-cab-6 {
    background-position: -100px -78px;
}

ul.sub-menu li a:hover .ico-cab-7,
ul.sub-menu li a.sm-current .ico-cab-7 {
    background-position: -125px -78px;
}

.cab-panel {
    padding: 10px;
    border-radius: 9px;
    background: #fff;
}

.request-panel {
    display: inline-block;
    width: calc(33% - 10px);
    height: 210px;
    margin: 5px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    vertical-align: top;
    font-size: 15px;
}

.request-panel .button {
    font-size: 14px;
    font-family: MyriadProLight;
    text-transform: uppercase;
    line-height: 30px;
    padding: 0 25px;
    border-radius: 0 15px;
    border: none;
    font-weight: bold;
    box-shadow: none;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    margin-top: 10px;
}

.request-panel .text-red {
    font-size: 14px;
}

.request-panel a.img {
    display: inline-block;
    width: calc(50% - 20px);
    height: 80px;
    margin: 5px;
    vertical-align: top;
}

.request-panel a.img img {
    max-width: 100%;
    max-height: 100%;
}

td .for-img a.img {
    text-decoration: none;
}

td .for-img a.img img,
td .img img {
    max-width: 80px;
    max-height: 80px;
    margin-right: 10px;
}

td.light {
    color: #999;
}

td.light a {
    color: #96A1B1;
    text-decoration: underline;
}

td.light a:hover {
    color: #ef2c6c;
}

.user-form label {
    color: #434344;
    font-weight: bold;
}

.user-form label.ch {
    width: 85%;
    margin-top: 15px;
}

.user-form input[type=text],
.user-form input[type=password],
.user-form textarea {
    color: #858a92;
    background: #fff;
    font-weight: normal;
    border: none;
    border-radius: 3px;
    padding: 15px;
}

.youtube {
    width: 560px;
}

.select-container {
    position: relative;
    display: inline-block;
    background: #fff;
    border-radius: 3px;
    border-bottom: 1px solid #9e9e9e;
    vertical-align: top;
}

.select-container select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    -ms-appearance: none;
    appearance: none !important;
}

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

.select-container select {
    color: #858a92;
    border: none;
    background: transparent;
    font-size: inherit;
    font-weight: normal;
    padding: 13px 30px 13px 10px;
    position: relative;
    vertical-align: middle;
    box-sizing: border-box;
    width: 100%;
    z-index: 10;
}

.select-container select option {
    padding: 2px 5px;
}

.select-container select option:nth-child(2n+1) {
    background: #fafafa;
}

.select-container select option:nth-child(1) {
    background: #f5f5f5;
    color: #aaa;
}

.select-button {
    position: absolute;
    right: 15px;
    top: calc(50% - 10px);
    color: #858a92;
    cursor: default;
    font-size: 20px;
    font-weight: bold;
    z-index: 9;
}

.day {
    margin-right: 2px;
    width: calc(25% - 2px);
    border-radius: 3px 0 0 3px;
}

.month {
    margin-right: 2px;
    width: calc(45% - 2px);
    border-radius: 0;
}

.year {
    width: 30%;
    border-radius: 0 3px 3px 0;
}

.day select,
.month select,
.year select {
    padding: 13px 25px 13px 5px;
    font-size: 14px;
}

.day .select-button,
.month .select-button,
.year .select-button {
    right: 10px;
}

.min-img {
    width: 43px;
    height: 38px;
    background-size: cover;
}

.middle-img {
    width: 80px;
    height: 80px;
    background-size: cover;
}

.min-img .circle-title {
    position: absolute;
    right: -6px;
    top: -4px;
}

.online-label {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #FEC670;
}

.user-card {
    height: 140px;
    padding: 10px;
    background: #fff;
    position: relative;
    margin-bottom: 20px;
}

.user-card .img-container {
    display: inline-block;
    width: 115px;
    height: 100%;
    text-align: right;
    margin-right: 20px;
}

.user-card img {
    max-width: 100%;
    max-height: 100%;
}

.user-card .info {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 135px);
}

.user-card .title {
    font-size: 30px;
    font-family: 'Artemius_SN_TT';
    color: #000;
    display: inline-block;
    line-height: 50px;
    vertical-align: bottom;
}

.user-card .age {
    position: relative;
    display: inline-block;
    top: inherit;
    right: inherit;
    vertical-align: top;
    margin: 5px 0 0 20px;
}

.user-card .user-id {
    color: #686868;
    font-size: 13px;
}

.user-card ul.ico-menu {
    position: absolute;
    right: 10px;
    bottom: 10px;
    margin: 0;
}

.user-card ul.ico-menu li {
    background: #2C2C2C;
    width: 96px;
    height: 48px;
}

.user-card ul.ico-menu li:nth-child(2n+1) {
    background: #585859;
}

.user-card ul.ico-menu li a {
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.user-card ul.ico-menu li a .ico {
    display: inline-block;
    margin: 0 8px 0;
    vertical-align: top;
}

.user-card ul.ico-menu li a .text {
    display: inline-block;
    font-size: 13px;
    width: 50px;
    color: #fff;
    vertical-align: top;
}
.user-card ul.ico-menu .sale_badge { display: none; }


.online-button {
    width: 68px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    text-transform: uppercase;
    line-height: 22px;
}

.mail-form {}

.mail-form .form-row {
    box-shadow: 5px 5px 5px #d6d6d6;
    background: #fff;
    margin-bottom: 9px;
    padding: 15px;
}

.mail-form label {
    vertical-align: middle;
    width: 70px;
}

.mail-form input[type=text] {
    border: none;
    vertical-align: middle;
    padding: 0;
    width: calc(100% - 70px);
    background: transparent;
}

.mail-form textarea {
    width: 100%;
    height: 150px;
    padding: 0;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
}
.mail-form .symbol-counter {
    position: absolute;
    right: 50px;
    bottom: 1px;
    padding: 2px 5px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.letter {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    box-shadow: 5px 5px 5px #d6d6d6;
}

.letter .title {
    padding: 10px;
    background: #E1E3E6;
    color: #5e5e5e;
    font-size: 13px;
}

.letter .title .user {
    float: left;
}

.letter .title .date {
    float: right;
}

.letter .subject,
.letter .message {
    color: #435266;
}

.letter .subject {
    padding: 10px 10px 5px;
    font-weight: bold;
}

.letter .message {
    padding: 0 10px 10px;
    font-size: 15px;
}

.letter .unread {
    background: #FFE8F0;
}

.cab-main-img {
    background: #fff;
    width: 200px;
    height: 350px;
    padding: 10px;
    margin-bottom: 20px;
}

.cab-main-img .title {
    font-size: 18px;
    text-transform: uppercase;
    background: #F9F6FC;
    line-height: 30px;
    text-align: center;
    margin-bottom: 10px;
}

.cab-main-img img {
    width: 100%;
}

.cab-main-img ul.ico-menu {
    position: absolute;
    left: 0;
    bottom: -10px;
    list-style: none;
    text-align: center;
    margin: 0;
    width: 100%;
}

.cab-main-img ul.ico-menu li {
    display: inline-block;
    margin: 0 5px;
    background: transparent;
}

.cab-main-img ul.ico-menu li a {
    display: block;
    font-size: 24px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    padding: 0;
}

ul.cab-gal {
    list-style: none;
}

ul.cab-gal>li {
    display: inline-block;
    background: #fff;
    width: 190px;
    height: 190px;
    padding: 10px;
    position: relative;
    margin: 5px;
    border-radius: 5px;
    vertical-align: top;
}
.del-list ul.cab-gal>li { background: #FFE3E3; }

ul.cab-gal>li .title { position: absolute; width: 100%; left: 0; bottom: 20px; font-size: 16px; text-transform: uppercase;
    background: rgba(255,255,255,.7); color: #000; text-align: center; }

ul.cab-gal>li .img {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
ul.cab-gal>li .photo-menu-btn { display: block; position: absolute; top: -4px; right: -4px; background-color: #AAA; color: #fff; padding: 1px 6px;
    border-radius: 2px; font-size: 14px; text-decoration: none; }
ul.cab-gal>li .photo-menu-btn:hover { background-color: #CCC; }

ul.photo-menu { display: none; list-style: none; position: absolute; right: -4px; top: 19px; background: rgba(0,0,0,.8);
    width: 140px; box-shadow: 0 0 10px 1px #000; border: 1px solid #000; z-index: 1; }
ul.photo-menu li { border-bottom: 1px solid #666; padding: 5px 10px; }
ul.photo-menu li:last-child { border-bottom: none; }
ul.photo-menu li:hover { background: rgba(255,255,255,.3); }
ul.photo-menu a { color: #fff; display: block; font-size: 12px; }

.cab-main-img ul.confirm,
.cab-main-img form,
ul.cab-gal>li ul.confirm,
ul.cab-gal form {
    display: none;
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 100%;
    background: rgba(255, 255, 255, .8);
    list-style: none;
    margin: 0;
    text-align: center;
    padding: 10px 0;
}

.cab-main-img ul.confirm li,
ul.cab-gal>li ul.confirm li {
    display: inline-block;
    margin: 0 5px;
}

.cab-main-img ul.confirm li a,
ul.cab-gal>li ul.confirm li a {
    display: block;
    padding: 3px 5px;
    text-decoration: none;
    color: #fff;
}

.cab-main-img form input,
ul.cab-gal form input {
    width: 100px;
    border-radius: 0;
    display: block;
    margin: 0 auto 5px;
}

.cab-main-img form button,
ul.cab-gal form button {
    border-radius: 0;
    display: inline-block;
    border: 0;
    background: #72BD27;
    color: #fff;
    padding: 2px 5px;
    font-size: 14px;
}
ul.cab-gal>li ul.ico-menu {
    position: absolute;
    left: 0;
    bottom: -5px;
    list-style: none;
    text-align: center;
    margin: 0;
    width: 100%;
}

ul.cab-gal>li ul.ico-menu li {
    display: inline-block;
    margin: 0 5px;
    background: transparent;
}

ul.cab-gal>li ul.ico-menu li a {
    display: block;
    font-size: 20px;
    width: 34px;
    line-height: 34px;
    border-radius: 50%;
    padding: 0;
}

.game-panel {
    text-align: center;
}

.game-panel .main-img {
    width: 500px;
}

.game-panel .title {
    width: 400px;
    margin: 5px auto;
}

.game-panel .age {
    right: calc(50% - 245px);
    top: 55px;
    background: #fff;
}

ul.game-liked {
    list-style: none;
    text-align: left;
}

ul.game-liked li {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin: 5px;
}

ul.game-liked li a {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-image:
}

.fin-tbl {
    display: none;
    position: absolute;
    top: 60px;
    right: 10px;
    width: 200px;
    max-height: 300px;
    overflow: auto;
    z-index: 10;
    box-shadow: 0 0 5px 0 #888;
    background: #fff;
}

/* --------------------------- chat --------------------------- */
.chat-spinner { width: 25px; margin: 0 auto; padding-top: 50px; font-size: 25px; }
.chat-spinner .fa { color: #666; }

.header-chat { display: none; padding: 5px 10px; overflow: hidden; background-color: #D1D1D1; }
.header-chat a { display: none; color: #343434; }
a.lc-open { float: left; }
a.rc-open { float: right; }
.header-chat .fa { font-size: 18px; margin: 0 10px; vertical-align: bottom; }

.chat-container {
    height: calc(100% - 175px);
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
    z-index: 3;
}
.chat-container .page { height: 100%; padding-bottom: 0; }
.chat-container h2 {
    text-align: center;
    margin: 5px;
}

.chat-left {
    font-size: 14px;
    flex-basis: 25%;
    flex-grow: 1;
    z-index: 1;
    background: #eee;
    border-right: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}

.chat-main {
    flex-basis: 50%;
    flex-shrink: 0;
    z-index: 2;
    background: #fff;
}

.chat-right {
    flex-basis: 25%;
    flex-grow: 1;
    z-index: 1;
    background: #F6F7F8;
    border-left: 1px solid #ccc;
}

.chat-panel {
    border-bottom: 1px solid #ccc;
}

.list-my-girls {
    height: 200px;
}

.my-chats {
    overflow: auto;
    height: 100%;
}

.chat-filters { height: 50px; padding: 5px; display: flex; justify-content: center; background: #F6F7F8; }
.chat-filters a { display: block; margin: 0 10px; font-size: 22px; color: #aaa; text-decoration: none; }
.chat-filters a:hover, .chat-filters a.active { color: #039be5; }

.my-chat-prev, .my-chat-next { text-align: center; margin: 10px 0; }
.my-chat-prev a, .my-chat-next a { text-decoration: none; font-size: 18px; color: #24861A; font-weight: bold; }

ul.chat-user-list {
    list-style: none;
    margin: 10px 0 0 10px;
}

ul.chat-user-list li {
    margin: 5px;
}

ul.chat-user-list li > a {
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    color: #333;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid transparent;
}
ul.chat-user-list li > a.cur { border: 1px solid #1FA00F; }
ul.chat-user-list li > a:hover { border: 1px solid #888; }

ul.chat-user-list li .in_out { margin-right: 5px; }
ul.chat-user-list li .img-container {
    width: 35px;
}
ul.chat-user-list li .action { text-align: center; align-self: center; }
ul.chat-user-list li button { border: none; background-color: transparent; font-size: 16px; color: #aaa; }
ul.chat-user-list li button:hover { color: #039be5; }
ul.chat-user-list li img {
    max-width: 30px;
    min-height: 30px;
}

ul.chat-user-list li .info {
    line-height: normal;
    flex-grow: 1;
}
ul.chat-user-list li .info .login { font-size: 16px; }
ul.chat-user-list li .chats_with { font-size: 14px; }
ul.chat-user-list li .info .id {
    font-size: 12px;
    font-weight: normal;
    color: #777;
}

ul.chat-user-list li .label {
    display: inline-block;
    vertical-align: middle;
}

ul.chat-user-list li .label div {
    display: inline-block;
    padding: 1px 5px;
    color: #fff;
    font-size: 10px;
    border-radius: 3px;
}

ul.chat-user-list li .label .label-1 {
    background: #F6750D;
}

ul.chat-user-list li .label .label-2 {
    background: #E64D3D;
}

ul.chat-user-list li .label .label-3 {
    background: #000;
}

table.listing .label { display: inline-block; vertical-align: middle; padding: 1px 5px; color: #fff; font-size: 10px; border-radius: 3px;
    margin: 0 5px; }
table.listing .label.label-1 { background: #F6750D; }
table.listing .label.label-2 { background: #E64D3D; }
table.listing .label.label-3 { background: #000; }

/* -------------- Для чата. М. не используется
.from_title {
    height: 80px;
    padding: 5px;
}

.from_title .img-container {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    height: 100%;
    margin-right: 10px;
}

.from_title .img-container img {
    max-width: 100%;
    max-height: 100%;
}

.from_title .info {
    display: inline-block;
    vertical-align: middle;
}
end -------------- Для чата. М. не используется */

.to_title {
    height: 150px;
    padding: 5px;
}

.to_title a {
    text-decoration: none;
}

.to_title .img-container {
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    height: 100%;
    margin-right: 10px;
}

.to_title .img-container img {
    max-width: 100%;
    max-height: 100%;
}

.to_title .info {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 140px);
}

.to_title a.btn {
    display: inline-block;
    text-align: center;
    padding: 2px 7px;
    font-size: 14px;
    background: #72BD27;
    color: #fff;
    margin-top: 3px;
    line-height: normal;
    height: auto;
}

.to_title a.btn:hover {
    background: #ef2c6c;
}

.user-online-container {
height: calc(100% - 160px);
}

.user-online-container h2 {
    height: 30px;
}

.user-online {
    height: calc(100% - 33px);
    overflow: auto;
}

.chat-list {
    height: calc(100% - 130px);
    overflow: auto;
}

.chat-list .message-row {
    overflow: hidden;
}

.chat-list .message {
    word-break: break-all;
    border-radius: 15px;
    padding: 10px;
    margin: 0 5px 10px;
    min-width: 50%;
    max-width: 90%;
}

.chat-list .message-row .from_me {
    float: right;
    background: #E8FFF6;
}

.chat-list .message-row .to_me {
    float: left;
    background: #FFF7E8;
}

.chat-list .message .name {
    font-size: 14px;
    font-weight: bold;
}

.chat-list .message .text {
    font-size: 16px;
}

.chat-list .message .text .prPh {
    max-width: 150px;
    max-height: 150px;
}

.chat-list .message .date_in {
    font-size: 13px;
    color: #C0C0C0;
}

.chat-list .from_me .name,
.chat-list .from_me .date_in {
    text-align: right;
}

.chat-form {
    padding-top: 5px;
    background: #eee;
}

.chat-form .form-footer {
    height: 37px;
    background: #ddd;
    position: relative;
}

.chat-form .chat-textarea-container {
    position: relative;
}

.chat-form .chat-textarea {
    height: 80px;
    width: calc(100% - 20px);
    word-break: break-all;
    padding: 0;
    background: #fff;
    border: 1px solid #ccc;
    margin: 0 auto 5px;
    overflow: auto;
}
.chat-form .chat-textarea.warning { border-color: #FFA51A; }
.chat-form .chat-textarea.alert { border-color: #D72A62; border-radius: 00;}

.chat-form .chat-textarea-container .symbol-counter {
    position: absolute;
    right: 11px;
    bottom: 1px;
    padding: 2px 5px;
    width: 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.chat-form .button-1 {
    padding: 0 15px;
    line-height: 30px;
    vertical-align: middle;
    box-shadow: none;
}

.chat-form .form-footer a {
    display: inline-block;
    margin: 3px 5px;
    font-size: 18px;
    padding: 2px 0;
    background: #fff;
    border: 1px solid #676767;
    border-radius: 3px;
    width: 35px;
    text-align: center;
}

ul.chat-emoji,
ul.chat-stick,
.chat-photo {
    position: absolute;
    left: 0;
    bottom: 35px;
    background: #fff;
    border: 1px solid #676767;
    border-radius: 5px;
    display: none;
    box-shadow: 0 0 7px 0 #666;
    z-index: 2;
    padding: 10px;
}

ul.chat-stick {
    list-style: none;
    width: 289px;
    height: 233px;
}

ul.chat-stick li {
    display: inline-block;
}

ul.chat-emoji {
    list-style: none;
    width: 306px;
    height: 225px;
    overflow: auto;
}

ul.chat-emoji li {
    display: inline-block;
}

.chat-form .form-footer ul.chat-stick li a {
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0 3px;
    background-image: url(../images/stickers.jpg);
    background-color: transparent;
    background-size: 420%;
}

.chat-form .form-footer ul.chat-stick li a:hover {
    border-color: #f00;
    box-shadow: 0 0 3px 0 #666;
}

.chat-form .form-footer ul.chat-emoji li a {
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 2px;
    background-color: transparent;
}

.chat-form .form-footer ul.chat-emoji li a:hover {
    border-color: #f00;
    box-shadow: 0 0 3px 0 #666;
}

.mSt {
    display: inline-block;
    width: 145px;
    height: 145px;
    background-image: url(../images/stickers.jpg);
}

a.emoji {
    display: inline-block;
    width: 30px;
    height: 30px;
}

.mSm {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../images/smile.png);
}

.chat-photo {
    width: 520px;
    height: 265px;
    overflow: auto;
}

.chat-photo ul {
    list-style: none;
}

.chat-photo ul li {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.chat-form .form-footer .chat-photo ul li a {
    width: 70px;
    height: 70px;
}

.chat-photo ul li a img {
    max-width: 100%;
    max-height: 100%;
}

.chat-form .form-footer .chat-photo ul li a:hover {
    border-color: #f00;
    box-shadow: 0 0 3px 0 #666;
}
.badges { position: absolute; top: -8px; }
.badges span { display: inline-block; padding: 0 3px; color: #fff; font-size: 9px; border-radius: 3px;
    margin: 1px; }
.badges span.badge_chat { background-color: #0D812E; }
.badges span.badge_letters { background-color: #3131AD; }


a.chat-del {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 18px;
}

.chat-alert {
    position: absolute;
    right: 0;
    top: 50%;
    background: #444;
    color: #fff;
    z-index: 1000;
    padding: 10px 15px;
    border-radius: 10px 0 0 10px;
    width: 180px;
    font-size: 16px;
}

.chat-alert a {
    display: block;
    position: absolute;
    right: 5px;
    top: 1px;
}

/* --------------------------- footer --------------------------- */
footer {
    background: #fff;
    position: relative;
    z-index: 2;
}

footer:before {
    content: " ";
    display: block;
    width: 100%;
    height: 9px;
    background: url(../images/bg-wave-1.png) repeat-x left top;
    position: absolute;
    top: -9px;
    z-index: 100;
}

footer .page {
    padding: 30px 0 20px;
    border-bottom: 1px solid #D0D1D4;
}
footer .container { background-color: transparent; }

.footer-logo-container {
    float: left;
    width: 350px;
}

a.logo-1 {
    display: block;
    width: 231px;
    height: 49px;
    margin: 17px 0 15px 64px;
}

.footer-logo-container .social a.ico {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-left: 10px;
    vertical-align: middle;
}

ul.bottom-menu {
    list-style: none;
    float: right;
    width: calc(100% - 355px);
}

ul.bottom-menu li {
    display: inline-block;
    width: calc(25% - 10px);
}

ul.bottom-menu li a {
    display: block;
    color: #989ba3;
    font-size: 16px;
    line-height: 27px;
    text-decoration: none;
}

ul.bottom-menu li a:hover {
    color: #ef2b6a;
}

ul.bottom-menu li a:before {
    content: "●";
    font-size: 12px;
    padding-right: 15px;
}

.copyright {
    padding: 20px 0;
    text-align: center;
    color: #989ba3;
    font-size: 16px;
}

.consent-panel { box-sizing: border-box; position: fixed; left: 4px; bottom: 80px; width: 30%; color: #676767; background-color: #fff; padding: 10px; border-radius: 5px;
    box-shadow: 2px 2px 10px 0 #000; z-index: 1001; }
.consent-panel .info { font-size: 15px; margin-bottom: 10px; }
.consent-panel .btn-container { text-align: center; }
.consent-panel .btn-container a { margin-bottom: 2px; }
.consent-panel .btn-container a.btn:hover { color: #fff; }

.footer-message { box-sizing: border-box; position: fixed; left: 0; bottom: 0; width: 100%; background-color: rgba(36,134,26,.8); padding: 20px;
    color: #fff; font-size: 18px; z-index: 1000; }
a.footer-message-close { position: absolute; right: 10px; top: 0; color: #fff; font-size: 20px;
    text-decoration: none; }
a.footer-message-close:hover { color: #ce295e; }

/* --------------------------- map --------------------------- */
.div_map {
    margin-left: 20px;
}

.div_map a {
    display: block;
}

/* --------------------------- misc --------------------------- */
.flex {
    display: flex;
    justify-content: space-between;
}

.line-h {
    height: 0;
    border-bottom: 2px solid #77BF3B;
}

.important { font-weight: bold; color: #dd1c5b; }

.alert,
.alertText {
    background: #FFE3E3;
    border: 1px solid #AF0808;
    color: #AF0808;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 5px;
}

.ok {
    background: #e0ffea;
    border: 1px solid #18aa38;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 5px;
}

.admin-panel {
    position: fixed;
    top: 80px;
    right: 20px;
    background: rgba(114,189,39,.8);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    box-shadow: 1px 1px 2px 1px #aaa;
    text-align: center;
    z-index: 3;
    font-size: 14px;
}
.user-label { position: fixed; right: 20px; top: 160px; text-align: center; background-color: rgba(255,111,0,.8);
    padding: 5px 10px; color: #fff; font-size: 14px; border-radius: 5px; box-shadow: 1px 1px 2px 1px #aaa; z-index: 3; }
.admin-panel a, .user-label a { color: #fff; text-decoration: underline; }

.blur {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.gmap {
    height: 400px;
    border: 30px solid #fff;
}

.copy-text a.btn { line-height: 26px; height: 26px; font-size: 12px; background-color: #18aa38; }
.copy_info { display: none; position: absolute; top: -35px; right: 0; padding: 5px 10px; font-size: 12px;
    background-color: #dddddd; border-radius: 3px; }

ul.PP-tours { color: #000; }
ul.PP-tours li { margin-bottom: 20px; }
ul.PP-tours li.flex { justify-content: flex-start; }
ul.PP-tours li.flex .info { display: block; flex: 0 0 400px; }
ul.PP-tours li.flex a.button { white-space: nowrap; }
ul.PP-tours li .button { display: inline-block; box-shadow: none; margin-left: 20px; }

.share-soc-container {
    text-align: right;
    margin: 10px 0;
    background: #fff;
    padding: 10px;
}

.share-soc-container .share-soc {
    display: inline-block;
    margin-left: 10px;
}

.share-soc-container .share-soc .fa {
    font-size: 30px;
    margin: 0 5px;
}

.pay-button {
    border-radius: 5px;
    border: none;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}
.ppButton { padding: 7px 20px 0; background-color: #FFC439; }
.ppButton:hover { background-color: #eeb42c; }
.ppCard {
    padding: 7px 20px;
    font-size: 16px;
    font-family: MyriadProLight;
    text-decoration: none;
    background-color: #2C2E2F;
    color: #fff;
}
.ppCard:hover { background-color: #424446; color: #fff; }

/* --------------------------- comment -------------------------- */
.comment-list {
    margin-top: 20px;
}

.comment-list h3 {
    text-align: center;
}

.comment {
    padding: 10px 0;
    border-bottom: 1px dashed #D3D6DA;
}

.comment .title {
    margin-bottom: 5px;
}

.comment .name {
    float: left;
    font-weight: bold;
}

.comment .date-in {
    float: right;
    font-size: 15px;
}

.comment .note {
    font-size: 15px;
}

.comment .admin {
    margin-left: 40px;
}

.comment-form {
    width: 70%;
    margin: 0 auto;
}

.comment-form label {
    display: inline-block;
    width: 40%;
}

.comment-form input[type=text] {
    display: inline-block;
    width: calc(60% - 8px);
    padding: 3px;
}

.comment-form textarea {
    width: calc(100% - 8px);
    height: 100px;
    padding: 3px;
}

.comment-form h4 {
    font-size: 18px;
    margin: 0 0 10px 20px;
}

/* --------------------------- faq + contact -------------------------- */
.contact-left {
    float: left;
    width: calc(50% - 30px);
}

.contact-right {
    float: right;
    width: calc(50% - 30px);
}

ul.faq {
    list-style: none;
    margin: 10px;
}

ul.faq li {
    display: block;
    margin-bottom: 10px;
}

ul.faq li .que {
    display: block;
    font-weight: bold;
    padding: 10px 20px;
}

ul.faq li .que.on {
    background: #E0E0E0;
}

ul.faq li .que.off {
    background: #F6F7F8;
}

ul.faq li .ans {
    display: none;
    padding: 10px;
    border: 1px solid #D6D9DD;
    margin-top: 5px;
}

/* --------------------------- dialog --------------------------- */
.over-container {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 5000;
}

.over-bg {
    background: url(../images/bg-back.png);
}

.dialog { background: #f1f1f1; box-shadow: 3px 3px 11px 2px #333; font-size: 18px; border: 2px solid #df1b5b; }
.dialog-content { margin: 50px 80px 50px 80px; }
.dialog h2 { text-align: center; }
/*
.dialog input[type=text], .dialog input[type=file], .dialog textarea { font-weight: normal; background: #fff; border: none; }
.dialog input[type=text], .dialog input[type=file] { padding: 7px 10px; font-size: 22px; }
.dialog input[disabled], .dialog textarea[disabled] { background: #eee; }
.dialog textarea { width: calc(100% - 50px); height: 80px; }
.dialog textarea[disabled] { height: 70px; }
*/
.dialog-container {
    margin: 50px auto 0 auto;
    padding-bottom: 30px;
    max-width: 100%;
}

.dialog {
    height: 100%;
    z-index: 2500;
}

.dialog-bg {
    height: 100%;
}

a.dialog-close {
    display: block;
    position: absolute;
    font-weight: bold;
    font-size: 32px;
    color: #000;
    right: 35px;
    top: 20px;
    z-index: 5100;
}
.dialog .alertText { font-size: 16px; border-radius: 0; margin-bottom: 20px; }

.dialog .form-row { margin-bottom: 30px; }
.dialog .form-row input[type=text],
.dialog .form-row input[type=password],
.dialog .form-row input[type=file],
.dialog .form-row textarea
{ font-size: 16px; line-height: 16px; padding: 15px 20px; color: #000; background: #fff; height: auto; border: 1px solid #a6a6a6;
    font-weight: normal; width: 100%; box-sizing: border-box; }

.dialog .form-row .select-container { border-radius: 0; border: 1px solid #a6a6a6; }
.dialog .form-row .select-container.day { border-right: none; }
.dialog .form-row .select-container.month { border-left: none; border-right: none; }
.dialog .form-row .select-container.year { border-left: none; }
.dialog .form-row .select-container select { font-size: 16px; line-height: 16px; color: #000; }
.dialog .form-row .select-container select option { background-color: #fff; color: #000; }

.dialog .form-row .select-container select:focus { outline: none; }

.dialog .form-row label { font-size: 16px; line-height: 16px; margin: 0 0 10px 0; padding: 0; color: #000; display: block; }
.dialog label.block { display: block; text-align: left; font-size: 15px; color: #676767; }

/* --------------------------- loader --------------------------- */
.cssload-loader {
    display: none;
    position: absolute;
    left: calc(50% - 44px);
    top: calc(50% - 44px);
    width: 88px;
    height: 88px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    perspective: 1100px;
}

.cssload-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.cssload-inner.cssload-one {
    left: 0%;
    top: 0%;
    animation: cssload-rotate-one 2.05s linear infinite;
    -o-animation: cssload-rotate-one 2.05s linear infinite;
    -ms-animation: cssload-rotate-one 2.05s linear infinite;
    -webkit-animation: cssload-rotate-one 2.05s linear infinite;
    -moz-animation: cssload-rotate-one 2.05s linear infinite;
    border-bottom: 4px solid rgb(222, 28, 91);
}

.cssload-inner.cssload-two {
    right: 0%;
    top: 0%;
    animation: cssload-rotate-two 2.05s linear infinite;
    -o-animation: cssload-rotate-two 2.05s linear infinite;
    -ms-animation: cssload-rotate-two 2.05s linear infinite;
    -webkit-animation: cssload-rotate-two 2.05s linear infinite;
    -moz-animation: cssload-rotate-two 2.05s linear infinite;
    border-right: 4px solid rgb(255, 255, 255);
}

.cssload-inner.cssload-three {
    right: 0%;
    bottom: 0%;
    animation: cssload-rotate-three 2.05s linear infinite;
    -o-animation: cssload-rotate-three 2.05s linear infinite;
    -ms-animation: cssload-rotate-three 2.05s linear infinite;
    -webkit-animation: cssload-rotate-three 2.05s linear infinite;
    -moz-animation: cssload-rotate-three 2.05s linear infinite;
    border-top: 4px solid rgb(255, 255, 255);
}

@keyframes cssload-rotate-one {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-o-keyframes cssload-rotate-one {
    0% {
        -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }

    100% {
        -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-ms-keyframes cssload-rotate-one {
    0% {
        -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }

    100% {
        -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-one {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-moz-keyframes cssload-rotate-one {
    0% {
        -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }

    100% {
        -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@keyframes cssload-rotate-two {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-o-keyframes cssload-rotate-two {
    0% {
        -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100% {
        -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-ms-keyframes cssload-rotate-two {
    0% {
        -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100% {
        -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-two {
    0% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-moz-keyframes cssload-rotate-two {
    0% {
        -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100% {
        -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@keyframes cssload-rotate-three {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-o-keyframes cssload-rotate-three {
    0% {
        -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-ms-keyframes cssload-rotate-three {
    0% {
        -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-three {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-moz-keyframes cssload-rotate-three {
    0% {
        -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

.form-row div {
        /* position: relative; */
}

.form-row input[type=radio] {
    opacity: 1;
    left: 0;
    top: -4px;
    width: 16px;
    height: 16px;
    position: relative;
        pointer-events: all;
}

.form-row label {
    padding-left: 16px;
}
.form-row label.block { display: block; text-align: left; font-size: 15px; color: #676767; }

.form-row label.for-radio {
    padding-left: 0;
    top: -4px;
    display: inline-block;
    position: relative;
}


.form-row input:-webkit-autofill,
.form-row input:-webkit-autofill:hover,
.form-row input:-webkit-autofill:focus,
.form-row input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}



.hamburger {
    text-align: right;
    top: 42px;
    right: 15px;
    padding: 1px 0 0;
    width: 28px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    cursor: pointer;
    display: none;
    z-index: 1000;
}
.hamburger:hover {
    opacity: 1;
}
.hamburger-box {
    width: 30px;
}
.hamburger-inner,
.hamburger-inner:before,
.hamburger-inner:after {
    width: 100%;
    height: 3px;
    background-color: #dd1c5b;
    border-radius: 0;
}
.hamburger-inner:before {
    top: -9px;
}
.hamburger-inner:after {
    bottom: -9px;
}

.uni-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: .2s;
    z-index: -1;
}

.uni-overlay.active {
    opacity: .5;
    visibility: visible;
    z-index: 96;
}

.main-column .items-list  {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -18px;
}

body .page.rel .main-column .items-list .girls-wrapper {
    width: 30%;
}

.search-1 select {
    display: inline-block;
}

.fast-form-cotainer { background: #fff; margin: 50px auto; width: 360px; padding: 20px; box-sizing: border-box; border: 1px solid #aeaeae; }
.sale_badge { position: absolute; top: -10px; right: -70px; background-color: red; color: #fff; font-size: 12px;
    border-radius: 10px 10px 10px 0; line-height: 14px; padding: 5px 10px; text-align: center; }