@font-face {
  font-family: 'Proxima Nova';
  font-weight: normal;
  font-style: normal;

  src: url('../fonts/ProximaNova/ProximaNova-Regular.eot');
  src: local('Proxima Nova Regular'), local('ProximaNova-Regular'),
  url('../fonts/ProximaNova/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/ProximaNova/ProximaNova-Regular.woff') format('woff'),
  url('../fonts/ProximaNova/ProximaNova-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Proxima Nova';
  font-weight: normal;
  font-style: italic;

  src: url('../fonts/ProximaNova/ProximaNova-RegularIt.eot');
  src: local('Proxima Nova Regular Italic'), local('ProximaNova-RegularIt'),
  url('../fonts/ProximaNova/ProximaNova-RegularIt.eot?#iefix') format('embedded-opentype'),
  url('../fonts/ProximaNova/ProximaNova-RegularIt.woff') format('woff'),
  url('../fonts/ProximaNova/ProximaNova-RegularIt.ttf') format('truetype');
}

@font-face {
  font-family: 'Proxima Nova';
  font-weight: bold;
  font-style: normal;

  src: url('../fonts/ProximaNova/ProximaNova-Bold.eot');
  src: local('Proxima Nova Bold'), local('ProximaNova-Bold'),
  url('../fonts/ProximaNova/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/ProximaNova/ProximaNova-Bold.woff') format('woff'),
  url('../fonts/ProximaNova/ProximaNova-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Proxima Nova';
  font-weight: bold;
  font-style: italic;

  src: url('../fonts/ProximaNova/ProximaNova-BoldIt.eot');
  src: local('Proxima Nova Bold Italic'), local('ProximaNova-BoldIt'),
  url('../fonts/ProximaNova/ProximaNova-BoldIt.eot?#iefix') format('embedded-opentype'),
  url('../fonts/ProximaNova/ProximaNova-BoldIt.woff') format('woff'),
  url('../fonts/ProximaNova/ProximaNova-BoldIt.ttf') format('truetype');
}

@font-face {
  font-family: 'Proxima Nova';
  font-weight: 600;
  font-style: normal;

  src: url('../fonts/ProximaNova/ProximaNova-Semibold.eot');
  src: local('Proxima Nova Semibold'), local('ProximaNova-Semibold'),
  url('../fonts/ProximaNova/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/ProximaNova/ProximaNova-Semibold.woff') format('woff'),
  url('../fonts/ProximaNova/ProximaNova-Semibold.ttf') format('truetype');
}


/* +++++++ Global +++++++ */

body {
  color: #000;
}
*:focus {
  outline: none;
}
a {
  -webkit-transition: all .3s;
          transition: all .3s;
}

.l-main {
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  margin: auto;
}


/* +++++++ UI styles +++++++ */

.img-scale {
  width: 100%;
  height: 100%;
  font-family: 'object-fit: contain;';

  -o-object-fit: contain;
     object-fit: contain;
}

.btn-white {
  border-color: #fff;
  background-color: #fff;
}
.btn-white:hover {
  color: #0066c5;
  border-color: #e5e5e5;
  background-color: #e5e5e5;
}

.ui-title-block {
  margin-top: 0;
  margin-bottom: 45px;
  font-size: 36px;
  text-align: center;
}


.ui-form--white .form-control {
  color: #fff;
  border-color: #ccc;
  background-color: transparent;
}
.ui-form--white .form-control:focus {
  border-color: #fff;
}
.ui-form--white .form-control::-moz-placeholder {
  color: #fff;
}
.ui-form--white .form-control:-ms-input-placeholder {
  color: #fff;
}
.ui-form--white .form-control::-webkit-input-placeholder {
  color: #fff;
}

.ui-form .has-success input,
.ui-form .has-success select,
.ui-form .has-success textarea {
  border-color: #0fc10f !important;
}
.ui-form .has-error input,
.ui-form .has-error select,
.ui-form .has-error textarea {
  border-color: red !important;
}
.ui-form .error_text {
  display: none;
  padding-top: 7px;
  color: red;
}
.ui-form .has-error .error_text {
  display: inline-block;
  width: 100%;
}
.ui-form .form-control-feedback {
  right: 10px;
  display: none;
}
.form-control:focus::-webkit-input-placeholder {
  color: transparent;
}
.form-control:focus:-ms-input-placeholder {
  color: transparent;
}
.form-control:focus::-ms-input-placeholder {
  color: transparent;
}
.form-control:focus::placeholder {
  color: transparent;
}

.no-br {
  white-space: nowrap;
}

.section-default {
  padding-top: 88px;
}
.section-dark {
  color: #fff;
}
.section-dark .ui-title-block {
  color: #fff;
}

.nav-tabs > li:first-child > a {
  border-radius: 5px 0 0 0;
}
.nav-tabs > li:last-child > a {
  border-radius: 0 5px 0 0;
}
.nav-tabs > li > a:focus {
  outline: none;
}


/* +++++++ Header +++++++ */

.header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  padding-top: 14px;
  padding-bottom: 14px;
}
.header.fixed {
  z-index: 10000;
  background-color: rgba(0, 102, 197, 1);
  -webkit-transition: all .3s;
          transition: all .3s;
}
.header.fixed:hover {
  background-color: rgba(0, 102, 197, 1);
}

.header__logo {
  float: left;
  max-width: 160px;
}
.header__logo img{
  width: 100%;
}
.header__modal {
  float: right;
  padding-right: 26px;
  padding-left: 26px;
}
.header__language {
  float: right;
  margin-top: 11px;
  margin-right: 18px;
}
.header__language .caret {
  border-top-color: #fff;
  border-right-color: #fff;
}
.header__language .dropdown-menu {
  min-width: 100%;
  border: none;
}
.header__language a {
  color: #fff;
}
.main-nav {
  float: left;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 64px;
}
.main-nav > li {
  padding-right: 8px;
  padding-left: 8px;
}
.main-nav > li > a {
  color: #ccc;
}
.main-nav > li > a:hover,
.main-nav > li > a.active {
  color: #fff;
  text-decoration: none;
}
.btn-next {
  position: absolute;
  z-index: 10;
  bottom: 24px;
  left: 50%;
  display: block;
  width: 64px;
  height: 64px;
  margin-left: -32px;
  border-radius: 50%;
  background: #fff url(../img/ic/ic-arr.png) 50% no-repeat;
  -webkit-box-shadow: 0 10px 25px rgba(37, 15, 139, .1);
          box-shadow: 0 10px 25px rgba(37, 15, 139, .1);
}

.tab-content > .tab-pane {
  display: block;
  visibility: hidden;
}
.tab-content > .tab-pane.active {
  visibility: visible;
}
.tab-content {
  position: relative;
}
.tab-pane:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* +++++++ Components +++++++ */

.b-main-section {
  position: relative;
  min-height: 800px;
  padding-top: 223px;
  color: #fff;
  background: url('../img/main-img_lg.jpg') no-repeat 50% 100%;
  background-size: cover;
}
.b-main-section__title {
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
  margin-bottom: 5px;
  font-size: 44px;
  font-weight: 600;
  letter-spacing: -.005em;
}
.b-main-section__title--bold {
  font-weight: 700;
}
.b-main-section__info {
  margin-bottom: 25px;
  font-size: 28px;
  letter-spacing: .005em;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
}
.b-main-section__btn {
  padding: 10px 28px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
}

.section-posts {
  position: relative;
  padding-top: 65px;
  padding-bottom: 95px;
}
.section-posts:after {
  position: absolute;
  z-index: 10;
  bottom: -157px;
  left: 0;
  width: 177px;
  height: 401px;
  background: url('../img/decor-1.png') no-repeat;
  content: '';
}
.b-post-group {
  margin-right: -20px;
  margin-left: -20px;
}
.b-post {
  float: left;
  width: 33.33%;
  padding-right: 20px;
  padding-left: 20px;
}

.b-post__inner {
  border-radius: 6px;
  -webkit-box-shadow: 0 10px 25px rgba(37, 15, 139, .1);
          box-shadow: 0 10px 25px rgba(37, 15, 139, .1);
  -webkit-transition: all .3s;
          transition: all .3s;
}
.b-post__inner:hover {
  -webkit-box-shadow: 0 10px 25px rgba(37, 15, 139, .2);
          box-shadow: 0 10px 25px rgba(37, 15, 139, .2);
}
.b-post__main {
  padding: 18px 25px 24px 24px;
}

.b-post__title {
  margin-bottom: 2px;
  font-size: 20px;
  font-weight: 700;
}
.b-post__info {
  margin-bottom: 14px;
}


.section-tour {
  position: relative;
  padding-bottom: 10px;
  background-color: #f4f9fd;
}
.section-tour:after {
  position: absolute;
  top: 633px;
  right: 0;
  width: 213px;
  height: 594px;
  background: url('../img/decor-2.png') no-repeat;
  content: '';
}
.section-tour .ui-title-block {
  max-width: 410px;
  margin-right: auto;
  margin-left: auto;
}
.b-tour-group {
  padding-top: 46px;
}
.b-tour {
  position: relative;
  min-height: 360px;
  margin-bottom: 93px;
}
.b-tour__title {
  position: relative;
  z-index: 0;
  margin-bottom: 33px;
  padding-top: 3px;
  font-size: 20px;
  font-weight: bold;
}
.b-tour__title:before {
  position: absolute;
  z-index: -1;
  top: -30px;
  left: -27px;
  content: '';
}
.b-tour:nth-child(1) .b-tour__title:before {
  top: -30px;
  left: -20px;
  width: 141px;
  height: 112px;
  background: url('../img/title-decor_1.png') no-repeat;
}
.b-tour:nth-child(2) .b-tour__title:before {
  width: 180px;
  height: 108px;
  background: url('../img/title-decor_2.png') no-repeat;
}
.b-tour:nth-child(3) .b-tour__title:before {
  top: -40px;
  left: -22px;
  width: 160px;
  height: 129px;
  background: url('../img/title-decor_3.png') no-repeat;
}
.b-tour:nth-child(4) .b-tour__title:before {
  top: -20px;
  width: 151px;
  height: 101px;
  background: url('../img/title-decor_4.png') no-repeat;
}

.b-tour:nth-child(odd) {
  padding-right: 542px;
}
.b-tour:nth-child(even) {
  padding-left: 541px;
}
.b-tour-gallery {
  position: absolute;
  z-index: 100;
  top: 0;
  width: 536px;
  height: 360px;
}
.b-tour-gallery__item {
  position: relative;
}
.b-tour:nth-child(odd) .b-tour-gallery {
  right: -73px;
}
.b-tour:nth-child(even) .b-tour-gallery {
  left: -76px;
}

.b-tour-gallery__figure {
  position: relative;
  border-radius: 6px;
}

.b-tour-gallery .slick-list {
  border-radius: 6px;
}
.b-tour-gallery__figcaption {
  position: absolute;
  z-index: 100;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 48px;
  padding: 14px 0 10px;
  font-size: 13px;
  color: #fff;
  background-color: #3d424d;
  text-align: center;
}

.section-reviews {
  padding-bottom: 50px;
  background: url('../img/testimonials-bg---desktop-1440px.jpg') no-repeat 50% 50%;
  background-size: cover;
}
.b-reviews-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -8px;
  margin-left: -8px;
}
.b-reviews {
  width: 33.33%;
  margin-bottom: 48px;
  padding-right: 8px;
  padding-left: 8px;
  vertical-align: top;
}

.b-reviews__face {
  float: left;
  overflow: hidden;
  width: 48px;
  height: 48px;
  margin-right: 13px;
  border-radius: 50%;
}
.b-reviews__name {
  font-weight: bold;
}
.b-reviews__local {
  color: rgba(255,255,255,.5);
}
.b-reviews__blockquote {
  margin-bottom: 0;
  padding: 0;
  border-left: none;
}
.b-reviews__blockquote:before {
  display: block;
  margin-top: 30px;
  font-size: 44px;
  font-weight: bold;
  line-height: 10px;
  content: '“';
  text-align: center;
}
.b-reviews__inner {
  height: 100%;
  padding: 33px 24px 24px;
  border-radius: 6px;
  background-color: rgba(255,255,255,.2);
}

.section-about {
  padding-bottom: 87px;
  background-color: #f4f9fd;
}
.b-about-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -40px;
  margin-left: -40px;
}
.b-about {
  width: 50%;
  padding-right: 40px;
  padding-left: 40px;
}
.b-about__inner {
  height: 100%;
}
.b-about__wrap {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 24px 24px 14px;
  border-radius: 6px;
  background: #fff;
  -webkit-box-shadow: 0 10px 25px rgba(37, 15, 139, .1);
          box-shadow: 0 10px 25px rgba(37, 15, 139, .1);
}

.b-about__title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
.b-about__list {
  padding-left: 0;
  list-style-position: inside;
}
.b-about__label {
  position: absolute;
  top: 0;
  right: 0;
  border-top: 56px solid transparent;
  border-left: 69px solid transparent;
}
.b-about__label.b-about__label--active {
  border-top-color: #00e526;
}
.b-about__label.b-about__label--passive {
  border-top-color: #ff002b;
}
.b-about__label.b-about__label--active .ic {
  position: absolute;
  top: -48px;
  right: 7px;
}
.b-about__label.b-about__label--passive .ic {
  position: absolute;
  top: -40px;
  right: 9px;
}

.section-team {
  position: relative;
  padding-bottom: 40px;
}
.section-team:after {
  position: absolute;
  top: -73px;
  left: 0;
  width: 177px;
  height: 401px;
  background: url('../img/decor-1.png') no-repeat;
  content: '';
}
.b-team-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  margin-left: -20px;
}
.b-team {
  width: 33.33%;
  margin-bottom: 48px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}
.b-team__inner {
  position: relative;
  height: 100%;
  padding: 31px 32px 34px;
  border-radius: 2px;
  background: #fff;
  -webkit-box-shadow: 0 6px 25px rgba(37, 15, 139, .2);
          box-shadow: 0 6px 25px rgba(37, 15, 139, .2);
}
.b-team__img {
  position: relative;
  overflow: hidden;
  width: 120px;
  height: 120px;
  margin: 0 auto 16px;
  border-radius: 50%;
}
.b-team__soc {
  position: absolute;
  top: 115px;
  right: 50%;
  width: 32px;
  height: 32px;
  margin-right: -60px;
  border-radius: 50%;
  background: #0066c4 url('../img/ic/facebook-2.png') 50% 50% no-repeat;
  -webkit-box-shadow: 0 10px 25px rgba(37, 15, 139, .1);
          box-shadow: 0 10px 25px rgba(37, 15, 139, .1);
}
.b-team__soc:hover {
  background-color: #0073de;
}
.b-team__name {
  margin-bottom: 2px;
  font-size: 20px;
  font-weight: bold;
}
.b-team__categorie {
  margin-bottom: 8px;
  color: rgba(84, 84, 84, .6);
}
.b-team__info {
  color: #3d424d;
}

.section-plan {
  padding-bottom: 106px;
  background: url('../img/contact-bg-desktop1440px.jpg') no-repeat 50% 50%;
  background-size: cover;
}

.b-plan-tabs__nav > li {
  width: 33.33%;
}
.b-plan-tabs__nav > li > a {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
}
.b-plan-tabs__nav > li.active > a,
.b-plan-tabs__nav > li.active > a:hover,
.b-plan-tabs__nav > li.active > a:focus {
  -webkit-box-shadow: inset 0 -2px 0 0 #fff;
          box-shadow: inset 0 -2px 0 0 #fff;
}
.b-plan-form__inner {
  /*float: left;*/
  width: 620px;
  margin: 0 auto 50px;
}
.b-plan-form__row {
  margin-right: -8px;
  margin-left: -8px;
}
.b-plan-form__col {
  float: left;
  width: 50%;
  padding-right: 8px;
  padding-left: 8px;
}
.bootstrap-select .btn:focus {
  color: #fff !important;
  outline: none !important;
}
.bootstrap-select .btn {
  position: relative;
  z-index: 2000;
  float: none;
  padding: 0 16px;
  font-weight: bold;
  line-height: 48px;
  color: #fff;
  border: none;
  border-radius: 6px;
  background-color: rgba(255,255,255,.1);
}
.bootstrap-select .btn:hover,
.bootstrap-select .btn:focus {
  color: #fff;
  text-decoration: none;
}
.bootstrap-select.open {
  border-radius: 5px 5px 0 0;
  background: #3d424d;
}
.bootstrap-select .btn .caret {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 10px;
  height: 10px;
  margin: 0;
  border-color: #fff;
  border-top-width: 2px;
  border-right-width: 2px;
  -webkit-transition: all .3s;
          transition: all .3s;
}
.bootstrap-select.open .btn .caret {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.bootstrap-select.btn-group .dropdown-menu li a:hover,
.bootstrap-select.btn-group .dropdown-menu li.selected {
  background-color: rgba(255,255,255,.05);
}
.b-plan-form__submit {
  display: block;
  /*margin: auto;*/
}
.b-plan-list {
  float: right;
  width: 293px;
  margin-top: -60px;
}
.b-plan-list li {
  margin-bottom: 23px;
  padding-left: 38px;
  background: url('../img/ic/ic-check.svg') 0 4px no-repeat;
}
.b-plan-form textarea.form-control {
  height: 96px;
}


.b-modal-success {
  text-align: center;
}
.b-modal-success__img {
  display: inline-block;
  margin-bottom: 25px;
}
.b-modal-success__title {
  margin-bottom: 5px;
  font-size: 28px;
  font-weight: 600;
  color: #202020;
}
.b-modal-success__info {
  margin-bottom: 30px;
}
.b-modal-success .btn {
  width: 176px;
}

/*++++++ massagers +++++++*/

.massagers-wrapper{
  margin: 25px auto 0;
  width: 195px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.massagers-wrapper .masseger{
  width: 85px;
  height: 85px;
  border-radius: 50%;
}

.massagers-wrapper .masseger:nth-child(1) .inner {
  background-color: rgba(0, 132, 255, 0.2);
  -webkit-animation: puls2-i 3s infinite ease-in-out;
  animation: puls2-i 3s infinite ease-in-out;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.massagers-wrapper .masseger:nth-child(1) .inner .help {
  left: -17px;
}
.massagers-wrapper .masseger:nth-child(1) a {
  background-image: url("../img/facebook_messenger.svg");
}

.massagers-wrapper .masseger:nth-child(2) {
  background-color: rgba(85,205,108, 0.11);
  -webkit-animation: puls3 3s infinite ease-in-out;
  animation: puls3 3s infinite ease-in-out;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.massagers-wrapper .masseger:nth-child(2) .inner {
  background-color: rgba(85,205,108, 0.2);
  -webkit-animation: puls3-i 3s infinite ease-in-out;
  animation: puls3-i 3s infinite ease-in-out;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.massagers-wrapper .masseger:nth-child(2) .inner .help {
  left: 4px;
}
.massagers-wrapper .masseger:nth-child(2) a {
  background-image: url("../img/whatsapp-mess.svg");
}

@-webkit-keyframes puls2 {
  0% {
    background-color: rgba(0, 132, 255, 0);
  }
  25% {
    background-color: rgba(0, 132, 255, 0.06);
  }
  50% {
    background-color: rgba(0, 132, 255, 0.11);
  }
  75% {
    background-color: rgba(0, 132, 255, 0.06);
  }
  100% {
    background-color: rgba(0, 132, 255, 0);
  }
}
@keyframes puls2 {
  0% {
    background-color: rgba(0, 132, 255, 0);
  }
  25% {
    background-color: rgba(0, 132, 255, 0.06);
  }
  50% {
    background-color: rgba(0, 132, 255, 0.11);
  }
  75% {
    background-color: rgba(0, 132, 255, 0.06);
  }
  100% {
    background-color: rgba(0, 132, 255, 0);
  }
}
@-webkit-keyframes puls2-i {
  0% {
    background-color: rgba(0, 132, 255, 0);
  }
  25% {
    background-color: rgba(0, 132, 255, 0.11);
  }
  50% {
    background-color: rgba(0, 132, 255, 0.2);
  }
  75% {
    background-color: rgba(0, 132, 255, 0.11);
  }
  100% {
    background-color: rgba(0, 132, 255, 0);
  }
}
@keyframes puls2-i {
  0% {
    background-color: rgba(0, 132, 255, 0);
  }
  25% {
    background-color: rgba(0, 132, 255, 0.11);
  }
  50% {
    background-color: rgba(0, 132, 255, 0.2);
  }
  75% {
    background-color: rgba(0, 132, 255, 0.11);
  }
  100% {
    background-color: rgba(0, 132, 255, 0);
  }
}
@-webkit-keyframes puls3 {
  0% {
    background-color: rgba(85,205,108, 0);
  }
  25% {
    background-color: rgba(85,205,108, 0.06);
  }
  50% {
    background-color: rgba(85,205,108, 0.11);
  }
  75% {
    background-color: rgba(85,205,108, 0.06);
  }
  100% {
    background-color: rgba(85,205,108, 0);
  }
}
@keyframes puls3 {
  0% {
    background-color: rgba(85,205,108, 0);
  }
  25% {
    background-color: rgba(85,205,108, 0.06);
  }
  50% {
    background-color: rgba(85,205,108, 0.11);
  }
  75% {
    background-color: rgba(85,205,108, 0.06);
  }
  100% {
    background-color: rgba(85,205,108, 0);
  }
}
@-webkit-keyframes puls3-i {
  0% {
    background-color: rgba(85,205,108, 0);
  }
  25% {
    background-color: rgba(85,205,108, 0.11);
  }
  50% {
    background-color: rgba(85,205,108, 0.2);
  }
  75% {
    background-color: rgba(85,205,108, 0.11);
  }
  100% {
    background-color: rgba(85,205,108, 0);
  }
}
@keyframes puls3-i {
  0% {
    background-color: rgba(85,205,108, 0);
  }
  25% {
    background-color: rgba(85,205,108, 0.11);
  }
  50% {
    background-color: rgba(85,205,108, 0.2);
  }
  75% {
    background-color: rgba(85,205,108, 0.11);
  }
  100% {
    background-color: rgba(85,205,108, 0);
  }
}

.massagers-wrapper .masseger a {
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 44px;
  height: 44px;
  margin: 0 auto;
}
.massagers-wrapper .masseger .inner {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  margin: 10px auto;
  padding-top: 10.5px;
  position: relative;
}
.massagers-wrapper .masseger .inner:hover .help {
  opacity: 1;
}
.massagers-wrapper .masseger .inner .help {
  position: absolute;
  top: 71px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  padding: 0 11px;
  text-align: center;
  height: 37px;
  opacity: 0;
  transition: all 1s;
}
.massagers-wrapper .masseger .inner .help p {
  line-height: 37px;
}
.massagers-wrapper .masseger .inner .help span {
  position: absolute;
  width: 10px;
  height: 10px;
  top: -5px;
  left: 50%;
  margin-left: -5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.01) 51%, rgba(255, 255, 255, 0.01) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#03ffffff', GradientType=1);
}

/* +++++++ Footer +++++++ */

.footer {
  padding: 15px 0;
}
.footer__link {
  float: left;
  padding-top: 4px;
}
.footer-soc {
  float: right;
  margin-bottom: 0;
}
.footer-soc__item {
  display: inline-block;
  margin-left: 14px;
}

.modal {
  padding: 0!important;
  text-align: center;
}

.modal:before {
  display: inline-block;
  height: 100%;
  margin-right: -4px;
  content: '';
  vertical-align: middle;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal .close {
  position: absolute;
  z-index: 100;
  top: 10px;
  right: 20px;
  font-size: 47px;
  font-weight: 700;
}


/*///////////////////////////////////////////////////////////////////////////////////////////*/
/* RESPONSIVE CSS */
/*///////////////////////////////////////////////////////////////////////////////////////////*/


@media (min-width:1441px) {
  .section-reviews {
    background-image: url('../img/testimonials-bg---desktop-1920px.jpg');
  }
  .section-plan {
    background-image: url('../img/contact-bg-desktop1920px.jpg');
  }
}


@media (max-width:1440px) and (min-width:1200px) {
  .b-main-section {
    min-height: 776px;
    padding-top: 224px;
    background-image: url('../img/main-img.jpg');
  }
}

@media (max-width:1199px) {
  .section-team:after,
  .section-tour:after,
  .section-posts:after {
    display: none;
  }
}

@media (max-width:1199px) and (min-width:992px) {
  .b-main-section {
    min-height: 752px;
    padding-top: 224px;
    background-image: url('../img/main-img_md.jpg');
  }
  .b-tour:nth-child(odd) {
    padding-right: 542px;
  }
  .b-tour:nth-child(even) {
    padding-left: 543px;
  }
  .b-tour-gallery {
    width: 480px;
  }
  .b-tour:nth-child(even) .b-tour-gallery {
    left: 0;
  }
  .b-tour:nth-child(odd) .b-tour-gallery {
    right: 0;
  }
  .btn-next {
    bottom: 0;
  }
  .section-posts {
    padding-top: 90px;
  }
  .section-tour {
    padding-bottom: 35px;
  }
  .section-plan {
    padding-bottom: 90px;
  }
}

@media (max-width:991px) {
  .main-nav,
  .b-plan-list {
    display: none;
  }
  .b-main-section {
    text-align: center;
  }
  .b-main-section__title--bold {
    display: block;
  }
  .b-tour-gallery {
    position: relative;
    width: 100%;
    height: auto;
  }
  .b-tour:nth-child(even) .b-tour-gallery {
    left: 0;
  }
  .b-tour:nth-child(odd) .b-tour-gallery {
    right: 0;
  }
  .b-tour-gallery__img {
    width: 100%;
  }
  .b-tour__title:before {
    content: none;
  }
  .b-plan-form {
    float: none;
    width: 100%;
  }
  .nav-tabs {
    width: 100%;
  }
  .b-plan-form__inner {
    width: 100%;
  }
}

@media (max-width:991px) and (min-width:768px) {
  .section-reviews {
    padding-bottom: 30px;
    background-image: url('../img/testimonials-bg---tablet-1024px.jpg');
  }
  .section-plan {
    padding-bottom: 90px;
    background-image: url('../img/contact-bg-tablet-1024px.jpg');
  }
  .b-main-section {
    min-height: 744px;
    padding-top: 232px;
    background-image: url('../img/main-img_sm.jpg');
  }
  .b-main-section__title {
    padding: 0 30px 10px;
  }
  .btn-next {
    bottom: -10px;
  }
  .section-posts {
    padding-top: 98px;
    padding-bottom: 108px;
  }
  .b-tour {
    padding: 0 17px;
  }
  .b-tour:nth-child(odd) {
    padding-right: 17px;
  }
  .b-tour:nth-child(even) {
    padding-left: 17px;
  }
  .b-tour__title {
    margin-bottom: 23px;
    padding-top: 0;
  }
  .b-tour-gallery__figure {
    overflow: hidden;
    height: 360px;
  }
  .b-tour .b-tour-gallery {
    margin-bottom: 40px;
  }
  .section-tour {
    padding-bottom: 0;
  }
  .section-reviews .ui-title-block {
    margin-bottom: 36px;
  }
  .b-reviews-group {
    margin: 0 -16px;
  }
  .b-reviews {
    padding-right: 16px;
    padding-left: 16px;
  }
  .b-reviews__inner {
    padding-right: 0;
  }
  .b-reviews__blockquote {
    padding-right: 15px;
  }
  .b-about-group {
    margin: 0 -16px;
  }
  .b-about {
    padding-right: 16px;
    padding-left: 16px;
  }
  .b-about__label {
    border-left-width: 57px;
  }
  .b-team__inner {
    padding: 31px 23px 24px;
  }
}

@media (max-width:767px) {
  .header {
    position: absolute;
  }
  .b-main-section {
    min-height: 737px;
    padding-top: 132px;
    background-image: url('../img/main-img_xs.jpg');
  }
  .b-post {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .header__modal {
    display: none;
  }
  .header__language {
    margin-right: 0;
  }
  .b-main-section__inner {
    top: 134px;
  }
  .b-main-section__title {
    padding: 0 20px 20px;
    line-height: 1.28;
  }
  .b-main-section__info {
    margin-bottom: 34px;
    line-height: 1.2;
  }
  .b-tour:nth-child(odd) {
    padding-right: 0;
  }
  .b-tour:nth-child(even) {
    padding-left: 0;
  }
  .btn-next {
    bottom: -14px;
  }
  .section-posts {
    padding-top: 104px;
    padding-bottom: 63px;
  }
  .section-tour .ui-title-block {
    margin-bottom: 32px;
  }
  .b-tour {
    margin-bottom: 73px;
  }
  .b-tour__title {
    margin-bottom: 11px;
    text-align: center;
  }
  .b-tour-gallery {
    width: auto;
    margin-right: -15px;
    margin-left: -15px;
  }
  .b-tour-gallery .slick-prev,
  .b-tour-gallery .slick-next {
    display: none !important;
  }
  .b-tour-gallery__figcaption {
    min-height: 60px;
    padding: 21px 0;
    border-radius: 0;
  }
  .b-reviews-group {
    display: block;
  }
  .b-reviews {
    width: 100%;
  }
  .section-about .ui-title-block {
    padding: 0 10px;
  }
  .b-about__label {
    border-left-width: 50px;
  }
  .b-about-group {
    display: block;
  }
  .b-about {
    width: 100%;
    margin-bottom: 44px;
  }
  .b-about__inner {
    min-height: 208px;
  }
  .b-team-group {
    display: block;
  }
  .b-team {
    width: 100%;
  }
  .section-about {
    padding-bottom: 50px;
  }
  .b-team__inner {
    padding: 31px 22px 24px;
  }
  .b-plan-form__col {
    float: none;
    width: 100%;
  }
  .b-plan-form__submit {
    width: 100%;
  }
  .b-plan-tabs__nav {
    display: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 16px;
    border: 0;
    border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    background: #3d424d;
    -webkit-box-shadow: 0 10px 25px rgba(37, 15, 139, .1);
            box-shadow: 0 10px 25px rgba(37, 15, 139, .1);
  }
  .b-plan-tabs__nav > li > a {
    font-weight: 400;
    background-color: #3d424d;
  }
  .b-plan-tabs__nav > li.active > a,
  .b-plan-tabs__nav > li.active > a:hover,
  .b-plan-tabs__nav > li.active > a:focus {
    background-color: rgba(255,255,255,.05);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .b-plan-tabs__nav > li {
    display: block;
    width: 100%;
    text-align: left;
  }
  .b-plan-tabs__dropdown {
    border-radius: 6px 6px 0 0;
  }
  .b-plan-tabs__dropdown.open {
    background-color: #3d424d;
  }
  .nav-tabs > li:first-child > a {
    border-radius: 0;
  }
  .b-plan-tabs__content {
    margin-top: 16px;
  }

  .b-tour-gallery .slick-list {
    border-radius: 0;
  }
  .b-plan-form {
    margin-top: 16px;
  }
  .b-plan-form__inner {
    margin-top: 16px;
  }
}


.thanks-section{
  min-height: 100vh;
  height: 100vh;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thanks-section .b-modal-success__title{
  font-size: 44px;
}

.thanks-section .b-modal-success__info{
  font-size: 20px;
}

@media (max-width:767px) and (min-width:360px) {
  .section-reviews {
    background-image: url('../img/testimonials-bg---tablet-768px.jpg');
  }
  .section-plan {
    padding-bottom: 90px;
    background-image: url('../img/contact-bg-tablet-768px.jpg');
  }
    .header .container{
    text-align: center;
  }
  
  .header .header__logo{
    display: inline-block;
    float: none;
  }
  .thanks-section{
    height: auto;
  }
  .thanks-section .b-modal-success__title{
    font-size: 28px;
  }

  .thanks-section .b-modal-success__info{
    font-size: 16px;
  }     
}




@media (max-width:560px) and (min-width:480px) {
  .b-main-section__title {
    margin-top: 0;
    padding-right: 0;
    padding-left: 0;
    font-size: 40px;
  }
}

@media (max-width:359px) {
  .header .container{
    text-align: center;
  }
  
  .header .header__logo{
    display: inline-block;
    float: none;
  }

  .section-reviews {
    background-image: url('../img/testimonials-bg---tablet-360px.jpg');
  }
  .section-plan {
    background-image: url('../img/contact-bg-mobile-360px.jpg');
  }
  .b-main-section__title {
    padding-right: 0;
    padding-left: 0;
  }
  .footer-soc__item {
    margin-left: 5px;
  }
  .b-modal-success {
    width: 260px;
  }
  .ui-title-block {
    font-size: 34px;
  }
    .thanks-section{
    height: auto;
  }
  .thanks-section .b-modal-success__title{
    font-size: 28px;
  }

  .thanks-section .b-modal-success__info{
    font-size: 16px;
  }     
}


/* for high resolution display */

@media only screen and (min--moz-device-pixel-ratio: 2) and (max-width:767px) and (min-width:360px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width:767px) and (min-width:360px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width:767px) and (min-width:360px),
only screen and (min-device-pixel-ratio: 2) and (max-width:767px) and (min-width:360px){

  .section-reviews {
    background-image: url('../img/testimonials-bg---tablet-768px-x2.jpg');
  }
  .section-plan {
    padding-bottom: 90px;
    background-image: url('../img/contact-bg-tablet-768px-x2.jpg');
  }

}

/* for high resolution display */

@media only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 359px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 359px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 359px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 359px){

  .section-reviews {
    background-image: url('../img/testimonials-bg---tablet-360px-x2.jpg');
  }
  .section-plan {
    background-image: url('../img/contact-bg-mobile-360px-x2.jpg');
  }

}