/* general website's styles */

* {color: #666666}

a {color: #666666}

a:hover {
    color:#FF7E00;
    text-decoration: none;
}

@font-face {
    font-family: 'MuseoSans500';
    src: url('font/MuseoSans-500.ttf');
}

@font-face {
    font-family: 'MuseoSans900';
    src: url('font/MuseoSans-900.ttf');
}

body {
    font-family: 'MuseoSans500', sans-serif;
    margin: 0;
    padding: 0;
}

.full_site_wrapper {
    max-width: 1050px;
    margin: 0 auto;
}

.divider {
    width: 100%;
    height: 20px;
    background-color: #99CC33;
}

section:not(#video-block):not(#icons-block):not(#partners-block){
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-header {
    font-family: 'MuseoSans900', sans-serif;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 2em;
    padding-left: 20px;
}

header#homepage-header {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
}

#header-logo {
  order: 1;
}

#countdown-promo {
  color: #E40000;
  font-size: 2em;
  font-weight: 700;
  /* width: 200px; */
  /* text-align: center; */
  /* width: 190px;
  text-align: left; */
  /* text-align: center; */
}

#countdown-timer-block {
  order: 2;
  padding: 0 10px 10px 10px;
  /* text-align: left; */
  /* width: 230px; */

  width: 430px;

  display: flex;
  /* flex-direction: column; */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* padding-right: 30px; */
}

#countdown-offer {
  text-align: center;
  font-size: 26px;
  color: #E40000;
  /* padding-right: 9px; */
  margin-top: -9px;
  margin-bottom: -5px;
}

#countdown-description {
  font-size: 12px;
  margin-top: -10px;
  text-align: center;
}

/* section#head-banner {
    position: relative;
    background-image: url(../imgs/head-banner-bg-line.jpg);
    background-repeat: repeat-x;
    height: 490px;
    display: flex;
} */

section#head-banner {
    position: relative;
    background-image: url(../imgs/top-block-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    /* height: 470px; */
    height: 490px;
    display: flex;
}

#head-banner-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#head-banner-buttons #bttn-find-store-violet {
    padding: 0;
}

#head-banner-column-1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    padding: 10px;
}

section#head-banner #text, section#head-banner #text span {
    /* font-size: 2rem; */
    font-weight: 700;
    text-align: center;
}

section#head-banner #text {
    /* margin-bottom: 20px; */
    font-size: 1.5rem;
    margin-left: 3%;
    margin-bottom: 16px;
}

section#head-banner #text span {
    color: #FF7E00;
    text-transform: uppercase;
    font-size: 2rem;
    margin-left: -3%;
    /* padding: 20px 0; */
}

#head-banner-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* padding: 20px 0; */
}

#head-banner-column-1-offer {
    /* margin-left: 180px; */
    /* padding-top: 25px; */
    text-align: center;
    padding-top: 15px;
    /* font-size: 14px; */
    /* margin-right: 45px; */
}

#bttn-reserve-one-month {
    margin: 20px 0 10px 0;
}

#bttn-reserve-one-month img {
    width: 100%;
}

#bttn-reserve-one-month3 {
    width: 350px;
    margin-left: 50px;
    cursor: pointer;
    margin: 0 auto;
    padding-top: 10px;
}

#bttn-reserve-one-month3 img {
    width: 100%;
}

#head-banner-column-2 {
    display: none;
    width: 40%;
    height: 100%;
    position: relative;
    margin-top: 2em;
}

#the-girl-image {
    position: absolute;
    bottom: 0;
    right: 0;
}

#the-girl-image img {
    /* let's make it completely responsive, baby! */
    width: 100%;
    height:auto;
}

#logos-slider-block {
    background: white;
    width: 100%;
    overflow: hidden;
}

#logos-container {
    display: flex;
}

#logos-container img {
    height: 70px;
}

footer .section-header {
    padding-left: 0;
}

.section-header-subheader {
    font-size: 1.6em;
    font-weight: 700;
    padding-left: 20px;
}

.bttn {
    cursor: pointer;
}

#policy-and-tos-links {
    padding-top: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

#policy-and-tos-links div {
    width: 100%;
    text-align: center;
}

.visible-4big {
    display: none;
}

#tos-block, #privacy-policy-block {
    background-color: white;
    padding: 0 5%;
}

#tos-block a, #privacy-policy-block a {
    text-decoration: none;
}

#tos-block p:nth-child(1), #privacy-policy-block div:nth-child(1) {
    font-size: 1.4em;
    font-weight: 500;
}

.privacy-policy-subheader {
    margin-top: 30px;
    font-weight: 600;
}

.fotorama__nav-wrap {
    margin-top: 10px;
}

/* end of general website's styles */

/* booking modal */
.booking-modal-input-field {
    padding: 10px 5px;
    width: 98%;
    border-radius: 5px;
    border: grey dotted 1px;
    margin-bottom: 10px;
    color: black;
}

.light-modal-body-wrapper {
    width: 100%;
}

.combo {
  /* position: absolute;
  z-index:10; */
  /* top: -210px; */
  display: flex;
  margin-bottom: 30px;
}

#bottom-offer span {
  color: red;
}

#bottom-offer button {
  margin-top: 10px;
}

.light-modal-book-btn {
    text-align: center;
    text-decoration: none;
    color: white;
    padding: 10px 10px;
    border-radius: .2em;
    background: #FF7E00;
    font-size: 1.3em;
    line-height: 1;
    transition: background .2s ease-in-out;
}

.light-modal-header {
    border-bottom: 1px solid #99CC33;
}

.light-modal-footer {
    justify-content: center;
    border-top: 1px solid #99CC33;
}

.light-modal-body input[type=checkbox] {
    width: 20px;
    height: 20px;
    float:left;
}

.light-modal-body label {
    display: block;
    float: left;
    padding: 3px 0 0 3px;
    font-size: .9em;
}

/* new */

.modal-header {
  text-align: center;
  background-color: #90057E;
}

.modal-body .card {
  border: 2px solid #909090;
  border-radius: 15px;
  padding: 10px 5px;
}

.modal-footer {
  margin-top: 20px;
  border-top: 1px solid gray;
}

#exampleModalLongTitle {
    color: white;
    font-weight: 700;
    text-transform: uppercase;
}

#exampleModalLongSubTitle {
    color: white;
    font-weight: 500;
    font-size: 16px;
}

.modal-header button.close {
  color: white;
}

#modal-your-plan-block {
  margin-top: 20px;
  text-align: center;
  color: #606060;
  font-weight: bolder;
}

#modal-your-plan-block h3 {
  text-transform: uppercase;
  color: #606060;
}

#modal-your-plan-exclusivity {
  color: #FF9E0A;
  font-weight: 700;
  padding: 0 15px;
  font-size: 18px;
}

#modal-your-plan-stamp {
  padding: 9px 0 30px 0;
}

#modal-your-plan-stamp img {
  width: 100%;
}

.form-check .form-check-input {
  /* margin-top: 7px; */
  width: 15px;
  height: 15px;
  /* padding-right: 5px; */
}

/* Let's make it responsive then! */
@media screen and (min-device-width: 992px) {
  .combo {
    top: -210px;
    display: flex;
    margin-bottom: 30px;
  }

  #special-responsive-point {
    height: 735px;
  }

  .combo img {
    width: 261px;
    /* Chrome and Opera good, but FF bug */
    /* height: 133%; */
    height: 939px;
  }
}

/* end of booking modal */



/* HEADER section */

header {
    align-items: center;
    background-color: #fff;
    height: auto;
    display: flex;
    /* flex-direction: column; */
}

.divider-grey {
    height: 2px;
    background-color: #D1D1D1;
}

#header-logo {
    /* order: 1; */
    margin: 20px 0;
}

#header-logo img {
    padding: 10px;
    width: 192px;
}

nav {
    order: 2;
    font-size: 1.5em;
    padding-left: 0;
    margin: 0 0 20px 0;
    display: flex;
    flex-direction: column;
    text-align: center;
}

nav a {
    margin: 5px 0;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
}

.top_menu_active {
    color: #99CC33;
}

#bttn-chat-wrapper {
    order: 3;
    display: flex;
    justify-content: flex-end;
}

/* #bttn-chat img, #head-banner-buttons #bttn-find-store-violet img { */
#bttn-chat img {
    width: 284px;
}

#rotating-words-block {
    background-color: white;
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 0 10px;
}

section#rotating-words-block span:last-child {
    padding-left: 7px;
}

.cd-headline span, .is-visible, .is-hidden {
    font-size: 1rem;
    font-weight: 500;
}

.cd-headline .is-visible, .cd-headline.loading-bar b.is-visible, .cd-headline.loading-bar b.is-hidden {
    color: #FF7E00;
}


.cd-headline.loading-bar .cd-words-wrapper::after {
    background: #FF7E00 !important;
}

/* end of header */

#video-block {
    position: relative;
    margin-top: -2px;
}

#video-block video {
    width: 100%;
    height: 100%;
}

#overlay-for-video-block {
    display: flex;
    justify-content: space-around;
    visibility: hidden;
}

#theOverlayDiv {
    position: absolute;
    background-color: black;
    opacity: .5;
    width: 100%;
    height: 99.2%;
}

#bttn-reserve-one-month2, #video-bttn-play-again {
    cursor: pointer;
    position: absolute;
    z-index: 1;
}

#video-flow-controls-block {
    position: absolute;
    margin: 20px 0 0 20px;
    z-index: 1;
}

#video-control-play, #video-control-pause, .photos-page-video-control-pause, .photos-page-video-control-play {
    cursor: pointer;
}

/*
    which one is not showed is set order of control
    if you set play button to none - then initially pause button will be showed and action will start with it
    if you set pause button to none - then play button will be shown initially
    and no need to make any changes in JS-part - there are everything so agile and well-architected! :)
*/

#video-control-pause {
    display: none;
}

#bttn-reserve-one-month2 img, #video-bttn-play-again img {
    height: 2.2rem;
}

#video-bttn-play-again {
    margin-top: 1rem;
}

#bttn-reserve-one-month2 {
    margin-top: 5px;
    top: 0;
    right: 0;
}

#video-flow-controls-block {
    margin: .5rem 0 0 .5rem;
}

#video-flow-controls-block img {
    width: 2rem;
}

.photos-page-video-flow-controls-block img {
    width: 3rem;
}

/* end of video */


/* testimonial block */

#testimonial-block {
    background-color: #B72598;
    margin: 20px 5% 7% 5%;
    width: 90%;
    /* inset <сдвиг по x> <сдвиг по y> <радиус размытия> <растяжение> <цвет> */
    box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}

#testimonial-block .fotorama__dot {
    width: 10px;
    height: 10px;
    border: 5px solid white;
}

#testimonial-block .fotorama__nav__frame.fotorama__active .fotorama__dot {
    border: 5px solid grey;
}

.testimonial-item {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    padding: 0 20px;
}

.testimonial-item img {
    border-radius: 50%;
    width: 100px;
    border: 3px solid white;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}

.testimonial-item .testimonial-txt {
    color: white;
    font-size: 15px;
    padding-left: 30px;
}

.testimonial-item .testimonial-txt span {
    color: white;
    font-weight: bold;
}


/* end of testimonial block */


/* How it works block */

#how-it-works-block {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
}

#girl-img {
    height: 567px;
    margin-left: 523px;
}

.how-it-works-image {
    position: absolute;
    width: 200px;
    height: 200px;
    margin: 120px 0 0 130px;
    z-index: 2;
    visibility: hidden;
}

.how-it-works-line {
    transform: scale(.7, .7);
    position: absolute;
    z-index: 1;
    visibility: hidden;
}

#how-it-works-line1 {
    width: 388.13px;
    height: 211.73px;
    margin: 0 0 0 201px;
}

#how-it-works-line2 {
    width: 564.77px;
    height: 102.86px;
    margin: 87px 0 0 156px;
}

#how-it-works-line3 {
    width: 405.35px;
    height: 98.75px;
    margin: 137px 0 0 190px;
}

#how-it-works-line4 {
    width: 714.35px;
    height: 66.47px;
    margin: 117px 0 0 126px;
}

#how-it-works-line5 {
    width: 604.98px;
    height: 210.94px;
    margin: 153px 0 0 136px;
}

.how-it-works-description-block {
    position: absolute;
    width: 360px;
    margin: 310px 0 0 51px;
    visibility: hidden;
}

.how-it-works-description-block p {
    line-height: 1.2;
    text-align: center;
    font-size: 25px;
}

.how-it-works-interactive-point {
    position: absolute;
    width: 45px;
    height: 45px;
    cursor: pointer;
    z-index: 3;
}

#how-it-works-interactive-point1 {margin: 12px 0 0 508px}
#how-it-works-interactive-point2 {margin: 83px 0 0 620px}
#how-it-works-interactive-point3 {margin: 196px 0 0 514px}
#how-it-works-interactive-point4 {margin: 108px 0 0 705px}
#how-it-works-interactive-point5 {margin: 309px 0 0 633px}

/* end of How it works block */

/* Icons block  */

#icons-block {
    margin: 20px 5% 0 5%;
    width: 90%;
    background-color: white;

    /* inset <сдвиг по x> <сдвиг по y> <радиус размытия> <растяжение> <цвет> */
    /* box-shadow: 5px 5px 10px rgba(0,0,0,0.3); */
}

.icons-item {
    width: 200px;
    height: auto;
    text-align: center;
    font-size: 1.3em;
    margin-bottom: 10px;
    padding: 10px;
}

.icons-item img {
    width: 120px;
}

#icons-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}
/* end of Icons block */


/* GOOGLE maps block */

#googlemap-block {
    display: flex;
    flex-direction: column;
}

#theGooglemap {
    height: 300px;
    flex: 1;
}

#googlemaps-user-action-panel {
    padding: 20px;
    /* flex-basis: 30%; */
    background-color: #B72598;
    height: 450px;
}

#googlemaps-user-action-panel h1 {
    color: white;
    font-size: 2.8em;
    margin-bottom: .2em;
}

#search-form {
    width: 100%;
    display: flex;
    flex-direction: row;
    border: 1px inset #ccc;
    background-color: white;
    margin-bottom: 20px;
}

#googlemaps-user-action-panel input {
    font-size: 1.2em;
    padding: 10px 0 10px 5px;
    border: none;
    width: 90%;
    color: black;
}

#search-form-inline-search-bttn {
    visibility: hidden;
    flex-basis: 20%;
}
#search-form-inline-search-bttn img {
    width: 20px;
    height: auto;
    padding: 15px 10px 10px 10px;
    cursor: pointer;
}

#bttn-find-stores img {
    width: 100%;
}

#call2action-block {
    display: none;
}

#call2action-block p {
    font-size: 1.1em;
    text-align: center;
    color: white;
    font-weight: 600;
}

#bttn-book-meeting img {
    width: 100%;
}

#googlemaps-user-action-panel {
    height: auto;
}

#googlemaps-user-action-panel h1 {
    margin-top: 0;
    font-size: 1.8em;
}

#search-form-inline-search-bttn {
    visibility: hidden;
    flex-basis: 10%;
}
#search-form-inline-search-bttn img {
    width: 20px;
    height: auto;
    padding: 15px 0px 10px 0;
    cursor: pointer;
    left: 0;
}

/* end of Google maps */

/* Our statistics block */

#our-statistics-block-top {
    display: flex;
    margin-bottom: 20px;
    flex-direction: column;
}

.our-statistics-block-item {
    padding: 10px 30px;
}

.our-statistics-item-digits {
    font-size: 3em;
}

.our-statistics-item-digits span:nth-child(2) {
    margin-left: -10px;
}

#our-statistics-block-header, #our-statistics-block-two-logos  {
    flex: 1;
}

#our-statistics-block-two-logos {
    padding-top: 20px;
    padding-left: 20px;
}

#our-statistics-block-top img {
    width: 150px;
}

#our-statistics-block-container {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
}
.our-statistics-row {
    display: flex;
    flex-flow: row wrap;
}

.our-statistics-block-item {
    flex: 1;
    padding: 10px 32px 5px 15px;
}

.our-statistics-item-digits {
    font-family: 'MuseoSans900', sans-serif;
    margin: 10px 0;
    font-size: 3em;
    font-weight: bold;
}

.our-statistics-item-line {
    width: 50px;
    height: 10px;
    background-color: #F78F1E;
}

.our-statistics-item-description {
    font-size: 1.3em;
    font-weight: 500;
}

/* end of Our statistics block */

/* Partners block */
#partners-block {
    background-color: white;
    padding-top: 50px;
}
/* end of Partners block */


/* Clients block */
#clients-block{
    background-color: white;
}
/* end of Clients block */

#partners-logos-flex-container, #clients-logos-flex-container {
    margin-left: 10px;
    /* padding: 10px; */
    display: flex;
    flex-flow: row wrap;
    padding: 20px 30px;
    align-items: center;
    /* justify-content: center; */
}

#partners-logos-flex-container {
    margin-top: 20px;
}

#partners-logos-flex-container div {
    width: 120px;
}

#clients-logos-flex-container div {
    margin: 10px;
    width: 120px;
}

#partners-logos-flex-container img, #clients-logos-flex-container img {
    width: 100%;
}

/* end of Logos */

/* Contact */

footer {
    height: 270px;
    padding-top: 15px;
    padding-bottom: 55px;
    background-color: #F7F7F7;
}

footer a {
    text-decoration: none;
}

footer .section-header {
    margin: 25px 0 0 0;
}

footer .section-header, footer p {
    text-align: center;
}

footer p {
    font-size: .9em;
    font-weight: 700;
}

#footer-social-icons {
    display: flex;
    justify-content: space-around;
    width: 192px;
    margin: 0 auto;
}
#footer-social-icons div {
    cursor: pointer;
    width: 40px;
}

#footer-social-icons img {
    width: 100%;
    height: 100%;
}

/* end of Contact  */

/* media-queries */

@media screen and (min-device-width: 425px) {

  /* header#homepage-header {
      flex-direction: row;
      justify-content: space-between;
  }

  #countdown-timer-block {
    padding-bottom: 0;
    padding-right: 30px;
  } */

    #icons-block {
        margin: 20px 7% 5% 7%;
        width: 86%;
    }

    .icons-item {
        width: 300px;
        height: auto;
        text-align: center;
        font-size: 1.3em;
        margin-bottom: 10px;
        padding: 10px;
    }

    .cd-headline span, .is-visible, .is-hidden {
        font-size: 1.1rem;
    }

    #testimonial-block {
        margin: 50px 7% 5% 7%;
        width: 86%;
    }

    #partners-logos-flex-container div {
        width: 110px;
    }

    #clients-logos-flex-container div {
        margin: 10px;
        width: 150px;
    }

    #policy-and-tos-links {
        padding-top: 15px;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

    #policy-and-tos-links div {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
    }

    .visible-4big {
        display: block;
    }

    #video-block {
        width: 86%;
        margin: 0 auto;
    }
}

/* special point for responsive countdown timer */
@media screen and (min-device-width: 480px) {

  header#homepage-header {
      flex-direction: row;
      justify-content: space-between;
  }

  #countdown-timer-block {
    padding-bottom: 0;
    padding-right: 30px;
  }

  #countdown-offer {
    padding-right: 9px;
  }
}
/* end special point for responsive countdown timer */

@media screen and (min-device-width: 768px) {

    nav a {
        font-weight: 600;
    }

    header {
        flex-direction: row;
    }

    #head-banner-buttons {
        flex-direction: row;
    }

    #header-logo {
        flex: 1;
        flex-grow: 1;
        margin: 0;
    }

    #header-logo {
        order: 1;
        padding-left: 20px;
    }

    #header-logo img  {
        width: 222px;
    }

    #countdown-timer-block {
      flex-direction: row;
    }

    #bttn-chat-wrapper {
        order: 2;
    }

    #bttn-chat img, #head-banner-buttons #bttn-find-store-violet img {
        width: 250px;
    }

    #bttn-reserve-one-month2 img, #video-bttn-play-again img {
        height: 4rem;
    }

    #video-bttn-play-again {
        margin-top: 6rem;
    }

    #video-flow-controls-block {
        margin: .7rem 0 0 .7rem;
    }

    #video-flow-controls-block img {
        width: 3rem;
    }

    .cd-headline span, .is-visible, .is-hidden {
        font-size: 1.1rem;
    }

    #how-it-works-block {
        display: block;
    }

    .icons-item {
        height: auto;
        text-align: center;
        font-size: 1.3em;
        margin-bottom: 10px;
        padding: 20px;
    }

    .icons-item img {
        width: 110px;
    }

    #icons-group {
        display: flex;
        flex-direction: row;
        align-items: baseline;
        margin-top: 20px;
    }

    #our-statistics-block-top {
        margin-bottom: 20px;
        flex-direction: row;
        flex: 1;
    }

    #our-statistics-block-two-logos {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding: 0 20px 0 0;
    }

    #googlemaps-user-action-panel h1 {
        font-size: 2rem;
    }

    #search-form {
        margin: 20px 0;
    }

    #our-statistics-block-top img {
        padding: 0 5px;
        width: 150px;
    }

    #googlemap-block {
        display: flex;
        margin-top: 20px;
        flex-direction: row;
    }

    #theGooglemap {
        height: auto;
        flex: 2;
    }

    #googlemaps-user-action-panel {
        padding: 20px;
        flex: 1;
        background-color: #B72598;
        height: 450px;
    }

    section .creative-examples-items-block {
        padding: 30px !important;
    }

    .creative-examples-item {
        padding: 0 50px 20px 50px !important;
    }

    footer {
        height: 255px;
    }

    footer p {
        font-size: 1.3rem;
    }

    .testimonial-item {
        align-items: center;
    }
}

@media screen and (min-device-width: 1024px) {

    header {
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        padding: 25px 0 0 0;
    }

    header#homepage-header {
        padding: 10px 0 10px 0;
        /* display: flex; */
        /* flex-direction: row-reverse; */
    }

    nav {
        flex-basis: 100%;
        order: 3;
        font-size: 1.2em;
        margin: 0;
        flex-direction: row;
        justify-content: space-around;
        padding: 1rem;
    }

    #header-logo {
        padding-left: 30px;
    }

    #header-logo img  {
        width: 242px;
    }

    #head-banner-buttons #bttn-find-store-violet img {
        width: 250px;
    }

    #googlemaps-user-action-panel h1 {
        font-size: 3rem;
    }

    #video-bttn-play-again {
        margin-top: 8rem;
    }

}

@media screen and (min-device-width: 1400px) {
    #video-bttn-play-again {
        margin-top: 12rem;
    }
}

@media screen and (min-device-width: 362px) and (max-device-width: 640px) {
    section#head-banner {
        /* height: 390px; */
        height: 450px;
    }
}

@media screen and (min-device-width: 641px) {
    #head-banner-column-1 {
        width: 70%;
    }

    #head-banner-column-2 {
        display: block;
    }
}
