@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');

strong, html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, caption, tbody, tfoot, thead, .contact-form-thank-message strong, fn, input, textarea, p, th, td, .three-images-layout .item .title, select,button {
  border: 0 none;
  color: var(--black);
  list-style-type: none;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 1rem;
  font-family: "Josefin Sans", sans-serif;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: var(--white);
}

html {
  overflow-x: hidden;
}
.menu-open,.booking-active{
  overflow: hidden;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
strong{
 font-weight: 700;
 font-size: inherit;
 color: inherit;
}
a {
  text-decoration: none;
  font-size: inherit;
  color: inherit;
}

html.open-popup {
  overflow-y: hidden;
}


:root {
 --white: #fff;
 --dark-grey:#202020;
 --grey: #656565;
 --black: #000;
 --light-cream:#eae9e6;
 --blue: #0ebee6;
  --dark-blue: #09a2c4;
  --light-grey:#f8f8f8;
 --cream:#E9E9E980;
}

header, div:not(.no-trans), span:not(.no-trans), a:not(.no-trans), p, li, ul, section, input, span:not(.preloader-el), label, img, :after, :before, button, i, img:not(.preloader-el), nav, video, h2, h1, h3 {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.b-lazy {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.b-lazy.b-loaded, .b-lazy.b-error {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    opacity: 1;
}
img {
  max-width: 100%;
  display: block;
  margin: auto;
}
input::placeholder{
 color:#8b8b8b;
}



video{
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: auto;
    left: 0;
    z-index: 0;
    object-fit: cover;
    bottom: 0;
    margin: auto;
}
.popup-active{
 overflow: hidden;
}
p{
 font-size: inherit;
 font-weight: inherit;
 font-family: inherit;
 color: inherit;
 line-height: inherit;
}
ul{
 margin: 0;
 padding: 0;
 list-style-type: none;
}
.wrapper{
 margin: auto;
 max-width: 1240px;
}
.hero h1 strong{
 font-weight: 400;
}


.hero{
 height: 800px;
 position: relative;
}
.hero .logo{
 height: 220px;
 background-color: rgba(0,0,0,.6);
 display: flex;
 align-items: center;
 position: relative;
 z-index: 1;
}
.hero:after{
 content:'';
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 background-color: rgba(0,0,0,.6);
}
.hero .logo img{
 filter: brightness(0) saturate(100%) invert(99%) sepia(22%) saturate(2%) hue-rotate(205deg) brightness(111%) contrast(100%);
 max-height: 85%;
}
.hero .wrapper{
 display: flex;
 padding-top: 45px;
 align-items: center;
}
.hero h1{
 position: relative;
 z-index: 1;
 text-align: center;
 font-size: 2.8rem;
 color: var(--blue);
 padding-top: 0;
 padding-left: 20px;
 flex-basis: calc(100% - 390px);
 padding-right: 20px;
}
.hero .form{
 max-width: 390px;
}


.hero h1 strong{
 color: var(--white);
}

body .wpcf7 form.sent .wpcf7-response-output{
 border: none;
 color: var(--white);
 padding: 0;
}
body .hero .wpcf7 form.sent .wpcf7-response-output{
 border: none;
 color: #fff;
 padding: 0;
 margin: 0;
 position: relative;
 bottom: 0;
 z-index: 1;
 font-size: 14px;
 text-align: center;
 width: 100%;
}
.about{
 
}
.about .top__section{
 display: block;
 text-align: center;
 padding-top: 100px;
}
.about .top__section .description{
 flex-basis: calc(100% - 400px);
 font-size: 1.5rem;
 display: flex;
 align-items: center;
 padding-right: 100px;
}
.about .form{
 width: 400px;
 margin: auto;
}
.about .list{
 display: flex;
 align-items: center;
 justify-content: center;
 column-gap: 40px;
 padding-top: 50px;
}
.about .list li{
 flex: 1;
}
.about .list .icon{
 max-height: 150px;
}
.about .list .icon img{
 max-height: 140px;
 max-width: none;
}
.about .list h3{
 text-align: center;
 margin-top: 30px;
 font-size: 1.4rem;
}
.about .list .description{
 text-align: center;
 color: var(--grey);
 padding-top: 10px;
}


.hero .wpcf7-form{
 background-color: var(--grey);
 padding: 30px;
 border-radius: 10px;
 margin-top: -200px;
 position: relative;
 z-index: 1;
}
.contact__form li{
 padding-bottom: 15px;
 position: relative;
}
.contact__form li a{
 font-weight: 300;
 text-decoration: underline;
}
.contact__form label{
 display: block;
 color: var(--white);
 font-weight: 400;
}
.contact__form input,.contact__form select{
 width: 100%;
 padding: 0 10px;
 line-height: 42px;
 border-radius: 5px;
 margin-top: 10px;
}
.contact__form select{
 height: 42px;
}
.contact__form input[type='submit']{
 margin: 0;
 background-color: var(--blue);
 color: var(--white);
 line-height: 54px;
 cursor: pointer;
 font-weight: 400;
}
.contact__form input[type='submit']:hover{
 background-color:var(--dark-blue);
}
.contact__form .wpcf7-spinner{
 position: absolute;
 left: 5px;
 margin: auto;
 top: 5px;
}
.contact__form .wpcf7-list-item{
 margin: 0;
}

.contact__form .wpcf7-list-item label{
 display: flex;
 align-items: center;
}
.contact__form .wpcf7-list-item input{
 padding: 0;
 width: auto;
 margin: 0;
 border-radius: 0;
 margin-right: 10px;
}
.contact__form .wpcf7-list-item span{
 color: var(--white);
 font-size: 0.8rem;
 font-weight: 300;
}

.gallery{
 display: flex;
 column-gap: 30px;
 margin-top: 100px;
}
.gallery .image{
 height: 300px;
 flex: 1;
}

.benefits{
 padding-top: 100px;
}
.benefits h2, .faq h2,.information h2{
 color: var(--blue);
 text-align: center;
 font-size: 2rem;
}
.benefits .wrap{
 margin-top: 50px;
 padding: 50px 0;
}
.benefits .wrapper{
 display: flex;
 column-gap: 50px;
}
.benefits .wrapper .list{
 flex: 1;
}
.benefits .wrapper .list li{
 background-color: var(--white);
 padding: 20px;
 margin-bottom: 15px;
 font-size: 1.2rem;
}
.benefits .wrapper .list li:last-child{
 margin-bottom: 0; 
}
.benefits .wrapper .list strong{
 font-weight: 400;
 color: var(--blue);
}
.benefits .wrapper .team{
 display: flex;
 column-gap: 15px;
}
.benefits .wrapper .team li{
 flex: 1;
 background-color: transparent;
 padding: 0;
 margin: 0;
}
.benefits .wrapper .team .image{
 height: 320px;
}
.benefits .wrapper .team li .content{
 background-color: var(--white);
 padding: 10px;
 margin-top: 10px;
}
.benefits .wrapper .team li h3{
 color: var(--blue);
 font-weight: 700;
}
.benefits .wrapper .team li .description{
 font-weight: 300;
 padding-top: 10px;
}
.benefits .wrapper .items{

 
}

.information{
 padding-top: 100px;
 padding-left: 50px;
 padding-right: 50px;
}
.information .list{
 display: flex;
 column-gap: 50px;
 align-items: center;
 justify-content: center;
 margin-top: 50px;
}
.information .list li{
 flex: 1;
}
.information .list li .wrap{
 position: relative;
 border: 2px solid var(--blue);
 padding: 30px;
 min-height: 230px;
 display: flex;
}
.information .list li .wrap i{
 font-size: 2rem;
 font-style: normal;
 color: var(--blue);
 position: absolute;
 width: 80px;
 height: 80px;
 background-color: var(--light-grey);
 text-align: center;
 line-height: 75px;
 right: 20px;
 top: -40px;
 border: 5px solid var(--white);
}
.information .list li .wrap .content{
 text-align: center;
 margin: auto;
 font-size: 1.2rem;
}

.content-form{
 margin-top: 100px;
 background-color: var(--grey);
 padding: 50px 0;
}
.content-form .contact__form{
 margin: 0;
 padding: 0;
 border-radius: 0;
 display: flex;
 column-gap: 30px;
 align-items: end;
}
.content-form .contact__form.agreements{
 display: block;
 margin-top: 15px;
}
.content-form .contact__form li{
 padding-bottom: 0;
 flex: 1;
}

.faq{
 padding-top: 100px;
}
.faq h2{
 
}
.faq .list{
 margin-top: 50px;
}
.faq .list li{
 padding-bottom: 30px;
 cursor: pointer;
}
.faq .list li .wrap{
 border: 2px solid var(--grey);
 padding: 30px;
}
.faq .question{
 font-size: 1.2rem;
 position: relative;
 padding-left: 48px;
}
.faq .question i{
 width: 0px;
 height: 0px;
 border-left: 15px solid transparent;
 border-right: 15px solid transparent;
 border-top: 15px solid var(--blue);
 position: absolute;
 left: 0;
 top: 2px;
 rotate: -90deg;
}
.faq .answer{
 padding-top: 25px;
 font-weight: 300;
 display: none;
 opacity: 0;
 visibility: hidden;
 pointer-events: none;
 line-height: 30px;
}
.faq .wrap.active .answer{
 display: block;
 opacity: 1;
 visibility: visible;
 pointer-events: all;
}
.faq .wrap.active i{
 rotate: 0deg;
}
footer{
 padding: 50px 0;
 background-color: var(--light-grey);
 margin-top: 100px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.wpcf7 form.invalid .wpcf7-response-output{
 display: none;
}
body .wpcf7-not-valid-tip{
 font-size: 16px;
 font-weight: 400;
 color: #ffa7a7;
 padding-top: 5px;
}

@media (max-width: 1200px) {
    html{
        font-size:18px;
    }
        .hero .logo {
     height: 140px;
 }
 .hero {
    height: auto;
    padding-bottom: 50px;
}
.faq .answer {
    line-height: 25px;
}
.faq {
    padding-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
}
.faq .list {
    margin-top: 30px;
}
.about .form{
 width: calc(100% - 40px);
}
.information {
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
}
.content-form .contact__form{
 flex-wrap: wrap;
 padding: 0;
}
 .content-form .contact__form li{
  width: 100%;
  padding-bottom: 30px;
  flex: auto;
 }
.content-form .contact__form li:last-child{
  padding-bottom: 0px; 
}
.information .list {
    column-gap: 20px;
}
.about .top__section .description{
 padding: 0 20px;
 padding-top: 40px;
 text-align: center;
}
.about .list{
 flex-wrap: wrap;
 padding-right: 20px;
 padding-left: 20px;
 row-gap: 30px;
}
.information .list li .wrap {
    padding: 20px;
    min-height: 230px;
}
.information .list li .wrap i {
    font-size: 1.2rem;
    width: 50px;
    height: 50px;
    line-height: 45px;
    right: 20px;
    top: -30px;
    border-width: 3px;
}
.gallery .image{
 height: 200px;
}
.benefits .wrapper .team{
 margin-bottom: 40px;
}
.benefits .wrapper{
 flex-wrap: wrap;
 padding: 0 20px;
 flex-direction: column-reverse;
}
.about .list li{
 width: 100%;
 flex: auto;
}
.about .top__section {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding-top: 20px;
}
 .hero h1 {
    padding-top: 80px;
    width: 100%;
    flex-basis: 100%;
}
.hero .form{
 width: 100%;
 max-width: none;
 padding: 0 20px;
 padding-top: 100px;
}
.hero .wrapper{
 flex-wrap: wrap;
 padding: 0;
}
.hero .wpcf7-form {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
}
.about .list .icon {
    max-height: 100px;
}
.about .list .icon img {
    max-height: 140px;
}
.gallery {
    margin-top: 70px;
}
.content-form {
    margin-top: 70px;
    padding-right: 20px;
    padding-left: 20px;
}
footer {
    padding: 30px 0;
    margin-top: 20px;
    text-align: center;
}
}

@media (max-width: 479px) {
  .information .list{
   flex-wrap: wrap;
   margin-top: 30px;
  }
 .information .list li{
  width: 100%;
  flex: auto;
  margin-bottom: 40px;
 }
.information{
 padding-top: 60px;
}
.faq{
 padding-right: 0;
 padding-left: 0;
}
.hero h1 {
    padding-top: 50px;
    font-size: 2rem;
}
.faq .question i {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--blue);
    top: 2px;
}
.faq .question {
    padding-left: 35px;
}
.faq .list li .wrap {
    padding: 20px;
}
.benefits .wrapper .team{
 flex-wrap: wrap;
}
 .benefits .wrapper .team li{
  width: 100%;
  flex: auto;
  margin-bottom: 20px;
 }
.content-form{
 padding: 40px 0;
 margin-top: 20px;
}
.benefits h2, .faq h2,.information h2 {
    font-size: 1.5rem;
}
.benefits .wrap {
    margin-top: 30px;
    padding: 20px 0;
}

.wrapper{
 padding: 0 20px;
}
.benefits {
    padding-top:60px;
}
.hero {
    height: auto;
    padding-bottom: 20px;
}
.about .form{
 width: 100%;
}
.gallery{
 column-gap: 10px;
}
.hero .logo {
    height: 100px;
}
.hero .form{
 padding-top: 50px;
}
.about .top__section .description{
 padding-right: 0;
 padding-left: 0;
}
.about .list {
    flex-wrap: wrap;
    padding-right: 0;
    row-gap: 30px;
    padding-top: 20px;
    padding-left: 0;
}
}
@media (min-width: 1200px) {
    html{
        font-size:18px;
    }
        .hero .logo {
     height: 140px;
 }
 .hero {
    height: 800px;
}
 .hero h1 {
    padding-top: 0;
}
.hero .wpcf7-form {
    margin-top: 0;
}
.about .list .icon {
    max-height: 100px;
}
.about .list .icon img {
    max-height: 140px;
}
.gallery {
    margin-top: 70px;
}
.content-form {
    margin-top: 70px;
}
footer {
    padding: 40px 0;
    margin-top: 70px;
}
}

@media (min-width: 1500px) {
    html{
        font-size:21px;
    }
    .hero .logo {
     height: 220px;
 }
 .hero {
    height: 900px;
}
.hero h1 {
    padding-top: 0;
}
.hero .wpcf7-form {
    margin-top: 0;
}
.about .list .icon {
    max-height: 150px;
}
.about .list .icon img {
    max-height: 100%;
}
.gallery {
    margin-top: 100px;
}
.content-form {
    margin-top: 100px;
}
footer {
    padding: 50px 0;
    margin-top: 100px;
}
}