*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  direction: ltr
}

body {
  margin: 0;
  padding: 25px 0 0 0;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden
}

p {
  line-height: 25px
}

.row img {
  height: auto;
  max-width: 100%
}

a {
  text-decoration: none;
  line-height: inherit;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out
}

iframe {
  border: 0 !important
}

.parallax-window {
  min-height: 400px;
  background: transparent
}

figure {
  margin: 0
}

.page-border {
  position: fixed;
  z-index: 999999;
  pointer-events: none
}

.page-border .bottom-border,
.page-border .left-border,
.page-border .right-border,
.page-border .top-border {
  background: #f3f3ef;
  position: fixed;
  z-index: 9999
}

.page-border>.top-border,
.page-border>.right-border,
.page-border>.bottom-border,
.page-border>.left-border {
  padding: 11px;
  background: #ccc
}

.page-border .bottom-border,
.page-border .top-border {
  width: 100%;
  padding: 10px;
  left: 0
}

.page-border .left-border,
.page-border .right-border {
  padding: 10px;
  height: 100%;
  top: 0
}

.page-border .top-border {
  top: 0
}

.page-border .right-border {
  right: 0
}

.page-border .bottom-border {
  bottom: 0
}

.page-border .left-border {
  left: 0
}

#wrapper {
  margin: 0 15px;
  padding: 15px 0;
  position: relative
}

input,
textarea {
  border: 1px solid #e1e1e1;
  padding: 10px;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
  border-radius: 3px
}

input {
  height: 40px;
  margin: 3px 0;
  outline: none;
  line-height: normal;
  font-size: 14px
}

input[type="submit"] {
  cursor: pointer;
  border-style: solid;
  border-width: 2px;
  padding-top: 0;
  padding-bottom: 0
}

select {
  border: 1px solid #e1e1e1;
  height: 40px;
  padding: 5px
}

input:focus,
textarea:focus {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1)
}

*:focus {
  outline: none
}

section {
  clear: both;
  overflow: hidden
}

.row {
  max-width: 1245px;
  margin: 0 auto;
  position: relative
}

.no-padding-bottom .row,
.no-padding-bottom div,
.no-padding-bottom.row {
  padding-bottom: 0
}

.no-padding-top.row,
.no-padding-top div {
  padding-top: 0
}

.big-padding-top {
  padding-top: 75px !important
}

.big-padding-bottom {
  padding-bottom: 85px !important
}

[class*='col-'] {
  float: left;
  padding: 20px 0
}

#clients .col-2-3 [class*='col-'] {
  padding: 0
}

.clearfix:after {
  content: "";
  display: table;
  clear: both
}

.col-1 {
  width: 100%
}

.col-2 {
  width: 50%
}

.col-3 {
  width: 33.33%
}

.col-4 {
  width: 25%
}

.col-5 {
  width: 20%
}

.col-6 {
  width: 16.6666666667%
}

.col-7 {
  width: 14.2857142857%
}

.col-8 {
  width: 12.5%
}

.col-9 {
  width: 11.1111111111%
}

.col-10 {
  width: 10%
}

.col-11 {
  width: 9.09090909091%
}

.col-12 {
  width: 8.33%
}

.col-2-3 {
  width: 66.66%
}

.col-3-4 {
  width: 75%
}

.col-9-10 {
  width: 90%
}

.col-61 {
  width: 61.8%
}

.col-38 {
  width: 38.2%
}

#header {
  overflow: visible;
  z-index: 9999;
  width: 100%;
  position: absolute !important
}

#header .row {
  padding: 0
}

#header aside {
  text-align: right
}

#header ul {
  text-align: center
}

#header li {
  display: inline-block;
  list-style: none;
  margin: 0
}

#logo {
  float: left;
  height: 71px;
  line-height: 74px;
  margin-right: 15px
}

#logo h1,
#logo h2 {
  display: inline-block
}

#banner #logo h1 {
  font-size: 28px;
  margin-right: 10px;
  font-weight: 900;
  padding: 0
}

#logo h2 {
  font-size: 18px;
  padding: 0
}

#logo img {
  height: clamp(40px, 3vw, 58px);
  vertical-align: middle;
  margin-right: 15px
}

#navigation-logo {
  display: none
}

.nav-solid #logo #banner-logo {
  display: none
}

.nav-solid #logo #navigation-logo {
  display: inline-block
}

.call-to-action {
  padding: 35px 0 35px 0
}

.button {
  font-size: 16px;
  margin: 20px 0;
  padding: 11px 16px;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
  display: inline-block;
  border-width: 2px;
  border-style: solid
}

.button-uslugi-massag {
  font-size: 16px;
  margin: 15px 0;
  padding: 11px 16px;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
  display: inline-block;
  border-width: 3px;
  border-style: solid
}

#video-section {
  position: relative
}

.play-video {
  height: 110px;
  position: absolute;
  top: 50%;
  margin-top: -110px;
  width: 100%
}

.play-icon {
  display: inline-block;
  font-size: 0px;
  cursor: pointer;
  margin: 45px auto;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1
}

.play-icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

.play-icon:before {
  font-family: 'fontawesome';
  content: '\f144';
  speak: none;
  font-size: 74px;
  line-height: 110px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
  color: #fff
}

.play-video .play-icon {
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: -webkit-transform ease-out 0.3s, background 0.4s;
  -moz-transition: -moz-transform ease-out 0.3s, background 0.4s;
  transition: transform ease-out 0.3s, background 0.4s
}

.play-video .play-icon:after {
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9)
}

.play-video .play-icon:hover {
  background: rgba(255, 255, 255, 0.05);
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93);
  color: #fff
}

#header {
  font-size: 16px;
  margin-top: -30px
}

#header aside {
  float: right
}

#header nav ul {
  text-transform: uppercase
}

#header nav a {
  height: 71px;
  line-height: 76px;
  display: block;
  padding: 0 10px
}

#header nav a:hover {
  opacity: 0.6
}

#header.nav-solid [class*='col-'] {
  padding: 0 20px 0 0
}

#header.nav-solid {
  background: #fff;
  box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.2);
  position: fixed !important;
  left: 0
}

#header.nav-solid nav a {
  border-bottom: 3px solid;
  border-color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out
}

#header.nav-solid nav a:hover {
  opacity: 1
}

#header.nav-solid {
  .social-icons a-webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out
}

#header.nav-solid .social-icons a:hover {
  opacity: 1;
  color: #d2b356
}

#nav-trigger {
  display: none;
  text-align: right
}

#nav-trigger span {
  display: inline-block;
  width: 38px;
  height: 71px;
  color: #111;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 22px;
  text-align: center;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out
}

#nav-trigger span:after {
  font-family: "fontAwesome";
  display: inline-block;
  width: 38px;
  height: 71px;
  line-height: 75px;
  text-align: center;
  content: "\f0c9";
  border-top-right-radius: 5px;
  border-top-left-radius: 5px
}

#nav-trigger span.open:after {
  content: "\f00d"
}

#nav-trigger span:hover,
.nav-solid #nav-trigger span.open:hover,
.nav-solid #nav-trigger span:hover {
  opacity: 0.6
}

#nav-trigger span.open,
#nav-trigger span.open:hover {
  color: #111
}

.nav-solid #nav-trigger span.open:hover {
  color: #999
}

.nav-solid #nav-trigger span {
  color: #999;
  opacity: 1
}

nav#nav-mobile {
  position: relative;
  display: none
}

nav#nav-mobile ul {
  display: none;
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: -20px;
  margin-right: -20px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 5px 3px rgba(0, 0, 0, 0.2)
}

nav#nav-mobile ul:after {
  display: none
}

nav#nav-mobile li {
  margin: 0 20px;
  float: none;
  text-align: left;
  border-bottom: 1px solid #e1e1e1
}

nav#nav-mobile li:last-child {
  border-bottom: none
}

.nav-solid nav#nav-mobile li {
  border-top: 1px solid #e1e1e1;
  border-bottom: none
}

nav#nav-mobile a {
  display: block;
  padding: 12px 0;
  color: #333;
  width: 100%;
  height: auto;
  line-height: normal;
  border-bottom: none !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out
}

nav#nav-mobile a:hover {
  background: #fafafa;
  opacity: 1
}

#header .col-4 {
  text-align: right
}

.social-icons {
  display: inline-block;
  list-style: none
}

.social-icons a {
  font-family: "Poiret One", sans-serif;
  display: inline-block;
  text-align: center;
  color: #d2b356;
  font-weight: 600;
  font-size: 20px
}

.social-icons a:hover {
  opacity: 0.7
}

.social-icons span {
  display: none
}

#header .social-icons {
  margin-top: 27px
}

img {
  vertical-align: top
}

.image-center {
  display: block;
  margin: 0 auto
}

a img {
  border: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-backface-visibility: hidden
}

a img:hover {
  opacity: 0.7
}

h1 {
  padding: 20px 0
}

h2 {
  padding: 14px 0
}

h3 {
  padding: 10px 0
}

h4 {
  padding: 7px 0
}

h5 {
  padding: 7px 0
}

h6 {
  padding: 7px 0
}

.text-left {
  text-align: left
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.section-heading {
  padding: 0 0 15px 0
}

.section-subtitle {
  font-size: 18px;
  padding-top: 0
}

.section-heading h3 {
  font-size: 28px;
  font-weight: bold;
  color: #ccc;
  letter-spacing: 2px;
  padding-bottom: 0
}

#banner {
  background-size: cover
}

#banner-content.row {
  padding-bottom: 60px
}

#banner-content.row-glavnaja {
  padding-top: 120px
}

#banner h1 {
  padding-top: 5%
}

#banner .section-heading:before {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  margin-top: 30px
}

.fa-1x {
  font-size: 15px !important
}

.icon-block {
  position: relative
}

.icon-block h4 {
  font-weight: bold;
  padding-top: 0
}

.icon-block .icon {
  position: absolute
}

.icon-block p {
  margin-top: 0;
  font-size: 16px
}

.icon-left .icon {
  left: 15
}

.icon-left .icon-block-description {
  padding-left: 53px
}

.icon-right .icon {
  right: 15
}

.icon-right .icon-block-description {
  padding-right: 53px
}

.icon-top {
  display: block
}

.icon-top .icon {
  position: relative;
  display: block
}

.icon-top .icon-block-description {
  padding-top: 25px
}

.banner-parallax-1,
.banner-parallax-2,
.banner-parallax-3 {
  min-height: 350px
}

.divider {
  position: relative;
  width: 40%;
  height: 20px;
  line-height: 20px;
  margin: 10px auto 5px auto;
  clear: both;
  text-align: center
}

.divider-inner {
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  margin-top: -1px;
  border-top: 1px solid;
  border-color: #e1e1e1
}

.divider i {
  background: #fff;
  position: relative;
  top: -11px;
  padding: 0 5px 0 5px;
  color: #e1e1e1
}

.introduction img.featured {
  padding: 55px 0 0 0
}

.features.row {
  padding-left: 5%;
  padding-right: 5%
}

.features div:nth-child(4) {
  clear: both
}

.testimonial {
  padding: 15px
}

blockquote {
  position: relative
}

.testimonial img {
  max-height: 120px;
  border-radius: 250em
}

.testimonial footer {
  padding-top: 12px
}

.testimonial.classic img {
  display: inline-block;
  margin-bottom: 25px
}

.testimonial.classic q {
  display: block
}

.testimonial.classic footer:before {
  display: block;
  content: "";
  width: 30px;
  height: 4px;
  margin: 10px auto 15px auto
}

.testimonial.bigtest {
  padding-top: 0
}

.testimonial.bigtest q {
  font-size: 22px
}

#gallery img {
  max-height: 300px
}

#gallery [class*='col-'] {
  padding: 0
}

#gallery a {
  display: inline-block;
  position: relative;
  overflow: hidden
}

#gallery a:hover img {
  opacity: 0.15;
  -moz-backface-visibility: hidden
}

#gallery a:before {
  font-size: 2.2em;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  content: "+";
  width: 70px;
  height: 70px;
  border-radius: 100em;
  display: block;
  position: absolute;
  top: 55%;
  left: 50%;
  line-height: 72px;
  margin: -35px 0 0 -35px;
  opacity: 0;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
  vertical-align: middle
}

#gallery a:hover:before {
  opacity: 1;
  top: 50%;
  left: 50%
}

#gallery-2 img {
  max-height: 300px
}

#gallery-2 [class*='col-'] {
  padding: 0
}

#gallery-2 a {
  display: inline-block;
  position: relative;
  overflow: hidden
}

#gallery-2 a:hover img {
  opacity: 0.15;
  -moz-backface-visibility: hidden
}

#gallery-2 a:before {
  font-size: 2.2em;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  content: "+";
  width: 70px;
  height: 70px;
  border-radius: 100em;
  display: block;
  position: absolute;
  top: 55%;
  left: 50%;
  line-height: 72px;
  margin: -35px 0 0 -35px;
  opacity: 0;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
  vertical-align: middle
}

#gallery-2 a:hover:before {
  opacity: 1;
  top: 50%;
  left: 50%
}

.featherlight {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background: #333;
  background: rgba(0, 0, 0, 0)
}

.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8)
}

.featherlight:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em
}

.featherlight .featherlight-content {
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  overflow: auto;
  padding: 25px 0;
  border-bottom: 25px solid transparent;
  min-width: 30%;
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  cursor: auto;
  white-space: normal
}

.featherlight .featherlight-inner {
  display: block
}

.featherlight .featherlight-close-icon {
  position: absolute;
  z-index: 9999;
  top: 25px;
  right: 25px;
  line-height: 25px;
  width: 25px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  font-family: "fontawesome";
  font-size: 22px;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out
}

.featherlight .featherlight-close-icon:hover {
  opacity: 1
}

.featherlight .featherlight-image {
  max-height: 100%;
  max-width: 100%
}

.featherlight-iframe .featherlight-content {
  border-bottom: 0;
  padding: 0
}

.featherlight iframe {
  border: none
}

@media only screen and (max-width:1024px) {
  .featherlight .featherlight-content {
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent
  }
}

.featherlight-next,
.featherlight-previous {
  font-family: "fontawesome";
  font-size: 22px;
  display: block;
  position: absolute;
  top: 25px;
  right: 0;
  bottom: 0;
  left: 80%;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out
}

.featherlight-previous {
  left: 0;
  right: 80%
}

.featherlight-next span,
.featherlight-previous span {
  display: inline-block;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  width: 100%;
  font-size: 80px;
  line-height: 80px;
  margin-top: -40px;
  color: #fff;
  font-style: normal;
  font-weight: normal;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out
}

.featherlight-next span {
  text-align: right;
  left: auto;
  right: 7%
}

.featherlight-previous span {
  text-align: left;
  left: 7%
}

.featherlight-next:hover span,
.featherlight-previous:hover span {
  display: inline-block;
  opacity: 1
}

.featherlight-loading .featherlight-previous,
.featherlight-loading .featherlight-next {
  display: none
}

@media only screen and (max-device-width:1024px) {

  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: none
  }

  .featherlight-next span,
  .featherlight-previous span {
    display: block
  }
}

@media only screen and (max-width:1024px) {

  .featherlight-next,
  .featherlight-previous {
    top: 10px;
    right: 10px;
    left: 85%
  }

  .featherlight-previous {
    left: 10px;
    right: 85%
  }

  .featherlight-next span,
  .featherlight-previous span {
    margin-top: -30px;
    font-size: 40px
  }
}

#video-box {
  color: #fff;
  position: relative;
  overflow: hidden;
  text-align: center
}

.video_container,
.easyContainer {
  position: relative;
  padding-bottom: 56.25%;
  margin: 0;
  padding-top: 0;
  height: 0;
  overflow: hidden
}

.video_container iframe,
.video_container object,
.video_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important
}

.slvj-lightbox iframe,
.slvj-lightbox object,
.slvj-lightbox embed {
  width: 100% !important;
  height: 529px !important
}

.videojs-background-wrap {
  overflow: hidden;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -998
}

#slvj-window {
  width: 100%;
  min-height: 100%;
  z-index: 9999999999;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0
}

#slvj-window,
#slvj-window * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

#slvj-background-close {
  width: 100%;
  min-height: 100%;
  z-index: 31;
  position: fixed;
  top: 0;
  left: 0
}

#slvj-back-lightbox {
  max-width: 940px;
  max-height: 529px;
  z-index: 32;
  text-align: center;
  margin: 0 auto
}

.slvj-lightbox {
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 53
}

#slvj-close-icon:before {
  font-family: "fontawesome";
  color: #fff;
  content: '\f00d';
  font-size: 22px;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 99999;
  height: 22px;
  width: 22px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer
}

#slvj-close-icon:before:hover {
  opacity: 1;
  cursor: pointer
}

#clients a {
  display: block;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  font-weight: bold
}

#clients img {
  display: inline-block;
  padding: 15px 25px
}

.client-overlay {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out
}

#clients a:hover .client-overlay {
  opacity: 1
}

.client-overlay span {
  position: absolute;
  top: 48%;
  left: 0;
  width: 100%;
  text-align: center;
  display: inline-block
}

.pricing-block-content {
  background: #fff;
  padding: 25px 0 25px 0;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07);
  transition: all 0.2s ease-in-out 0s;
  position: relative;
  border: 10px solid #fff
}

.pricing-block ul {
  list-style: none;
  margin: 25px 0 25px 0
}

.pricing-block li {
  padding: 14px 0;
  border-bottom: 1px dotted #e1e1e1
}

.pricing-block li:last-of-type {
  border: none
}

.pricing-block h3 {
  font-size: 17px;
  text-transform: uppercase;
  padding-bottom: 0
}

.pricing-sub {
  font-style: italic;
  color: #ccc;
  margin: 0 0 25px 0
}

.pricing {
  background: #f5f5f5;
  padding: 25px;
  position: relative
}

.price {
  display: inline-block;
  font-size: 62px;
  font-weight: 700;
  position: relative
}

.price span {
  position: absolute;
  top: 0;
  left: -20px;
  font-size: 22px
}

.pricing p {
  font-style: italic;
  color: #b4b4b4;
  line-height: auto;
  margin: 0
}

#landing-footer {
  clear: both
}

#landing-footer .row {
  padding: 0
}

#landing-footer p {
  margin: 0
}

#landing-footer ul {
  list-style: none;
  text-align: right
}

#landing-footer li {
  display: inline-block
}

#scrollUp {
  bottom: 15px;
  right: 30px;
  width: 70px;
  height: 80px;
  margin-bottom: -10px;
  padding: 0 5px 20px 5px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  -webkit-transition: margin-bottom 150ms linear;
  -moz-transition: margin-bottom 150ms linear;
  -o-transition: margin-bottom 150ms linear;
  transition: margin-bottom 150ms linear
}

#scrollUp:hover {
  margin-bottom: 0
}

#scrollUp:before {
  background: #ccc;
  font-family: "fontawesome";
  font-size: 2.4em;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  color: #fff;
  width: 45px;
  height: 45px;
  display: inline-block;
  line-height: 45px;
  content: "\f106";
  opacity: 1
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999
}

#status {
  width: 110px;
  height: 110px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-position: center;
  margin: -55px 0 0 -55px;
  text-align: center
}

.la-ball-triangle-path,
.la-ball-triangle-path>div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.la-ball-triangle-path {
  display: block;
  font-size: 0;
  color: #fff
}

.la-ball-triangle-path.la-dark {
  color: #333
}

.la-ball-triangle-path>div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor
}

.la-ball-triangle-path {
  width: 32px;
  height: 32px
}

.la-ball-triangle-path>div {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%
}

.la-ball-triangle-path>div:nth-child(1) {
  -webkit-animation: ball-triangle-path-ball-one 2s 0s ease-in-out infinite;
  -moz-animation: ball-triangle-path-ball-one 2s 0s ease-in-out infinite;
  -o-animation: ball-triangle-path-ball-one 2s 0s ease-in-out infinite;
  animation: ball-triangle-path-ball-one 2s 0s ease-in-out infinite
}

.la-ball-triangle-path>div:nth-child(2) {
  -webkit-animation: ball-triangle-path-ball-two 2s 0s ease-in-out infinite;
  -moz-animation: ball-triangle-path-ball-two 2s 0s ease-in-out infinite;
  -o-animation: ball-triangle-path-ball-two 2s 0s ease-in-out infinite;
  animation: ball-triangle-path-ball-two 2s 0s ease-in-out infinite
}

.la-ball-triangle-path>div:nth-child(3) {
  -webkit-animation: ball-triangle-path-ball-tree 2s 0s ease-in-out infinite;
  -moz-animation: ball-triangle-path-ball-tree 2s 0s ease-in-out infinite;
  -o-animation: ball-triangle-path-ball-tree 2s 0s ease-in-out infinite;
  animation: ball-triangle-path-ball-tree 2s 0s ease-in-out infinite
}

.la-ball-triangle-path.la-sm {
  width: 16px;
  height: 16px
}

.la-ball-triangle-path.la-sm>div {
  width: 4px;
  height: 4px
}

.la-ball-triangle-path.la-2x {
  width: 64px;
  height: 64px
}

.la-ball-triangle-path.la-2x>div {
  width: 20px;
  height: 20px
}

.la-ball-triangle-path.la-3x {
  width: 96px;
  height: 96px
}

.la-ball-triangle-path.la-3x>div {
  width: 30px;
  height: 30px
}

@-webkit-keyframes ball-triangle-path-ball-one {
  0% {
    -webkit-transform: translate(0, 220%);
    transform: translate(0, 220%)
  }

  17% {
    opacity: .25
  }

  33% {
    opacity: 1;
    -webkit-transform: translate(110%, 0);
    transform: translate(110%, 0)
  }

  50% {
    opacity: .25
  }

  66% {
    opacity: 1;
    -webkit-transform: translate(220%, 220%);
    transform: translate(220%, 220%)
  }

  83% {
    opacity: .25
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0, 220%);
    transform: translate(0, 220%)
  }
}

@-moz-keyframes ball-triangle-path-ball-one {
  0% {
    -moz-transform: translate(0, 220%);
    transform: translate(0, 220%)
  }

  17% {
    opacity: .25
  }

  33% {
    opacity: 1;
    -moz-transform: translate(110%, 0);
    transform: translate(110%, 0)
  }

  50% {
    opacity: .25
  }

  66% {
    opacity: 1;
    -moz-transform: translate(220%, 220%);
    transform: translate(220%, 220%)
  }

  83% {
    opacity: .25
  }

  100% {
    opacity: 1;
    -moz-transform: translate(0, 220%);
    transform: translate(0, 220%)
  }
}

@-o-keyframes ball-triangle-path-ball-one {
  0% {
    -o-transform: translate(0, 220%);
    transform: translate(0, 220%)
  }

  17% {
    opacity: .25
  }

  33% {
    opacity: 1;
    -o-transform: translate(110%, 0);
    transform: translate(110%, 0)
  }

  50% {
    opacity: .25
  }

  66% {
    opacity: 1;
    -o-transform: translate(220%, 220%);
    transform: translate(220%, 220%)
  }

  83% {
    opacity: .25
  }

  100% {
    opacity: 1;
    -o-transform: translate(0, 220%);
    transform: translate(0, 220%)
  }
}

@keyframes ball-triangle-path-ball-one {
  0% {
    -webkit-transform: translate(0, 220%);
    -moz-transform: translate(0, 220%);
    -o-transform: translate(0, 220%);
    transform: translate(0, 220%)
  }

  17% {
    opacity: .25
  }

  33% {
    opacity: 1;
    -webkit-transform: translate(110%, 0);
    -moz-transform: translate(110%, 0);
    -o-transform: translate(110%, 0);
    transform: translate(110%, 0)
  }

  50% {
    opacity: .25
  }

  66% {
    opacity: 1;
    -webkit-transform: translate(220%, 220%);
    -moz-transform: translate(220%, 220%);
    -o-transform: translate(220%, 220%);
    transform: translate(220%, 220%)
  }

  83% {
    opacity: .25
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0, 220%);
    -moz-transform: translate(0, 220%);
    -o-transform: translate(0, 220%);
    transform: translate(0, 220%)
  }
}

@-webkit-keyframes ball-triangle-path-ball-two {
  0% {
    -webkit-transform: translate(110%, 0);
    transform: translate(110%, 0)
  }

  17% {
    opacity: .25
  }

  33% {
    opacity: 1;
    -webkit-transform: translate(220%, 220%);
    transform: translate(220%, 220%)
  }

  50% {
    opacity: .25
  }

  66% {
    opacity: 1;
    -webkit-transform: translate(0, 220%);
    transform: translate(0, 220%)
  }

  83% {
    opacity: .25
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(110%, 0);
    transform: translate(110%, 0)
  }
}

@-moz-keyframes ball-triangle-path-ball-two {
  0% {
    -moz-transform: translate(110%, 0);
    transform: translate(110%, 0)
  }

  17% {
    opacity: .25
  }

  33% {
    opacity: 1;
    -moz-transform: translate(220%, 220%);
    transform: translate(220%, 220%)
  }

  50% {
    opacity: .25
  }

  66% {
    opacity: 1;
    -moz-transform: translate(0, 220%);
    transform: translate(0, 220%)
  }

  83% {
    opacity: .25
  }

  100% {
    opacity: 1;
    -moz-transform: translate(110%, 0);
    transform: translate(110%, 0)
  }
}

@-o-keyframes ball-triangle-path-ball-two {
  0% {
    -o-transform: translate(110%, 0);
    transform: translate(110%, 0)
  }

  17% {
    opacity: .25
  }

  33% {
    opacity: 1;
    -o-transform: translate(220%, 220%);
    transform: translate(220%, 220%)
  }

  50% {
    opacity: .25
  }

  66% {
    opacity: 1;
    -o-transform: translate(0, 220%);
    transform: translate(0, 220%)
  }

  83% {
    opacity: .25
  }

  100% {
    opacity: 1;
    -o-transform: translate(110%, 0);
    transform: translate(110%, 0)
  }
}

@keyframes ball-triangle-path-ball-two {
  0% {
    -webkit-transform: translate(110%, 0);
    -moz-transform: translate(110%, 0);
    -o-transform: translate(110%, 0);
    transform: translate(110%, 0)
  }

  17% {
    opacity: .25
  }

  33% {
    opacity: 1;
    -webkit-transform: translate(220%, 220%);
    -moz-transform: translate(220%, 220%);
    -o-transform: translate(220%, 220%);
    transform: translate(220%, 220%)
  }

  50% {
    opacity: .25
  }

  66% {
    opacity: 1;
    -webkit-transform: translate(0, 220%);
    -moz-transform: translate(0, 220%);
    -o-transform: translate(0, 220%);
    transform: translate(0, 220%)
  }

  83% {
    opacity: .25
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(110%, 0);
    -moz-transform: translate(110%, 0);
    -o-transform: translate(110%, 0);
    transform: translate(110%, 0)
  }
}

@-webkit-keyframes ball-triangle-path-ball-tree {
  0% {
    -webkit-transform: translate(220%, 220%);
    transform: translate(220%, 220%)
  }

  17% {
    opacity: .25
  }

  33% {
    opacity: 1;
    -webkit-transform: translate(0, 220%);
    transform: translate(0, 220%)
  }

  50% {
    opacity: .25
  }

  66% {
    opacity: 1;
    -webkit-transform: translate(110%, 0);
    transform: translate(110%, 0)
  }

  83% {
    opacity: .25
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(220%, 220%);
    transform: translate(220%, 220%)
  }
}

@-moz-keyframes ball-triangle-path-ball-tree {
  0% {
    -moz-transform: translate(220%, 220%);
    transform: translate(220%, 220%)
  }

  17% {
    opacity: .25
  }

  33% {
    opacity: 1;
    -moz-transform: translate(0, 220%);
    transform: translate(0, 220%)
  }

  50% {
    opacity: .25
  }

  66% {
    opacity: 1;
    -moz-transform: translate(110%, 0);
    transform: translate(110%, 0)
  }

  83% {
    opacity: .25
  }

  100% {
    opacity: 1;
    -moz-transform: translate(220%, 220%);
    transform: translate(220%, 220%)
  }
}

@-o-keyframes ball-triangle-path-ball-tree {
  0% {
    -o-transform: translate(220%, 220%);
    transform: translate(220%, 220%)
  }

  17% {
    opacity: .25
  }

  33% {
    opacity: 1;
    -o-transform: translate(0, 220%);
    transform: translate(0, 220%)
  }

  50% {
    opacity: .25
  }

  66% {
    opacity: 1;
    -o-transform: translate(110%, 0);
    transform: translate(110%, 0)
  }

  83% {
    opacity: .25
  }

  100% {
    opacity: 1;
    -o-transform: translate(220%, 220%);
    transform: translate(220%, 220%)
  }
}

@keyframes ball-triangle-path-ball-tree {
  0% {
    -webkit-transform: translate(220%, 220%);
    -moz-transform: translate(220%, 220%);
    -o-transform: translate(220%, 220%);
    transform: translate(220%, 220%)
  }

  17% {
    opacity: .25
  }

  33% {
    opacity: 1;
    -webkit-transform: translate(0, 220%);
    -moz-transform: translate(0, 220%);
    -o-transform: translate(0, 220%);
    transform: translate(0, 220%)
  }

  50% {
    opacity: .25
  }

  66% {
    opacity: 1;
    -webkit-transform: translate(110%, 0);
    -moz-transform: translate(110%, 0);
    -o-transform: translate(110%, 0);
    transform: translate(110%, 0)
  }

  83% {
    opacity: .25
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(220%, 220%);
    -moz-transform: translate(220%, 220%);
    -o-transform: translate(220%, 220%);
    transform: translate(220%, 220%)
  }
}

@media all and (max-width:1024px) {
  #nav-trigger {
    display: block
  }

  nav#nav-main {
    display: none
  }

  nav#nav-mobile {
    display: block
  }

  nav#nav-mobile li {
    display: block
  }

  #header aside {
    display: none
  }
}

@media (max-width:480px) {
  #wrapper {
    margin: 0;
    padding: 0
  }

  .page-border,
  #scrollUp,
  #scrollUp:before {
    display: none
  }

  .row {
    padding: 15px
  }

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col-2-3,
  .col-3-4,
  .col-9-10,
  .col-61,
  .col-38,
  .row {
    width: 100%
  }

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col-2-3,
  .col-3-4,
  .col-9-10,
  .col-61,
  .col-38 {
    padding-right: 0;
    padding-left: 0
  }

  #header .row {
    padding: 0 15px !important
  }

  #header.nav-solid [class*="col-"] {
    padding: 0
  }

  #logo h2 {
    padding: 0
  }

  #header aside {
    clear: both;
    padding: 0
  }

  #header ul.social-icons {
    margin-top: 0
  }

  .call-to-action {
    padding-bottom: 25px
  }

  .slvj-lightbox iframe,
  .slvj-lightbox object,
  .slvj-lightbox embed {
    height: 270px !important
  }

  #landing-footer #copyright {
    float: left;
    width: 50%
  }

  #landing-footer .social-icons {
    float: right;
    width: 50%
  }

  h1 {
    font-size: 38px
  }

  #banner h1 {
    font-size: 48px
  }

  a#scrollUp {
    display: none !important
  }
}

@media (min-width:480px) and (max-width:767px) {
  #wrapper {
    margin: 0;
    padding: 0
  }

  .page-border,
  #scrollUp,
  #scrollUp:before {
    display: none
  }

  .row {
    padding: 15px 0 !important
  }

  .col-1,
  .col-2,
  .col-5,
  .col-7,
  .col-9,
  .col-11,
  .col-2-3,
  .col-3-4,
  .col-61,
  .col-38,
  .row {
    width: 100%
  }

  .col-3,
  .col-4,
  .col-6,
  .col-8,
  .col-10,
  .col-12 {
    width: 50%
  }

  #header .row {
    padding: 0 !important
  }

  #header aside {
    display: inline-block;
    position: absolute;
    top: 40px;
    right: 60px;
    padding-top: 3px;
    padding-right: 5px
  }

  #header.nav-solid aside {
    top: 20px
  }

  #header aside ul {
    margin-top: 0 !important;
    padding-top: 6px
  }

  nav#nav-mobile ul {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 20px;
    padding-right: 20px
  }

  .slvj-lightbox iframe,
  .slvj-lightbox object,
  .slvj-lightbox embed {
    height: 370px !important
  }

  #landing-footer #copyright {
    float: left;
    width: 50%
  }

  #landing-footer .social-icons {
    float: right;
    width: 50%
  }
}

@media (min-width:768px) and (max-width:1024px) {
  #wrapper {
    margin: 0;
    padding: 0
  }

  .page-border {
    display: none
  }

  .big-padding-top {
    padding-top: 45px !important
  }

  #header aside {
    display: inline-block;
    position: absolute;
    top: 40px;
    right: 60px;
    padding-top: 3px;
    padding-right: 5px
  }

  #header.nav-solid aside {
    top: 20px
  }

  #header aside ul {
    margin-top: 0 !important;
    padding-top: 6px
  }

  nav#nav-mobile ul {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 20px;
    padding-right: 20px
  }

  .slvj-lightbox iframe,
  .slvj-lightbox object,
  .slvj-lightbox embed {
    height: 432px !important
  }
}

.top-opis {
  font-family: 'Open Sans', sans-serif, Arial, Helvetica;
  font-size: 22px;
  font-weight: 500;
  color: #111
}

.top-opis-2 {
  font-family: 'Open Sans', sans-serif, Arial, Helvetica;
  font-size: 18px;
  font-weight: 300;
  color: #111
}

.top-opis-3 {
  font-family: 'Open Sans', sans-serif, Arial, Helvetica;
  font-size: 15px;
  font-weight: 500;
  color: #111
}

.massag-all {
  font-family: 'Open Sans', sans-serif, Arial, Helvetica;
  margin-bottom: 12px;
  font-size: 16px;
  padding-left: 15px
}

.massag-all-link {
  color: #D2B356;
  font-size: 16px;
  padding-left: 15px
}

.massag-all li {
  line-height: 27px
}

.massag-all li::marker {
  color: #D2B356
}

.h3-subtitle-reduced {
  font-weight: bold;
  padding-top: 0;
  font-family: 'Open Sans', sans-serif, Arial, Helvetica;
  font-size: 18px;
  margin-bottom: 2px
}

.banner-tel {
  font-size: clamp(30px, 1vw, 35px);
  font-family: "Poiret One", sans-serif;
  font-weight: 600;
  font-style: normal
}

.table {
  width: 100%;
  border: none;
  margin-bottom: 20px
}

.table thead th {
  text-align: left;
  border: none;
  padding: 7px 4px 7px 16px;
  background: #E6E6E6;
  line-height: 27px
}

.table thead tr th:first-child {
  border-radius: 3px 0 0 3px
}

.table thead tr th:last-child {
  border-radius: 0 3px 3px 0
}

.table tbody td {
  text-align: left;
  border: none;
  padding: 10px 15px;
  vertical-align: top
}

.table tbody tr:nth-child(even) {
  background: #f0f0f0
}

.table tbody tr td:first-child {
  border-radius: 3px 0 0 3px
}

.table tbody tr td:last-child {
  border-radius: 0 3px 3px 0
}

.tabl-box {
  margin: 40px 0 40px 0
}

.podz-tabl {
  font-weight: 400;
  background: #E6E6E6;
  font-size: clamp(14px, 2vw, 18px);
  border: none;
  padding: 10px 15px;
  border-radius: 3px 3px 3px 3px
}

.table tbody td {
  font-size: clamp(14px, 2vw, 17px)
}

.table thead th {
  font-size: clamp(14px, 2vw, 18px);
  color: #111
}

.col-2-otzivi {
  width: 100%;
  padding-right: 0;
  margin-top: 30px
}

.otstup-h-otzivi {
  padding-top: 19px
}

.span-otziv {
  color: #9c9c9c;
  font-family: "Poiret One", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(26px, 2vw, 33px)
}

p.section-subtitle-faq {
  margin: 10px 0 10px 0;
  color: #9c9c9c;
  font-family: "Poiret One", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(26px, 2vw, 33px)
}

.span-skidki-aktsii {
  color: #9c9c9c;
  font-family: "Poiret One", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(28px, 2vw, 33px)
}

.faq-header {
  font-size: 42px;
  border-bottom: 1px dotted #ccc;
  padding: 24px
}

.faq-content {
  margin: 0 auto
}

.faq-question {
  padding: 20px 0;
  border-bottom: 1px dotted #ccc
}

.panel-title {
  font-size: 19px;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 10px 10px 15px 48px;
  display: block;
  cursor: pointer
}

.panel-content {
  font-size: 16px;
  padding: 0px 14px;
  margin: 0 40px;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  -webkit-transition: .4s ease;
  -moz-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease
}

.panel:checked~.panel-content {
  height: auto;
  opacity: 1;
  padding: 14px;
  font-family: 'Open Sans', sans-serif, Arial, Helvetica;
  font-size: 16px;
  color: #202020
}

.plus {
  position: absolute;
  margin: 0 0 0 10px;
  z-index: 5;
  color: #D2B356;
  font-size: 42px;
  line-height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease
}

.panel:checked~.plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg)
}

.panel {
  display: none
}

.container-77 {
  display: flex;
  gap: 20px;
  margin-bottom: 40px
}

.block-77 {
  flex: 1
}

@media (max-width:768px) {
  .container-77 {
    flex-direction: column
  }
}

.preimushchestvo-list {
  font-family: 'Open Sans', sans-serif, Arial, Helvetica;
  margin-bottom: 20px;
  font-size: 16px;
  padding-left: 15px
}

.preimushchestvo-list li {
  line-height: 27px
}

.preimushchestvo-list li::marker {
  color: #D2B356
}

.text-komu-eto {
  font-family: 'Open Sans', sans-serif, Arial, Helvetica;
  font-size: 19px;
  font-weight: 300;
  color: #5e5e5e
}

.komu-eto-list {
  font-family: 'Open Sans', sans-serif, Arial, Helvetica;
  margin-bottom: 20px;
  font-size: 16px;
  padding-left: 15px
}

.komu-eto-list li {
  line-height: 27px;
  margin-bottom: 7px
}

.komu-eto-list li::marker {
  color: #D2B356
}

.button-zapisatsa-massag {
  font-size: 16px;
  margin: 35px 0;
  padding: 11px 16px;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
  display: inline-block;
  border-width: 3px;
  border-style: solid
}

@media (max-width:768px) {
  .button-zapisatsa-massag {
    font-size: 16px;
    margin: 35px 0;
    padding: 11px 16px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    display: block;
    border-width: 3px;
    border-style: solid;
    text-align: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto
  }
}

.span-kontakti {
  color: #9c9c9c;
  font-family: "Poiret One", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(22px, 2vw, 26px);
  line-height: 26px
}

.box-kontakti {
  margin-top: 20px;
  text-align: left
}

.box-kontakti a {
  display: inline-block !important;
  font-weight: 500 !important;
  text-transform: none !important
}

.spisok-kontakti {
  list-style-type: none;
  line-height: 50px;
  font-size: 15px
}

.block-kontakt-info {
  padding: 0
}

.telefon-kontakti a {
  font-size: 38px !important;
  font-family: "Poiret One", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #d2b356
}

.messenger-kontakti {
  border: 2px solid #111;
  padding: 8px 36px;
  margin: 15px 0 15px 0
}

.messenger-kontakti:hover {
  border: 2px solid #d2b356
}

.messenger-kontakti-tg {
  margin-left: 5px
}

.p-onl-kon {
  line-height: 15px
}

.onl-kontakti {
  color: #d2b356;
  text-decoration: underline;
  text-underline-offset: 5px !important
}

.img-onl-kon {
  width: 80%;
  float: left;
  padding: 0 !important;
  margin-top: 30px
}

.telefon-kontakti-top {
  font-size: 38px !important;
  font-family: "Poiret One", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #d2b356
}

.topblok-uslugi-massag {
  display: flex;
  justify-content: left;
  margin: 40px 0 50px 0;
  width: 100%
}

.topblok-opisanie-1 {
  flex: 0 1 auto
}

.topblok-opisanie-1 {
  max-width: 50%;
  height: auto;
  width: 50%
}

.topblok-opisanie-2 {
  max-width: 50%;
  height: auto;
  width: 50%;
  padding-top: 25px
}

.topblok-opisanie-2 img {
  border-radius: 15px
}

.topblok-opisanie-3 img {
  border-radius: 15px
}

.topblok-opisanie-1 img {
  padding-top: 15px
}

.topblok-opisanie-img img {
  padding-top: 17px
}

.topblok-opisanie-3 {
  max-width: 50%;
  height: auto;
  width: 50%;
  padding: 7px 15px 15px 15px
}

@media screen and (max-width:800px) {
  .topblok-uslugi-massag {
    flex-flow: column nowrap
  }

  .topblok-opisanie-1 {
    align-self: center;
    max-width: 100%;
    width: 100%;
    height: auto
  }

  .topblok-opisanie-2 {
    align-self: center;
    max-width: 100%;
    width: 100%;
    height: auto
  }

  .topblok-opisanie-3 {
    align-self: center;
    max-width: 100%;
    width: 100%;
    height: auto;
    padding: 0
  }
}

.zagolovok-usl-massazh {
  font-size: clamp(33px, 3vw, 50px);
  width: 100%;
  padding-bottom: 15px;
  line-height: 45px
}

.massazh-murino-tseny {
  font-size: clamp(45px, 3vw, 50px);
  width: 100%;
  line-height: 1.3
}

.blok-zagolovka-tsen-i-uslug {
  margin-bottom: 35px
}

.spisok-plusov-massag {
  font-family: 'Open Sans', sans-serif, Arial, Helvetica;
  margin: 25px 0 25px;
  font-size: 15px;
  padding-left: 15px
}

.spisok-plusov-massag li {
  line-height: 27px
}

.spisok-plusov-massag li::marker {
  color: #D2B356
}

.spisok-ol-massag {
  font-family: 'Open Sans', sans-serif, Arial, Helvetica;
  margin: 25px 0 25px;
  font-size: 15px;
  padding-left: 15px
}

.spisok-ol-massag li {
  line-height: 27px
}

.spisok-ol-massag li::marker {
  color: #D2B356
}

.meta-adres a,
.meta-adres a:hover,
.meta-adres a:visited {
  font-size: clamp(15px, 2vw, 17px);
  color: #D2B356
}

.fa-solid {
  color: #FF4040;
  padding-right: 5px
}

.tel-top-uslugi-massag a {
  font-size: 38px !important;
  font-family: "Poiret One", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #d2b356
}

.top-usl-konsultatsiya a {
  color: #d2b356
}

.price-uslugi-massage {
  max-width: 100%;
  margin-bottom: 50px
}

.price-uslugi-massage p {
  text-align: left;
  margin-bottom: 20px;
  color: #555;
  margin-top: 2px
}

.price-table-wrapper-massage {
  margin-top: 47px;
  overflow-x: auto
}

.price-table-uslugi-massage {
  width: 100%;
  overflow: hidden
}

.price-table-uslugi-massage thead {
  background-color: #f7f7f7
}

.price-table-uslugi-massage th,
.price-table-uslugi-massage td {
  padding: 14px 13px;
  text-align: left
}

.price-table-uslugi-massage th {
  font-size: 16px;
  color: #333
}

.price-table-uslugi-massage td {
  font-size: 15px;
  color: #444;
  border-bottom: 1px solid #eee
}

.price-table-uslugi-massage tr:last-child td {
  border-bottom: none
}

@media (max-width:600px) {

  .price-table-uslugi-massage th,
  .price-table-uslugi-massage td {
    font-size: clamp(14px, 2vw, 18px)
  }

  .price-table-uslugi-massage {
    width: 100%
  }

  .icon-block-description {
    padding: 0 0 0 0
  }

  .col-2-otzivi-uslugi {
    padding-bottom: 0px
  }

  .massag-all {
    margin-bottom: 0px
  }
}

.topblok-opisanie-1 p,
.topblok-opisanie-1 ul {
  font-size: 16px
}

.rabochij-blok-opisaniya p,
.rabochij-blok-opisaniya ul {
  font-size: 16px
}

.gallery-uslug-massag {
  margin: 30px 0px 40px 0px;
}

.gallery-massag-seredina {
  margin: 50px 0px 40px 0px;
}

.section-title-massag {
  line-height: 1.2
}

.introductory-text-services {
  margin-bottom: 30px
}

.foto-v-protsesse {
  font-family: 'Open Sans', sans-serif, Arial, Helvetica;
  font-size: 40px;
  font-weight: 700;
  color: #e8e8e8;
  letter-spacing: 2px
}

.box-osn {
  padding-bottom: 0 !important
}

.box-osn-2 {
  padding-top: 0 !important
}

.box-cebtr-info {
  padding: 0 10px
}

.container {
  max-width: 1245px;
  margin: auto
}

.row {
  display: flex;
  flex-wrap: wrap
}

.footer-col ul {
  list-style: none
}

.footer {
  padding: 70px 0
}

.footer-col {
  width: 25%
}

.footer-col h4 {
  font-size: 18px;
  color: #111;
  margin-bottom: 35px;
  font-weight: 500;
  position: relative
}

.footer-col h4::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #d2b356;
  height: 2px;
  box-sizing: border-box;
  width: 50px
}

.footer-col ul li:not(:last-child) {
  margin-bottom: 10px
}

.footer-col ul li a {
  font-size: 16px;
  color: #111;
  text-decoration: none;
  font-weight: 300;
  color: #111;
  display: block;
  transition: all 0.3s ease
}

.footer-col ul li a:hover {
  color: #d2b356;
  padding-left: 8px
}

.footer-col .social-links a {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 10px 10px 0;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #111;
  transition: all 0.5s ease
}

.footer-col .social-links a:hover {
  color: #24262b
}

@media(max-width:767px) {
  .footer-col {
    width: 50%;
    margin-bottom: 30px
  }

  .zagolovok-podarochnyj-sertifikat-1 {
    margin: 10px auto 0 auto
  }

  .topblok-uslugi-massag {
    margin: 25px 0 30px 0
  }
}

@media(max-width:574px) {
  .footer-col {
    width: 100%
  }

  .topblok-map-koyt-3 {
    margin-top: 40px
  }
}

.podrobnee-footer {
  color: #d2b356
}

.footer-box {
  margin-bottom: 60px
}

.copyright {
  color: #999
}

.section-footer {
  margin-top: 50px
}

@media(min-width:767px) {
  .zagolovok-usl-massazh {
    padding-bottom: 10px;
    margin: 20px 0 17px 0
  }
}

.podzagolovok {
  font-size: 28px;
  font-weight: bold;
  color: #ccc;
  letter-spacing: 2px;
  padding-bottom: 0
}

.box-dlya-kogo-massazh {
  margin-top: 26px
}

.stranitsa-kontatky {
  padding-bottom: 60px
}

@media(min-width:767px) {
  .box-dlya-kogo-massazh {
    margin-top: 80px
  }
}

.box-kont-dop {
  margin: 20px 0
}

.kont-podz {
  font-family: 'Open Sans', sans-serif, Arial, Helvetica;
  font-size: clamp(27px, 2vw, 40px);
  font-weight: 700;
  color: #e8e8e8;
  letter-spacing: 2px;
  line-height: 40px
}

.stranitsa-kontatky-punkty span {
  font-size: 24px;
  font-family: "Poiret One", sans-serif
}

.kontakty-tel-ssylka {
  color: #d2b356;
  font-size: 35px;
  font-weight: 600;
  font-family: "Poiret One", sans-serif
}

.opisanie-podarochnyj-sertifikat {
  margin-bottom: 25px
}

.podarochnyj-sertifikat-tel-ssylka {
  color: #d2b356;
  font-size: 24px;
  font-weight: 600;
  font-family: "Poiret One", sans-serif
}

.knopki-obratnoj-svyazi {
  width: 100%;
  margin-top: 30px
}

.knopka-online-zapis-kont {
  width: 100%;
  margin: 30px 0
}

.blok-map-kontakti {
  margin-top: 20px
}

.blok-map-p {
  padding-top: 10px;
  color: #5c5c5c
}

.mnemzhem-heading {
  font-size: 2.8em;
  color: #2b2b2b;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
  letter-spacing: 1px
}

.mnemzhem-section-title {
  font-size: 1.9em;
  margin-top: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 8px
}

.mnemzhem-subsection-title {
  font-size: 1.5em;
  margin-top: 25px;
  margin-bottom: 10px;
  font-weight: 500
}

.mnemzhem-text {
  font-size: 1.1em;
  margin-bottom: 12px;
  color: #333333
}

.mnemzhem-list {
  padding-left: 25px;
  margin-bottom: 20px
}

.mnemzhem-list-item {
  margin-bottom: 10px;
  font-size: 1.1em;
  color: #333333
}

.mnemzhem-link {
  color: #4a90e2;
  text-decoration: none;
  transition: color 0.3s ease
}

.mnemzhem-link:hover {
  color: #2a6ab8;
  text-decoration: underline
}

.yuridicheskie-dokumenty-vnizu {
  margin: 60px 0 30px 0
}

.text-utochnyayuushchij-vnizu {
  margin: 20px 0 50px 0
}

.text-utochnyayuushchij-vnizu a {
  color: #d2b356
}

.mnemzhem-subsection-list {
  padding-left: 25px;
  margin-bottom: 15px
}

.mnemzhem-subsection-list-item {
  margin-bottom: 8px;
  font-size: 1.1em;
  color: #333333
}

.ms-faq-container {
  max-width: 1000px;
  padding: 40px 0;
  color: #333;
  line-height: 1.6;
  margin: 35px 0 60px 0
}

div.ms-faq-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 20px
}

.ms-faq-question {
  font-size: 1.2rem;
  font-weight: 500;
  color: #d2b356;
  margin-bottom: 10px
}

.ms-faq-answer {
  font-size: 1rem;
  color: #4a4a4a
}

@media (max-width:600px) {
  .ms-faq-container {
    padding: 20px 0px 20px 0px;
    margin: 30px 0
  }

  .ms-faq-question {
    font-size: 1.1rem
  }

  .ms-faq-answer {
    font-size: 0.95rem
  }
}

.hh-header {
  text-align: center;
  padding: 3rem 1rem;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5
}

.hh-header__title {
  font-size: 2.5rem;
  color: #1a2b3c;
  margin-bottom: 0.5rem
}

.hh-header__subtitle {
  font-size: 1.2rem;
  color: #6b7280
}

.hh-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem
}

.hh-vacancies {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem
}

.hh-vacancy {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  margin-top: 50px
}

.hh-vacancy__title {
  font-size: 1.8rem;
  color: #d2b356;
  margin-bottom: 1rem
}

.hh-vacancy__subtitle {
  font-size: 1.3rem;
  color: #1a2b3c;
  margin: 1.5rem 0 0.5rem
}

.hh-vacancy__text {
  font-size: 1rem;
  color: #4b5563;
  margin-bottom: 1rem
}

.hh-vacancy__list {
  list-style: disc;
  padding-left: 1.5rem;
  margin-bottom: 1rem
}

.hh-vacancy__list-item {
  font-size: 1rem;
  color: #4b5563;
  margin-bottom: 0.5rem
}

.hh-button {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #1a2b3c;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 1rem;
  transition: background-color 0.3s ease
}

.hh-button:hover {
  background-color: #2c3e50
}

@media (max-width:768px) {
  .hh-header__title {
    font-size: 2rem
  }

  .hh-vacancy {
    padding: 1.5rem
  }

  .hh-vacancy__title {
    font-size: 1.5rem
  }

  .hh-vacancy__subtitle {
    font-size: 1.2rem
  }
}

.cp-container {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0
}

.cp-title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: #1a202c
}

.cp-nav {
  text-align: left;
  margin-bottom: 25px
}

.cp-nav a {
  color: #d2b356;
  text-decoration: none;
  margin-right: 20px;
  font-size: 1.4rem;
  transition: color 0.3s;
  font-weight: 300
}

.cp-nav a:hover {
  color: #d2b356
}

.cp-section {
  margin-bottom: 60px;
  overflow: visible
}

.cp-section-title {
  color: #1a202c;
  margin-bottom: 35px;
  border-bottom: 1px solid #d9d9d9;
  padding: 0 10px 20px 0
}

.cp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px
}

.cp-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 300px
}

.cp-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15)
}

.cp-card-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #1a202c;
  margin-bottom: 10px
}

.cp-card-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  color: #4b5563
}

.cp-card-duration,
.cp-card-price {
  font-size: 1rem
}

.cp-card-price {
  color: #d2b356;
  font-weight: 600
}

.cp-card-description {
  font-size: 0.9rem;
  color: #6b7280;
  margin-bottom: 20px;
  flex-grow: 1
}

.cp-card-button {
  align-self: flex-end;
  background-color: #3b82f6;
  color: #ffffff;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 0.9rem;
  transition: background-color 0.3s
}

.cp-card-button:hover {
  background-color: #2563eb
}

@media (max-width:600px) {
  .cp-title {
    font-size: 2rem
  }

  .cp-section-title {
    font-size: 1.5rem;
    margin-right: 10px
  }

  .cp-card-title {
    font-size: 1.2rem
  }

  .cp-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start
  }

  .cp-nav a {
    margin: 3px 0
  }

  .cp-card {
    min-height: 260px
  }

  .box-podarochnyj-sertifikat {
    margin-bottom: 40px
  }

  .opisanie-podarochnyj-sertifikat {
    margin-bottom: 35px
  }

  h1.zagolovok-podarochnyj-sertifikat-1 {
    padding-bottom: 15px;
    line-height: 40px
  }

  .sa_discounts-container {
    margin-top: 38px
  }
}

.cp-button {
  font-size: 16px;
  margin: 30px auto 28px auto;
  padding: 11px 16px;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  width: 70%;
  text-align: center;
  color: #d2b356
}

.sa_button-container {
  text-align: right
}

.sa_button {
  font-size: 16px;
  padding: 11px 30px;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  color: #d2b356;
  margin: 25px 15px 25px 0
}

.cp-card img {
  border-radius: 10px
}

.cp-section-pod-title {
  margin-bottom: 30px
}

.zakaz-podarochnyj-sertifikat span {
  font-size: 24px;
  font-family: "Poiret One", sans-serif
}

img.no-border-radius {
  border-radius: 0
}

.zagolovok-podarochnyj-sertifikat-1 {
  padding-bottom: 1px
}

.podarochnyj-sertifikat-faq {
  margin-bottom: 3px
}

.panel-content {
  z-index: 1
}

.panel-content a {
  z-index: 5;
  pointer-events: auto;
  color: #d2b356;
  text-decoration: none
}

.panel:checked~.panel-content {
  display: block;
  pointer-events: auto
}

.panel-title {
  pointer-events: auto;
  z-index: 2
}

.plus {
  pointer-events: auto;
  z-index: 2
}

.bottom-contacts-certificate-block {
  margin-top: 30px
}

.sa_discounts-container {
  max-width: 1000px;
  width: 100%;
  padding: 40px auto;
  font-family: 'Arial', sans-serif;
  background: #ffffff;
  color: #333333;
  margin-top: 50px
}

.sa_discount-item {
  margin-bottom: 40px
}

.sa_discount-item h2 {
  font-family: 'Open Sans', sans-serif, Arial, Helvetica;
  font-size: 34px;
  font-weight: 700;
  color: #373737;
  text-transform: uppercase;
  margin-bottom: 10px
}

.sa_discount-image {
  width: 100%;
  height: 150px;
  object-fit: cover;
  margin-bottom: 15px;
  border-radius: 10px
}

.sa_discount-description {
  font-size: 1rem;
  line-height: 1.5;
  color: #333333
}

.sa_discount-description p {
  margin-bottom: 10px
}

div.sa_discount-description {
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9
}

.span-skidki-aktsii a {
  color: #d2b356
}

.mzhm-sitemap-wrapper {
  max-width: 1200px;
  margin: 38px 0 20px 0;
  padding: 20px 0
}

.mzhm-sitemap-wrapper ul {
  font-size: 16px;
  font-weight: 400
}

.mzhm-sitemap-heading {
  text-align: center;
  font-size: 2em;
  margin-bottom: 30px;
  color: #2c3e50
}

.mzhm-sitemap-grid {
  display: flex;
  justify-content: space-between;
  gap: 20px
}

.mzhm-sitemap-section {
  flex: 1
}

.mzhm-sitemap-section-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #2c3e50
}

.mzhm-sitemap-links {
  list-style: none;
  padding: 0
}

.mzhm-sitemap-link-item {
  margin-bottom: 10px
}

.mzhm-sitemap-link-item a {
  text-decoration: none;
  color: #2980b9;
  transition: color 0.3s
}

.mzhm-sitemap-link-item a:hover {
  color: #d2b356
}

.mzhm-sitemap-sublinks {
  margin-left: 20px;
  margin-top: 10px
}

@media (max-width:600px) {
  .mzhm-sitemap-grid {
    flex-direction: column
  }

  .mzhm-sitemap-section {
    margin-bottom: 20px
  }
}

.map-blok-text-niz {
  margin: 40px 0
}

.span-otziv a {
  color: #d2b356
}

.preimushchestvo-list a {
  color: #d2b356
}

.adres-murino-top-glavnaya {
  margin: 20px 0
}

.adres-murino-top-glavnaya a {
  font-size: 20px
}

.spisok-uslug-massge-all {
  padding: 20px 0 0 15px
}

.spisok-uslug-massge-all a {
  color: #d2b356
}

.tseny-uslugi-menyu {
  vertical-align: 2px;
  font-weight: 950;
  color: #D2B356
}

.cpu-feature-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 1245px;
  margin-bottom: 45px;
  padding: 10px 0px
}

.cpu-feature-block {
  flex: 1 1 33.33%;
  min-width: 200px;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
  transition: all .3s ease
}

.cpu-feature-block:first-child {
  margin: 0
}

.cpu-feature-block:last-child {
  margin: 0
}

.cpu-feature-block:nth-child(2) {
  margin: 0 20px
}

.cpu-feature-list {
  list-style-type: disc;
  padding-left: 20px;
  margin: 0
}

.cpu-feature-list li {
  margin-bottom: 10px;
  font-size: 16px;
  color: #333
}

.cpu-feature-block li::marker {
  color: #d2b356;
  font-size: 18px
}

@media (max-width:768px) {
  .cpu-feature-container {
    flex-direction: column;
    width: 100%;
    align-items: stretch;
    margin-bottom: 25px
  }

  .cpu-feature-block {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
    margin: 10px 0;
    box-sizing: border-box
  }

  .cpu-feature-block:nth-child(2) {
    margin: 10px 0
  }

  #banner-content.row-glavnaja {
    padding-top: 68px
  }

  .gallery-massag-seredina {
    padding: 0
  }
}

.breadcrumbs-container {
  font-family: Arial, sans-serif;
  font-size: clamp(12px, 2vw, 14px);
  padding: 10px 20px 10px 0px;
  border-radius: 5px;
  display: inline-block
}

.breadcrumbs-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center
}

.breadcrumbs-item {
  display: inline
}

.breadcrumbs-link {
  text-decoration: none;
  color: #D2B356;
  transition: color 0.3s ease
}

.breadcrumbs-link:hover {
  color: #D2B356;
  text-decoration: underline
}

.breadcrumbs-item:not(:last-child)::after {
  content: ">";
  margin: 0 8px;
  color: #6c757d
}

.breadcrumbs-item:last-child .breadcrumbs-link {
  color: #6c757d;
  pointer-events: none;
  cursor: default
}

@media (max-width:768px) {
  .breadcrumbs-container {
    padding: 10px 20px 0px 10px
  }

  .breadcrumbs-list {
    display: block
  }

  .row {
    display: block;
  }

  .gallery-uslug-massag {
    padding: 0;
  }

  .copyright {
    padding: 0px 20px
  }
}

.breadcrumbs-row {
  max-width: 1245px;
  margin: 0 auto;
  padding: 130px 0 0 0;
  position: relative
}

.footer-email {
  color: #d2b356
}

a.color-telefon {
  color: #d2b356 !important;
}

.price-table-uslugi-massage th:nth-child(2),
.price-table-uslugi-massage td:nth-child(2) {
  width: 20%;
}

.price-table-uslugi-massage th:nth-child(3),
.price-table-uslugi-massage td:nth-child(3) {
  width: 25%;
}

.topblok-opisanie-404 {
  width: 50%;
  padding: 50px 0 0 50px;
  box-sizing: border-box;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word
}

h1.kod-404 {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: clamp(24px, 4vw, 40px);
  line-height: 1.2;
  color: #111
}

.blok-404-stranica {
  display: flex;
  justify-content: left;
  margin: 155px 0 90px 0;
  width: 100%
}

@media(max-width:768px) {
  .topblok-opisanie-404 {
    padding: 10px 0 0 10px;
    width: 100%
  }

  .blok-404-stranica {
    display: block;
    justify-content: left;
    margin: 70px 0 50px 0;
    width: 100%
  }

  h1.kod-404 {
    line-height: 1.3
  }
}

.kod-404-but {
  margin: 40px 0 50px 0
}

@media(max-width:768px) {
  .kod-404-but {
    margin-top: 30px;
    padding-left: 0
  }
}

.knopki-404 {
  text-transform: uppercase;
  font-size: clamp(15px, 2vw, 20px);
  border-radius: 12px
}

.kod-404-spisok {
  list-style-type: none;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: clamp(15px, 4vw, 17px)
}

.kod-404-spisok a {
  color: #d2b356
}

ul.kod-404-spisok li {
  margin-bottom: 8px
}

h2.cp-title-404 {
  color: #1a202c;
  margin-bottom: 35px;
  border-bottom: 1px solid #d9d9d9;
  padding: 0 10px 30px 0;
  line-height: 1.3;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: clamp(22px, 4vw, 38px)
}

.cp-title-404 i.fa-solid.fa-chevron-right {
  font-size: clamp(18px, 4vw, 34px);
  color: #1a202c
}

.oktotorp-uslug {
  color: #939393
}

.massage-recommendation-section {
  max-width: 1245px;
  margin: 20px auto 60px auto;
}

.team-section {
  max-width: 1245px;
  margin: 20px auto 60px auto;
}

.team-title {
  font-family: 'Open Sans', sans-serif, Arial, Helvetica;
  font-size: clamp(28px, 2vw, 30px);
  font-weight: 700;
  margin-bottom: 50px;
  color: #222;
}

.team-wrapper {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.team-card {
  flex: 1 1 0;
  background: #ffffff;
  border-radius: 10px;
  padding: 20px 18px 22px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.team-photo {
  width: 132px;
  /* +12px к оригинальным 120px для отступа */
  height: 132px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 14px;
  border: 2px solid #D2B356;
  /* Тонкая серая обводка, измените цвет по желанию */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  /* Отступ от рамки к фото */
  box-sizing: border-box;
}

.team-photo img {
  width: 120px;
  /* Фиксированный размер фото */
  height: 120px;
  border-radius: 50%;
  /* Круглое фото внутри */
  object-fit: cover;
}

.team-name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #222;
}

.team-role {
  font-size: 14px;
  color: #777;
  margin-bottom: 12px;
}

.team-services {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #555;
}

.team-services li {
  margin-bottom: 6px;
}

@media (max-width: 768px) {
  .team-wrapper {
    flex-direction: column;
  }

  .team-card {
    width: 100%;
  }

  .team-section {
    padding: 0 16px;
  }

  .massage-recommendation-section {
    margin: 0 auto 0 auto;
  }
}

.description-massage-master {
  line-height: 23px;
}

.team-section-spetsialisty {
  background: #F9F9F9;
  margin-bottom: 60px;
}

.team-box-spetsialisty {
  background: #F9F9F9;
  margin: 30px 0 60px 0;
}

.button-podarok {
  font-size: 16px;
  font-weight: bold;
  margin-left: 7px;
  padding: 11px 16px;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  font-family: 'Open Sans', sans-serif, Arial, Helvetica;
  color: #111;
  border-color: #111;
}

@media (max-width: 768px) {
  .button-podarok {
    font-size: 16px;
    font-weight: bold;
    margin-left: 0;
    padding: 11px 16px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    display: inline-block;
    border-width: 2px;
    border-style: solid;
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    color: #111;
    border-color: #111;
  }
}

.sa_discount-description a,
.utochnenie-o-skidke a {
  color: #d2b356;
}

.utochnenie-o-skidke {
  font-size: 1rem;
  color: #333333;
  margin: 15px 0;
}

h2.discount-aboniment-10-15 {
  font-family: 'Open Sans', sans-serif, Arial, Helvetica;
  font-size: 34px;
  font-weight: 700;
  color: #373737;
  text-transform: uppercase;
  margin-bottom: 1px;
  padding-bottom: 1px;
}


#nav-menu-top {
  display: flex;
  width: 100%;
  height: 25px;
  font-size: 12px;
  line-height: 25px;
  align-items: center;
  padding: 0;
  margin: 0 0 -3px 0;
  box-sizing: border-box;
  overflow: hidden;
}

#nav-menu-top * {
  box-sizing: border-box;
  line-height: 25px;
  margin: 0;
  padding: 0;
  max-height: 25px;
}

#nav-menu-top nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  height: 25px;
}

#nav-menu-top nav ul li:not(:first-child) {
  margin-left: 20px;
}

#nav-menu-top nav ul li a {
  padding: 0;
  line-height: 25px;
  height: 25px;
  display: block;
  text-decoration: none;
  color: inherit;
}


/* Скрываем второе меню на мобильных */
@media (max-width: 768px) {
  #nav-menu-top {
    display: none !important;
  }
}

#nav-mobile .mobile-phone {
  margin-top: 10px;
  padding-top: 15px;
  font-size: 18px;
}

#nav-mobile .mobile-phone a {
  color: #d2b356 !important;
}