/*-------------------------------------------------------------------------------------------------------------------------------*/
/* GLOBAL SETTINGS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
html {
  height: auto; }

body {
  height: auto;
  overflow: visible; }

body ::-moz-selection {
  color: #fff;
  background: #000; }

body ::selection {
  color: #fff;
  background: #000; }

body ::-moz-selection {
  color: #fff;
  background: #000; }

.swiper-slide:not(:first-child) {
  display: block; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* POPUPS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.popup-wrapper {
  position: fixed;
  z-index: 14;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  left: -100%;
  -webkit-transition-delay: .3s;
       -o-transition-delay: .3s;
          transition-delay: .3s; }

.popup-wrapper.active {
  left: 0;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }

.popup-wrapper .bg-layer {
  position: absolute;
  left: 0;
  top: -100px;
  right: 0;
  bottom: -100px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  opacity: 0; }

.popup-wrapper.active .bg-layer {
  opacity: 1; }

.popup-content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 0;
  text-align: center;
  -webkit-transition: opacity .3s ease-out, left 0s .3s, -webkit-transform .3s ease-out;
  transition: opacity .3s ease-out, left 0s .3s, -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out, opacity .3s ease-out, left 0s .3s;
  transition: transform .3s ease-out, opacity .3s ease-out, left 0s .3s;
  transition: transform .3s ease-out, opacity .3s ease-out, left 0s .3s, -webkit-transform .3s ease-out;
  -ms-transform: scale(1.2);
      transform: scale(1.2);
  -webkit-transform: scale(1.2);
  opacity: 0;
  left: -10000px;
  padding: 15px; }

.popup-content.active {
  -ms-transform: scale(1);
      transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
  left: 0;
  -webkit-transition: opacity .3s ease-out, left 0s 0s, -webkit-transform .3s ease-out;
  transition: opacity .3s ease-out, left 0s 0s, -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out, opacity .3s ease-out, left 0s 0s;
  transition: transform .3s ease-out, opacity .3s ease-out, left 0s 0s;
  transition: transform .3s ease-out, opacity .3s ease-out, left 0s 0s, -webkit-transform .3s ease-out;
  position: relative; }

.popup-content:after {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: ""; }

.popup-container {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  position: relative;
  text-align: left;
  background: #fff; }

.popup-container.size-1 {
  max-width: 570px; }

.popup-container.size-2 {
  max-width: 890px; }

.popup-container.size-3 {
  max-width: 1170px; }

.popup-content .layer-close {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 10000px; }

.popup-align {
  padding: 60px 70px 70px 70px;
  overflow: hidden; }
  @media (max-width: 769px) {
    .popup-align {
      padding: 35px 15px 40px 15px; } }

.popup-content .btn-close {
  position: absolute;
  right: 15px;
  top: 15px; }
  @media (max-width: 769px) {
    .popup-content .btn-close {
      right: 0;
      top: 0; } }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* SWIPER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.swiper-entry {
  position: relative; }

.swiper-container:not(.swiper-no-swiping) .swiper-wrapper {
  cursor: url(../img/drag.png) 16 9, ew-resize; }

.swiper-container-vertical:not(.swiper-no-swiping) .swiper-wrapper {
  cursor: url(../img/drag-vertical.png) 8 16, ns-resize; }

.swiper-pagination {
  line-height: 0;
  z-index: 2; }
  .swiper-pagination.swiper-pagination-relative {
    position: relative;
    margin-top: 20px;
    bottom: auto; }

.sw-custom .swiper-button-prev,
.sw-custom .swiper-button-next {
  width: 45px;
  height: 45px;
  background: none;
  line-height: 42px;
  text-align: center;
  outline: none;
  outline: 5px solid #ffffff; }
  @media (max-width: 769px) {
    .sw-custom .swiper-button-prev,
    .sw-custom .swiper-button-next {
      display: none; } }
  .sw-custom .swiper-button-prev::before, .sw-custom .swiper-button-prev::after,
  .sw-custom .swiper-button-next::before,
  .sw-custom .swiper-button-next::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute; }
  .sw-custom .swiper-button-prev::before,
  .sw-custom .swiper-button-next::before {
    background-color: #f7e9e9;
    z-index: -1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .sw-custom .swiper-button-prev::after,
  .sw-custom .swiper-button-next::after {
    border: 2px solid #f7e9e9;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2); }
  .sw-custom .swiper-button-prev:hover,
  .sw-custom .swiper-button-next:hover {
    background-color: #ffffff; }
    .sw-custom .swiper-button-prev:hover::before,
    .sw-custom .swiper-button-next:hover::before {
      opacity: 0;
      -webkit-transform: scale(0.5, 0.5);
          -ms-transform: scale(0.5, 0.5);
              transform: scale(0.5, 0.5); }
    .sw-custom .swiper-button-prev:hover::after,
    .sw-custom .swiper-button-next:hover::after {
      opacity: 1;
      -webkit-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
              transform: scale(1, 1); }

.sw-custom .swiper-button-prev .icon-arrow {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }

.sw-custom .swiper-button-next .icon-arrow {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.sw-custom .swiper-pagination {
  position: static;
  text-align: center;
  padding-top: 35px; }
  @media (max-width: 991px) {
    .sw-custom .swiper-pagination {
      padding-top: 20px; } }

.sw-custom .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid #292929;
  -webkit-border-radius: 0;
          border-radius: 0;
  margin: 0 12px;
  background-color: #ffffff;
  opacity: 1;
  outline: none;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s; }

.sw-custom .swiper-pagination-bullet-active {
  background-color: #292929;
  border-color: #ffffff; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* FORM ELEMENTS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.form {
  position: relative; }
  .form .btn-form {
    position: absolute;
    bottom: 15px;
    right: 0; }
    .form .btn-form input {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      border: none;
      cursor: pointer;
      z-index: 1; }
    .form .btn-form svg {
      fill: #2d2d2d;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s;
      max-width: 100%; }
    .form .btn-form:hover svg {
      fill: #f7e9e9; }

.input-wrapper-material {
  position: relative;
  margin-bottom: 30px; }
  @media (max-width: 991px) {
    .input-wrapper-material {
      margin-bottom: 20px; } }
  .input-wrapper-material label {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 15px;
    line-height: 1.1em;
    letter-spacing: 0.15px;
    color: #a3a3a3;
    max-width: -webkit-calc(100% - 17px);
    max-width: calc(100% - 17px);
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    position: absolute;
    pointer-events: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .input-wrapper-material input:not([type=submit]) {
    font-size: 15px;
    letter-spacing: 0.15px;
    color: #292929;
    height: 50px;
    width: 100%;
    border-bottom: 1px solid #ededed;
    outline: none; }
    @media (max-width: 991px) {
      .input-wrapper-material input:not([type=submit]) {
        height: 40px; } }
  .input-wrapper-material textarea {
    font-size: 15px;
    letter-spacing: 0.15px;
    color: rgba(0, 0, 0, 0.87);
    height: 80px;
    width: 100%;
    border-bottom: 1px solid #ededed;
    outline: none; }
  .input-wrapper-material.textarea label {
    top: 30px; }
  .input-wrapper-material.typed label, .input-wrapper-material.focus label {
    top: -8px;
    font-size: 12px; }
  .input-wrapper-material:hover label {
    top: -8px;
    font-size: 12px; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Decor */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.decor {
  display: inline-block;
  line-height: 0;
  position: absolute;
  z-index: -1; }
  .decor img {
    max-width: 100%; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* TABS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* OTHERS STYLES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.infoBox > img {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
  .infoBox > img:hover {
    opacity: 0.6; }

.comfort-sc {
  position: relative; }
  .comfort-sc > .decor {
    top: 25%;
    left: 0; }
    @media (max-width: 1568px) {
      .comfort-sc > .decor {
        display: none; } }

.comfort-info {
  padding-left: 50px;
  padding-right: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 580px;
      -ms-flex: 0 0 580px;
          flex: 0 0 580px; }
  @media (max-width: 1199px) {
    .comfort-info {
      padding-left: 0;
      padding-right: 0;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; } }

.comfort-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .comfort-block .icon {
    width: 45px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45px;
        -ms-flex: 0 0 45px;
            flex: 0 0 45px;
    text-align: center; }
    .comfort-block .icon img {
      max-width: 100%; }
  .comfort-block .content {
    padding-left: 18px; }
    @media (max-width: 991px) {
      .comfort-block .content {
        padding-left: 8px; } }
  .comfort-block .title {
    margin-bottom: 15px; }

.comfort-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1199px) {
    .comfort-row {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }

.comfort-image {
  position: relative;
  padding-left: 70px; }
  @media (max-width: 1199px) {
    .comfort-image {
      padding-left: 0;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      margin-bottom: 30px;
      text-align: center; } }
  .comfort-image .image {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media (max-width: 1199px) {
      .comfort-image .image {
        position: static;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
        .comfort-image .image img {
          max-width: 100%; } }
    .comfort-image .image::before {
      content: '';
      display: block;
      position: absolute;
      bottom: -80px;
      right: -80px;
      width: 100%;
      height: 100%;
      background-color: #faf0f0;
      z-index: -1; }
      @media (max-width: 1199px) {
        .comfort-image .image::before {
          display: none; } }
  .comfort-image .decor {
    bottom: 0;
    left: 0;
    -webkit-transform: translate(-20%, 75%);
        -ms-transform: translate(-20%, 75%);
            transform: translate(-20%, 75%); }
    @media (max-width: 1199px) {
      .comfort-image .decor {
        display: none; } }

.comfort-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }
  @media (max-width: 1199px) {
    .comfort-top {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }

.comfort-sc .tab-nav {
  position: relative; }
  @media (max-width: 1199px) {
    .comfort-sc .tab-nav {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      margin-top: 80px; } }
  @media (max-width: 991px) {
    .comfort-sc .tab-nav {
      margin-top: 60px; } }
  @media (max-width: 767px) {
    .comfort-sc .tab-nav.active .tab-toggle {
      display: block; } }

.comfort-sc .tab-title {
  padding: 10px 35px 10px 16px;
  border: 1px solid #e6ebed;
  background-color: #fff;
  font-size: 16px;
  text-align: left;
  position: relative;
  width: 100%;
  outline: none;
  display: none;
  z-index: 5;
  font-weight: 700;
  letter-spacing: 0.2px; }
  .comfort-sc .tab-title::after {
    content: " ";
    border: 5px solid transparent;
    border-top: 6px solid #343434;
    position: absolute;
    top: 46%;
    right: 11px;
    -webkit-transform-origin: 60% 60%;
        -ms-transform-origin: 60% 60%;
            transform-origin: 60% 60%;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s; }
  @media (max-width: 767px) {
    .comfort-sc .tab-title {
      display: block; } }

.comfort-sc .tab-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1199px) {
    .comfort-sc .tab-toggle {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media (max-width: 767px) {
    .comfort-sc .tab-toggle {
      display: none;
      position: absolute;
      top: 100%;
      background-color: #ffffff;
      z-index: 4;
      -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
      width: 100%; } }
  .comfort-sc .tab-toggle div {
    font-size: 14px;
    text-transform: uppercase;
    color: #8f8f8f;
    padding: 26px 25px 26px 25px;
    position: relative;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    min-width: 220px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    text-align: center; }
    @media (max-width: 767px) {
      .comfort-sc .tab-toggle div {
        padding: 10px;
        border-top: none; } }
    .comfort-sc .tab-toggle div::before {
      content: '';
      display: block;
      height: 2px;
      width: 100%;
      background-color: #eeba4f;
      position: absolute;
      left: 0;
      bottom: 0;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
    .comfort-sc .tab-toggle div:hover {
      color: #eeba4f; }
      .comfort-sc .tab-toggle div:hover::before {
        visibility: visible;
        opacity: 1; }
    .comfort-sc .tab-toggle div.active {
      color: #eeba4f; }
      .comfort-sc .tab-toggle div.active::before {
        visibility: visible;
        opacity: 1; }
      @media (max-width: 767px) {
        .comfort-sc .tab-toggle div.active {
          border: 0;
          background-color: #f8fafb; } }

.comfort-sc .tab {
  display: none; }

@media (max-width: 769px) {
  .partners .container-lg {
    padding: 0; } }

.partners .slider-align {
  line-height: 0;
  text-align: center; }
  .partners .slider-align img {
    max-width: 100%;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    opacity: 0.5; }

.partners .swiper-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.partners .sw-custom {
  padding: 0 70px; }
  @media (max-width: 769px) {
    .partners .sw-custom {
      padding: 0; } }

.reviews {
  position: relative; }
  .reviews::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 52%;
    top: 0;
    left: 0;
    background-color: #faf0f0; }
  .reviews > .decor {
    bottom: 0;
    left: 0; }
    @media (max-width: 1199px) {
      .reviews > .decor {
        display: none; } }
  @media (max-width: 769px) {
    .reviews .container-lg {
      padding: 0; } }
  .reviews .swiper-slide {
    padding: 6px; }
  .reviews-item {
    padding: 40px 40px 35px 40px;
    position: relative;
    background-color: #ffffff; }
    @media (max-width: 991px) {
      .reviews-item {
        padding: 20px 20px 15px 20px; } }
    .reviews-item .border::before, .reviews-item .border::after {
      content: '';
      display: block;
      position: absolute;
      border: 1px solid #ededed;
      background-color: #ffffff;
      height: 100%;
      width: 6px;
      top: 0; }
    .reviews-item .border::before {
      left: -6px; }
    .reviews-item .border::after {
      right: -6px; }
    .reviews-item::before, .reviews-item::after {
      content: '';
      display: block;
      position: absolute;
      border: 1px solid #ededed;
      background-color: #ffffff;
      width: 100%;
      height: 6px;
      left: 0; }
    .reviews-item::before {
      top: -6px; }
    .reviews-item::after {
      bottom: -6px; }
    .reviews-item .user {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 30px;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 991px) {
        .reviews-item .user {
          margin-top: 15px;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; } }
    .reviews-item .image {
      width: 50px;
      height: 50px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      overflow: hidden; }
      .reviews-item .image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .reviews-item .info {
      padding-left: 12px;
      -webkit-box-flex: 1;
      -webkit-flex: auto;
          -ms-flex: auto;
              flex: auto; }
      .reviews-item .info p {
        font-size: 15px; }
      .reviews-item .info span {
        font-size: 12px;
        color: #a3a3a3; }
    @media (max-width: 991px) {
      .reviews-item .reting {
        margin: 10px 0; } }
    .reviews-item .reting img {
      max-width: 16px;
      margin-right: 2px; }
  .reviews .sw-custom {
    padding: 0 70px; }
    @media (max-width: 769px) {
      .reviews .sw-custom {
        padding: 0; } }

.map-wrapper {
  height: 640px;
  width: 100%;
  position: relative; }
  @media (max-width: 1199px) {
    .map-wrapper {
      height: 400px; } }

.info-box {
  background-color: #000;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  text-align: center;
  padding: 15px 30px; }
  .info-box h5 {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px; }
  .info-box p {
    font-size: 13px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.7); }

.contacts-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 991px) {
    .contacts-row {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .contacts-row .info-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 380px;
        -ms-flex: 0 0 380px;
            flex: 0 0 380px;
    padding-right: 60px;
    border-right: 1px solid #ebebeb; }
    @media (max-width: 991px) {
      .contacts-row .info-block {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        border-right: none;
        padding-right: 0;
        margin-bottom: 40px; } }
  .contacts-row .form-block {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    padding-left: 60px; }
    @media (max-width: 991px) {
      .contacts-row .form-block {
        padding-left: 0; } }

.contacts-bg {
  background-color: #f7f7f7; }

.contacts-block {
  padding: 55px 55px 50px 55px;
  background-color: #ffffff;
  margin-top: -220px;
  position: relative;
  margin-right: -15px;
  margin-left: -15px; }
  @media (max-width: 1199px) {
    .contacts-block {
      margin: 0 -15px 0 -15px;
      padding: 35px 15px 35px 15px; } }
  @media (max-width: 575px) {
    .contacts-block {
      padding: 25px 15px 20px 15px; } }

.contacts-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px; }
  @media (max-width: 991px) {
    .contacts-info {
      margin-bottom: 15px; } }
  .contacts-info .icon {
    width: 24px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 24px;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
    text-align: center; }
    .contacts-info .icon img {
      max-width: 100%; }
  .contacts-info .info {
    padding-left: 20px;
    font-size: 15px; }
  .contacts-info a {
    color: #292929; }
    @media (min-width: 992px) {
      .contacts-info a:hover {
        color: #eeba4f; } }

.social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .social-wrapper a {
    display: inline-block;
    line-height: 42px;
    height: 40px;
    width: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40px;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    text-align: center;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    border: 1px solid #f7e9e9;
    margin: 0 5px;
    position: relative; }
    .social-wrapper a::after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 102%;
      height: 102%;
      background-color: #f7e9e9;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      -webkit-border-radius: 50%;
              border-radius: 50%; }
    .social-wrapper a svg {
      fill: #292929;
      max-height: 15px;
      position: relative;
      z-index: 2; }
    @media (min-width: 767px) {
      .social-wrapper a:hover::after {
        width: 0;
        height: 0; } }
  .social-wrapper .title {
    margin-right: 25px;
    letter-spacing: 0.4px; }

.footer {
  background-color: #f7f7f7; }
  .footer .copyright {
    padding: 22px 0 24px 0;
    font-size: 15px;
    color: #909090;
    font-weight: 300; }
    @media (max-width: 769px) {
      .footer .copyright {
        padding: 16px 0 18px 0; } }
  .footer-inner {
    position: relative; }
  .footer .logo {
    width: 200px;
    line-height: 0;
    display: block;
    position: relative;
    z-index: 3; }
    @media (max-width: 991px) {
      .footer .logo {
        margin: 0 auto 30px auto; } }
    .footer .logo img {
      max-width: 100%; }
  .footer .menu {
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    left: 0;
    padding: 0 250px; }
    @media (max-width: 991px) {
      .footer .menu {
        position: static;
        padding: 0;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; } }
    .footer .menu li {
      display: inline-block;
      margin: 0 25px;
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: 1px; }
      @media (max-width: 769px) {
        .footer .menu li {
          display: block;
          margin-bottom: 10px; }
          .footer .menu li:last-of-type {
            margin-bottom: 0; } }
      .footer .menu li a {
        color: #292929;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        border-bottom: 1px solid rgba(1, 1, 1, 0);
        padding: 2px 0;
        display: inline-block; }
        @media (min-width: 769px) {
          .footer .menu li a:hover {
            border-bottom: 1px solid #eeba4f;
            color: #eeba4f; } }

.scroll-top {
  width: 44px;
  height: 44px;
  line-height: 44px;
  background-color: #ffffff;
  position: fixed;
  bottom: 30px;
  right: 30px;
  outline: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  display: none;
  z-index: 8; }
  .scroll-top:hover {
    background-color: #292929; }
    .scroll-top:hover .icon-arrow {
      height: 5px; }
      .scroll-top:hover .icon-arrow::after, .scroll-top:hover .icon-arrow::before {
        background-color: #dbdbdb; }
  .scroll-top .icon-arrow {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    vertical-align: middle; }

.health-sc {
  position: relative; }

.health-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767px) {
    .health-row {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .health-row .tab-nav {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 350px;
        -ms-flex: 0 0 350px;
            flex: 0 0 350px;
    position: relative; }
    @media (max-width: 1368px) {
      .health-row .tab-nav {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 260px;
            -ms-flex: 0 0 260px;
                flex: 0 0 260px; } }
    @media (max-width: 767px) {
      .health-row .tab-nav {
        border-bottom: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin-bottom: 40px; } }
    @media (max-width: 767px) {
      .health-row .tab-nav.active .tab-toggle {
        display: block; } }
  .health-row .tab-title {
    padding: 10px 35px 10px 16px;
    border: 1px solid #e6ebed;
    background-color: #fff;
    font-size: 16px;
    text-align: left;
    position: relative;
    width: 100%;
    outline: none;
    display: none;
    z-index: 5;
    font-weight: 700;
    letter-spacing: 0.2px; }
    .health-row .tab-title::after {
      content: " ";
      border: 5px solid transparent;
      border-top: 6px solid #343434;
      position: absolute;
      top: 46%;
      right: 11px;
      -webkit-transform-origin: 60% 60%;
          -ms-transform-origin: 60% 60%;
              transform-origin: 60% 60%;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s; }
    @media (max-width: 767px) {
      .health-row .tab-title {
        display: block; } }
  .health-row .tab-toggle {
    border-left: 1px solid #ededed; }
    @media (max-width: 767px) {
      .health-row .tab-toggle {
        display: none;
        position: absolute;
        top: -webkit-calc(100%  + 1px);
        top: calc(100%  + 1px);
        background-color: #ffffff;
        z-index: 4;
        -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
                box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
        width: 100%; } }
    .health-row .tab-toggle div {
      font-size: 14px;
      text-transform: uppercase;
      color: #8f8f8f;
      padding: 8px 25px 8px 25px;
      margin-bottom: 15px;
      position: relative;
      cursor: pointer;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
      @media (max-width: 767px) {
        .health-row .tab-toggle div {
          padding: 10px;
          text-align: center;
          margin-bottom: 0;
          border-bottom: 1px solid #ededed; } }
      .health-row .tab-toggle div::before {
        content: '';
        display: block;
        height: 100%;
        width: 2px;
        background-color: #eeba4f;
        position: absolute;
        left: -1px;
        top: 0;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s; }
        @media (max-width: 767px) {
          .health-row .tab-toggle div::before {
            height: 2px;
            width: 100%;
            top: auto;
            bottom: 0; } }
      .health-row .tab-toggle div:hover {
        color: #eeba4f; }
        .health-row .tab-toggle div:hover::before {
          visibility: visible;
          opacity: 1; }
      .health-row .tab-toggle div.active {
        color: #eeba4f; }
        .health-row .tab-toggle div.active::before {
          visibility: visible;
          opacity: 1; }
        @media (max-width: 767px) {
          .health-row .tab-toggle div.active {
            border: 0;
            background-color: #f8fafb; } }
  .health-row .tab {
    display: none; }

.health-info {
  max-width: 500px;
  padding-right: 100px;
  position: relative; }
  @media (max-width: 1368px) {
    .health-info {
      max-width: 400px;
      padding-right: 50px; } }
  @media (max-width: 1199px) {
    .health-info {
      max-width: 100%;
      padding-right: 0; } }
  .health-info::before {
    content: '';
    display: block;
    width: 80vw;
    height: 150%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #f7e9e9;
    z-index: -1;
    left: 30%; }
    @media (max-width: 1199px) {
      .health-info::before {
        display: none; } }
  .health-info .title {
    margin-bottom: 35px; }
    @media (max-width: 991px) {
      .health-info .title {
        margin-bottom: 25px; } }
  .health-info .text-in {
    padding-left: 50px; }
    @media (max-width: 1368px) {
      .health-info .text-in {
        padding-left: 30px; } }
    @media (max-width: 767px) {
      .health-info .text-in {
        padding-left: 0; } }

.health-image {
  position: relative; }
  @media (max-width: 1199px) {
    .health-image {
      display: none; } }
  .health-image .image {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .health-image .decor {
    bottom: 0;
    left: 0;
    -webkit-transform: translate(-70%, 60%);
        -ms-transform: translate(-70%, 60%);
            transform: translate(-70%, 60%); }

.health-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.info-sc .image {
  line-height: 0; }
  .info-sc .image img {
    max-width: 100%; }

.info-sc .max-wd {
  margin: 0 auto;
  max-width: 900px; }

.slider-sc .image-align {
  line-height: 0; }
  .slider-sc .image-align img {
    max-width: 100%; }

.slider-sc .sw-custom {
  padding: 0 70px; }
  @media (max-width: 769px) {
    .slider-sc .sw-custom {
      padding: 0; } }

@media (max-width: 769px) {
  .slider-sc .container-lg {
    padding: 0; } }

.slider-sc .max-wd {
  margin: 0 auto;
  max-width: 900px; }

.salons-s {
  position: relative; }
  .salons-s > .decor {
    top: 0;
    right: 0; }
    @media (max-width: 1199px) {
      .salons-s > .decor {
        display: none; } }

.salons-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1199px) {
    .salons-inner {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }

.salons-text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 550px;
      -ms-flex: 0 0 550px;
          flex: 0 0 550px;
  padding-left: 115px; }
  @media (max-width: 1199px) {
    .salons-text {
      padding-left: 0;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      margin-bottom: 40px; } }
  .salons-text .pn-lf {
    padding-left: 50px; }
    @media (max-width: 1199px) {
      .salons-text .pn-lf {
        padding-left: 0; } }

.salons-image {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  position: relative; }
  @media (max-width: 1199px) {
    .salons-image {
      text-align: center;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; } }
  .salons-image .image {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    line-height: 0; }
    @media (max-width: 1199px) {
      .salons-image .image {
        position: static;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
        .salons-image .image img {
          max-width: 100%; } }
    .salons-image .image::before {
      content: '';
      background-color: #faf0f0;
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      bottom: -65px;
      left: -65px;
      z-index: -1; }
      @media (max-width: 1199px) {
        .salons-image .image::before {
          display: none; } }
    .salons-image .image .decor {
      bottom: 0;
      right: 0;
      -webkit-transform: translate(44%, 60%);
          -ms-transform: translate(44%, 60%);
              transform: translate(44%, 60%); }
      @media (max-width: 1199px) {
        .salons-image .image .decor {
          display: none; } }

.salons-rw-s {
  position: relative; }
  .salons-rw-s > .decor {
    bottom: 20%;
    left: 0; }
    @media (max-width: 1568px) {
      .salons-rw-s > .decor {
        display: none; } }

.salons-rw-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1199px) {
    .salons-rw-inner {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }

.salons-rw-text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 550px;
      -ms-flex: 0 0 550px;
          flex: 0 0 550px;
  padding-right: 115px; }
  @media (max-width: 1199px) {
    .salons-rw-text {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      padding-right: 0;
      margin-bottom: 40px; } }
  .salons-rw-text .pn-lf {
    padding-left: 50px; }
    @media (max-width: 1199px) {
      .salons-rw-text .pn-lf {
        padding-left: 0; } }

.salons-rw-image {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  position: relative;
  line-height: 0; }
  @media (max-width: 1199px) {
    .salons-rw-image {
      text-align: center; } }
  .salons-rw-image .image {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media (max-width: 1199px) {
      .salons-rw-image .image {
        position: static;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
        .salons-rw-image .image img {
          max-width: 100%; } }
    .salons-rw-image .image::before {
      content: '';
      background-color: #faf0f0;
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      bottom: -65px;
      right: -65px;
      z-index: -1; }
      @media (max-width: 1199px) {
        .salons-rw-image .image::before {
          display: none; } }
    .salons-rw-image .image .decor {
      bottom: 0;
      left: 0;
      -webkit-transform: translate(50%, 70%);
          -ms-transform: translate(50%, 70%);
              transform: translate(50%, 70%); }
      @media (max-width: 1199px) {
        .salons-rw-image .image .decor {
          display: none; } }

.why-we-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
  @media (max-width: 991px) {
    .why-we-items {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .why-we-items .item {
    text-align: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 20%;
        -ms-flex: 0 1 20%;
            flex: 0 1 20%;
    padding: 0 15px; }
    @media (max-width: 1199px) {
      .why-we-items .item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 25%;
            -ms-flex: 0 1 25%;
                flex: 0 1 25%; } }
    @media (max-width: 991px) {
      .why-we-items .item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 50%;
            -ms-flex: 0 1 50%;
                flex: 0 1 50%;
        margin-bottom: 40px; } }
    @media (max-width: 575px) {
      .why-we-items .item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin-bottom: 40px; } }
    .why-we-items .item:last-of-type .icon::before {
      display: none; }
  .why-we-items .icon {
    min-height: 65px;
    margin-bottom: 28px;
    position: relative; }
    @media (max-width: 991px) {
      .why-we-items .icon {
        margin-bottom: 15px; } }
    @media (max-width: 575px) {
      .why-we-items .icon {
        min-height: auto; } }
    .why-we-items .icon::before {
      content: '';
      display: block;
      background-color: #ebebeb;
      height: 1px;
      width: 28%;
      position: absolute;
      top: 50%;
      left: -webkit-calc(100% + 15px);
      left: calc(100% + 15px); }
      @media (max-width: 1199px) {
        .why-we-items .icon::before {
          display: none; } }
    .why-we-items .icon img {
      max-height: 100%; }
  .why-we-items .title {
    text-transform: uppercase;
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .why-we-items .title {
        margin-bottom: 10px; } }

.contacts-baner {
  position: relative;
  padding-top: 240px;
  padding-bottom: 170px; }
  @media (max-width: 1199px) {
    .contacts-baner {
      padding-top: 70px;
      padding-bottom: 50px; } }
  @media (max-width: 991px) {
    .contacts-baner {
      padding-bottom: 20px; } }
  .contacts-baner .contacts-block {
    margin-top: 0;
    z-index: 1; }
    @media (max-width: 1199px) {
      .contacts-baner .contacts-block {
        margin-bottom: 0; } }

.contacts-page {
  position: relative; }
  .contacts-page .contacts-page-inner {
    position: absolute;
    width: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 5; }
    @media (max-width: 1199px) {
      .contacts-page .contacts-page-inner {
        position: static;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; } }
  .contacts-page .contacts-block {
    margin-top: 0; }

.instagram-sc .ins-row {
  margin: 0 -7.5px; }
  .instagram-sc .ins-row > * {
    padding: 0 7.5px; }

.instagram-sc .instagram-photo {
  display: block;
  width: 100%;
  padding-bottom: 85%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  margin-bottom: 15px;
  -webkit-background-size: cover;
          background-size: cover; }
  .instagram-sc .instagram-photo:hover {
    opacity: 0.8; }

.safari .scroll-top {
  display: block !important; }
