@font-face{

  font-family: 'OpenSans';

  src: url('../fonts/woff2/OpenSans-Light.woff2') format('truetype');

  font-weight: 300;

  font-style: normal;

}

@font-face{

  font-family: 'Playball';
  src: url('../fonts/woff2/Playball.woff2') format('truetype');
}

@font-face{

  font-family: 'OpenSans';

  src: url('../fonts/woff2/OpenSans-Regular.woff2') format('truetype');

  font-weight: 400;

  font-style: normal;

}
@font-face{

  font-family: 'OpenSans';

  src: url('../fonts/woff2/OpenSans-SemiBold.woff2') format('truetype');

  font-weight: 600;

  font-style: normal;

}
@font-face{

  font-family: 'OpenSans';

  src: url('../fonts/woff2/OpenSans-Bold.woff2') format('truetype');

  font-weight: 700;

  font-style: normal;

}

@font-face{

  font-family: 'Attentica';

  src: url('../fonts/woff2/AttenticaUltraLight.woff2') format('truetype');

  font-weight: 300;

  font-style: normal;

}

/* support style */

img{max-width: 100%}
.parent{position: relative;}
.modal-title{display: inline-block;}
.btn-primary{background-color: #00afc2;border-color: #00afc2;}
.btn-primary:hover{background-color: #0a575f;border-color: #0a575f;}
.btn-success {background-color: #27ae60;border-color: #27ae60;}
.btn-success:hover {background-color: #0b5f2e;border-color: #0b5f2e;}
.form-group.error input,.form-group.error textarea{border: 1px solid #e74c3c;}
.errorMessage{color:#e74c3c;}
.btn-secondary{color: inherit;}
.flex--space-evenly{justify-content: space-evenly;}
/* Modal window */
#easy-pay-model label{
  display: inline;
}

/* Inner page */
section.inner {
  min-height: calc(100vh - 355px);
}
section.inner h1{
  font-weight: 600;
}
section.inner h3{
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 400;
}
section.inner p{
  margin-bottom: 10px;
  line-height: 22px;
}
/* Header and Menu Area CSS */
.modal-open .main-navigation {
  padding-right: 15px;
}
#modal-request .modal-dialog {
  width: 80%;
  max-width: 900px;
}
#modal-request .modal-body p{
  margin-bottom: 7px;
}
.second{
  cursor: n-resize;
}
.navbar .navbar-nav li:hover > a,.navbar .navbar-nav li.active a{
  background-color: transparent;
  color: #0a575f ;
}
.navbar .navbar-nav > li > a:focus {
  background-color: transparent
}
.navbar-brand {
  padding: 0px;
}
.nav > li {
  position: relative;
}
.navbar {
  background-color: transparent;
  border: none;
  margin: 0;
  text-transform: uppercase;
}
.navbar-nav > li a {
  /* color: rgb(0, 175, 194); */
  color: #fff;
  padding: 0 10px;
  margin: 33px 0px;
  border-right: 2px solid #00afc2;
}
.navbar-nav > li a:hover {
  /* color: rgb(0, 175, 194); */
  color: rgb(0, 175, 194)!important;
}
.navbar-nav > li:first-child a {
  padding-left: 0
}
.navbar-nav > li:last-child a {
  border-right: unset;
  padding-right: 0;
}

.logo-block {
  float: left;
  width: 40%;
  max-height: 86px;
}

.logo-block img {
  max-height: 46px;
}
.second-logo-block {
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 2;
  background: #000;
  border-radius: 15px;
  box-shadow: 0px 0px 30px #00afc280;
  width: 200px;
  padding: 8px;
}
.nav-block {
  float: left;
  width: 44%;
  min-width: 550px;
  margin-left: 15px;
}
.navbar-header {
  padding-top: 14px;
}

.main-navigation {
  position: fixed;
  background-color: #000;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  box-shadow: 0 2px 10px -1px rgba(87, 97, 100, 0.35);
  padding-bottom: 10px;
}

@media (max-width: 991px){
  .main-navigation {
    padding-bottom: 0px;
  }
}

.logo {
  display: inline-block;
}
.drop-down {
  position: absolute;
  background: #fff;
  width: 175%;
  top: 100%;
  z-index: 999999;
  padding: 0px 0px;
  display: none;
  visibility: visible;
  box-shadow: 0 2px 10px -5px rgba(87, 97, 100, 0.35);
  border-top: 1px solid #ddd;
}
.drop-down li {
  border-bottom: 1px solid #ddd;
}
.navbar .navbar-nav li:hover > .drop-down{
  display: block;
  visibility: visible;
}
.mobile-cap {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: black;
  display: none;
  opacity: 0;
  z-index: 1;
  transition: all ease-in 0.2s;
}
.mobile-cap.show{
  display: block;
}
.mobile-cap.open {
  opacity: 0.5;
}
.mobile-menu__contact {
  margin-bottom: 15px;
}
.mobile-menu__contact p{
  color: #00afc2;
  text-align: center;
  padding-top: 15px;
  margin: 0;
}
.mobile-menu {
  z-index: 16;
  position: fixed;
  right: -350px;
  top: 94px;
  bottom: 0;
  overflow-y: scroll;
  background-color: #000;
  transition: all ease-in 0.2s;
}
.mobile-menu.open {
  right: 0px;
}
.mobile-menu.open li {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.mobile-menu li {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transition-delay: 350ms;
  transition-delay: 350ms;
}
.mobile-menu li:nth-child(1) {
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}
.mobile-menu li:nth-child(2) {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.mobile-menu li:nth-child(3) {
  -webkit-transition-delay: 350ms;
  transition-delay: 350ms;
}
.mobile-menu li:nth-child(4) {
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}
.mobile-menu a {
  padding: 15px;
  display: block;
  cursor: pointer;
  text-align: center;
  width: 180px;
  color: #fff;
}

.mobile-menu li:first-child {
  border-top: 1px solid #fff;
}
.mobile-menu li {
  border-bottom: 1px solid #fff;
}

.mobile-menu > li {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0;
}
.mobile-menu > li {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* SECTION ADVANTAGES START*/

.first-section {
  margin-top: 45px;
  padding: 40px 0 0 0;
}
.first-section a{
  color: #247d95;
  font-size: 22px;
  width: 80px;
  margin: 0 auto;
}
.first-section p{
  font: normal 14px/18px sans-serif;
}

.row.flex {
  display: flex;
  justify-content: center;
}

.advantages__circle{
  display: inline-block;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  text-align: center;
  position: relative;
}
.advantages__description{
  padding-left: 20px;
}
/* .advantages__inner p {
  margin: 0;
  display: block;
  padding-bottom: 8px;
  font-weight: 600;
  font-size: 26px;
  color: #00afc2;
} */

.footerinfo{
  /*background-image: url(/img/footer/wood1.jpg)!important;*/
  padding: 20px 0!important;
  margin: 20px auto;
  background-position: center!important;
  background-repeat: no-repeat!important;
}

@media (max-width: 767px){
.footerinfo{
  margin-bottom: 0px;
  }
  .footerinfo svg{
  width: 50px;
  height: 50px;
  }
}

.footerinfo p {
  margin: 0;
  color: #000000;
}

.row.textcenter {
  display: flex;
}

.advantages__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.advantages__inner img {
  object-fit: contain;
}

.advantages__inner p:last-child {
  padding-bottom: 0;
}
.advantages__description p {
  color: #fff;
  font-size: 18px;
  margin: 0;
}

.advantages__block {
  display: flex;
  align-items: center;
}

.advantages__block:nth-child(2) {
  padding: 0 30px;
}
span.index-up {
  font-size: 18px;
  position: relative;
  top: -7px;
  text-transform: lowercase;
}

/* END ADVANTAGES */
/* SECTION ABOUT-US START*/
.About-us {
  padding: 60px 0;
  text-align: center;
}
.About-us h2 {
  margin: 0;
  color: #00afc2;
  text-transform: uppercase;
}
.About-us p {
  margin: 0;
}
.about-us__spa-block > div {
  border: 1px solid #c0c0c0;
  border-radius: 5px;
  padding: 20px 0px;
  height: 428px;
  display: flex;
  justify-content: space-between;
  flex-direction: column; 
}

@media (max-width: 1199px){
.about-us__spa-block > div {
  border: 1px solid #c0c0c0;
  border-radius: 5px;
  padding: 20px 0px;
  height: 428px;
  display: flex;
  justify-content: space-between;
  flex-direction: column; 
}
}

@media (max-width: 767px){
.about-us__spa-block > div {
  height: 100%;
}
}

.second-logo-block-mb {
  display: none;
}

@media (max-width: 991px){
.second-logo-block-mb {
  display: block;
}
}

.about-us__spa-block {
  padding: 0 5px;
}
.about-us__spa-block h3 {
  color: #00afc2;
  margin: 0;
  text-transform: uppercase;
  padding: 0 15px;
  font-size: 18px;
  /*height: 38px;*/
}
.about-us__spa-block .blue {
  color: #00afc2;
  font-size: 16px;
  padding-bottom: 5px;
}
.about-us__spa-block p {
  padding: 0 10px;
  line-height: 2rem;
}
.about-us__inner span {
  color: #00afc2;
  font-weight: 600;
  font-size: 18px;
  margin-top: 10px;
  display: block;
  width: 50%;
  float: left;
  margin-bottom: 0;
}
.about-us__spa-blocks{
  margin-top: 60px;
}
.pl-10{padding-left: 10px;}
.pr-10{padding-right: 10px;}
.about-us__inner img {
  padding: 0 10px;
  margin: 10px 0;
  border-radius: 18px;
}
.about-us__spa-block .btn {
  background-color: #00afc2;
  color: #fff;
  padding: 3px 15px;
  margin: 10px auto;
}
.about-us__spa-block .btn:hover,
.about-us__spa-block .btn:focus,
.about-us__spa-block .btn:active {
  background-color: #0a575f;
}

/* SECTION ABOUT-US END*/
/* SECTION LINER-BANNER START */
.Liner-banner .owl-theme .owl-controls .owl-page{
  position: relative;
}
.Liner-banner .owl-theme .owl-controls {
  text-align: center;
}
.Liner-banner .owl-theme .owl-controls .owl-page span{
  display: block;
  width: 40px;
  height: 40px;
  margin: 5px 7px;
  opacity: unset;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #fff;
}
.Liner-banner .owl-theme .owl-controls .owl-page.active span{
  background: #fff;
}
.Liner-banner .owl-theme .owl-controls .owl-page.active:after {
  color: #37c0cc;
}
.Liner-banner .owl-theme .owl-controls .owl-page:after {
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(50%);
  line-height: 48px;
  display: block;
  font-size: 20px;
  color: #fff;
}
.Liner-banner .owl-theme .owl-controls .owl-page:nth-child(1):after{
  content: '1';
}
.Liner-banner .owl-theme .owl-controls .owl-page:nth-child(2):after{
  content: '2';
}
.Liner-banner .owl-theme .owl-controls .owl-page:nth-child(3):after{
  content: '3';
}
.Liner-banner .owl-theme .owl-controls .owl-page:nth-child(4):after{
  content: '4';
}
.Liner-banner .owl-theme .owl-controls .owl-page:nth-child(5):after{
  content: '5';
}
.Liner-banner {
  padding: 40px 0;
  background-image: url('/img/liner-banner/bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.liner-banner__circle {
  display: inline-block;
  width: 120px;
  height: 120px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  bottom: 70px;
}
.liner-banner__circle img {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  margin-top: -36px;
}
.liner-banner__description {
  display: inline-block;
  width: 80%;
  max-width: 1000px;
  position: relative;
  left: 20px;
  text-align: left;
}
.liner-banner__description h3 {
  color: #fff;
  text-transform: uppercase;
}
.liner-banner__description p {
  color: #fff;
  font-size: 16px;
}
.Liner-banner__row {
  text-align: center;
}
.Liner-banner .owl-theme .owl-controls .owl-page:not(:last-child){
  margin-right: 50px;
}
.liner-banner__info-graphic span {
  display: block;
  background-color: transparent;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
  font-size: 20px;
  position: relative;
}
.liner-banner__info-graphic span:not(:last-child){
  margin-right: 80px;
}
.liner-banner__info-graphic span.active {
  background-color: #fff;
  color: #00afc2;
}
.liner-banner__info-graphic {
  display: flex;
}
.liner-banner__info-graphic span:after {
  content: '';
  display: block;
  position: absolute;
  top: 19px;
  right: -60px;
  height: 1px;
  width: 40px;
  background-color: #fff;
}

.liner-banner__info-graphic span:last-child:after {
  /* display: unset; */
  content: unset;
}

/* SECTION LINER-BANNER END */
/* SECTION PROMOTIONS END */
.promotions-block {
  margin: 60px 0;
}
.promotions-block__inner {
  padding: 15px;
  margin: 0 15px;
  border: 1px solid silver;
  border-radius: 4px;
  text-align: center;
  position: relative;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.promotions-block__hover {
  opacity: 0;
  transition: opacity ease-in-out 0.3s;
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  color: #ffffff;
  background-color: #00afc2d1;
  overflow: hidden;
  display: flex;
  align-items: center;
  font-size: 13px;
  padding: 2px;
}
.promotions-block__hover:hover,
.promotions-block__hover:focus{
  opacity: 1;
}
.promotions-block__inner img {
  margin-bottom: 20px;
}
.promotions-block__inner h4 {
  margin: 0;
  font-weight: normal;
}
.promotions-block__inner .btn {
  background-color: #00afc2;
  color: #fff;
  padding: 3px 15px;
  margin: 10px auto;
}
.promotions-block__inner p {
  font-size: 1.4em;
  margin: 0px;
}
.promotions-block__inner .btn:hover,
.promotions-block__inner .btn:focus,
.promotions-block__inner .btn:active {
  background-color: #0a575f;
}
.owl-promotions.owl-theme .owl-controls {
  margin: 0;
  text-align: center;
  position: absolute;
  top: -25px;
  right: 15px;
}
/* SECTION PROMOTIONS END */
/* SECTION REQUEST-BLOCK START */
input[type="radio"], input[type="checkbox"] {
  margin: 0;
  margin-top: 1px \9;
  position: relative;
  top: 2px;
  margin-right: 7px;
}
.request-block h2,
.request-block p{
  text-align: center;
  font-weight: normal;
}
.stars{
  display: flex;
  justify-content: center;
  padding-bottom: 15px;
}
.d14 {
  margin: 0;
  height: 0;
  width: 0;
  position: relative;
  left: -16px;
  top: 8px;
  border-right: 50px solid transparent;
  border-bottom: 35px solid #c5ecf1;
  border-left: 50px solid transparent;
  transform: rotate(35deg) scale(0.5);}
  .d14:before, .d14:after {
  content: "";
  height: 0; width: 0;
  position: absolute;}
  .d14:before {
  top: -26px; left: -32px;
  border-bottom: 40px solid #c5ecf1;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  transform: rotate(-35deg);}
  .d14:after {
  top: 2px; left: -53px;
  border-right: 50px solid transparent;
  border-bottom: 35px solid #c5ecf1;
  border-left: 50px solid transparent;
  transform: rotate(-70deg);}
.star.hover .d14,
.star.hover .d14:after {
  border-bottom: 35px solid #00afc2;
}
.star.hover .d14:before{
  border-bottom: 40px solid #00afc2;
}
.star.on .d14,
.star.on .d14:after {
  border-bottom: 35px solid #0a575f;
}
.star.on .d14:before{
  border-bottom: 40px solid #0a575f;
}
.form-group.last {
  display: inherit;
  text-align: center;
}
 [type="checkbox"]{
  position: relative;
  left: 5px;
}
.request-block .btn {
  background: #00afc2;
  color: #fff;
  border: unset;
}
.request-block .btn:hover,
.request-block .btn:active,
.request-block .btn:focus {
  background: #0a575f;
  color: #fff;
  border: unset;
}
.star {
  height: 50px;
  width: 70px;
  cursor: pointer;
}
/* SECTION REQUEST-BLOCK END */
/* SECTION NEWS-BLOCK START */

.news-block {
  padding: 60px 0;
}
.news-block__circle img {
  width: 100%;
  margin-bottom: 30px;
  object-fit: cover;
  height: 260px !important;
  border-radius: 15px;
}
.news-block__description {
  padding: 15px;
  background-color: #d2f8fb;
  position: relative;
  height: 288px!important;
  margin-bottom: 40px;
}

@media (max-width: 1199px){
  .news-block__description {
  height: 368px!important;
}
}

@media (max-width: 991px){
  .news-block__description {
  height: 238px!important;
}
}

@media (max-width: 767px){
  .news-block__description {
  margin-bottom: 0px;
  height: 250px!important;
}
}

@media (max-width: 500px){
  .news-block__description {
  margin-bottom: 40px;
  height: 180px!important;
}
}

.news-block__description h3 {
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
}
.news-block__description a {
  position: absolute;
  bottom: 15px;
  right: 0;
  left: 0;
  text-align: center;
  display: block;
}
.news-block__description p:nth-child(3) {
  margin-bottom: 25px;
}
.news-block__description a:after,
.news-block__description a:before {
  content: '';
  display: block;
  height: 1px;
  background-color: #00afc2;
  width: 15px;
  position: absolute;
  top: 50%;
}
.news-block__description a:after{
  right: calc(50% - 60px);
}
.news-block__description a:before {
  left: calc(50% - 60px)
}
.news-block__description h4 {
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
}

/* SECTION NEWS-BLOCK END */
/* SECTION FEEDBACK-BLOCK START */
.feedback-block .modal.feedback-item {
  top: 50%;
  transform: translateY(-50%);
}
.feedback-block .modal h5{
  display: inline-block;
}
.feedback-block .modal-body{
  font-size: 14px;
}
a[data-toggle="modal"]{
  cursor: pointer;
}
.feedback-block__title{
  font-weight: normal;
  font-style: italic;
  color: #3a3a3a;
  margin-bottom: 30px;
}
.feedback-block__title a{
  padding-left: 5px;
  color: #0a575f;
  font-weight: normal;
  font-style: normal;
}
.feedback-block__inner h6{
  color: #0a575f;
}
.feedback-block__inner a {
  display: block;
  text-align: right;
}
.feedback-block__inner {
  padding: 15px;
  margin: 5px;
  border: 1px solid silver;
  border-radius: 4px;
  min-height: 164px;
}
.owl-feedback.owl-theme .owl-controls {
  margin: 0;
  text-align: center;
  position: absolute;
  top: -25px;
  right: 5px;
}
/* SECTION FEEDBACK-BLOCK END */
/* SECTION FOOTER-AREA END */
.footer-area {
  background-color: #00afc2;
  padding: 40px 0;
  margin-top: 60px;
}
.footer-area .col-md-offset-2{
  margin-left: 10%;
}
.footer-area .col-md-3{
  width: 30%;
}
.social {
  white-space: nowrap;
}
.social img{
  transition: all ease 0.2s;
}
.social img:hover {
  filter: invert(100%);
}
#btnMobile span{
  display: block;
  height: 3px;
  width: 30px;
  background-color: #fff;
  position: relative;
}
#btnMobile {
  position: absolute;
  right: 0;
  top: 0;
  padding: 21px;
  margin-top: 10px;
}
div#btnMobile span {
  margin: 5px 0px;
}
div#btnMobile.open span:last-child {
  transform: rotate(45deg);
  top: 0px;
}
div#btnMobile.open span:first-child {
  transform: rotate(-45deg);
  top: 8px;
}
div#btnMobile.open span:nth-child(2) {
  display: none;
}
.footer-area__inner p:last-child {
  padding-left: 15px;
  display: inline-block;
  position: relative;
  top: 0px;
  text-align: left;
}
.footer-area__inner {
  padding: 15px 0;
  text-align: center;
}
.footer-area__circle{
  background-color: #000;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.footer-area__inner h2 {
  font-family: Attentica;
  font-weight: 300;
  font-size: 50px;
  margin-bottom: 0;
  text-align: center;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}
.footer-area__inner p{
  color: #fff;
  margin-bottom: 0;
}
.footer-area a{
  color: #fff;
}
.social a {
  line-height: 160px;
}
.footer-area__menu a{
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.footer-area__menu a:hover{
  color: #0a575f;
}
/* SECTION FOOTER-AREA END */
#modal-prosto-spa .row{
  display: flex;
  margin: 0;
}
#modal-prosto-spa .col-md-5{
  padding: 0;
}
#modal-prosto-spa .col-md-7{
  padding-left: 30px;
}
#modal-prosto-spa img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.prosto-spa__description p{
  margin-bottom: 5px;
}
.prosto-spa__promo p{
  margin: 15px 0;
  color: #00afc2;
}
#modal-prosto-spa h1.modal-title{
  font-weight: normal;
  display: block;
  text-align: center;
  margin-top: 20px;
}
#request-form .col-md-6,
#request-form .col-md-12{
  padding: 0;
}
#request-form .row .col-md-6:first-child {
  padding-right: 5px;
}
#request-form .row .col-md-6:last-child {
  padding-left: 5px;
}
#request-form .form-group {
  margin-bottom: 10px;
}
.modal-dialog.prosto-spa .modal-content > .close {
  position: absolute;
  right: 10px;
  top: 5px;
}
.form-group.gender input[type="radio"], .form-group.gender input[type="checkbox"]{
  margin-right: 0;
}
span#Request_gender {
  margin-left: 7px;
}
.form-group.gender > span:first-child {
  margin-left: 15px;
}
#Request_gender label {
  margin-bottom: 0;
}
@media (min-width: 992px){
  .modal-dialog.prosto-spa{
    width: 60%;
  }
  .textcenter a img {
    height: 120px;
    max-width: 150%;
}
}
@media (max-width: 991px){
  .modal-dialog.prosto-spa{
    width: 90%;
    margin: 15px auto;
  }
  #modal-prosto-spa .row .row {
    display: block;
  }
  #request-form .row .col-md-6:last-child,
  #request-form .row .col-md-6:first-child{
    padding: 0;
  }
}
@media (max-width: 767px){
  #modal-prosto-spa .col-md-7 {
    padding-left: 15px;
  }
  #request-form {
    overflow: hidden;
  }
  .footerinfo img {
    display: none;
  }
}


@media (max-width: 1200px){
  .textcenter a img {
    height: 80px;
    max-width: 150%;
}
.footerinfo {
  padding: 10px 0 !important;
}
}

@media (max-width: 575px) {
  .first-section a {
    font-size: 16px!important;
}
}

@media (max-width: 767px) {
  .first-section a {
    font-size: 20px;
    width: 50px;
}
}

@media (max-width: 410px) {
  .footerinfo .col-sm-4,
  .footerinfo .col-md-7{
    padding-right: 0 !important;
}
  .footerinfo p {
    font-size: 12px;
  }
}

.logo-block{
	margin-top: 16px;
}

.logo-fitnes{
	white-space: nowrap;
	display: flex;
	font-family: "PLayball";
	font-size: 42px!important;
	font-weight: 100;
}

@media (max-width: 991px) {
  .logo-fitnes{
	white-space: nowrap;
	display: none;
	font-family: "PLayball";
	font-size: 30px!important;
	font-weight: 100;
}
.logo-block{
	margin-top: 24px;
}
 }
 
/* @media (max-width: 500px) {
  .logo-fitnes{
	white-space: nowrap;
	display: flex;
	font-family: "PLayball";
	font-size: 24px!important;
	font-weight: 100;
}
.logo-block{
	margin-top: 32px;
}
 }
 */
 
 .accordion-3 .panel-heading {
  padding: 0px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: #fff !important;
  color: #247D95;
  border-color: #247D95 !important;
  border-bottom: 1px solid #00afc2 !important;
}
.accordion-3 .panel-heading a {
  text-align: center!important;
  padding: 14px !important;
  display: block;
  width: 100%;
  font-style: normal;
  font-family: OpenSans, sans-serif;
  text-align: left;
  color: #00afc2;
}
.accordion-3 .panel-default {
  border-color: #00afc2 !important;
  margin: 5px auto !important;
}
.accordion-3 .panel-body {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: #0a575f;
  color: #fff !important;
}

.accordion-3 .panel-body h4
{
	font-weight: bold;
	font-style: normal;
	font-family: OpenSans, sans-serif;
	color: #fff!important;
}

.accordion-3 .panel-body h5
{
	font-weight: bold;
	font-style: normal;
	font-family: OpenSans, sans-serif;
	color: #fff!important;
}


.accordion-3 .panel-body p{
	font-family: OpenSans, sans-serif;
	color: #fff;
	text-align: left!important;
}

.accordion-3 .panel-body p:last-child{
  margin-bottom: 0px!important;
}

.panel-body ul li {
	font-size: 14px!important;
	font-family: OpenSans, sans-serif;
}

.panel-body ul{
	margin: 0px!important;
	margin-left: 15px!important;
	padding: 0px;
}

@media screen and (max-width: 767px){
	.footerinfo .row{
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

.link-icons{
	display: flex;
	justify-content: center;
	align-items: center;
}

.link-icons svg path{
	fill: #00afc2!important;
}

.carousel-control{
  opacity: 1;
}

.glyphicon svg{
  width: 70px;
  fill: #fff;
}

@media screen and (max-width: 767px){
	.glyphicon svg{
    width: 40px;
  }
}

.carousel-indicators{
  z-index: 1;
}

.carousel-indicators .active, .carousel-indicators li{
  margin: 0 10px;
}