/* Базовые стили кнопки */
.blockedProfile {
    padding: 5px;
    margin-left: 17%;
    width: 59%;
}

.block-button {
    text-align: right;
    margin-top: -3%;
}

.block-warning p {
    width: 90%;
    margin-bottom: -3%;
}

.block-warning p {
    width: 80%;
    font-size: 18px;
    font-weight: 400;
}

.buttonCom a {
    display: block;
    width: 100%;
    border-radius: 3px;
    padding: 10px;
    border: rgba(0, 0, 0, .3) 0 solid;
    box-sizing: border-box;
    background: #f00;
    color: #fcfcfc;
    font-weight: 600;
    font-size: 11pt;
    transition: background .4s;
    cursor: pointer;
    text-decoration: none;
}


/* Изменение фона кнопки при наведении */
.buttonCom a:hover {
    background: #c00;
    color: #ffffff;
}

.block-warning {
    width: 100%;
    display: flex;
    flex-flow: wrap row;
    justify-content: center;
    align-items: center;
    border: 1px solid red;
    border-radius: 3px;
    background: #fff;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

@media (max-width: 1200px) {
    .block-warning p {
        font-size: 13px; 
    }
}

.file-select {
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;

}

.file-select.file-select-lg + label {
    padding: 10px 10px;
    font-size: 18px;
    border-radius: 5px;

}

.file-select + label {
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #ccc;
    padding: 6px 10px;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 10px;
    background: RGBA(255, 255, 255, 1);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .45);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .45);
}

.file-select.file-select-sm + label {
    font-size: 12px;
    padding: 5px 10px;
}

.file-select:focus + label,
.file-select + label:hover {
    background: #ccc;
}


/* Базовые стили формы */
.formClass {
    margin: 0 auto;
    max-width: 55%;
    box-sizing: border-box;
    padding: 40px;
    border-radius: 5px;
    background: RGBA(255, 255, 255, 1);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .45);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .45);
}

/**/
.formBlock {
    margin: 0 auto;
    max-width: 95%;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    background: RGBA(255, 255, 255, 1);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .45);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .45);
}

.formBlock font {
    font-size: 15px;
    font-style: italic;
    text-align: center;
}

.kapcha img {
    width: 100%;
    padding-bottom: 10px;
    height: 100px;
}

/* Стили полей ввода */
.textbox {
    height: 50px;
    width: 100%;
    border-radius: 3px;
    border: rgba(0, 0, 0, .3) 2px solid;
    box-sizing: border-box;
    font-size: 18px;
    padding: 10px;
    margin-bottom: 30px;
}

.message:focus,
.textbox:focus {
    outline: none;
    border: rgba(24, 149, 215, 1) 2px solid;
    color: rgba(24, 149, 215, 1);
}

/* Стили текстового поля */
.message {
    background: rgba(255, 255, 255, 0.4);
    width: 100%;
    height: 120px;
    border: rgba(0, 0, 0, .3) 2px solid;
    box-sizing: border-box;
    -moz-border-radius: 3px;
    font-size: 18px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    padding: 10px;

    overflow: hidden;
}

/* Базовые стили кнопки */
.button {
    height: 50px;
    width: 100%;
    border-radius: 3px;
    border: rgba(0, 0, 0, .3) 0px solid;
    box-sizing: border-box;
    padding: 10px;
    background: #790038;
    color: #FFF;
    font-weight: 400;
    font-size: 16pt;
    transition: background .4s;
    cursor: pointer;
    margin-left: 0;
}

/* Изменение фона кнопки при наведении */
.button:hover {
    background: #80b438;
}


@media screen and (max-width: 767px) {
    .formClass {
        max-width: 100%;
    }
}

/* ABUSE FORM STYLES */
/*.abuse_btn {
    display: inline-block;
    float: right;
    padding: 2px 25px;
    font-weight: 900;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    background: #fff;
    color: red;
    border: 1px solid #d00;
    box-sizing: border-box;
    transition: .6s;
    cursor: pointer;
}
.abuse_btn:hover {
    background: #d00;
    color: #fff;
    transition: .6s;
}*/
.abuse_bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 10000;
}

.abuse_form {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    min-height: 150px;
    margin: -265px -200px;
    background: #eee;
    z-index: 10001;
}

.abuse_title {
    background: #fff;
    padding: 10px;
    font-size: 22px;
    font-weight: 900;
    box-shadow: 0 1px 1px silver;
    box-sizing: border-box;
}

.abuse_body,
.abuse_request {
    padding: 10px 10px 55px;
}

.abuse_request {
    display: none;
}

.abuse_request img {
    margin: 0 auto;
    display: block;
}

.abuse_disclaimer {
    display: block;
    padding: 10px 15px;
    background: white;
    border: 1px solid silver;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.37 !important;
    margin: 0 0 5px;
}

.abuse_body select {
    width: 100%;
    padding: 5px 10px;
    background: #fff;
    border: 1px solid silver;
    box-sizing: border-box;
}

.abuse_body textarea {
    width: 100%;
    height: 150px;
    padding: 10px 15px;
    border: 1px solid silver;
    box-sizing: border-box;
}

.abuse_body img {
    border: 1px solid silver;
    box-sizing: border-box;
    width: 100%;
}

.abuse_body input[type=text] {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid silver;
    box-sizing: border-box;
}

.abuse_body input[type=file] {
    transition: .8s;
}

.abuse_body select,
.abuse_body textarea {
    margin: 5px 0;
}

.abuse_captcha {
    display: flex;
    margin: 10px 0;
    width: 100%;
    height: 70px;
}

.abuse_captcha span {
    display: block;
    width: 80px;
    height: 80px;
    border: 1px solid silver;
    cursor: pointer;
    box-sizing: border-box;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAABmJLR0QA/wD/AP+gvaeTAAADGUlEQVRoge3ZzYsURxjH8c/6spq4HiIqq0S9iSejriKeJCQE14NoEPQcgpIYcgtEQUFQvBjwBf8FD7mIRBKJB/8ABTFEEqKouOuKLiKJoquC5lC9OFNTM0xPd8/GOF8oZqqn5nmeX3dXdT1P06NHj3eCvhJtTcMQPsMqrMAizM38PMEoruMSLmafr0qMIclWPMB9bGkxbikOYQyvc7Y7OIzFlSjIuFvjcDTx+0KcxPMOBMRtAifwQRVCYme17MB4CQLi9gDbuiFkBk61CORvnMaXWIcF6MfM7Ps6fIWf8ayFnROYXpWQ2filiePr+ALv57A/B1+rv4Vr21nMKkFHg+FziWNP8Z1wpTrlPXwvPdfOFLRNwmjcbmBlUSc1bBAWldjPD0UNtxJxVVi1ymYQ1xL+Ci0A7a40tzBcxFHEMo3PpHuY16nBPMvmSIHAUwwJz5ZaH0c7NTaVQuBI5OOZsOXJTbsibmJT0agTDGic/Psr8NMVvtV40t5KFuCFejEfpQZO62JQnTCOC9GxT1ID/+tC4HzUH0oNehuEXIn6y6ckihJYon6OjKUGNbsinwq70ofYWUV0Obgr5CmTjOf58x/enIFHSswNOuRz4UrcwsY8f4z3Oh+WHlrJNLu17kX9JVUHUpRmQv6K+qurDqQozYRcjvplbtO7yir1c+SlahKpyunDbfVivpnKgIpwQGPOMVCBn83Cstpu2pCbRRprT4eLRp0gVXAoVQghvaw1MoE1RaJOMKILQuYJz5R4r7O0QOAxw0LCVKkQQikmNva7ULopm0H8lvBXihBCkSw2OCoU1cpitfYmfSFmCOXL2Ohz7JWv5hvTj33SRe2fEscK0y8UllNnaQx7hMJ0uwxgl+bz45xQxC5dCGE7f7yJ48lV7bwgar2wG+jPAlqYHduNH/G4hZ3j3hSvKxEyyTYh2cmzbLbT7mN75KtSIYTXZMc0ljY7aROZrfkJP7ULQKV1rUHhZejtDgSM4KDW+c5wNm5Ei4pmma+n+7AWHwuv2JYLmeWAEPQ/wsP1T6Ey8mv2Wcnt0qNHj/8p/wLQwui9g1jl4gAAAABJRU5ErkJggg==) #fff no-repeat center center;
}

.abuse_footer {
    background: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 45px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 0 1px gray;
    box-sizing: border-box;
}

.abuse_footer input {
    padding: 0 10px;
    border: 1px solid silver;
    color: black;
    line-height: 25px;
    border-radius: 3px;
    outline: 0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5), inset 0 15px 17px rgba(255, 255, 255, .5), inset 0 -5px 12px rgba(0, 0, 0, .05);
}

.abuse_footer input:hover {
    transition: .6s;
}

.ab_submit {
    background: #28a745;
}

.ab_submit:hover {
    color: white;
}

.ab_cancel:hover {
    color: white;
    background: #6c757d;
}

.ab_back {
    display: none;
    background: #007bff;
}

@media screen and (max-width: 768px) {
    .abuse_form {
        top: 0;
        left: 0;
        max-width: 100%;
        min-height: 150px;
        margin: 0 0;
        bottom: 0;
    }

    .abuse_body,
    .abuse_request {
        overflow: auto;
        height: calc(100vh - 150px);
    }
}/* comments*/
.girl-page__comments_box{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.comments-item_recl {
    margin:0 0 0 15px;
}
.comments-item_recl {
    margin:0 0 0 15px;
}
.anketa__comments-wrap {
    margin:25px 0;
}

.anketa__comments {
    border: 1px solid #e7ebed;
    border-radius: 2px;
    font-size: 14px;
}

.anketa__comments_title {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 15px 0 10px 10px;
}

.anketa__comments_title img {
    margin-right: 10px;
    margin-top: -5px;
}

.comments-items, .not-comments {
    padding: 10px;
}

.comments-item {
    border-radius: 2px;
    padding: 10px;
    margin-bottom: 10px;
}

.comment-meta .name {
    font-weight: 700;
}

.comment-meta .date {
    margin: 5px 0;
    font-size: 11px;
    color: #ccc;
}

.anketa__comments_form {
    padding: 10px;
}

.anketa__comments_left, .anketa__comments_right {
    padding-left: 0;
}

.anketa__comments_form input, .anketa__comments_form textarea {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-bottom: 10px;
}

.anketa__comments_form img {
    width: 100%;
    height: 80px;
}

.anketa__comments_form textarea {
    height: 80px;
}

.comments_form_title {
    padding-bottom: 4px;
    border-bottom: 1px solid #e7ebed;
    margin-bottom: 10px;
}

.send-ok {
    color: green;
    margin-bottom: 10px;
}

.send-error {
    color: red;
    margin-bottom: 10px;
}

.anketa__comments_box .wrap-button {
    width: 100%;
    display: inline-block;
}

input.anketa__comments_form-send {
    font-weight: 700;
    display: inline-block;
    width: calc(50% - 15px);
    height: 40px;
    text-align: center;
    vertical-align: middle;
    color: #455a64;
    background-color: #e7ebed;
}
/* end comments*/
table {
    border-spacing: 0;
    border-collapse: collapse;
}

caption,
th,
td {
    font-weight: normal;

    text-align: left;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

.lg-actions {
    position: static;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

audio:not([controls]) {
    display: none;

    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;

    margin: 0.67em 0;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;

    margin: 0;

    color: inherit;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;

    -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;

    border: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;

    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;

    border: 1px solid #c0c0c0;
}

legend {
    padding: 0;

    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

html {
    font-size: 16px;
    -webkit-tap-highlight-color: transparent;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    text-decoration: none;
    color: #d0021b;
}

a:hover,
a:focus {
    color: #d0021b;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.children{
    padding-left: 0.5rem!important;
    font-size: 13px!important;
}

.dim {
	opacity: 0.5;
}

.last-activity,
.photo-update {
    margin-bottom: 8px;
}

.reg-date {
    width: 100%;
    display: flex;
    justify-content: center;
}

.img-responsive {
    display: block;

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

.img-rounded {
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.img-thumbnail {
    line-height: 1.42857143;

    display: inline-block;

    max-width: 100%;
    height: auto;
    padding: 4px;

    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
}

.img-circle {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;

    border: 0;
    border-top: 1px solid #eee;
}

.sr-only {
    position: absolute;

    overflow: hidden;
    clip: rect(0, 0, 0, 0);

    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;

    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;

    overflow: visible;
    clip: auto;

    width: auto;
    height: auto;
    margin: 0;
}

[role="button"] {
    cursor: pointer;
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;

    color: transparent;
    border: 0;
    background-color: transparent;
    text-shadow: none;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

b,
strong {
    font-weight: bold;
}

img {
    font-size: 0;

    vertical-align: middle;

    -ms-interpolation-mode: bicubic;
    color: transparent;
}

ol,
ul {
    list-style: none;
}

li {
    display: list-item;
}

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

th,
td,
caption {
    font-weight: normal;

    text-align: left;
    vertical-align: top;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: "";
    content: none;
}

sub,
sup,
small {
    font-size: 75%;
}

sub,
sup {
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

input {
    padding: 0;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

svg {
    overflow: hidden;
}

.footer__link {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: inherit;
    color: inherit;
}

.link {
    display: block;

    width: 100%;
    height: 100%;

    cursor: pointer;
    text-decoration: inherit;

    color: inherit;
}

.link:hover,
.link:active,
.link:focus,
.footer__link:hover {
    text-decoration: none;

    color: inherit;
}

.breadcrumbs{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.breadcrumbs-wrap {
    padding: 0 15px;
}

.breadcrumbs__item {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 10px;
    display: inline-block;
    letter-spacing: normal;
    color: #424753;
}

.breadcrumbs__item.current {
    text-decoration: none;
    color: #4a4a4a;
}

.breadcrumbs__item.current:after {
    content: "";
}

.breadcrumbs__item .link {
    display: inline;
}

.card {
    position: relative;
    overflow: hidden;
    padding-top: -webkit-calc(100% + 250px);
    padding-top: calc(100% + 250px);
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.card.video .card__img i {
    display: block !important;
}

.card.new:before {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 20px;
    content: "NEW";
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    text-align: center;
    vertical-align: middle;

    color: #fff;
    background-color: #d0011b;
}

.card__wrap {
    width: calc(100% / 4 - 48px / 4);
}

.card__inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.card__img {
    position: relative;

    overflow: hidden;
    width: 100%;
    height: auto;
}

.card__img img {
    display: block;
    width: 100%;
    min-height: 100%;
}

.card__info {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 16px;
    line-height: 2;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 250px;
    padding: 0 20px;
    color: #fff;
    background-color: #333;
}

.card__heading,
.card__phone-number,
.card__metro,
.card__area,
.card__price {
    margin-bottom: 10px;
    padding-left: 20px;
}

.card__heading i,
.card__phone-number i,
.card__metro i,
.card__area i,
.card__price i {
    position: absolute;
    /*top: 3px;*/
    left: 9%;
}

.card__heading span,
.card__phone-number span,
.card__metro span,
.card__area span,
.card__price span {
    line-height: 1;

    display: block;

    margin-left: 10px;
}

.card__heading {
    overflow: hidden;
    margin-top: 20px;

    -webkit-transition: all linear 0.12s;
    -o-transition: all linear 0.12s;
    transition: all linear 0.12s;
    white-space: nowrap;
    text-overflow: ellipsis;

    -o-text-overflow: ellipsis;

    display: flex;
    align-items: center;
}

.filter {
    padding-bottom: 10px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.filter__main-title {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    padding: 8px 12px;
    text-transform: uppercase;
    color: #fff;
    border: solid 1px #e0e0e5;
    background: #d0021b;
    text-align: center;
}

.filter__main-title span {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 15px;

    display: block;
    float: right;

    margin-right: 15px;

    cursor: pointer;

    color: rgba(255, 255, 255, 1);
}

.filter__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    padding: 0 10px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

.filter form {
    position: relative;

    width: 100%;
    margin-bottom: 20px;
}

.filter__title {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 15px;
    line-height: 38px;

    width: 100%;
    height: 40px;
    margin: 0 auto;
    padding-left: 12px;

    cursor: pointer;
    -webkit-transition: all linear 0.12s;
    -o-transition: all linear 0.12s;
    transition: all linear 0.12s;
    text-align: left;
    vertical-align: middle;

    color: #4a4a4a;
    border: solid 1px #e0e0e5;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
}

.filter__title.check {
    background: #f4f5f7;
}

.filter__title i:last-child {
    font-size: 20px;

    position: absolute;
    top: 0;
    right: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 30px;
    height: 40px;

    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;

    color: #c5c5d1;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.filter__title i:last-child.open {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
}

.filter__title i:last-child.check {
    font-family: "IBM Plex Sans", sans-serif;

    color: #fff;
}

.filter__title i:last-child.check:before {
    content: "X";
}

.filter__list-wrap {
    position: absolute;
    z-index: 11;
    top: 40px;
    left: 0;

    display: none;
    display: none;

    width: 100%;
    padding: 5px;

    border: solid 1px #e0e0e5;
    background-color: #fff;
}

.filter__list-wrap.open {
    display: block;
}

.filter__list-wrap > input[type="text"] {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 16px;

    display: block;

    width: 90%;
    height: 30px;
    margin: 0 auto 10px;
    padding: 0 10px;

    color: #4a4a4a;
    border: solid 1px #e0e0e5;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
}

.filter__list {
    max-height: 458px;
}

.filter__list label {
    display: block;

    margin-bottom: 7px;

    cursor: pointer;
    white-space: nowrap;
}
.filter__list a,
.filter__check a {
    display: block;
    width: 100%;
    padding: 5px 10px;
    color: #333;
}
.filter__list a:hover,
.filter__check a:hover {
    background: #d0021b;
    color: #fff;
    text-decoration: none;
}
.filter__list a:before,
.filter__check a:before {
    content: "› ";
    color: currentColor;
}

.filter__list input[type="checkbox"] {
    position: absolute;

    opacity: 0;
}

.filter__list input:checked + label:before {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 12px;
    height: 12px;
    padding: 3px;

    content: "";

    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: -webkit-linear-gradient(315deg, #d0021b, #ef223b);
    background: -o-linear-gradient(315deg, #d0021b, #ef223b);
    background: linear-gradient(135deg, #d0021b, #ef223b);
    -webkit-background-clip: content-box;
    background-clip: content-box;
}

.filter__list-button {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 15px;
    line-height: 28px;

    width: 100%;
    height: 30px;
    margin-top: 24px;

    -webkit-transition: all linear 0.12s;
    -o-transition: all linear 0.12s;
    transition: all linear 0.12s;
    text-align: center;
    vertical-align: middle;

    color: #fff;
    border: none;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    background-color: #d0021b;
}

.filter__area .filter__list:before,
.filter__metro .filter__list:before,
.filter__service .filter__list:before {
    top: -74px;
}

.filter__area .filter__list::after,
.filter__metro .filter__list::after,
.filter__service .filter__list::after {
    top: -74px;
}

.filter__check {
    z-index: 9 !important;
    width: 223px;
}

.filter__check label {
    display: block;

    margin-right: 40px;
    margin-bottom: 20px;

    cursor: pointer;
    white-space: nowrap;
}

.filter__check input {
    position: absolute;

    opacity: 0;
}

.filter__check input:checked + label:before {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 12px;
    height: 12px;
    padding: 3px;

    content: "";

    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-image: -webkit-linear-gradient(315deg, #d0021b, #ef223b);
    background-image: -o-linear-gradient(315deg, #d0021b, #ef223b);
    background-image: linear-gradient(135deg, #d0021b, #ef223b);
    -webkit-background-clip: content-box;
    background-clip: content-box;
}

.footer__logo span {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #424753;
}

.footer__link-archive{
    color: #000;
}

.footer__link-archive:hover{
    text-decoration: none;
}

.footer__enter {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 15px;
    margin: 0 auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    vertical-align: middle;
    color: #fff;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    background-color: #414753;
    -webkit-box-shadow: 0 2px 14px 0 rgba(162, 181, 190, 0.4),
        0 2px 4px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 14px 0 rgba(162, 181, 190, 0.4),
        0 2px 4px 0 rgba(0, 0, 0, 0.05);
}

.header-short {
    position: relative;

    height: 190px;
    margin-bottom: 10px;

    background-color: #fff;
}

.header-short__logo {
    position: relative;

    display: block;

    margin-top: 22px;
    margin-right: 30px;
    margin-bottom: 20px;
    padding: 0 15px;
}

.header-short__logo img {
    display: inline-block;

    margin-right: 10px;
}

.header-short__logo span {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;

    color: #424753;
}

.header-short__search {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 15px;

    position: relative;

    margin: 32px auto 0;

    text-align: center;

    color: #424753;
}

.header-short__search form {
    position: relative;

    display: inline-block;
}

.header-short__search input {
    width: 263px;
    height: 30px;
    height: 26px;
    padding: 0 10px 0 25px;

    color: rgba(0, 0, 0, 0.5);
    border: solid 1px #e0e0e5;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.header-short__search input:hover,
.header-short__search input:active,
.header-short__search input:focus {
    outline: none;
}

.header-short__search button {
    position: absolute;
    top: 5px;
    left: 0;

    text-align: left;

    color: rgba(0, 0, 0, 0.5);
    border: none;
    background-color: transparent;
}

.header-short__search button:hover,
.header-short__search button:active,
.header-short__search button:focus {
    outline: none;
}

.header-short__enter {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 15px;
    line-height: 30px;

    display: block;

    width: 88px;
    height: 30px;
    margin: 0 auto;

    text-align: center;
    vertical-align: middle;

    color: #fff;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    background-color: #414753;
    -webkit-box-shadow: 0 2px 14px 0 rgba(162, 181, 190, 0.4),
        0 2px 4px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 14px 0 rgba(162, 181, 190, 0.4),
        0 2px 4px 0 rgba(0, 0, 0, 0.05);
}

.header.open {
    height: 310px;

    -webkit-transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
    transition: all linear 0.4s;
}

.header__logo {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.header__logo a{
    display: flex;
}

.header__logo img {
    display: inline-block;
}

.header__logo span {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #424753;
}

.header__nav {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 15px;

    display: none;

    cursor: pointer;

    color: #000;
}

.header__nav_item {
    display: block;

    margin-bottom: 10px;
    padding-bottom: 2px;

    -webkit-transition: all linear 0.12s;
    -o-transition: all linear 0.12s;
    transition: all linear 0.12s;
    text-align: center;

    border-bottom: solid 2px transparent;
}

.header__nav_item_filter {
    font-weight: 700;

    color: #d0021b;
}

.header__enter {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 15px;
    line-height: 30px;
    height: 30px;
    padding: 0 15px;
    text-align: center;
    vertical-align: middle;

    color: #fff;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    background-color: #414753;
    -webkit-box-shadow: 0 2px 14px 0 rgba(162, 181, 190, 0.4),
        0 2px 4px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 14px 0 rgba(162, 181, 190, 0.4),
        0 2px 4px 0 rgba(0, 0, 0, 0.05);
}

.header__nav-button {
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 25px;
    position: fixed;
    bottom: 10px;
    left: calc(50% - 20px);
    z-index: 20;
    cursor: pointer;
    border: 0;
    background-color: #333;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 2px solid #fff;
}

.header__nav-button:hover,
.header__nav-button:active,
.header__nav-button:focus {
    outline: none;
}

.header__nav-button .top-active {
    margin-top: 17px;
    margin-bottom: 0;

    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header__nav-button .mid-active {
    opacity: 0;
}

.header__nav-button .bot-active {
    margin-top: -30px;

    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*.header__nav-button *
{
    width: 30px;
    height: 3px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #000;
}

.header__nav-button *:not(:last-child)
{
    margin-bottom: 5px;
}*/

.home-text {
    font-family: "IBM Plex Sans", sans-serif;
    padding: 80px 30px;
    /*background-color: #263238;*/
    background-color: #50585d;
}

.home-text__wrap {
    overflow: hidden;

    height: auto;
    padding: 10px;

    background-color: #000;
    -webkit-box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.5);
}

.home-text__wrap:before {
    position: absolute;
    z-index: 0;
    top: 0;

    width: 100%;
    height: 100%;

    content: "";

    opacity: 0.4;
}
.home-text__wrap div div {
    width: 100%;
    box-sizing: border-box;
}
.home-text__wrap h2 {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    margin: 0 !important;
    padding: 0 10px;
}
.home-text__wrap p,
.home-text__wrap ul {
    width: 100%;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    margin: 0 !important;
    padding: 10px;
}
.home-text__wrap ul {
    padding: 0 10px 0 30px;
    list-style: disc;
}
.home-text h3,
.home-text h2 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 1em;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
}

.home-text h4 {
    font-size: 20px;

    margin-bottom: 20px;
}

.home-text p {
    font-size: 16px;
    line-height: 1.25;

    margin-bottom: 2em;

    color: #fff;
}

.pop-cat {
    font-family: "IBM Plex Sans", sans-serif;
    padding: 50px 0 90px;
    background-image: url("/templates/pr-ru-lp-1/dev/img/popular.jpg");
    -webkit-background-size: cover;
    background-size: cover;

    background-attachment: fixed;
}
.pop-service {
    background-image: url("/templates/pr-ru-lp-1/dev/img/services.jpg");
    -webkit-background-size: cover;
    background-size: cover;
}

/*.pop-cat:before {*/
/*    position: absolute;*/
/*    z-index: 0;*/
/*    top: 0;*/
/*    left: 0;*/

/*    width: 100%;*/
/*    height: 100%;*/

/*    content: "";*/

/*    background-color: rgba(38, 50, 56, 0.7);*/
/*}*/
.pop-service:before {
    background-color: rgba(38, 50, 56, 0.5);
}

.pop-cat__title {
    font-size: 24px;
    font-weight: 700;

    margin-bottom: 50px;
    padding: 0 15px;

    text-align: center;
    letter-spacing: 0.9px;
    color: #fff;

}
.color-title{
    color: #424753;
}
.pop-cat__subtitle {
    font-size: 14px;
    line-height: 2;

    margin-bottom: 40px;
    padding: 0 15px;

    text-align: center;

    color: #fff;
}

.pop-cat__item {
    height: auto;
    margin: 14px;
    padding: 20px;

    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #000;
    -webkit-box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.5);
}

.pop-cat__item_title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.78;

    margin-bottom: 10px;
    padding-bottom: 6px;

    text-align: left;
    letter-spacing: 2px;

    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.pop-cat__item ul {
    font-size: 16px;
    line-height: 1.25;

    color: #fff;
}

.pop-cat__item li {
    line-height: 1.55;

    padding-bottom: 3px;
}

.pop-cat__item li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.top-banner {
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 40px;

    background-image: url(/templates/pr-ru-lp-1/dev/img/top-banner.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    -webkit-background-size: 1054px 810px;
    background-size: 1054px 810px;
}

.top-banner:before {
    position: absolute;
    top: -110px;
    left: 0;

    display: none;

    width: 50px;
    height: 1010px;

    content: "";

    background-image: url(/templates/pr-ru-lp-1/dev/img/top-banner-bg.png);
    background-repeat: no-repeat;
}

/*.top-banner:after
{
    position: absolute;
    bottom: 20px;
    left: 50%;

    display: none;

    width: 31px;
    height: 56px;

    content: '';
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    background-image: url('/templates/pr-ru-lp-1/dev/img/scroll-down.png');
    background-repeat: no-repeat;
}*/

.top-banner__wrap {
    width: 100%;
    height: 680px;
    padding: 30px;
    border: 3px solid #000;
}

.top-banner__wrap .row {
    padding: 20px 40px;
}

.top-banner h1 {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 23px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;

    position: relative;

    color: #000;
    text-shadow: 9px 2px 10px rgba(255, 255, 255, 0.5);
}

.top-banner p {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 19px;
    line-height: 1.42;

    width: 270px;
    margin-bottom: 30px;

    color: #000;
    text-shadow: 9px 2px 10px rgba(255, 255, 255, 0.5);
}

.top-banner__button {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 15px;
    line-height: 38px;

    width: 210px;
    height: 40px;
    margin-top: 40px;

    -webkit-transition: all linear 0.15s;
    -o-transition: all linear 0.15s;
    transition: all linear 0.15s;
    text-align: center;
    vertical-align: middle;

    color: #fff;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    background-color: #d0011b;
    -webkit-box-shadow: 0 2px 14px 0 rgba(208, 2, 27, 0.5);
    box-shadow: 0 2px 14px 0 rgba(208, 2, 27, 0.5);
}

.error-page {
    height: 100vh;

    background-color: #f4f5f7;
}

.error-page h1 {
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    font-weight: 700;

    margin-top: 100px;
    margin-bottom: 50px;
    padding-top: 50px;

    text-align: center;

    color: #424753;
}

.error-page p {
    font-family: "Roboto", sans-serif;
    font-size: 24px;

    padding: 10px;

    text-align: center;

    color: #424753;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.error-page p a {
    text-decoration: underline;

    color: #000;
}

.girl-page {
    font-family: "IBM Plex Sans", sans-serif;

    background-color: #f4f5f7;
}

.girl-page .header-short {
    -webkit-box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.5);
}

.girl-page__general-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.78;

    padding-bottom: 2px;

    text-align: left;
    letter-spacing: 2px;
    text-transform: uppercase;

    color: rgba(66, 71, 83, 0.8);
    border-bottom: 1px solid #4a4a4a;
}

.girl-page__info-data-wrap {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

.girl-page__info {
    width: 100%;
    padding: 0 15px;

    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.girl-page__info_title {
    margin: 0 0 10px 0;
}

.girl-page__info_phone {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    letter-spacing: 0.9px;
    color: #4a4a4a;
    display: flex;
    align-items: center;
    gap: 8px;
}

.girl-page__info_phone > a{
    width: auto;
    display: flex;
}

.girl-page__info_phone .d-flex img{
    width: 24px;
}

.girl-page__info_metro,
.girl-page__info_area {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 7px;
    color: #424753;
}

.girl-page__data {
    font-size: 16px;
    line-height: 2;

    width: 100%;
    padding: 0 15px;

    color: #424753;

    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.girl-page__data_title {
    margin-bottom: 10px;
}

.girl-page__data_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    flex-wrap: wrap;
}

.girl-page__data_item span:first-child {
    display: inline-block;
}

.girl-page__data_item span:last-child {
    display: inline-block;
}

.girl-page__photo-price-about-wrap {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    gap: 24px;
}

.girl-page__photo-video-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 100%;
    padding: 0 15px;

    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    gap: 24px;
}

.girl-page__photo_gallery {
    margin: 0 -7px;
}

.girl-page__photo_title {
    margin-bottom: 10px;
}

.girl-page__photo_img {
    position: relative;

    overflow: hidden;

    /*margin-bottom: 15px;*/
    padding-top: 33.33333333%;
}

.girl-page__photo_img div {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    min-height: 100%;
    padding: 5px;
}

.girl-page__photo_img img {
    width: 100%;
    min-height: 100%;
}

.girl-page__video {
    margin-bottom: 30px;
}

.girl-page__video_title {
    margin-bottom: 10px;
}

.girl-page__video video {
    width: 100%;
    height: auto;
    border: 1px solid #4a4a4a;
}

.girl-page__price-about-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 100%;
    padding: 0 15px;
    gap: 24px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

.girl-page__price {
    font-size: 16px;
    line-height: 2;
    color: #424753;
}

.girl-page__price_title {
    margin-bottom: 10px;
}

.girl-page__price_item-wrap {
    display: inline-block;
    width: 50%;
    margin-right: -3px;
}

.girl-page__price_item-wrap:last-child{
    padding-left: 16px;
}

.girl-page__price_item-title {
    font-weight: 700;
}

.girl-page__price_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    flex-wrap: wrap;
}

.girl-page__price_item span:first-child {
    display: inline-block;
}

.girl-page__price_item span:last-child {
    display: inline-block;
}

.girl-page__about_title {
    margin-bottom: 15px;
}

.girl-page__about p {
    font-size: 16px;
    max-height: 250px;
    overflow-y: auto;
    color: #424753;
}

.girl-page__service_title {
    margin-bottom: 15px;
}

.girl-page__service_col-wrap {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 16px;
    line-height: 1.06;
    height: auto;
    color: #4a4a4a;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}

.girl-page__service_item-wrap {
    margin-bottom: 27px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.girl-page__service_item-wrap:last-child{
    margin-bottom: 0;
}

.girl-page__service_item-title {
    font-weight: 700;

    display: block;

    margin-bottom: 10px;
}

.girl-page__service_item {
    margin-bottom: 15px;
    padding-left: 27px;
    position: relative;
    min-height: 17px;
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}

.extra {
    color: #d0021b;
}

.girl-page__service_item:before {
    position: absolute;
    top: 0;
    left: 0;

    display: inline-block;

    width: 17px;
    height: 17px;

    content: "\2714";
    text-align: center;

    border: 1px solid #000;
}

.girl-page__map, .girl-page__map-wrap{
    width: 100%;
}

.girl-page__map_title {
    margin-bottom: 10px;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #d0021b;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    opacity: 0.7;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #d0021b;
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    top: 2px;

    width: 4px !important;

    background-color: #e0e0e5;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger_bar {
    width: 6px !important;
}

.home-page__catalog-wrap {
    padding: 50px 0;

    background-color: #f4f5f7;
}

.proven-girl__title {
    font-size: 24px;
    font-weight: 700;

    margin-bottom: 50px;
    padding: 0 15px;

    text-align: center;
    letter-spacing: 0.9px;

    color: #424753;
}

.proven-girl__subtitle {
    font-size: 14px;
    line-height: 2;

    margin-bottom: 40px;
    padding: 0 15px;

    text-align: center;

    color: #424753;
}

.enter-catalog {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 15px;
    line-height: 48px;

    width: 262px;
    height: 50px;
    margin: 30px auto 0;

    text-align: center;
    vertical-align: middle;

    color: #fff;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    background-color: #d0011b;
    -webkit-box-shadow: 0 2px 14px 0 rgba(208, 2, 27, 0.5);
    box-shadow: 0 2px 14px 0 rgba(208, 2, 27, 0.5);
}

/*.pop-service:before
{
    content: '';

    background-color: #263238;
}*/

.admin {
    padding-bottom: 70px;
}

.admin .container {
    padding-bottom: 50px;
}

.admin__text {
    font-family: "IBM Plex Sans", sans-serif;

    color: #424753;
}

.admin__text h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.78;

    margin-bottom: 1em;

    letter-spacing: 2px;
    text-transform: uppercase;
}

.admin__text h4 {
    font-size: 18px;

    margin-bottom: 0.9em;
}

.admin__text p {
    line-height: 1.25;

    margin-bottom: 2em;

    -webkit-background-size: 16px 16px;
    background-size: 16px;
}

.admin__text .enter-catalog__wrap {
    padding: 0;
}

.admin__text .enter-catalog {
    margin: 0;
}

.more-girl {
    overflow: hidden;

    width: 100%;
    height: 350px;
    padding: 90px 10px 0;

    text-align: center;

    background-image: url(/templates/pr-ru-lp-1/dev/img/more-girl.jpg);
    background-position-y: 50%;
    -webkit-background-size: cover;
    background-size: cover;
}

.more-girl:before {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: "";

    background-color: rgba(38, 50, 56, 0.9);
}

.more-girl img {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    min-height: 100%;
}

.more-girl__title {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;

    z-index: 2;

    margin: 0 0 67px;

    color: #fff;
}

.more-girl__button {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 13px;
    line-height: 58px;

    z-index: 2;

    width: 236px;
    height: 60px;
    margin: 0 auto;

    -webkit-transition: all linear 0.12s;
    -o-transition: all linear 0.12s;
    transition: all linear 0.12s;
    vertical-align: middle;
    text-transform: uppercase;

    color: #fff;
    border: solid 2px #fff;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}

.search-page {
    background-color: #f4f5f7;
}

.search-page__title {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    vertical-align: middle;
    line-height: 48px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #424753;
}

.search-page__filter-wrap {
    position: absolute;
    z-index: 20;
    top: -482px;
    left: -999px;

    width: 100%;

    -webkit-transition: all linear 0.12s;
    -o-transition: all linear 0.12s;
    transition: all linear 0.12s;
}

.search-page__filter-wrap.open {
    left: -15px;

    display: block;
}

.search-page .filter__card {
    margin-bottom: 30px;
}

/* Yandex Map span button */
#YMaps3ID{
    width: 100%;
    height: 300px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;

    background: url(/templates/new-core-ftp1new-speed/dev/img/country.svg) no-repeat center 80% #fff;
    background-size: cover;
}

#YMaps3ID span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
    padding: 6px 12px;
    background: #000;
    color: #fff;
}

#YMaps3ID span:hover{
    background: #d0011b;
    color: #fff;
}

@media (min-width: 480px) {
    .col-lt-1,
    .col-lt-2,
    .col-lt-3,
    .col-lt-4,
    .col-lt-5,
    .col-lt-6,
    .col-lt-7,
    .col-lt-8,
    .col-lt-9,
    .col-lt-10,
    .col-lt-11,
    .col-lt-12 {
        float: left;
    }

    .col-lt-12 {
        width: 100%;
    }

    .col-lt-11 {
        width: 91.66666667%;
    }

    .col-lt-10 {
        width: 83.33333333%;
    }

    .col-lt-9 {
        width: 75%;
    }

    .col-lt-8 {
        width: 66.66666667%;
    }

    .col-lt-7 {
        width: 58.33333333%;
    }

    .col-lt-6 {
        width: 50%;
    }

    .col-lt-5 {
        width: 41.66666667%;
    }

    .col-lt-4 {
        width: 33.33333333%;
    }

    .col-lt-3 {
        width: 25%;
    }

    .col-lt-2 {
        width: 16.66666667%;
    }

    .col-lt-1 {
        width: 8.33333333%;
    }

    .col-lt-pull-12 {
        right: 100%;
    }

    .col-lt-pull-11 {
        right: 91.66666667%;
    }

    .col-lt-pull-10 {
        right: 83.33333333%;
    }

    .col-lt-pull-9 {
        right: 75%;
    }

    .col-lt-pull-8 {
        right: 66.66666667%;
    }

    .col-lt-pull-7 {
        right: 58.33333333%;
    }

    .col-lt-pull-6 {
        right: 50%;
    }

    .col-lt-pull-5 {
        right: 41.66666667%;
    }

    .col-lt-pull-4 {
        right: 33.33333333%;
    }

    .col-lt-pull-3 {
        right: 25%;
    }

    .col-lt-pull-2 {
        right: 16.66666667%;
    }

    .col-lt-pull-1 {
        right: 8.33333333%;
    }

    .col-lt-pull-0 {
        right: auto;
    }

    .col-lt-push-12 {
        left: 100%;
    }

    .col-lt-push-11 {
        left: 91.66666667%;
    }

    .col-lt-push-10 {
        left: 83.33333333%;
    }

    .col-lt-push-9 {
        left: 75%;
    }

    .col-lt-push-8 {
        left: 66.66666667%;
    }

    .col-lt-push-7 {
        left: 58.33333333%;
    }

    .col-lt-push-6 {
        left: 50%;
    }

    .col-lt-push-5 {
        left: 41.66666667%;
    }

    .col-lt-push-4 {
        left: 33.33333333%;
    }

    .col-lt-push-3 {
        left: 25%;
    }

    .col-lt-push-2 {
        left: 16.66666667%;
    }

    .col-lt-push-1 {
        left: 8.33333333%;
    }

    .col-lt-push-0 {
        left: auto;
    }

    .col-lt-offset-12 {
        margin-left: 100%;
    }

    .col-lt-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lt-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lt-offset-9 {
        margin-left: 75%;
    }

    .col-lt-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lt-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lt-offset-6 {
        margin-left: 50%;
    }

    .col-lt-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lt-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lt-offset-3 {
        margin-left: 25%;
    }

    .col-lt-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lt-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lt-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }

    .col-sm-1,
    .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-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }

    .breadcrumbs-wrap {
        padding: 0;
    }

    .breadcrumbs__item {
        font-size: 14px;
    }

    .filter__main-title span {
        display: none;
    }

    .filter__wrap {
        flex-direction: row;

        padding: 0;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
    }

    .filter__list-wrap > input[type="text"] {
        display: inline-block;
    }

    .filter__check label {
        display: inline-block;
    }

    .header-short {
        height: 80px;
    }

    .header-short__logo {
        float: left;

        padding: 0;
    }

    .header-short__search {
        float: right;

        margin: 30px 100px 0 0;
    }

    .header-short__enter {
        float: right;

        margin: 28px 0 0 0;
    }

    .home-text {
        padding: 80px 0;
    }

    .home-text__wrap {
        padding: 30px;
    }

    .home-text__wrap:before {
        background-image: url(/templates/pr-ru-lp-1/dev/img/home-text.jpg);
        background-repeat: no-repeat;
        background-position: right top;
        -webkit-background-size: auto 100%;
        background-size: auto 100%;
    }

    .home-text h4 {
        font-size: 26px;
    }

    .pop-cat__title {
        font-size: 30px;

        padding: 0;
    }

    .pop-cat__subtitle {
        font-size: 16px;

        padding: 0;
    }

    .pop-cat__item {
        height: 270px;
    }

    .pop-service .pop-cat__item {
        height: 340px;
    }

    .top-banner {
        height: 870px;
    }

    .top-banner:after {
        display: block;
    }

    .top-banner h1 {
        font-size: 23px;

        width: 650px;
    }

    .girl-page__info-data-wrap {
        flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
    }

    .girl-page__info {
        width: 50%;
        padding: 0;
        padding-right: 15px;
    }

    .girl-page__info_phone {
        font-size: 30px;
    }

    .girl-page__data {
        width: 50%;
        padding: 0;
        /*padding-left: 15px;*/
    }

    .girl-page__photo-price-about-wrap {
        flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        gap: 0;
    }

    .girl-page__photo-video-wrap {
        width: 50%;
        padding: 0;
        padding-right: 15px;
    }

    .girl-page__price-about-wrap {
        width: 50%;
        padding: 0;
        padding-right: 15px;
    }

    .girl-page__service_col-wrap {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .proven-girl__title {
        font-size: 30px;

        padding: 0;
    }

    .proven-girl__subtitle {
        font-size: 16px;

        padding: 0;
    }

    .more-girl {
        padding: 90px 0 0;
    }

    .more-girl__title {
        font-size: 30px;
    }

    /*.search-page__title
    {
        font-size: 30px;

        padding: 0;
    }*/

    .search-page__filter-wrap {
        position: relative;
        top: auto;
        left: auto;

        display: block;

        padding: 0;
    }

    .search-page .filter__card {
        padding: 0;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }

    .col-md-1,
    .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-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }

    .card {
        padding-top: 100%;
    }

    .card__info {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;

        display: none;

        width: 100%;
        height: 100%;

        background-color: rgba(0, 0, 0, 0.5);
    }

    .filter__wrap {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .footer__nav {
        display: inline-block;
    }

    .footer__enter {
        margin-top: 40px;
    }

    .header-short__logo {
        display: inline-block;

        margin-bottom: 0;
    }

    .header-short__enter {
        margin-top: 30px;
    }

    .header__nav {
        display: inline-block;
    }

    .header__nav_item {
        display: inline-block;

        margin-right: 60px;
        margin-bottom: 0;
    }

    .home-text__wrap:before {
        opacity: 1;
    }

    .top-banner p {
        text-shadow: none;
    }

    .girl-page__service_item-wrap {
        margin-bottom: 32px;
    }

    .admin .container {
        background-image: url(/templates/pr-ru-lp-1/dev/img/admin.png);
        background-repeat: no-repeat;
        background-position: center right;
        -webkit-background-size: auto 50%;
        background-size: auto 50%;
    }

    .search-page__filter-wrap {
        padding-right: 15px;
    }

    .search-page .filter__card {
        padding-left: 15px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }

    .col-lg-1,
    .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-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }

    .hidden-lg {
        display: none !important;
    }

    .breadcrumbs__item a:hover,
    .breadcrumbs__item a:active,
    .breadcrumbs__item a:focus {
        color: #d0021b;
    }

    .card:hover,
    .card:active,
    .card:focus {
        -webkit-box-shadow: 0 0 20px 7px #b6c7d1;
        box-shadow: 0 0 20px 7px #b6c7d1;
    }

    .card:hover .card__info,
    .card:active .card__info,
    .card:focus .card__info {
        display: block;
    }

    .card:hover.new:before,
    .card:active.new:before,
    .card:focus.new:before {
        top: 0;
        left: 0;

        width: 100%;
        height: 35px;
        padding: 10px 0 0 20px;

        text-align: left;
    }

    .card__img {
        /*height: 350px;*/
    }

    .filter__title:hover,
    .filter__title:active,
    .filter__title:focus {
        border: solid 1px #aaa;
    }

    .filter__list label:hover,
    .filter__list label:active,
    .filter__list label:focus {
        color: #d0021b;
    }

    .filter__list-button:hover,
    .filter__list-button:active,
    .filter__list-button:focus {
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
    }

    .filter__check label:hover,
    .filter__check label:active,
    .filter__check label:focus {
        color: #d0021b;
    }

    .footer__enter:hover,
    .footer__enter:active,
    .footer__enter:focus {
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
    }

    .header-short__logo {
        margin-right: 154px;
    }

    .header-short__enter:hover,
    .header-short__enter:active,
    .header-short__enter:focus {
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
    }

    .header__nav_item {
        margin-right: 79px;
    }

    .header__nav_item:hover,
    .header__nav_item:active,
    .header__nav_item:focus {
        border-bottom: solid 2px rgba(0, 0, 0, 0.4);
    }

    .header__enter:hover,
    .header__enter:active,
    .header__enter:focus {
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
    }

    .pop-cat__item li:hover,
    .pop-cat__item li:active,
    .pop-cat__item li:focus {
        /*color: #c30016;*/
        background-color: rgba(216, 216, 216, 0.1);
    }

    .top-banner:before {
        display: block;
    }

    .top-banner__button:hover,
    .top-banner__button:active,
    .top-banner__button:focus {
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
    }

    .girl-page__service_item-wrap {
        margin-bottom: 15px;
        padding-bottom: 10px;
    }

    .enter-catalog:hover,
    .enter-catalog:active,
    .enter-catalog:focus {
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
    }

    .admin .container {
        background-position: bottom right;
        -webkit-background-size: auto 85%;
        background-size: auto 85%;
    }

    .more-girl__button:hover,
    .more-girl__button:active,
    .more-girl__button:focus {
        -webkit-box-shadow: 0 0 20px white;
        box-shadow: 0 0 20px white;
    }
}

@media (min-width: 1770px) {
    .top-banner video {
        height: auto;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 560px) and (max-width: 991px) {
    .card__wrap {
        width: 50%;
    }
}

/*@media (min-width: 700px) and (max-width: 767px)
{
    .card__wrap
    {
        width: 33.33333333%;
    }
}*/

/**
* new style 17.04.18
*/
.filter__wrap {
    padding: 0 20px;
}

.filter__wrap .filter__title {
    padding-left: 8px;
}
.filter__wrap i.fa {
    font-size: 18px;
    min-width: 20px;
}

.filter__wrap div {
    font-size: 16px;
    color: #4a4a4a;
}

/*.filter__wrap [class*="filter__"] {*/
.filter__area,
.filter__metro,
.filter__price,
.filter__age,
.filter__breast,
.filter__hair,
.filter__service,
.filter__check {
    width: 100%;
    margin-bottom: 20px;
}

p.filter__list-title {
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 32px;
    padding-bottom: 5px;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

/*danek styles*/
.filter__list {
    overflow-x: hidden;
    overflow-y: auto;
}

.filter__list-wrap > input[type="text"] {
    width: 100%;
}

.filter__list-wrap {
    padding: 10px;
}

.filter__list::-webkit-scrollbar-track {
    background: #f7f7f7;
}

.filter__list::-webkit-scrollbar {
    width: 4px;
}

.filter__list::-webkit-scrollbar-thumb {
    width: 6px;
    -webkit-border-radius: 2px !important;
    border-radius: 2px !important;
    background: #d0021b;
}

.clean-filter {
    display: none;
    width: 15px;
    text-align: center;
    font-size: 14px;
    line-height: 15px;
    position: relative;
    top: -1px;
    opacity: 0.5;
    -webkit-transition: all 0.2 ease;
    -o-transition: all 0.2 ease;
    transition: all 0.2 ease;
}

.filter__title.check .clean-filter {
    display: inline-block;
}

.clean-filter:hover {
    opacity: 1;
}

.girl-page__price-about-wrap {
    padding-left: 15px;
    /*padding-right: 0;*/
}

/* text */
.top__text-wrap,
.main__text-wrap {
    width: 100%;
    padding: 15px;
    background: #fff;
    border: solid 1px #e0e0e5;
    border-radius: 2px;
}

.main__text-block{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.top__text-block,
.main__text-block {
    font-size: 16px;
}

.top__text-block h2,
.main__text-block h2 {
    font-size: 18px;
    font-weight: 700;
}
.main__text-block ul {
    list-style-type: square;
    padding-left: 20px;
}
/* catalog cart */
.card__icons {
    z-index: 10;
    font-size: 18px;
}

.card__info {
    font-size: 18px;
}

.card__img i {
    position: absolute;
    top: 10px;
    color: #fff;
}

.card__img i:nth-child(1) {
    right: 10px;
}

.card__img i:nth-child(2) {
    right: 35px;
}

.card__info span {
    line-height: 25px;
}

.not_found p {
    margin-bottom: 27px;
    /*text-align: center;*/
}

/* profile */
.girl-page__info_metro i,
.girl-page__info_area i {
    min-width: 25px;
}

.girl-page__wrap,
.main-page__wrap,
.error-page__wrap {
    font-family: "IBM Plex Sans", sans-serif;
}

.girl-page__photo_gallery img:hover {
    -webkit-box-shadow: 0 0 5px 5px #b6c7d1;
    box-shadow: 0 0 5px 5px #b6c7d1;
}

.map-container {
    width: 100%;
    min-height: 250px;
}

/* error */
.row.error-page__wrap {
    margin: 30px 0;
    text-align: center;
}

.error-page__wrap h1 {
    font-size: 30px;
    margin-bottom: 30px;
}

.error-code,
.error-details,
.error-actions {
    font-size: 18px;
    margin-bottom: 30px;
}

.error-code span.number-code {
    font-size: 130px;
    font-weight: 700;
}

.error-actions {
    margin-top: 50px;
}

.error-actions a {
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    background-color: #d0011b;
    -webkit-box-shadow: 0 2px 14px 0 rgba(208, 2, 27, 0.5);
    box-shadow: 0 2px 14px 0 rgba(208, 2, 27, 0.5);
}

.error-actions a:hover {
    text-decoration: none;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

/* LP */
.card__wrap-main-block1 .card__info,
.card__wrap-main-block2 .card__info {
    font-size: 16px;
}

.card__wrap-main-block1 .card__info span,
.card__wrap-main-block2 .card__info span {
    line-height: 20px;
}

.card__wrap-main-block1 .card__heading,
.card__wrap-main-block2 .new .card__heading {
    margin-top: 45px;
}

#scroll-top {
    position: fixed;
    bottom: 25px;
    right: 40px;
    z-index: 15;
    font-size: 60px;
    color: #d0011b;
    opacity: 0.5;
    cursor: pointer;
    display: none;
}

#scroll-top:hover {
    opacity: 1;
}

/* scroll */
.down_arrow {
    display: block;
    text-align: center;
    width: 39px;
    height: 26px;
    opacity: 0.8;
    font-size: 25px;
    line-height: 40px;
    position: absolute;
    left: calc(50% - 19.5px);
    bottom: 240px;
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}

/* search */
.header__search {
    display: flex;
    border: 1px solid #e0e0e5;
}

.header__search * {
    box-sizing: border-box;
}

.header__search form {
    position: relative;
    display: flex;
    margin: 0 auto;
}
.header__search input,
.header__search button {
    border: none;
    outline: none;
    border-radius: 3px;
}
.header__search input {
    width: 300px;
    height: 42px;
    padding: 0 45px 0 15px;
}
.header__search button {
    height: 26px;
    width: 26px;
    position: absolute;
    top: 8px;
    right: 8px;
    background: #d0021b;
    cursor: pointer;
    opacity: 0.5;
}
.header__search button:hover {
    opacity: 1;
}
.header__search button:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #f9f0da;
    font-size: 20px;
    font-weight: bold;
}

/* typing */
.top-banner__wrap .main-typing {
    max-width: 400px;
    margin: 30px 0;
    font-size: 20px;
    line-height: 30px;
}
/* other text main */
.text__subtitle {
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
    padding: 15px;
    margin: 0 15px 20px;
    border: solid 1px #e0e0e5;
    border-radius: 2px;
}

.color-back{
    background: #7d7878;
}

.scroll-hidden {
    overflow: hidden !important;
}

/* end LP */

/**
* media
*/
@media (max-width: 991px) {
    .breadcrumbs__item {
        font-size: 16px;
    }

    .map-container {
        /*width: calc(100% - 15px);*/
        width: 100%;
    }

    .card__wrap-main-block1 .card__heading,
    .card__wrap-main-block2 .new .card__heading {
        margin-top: 20px;
    }

    .header__search {
        order: 4;
    }

    .header__search, .header__search input, .header__search form{
        width: 100%;
    }

    /*.top-banner__wrap:before {*/
    /*    content: "";*/
    /*    background: #263238;*/
    /*    position: absolute;*/
    /*    top: 0;*/
    /*    bottom: 0;*/
    /*    right: 0;*/
    /*    left: 0;*/
    /*    width: 100%;*/
    /*    height: 100%;*/
    /*    opacity: 0.7;*/
    /*}*/

    .top-banner__wrap .main-typing,
    .top-banner__wrap .main-typing p,
    .top-banner__wrap h1 {
        color: #fff;
        text-shadow: none;
    }
    .top-banner__wrap .row {
        z-index: 10;
        width: 100%;
    }

    .filter__area,
    .filter__metro,
    .filter__price,
    .filter__age,
    .filter__breast,
    .filter__hair,
    .filter__service,
    .filter__check {
        margin-bottom: 10px;
    }

    .filter__check label {
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .card__info span {
        line-height: 20px;
    }

    .filter {
        display: none;
        position: fixed;
        top: 0;
        bottom: 0;
        width: 100%;
        left: 0;
        z-index: 1005;
        margin: 0;
    }

    .filter.open {
        display: block;
        overflow-y: scroll;
    }

    h1 {
        line-height: 25px;
        margin-bottom: 20px;
    }

    .filter__list-wrap.open {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 100%;
    }

    .filter__list-button {
        margin: auto;
        width: 200px;
        display: block;
        position: fixed;
        bottom: 20px;
        max-width: 200px;
        cursor: pointer;
        right: calc(50% - 100px);
    }

    .filter__remove-button {
        cursor: pointer;
        width: 100%;
        max-width: 200px;
        margin: 20px auto;
        padding: 8px 20px;
        background: #d0021b;
        border-radius: 20px;
        color: #fff;
        text-align: center;
        font-size: 15px;
    }

    .filter__remove-x {
        padding: 10px;
        line-height: 10px;
        position: relative;
        top: 8px;
        left: 8px;
    }

    .filter__list {
        max-height: calc(100vh - 125px);
    }

    #burger {
        position: fixed;
        bottom: 20;
        width: 100%;
        left: 50%;
        z-index: 1010;
    }

    .clear__all {
        text-decoration: underline;
        display: inline;
        font-size: 15px;
        text-transform: none;
        position: relative;
        left: 18px;
        font-family: "IBM Plex Sans", sans-serif;
        font-weight: 100;
        letter-spacing: initial;
    }
    /* end burger */

    .down-arrow-wrap {
        display: none;
    }

    .top-banner__wrap {
        border: none;
        padding: 0;
    }

    .top-banner h1 {
        font-size: 23px;
    }

    #scroll-top {
        bottom: 6px;
        right: 15px;
        font-size: 50px;
    }

    .top-banner {
        background-position: left top;
        padding: 0;
        margin: 0;
    }

    .top-banner__wrap {
        max-height: 600px;
        background-color: #00000047;
    }
    .card__wrap{
        width: 100%;
        margin-bottom: 1rem;
    }
    .card__heading span, .card__phone-number span, .card__metro span, .card__area span, .card__price span{
        margin-left: 25px;
        line-height: 25px!important;
        font-size: 18px;
    }
}

@media (max-width: 440px) {
/*     .header__logo span,
    .header__enter span {
        display: none;
    } */

    .girl-page__price_item-wrap{
        width: 100%;
    }

    .girl-page__price_item-wrap:last-child{
        padding-left: 0;
        margin-top: 16px;
    }
}

.notresult{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #000;
    gap: 10px;
}

.animated {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

/* slideInUp */
@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

/* slideOutDown */
@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@media screen and (min-width: 768px) {
    .sm-hidden {
        display: none;
    }
}

/* bounce */
@-webkit-keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(
            0.755,
            0.05,
            0.855,
            0.06
        );
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(
            0.755,
            0.05,
            0.855,
            0.06
        );
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(
            0.755,
            0.05,
            0.855,
            0.06
        );
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(
            0.755,
            0.05,
            0.855,
            0.06
        );
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

/* end animate */

/* comments*/
.girl-page__comments {
    font-size: 16px;
}

.girl-page__comments_title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.78;
    padding-bottom: 2px;
    text-align: left;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(66, 71, 83, 0.8);
    border-bottom: 1px solid #4a4a4a;
}

.girl-page__comments_title img {
    margin-right: 10px;
    margin-top: -5px;
}

.comments-items,
.not-comments {
    padding: 10px 0;
    margin-top: 10px;
    max-height: 300px;
    overflow-y: auto;
}

.comments-item {
    border-radius: 2px;
    padding: 10px;
    margin-bottom: 10px;
}

.comments-item{
    background-color: #fff;
}

.comments-item_recl{
    background-color: #414753;
    margin-left: 20px;
}

.comments-item_recl {
    background-color: #414753;
    margin-left: 20px;
}

.comments-item_recl .comment-text {
    color: #fff;
}

.comments-item_recl .name {
    color: #fff;
}

.comment-meta .name {
    font-weight: 700;
}

.cards{
    width: 100%;
    padding: 24px 0;
    flex-grow: 1;
}

.last:last-child{
    display: none;
}

.comment-meta .date {
    margin: 5px 0;
    font-size: 11px;
    color: #ccc;
}

.girl-page__comments_form {
    padding: 10px 0;
}

.girl-page__comments_left,
.girl-page__comments_right {
    padding-left: 0;
}

.girl-page__comments_form input,
.girl-page__comments_form textarea {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 2px;
    outline: none;
}

.comments__recInner{
    width: 100%;
    display: flex;
    gap: 12px;
}

.girl-page__comments_form img {
    width: 100%;
    max-width: 200px;
}

.girl-page__comments_form textarea {
    height: 80px;
    resize: none;
}

.comments_form_title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(66, 71, 83, 0.8);
    margin-bottom: 10px;
}

.send-ok {
    color: green;
    margin-bottom: 10px;
}

.send-error {
    color: red;
    margin-bottom: 10px;
}

.girl-page__comments_box .wrap-button {
    width: 100%;
    display: inline-block;
}

input.girl-page__comments_form-send {
    width: 100%;
    display: inline-block;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background-color: #414753;
    border-radius: 40px;
    border: 1px solid #414753;
}

input.girl-page__comments_form-send:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
/* end comments*/

h1 > span {
    color: grey;
    font-size: 10px;
    margin-left: 5px;
}
.paginator {
    margin: 0 auto;
}

.seemore {
    position: relative;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 25px;
}

.seemore span {
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    cursor: pointer;
    color: #fff;
    border-radius: 4px;
    background-color: #4d5a61;
    padding: 5px 10px;
}

.paginator a,
.paginator span {
    margin: 3px;
    font-family: "Montserrat Alternates", sans-serif;
    display: inline-block;
    padding: 5px 10px;
    color: #4d5a61;
    text-decoration: none;
    font-size: 14px;
}

.paginator span.active,
.paginator a:hover {
    background: #4d5a61;
    color: #fff;
    border-radius: 4px;
}
/* Стили для подложки */

.overlay {
    /* Скрываем подложку  */
    opacity: 0;
    visibility: hidden;

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 20;
    transition: 0.3s all;
}

/* Стили для модальных окон */
.city__list {
    font-family: sans-serif;
    width: auto;
    display: inline-block;
    margin: 10px;
    font-weight: bold;
}
.modal {
    /* Скрываем окна  */
    opacity: 0;
    visibility: hidden;

    /*  Установаем ширину окна  */
    width: 100%;
    max-width: 800px;
    max-height: 600px;
    /*  Центрируем и задаем z-index */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 30; /* Должен быть выше чем у подложки*/

    /*  Побочные стили   */
    box-shadow: 0 3px 10px -0.5px rgba(0, 0, 0, 0.2);
    padding: 30px;
    border-radius: 3px;
    background-color: #fff;
    transition: 0.3s all;
    overflow-y: auto;
}

.modal a {
    font-size: 12px;
}

/* Стили для активных классов подложки и окна */

.modal.active,
.overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Стили для кнопки закрытия */

.modal__cross {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 20px;
    right: 20px;
    fill: #444;
    cursor: pointer;
}

/* Стили для кнопок. Мы ведь порядочные разработчики, негоже простые ссылки оставлять */
.city {
    column-count: 4;
}
.js-open-modal {
    display: inline;
    color: #d0011b;
}

@media screen and (max-width: 500px) {
    .city {
        column-count: 2;
    }
    .modal a {
        font-size: 0.8em;
    }
}

/* New styles */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #f4f5f7;
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
}

button {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    transition: 0.3s;
}

.burger-btn {
    display: none;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    background-color: #d0021b;
    border-radius: 50%;
    color: #fff;
    position: relative;
}

.burger-btn__open,
.burger-btn__close {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
}

.burger-btn__close {
    opacity: 0;
    visibility: hidden;
    transform: translate(calc(-50% + 10px), -50%);
}

.burger-btn.active .burger-btn__close {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%);
}

.burger-btn.active .burger-btn__open {
    opacity: 0;
    visibility: hidden;
    transform: translate(calc(-50% - 10px), -50%);
}

@media (max-width: 992px) {
    .burger-btn {
        display: flex;
    }
}

.item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.profile__tags {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.submenu__button a,
.profile__tags a,
.profile__tags label {
    padding: 7px 10px;
    border: 1px solid #d0021b;
    color: #d0021b;
    display: inline-block;
}

.submenu__button a:hover,
.profile__tags a:hover {
    opacity: 0.75;
}

.menu {
    width: 100%;
    background-color: #fff;
}

@media (max-width: 992px) {
    .menu {
        display: none;
    }
}

.menu__inner {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.menu__item {
    width: 20%;
}

@media (max-width: 1200px) {
    .menu__item {
        width: 25%;
    }
}

@media (max-width: 992px) {
    .menu__item {
        width: 100%;
        border-bottom: 1px solid #b7b7b7;
    }

    .menu__item:last-child {
        border: 0;
    }
}

.menu__item.parent {
    position: relative;
}

.menu__item.active .menu__arrow {
    transform: rotate(-180deg);
}

.menu__item.active .dropdown {
    display: flex;
}

.menu__btn {
    width: 100%;
    padding: 12px 6px;
    color: #000;
}

.menu__item.active .menu__btn,
.menu__btn:hover {
    color: #d0021b;
}

.menu__arrow {
    margin-left: auto;
}

.dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 3;
    padding: 12px;
    display: none;
    flex-direction: column;
    gap: 12px;
    max-height: 350px;
    overflow-y: auto;
    border: 1px solid #e7e7e7;
}

@media (min-width: 992px) {
    .dropdown {
        max-height: calc(100vh - 240px);
    }
}

@media (min-width: 1200px) {
    .dropdown {
        max-height: calc(100vh - 200px);
    }
}

.dropdown::-webkit-scrollbar {
    width: 6px;
}

.dropdown::-webkit-scrollbar-thumb {
    background-color: #d0021b;
    border-radius: 3px;
}

@media (max-width: 992px) {
    .dropdown {
        position: static;
        background-color: transparent;
        border: 0;
        padding: 6px;
    }
}

.dropdown__columns {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.dropdown__column {
    width: calc(100% / 4 - (4 - 1) * 12px / 4);
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.dropdown__column.service {
    width: calc(100% / 3 - 2 * 12px / 3);
}

@media (max-width: 1200px) {
    .dropdown__column {
        width: calc(100% / 3 - (3 - 1) * 12px / 3);
    }
}

@media (max-width: 992px) {
    .dropdown__column,
    .dropdown__column.service {
        width: calc(100% / 2 - (2 - 1) * 12px / 2);
    }
}

@media (max-width: 576px) {
    .dropdown__column,
    .dropdown__column.service {
        width: 100%;
    }
}

.dropdown__column.big {
    width: 100%;
}

.dropdown__title {
    font-weight: 700;
}

.dropdown__list {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.dropdown__item {
    width: 100%;
}

.dropdown__link {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 4px 0;
    color: #000;
    font-size: 14px;
}

.dropdown__link:hover {
    color: #d0021b;
}

/* city */
body.lock {
    overflow: hidden;
}

.modal__city {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10010;
    background: rgba(0, 0, 0, 0.5);
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
    transition: 0.2s linear;
    pointer-events: none;
    padding: 0 20px;
}

.modal__city.active {
    display: block;
    pointer-events: all;
}

.modal__city--inner {
    width: 100%;
    display: flex;
    align-items: center;
    max-width: 900px;
    min-height: calc(100% - 35px);
    margin: 17.5px auto;
    justify-content: center;
}

.modal__city--content {
    /* width: 100%; */
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: #fff;
    border-radius: 3px;
}

.modal__city--wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal__city--title {
    color: #d0021b;
    font-family: var(--specialFontFamily);
    font-size: 28px;
    font-weight: 600;
    margin: 0;
}

.modal__city--columns {
    width: 100%;
    overflow-y: auto;
    max-height: 350px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.modal__city--columns::-webkit-scrollbar {
    width: 6px;
}

.modal__city--columns::-webkit-scrollbar-thumb {
    background-color: #d0021b;
    border-radius: 3px;
}

.modal__city--column {
    width: calc(100% / 4 - 3 * 12px / 4);
    display: flex;
    flex-direction: column;
    gap: 8px;
}

@media (max-width: 768px) {
    .modal__city--column {
        width: calc(100% / 3 - 2 * 12px / 3);
    }
}

@media (max-width: 576px) {
    .modal__city--column {
        width: calc(100% / 2 - 12px / 2);
    }
}

@media (max-width: 400px) {
    .modal__city--column {
        width: 100%;
    }
}

.modal__city--letter {
    width: 100%;
    font-weight: 700;
    font-size: 16px;
}

.modal__city--items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.modal__city--item {
    display: flex;
}

.modal__city--link {
    padding: 4px 0;
    text-decoration: none;
    color: #000;
    width: 100%;
}

.modal__city--link:hover {
    opacity: 1;
    color: #d0021b;
}

/* page */
.page {
    padding: 24px 0;
    flex-grow: 1;
}

.pages__inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.pages-blocks {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.pages-block {
    width: calc(100% / 4 - 3 * 16px / 4);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1200px) {
    .pages-block {
        width: calc(100% / 3 - 2 * 16px / 3);
    }
}

@media (max-width: 992px) {
    .pages-block {
        width: calc(100% / 2 - 16px / 2);
    }
}

@media (max-width: 576px) {
    .pages-block {
        width: 100%;
    }
}

.letter-block {
    font-weight: 700;
}

.pages-block a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    font-size: 16px;
    gap: 8px;
}

.pages-block a:hover {
    color: #d0021b;
}

.main__text--block {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.id {
    font-size: 12px;
}

.header{
    width: 100%;
    padding: 16px 0;
    background: #fff;
}

.header__inner{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

.header__fav{
    color: #000;
}

.header__fav:hover{
    text-decoration: none;
    color: #d0021b;
}

.main{
    width: 100%;
    padding: 24px 0;
    flex-grow: 1;
}

.main__inner{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.main__wrapper{
    width: 100%;
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.main__coontent{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.main__title{
    margin: 0;
    font-size: 24px;
}

.main__telegram{
    width: 100%;
    text-align: center;
    padding: 10px;
    border: 1px solid #000;
}

.main__telegram a{
    color: #d0021b;
}

.main__telegram a:hover{
    text-decoration: none;
}

.main__items{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.footer{
    width: 100%;
    padding: 16px 0;
    background: #fff;
}

.footer__inner{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.main__item{
	width: calc(100% / 4 - 48px / 4);
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
    background: #fff;
}

@media(max-width: 1399.98px){
	.main__item{
		width: calc((100% * 0.3333) - (40px / 3));
	}
}
@media (max-width: 991.98px) {
    .main__item{
		width: calc((100% * 0.5) - (20px / 2));
	}
}
@media(max-width: 550px){
	.main__item{
		width: 100%;
	}
}

.main__item--img--inner{
	width: 100%;
	position: relative;
}

.main__item--img--inner a{
    width: 100%;
    display: flex;
}

.main__item--img{
    width: 100%;
}

.main__item--box{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 13px;
	justify-content: space-between;
	flex-grow: 1;
	border-radius: 0 0 16px 16px;
}

.main__item--name--inner{
	display: flex;
	align-items: center;
	gap: 5px;
	flex-wrap: wrap;
}

.main__item--name{
    font-weight: 700;
    color: #000;
}

.main__item--name:hover{
    color: #d0021b;
}

@media (max-width: 479.98px) {
    .main__item--name{
		font-size: 16px;
	}

    .comments__recInner{
        flex-direction: column;
        align-items: flex-start;
    }

    .girl-page__comments_form img{
        max-width: 100%;
    }

    .girl-page__info, .girl-page__data, .girl-page__photo-video-wrap, .girl-page__price-about-wrap{
        padding: 0;
    }
}

.main__item--age{
	padding: 1px 8px;
	border-radius: 50px;
	border: 1px solid #d0011b;
	font-weight: 600;
	font-size: 14px;
}

.footer__item{
    color: #000;
}

.footer__item:hover{
    color: #d0011b;
}

.main__item--wrap, .main__item--wrap--link{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
    color: #000;
}

.main__item--attrs{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.main__item--attr{
	padding: 1px 8px;
	border-radius: 50px;
	color: #d0011b;
	font-size: 14px;
	background: #ff728523;
	border: 1px solid #ca1c33;
}

.main__item--button{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	font-size: 20px;
	border: 1px solid #BDBDBD;
	border-radius: 4px;
	padding: 10px;
    background: #1c1c1c;
}

.main__item--button:hover{
	opacity: 0.5;
    background: #1c1c1c;
}

@media (max-width: 767.98px) {
    .main__item--button{
		width: 100%;
	}
}
@media (max-width: 450px) {
    .main__item--button{
		width: 100%;
	}
}

.mt-2{
    margin-top: 8px;
}

.mt-3{
    margin-top: 12px;
}

.main__item--verify--block{
    width: 24px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
	position: absolute;
	top: 10px;
	left: 10px;
}

.main__item--verify--block img{
    width: 24px;
}

@media (max-width: 600px) {
    .footer__inner{
        flex-direction: column;
        align-items: center;
    }
}

.profile{
    width: 100%;
    padding: 24px 0;
    flex-grow: 1;
}

.profile__inner{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.profile__semilar{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.semilar__title{
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.main__item--buttons{
	width: 100%;
	display: flex;
	align-items: center;
	gap: 6px;
	flex-wrap: wrap;
}

.card__item--button{
	/* width: calc(100% / 3 - 24px / 3); */
	padding: 6px 12px;
	border: 1px solid #1C274C;
	color: #1C274C;
	font-weight: 600;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
    background: #e80d42;
    color: #dce2f7;
	gap: 5px;
    font-size: 15px;
}

.card__item--button:hover{
	opacity: 0.7;
    background: #ef5076;
}

.card__buttonss .card__item--button img{
	width: 20px;
}

@media (max-width: 997.98px) {
    .card__item--button{
        width: 100%;
    }

    .girl-page__info_phone .link{
        font-size: 18px;
    }
}
@media (max-width: 767.98px) {
    .card__item--button{
        width: calc(100% / 3 - 24px / 3);
    }
}
@media (max-width: 530px) {
    .card__item--button{
        width: 100%;
    }
}

#mainCarousel .carousel__slide {
	width: 100%;
	padding: 0;
	border-radius: 4px;
	overflow: hidden;
}
  
#mainCarousel .carousel__slide img {
	width: 100%;
	border-radius: 4px;
}

#thumbCarousel .carousel__slide{
	cursor: pointer;
}

#thumbCarousel .carousel__slide img {
	border-radius: 4px;
}

#mainCarousel .carousel__button {
	background: #E80D42;
	color: #fff;
}

.videobox video {
    width: 100%;
    height: 100%;
}

.up__button{
	position: fixed;
	bottom: 25px;
	right: 25px;
	z-index: 20;
	display: flex;
	align-items: center;
	transition: .2s linear;
	opacity: 0;
	pointer-events: none;
	width: 45px;
	height: 45px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #E80D42;
}

.up__button.active{
	opacity: 1;
	pointer-events: all;
}

.up__button:hover{
    background: #be0836;
}