html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

@font-face {
    font-family: 'Georgia italic';
    src: url('../fonts/georgiai.ttf');
}

@font-face {
    font-family: 'Georgia italic';
    src: url('../fonts/georgiai.ttf');
}

body {
    font-size: 15px;
    font-family: "Arial";
    color: rgb(0, 0, 0);
    line-height: 18px;
}

h1 {
    font-size: 36px;
    font-family: "Georgia italic";
    color: rgb(183, 28, 28);
    font-weight: 900;
    margin: 0 0 25px 0;
    padding: 0 0 0 0;
    line-height: 1.2;
}

h2,
.h2 {
    font-size: 32px;
    font-family: "Georgia italic";
    color: rgb(183, 28, 28);
    font-weight: 900;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
    line-height: 1.2;
}

h3,
.h3 {
    font-size: 18px;
    font-family: "Georgia italic";
    color: rgb(183, 28, 28);
    font-weight: 900;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
    line-height: 1.2;
}

a {
    color: #b71c1c;
}


/* clearfix */

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.wrapper {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.top {
    background: #b92525 url(../img/top.jpg) 0 0 no-repeat;
    padding: 0px 10px;
}

.top_menu ul {
    text-align: justify;
    margin: 0 0 0 0;
    padding: 22px 0 0 0;
}

.top_menu ul:before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
}

.top_menu ul:after {
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}

.top_menu li {
    display: inline-block;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style: none;
}

.top_menu li span {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: url(../img/marker.png) 0 0 no-repeat;
}

.top_menu a {
    font-size: 16px;
    font-family: "Georgia italic";
    color: rgb(234, 234, 234);
    line-height: 1.44;
}

.header {
    background: url(../img/header.jpg) 50% 0 no-repeat;
    background-size: cover;
    height: 350px;
    margin-bottom: 40px;
}

.slogan {
    font-size: 60px;
    font-family: "Georgia italic";
    color: rgb(101, 14, 14);
    font-weight: 900;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 100px;
}

.footer {
    padding: 10px;
    background: #b92525 url(../img/top.jpg) 0 0 no-repeat;
}

.copiright {
    font-size: 14px;
    font-family: "Georgia italic";
    color: rgb(234, 234, 234);
    line-height: 1.44;
}

.footer-menu {
    text-align: left;
}

.footer-menu li {
    display: inline-block;
    margin: 0 0 0 27px;
    padding: 0 0 0 0;
    list-style: none;
}

.footer-menu a {
    font-size: 14px;
    font-family: "Georgia italic";
    color: rgb(234, 234, 234);
    line-height: 1.44;
}

.text {
    line-height: 29px;
    color: #282828;
}

.text p {
    line-height: 18px;
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
}

.text strong {
    font-weight: bold;
}

.main-text {
    padding: 20px 35px 70px 35px;
    text-align: center;
    line-height: 29px;
}

.main_services {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 auto 50px;
}

.main_services-item {
    background-color: rgb(255, 255, 255);
    width: 100%;
    max-width: 300px;
    padding: 0 0 0 0;
    vertical-align: top;
    display: inline-block;
    margin: 0 auto;
}

.main_services-img {
    width: 100%;
    max-width: 300px;
    height: 179px;
}

.main_services-img a {
    display: inline-block;
    width: 100%;
    max-width: 300px;
    height: 179px;
}

.main_services-data {
    padding: 12px 16px;
    border-left: 1px solid rgb(221, 221, 221);
    border-right: 1px solid rgb(221, 221, 221);
    border-bottom: 1px solid rgb(221, 221, 221);
    height: 136px;
}

.main_services-name {
    margin-bottom: 10px;
    min-height: 40px;
}

.main_services-name a {
    font-size: 16px;
    font-family: "Georgia bold";
    color: rgb(183, 28, 28);
    font-weight: bold;
    line-height: 1.286;
    text-decoration: none;
}

.main_services-address {
    font-size: 14px;
    font-family: "Arial";
    color: rgb(94, 94, 94);
    line-height: 1.714;
}

.main_services-phone {
    margin-bottom: 10px;
}

.main_services-phone a {
    font-size: 14px;
    font-family: "Arial";
    color: #000;
    line-height: 1.714;
    text-decoration: none;
    font-weight: bold;
}

.main_services-1 {
    background: url(../img/main_services-1.jpg) 0 0 no-repeat;
}

.main_services-3 {
    background: url(../img/main_services-3.jpg) 0 0 no-repeat;
}

.main_services-4 {
    background: url(../img/main_services-4.jpg) 0 0 no-repeat;
}

.main_services-5 {
    background: url(../img/main_services-5.jpg) 0 0 no-repeat;
}

.main_services-6 {
    background: url(../img/main_services-6.jpg) 0 0 no-repeat;
}

.main_services-8 {
    background: url(../img/main_services-8.jpg) 0 0 no-repeat;
}

.main_services-9 {
    background: url(../img/main_services-9.jpg) 0 0 no-repeat;
}

.main_services-bottom {
    font-size: 14px;
    font-family: "Arial";
    color: rgb(94, 94, 94);
    font-weight: bold;
    line-height: 1.714;
    overflow: hidden;
}

.main_services-count {
    display: inline-block;
}

.main_services-price {
    display: inline-block;
    text-align: right;
    float: right;
}

.main_text_2 {
    padding: 99px 0 96px 0;
    background: #f7f7f7;
}

.main_text_2-inner {
    padding: 0 300px 0 0;
    background: url(../img/main_text_2.png) 100% 0 no-repeat;
    font-size: 15px;
    line-height: 29px;
    color: #282828;
}

.main_reviews {
    margin: 0 0 0 0;
    padding: 76px 0 89px 0;
    background: url(../img/reviews-bg.png) 50% 0 no-repeat;
    background-size: cover;
}

.main_reviews h2 {
    text-align: center;
    margin: 0 0 60px 0;
}

.main_reviews-item {
    border-radius: 4px;
    box-shadow: 0px 17px 32px 0px rgba(76, 33, 10, 0.17);
    background: rgb(255, 255, 255) url(../img/reviews-bottom.png) 0 100% repeat-x;
    max-width: 378px;
    width: 100%;
    height: 170px;
    display: inline-block;
}

.main_reviews-text {
    font-size: 14px;
    font-family: "Arial";
    color: rgb(40, 40, 40);
    line-height: 1.714;
    margin-bottom: 19px;
}

.main_reviews-name {
    font-size: 14px;
    font-family: "Arial";
    color: rgb(183, 28, 28);
    font-weight: bold;
    line-height: 1.714;
}

.breadcrumb {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #e9ccad;
}

.page_content {
    padding-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page_content_left {
    width: 100%;
    max-width: 280px;
}

.page_content_left_url {
    text-decoration: none;
}

.page_content_left_saunas {
    border-top: solid 1px #e9ccad;
    border-bottom: solid 1px #e9ccad;
    margin-top: -1px;
    height: 111px;
}

.page_content_left_saunas:hover {
    background-color: #fddede;
    cursor: pointer;
}

.page_content_left_saunas.active {
    background-color: #fddede;
}

.page_content_left_saunas_metro {
    font-size: 18px;
    color: rgb(52, 25, 6);
    margin-left: 20px;
    margin-top: 12px;
}

.page_content_left_saunas_metro_img {
    width: 100%;
    max-width: 100px;
    height: 27px;
    margin-left: 20px;
    margin-top: 12px;
}

.metro_img_1 {
    background: url(../img/main_content_metro_red.png) no-repeat;
}

.metro_img_2 {
    background: url(../img/main_content_metro_blue.png) no-repeat;
}

.metro_img_3 {
    background: url(../img/main_content_metro_green.png) no-repeat;
}

.metro_img_4 {
    background: url(../img/main_content_metro_grey.png) no-repeat;
}

.metro_img_5,
.metro_img_7 {
    background: url(../img/main_content_metro_purple.png) no-repeat;
}

.metro_img_6,
.metro_img_8,
.metro_img_9 {
    background: url(../img/main_content_metro_orange.png) no-repeat;
}

.page_content_left_saunas_adress {
    font-size: 13px;
    color: rgb(126, 102, 85);
    margin-left: 20px;
}

.page_content_right_text_box {
    border-top: solid 1px #e9ccad;
    margin-top: 23px;
}

.page_content_right_text_box_text {
    color: rgb(52, 25, 6);
    line-height: 2.308;
    margin-top: 9px;
}

.page_content_right_menu {
    height: 59px;
    border: solid 1px #e9ccad;
    margin-top: 28px;
    background-color: #faeada;
}

.page_content_right_menu_item_1,
.page_content_right_menu_item_2 {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    font-family: "Arial";
    color: rgb(52, 25, 6);
    margin-top: 19px;
    margin-left: 21px;
}

.page_content_right_menu_item_1 {
    width: 100%;
    background: url(../img/page_icon_money.png) left no-repeat;
    max-width: 77px;
    padding-left: 32px;
}

.page_content_right_menu_item_2 {
    width: 100%;
    background: url(../img/page_icon_pointer.png) left no-repeat;
    max-width: 180px;
    padding-left: 38px;
}

.page_content_right_fotos_box_foto,
.page_content_right_fotos_box_foto_room {
    width: 100%;
    max-width: 298px;
    height: 298px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    margin: 0 auto;
}

.page_content_right_fotos_box_foto img,
.page_content_right_fotos_box_foto_room img {
    width: 100%;
    height: auto;
}

.page_content_right_fotos_box_foto_url {
    display: block;
    font-size: 13px;
    font-family: "Arial";
    color: rgb(52, 25, 6);
    text-decoration: none;
    text-align: center;
}

.page_content_right_text_box_2 {
    width: 100%;
    max-width: 645px;
}

.page_content_right_text_box_2_h1 {
    font-size: 20px;
    font-family: "Georgia italic";
    color: rgb(52, 25, 6);
    margin-top: 10px;
    margin-left: 4px;
}

.page_content_right_text_box_2_text {
    font-size: 13px;
    font-family: "Arial";
    color: rgb(52, 25, 6);
    margin-top: 11px;
}

.page_content_right_form {
    height: 357px;
    background: #dc6e6e;
    margin-top: 43px;
    border-radius: 10px;
    box-shadow: 0px 17px 32px 0px rgba(76, 33, 10, 0.17);
    padding: 15px;
}

.page_content_right_form_h1_text {
    font-size: 20px;
    font-family: "Georgia italic";
    color: rgb(255, 244, 231);
    margin-left: 5px;
    font-weight: 900;
    text-align: center;
}

.page_content_right_form_h1_order {
    display: inline-block;
    font-size: 20px;
    font-family: "Georgia italic";
    color: rgb(255, 244, 231);
    margin-left: 150px;
    margin-top: 137px;
}

.page_content_form_input {
    width: 100%;
    max-width: 236px;
    height: 36px;
    margin-left: 28px;
    margin-top: 24px;
    margin-bottom: 4px;
    font-size: 13px;
    font-family: "Arial";
    color: rgb(126, 102, 85);
    padding-left: 17px;
    background-color: #f1e1d2;
    border: 0;
}

.page_content_form_input_date {
    width: 100%;
    max-width: 522px;
    height: 36px;
    margin-left: 28px;
    margin-top: 24px;
    margin-bottom: 4px;
    font-size: 13px;
    font-family: "Arial";
    color: rgb(126, 102, 85);
    padding-left: 17px;
    background-color: #f1e1d2;
    border: 0;
}

.page_content_form_textarea {
    width: 100%;
    max-width: 523px;
    height: 84px;
    margin-left: 29px;
    margin-top: 23px;
    font-size: 13px;
    font-family: "Arial";
    color: rgb(126, 102, 85);
    padding-left: 13px;
    padding-top: 11px;
    background-color: #f1e1d2;
    border: 0;
}

.page_send-wrp {
    text-align: center;
    padding-top: 20px;
}

.page_content_form_button {
    width: 100%;
    max-width: 175px;
    height: 42px;
    background-color: #ffa800;
    border-radius: 20px 20px 20px 20px;
    cursor: pointer;
    border: 0;
    font-size: 13px;
    font-family: "Arial";
    display: inline-block;
    color: rgb(16, 16, 16);
}

.page_content_right_form_reviews {
    margin-top: 40px;
}

.page_content_right_form_reviews_h1 {
    display: inline-block;
    font-size: 20px;
    font-family: "Georgia italic";
    color: rgb(51, 24, 5);
}

.page_content_right_form_reviews_all {
    display: inline-block;
    font-size: 13px;
    font-family: "Arial";
    color: rgb(255, 78, 0);
    margin-left: 38px;
}

.page_content_right_form_review {
    background: url(../img/page_content_reviews_border.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 17px;
    margin-bottom: 32px;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 15px 0 0 0;
}

.page_content_right_form_review:last-child {
    margin-bottom: 0px;
}

.page_content_reviews_quotes,
.reviews_form_review_quotes {
    display: inline-block;
    font-size: 60px;
    font-family: "Georgia italic";
    color: rgb(51, 24, 5);
    -moz-transform: matrix( -1, 0, 0, -1, 0, 0);
    -webkit-transform: matrix( -1, 0, 0, -1, 0, 0);
    -ms-transform: matrix( -1, 0, 0, -1, 0, 0);
    margin-left: 20px;
    margin-top: 25px;
    vertical-align: top;
}

.page_content_reviews_text,
.reviews_form_review_text {
    display: inline-block;
    font-size: 14px;
    font-family: "Open Sans Italic";
    color: rgb(110, 82, 62);
    line-height: 2.308;
    width: 100%;
    max-width: 540px;
    margin-top: 20px;
    margin-left: 13px;
}

.reviews_form_review {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 15px 0 0 0;
    background: url(../img/page_content_reviews_border.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 33px;
}

.reviews_text {
    font-size: 13px;
    font-family: "Open Sans Italic";
    color: rgb(110, 82, 62);
    line-height: 2.308;
}

.reviews_title {
    font-size: 18px;
    font-family: "Georgia italic";
    color: rgb(51, 24, 5);
}

.page_content_reviews_author,
.reviews_form_review_author {
    font-size: 18px;
    font-family: "Georgia italic";
    color: rgb(51, 24, 5);
    margin-bottom: 24px;
}

.page_content_right_form_reviews_button {
    width: 200px;
    height: 27px;
    border-radius: 20px 20px 20px 20px;
    cursor: pointer;
    border: solid 3px #ffa800;
    font-size: 13px;
    font-family: "Arial";
    color: rgb(255, 78, 0);
    margin-top: 24px;
    padding-left: 0;
    padding-top: 8px;
    text-align: center;
}

.page_reviews_submenu_item {
    width: 280px;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    margin-top: 15px;
}

.page_rooms {
    margin-top: 20px;
}

.page_rooms_text {
    font-size: 13px;
    font-family: "Arial";
    color: rgb(52, 25, 6);
    line-height: 2.308;
    margin-top: 30px;
}

.page_rooms_h1 {
    font-size: 24px;
    font-family: "Georgia italic";
    color: #331805;
    margin-top: 19px;
}

.sauna_map {
    width: 100%;
    max-width: 648px;
    height: 500px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.room_map {
    width: 100%;
    max-width: 648px;
    height: 500px;
    margin-top: 30px;
}

.contacts_saunas_map {
    width: 100%;
    max-width: 720px;
    height: 505px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.page_style_h1 {
    font-family: "Georgia italic";
    color: rgb(52, 25, 6);
}

.page_style_text {
    font-family: "Arial";
    color: rgb(51, 24, 5);
    line-height: 2.308;
}

.page_room_h1 {
    font-size: 18px;
    font-family: "Georgia italic";
    color: rgb(52, 25, 6);
    margin-top: 30px;
}

.frame {
    font-size: 13px;
    font-family: "Open Sans Semibold";
    color: rgb(255, 255, 255);
}

.p_banner {
    padding: 15px !important;
    margin: 5px 0 15px 0 !important;
    border-top: 2px solid #FF9900;
    border-bottom: 2px solid #FF9900;
    background: #FFE7C1;
}

.header2 {
    height: 30px;
}

.table {
    margin-bottom: 30px;
    border: 1px solid rgb(183, 28, 28);
    width: 100% !important;
}

.table td {
    padding: 6px 10px;
    vertical-align: middle;
    text-align: center;
}

.table th {
    padding: 10px;
    font-weight: bold;
    background: #f7e4e4;
    vertical-align: middle;
}

.table p {
    margin: 0;
    padding: 0;
}

.ls {
    padding: 15px 15px 0 15px;
    border: 1px solid rgb(183, 28, 28);
    margin-bottom: 20px;
}

.text ul {
    display: block;
    margin: 0 0 10px 25px;
    padding: 0;
}

.text ul ul {
    margin-top: 15px;
}

.text ul li {
    list-style: outside disc;
    margin: 0 0 5px 0;
}

.rest__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0px 10px;
    max-width: 960px;
    margin: 0 auto 50px;
}

.rest__wrapperCnt {
    width: 100%;
    max-width: 640px;
}

.rest__img {
    display: block;
}

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

.page_content_right {
    width: 100%;
    max-width: 620px;
}

.rooms__wrapper {
    padding: 0px 5px;
}

.page_content_right_foto_box {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}