button, a {
  cursor: pointer; }

body {
  margin: 0px;
  padding: 0px;
  font-family: 'Open Sans';
  font-weight: normal;
  background-color: #fff;
  width: 100%;
  min-width: 320px;
  min-height: 100vh;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto; }

.mfp-title, .mfp-counter {
  font-family: "Montserrat", sans-serif; }

* {
  box-sizing: border-box; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

.btn {
  margin-bottom: 20px;
  display: block; }

.d-none {
  display: none !important; }

@-webkit-keyframes autofill {
  to {
    background: #fff; } }

input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both; }

::-ms-clear {
  display: none; }

.d-none {
  display: none !important; }

h1 {
  font-size: 50px;
  color: #000;
  font-family: "Montserrat", sans-serif; }

h2 {
  font-size: 30px;
  color: #000;
  font-family: "Montserrat", sans-serif; }

h3 {
  font-size: 15px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: normal; }

p {
  font-size: 15px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  line-height: 1.5em; }
  p.t-blue {
    color: #18c1eb; }

.t-blue p {
  color: #18c1eb;
  font-weight: bold; }

ul {
  list-style: none;
  text-align: left;
  padding-left: 22px; }
  ul li {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    position: relative;
    line-height: 2em;
    font-weight: 600; }
    ul li:before {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-left: 6px solid #fff;
      top: 8px;
      left: -20px; }
    ul li.light {
      color: #fff; }
      ul li.light:before {
        border-left: 6px solid #fff; }
    ul li.blue:before {
      border-left: 6px solid #1acaed; }

.cta-btn-white {
  padding: 13px 44px;
  background: transparent;
  border-radius: 30px;
  border: 2px solid #fff;
  outline: none;
  font-size: 14px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: bold; }

.cta-btn-blue {
  padding: 13px 44px;
  background: transparent;
  border-radius: 30px;
  border: 2px solid #20b4e8;
  outline: none;
  font-size: 14px;
  color: #20b4e8;
  font-family: "Montserrat", sans-serif;
  font-weight: bold; }
  .cta-btn-blue a {
    color: #20b4e8; }

.confirm-btn {
  padding: 13px 44px;
  background: transparent;
  border-radius: 30px;
  border: none;
  outline: none;
  font-size: 14px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  background: linear-gradient(to right, #1FBDEA, #21D8F1); }
  .confirm-btn a {
    color: #fff; }

input, textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #18c1eb;
  resize: none;
  outline: none;
  font-family: "Montserrat", sans-serif;
  width: 100%;
  padding: 18px 0px;
  color: #000; }

textarea {
  min-height: 170px; }

.check-box {
  display: block;
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000;
  text-align: left; }
  .check-box a {
    color: #1a285b;
    text-decoration: underline; }
  .check-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    display: none; }
  .check-box:hover input ~ .checkmark {
    background-color: #ebebeb; }
  .check-box input:checked ~ .checkmark {
    background-color: #18c1eb; }
  .check-box input:checked ~ .checkmark:after {
    display: inline-block; }
  .check-box input:checked ~ .checkmark:before {
    display: inline-block; }
  .check-box .checkmark:after {
    left: 7px;
    top: 2px;
    width: 0;
    height: 12px;
    border: solid white;
    border-width: 0 2px 0 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .check-box .checkmark:before {
    left: 7px;
    top: 2px;
    width: 0;
    height: 12px;
    border: solid white;
    border-width: 0 2px 0 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.checkmark {
  position: absolute;
  background: #fff;
  border: 1px solid #B7B5B7;
  top: calc(50% - 10px);
  left: 0;
  height: 18px;
  width: 18px; }
  .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .checkmark:before {
    content: "";
    position: absolute;
    display: none; }

.sonata-media-block-media-container img, .cms-block img {
  max-width: 100%;
  height: auto; }

header {
  width: 100%; }
  header .logo {
    text-align: center;
    display: block;
    padding-top: 30px;
    padding-bottom: 30px; }
    header .logo img {
      display: inline-block; }
  header .nav-menu {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1060px;
    text-align: center; }
    header .nav-menu nav a {
      display: inline-block;
      color: #000;
      font-family: "Montserrat", sans-serif;
      font-size: 14px;
      position: relative; }
      header .nav-menu nav a:before {
        content: "";
        position: absolute;
        left: 0px;
        bottom: -16px;
        width: 0%;
        height: 3px;
        background: linear-gradient(to right, #1FBDEA, #21D8F1);
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        transition-property: width; }
      header .nav-menu nav a:hover:before {
        width: 100%; }
      header .nav-menu nav a.active:before {
        width: 100%; }
      header .nav-menu nav a:not(:last-child) {
        margin-right: 28px; }
  header .nav-btn {
    width: 30px;
    height: 30px;
    top: 20px;
    right: 15px;
    position: absolute;
    z-index: 20;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    display: none; }
    header .nav-btn .line {
      width: 100%;
      height: 2px;
      background-color: #282828;
      position: absolute;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      transition-property: all; }
      header .nav-btn .line:nth-child(1) {
        opacity: 1;
        top: 0%; }
      header .nav-btn .line:nth-child(2) {
        top: 50%; }
      header .nav-btn .line:nth-child(3) {
        top: 50%; }
      header .nav-btn .line:nth-child(4) {
        opacity: 1;
        top: 100%; }
  header .nav-btn-active .line {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    transition-property: all; }
    header .nav-btn-active .line:nth-child(1) {
      opacity: 0;
      top: 50%; }
    header .nav-btn-active .line:nth-child(2) {
      transform: rotate(225deg); }
    header .nav-btn-active .line:nth-child(3) {
      transform: rotate(-225deg); }
    header .nav-btn-active .line:nth-child(4) {
      opacity: 0;
      top: 50%; }

@media screen and (max-width: 1200px) {
  header {
    position: relative; }
    header .logo {
      text-align: left;
      display: block;
      padding-top: 10px;
      padding-bottom: 10px;
      margin-left: 34px;
      margin-right: auto; }
      header .logo img {
        width: 90px; }
    header .nav-menu {
      position: absolute;
      background: #fff;
      width: 100%;
      left: 0px;
      max-width: 100%;
      padding-left: 34px;
      left: -100%;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      transition-property: left; }
      header .nav-menu nav a {
        text-align: left;
        display: block;
        margin-bottom: 30px;
        margin-top: 16px; }
    header .nav-btn {
      display: block; }
    header.header-responsive .nav-menu {
      left: 0%; } }

footer .footer-row {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding-top: 70px; }
  footer .footer-row .footer-content {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
    max-width: 1060px;
    padding-bottom: 70px; }
    footer .footer-row .footer-content .footer-logo {
      display: inline-block;
      vertical-align: top; }
    footer .footer-row .footer-content .footer-col {
      display: inline-block;
      vertical-align: top;
      text-align: left;
      margin-left: 50px; }
      footer .footer-row .footer-content .footer-col .basic-links {
        font-size: 13px;
        font-family: "Montserrat", sans-serif;
        color: #000;
        font-weight: 500;
        display: block; }
        footer .footer-row .footer-content .footer-col .basic-links:not(:last-child) {
          margin-bottom: 12px; }
    footer .footer-row .footer-content .contact-footer {
      display: inline-block;
      vertical-align: top; }
    footer .footer-row .footer-content .contacts {
      position: relative;
      text-align: left;
      display: inline-block;
      vertical-align: top; }
      footer .footer-row .footer-content .contacts.first {
        margin-left: 140px; }
      footer .footer-row .footer-content .contacts.second {
        margin-left: 70px; }
      footer .footer-row .footer-content .contacts .contact-icon {
        position: absolute;
        top: 0px;
        left: -40px; }
      footer .footer-row .footer-content .contacts .title {
        font-family: "Montserrat", sans-serif;
        color: #000;
        font-weight: bold;
        font-size: 14px;
        margin: 0;
        display: block; }
      footer .footer-row .footer-content .contacts .number {
        font-family: "Montserrat", sans-serif;
        color: #000;
        font-weight: normal;
        font-size: 14px;
        margin: 0;
        display: block; }

footer .copyright {
  border-top: 1px solid rgba(0, 0, 0, 0.3); }
  footer .copyright .copyright-content {
    font-family: "Montserrat", sans-serif;
    color: #000;
    opacity: .5;
    font-weight: 500;
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 100%;
    max-width: 1060px;
    padding-bottom: 30px; }
    footer .copyright .copyright-content .float-right {
      float: right; }
      footer .copyright .copyright-content .float-right a {
        text-decoration: underline;
        color: #000;
        opacity: .7; }

@media screen and (max-width: 1200px) {
  footer .footer-row {
    padding-top: 56px; }
    footer .footer-row .footer-content {
      text-align: left;
      padding-bottom: 56px;
      max-width: 580px; }
      footer .footer-row .footer-content .contact-footer {
        display: block;
        margin-top: 40px; }
        footer .footer-row .footer-content .contact-footer .contacts.first {
          margin-left: 42px; }
  footer .copyright .copyright-content {
    padding-left: 26px;
    padding-right: 26px; } }

@media screen and (max-width: 646px) {
  footer .footer-row .footer-content {
    text-align: center; }
    footer .footer-row .footer-content .footer-logo {
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 30px; }
    footer .footer-row .footer-content .footer-col {
      /*display: block;
          margin-left: auto;
          margin-right: auto;
          text-align: center;
          margin-top: 30px;*/ }
    footer .footer-row .footer-content .contact-footer .contacts.first {
      margin-left: -24px; }
    footer .footer-row .footer-content .contact-footer .contacts.second {
      margin-left: 32px; }
  footer .copyright .copyright-content .float-right {
    float: none;
    display: block;
    margin-top: 30px; } }

@media screen and (max-width: 500px) {
  footer .footer-row .footer-content .footer-col {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 30px; }
  footer .footer-row .footer-content .contact-footer .contacts {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 166px; }
    footer .footer-row .footer-content .contact-footer .contacts.first {
      margin-left: auto; }
    footer .footer-row .footer-content .contact-footer .contacts.second {
      margin-left: auto;
      margin-top: 20px; } }

.hp .content {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
  max-width: 1060px;
  padding-top: 50px; }
  .hp .content .hero-cards .card {
    width: 336px;
    -webkit-box-shadow: 5px 7px 35px -9px rgba(102, 102, 102, 0.3);
    -moz-box-shadow: 5px 7px 35px -9px rgba(102, 102, 102, 0.3);
    box-shadow: 5px 7px 35px -9px rgba(102, 102, 102, 0.3);
    vertical-align: top;
    display: inline-block;
    border-radius: 20px;
    overflow: hidden;
    padding-bottom: 44px; }
    .hp .content .hero-cards .card:nth-child(2) {
      margin: 0 22px; }
    .hp .content .hero-cards .card img {
      width: 100%; }
    .hp .content .hero-cards .card .title {
      font-size: 17px;
      font-family: "Montserrat", sans-serif;
      color: #000000;
      margin-top: 26px;
      font-weight: bold; }
    .hp .content .hero-cards .card .text {
      font-size: 13px;
      font-family: "Montserrat", sans-serif;
      color: #000000;
      margin-top: 26px;
      padding: 0px 34px;
      margin-bottom: 28px; }
      .hp .content .hero-cards .card .text p {
        font-size: 13px; }
    .hp .content .hero-cards .card button {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 186px; }
      .hp .content .hero-cards .card button:not(:last-child) {
        margin-bottom: 22px; }
    .hp .content .hero-cards .card .confirm-btn {
      padding: 13px 13px; }
  .hp .content .news {
    padding-top: 84px;
    text-align: left;
    display: block; }
    .hp .content .news h2 {
      font-size: 39px;
      margin-top: 0px; }
    .hp .content .news .news-box {
      display: block;
      width: 100%; }
      .hp .content .news .news-box .card {
        padding: 18px 36px;
        -webkit-box-shadow: 5px 7px 35px -9px rgba(102, 102, 102, 0.3);
        -moz-box-shadow: 5px 7px 35px -9px rgba(102, 102, 102, 0.3);
        box-shadow: 5px 7px 35px -9px rgba(102, 102, 102, 0.3);
        background: #fff;
        border-radius: 20px; }
        .hp .content .news .news-box .card:not(:last-child) {
          margin-bottom: 26px; }
        .hp .content .news .news-box .card .up-part .title {
          font-size: 17px;
          font-family: "Montserrat", sans-serif;
          color: #000000;
          display: inline-block;
          vertical-align: middle;
          font-weight: bold; }
        .hp .content .news .news-box .card .up-part .bell {
          display: inline-block;
          vertical-align: middle;
          margin-left: 18px;
          margin-right: 10px; }
        .hp .content .news .news-box .card .up-part .date {
          font-size: 13px;
          font-family: "Montserrat", sans-serif;
          color: #000000;
          display: inline-block;
          vertical-align: middle;
          font-weight: bold; }
        .hp .content .news .news-box .card .text {
          font-size: 13px;
          font-family: "Montserrat", sans-serif;
          color: #000000;
          margin: 0px; }
    .hp .content .news .cta-btn-blue {
      margin-top: 30px; }
  .hp .content .contact {
    display: block;
    padding-top: 84px;
    padding-bottom: 44px; }
    .hp .content .contact h2 {
      font-size: 39px;
      margin-top: 0px; }
    .hp .content .contact .text-part {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      z-index: 2;
      text-align: left; }
      .hp .content .contact .text-part .info-text {
        font-family: "Montserrat", sans-serif;
        color: #000;
        font-size: 14px; }
        .hp .content .contact .text-part .info-text a {
          color: #13b0e7;
          text-decoration: underline; }
        .hp .content .contact .text-part .info-text p {
          font-size: 14px; }
      .hp .content .contact .text-part .confirm-btn {
        margin-top: 30px; }
    .hp .content .contact .map {
      display: inline-block;
      vertical-align: middle;
      margin-left: -178px; }

@media screen and (max-width: 1100px) {
  .hp .content .hero-cards .card {
    margin: 22px 22px;
    width: 290px; }
    .hp .content .hero-cards .card:nth-child(2) {
      margin: 22px 22px; }
  .hp .content .news {
    padding-left: 30px;
    padding-right: 30px; }
  .hp .content .contact {
    padding-left: 30px;
    padding-right: 30px; }
    .hp .content .contact .map {
      margin-left: -160px; }
      .hp .content .contact .map img {
        width: 610px; } }

@media screen and (max-width: 940px) {
  .hp .content .contact .map {
    display: block;
    margin-left: 0px;
    margin-top: 30px; }
    .hp .content .contact .map img {
      width: 100%; } }

@media screen and (max-width: 500px) {
  .hp .content .hero-cards .card {
    margin: 10px 10px; }
    .hp .content .hero-cards .card:nth-child(2) {
      margin: 10px 10px; }
  .hp .content .news .news-box .card .up-part .title {
    display: block;
    margin-bottom: 0px; }
  .hp .content .news .news-box .card .up-part .bell {
    margin-left: 0px; }
  .hp .content .contact .map {
    display: block;
    margin-left: -144px;
    margin-top: 30px; }
    .hp .content .contact .map img {
      width: 100%; } }

.detail .hero {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
  max-width: 1060px;
  padding-top: 50px; }
  .detail .hero img {
    display: inline-block; }
  .detail .hero .booking-time {
    margin-top: 30px;
    margin-bottom: 30px;
    display: block;
    background-color: #1FBDEA;
    background: linear-gradient(to right, #1FBDEA, #21D8F1);
    border-radius: 12px;
    padding: 3px; }
    .detail .hero .booking-time .foreground {
      background: #fff;
      border-radius: 10px;
      padding: 12px;
      text-align: center; }
      .detail .hero .booking-time .foreground p {
        font-family: "Montserrat", sans-serif;
        font-size: 20px;
        font-weight: bold;
        margin: 0; }

.detail .row {
  margin-bottom: 60px;
  display: block;
  text-align: center; }
  .detail .row .col-60 {
    width: 60%;
    margin-right: -1%;
    display: inline-block;
    vertical-align: top;
    text-align: left; }
    .detail .row .col-60.col-first {
      padding-right: 30px; }
    .detail .row .col-60.col-second {
      padding-right: 112px; }
    .detail .row .col-60 h1 {
      margin-top: 0px;
      margin-bottom: 20px;
      line-height: .9em; }
    .detail .row .col-60 .video-cover {
      width: 100%;
      position: relative; }
      .detail .row .col-60 .video-cover .coverImg {
        width: 100%; }
      .detail .row .col-60 .video-cover .play-button {
        border-radius: 100%;
        width: 120px;
        height: 120px;
        z-index: 2;
        position: absolute;
        border: none;
        outline: none;
        background: transparent;
        right: -60px;
        top: 50%;
        transform: translateY(-50%); }
        .detail .row .col-60 .video-cover .play-button img {
          width: 100%; }
  .detail .row .col-40 {
    width: 40%;
    display: inline-block;
    vertical-align: top; }
    .detail .row .col-40 .gradient-box {
      padding: 44px 46px;
      text-align: left;
      border-radius: 12px;
      background: linear-gradient(to right, #1FBDEA, #21D8F1); }
      .detail .row .col-40 .gradient-box h2 {
        color: #fff;
        margin-top: 0px; }
      .detail .row .col-40 .gradient-box ul li {
        color: #fff; }
        .detail .row .col-40 .gradient-box ul li a {
          color: #fff;
          text-decoration: underline;
          font-weight: normal; }
      .detail .row .col-40 .gradient-box .cta-btn-white {
        margin-top: 20px; }
    .detail .row .col-40 .videos-list-box {
      text-align: left; }
      .detail .row .col-40 .videos-list-box p {
        margin-top: 0px;
        margin-bottom: 0px; }
      .detail .row .col-40 .videos-list-box .cta-btn-blue {
        margin-top: 26px;
        display: inline-block; }
      .detail .row .col-40 .videos-list-box .pins {
        margin-top: 26px;
        margin-left: 10px; }
        .detail .row .col-40 .videos-list-box .pins .pin {
          display: inline-block;
          vertical-align: middle;
          width: 8px;
          height: 8px;
          border-radius: 100%;
          background: #D9D7D9;
          cursor: pointer; }
          .detail .row .col-40 .videos-list-box .pins .pin:not(:last-child) {
            margin-right: 28px; }
          .detail .row .col-40 .videos-list-box .pins .pin:hover, .detail .row .col-40 .videos-list-box .pins .pin.active {
            background: #1AC9EF;
            transform: scale(1.2); }
  .detail .row .col-100 {
    width: 100%; }
    .detail .row .col-100 .gallery {
      display: block;
      text-align: left; }
      .detail .row .col-100 .gallery .image-grid .img-item {
        width: 32%;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: .9%;
        position: relative; }
        .detail .row .col-100 .gallery .image-grid .img-item img {
          width: 100%; }
        .detail .row .col-100 .gallery .image-grid .img-item:not(:last-child) {
          margin-right: .9%; }
        .detail .row .col-100 .gallery .image-grid .img-item .foreground {
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0px;
          top: 0px;
          z-index: 2;
          background: rgba(33, 216, 241, 0.8);
          opacity: 0; }
          .detail .row .col-100 .gallery .image-grid .img-item .foreground img {
            position: relative;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 40px;
            height: 40px; }
        .detail .row .col-100 .gallery .image-grid .img-item:hover .foreground {
          opacity: 1; }
  .detail .row .col-50 {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    text-align: left; }
    .detail .row .col-50:first-child {
      margin-right: -1%; }
    .detail .row .col-50 .personal-cards {
      display: block;
      margin-top: 56px; }
      .detail .row .col-50 .personal-cards .card {
        width: 248px;
        padding: 28px 0px;
        text-align: center;
        border: 1px solid #EAE8EA;
        background: #fff;
        -webkit-box-shadow: 5px 7px 35px -9px rgba(102, 102, 102, 0.3);
        -moz-box-shadow: 5px 7px 35px -9px rgba(102, 102, 102, 0.3);
        box-shadow: 5px 7px 35px -9px rgba(102, 102, 102, 0.3);
        border-radius: 16px;
        display: inline-block;
        margin-bottom: 26px; }
        .detail .row .col-50 .personal-cards .card:nth-child(odd) {
          margin-right: 26px; }
        .detail .row .col-50 .personal-cards .card .name {
          font-family: "Montserrat", sans-serif;
          font-size: 17px;
          margin-top: 0px;
          margin-bottom: 0px;
          font-weight: bold;
          color: #000; }
        .detail .row .col-50 .personal-cards .card .post {
          font-family: "Montserrat", sans-serif;
          font-size: 15px;
          margin-top: 0px;
          margin-bottom: 0px;
          color: #18c1eb;
          font-weight: bold; }
    .detail .row .col-50 .contact-form {
      padding-right: 140px; }
      .detail .row .col-50 .contact-form input, .detail .row .col-50 .contact-form textarea {
        margin-top: 18px; }
      .detail .row .col-50 .contact-form label {
        margin-top: 30px; }
      .detail .row .col-50 .contact-form .confirm-btn {
        margin-top: 30px; }

.white-popup-block {
  background: #fff;
  max-width: 700px;
  width: 90%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }
  .white-popup-block video {
    width: 100%;
    outline: none; }
  .white-popup-block .popup-modal-dismiss {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
    opacity: .5;
    position: absolute;
    right: 0px;
    top: -30px;
    display: inline-block;
    background: transparent;
    border: none;
    outline: none;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }
    .white-popup-block .popup-modal-dismiss:hover {
      opacity: 1; }

@media screen and (max-width: 1205px) {
  .detail .row .col-50 .contact-form {
    padding-right: 96px; }
  .detail .row .col-50 .personal-cards .card {
    padding: 24px 0px;
    margin-bottom: 18px;
    width: 222px; }
    .detail .row .col-50 .personal-cards .card:nth-child(odd) {
      margin-right: 14px; } }

@media screen and (max-width: 1200px) {
  .detail .hero img {
    width: 90%; }
  .detail .hero .booking-time {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%; }
    .detail .hero .booking-time .foreground {
      font-size: 16px; }
  .detail .row {
    width: 90%;
    margin-left: auto;
    margin-right: auto; } }

@media screen and (max-width: 1030px) {
  .detail .row .col-100 .gallery {
    text-align: center; }
  .detail .row .col-50 {
    display: block;
    width: 100%; }
    .detail .row .col-50.personal {
      padding-top: 36px; }
    .detail .row .col-50 h2 {
      text-align: center; }
    .detail .row .col-50:first-child {
      margin-right: 0%; }
    .detail .row .col-50 .contact-form {
      padding-right: 0px;
      display: block;
      max-width: 500px;
      margin-left: auto;
      margin-right: auto; }
    .detail .row .col-50 .personal-cards {
      text-align: center; }
      .detail .row .col-50 .personal-cards .card {
        margin-left: 14px;
        margin-right: 14px; }
        .detail .row .col-50 .personal-cards .card:nth-child(odd) {
          margin-right: 14px; } }

@media screen and (max-width: 870px) {
  .detail .row .col-60 {
    width: 100%; }
    .detail .row .col-60.col-first {
      width: 100%;
      margin-right: 0%; }
    .detail .row .col-60.col-second {
      padding-right: 0px; }
    .detail .row .col-60 .video-cover .play-button {
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
  .detail .row .col-40 {
    width: 100%; }
    .detail .row .col-40 .gradient-box {
      margin-top: 30px; }
  .detail .row .col-100 .gallery .image-grid .img-item {
    width: 48%; }
    .detail .row .col-100 .gallery .image-grid .img-item:not(:last-child) {
      margin-right: 0%; }
    .detail .row .col-100 .gallery .image-grid .img-item:nth-child(even) {
      margin: .9%; } }

@media screen and (max-width: 870px) {
  .detail .row .col-100 .gallery .image-grid .img-item {
    width: 48.7%; } }

@media screen and (max-width: 570px) {
  .detail .row .col-100 .gallery .image-grid .img-item {
    width: 100%; } }

.contact-sect .content .contact {
  padding-top: 0px; }
  .contact-sect .content .contact .map {
    position: relative; }
    .contact-sect .content .contact .map button {
      position: absolute;
      z-index: 2;
      bottom: 20%;
      left: 68%;
      transform: translateX(-50%); }

.contact-sect .content .ways-to-us {
  text-align: left;
  width: 100%; }
  .contact-sect .content .ways-to-us h2 {
    font-size: 25px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif; }
  .contact-sect .content .ways-to-us .ways-box .box {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    padding-right: 30px; }
    .contact-sect .content .ways-to-us .ways-box .box .box-title {
      font-size: 17px;
      font-weight: bold;
      font-family: "Montserrat", sans-serif; }

.contact-sect .content .contact-form-box {
  width: 100%;
  text-align: center;
  padding-bottom: 70px;
  padding-top: 70px;
  padding-left: 30px;
  padding-right: 30px; }
  .contact-sect .content .contact-form-box h2 {
    font-size: 25px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif; }
  .contact-sect .content .contact-form-box .contact-form {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px; }
    .contact-sect .content .contact-form-box .contact-form input, .contact-sect .content .contact-form-box .contact-form textarea {
      margin-top: 18px; }
    .contact-sect .content .contact-form-box .contact-form label {
      margin-top: 30px; }
    .contact-sect .content .contact-form-box .contact-form .check-box {
      display: inline-block; }
    .contact-sect .content .contact-form-box .contact-form .confirm-btn {
      margin-top: 30px;
      display: block;
      margin-left: auto;
      margin-right: auto; }

@media screen and (max-width: 1100px) {
  .contact-sect .content .ways-to-us {
    padding-left: 30px;
    padding-right: 30px; }
    .contact-sect .content .ways-to-us .ways-box .box {
      width: 100%;
      padding-right: 0px; } }

.text .content {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 40px;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto; }
  .text .content button {
    width: 204px;
    padding: 13px 44px;
    background: transparent;
    border-radius: 30px;
    border: 2px solid #20b4e8;
    outline: none;
    font-size: 14px;
    color: #20b4e8;
    font-family: "Montserrat", sans-serif;
    font-weight: bold; }
  .text .content ul li:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid #1acaed;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    top: 8px;
    left: -20px; }
  .text .content h2 {
    margin-top: 40px; }
  .text .content .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .text .content .row .col-50 {
      flex: 0 0 50%;
      max-width: 50%; }
      .text .content .row .col-50 button {
        margin-top: 40px; }
      .text .content .row .col-50 img {
        width: 100%; }

@media screen and (max-width: 700px) {
  .text .content .row .col-50 {
    flex: 0 0 100%;
    max-width: 100%; } }  

.spankova-laborator-odkazy h2 {

}
.spankova-laborator-odkazy a {
  color: #43b5e7;
  font-size: 13px;
  text-decoration: underline;
}
.spankova-laborator-odkazy a:visited {
  color: #43b5e7;
  font-size: 13px;
  text-decoration: underline;
}

.spankova-laborator-videa h2 {

}

p.spankova-laborator-video {
  border: 1px silver solid !important;
  border-radius: 5px !important;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

p.spankova-laborator-video span {
  font-weight: 500;
  font-size: 14px;
}

p.spankova-laborator-video a {
  float: right;
  color: #43b5e7;
  font-size: 14px;
  text-decoration: underline;
  font-weight: 600;
}

p.spankova-laborator-video a:visited {
  float: right;
  color: #43b5e7;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
}

.spankova-laborator-ordinacni-doba{
  min-height: 800px;
}  

@media screen and (max-width: 800px) {
  .spankova-laborator-ordinacni-doba {
   min-height: 700px; }
}

.spankova-laborator-ordinacni-doba h2 {
  color: white;
}

.spankova-laborator-ordinacni-doba h3 {
  color: white;
  font-size: 14px;
  font-weight: 600;
}

.spankova-laborator-ordinacni-doba p {
  color: white;
  font-size: 12px;
}

/* Video Cover Section - Production Design */
.detail .row .col-60 .video-cover {
  width: 100%;
  position: relative;
}

.detail .row .col-60 .video-cover .coverImg {
  width: 100%;
  border-radius: 8px;
}

.detail .row .col-60 .video-cover .play-button {
  border-radius: 100%;
  width: 120px;
  height: 120px;
  z-index: 2;
  position: absolute;
  border: none;
  outline: none;
  background: transparent;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
}

.detail .row .col-60 .video-cover .play-button img {
  width: 100%;
}

.detail .row .col-40 .videos-list-box {
  text-align: left;
  padding-left: 80px;
}

.detail .row .col-40 .videos-list-box h2 {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 16px;
}

.detail .row .col-40 .videos-list-box p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  color: #666;
}

.detail .row .col-40 .videos-list-box .cta-btn-blue {
  margin-top: 26px;
  display: inline-block;
  background: linear-gradient(to right, #1FBDEA, #21D8F1);
  color: #fff;
  padding: 12px 24px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  transition: transform 0.2s;
}

.detail .row .col-40 .videos-list-box .cta-btn-blue:hover {
  transform: scale(1.05);
}

.detail .row .col-40 .videos-list-box .pins {
  margin-top: 26px;
  margin-left: 10px;
}

.detail .row .col-40 .videos-list-box .pins .pin {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #D9D7D9;
  cursor: pointer;
  transition: all 0.2s;
}

.detail .row .col-40 .videos-list-box .pins .pin:not(:last-child) {
  margin-right: 28px;
}

.detail .row .col-40 .videos-list-box .pins .pin:hover,
.detail .row .col-40 .videos-list-box .pins .pin.active {
  background: #1AC9EF;
  transform: scale(1.2);
}

.d-none {
  display: none !important;
}

.toggle-box {
  min-height: 150px;
}

/* Responsive video section */
@media screen and (max-width: 1024px) {
  .detail .row .col-60 .video-cover .play-button {
    left: 50%;
    top: 50%;
    right: auto;
    transform: translate(-50%, -50%);
  }

  .detail .row .col-40 .videos-list-box {
    padding-left: 0;
    margin-top: 30px;
  }
}

