/*@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');*/
@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Light.woff2') format('woff2'),
        url('../fonts/Rubik-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Regular.woff2') format('woff2'),
        url('../fonts/Rubik-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Medium.woff2') format('woff2'),
        url('../fonts/Rubik-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Bold.woff2') format('woff2'),
        url('../fonts/Rubik-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
body {
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  color: #1F252A;
  font-size: 1.1rem;
}
/*h1, h2, h3, h4, h5, h6, .t-h1, .t-h2, .t-h3, .t-h4, .t-h5, .t-h6{
  font-weight: 600;
}*/
a{
	color: #113DFA;
}
a:hover, a:focus, button:hover, button:focus{
    text-decoration: none !important;
    outline: none !important;
}
h1, h2, h3, h4, h5, h6{
    color: #000000;
}
.h2, h2, .t-h2{
    font-size: 2.25rem;
}
.t-h2{
    margin-bottom: 20px;
    margin-top: 30px;
}
.text-underline{
    text-decoration: underline !important;
}
.text-xl{
    font-size: 4.5rem;
    line-height: 1;
}
.fw-400{
    font-weight: 400 !important;
}
.fw-500{
    font-weight: 500 !important;
}
.fw-600{
    font-weight: 600 !important;
}
.fw-700{
    font-weight: 700 !important;
}
.text-blk{
    color: #000000 !important;
}
.text-blk140{
    color: #1F252A !important;
}
.text-blk120{
    color: #303841 !important;
}
.text-blk80{
    color: #515F6E !important;
}
.text-blk20{
    color: #97A4B2 !important;
}
.text-red{
    color: #FF0000 !important;
}
.bg-F4F7F9{
    background: #F4F7F9;
}
.bg-1C1C1E{
    background: #1C1C1E;
    color: #fff;
}
.bg-wt100{
    background: #F1F3F5;
}
.text-highlight{
    color: #AABAFD !important;
}
.fs-13{
    font-size: 13px !important;
}
.fs-15{
    font-size: 15px !important;
}
.btn{
    font-weight: 600;
    font-size: 18px;
    padding: 15px 30px;
    border-radius: 6px;
    position: relative;
    white-space: normal;
}
.btn-theme, .btn-theme:hover, .btn-theme:focus{
    background: #000000;
    color: #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.btn-rounded{
    border-radius: 200px;
}

.section{
    padding: 50px 0;
}
.header{
    padding-top: 80px;
}
.form-control{
    padding: .575rem .75rem;
}
.form-control::placeholder {
    color: #ADB7C3;
}
.menu {
    padding: 0;
    display: flex;
    list-style: none;
    justify-content: center;
}
.menu .menu-item {
    padding: 0 30px;
}
.menu .menu-item a{
    color: #000;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
}
.menu .menu-item .dropdown-item{
    padding: 0.5rem 1rem;
}
.menu .menu-item .dropdown-item.active{
    color: #627285;
    background: transparent;
}
.menu .menu-item.active a:after, .menu .menu-item:has(a.active):after{
    position: absolute;
    height: 6px;
    width: 6px;
    border-radius: 6px;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    background: #113DFA;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.card{
    border-radius: 16px;
}
.card-header{
    padding: 1rem 1.25rem;
}
.hr-dark{
    border-color: #1F252A;
}
input[type=checkbox] {
     width: 18px;
     height: 18px;
     margin-top: 1px;
     background: #113DFA;
}
.custom-check [type="checkbox"]:checked,
.custom-check [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.custom-check [type="checkbox"]:checked + label,
.custom-check [type="checkbox"]:not(:checked) + label{
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    font-weight: 400;
}
.custom-check [type="checkbox"]:checked + label:before,
.custom-check [type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ADB7C3;
    border-radius: 3px;
    
}

.custom-check [type="checkbox"]:checked + label:before{
    border: 1px solid #113DFA;
    background: #113DFA;
}
.custom-check [type="checkbox"]:checked + label:after,
.custom-check [type="checkbox"]:not(:checked) + label:after {
    content: '\e96f'; /*check*/
    font-family: icomoon;
    position: absolute;
    left: 4px;
    top: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
}
.custom-check [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custom-check [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.custom-radio [type="radio"]:checked,
.custom-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.custom-radio [type="radio"]:checked + label,
.custom-radio [type="radio"]:not(:checked) + label{
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
}
.custom-radio [type="radio"]:checked + label:before,
.custom-radio [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.custom-radio [type="radio"]:checked + label:after,
.custom-radio [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #375CFB;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.custom-radio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custom-radio [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.card-shadow {
    border: none;
    box-shadow: ;
    box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.12);
}
.fc-border, .fc-border:hover, .fc-border:focus{
    border:none;
    border-bottom: 1px solid #E2E4E5;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    box-shadow: none;
}
.fc-border:hover, .fc-border:focus{
    border-bottom:1px solid #000 ;
}
.container{
    max-width: 1440px;
}
.border-bottom{
    border-bottom: 1px solid #DADFE4;
}
.btn-accordion {
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
    white-space: normal;
    line-height: 1.3;
}
.btn-accordion span {
    height: 24px;
    width: 24px;
    border-radius: 24px;
    color: #fff;
    background: #113DFA;
    padding: 6px;
    font-size: 13px;
    position: absolute;
    right: 0;
    text-align: center;
    transform: rotate(0deg);
    transform-origin: center;
    transition: 0.2s ease;
    opacity: 0.5;
}
.btn-accordion.collapsed span{
    transform: rotate(180deg);
    transform-origin: center;
    transition: 0.2s ease;
    opacity:1;
}
.accordion-faq .btn-link {
    width: 100%;
    text-align: left;
    padding: 20px 40px 0px 0;
    margin-top: 20px;
    position: relative;
    border-radius: 0;
    border-top: 1px solid #DADFE4;
    white-space: normal;
}
.accordion-faq .btn-link::after {
    content: '-';
    position: absolute;
    right: 10px;
    font-family: icomoon;
    font-size: 34px;
    color: #1F252A;
    border: 2px solid #1F252A;
    height: 23px;
    width: 23px;
    border-radius: 24px;
    line-height: 0;
    padding: 2px;
    text-align: center;
}
.accordion-faq .btn-link.collapsed::after {
    color: #113DFA;
    border: 2px solid #113DFA;
    content: '\e926'; /*plus-ico*/
    font-size: 12px;
    padding: 4px;
    line-height: 1;   
}
.footer{
    padding: 20px 0 50px 0;
    background: #fff;
    z-index: 5;
    position: relative;
    box-shadow: 0px -3px 18px rgba(0,0,0,0.1);
}
.hero-banner img{
    min-height: 400px;
    object-fit: cover;
    width: 100%;
    max-width: 1920px;
    max-height: 600px;
}
.privacy-row{
    background: #181818;
    color: #ADB7C3;
}

.form-ico {
    position: relative;
}
.form-ico .icon {
    position: absolute;
    left: 0;
    top: 12px;
    opacity: 0.4;
}
.form-ico .form-control {
    padding-left: 30px;
}
.amenities{
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}
.amenities li{
    margin-right: 15px;
    margin-bottom: 10px;
}
.amenities a{
    display: block;
    padding: 10px 20px;
    box-shadow: 24px 24px 48px 0px rgba(0, 0, 0, 0.12);
    border-radius: 80px;
    text-transform: uppercase;
    color: #1F252A;
    font-weight: 500;
}
.amenities a span {
    font-size: 25px;
    vertical-align: -4px;
    color: #DADFE4;
}
.list-radio{
    padding: 0;
    list-style: none;
}
.list-radio li{
    padding-left: 45px;
    position: relative;
}
.list-radio li::before{
    content: '';
    height: 20px;
    width: 20px;
    border: 2px solid #113DFA;
    border-radius: 22px;
    background: #fff;
    position: absolute;
    left: 15px;
    top: 3px;
}
.list-radio li::after {
    position: absolute;
    content: '';
    height: 8px;
    width: 8px;
    border-radius: 8px;
    background: #113DFA;
    top: 9px;
    left: 21px;
}
.va-middle td, .va-middle th{
    vertical-align: middle !important;
}
table tr th{
    line-height: 1.2;
    font-weight: 500;
}
.sticky-form{
    position: relative;
    right: 0;
    top: 20px;
}
.editable.active{
    padding-top: 30px;
}
.editable{
    position: relative;
}
.edit-row {
    position: absolute;
    right: 0;
    top: 0;
}
.edit-row span{
    background: #fff;
    width: 30px;
    height: 30px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    border-radius: 30px;
    padding: 8px;
    display: block;
    font-size: 14px;
    text-align: center;
    opacity: 0.95;
}
.fixed-form.sticky-form {
    position: fixed;
    top: 20px;
    right: auto;
    left: auto;
    width: 31.333%;
    max-width: 468px;
    overflow: auto;
    bottom: 0;
    max-height: 900px;
    margin-bottom: 20px;
}
.brochure-wrap{
    position: relative;
}
.brochure-wrap span {
    position: absolute;
    top: 40%;
    left: 50%;
    max-width: 400px;
    text-align: center;
    color: #000;
    font-size: 3rem;
    text-transform: uppercase;
    transform: translate(-37%,-82%) rotate(24deg);
    line-height: 1;
}
#mapdiv{
    width: 100% !important;
    z-index: 1;
}
#regrecaptcha {
    transform: scale(0.9);
    transform-origin: left center;
}
/*.whitespace-pre-wrap {
    white-space: pre-wrap;
}*/
.whitespace-pre-line, .whitespace-pre-wrap{
    white-space: pre-line;
}
.footer h5{
    margin-bottom: 20px;
    margin-top: 40px;
}
.cookie-policy {
    z-index: 4;
    position: fixed;
    padding: 12px;
    right: 20px;
    border-radius: 16px;
    left: 20px;
    width: 100%;
    max-width: 320px;
    bottom: 60px;
    backdrop-filter: blur(2px);
    background: rgba(209, 217, 254, 0.9);
}
.cookie-policy h5 {
    font-size: 16px;
}
.cookie-policy p {
    font-size: 12px;
    line-height: 1.3;
}
.cookie-policy a{
    font-size: 13px;
}
.cookie-policy .btn {
    font-size: 15px;
    padding: 4px 20px;
    font-weight: 500;
}
.cookie-policy img{
    width: 16px;
}
.modal-xl {
    max-width: 1000px;
}
input[type="number"]{
    appearance: textfield;
    -webkit-appearance: textfield;
}
@media screen and (max-width: 1199px){
    body{
        font-size: 1rem;
    }
    .text-xl{
        font-size: 3.5rem;
    }
    .h2, h2, .t-h2{
        font-size: 2rem;
    }
    .menu .menu-item{
        padding: 0 15px;
    }
    .fixed-form.sticky-form {
        position: relative;
        width: 100%;
        max-width: 100%;
    }
    .section {
        padding: 30px 0;
    }
}
@media screen and (max-width: 991px){
    .header {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      height: 50px;
      width: 100%;
      background: rgba(0, 0, 0, 0.8);
      overflow: hidden;
      transition: all 0.5s ease-out, background 1s ease-out;
      transition-delay: 0.2s;
      z-index: 2;
    }
    .header .burger-container {
      position: relative;
      display: inline-block;
      height: 50px;
      width: 50px;
      cursor: pointer;
      transform: rotate(0deg);
      transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      -webkit-tap-highlight-color: transparent;
    }
    .header .burger-container #burger {
      width: 40px;
      height: 40px;
      position: relative;
      display: block;
      margin: 0 auto 0;
      top: 0;
      padding-top: 20px;
    }
    .header .burger-container #burger .bar {
      width: 100%;
      height: 1px;
      display: block;
      position: relative;
      background: #FFF;
      transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      transition-delay: 0s;
    }
    .header .burger-container #burger .bar.topBar {
      transform: translateY(0px) rotate(0deg);
    }
    .header .burger-container #burger .bar.btmBar {
      transform: translateY(6px) rotate(0deg);
    }
    .header .icon {
      display: inline-block;
      position: absolute;
      height: 100%;
      line-height: 50px;
      width: 50px;
      height: 50px;
      text-align: center;
      color: #FFF;
      font-size: 22px;
      left: 50%;
      transform: translateX(-50%);
    }
    .header .icon.icon-bag {
      right: 0;
      top: 0;
      left: auto;
      transform: translateX(0px);
      transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      transition-delay: 0.65s;
    }
    .header .menu {
      position: relative;
      display: block;
      padding: 0px;
      list-style: none;
    }
    .header .menu .menu-item {
      border-bottom: 1px solid #333;
      margin-top: 5px;
      transform: scale(1.15) translateY(-30px);
      opacity: 0;
      transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      visibility: hidden;
    }
    .header .menu .menu-item:nth-child(1) {
      transition-delay: 0.49s;
    }
    .header .menu .menu-item:nth-child(2) {
      transition-delay: 0.42s;
    }
    .header .menu .menu-item:nth-child(3) {
      transition-delay: 0.35s;
    }
    .header .menu .menu-item:nth-child(4) {
      transition-delay: 0.28s;
    }
    .header .menu .menu-item:nth-child(5) {
      transition-delay: 0.21s;
    }
    .header .menu .menu-item:nth-child(6) {
      transition-delay: 0.14s;
    }
    .header .menu .menu-item:nth-child(7) {
      transition-delay: 0.07s;
    }
    .header .menu .menu-item a {
      display: block;
      position: relative;
      color: #FFF;
      font-weight: 100;
      text-decoration: none;
      font-size: 18px;
      line-height: 2.35;
      padding: 0;
      width: 100%;
    }
    .header .menu .menu-item a:hover, .header .menu .menu-item a:focus{
        background: transparent;
    }
    .header .menu .menu-item .dropdown-menu a{
        font-size: 16px;
    }
    .header.menu-opened {
      height: 100%;
      background-color: #000;
      transition: all 0.3s ease-in, background 0.5s ease-in;
      transition-delay: 0.25s;
    }
    .header.menu-opened .burger-container {
      transform: rotate(90deg);
    }
    .header.menu-opened .burger-container #burger .bar {
      transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      transition-delay: 0.2s;
    }
    .header.menu-opened .burger-container #burger .bar.topBar {
      transform: translateY(4px) rotate(45deg);
    }
    .header.menu-opened .burger-container #burger .bar.btmBar {
      transform: translateY(3px) rotate(-45deg);
    }
    .header.menu-opened .menu .menu-item {
      transform: none;
      opacity: 1;
      visibility: visible;
    }
    .header.menu-opened .menu .menu-item:nth-child(1) {
      transition-delay: 0.27s;
    }
    .header.menu-opened .menu .menu-item:nth-child(2) {
      transition-delay: 0.34s;
    }
    .header.menu-opened .menu .menu-item:nth-child(3) {
      transition-delay: 0.41s;
    }
    .header.menu-opened .menu .menu-item:nth-child(4) {
      transition-delay: 0.48s;
    }
    .header.menu-opened .menu .menu-item:nth-child(5) {
      transition-delay: 0.55s;
    }
    .header.menu-opened .menu .menu-item:nth-child(6) {
      transition-delay: 0.62s;
    }
    .header.menu-opened .menu .menu-item:nth-child(7) {
      transition-delay: 0.69s;
    }
    .header.menu-opened .icon.icon-bag {
      transform: translateX(75px);
      transition-delay: 0.3s;
    }
    .content {
      padding: 67px 4% 0;
      text-align: justify;
      overflow: scroll;
      max-height: 100%;
    }
    .content::-webkit-scrollbar {
      display: none;
    }
    .content h2 {
      margin-bottom: 0px;
      letter-spacing: 1px;
    }
    .content img {
      width: 95%;
      position: relative;
      display: block;
      margin: 75px auto 75px;
    }
    .content img:nth-of-type(2) {
      margin: 75px auto;
    }
    .text-xl{
        font-size: 3rem;
    }
    .header{
        padding-top: 0;
    }
    .sticky-form{
        position: relative;
    }
    .menu .menu-item.active a::after, .menu .menu-item:has(a.active)::after {
        bottom: 20px;
        left: auto;
    }
    .menu .dropdown-menu{
        padding-left: 15px;
    }
    .menu .dropdown-menu.show {
        position: relative !important;
        width: 100%;
        background: transparent;
        transform: none !important;
    }
    .menu .menu-item{
        padding-left: 0;
        padding-right: 0;
    }
    .fixed-form.sticky-form{
        max-height: initial;
        overflow: visible;
    }
}
@media screen and (max-width: 767px){
    .footer ul{
        display: flex;
        flex-wrap: wrap;
    }
    .footer ul li{
        width: 33.33%;
        padding: 5px 0;
    }
}
@media screen and (max-width: 600px) {
  .header {
    position: fixed;
  }
  .text-xl{
    font-size: 3rem;
  }
  .brochure-wrap span{
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 576px) {
    .footer ul li{
        width: 50%;
    }
    .cookie-policy{
        bottom: 20px;
    }
}
@media screen and (max-width: 480px) {
    .text-xl {
        font-size: 2.5rem;
    }
    .h2, h2, .t-h2 {
        font-size: 1.75rem;
    }
    .btn {
      font-weight: 500;
      font-size: 16px;
      padding: 15px 20px;
    }
    .brochure-wrap span{
        font-size: 2rem;
    }
    .cookie-policy{
        right: 20px;
    }
    .cookie-policy{
        max-width: 400px;
        width: 90%;
    }
}