body {
    min-width: 320px;
    margin: 0;
}
body, td {
    font-size: 20px;
}
body > table {
    border-collapse: collapse;
}
body > table:first-child > tbody > tr:not([valign="top"]) > td:not(.menutop):not(.open):not([valign="top"]) > a {
    padding-left: 0;
    position: relative;
    z-index: 1;
}
.no-scroll {
    overflow: hidden;
}
.only-mobile {
    display: none;
}
.hamburger-wrap {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50px;
    padding: 0;
    background: transparent;
    border: 0;
    margin-left: -5px;
}
.hamburger {
    position: relative;
    width: 22px;
    height: 18px;
    padding: 0;
    background: transparent;
    border: 0;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    z-index: 20;
}
.hamburger__bar {
    display: block;
    height: 2px;
    border-radius: 0;
    background-color: #e3f1ee;
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.hamburger__bar:before,
.hamburger__bar:after {
    content: "";
    height: 100%;
    width: 100%;
    border-radius: inherit;
    background-color: #e3f1ee;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.hamburger__bar:before {
    top: -8px;
}
.hamburger__bar:after {
    bottom: -8px;
}
.hamburger_active .hamburger__bar {
    background: transparent;
    height: 2px;
}
.hamburger_active .hamburger__bar:before,
.hamburger_active .hamburger__bar:after {
    width: 110%;
    background-color: #fff;
}
.hamburger_active .hamburger__bar:before {
    top: 0;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}
.hamburger_active .hamburger__bar:after {
    bottom: 0;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
}

.close-filter {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 20px;
    height: 20px;
    z-index: 1;
    padding: 0;
    background: none;
    border: none;
    display: none;
}
.close-filter svg {
    width: 100%;
    height: 100%;
}
.open-filter {
    position: fixed;
    z-index: 10;
    width: 25px;
    top: 80px;
    left: 0;
    border: none;
    background-color: #0e566b;
    color: #ffffff;
    padding: 10px 5px;
    border-radius: 0 5px 5px 0;
    display: none;
}
.open-filter span {
    display: block;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-text-orientation: upright;
    text-orientation: upright;
}
@media screen and (min-width: 992px) {
    .desleft > img {
        position: relative;
        left: -2px;
        top: -2px;
    }
    [src="/images/logo.gif"] {
        position: relative;
        left: -1px;
    }
}
@media screen and (max-width: 991px) {
    * {
        padding: 0;
        margin: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    h3 {
        line-height: 1.4;
        margin-bottom: 10px;
    }
    .only-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }
    .only-mobile  > tbody {
        width: 100%;
    }
    .only-mobile + table > tbody > tr:first-child {
        display: none;
    }
    .only-mobile + table > tbody > tr:first-child td {
        width: 100%;
    }
    .only-mobile + table > tbody > tr:nth-child(2){
        height: auto;
        padding: 0 10px;
    }
    .only-mobile + table > tbody > tr:nth-child(2) > td {
        height: auto;
        width: 100%;
    }
    .only-mobile + table > tbody > tr:nth-child(2) > td p {
        margin: 0;
    }
    .only-mobile + table > tbody > tr:nth-child(2) > td iframe {
        width: 100%;
        height: 400px;
    }
    .only-mobile + table > tbody > tr:last-child > td {
        background: none;
        width: 100%;
        padding: 10px;
    }
    body > table {
        border-collapse: collapse;
    }
    .close-filter {
        display: block;
    }
    .open-filter {
        display: block;
    }
    .hamburger-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .menutop {
        background: none;
    }
    body > table > tbody > tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    body > table > tbody > tr[valign="top"] {
        padding: 0 10px;
    }
    body > table:first-child > tbody > tr:not([valign="top"]) > td:not(.menutop):not(.open):not([valign="top"]) {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 10px;
        height: 50px;
        overflow: hidden;
        position: relative;
        z-index: 20;
    }
    body > table:first-child > tbody > tr:not([valign="top"]) > td:not(.menutop):not(.open):not([valign="top"]):before,
    body > table:first-child > tbody > tr:not([valign="top"]) > td:not(.menutop):not(.open):not([valign="top"]):after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 50%;
    }
    body > table:first-child > tbody > tr:not([valign="top"]) > td:not(.menutop):not(.open):not([valign="top"]):before {
        left: 0;
        background-color: #223309;
    }
    body > table:first-child > tbody > tr:not([valign="top"]) > td:not(.menutop):not(.open):not([valign="top"]):after {
        right: 0;
        background-color: #d1e1de;
    }
    body > table:first-child > tbody > tr:not([valign="top"]) > td:not(.menutop):not(.open):not([valign="top"]) > a {
        padding-left: 0;
        position: relative;
        z-index: 1;
    }
    body > table:first-child > tbody > tr:not([valign="top"]) > td:not(.menutop):not(.open):not([valign="top"]) > a img {
        width: auto;
        position: relative;
        top: -43px;
    }
    td.menutop {
    }
    td.menutop.open {
    }
    ul#navbar {
        width: 100%;
        border-radius: 0;
        padding-top: 25px;
        padding-bottom: 25px;
        overflow-y: auto;
        border-top: none;
        border-left: none;
        border-right: none;
        position: absolute;
        z-index: 11;
        top: 50px;
        left: 0;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        opacity: 0;
        visibility: hidden;
    }
    ul#navbar.open {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
    #navbar li {
        display: block;
    }
    #navbar li + li {
        margin-top: 7px;
    }
    #navbar a {
        width: 100%;
        display: block;
        font-size: 14px;
        padding: 10px 5px;
    }
    #navbar a:hover {
        background: none;
    }
    .desleft {
        width: 320px;
        position: fixed;
        z-index: 30;
        top: 0;
        left: 0;
        bottom: 0;
        overflow-y: auto;
        background: #0e566b;
        padding: 50px 10px 20px 10px;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    .desleft.open {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .desleft > img {
        display: none;
    }
    .desleft .left {
        width: 100%;
        padding: 15px;
        border-radius: 15px 5px;
    }
    .desleft .left h2 {
        padding: 5px;
        margin-bottom: 10px;
    }
    .desleft .left h3 {
        line-height: 1.8;
    }
    .desleft .left h4 {
        margin-bottom: 15px;
        padding: 5px;
        border-radius: 5px;
    }
    .desleft .left h5 {
        margin-top: 25px;
        margin-bottom: 15px;
        padding: 5px;
        border-radius: 5px;
    }
    .desleft .promo h4 {
        margin-top: 20px;
        margin-bottom: 10px;
        padding: 5px;
    }
    .desleft .promo {
        margin: 0;
    }
    .ul_love {
        margin-bottom: 25px;
    }
    .ul_love li + li {
        margin-top: 10px;
    }
    .ul_love li h5 {
        padding: 5px;
    }
    table.content {
        width: auto;
        /*margin-right: 10px;*/
    }
    table.content > tbody > tr td.text {
        padding-right: 20px;
    }
    h2 {
        margin-bottom: 20px;
        padding: 5px;
    }
    div.content {
        width: 100%;
    }
    div.content h4 {
        width: 100%;
        padding: 5px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    div.content > table > tbody > tr:first-child td {
        width: 100%;
    }
    div.content hr {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .page-inner form textarea,
    [name="form1"] textarea {
        width: 100%;
    }
    [name="form1"] div.content {
        padding: 20px;
    }
    .page-inner form  > table,
    [name="form1"] div.content > table {
        width: 100%;
    }
    .page-inner form > table > tbody > tr,
    [name="form1"] > table > tbody > tr,
    [name="form1"] div.content > table > tbody > tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 10px;
    }
    .page-inner form  > table > tbody > tr > td:first-child:not([colspan="2"]),
    [name="form1"] > table > tbody > tr > td:first-child:not([colspan="2"]),
    [name="form1"] div.content > table > tbody > tr > td:first-child:not([colspan="2"]) {
        margin-bottom: 5px;
        font-weight: bold;
    }
    .page-inner form  > table > tbody > tr > td input[type="text"],
    .page-inner form  > table > tbody > tr > td input[type="password"],
    [name="form1"] > table > tbody > tr > td input[type="text"],
    [name="form1"] div.content > table > tbody > tr > td input[type="text"] {
        min-width: 60px;
        height: 25px;
    }
    .page-inner form  > table > tbody > tr > td input[type="text"],
    .page-inner form  > table > tbody > tr > td input[type="password"] {
        width: 100%;
    }
    .page-inner form  > table > tbody > tr > td select,
    [name="form1"] > table > tbody > tr > td select,
    [name="form1"] div.content > table > tbody > tr > td select {
        min-width: 60px;
        height: 25px;
    }
    .page-inner form  > table > tbody > tr > td input[size="1"],
    [name="form1"] > table > tbody > tr > td input[size="1"],
    [name="form1"] div.content > table > tbody > tr > td input[size="1"] {
        margin-left: 3px;
    }
    .page-inner form  > table > tbody > tr > td input[type="checkbox"],
    [name="form1"] > table > tbody > tr > td input[type="checkbox"],
    [name="form1"] div.content > table > tbody > tr > td input[type="checkbox"] {
        margin-left: 7px;
        margin-right: 3px;
    }
    .page-inner form  > table > tbody > tr > td input[type="submit"],
    [name="form1"] > table > tbody > tr > td input[type="submit"],
    [name="form1"] div.content > table > tbody > tr > td input[type="submit"] {
        height: 25px;
    }
    .account-page > table:first-child {
        background-color: transparent;
    }
    .account-page > table:first-child > tbody > tr > td:last-child {
        width: 0;
        height: 0;
        overflow: hidden;
    }
    .account-page > table:nth-child(2) > tbody > tr > td:first-child {
        display: none;
    }
    .account-page > table:nth-child(2) > tbody > tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .account-page > table:nth-child(2) > tbody > tr > td {
        width: 100%;
        border: none;
    }
    .account-page #ul_sex {
        padding-left: 20px;
    }
    .account-page div.content form input[type="text"],
    .account-page div.content form input[type="password"] {
        min-width: 60px;
        height: 26px;
        margin-left: 10px;
        padding: 2px;
    }
    .account-page div.content form input[type="submit"] {
        height: 26px;
        margin-top: 10px;
    }
    .account-page > table:nth-child(3) > tbody > tr > td {
        background: transparent;
    }
    .account-page .left {
        margin-bottom: 20px;
    }
    .account-page form[action="./index.php"] {
        margin-bottom: 15px;
    }
    .account-page hr {
        margin: 10px 0;
    }
    .account-page #servicew ~ input[type='text'] {
        width: 100%;
        margin-left: 0;
    }
    .account-page #servicew td[valign="top"] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 5px;
    }
    .account-page > table:nth-child(2) > tbody > tr > td center br:nth-child(2) + div.content > table > tbody > tr  {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 10px;
    }
    .account-page > table:nth-child(2) > tbody > tr > td center br:nth-child(2) + div.content > table > tbody > tr > td:first-child  {
        height: auto;
        margin-bottom: 10px;
    }
    .account-page > table:nth-child(2) > tbody > tr > td center br:nth-child(2) + div.content > table > tbody > tr:last-child > td > table > tbody > tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .account-page > table:nth-child(2) > tbody > tr > td center br:nth-child(2) + div.content > table > tbody > tr:last-child > td > table > tbody > tr form {
        margin-bottom: 0;
    }
    .account-page > table:nth-child(2) > tbody > tr > td center br:nth-child(2) + div.content > table > tbody > tr:last-child > td {
        width: 100%;
    }
    .account-page > table:nth-child(2) > tbody > tr > td center br:nth-child(2) + div.content > table > tbody > tr:last-child > td > table {
        width: 100%;
    }
    .account-page > table:nth-child(2) > tbody > tr > td center br:nth-child(2) + div.content > table > tbody > tr:last-child > td > table > tbody > tr form input[type="submit"] {
        height: 25px;
        width: 100% !important;
        padding: 5px;
    }
    .account-page #ul_sex + font + table > tbody > tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .account-page #ul_sex + font + table > tbody > tr form input[type="submit"] {
        height: 25px;
        width: 100% !important;
        padding: 5px;
        margin-top: 10px;
    }
    [title="дать рекламу на массаж"] {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    table.content {
        border-radius: 5px 15px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    table.content > tbody > tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    table.content > tbody > tr:first-child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 7px;
    }
    table.content > tbody > tr:nth-child(2) {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    table.content > tbody > tr:nth-child(2) > td:first-child {
        width: 100%;
        margin-bottom: 12px;
    }
    table.content > tbody > tr:nth-child(2) > td:first-child .links {
        width: 100%;
        margin-left: 0;
    }
    table.content > tbody > tr:nth-child(2) > td:first-child .links a {
        padding-left: 0;
    }
    table.content > tbody > tr:nth-child(2) .price:nth-child(2) {
        width: 40%;
        padding-right: 5px;
    }
    table.content > tbody > tr:nth-child(2) .price:nth-child(3) {
        width: 30%;
        padding-right: 5px;
    }
    table.content > tbody > tr:nth-child(2) .price:nth-child(4) {
        width: 30%;
    }
    table.content > tbody > tr td.text {
        padding-right: 0;
        text-align: center;
    }
    .fon > h6 {
        padding: 5px;
    }
    div.content > table > tbody > tr:nth-child(6) > td table {
        width: 100%;
    }
    div.content > table > tbody > tr:nth-child(6) > td table tbody > tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    div.content > table > tbody > tr:nth-child(6) > td table tbody > tr > td {
        width: 50%;
    }
    div.content > table > tbody > tr:nth-child(6) > td table tbody > tr > td a {
        padding-left: 0;
    }
    div.content > table > tbody > tr:nth-child(6) > td table tbody > tr > td {
        padding: 10px;
    }
    div.content > table > tbody > tr form {
        width: 100%;
    }
    div.content > table > tbody > tr form input {
        width: 100%;
    }
    div.content > table > tbody > tr .links {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    div.content > table > tbody > tr:nth-child(9) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    div.content > table > tbody > tr:nth-child(9) td.price {
        width: 100%;
    }
    div.content > table > tbody > tr:nth-child(9) td.price:first-child {
        margin-bottom: 25px;
    }
    .page-inner div.content > table > tbody > tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 7px;
    }
    .page-inner div.content > table > tbody > tr > td{
        padding: 4px;
    }
}