@charset "UTF-8";
* {
  margin: 0;
  padding: 0; }

@-ms-viewport {
  width: device-width; }
body {
  position: fixed;
  height: 100%;
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-text-size-adjust: none;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none; }

@font-face {
  font-family: montserrat-reg;
  src: url(../fonts/Montserrat-Regular.ttf); }
@font-face {
  font-family: montserrat-med;
  src: url(../fonts/Montserrat-Medium.ttf); }
@font-face {
  font-family: montserrat-bold;
  src: url(../fonts/Montserrat-Bold.ttf); }
img {
  width: 100%;
  height: 100%; }

button {
  font-family: montserrat-reg;
  font-size: 1.250em;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer; }
  button:focus {
    outline: none; }
  button span {
    cursor: pointer; }

.albums .albums_slide:before, .albums .youtube_slide:before {
  cursor: pointer; }
.albums .albums_slide:after, .albums .youtube_slide:after {
  cursor: pointer; }
.albums span {
  cursor: pointer; }

h1, h2, h3, p, span, td, li {
  cursor: default; }

h1 {
  margin: 30px auto;
  text-transform: uppercase; }

ul > li, h1 {
  font-family: montserrat-med;
  font-size: 1em;
  list-style: none; }

h2 {
  font-family: montserrat-bold;
  font-size: 1em; }

h3 {
  font-family: montserrat-med;
  font-size: 1em; }

/*pages*/
.order_page h1 {
  margin: 74px auto 20px;
  text-transform: none;
  width: 80%; }

.news_page h1 {
  margin: 60px auto 10px 15px;
  width: calc(90% - 30px);
  padding: 10px 0;
  text-align: left;
  text-transform: none;
  border-top: 0;
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(to right, #fff, transparent) 50% 0%;
     border-image: -webkit-gradient(linear, left top, right top, from(#fff), to(transparent)) 50% 0%;
     border-image: linear-gradient(to right, #fff, transparent) 50% 0%; }

.article {
  cursor: pointer; }
  .article h3 {
    cursor: pointer !important; }

.article-content {
  display: block;
  width: 100%; }
  .article-content p {
    text-align: left;
    margin: 5px 0;
    font-family: montserrat-reg;
    font-size: 0.875em; }

.article-description {
  margin-top: 25px; }
  .article-description p {
    padding-left: 20px;
    text-align: left; }
    .article-description p span {
      margin: 5px 0;
      font-family: montserrat-reg;
      font-size: 0.75em; }

.article-photo {
  height: 200px;
  position: relative; }
  .article-photo:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999;
    top: 0;
    background-color: #000;
    opacity: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #fff;
    -webkit-transition: opacity .2s;
    transition: opacity .2s; }
  .article-photo img {
    -o-object-fit: cover;
       object-fit: cover; }

.user {
  background: url(../images/user.png) left center no-repeat;
  background-size: 13px; }

.tab {
  background: url(../images/tab.png) left center no-repeat;
  background-size: 13px; }

.page {
  display: none;
  width: 100%;
  height: 100%;
  text-align: left; }
  .page h1 {
    width: calc(100% - 30px);
    margin: auto;
    text-align: center;
    padding: 30px 0 20px;
    border-top: 0;
    border-bottom: 1px solid;
    -o-border-image: linear-gradient(to right, #fff, transparent) 50% 0%;
       border-image: -webkit-gradient(linear, left top, right top, from(#fff), to(transparent)) 50% 0%;
       border-image: linear-gradient(to right, #fff, transparent) 50% 0%; }

.page.active {
  display: block; }

.page_nav {
  width: calc(100% - 30px);
  margin: 30px auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap; }
  .page_nav li {
    width: 100%;
    cursor: pointer;
    text-align: center;
    font-size: 0.875em;
    border-bottom: 1px solid #fff; }
    .page_nav li:hover {
      border-bottom: 3px solid #fff;
      margin-bottom: -1px; }
  .page_nav .active {
    color: #fd5559;
    border-bottom: 3px solid #fd5559;
    margin-bottom: -1px; }
    .page_nav .active:hover {
      border-bottom: 3px solid #fd5559; }

.page_tab {
  display: none; }
  .page_tab span {
    font-family: montserrat-reg;
    font-size: 0.875em;
    margin: 10px 10px 10px 0;
    display: block; }
    .page_tab span:last-of-type {
      margin: 20px 10px 0 0; }

.page_tab.active {
  display: block; }

.page-price-block {
  width: 100%;
  position: relative;
  text-align: right; }
  .page-price-block:last-of-type .order {
    margin-bottom: 0; }
  .page-price-block span {
    text-align: left; }

.page-table {
  text-align: left;
  width: 100%;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  border-collapse: collapse; }
  .page-table td {
    border-right: 1px solid #fff; }
    .page-table td:last-of-type {
      border-right: 0; }
  .page-table tbody tr td, .page-table thead tr td {
    font-size: 0.875em; }
  .page-table tbody tr {
    vertical-align: bottom; }
    .page-table tbody tr td {
      font-family: montserrat-reg;
      padding: 4px 10px 0 0; }
      .page-table tbody tr td:first-of-type {
        width: 70%; }
      .page-table tbody tr td:last-of-type {
        width: 30%;
        padding: 4px 10px 0; }
    .page-table tbody tr:last-of-type td {
      padding-bottom: 10px; }
  .page-table thead td {
    padding: 10px 10px 0 0;
    font-family: montserrat-bold; }

.order {
  background-color: #7e2c2d;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 10px;
  margin: 10px 3px 20px 0;
  font-size: 0.7em;
  position: inherit;
  cursor: pointer; }

.wrapper {
  width: calc(100% - 30px);
  height: calc(100% - 120px);
  margin: 15px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

.wrapper::-webkit-scrollbar {
  width: 5px; }

.wrapper::-webkit-scrollbar-thumb {
  width: 5px;
  background-color: #fff; }

.wrapper::-webkit-scrollbar-track {
  border: 2px solid transparent;
  background-color: #8c8c8b;
  background-clip: content-box; }

.wrapper.tabs {
  width: calc(100% - 30px);
  height: calc(100% - 170px); }

.logo {
  position: absolute;
  z-index: 99; }

button, nav, .page, .show_page {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9998; }

.show_page {
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 99998;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  right: -100%;
  -webkit-transition: right .3s ease-in;
  transition: right .3s ease-in; }

.show_page.active {
  opacity: 1;
  right: 0; }

.show_page.news_page {
  z-index: -99;
  right: 0;
  -webkit-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in; }

.show_page.news_page.active {
  opacity: 1;
  z-index: 99998; }

.select, .select_list, input[type=text], input[type=submit], textarea {
  font-family: montserrat-reg;
  font-size: 0.875em;
  color: #fff; }

input[type=text], input[type=submit], textarea {
  -webkit-appearance: none;
  margin: 5px auto;
  border: 1px solid #fff;
  border-radius: 5px; }
  input[type=text]:focus, input[type=submit]:focus, textarea:focus {
    outline: none; }

input[type="text"] {
  background-color: #1a1a1a;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 240px; }

input[type="submit"] {
  background-color: #7e2c2d;
  padding: 10px 30px;
  cursor: pointer; }

.select_block {
  position: relative;
  width: 240px;
  margin: 5px auto; }

.select {
  height: 35px;
  white-space: nowrap;
  /* Запрещаем перенос строк */
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #1a1a1a;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 5px;
  cursor: pointer; }
  .select i {
    content: '';
    display: block;
    width: 11px;
    height: 5px;
    background: url(../images/arrow_open.png); }

.select_list {
  display: none;
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 10px;
  text-align: left;
  border: 1px solid #fff;
  border-top: 0;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }
  .select_list li {
    padding: 10px 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer; }
    .select_list li:hover {
      background-color: rgba(255, 255, 255, 0.5); }
  .select_list li.active {
    background-color: rgba(126, 44, 45, 0.5); }

.subscription_item--text {
  width: 220px;
  height: 18px;
  overflow: hidden;
  text-overflow: ellipsis; }

.select_list::-webkit-scrollbar {
  width: 3px; }

.select_list::-webkit-scrollbar-thumb {
  width: 3px;
  background-color: #fff;
  border-radius: 20%; }

.select_block.active .select {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
  .select_block.active .select i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
.select_block.active .select_list {
  background-color: #1a1a1a;
  display: block;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

/*----------------Menu button and logo----------------------------------------*/
#body {
  width: 100%;
  height: 100%;
  position: absolute;
  background: transparent;
  left: 0; }

.logo {
  width: 200px;
  height: auto;
  left: calc(50% - 100px);
  top: 25px; }

/*Burger button (Menu)*/
.burger-button, .return-button, .socials {
  position: absolute;
  cursor: pointer;
  z-index: 9999;
  display: block;
  width: 35px;
  height: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 20px; }

.return-button {
  left: 15px; }

.burger-button {
  -webkit-transition-delay: 0.3s, 0.3s;
          transition-delay: 0.3s, 0.3s;
  right: 15px; }

.socials {
  left: 15px; }

.vk {
  background: rgba(0, 0, 0, 0.5) url(../images/vk-icon.png) center no-repeat;
  background-size: 16px; }

.f {
  background: rgba(0, 0, 0, 0.5) url(../images/f-icon.png) center no-repeat;
  background-size: 16px;
  top: 65px; }

.inst {
  background: rgba(0, 0, 0, 0.5) url(../images/inst-icon.png) center no-repeat;
  background-size: 16px;
  top: 110px; }

.y-t {
  background: rgba(0, 0, 0, 0.5) url(../images/youtube-icon.png) center no-repeat;
  background-size: 16px;
  top: 155px; }

.return {
  display: block;
  width: 19px;
  height: 1px;
  background-color: #fff;
  position: relative; }
  .return:after, .return:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 1px;
    display: block;
    left: -2px;
    background-color: #fff; }
  .return:after {
    top: 3px;
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg); }
  .return:before {
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
    bottom: 3px; }

.burger {
  display: block;
  width: 12px;
  height: 1px;
  background-color: #fff;
  position: relative; }
  .burger:after, .burger:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 1px;
    display: block;
    background-color: #fff;
    left: calc(50% - 10px);
    -webkit-transition-duration: 0.3s, 0.3s;
            transition-duration: 0.3s, 0.3s; }
  .burger:after {
    top: 5px;
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform; }
  .burger:before {
    bottom: 5px;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, -webkit-transform;
    transition-property: top, transform;
    transition-property: top, transform, -webkit-transform; }

.burger-button.active {
  background-color: black;
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s; }

.burger-button.active span {
  background: none;
  position: absolute; }

.burger-button.active span::before {
  bottom: 0;
  -webkit-transform: rotate(220deg);
          transform: rotate(220deg); }

.burger-button.active span::after {
  top: 0;
  -webkit-transform: rotate(-220deg);
          transform: rotate(-220deg); }

.burger-button.active span::before,
.burger-button.active span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s; }

/*Navigation*/
nav {
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8))), url(../images/menu-back.png) center no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.8)), url(../images/menu-back.png) center no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  nav ul {
    width: calc(100% - 30px);
    margin: 0 auto; }
  nav ul > li {
    padding: 25px 0 5px 10px;
    text-align: left;
    text-transform: uppercase;
    border-top: 0;
    border-bottom: 1px solid;
    -o-border-image: linear-gradient(to right, #fff, transparent) 50% 0%;
       border-image: -webkit-gradient(linear, left top, right top, from(#fff), to(transparent)) 50% 0%;
       border-image: linear-gradient(to right, #fff, transparent) 50% 0%;
    cursor: pointer; }
    nav ul > li:hover {
      color: #fd5559;
      -o-border-image: linear-gradient(to right, #fd5559, transparent) 50% 0%;
         border-image: -webkit-gradient(linear, left top, right top, from(#fd5559), to(transparent)) 50% 0%;
         border-image: linear-gradient(to right, #fd5559, transparent) 50% 0%; }

nav.active {
  right: 0; }

/*Menu-animation
.fade-enter-active, .fade-leave-active, .show_page-enter-active, .show_page-leave-active  { 
	transition: all 0.3s ease; 
}
.fade-enter-to, .fade-leave, .show_page-enter-to, .show_page-leave{
	right: 0;
}
.fade-enter, .fade-leave-to, .show_page-enter, .show_page-leave-to{
	right: -100%;
}
*/
/*----------------Pages--------------------------------------------------*/
.about span, .about p {
  font-family: montserrat-reg;
  font-size: 0.875em;
  margin: 0 0 30px; }
.about p:last-of-type {
  margin-bottom: 0; }
.about ul {
  margin: 30px 0; }
.about ul > li {
  font-family: montserrat-reg;
  font-size: 0.875em;
  margin: 0 0 30px;
  padding-left: 55px; }
  .about ul > li span {
    font-family: montserrat-bold;
    color: #fd5559;
    font-size: 1em;
    margin-bottom: 0; }
  .about ul > li:last-of-type {
    margin-bottom: 0; }
.about .fruit {
  background: url(../images/fruits.png) top left no-repeat; }
.about .coach {
  background: url(../images/coach.png) top left no-repeat; }
.about .sauna {
  background: url(../images/sauna.png) top left no-repeat; }
.about .bike {
  background: url(../images/bike.png) top left no-repeat; }
.about .handshake {
  background: url(../images/handshake.png) top left no-repeat; }

.massage {
  width: 100%;
  margin-bottom: 10px; }
  .massage:last-of-type {
    margin-bottom: 0; }
  .massage a {
    width: 100%;
    height: 100%; }
  .massage h2 {
    font-family: Montserrat-Bold;
    font-size: 1em;
    margin: auto;
    padding-top: 15px;
    word-wrap: break-word;
    text-align: center; }
    .massage h2:after {
      padding-top: 20px;
      display: block;
      content: '';
      width: 100%;
      height: 9px;
      text-align: center;
      background: url(../images/arrow_bottom.png) center center no-repeat; }

.massage_description {
  height: 0;
  opacity: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top; }
  .massage_description p {
    display: block;
    margin: 10px 0;
    font-family: montserrat-reg;
    font-size: 0.875em; }

.massage.active h2:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
.massage.active .massage_description {
  height: auto;
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease; }

.face {
  height: 80px;
  background: url(../images/massage/face-massage.png) top center no-repeat;
  background-size: cover; }

.neck {
  height: 80px;
  background: url(../images/massage/neck_massage.png) top center no-repeat;
  background-size: cover; }

.back {
  height: 80px;
  background: url(../images/massage/back_massage.png) top center no-repeat;
  background-size: cover; }

.classic {
  height: 80px;
  background: url(../images/massage/classic_massage.png) top center no-repeat;
  background-size: cover; }

.sport {
  height: 80px;
  background: url(../images/massage/sport_massage.png) top center no-repeat;
  background-size: cover; }

.lymphatic {
  height: 80px;
  background: url(../images/massage/lymphatic_massage.png) top center no-repeat;
  background-size: cover; }

.honey {
  height: 80px;
  background: url(../images/massage/honey_massage.png) top center no-repeat;
  background-size: cover; }

.relax {
  height: 80px;
  background: url(../images/massage/relax_massage.png) top center no-repeat;
  background-size: cover; }

.spa {
  height: 80px;
  background: url(../images/massage/spa_massage.png) top center no-repeat;
  background-size: cover; }

.wraps {
  height: 80px;
  background: url(../images/massage/wraps_massage.png) top center no-repeat;
  background-size: cover; }

.peeling {
  height: 80px;
  background: url(../images/massage/peeling_massage.png) top center no-repeat;
  background-size: cover; }

/*Schedule page*/
.schedule_table {
  width: 85%;
  margin: 0 auto;
  border-collapse: collapse; }
  .schedule_table tr td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: Montserrat-reg;
    font-size: 0.875em;
    padding: 10px 20px;
    border: 1px solid #fff; }
    .schedule_table tr td:first-of-type {
      width: 10%;
      border-left: 0; }
    .schedule_table tr td:last-of-type {
      width: 90%;
      border-right: 0; }

.full_table {
  display: none; }

.mobile_table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/*News*/
.article {
  margin-bottom: 15px; }
  .article:last-of-type {
    margin-bottom: 0; }

.article_title {
  width: 80%;
  padding-bottom: 10px; }

/*Contacts*/
iframe {
  width: 100%;
  height: 200px; }

.contacts_description div {
  border-top: 0;
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(to right, #fff, transparent) 50% 0%;
     border-image: -webkit-gradient(linear, left top, right top, from(#fff), to(transparent)) 50% 0%;
     border-image: linear-gradient(to right, #fff, transparent) 50% 0%;
  padding: 10px 5px 10px 25px; }
.contacts_description a {
  text-decoration: none;
  color: #fff; }
.contacts_description a, .contacts_description p, .contacts_description span {
  font-family: Montserrat-med;
  font-size: 0.875em; }
.contacts_description span {
  color: #8b8b8b; }
.contacts_description .phone {
  background: url(../images/phone.png) left center no-repeat;
  background-size: 19px; }
.contacts_description .place {
  background: url(../images/place.png) left center no-repeat;
  background-size: 19px; }
.contacts_description .email {
  background: url(../images/email.png) left center no-repeat;
  background-size: 19px; }
.contacts_description .time {
  background: url(../images/time.png) left center no-repeat;
  background-size: 19px; }

/*Slider*/
.owl-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.owl-carousel {
  width: 90%;
  margin: auto; }

.owl-item {
  opacity: 0; }

.owl-item.active {
  opacity: 1; }

.owl-carousel .owl-item img {
  display: block;
  height: 100%;
  margin: auto;
  width: auto;
  max-width: 100%; }

.album {
  height: 240px;
  margin-bottom: 20px; }
  .album .owl-nav {
    margin-top: -150px; }
  .album span:last-of-type {
    margin: 0; }

.album-page {
  display: none; }
  .album-page h3 {
    text-align: center;
    margin-bottom: 10px; }

.owl-nav .disabled {
  display: none; }

.album-page.active {
  display: block; }

.albums .albums_slide, .albums .youtube_slide {
  width: 60px;
  height: 60px;
  margin: auto;
  position: relative; }
  .albums .albums_slide span, .albums .youtube_slide span {
    position: absolute;
    z-index: 99999;
    text-align: center;
    top: 0;
    width: 100%; }
  .albums .albums_slide:before, .albums .youtube_slide:before {
    content: '';
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: calc(50% - 30px);
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999; }
.albums .youtube_slide:after {
  content: '';
  background: url(../images/youtube.png) center center no-repeat;
  background-size: 15px;
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 99999;
  top: calc(15% - 7px); }
.albums .albums_slide.active:before, .albums .youtube_slide.active:before {
  border: 2px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
.albums .owl-nav {
  margin-top: -53px; }

.album_slide {
  width: 90%;
  height: 240px;
  margin: auto; }

.owl-prev, .owl-next {
  width: 20px;
  height: 40px;
  position: absolute; }
  .owl-prev span, .owl-next span {
    font-size: 2em;
    width: 100%;
    height: 100%;
    display: block; }
    .owl-prev span:last-of-type, .owl-next span:last-of-type {
      margin: 0; }

.owl-prev {
  left: -13px; }

.owl-next {
  right: -13px; }

.wrapper.tabs.gallery {
  overflow-y: hidden; }

.video-slide, .youtube-video {
  width: 310px !important;
  height: 250px !important;
  display: none;
  margin: 0 auto 20px; }

.video-slide, .youtube-video.active {
  display: block; }

#imag_logo {
  width: 150px;
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: calc(50% - 75px); }

#imag_logo span {
  width: 100%;
  font-family: montserrat-reg;
  font-size: 0.75em;
  line-height: 0.1em;
  display: inline-block; }

#imag_logo .table {
  margin: auto;
  width: 90px;
  height: auto;
  display: block;
  position: initial; }

@media screen and (min-width: 520px) {
  .massage-cols {
    width: 60%;
    margin: 0 auto; } }
@media screen and (min-width: 640px) {
  nav {
    width: 50%; }

  .fade-enter, .fade-leave-to {
    right: -50%; }

  .logo {
    width: 260px;
    left: calc(50% - 130px); }

  .page h1 {
    padding: 30px 0 25px; }

  .about ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; }
    .about ul li {
      margin: 0 15px 30px;
      width: 45%;
      text-align: center;
      padding-top: 58px;
      padding-left: 0; }
  .about .fruit, .about .coach, .about .sauna, .about .bike, .about .handshake {
    background-position: top center; }

  .page-price-block {
    width: calc(100% - 100px);
    margin: 0 auto; }

  .massage-cols {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }

  .massage-col {
    width: calc(50% - 30px);
    margin: 0 15px; }

  .album-page {
    width: 500px;
    margin: 0 auto; }

  .video-slide, .youtube-video {
    width: 410px !important;
    height: 250px !important; }

  .albums {
    width: 450px;
    margin: 0 auto; }

  .flex_page, .flex_contacts_page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }

  .article {
    width: calc(50% - 15px);
    margin-right: 15px; }

  .article-photo {
    height: 200px; }

  .map {
    height: 200px !important;
    width: 400px !important;
    margin: 0 auto; }

  .contacts_description {
    width: 400px;
    margin: 0 auto; } }
@media screen and (min-width: 750px) {
  h1 {
    font-size: 1.25em; }

  .about span {
    display: block;
    width: 100%;
    text-align: center; }

  .album-page {
    width: 550px; }

  .video-slide, .youtube-video {
    width: 450px !important;
    height: 320px !important; }

  .map {
    height: 250px !important;
    width: 50% !important; }

  .contacts_description {
    width: calc(50% - 30px);
    margin-left: 30px; }

  .full_table {
    display: block; }
    .full_table thead tr td {
      text-align: center;
      font-family: montserrat-bold;
      font-size: 1.25em;
      color: #fd5559;
      border: none; }
    .full_table tbody tr td {
      width: calc(90% / 6); }
      .full_table tbody tr td:first-of-type {
        width: 10%; }

  .mobile_table {
    display: none; }

  .show_page-enter, .show_page-leave-to {
    right: -50%; }

  .show_order_page {
    width: 50%; }

  .wrapper {
    height: calc(100% - 170px); }

  .wrapper.tabs {
    height: calc(100% - 220px); }

  #imag_logo {
    bottom: 60px; } }
@media screen and (min-width: 960px) {
  nav ul {
    width: 65%;
    margin: calc(50% - 200px) auto; }

  h1 {
    font-size: 1.5em; }

  .logo {
    width: 360px;
    left: calc(50% - 180px); }

  .burger-button, .return-button, .socials {
    width: 50px;
    height: 50px; }

  .burger {
    width: 18px; }
    .burger:after, .burger:before {
      width: 28px;
      left: calc(50% - 14px); }
    .burger:after {
      top: 8px;
      -webkit-transition-property: bottom, -webkit-transform;
      transition-property: bottom, -webkit-transform;
      transition-property: bottom, transform;
      transition-property: bottom, transform, -webkit-transform; }
    .burger:before {
      bottom: 8px;
      -webkit-transition-property: top, -webkit-transform;
      transition-property: top, -webkit-transform;
      transition-property: top, transform;
      transition-property: top, transform, -webkit-transform; }

  .vk, .f, .inst, .y-t {
    background-size: 26px; }

  .f {
    top: 85px; }

  .inst {
    top: 150px; }

  .y-t {
    top: 215px; }

  .page h1 {
    padding: 35px 0 5px;
    width: calc(100% - 200px); }
  .page span {
    margin: 0 auto 30px; }
    .page span li span {
      margin-bottom: 0; }

  .page-price-block {
    width: calc(100% - 354px);
    margin: 0 auto; }

  .page_nav {
    width: calc(100% - 200px); }
    .page_nav li:hover {
      border-bottom: 4px solid #fff; }
    .page_nav .active {
      border-bottom: 4px solid #fd5559; }
      .page_nav .active:hover {
        border-bottom: 4px solid #fd5559; }

  .owl-carousel.album .owl-stage-outer, .owl-carousel.album .owl-stage {
    height: 100%; }
    .owl-carousel.album .owl-stage-outer .owl-item, .owl-carousel.album .owl-stage .owl-item {
      height: 100%;
      margin: auto; }

  .album {
    height: 340px; }
    .album .owl-nav {
      margin-top: -187px; }

  .album_slide {
    width: 90%;
    height: 100%;
    margin: auto; }

  .massage-col {
    width: calc(33% - 30px); }

  .article {
    width: calc(33.33333% - 15px); }
    .article:hover .article-photo:after {
      opacity: .5; }
    .article:hover .article_title h3 {
      color: #fd5559; }

  .map {
    height: 400px !important; }

  .article-content {
    width: 95%; } }
@media screen and (min-width: 1280px) {
  nav {
    width: 35%; }
    nav ul {
      margin: calc(50% - 100px) auto; }

  .fade-enter, .fade-leave-to {
    right: -35%; }

  .burger-button, .return-button, .socials {
    top: 40px; }

  .return-button, .socials {
    left: 20px; }

  .burger-button {
    right: 20px; }

  .f {
    top: 110px; }

  .inst {
    top: 180px; }

  .y-t {
    top: 250px; }

  .page h1 {
    padding: 50px 0 10px; }

  .page_nav {
    width: 630px; }
    .page_nav li {
      font-size: 1.125em; }

  .about span {
    width: 60%; }
  .about ul {
    width: 100%; }
    .about ul li {
      width: 30%; }

  .wrapper {
    width: calc(100% - 40px);
    margin: 15px auto; }

  .page-price-block {
    width: 630px;
    margin: 0 auto; }

  .album-page {
    width: 700px; }

  .video-slide, .youtube-video {
    width: 635px !important;
    height: 420px !important; }

  .album {
    height: 390px; }
    .album .owl-nav {
      margin-top: -215px; }

  .albums {
    width: 560px; }

  .flex_page {
    width: 850px;
    margin: 0 auto; }

  .article {
    width: calc(50% - 15px);
    margin-right: 15px; }

  .article-photo {
    height: 230px; }

  .map {
    height: 400px !important; }

  .contacts_description a, .contacts_description p, .contacts_description span {
    font-size: 1em; }

  .flex_contacts_page {
    margin-top: 50px; }

  .show_page-enter, .show_page-leave-to {
    right: -35%; }

  .show_order_page {
    width: 35%; }

  .news_page h1 {
    margin: 130px auto 10px 130px;
    width: calc(100% - 260px); }
  .news_page .wrapper.tabs {
    width: calc(100% - 260px);
    height: calc(100% - 320px); }

  .article-content p {
    font-size: 1em;
    line-height: 1.75em; }

  .article-description p span {
    font-size: 0.875em; } }
@media screen and (min-width: 1320px) {
  .logo {
    width: 425px;
    left: calc(50% - 212.5px); }

  .return-button, .socials {
    left: 40px; }

  .burger-button {
    right: 40px; }

  .page h1 {
    width: calc(100% - 264px); }

  .wrapper {
    width: calc(100% - 80px); }

  .page-price-block {
    width: 670px; }

  .video-slide, .youtube-video {
    width: 650px !important;
    height: 430px !important; }

  .album {
    height: 430px; }
    .album .owl-nav {
      margin-top: -250px; }

  .albums {
    width: 700px; }

  .flex_page {
    width: 950px; } }
@media screen and (min-width: 1920px) {
  h1 {
    font-size: 2em; }

  ul > li {
    font-size: 1.25em; }

  .burger-button, .return-button, .socials {
    top: 50px; }

  .return-button, .socials {
    left: 94px; }

  .burger-button {
    right: 94px; }

  .f {
    top: 127px; }

  .inst {
    top: 204px; }

  .y-t {
    top: 281px; }

  .page h1 {
    width: calc(100% - 320px); }

  .about span {
    font-size: 1.125em; }
  .about li span {
    font-size: 0.875em; }
  .about p {
    font-size: 1em; }

  .wrapper {
    width: calc(100% - 320px); }

  .map {
    height: 620px !important; }

  .contacts_description a, .contacts_description p, .contacts_description span {
    font-size: 1.25em; }

  .news_page h1 {
    margin: 190px auto 10px 324px;
    width: calc(100% - 648px); }
  .news_page .wrapper.tabs {
    width: calc(100% - 648px);
    height: calc(100% - 400px); } }

/*# sourceMappingURL=style.css.map */