* {
    box-sizing: border-box;
}

body {
    font-family: "FuturaPTBook", sans-serif;
    color: #000000;
}

.__futura-medium {
    font-family: "FuturaPTMedium", sans-serif;
}

.__futura-bold {
    font-family: "FuturaPTBold", sans-serif;
}

.__font-white {
    color: #ffffff;
}

.__font-black {
    color: #000000 !important;
}

.__white-background {
    background-color: #ffffff;
}

.__black-background {
    background-color: #000000;
}

.__begie-background {
    background-color: #f0f0f0;
}

.main-header h1 {
    font-size: 85px;
    line-height: 110%;
    margin-bottom: 30px;
}

.main-header p {
    max-width: 480px;
    font-size: 26px;
    line-height: 32px;
}

.logo {
    margin-bottom: 110px;
}

.main-header {
    margin-bottom: 70px;
}

.section-block {
    padding: 37px 0 90px 0;
}

.section-block .form-header {
}

.main-header {
    display: flex;
    flex-direction: column;
}

.hero-block {
    position: relative;
}

#background-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -2;
}

.hero-block .cta-btn {
    display: inline-flex;
    height: 55px;
    line-height: 55px;
    font-size: 20px;
    transition: 0.3s;
    box-shadow: none;
    border: none;
    color: #ffffff;
    cursor: pointer;
    transition: 0.3s;
    background-color: #ad937d;
    text-decoration: none;
    padding: 0 30px;
    margin: 30px auto 0;
    border-radius: 0;
}

.hero-block .cta-btn:hover {
    background-color: #000000;
    outline: 1px solid  #ad937d;
}

.video-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.4);
    top: 0;
    left: 0;
    z-index: -1;
}

.__footer-background {
    background: url("../img/banners/hero-bg.png") center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.categores-block {
    padding: 50px 0 95px 0;
}

.info-block {
    padding: 90px 0 70px 0;
}

.benefit-block {
    padding: 50px 0 120px 0;
}

.items-list-wrapper .items-list-block .item {
    position: relative;
    border: 1px solid #ad937d;
    border-radius: 20px;
}

/* .categores__item-signature {
    position: absolute;
    right: 0;
    top: 120px;
} */

.categores__item-signature img {
    position: absolute;
    right: 20px;
    top: 120px;
    display: block;
    height: 0%;
    max-height: 77px;
    transition: height 500ms;
}

.categores-block .item:hover .categores__item-signature img {
    height: 100%;
    max-height: 77px;
    transition: height 500ms;
}

.item__figure {
    text-align: center;
    margin-bottom: 25px;
}

.item__figure img {
    max-width: 100%;
}

.items-list-wrapper .items-list-block .item h3 {
    padding-right: 30px;
    font-size: 30px;
    line-height: 36px;
    color: #ffffff;
}

.items-list-wrapper .items-list-block .item p {
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 0;
    color: #ffffff;
}

/* items customize start */

.hero-block .items-list-wrapper h2 {
    font-size: 45px;
    margin-bottom: 40px;
}

.hero-block .items-list-wrapper .items-list-block .item {
    padding: 30px 65px 85px 35px;
    background: rgba(0, 0, 0, 0.5);
    transition: 0.4s;
}

.hero-block .items-list-wrapper .items-list-block .item:hover {
    background-color: #ad937d;
    transition: 0.4s;
}

.hero-block .items-list-wrapper .items-list-block .item h3 {
    margin: 0 0 25px 0;
}

.categores-block .items-list-wrapper .items-list-block .item,
.info-block .items-list-wrapper .items-list-block .item {
    padding: 30px 45px 35px 45px;
    background: transparent;
    transition: 0.4s;
    display: block;
    text-decoration: none;
}

.benefit-block .items-list-wrapper .items-list-block .item {
    padding: 20px 65px 20px 35px;
    background: #ad937d;
}

.benefit-block .items-list-wrapper .items-list-block .item p {
    padding-right: 0;
}

.categores-block .items-list-wrapper .items-list-block .item:hover,
.info-block .items-list-wrapper .items-list-block .item:hover {
    transition: 0.4s;
}

.categores-block .items-list-wrapper .items-list-block .item h3,
.info-block .items-list-wrapper .items-list-block .item h3 {
    margin: 0 0 20px 0;
}

.categores-block .items-list-wrapper .items-list-block .item p,
.info-block .items-list-wrapper .items-list-block .item p {
    padding-right: 50px;
}

.steps-block .items-list-wrapper h2 {
    font-size: 45px;
    margin-bottom: 40px;
}

.steps-block .items-list-wrapper .items-list-block .item {
    padding: 30px 65px 85px 35px;
    background: rgba(0, 0, 0, 0.5);
    transition: 0.4s;
}

.steps-block .items-list-wrapper .items-list-block .item:hover {
    background-color: #ad937d;
    transition: 0.4s;
}

.steps-block .items-list-wrapper .items-list-block .item h3 {
    margin: 0 0 25px 0;
}

/* items padding end */

/* booking-link-block start*/

.booking-link-block {
    padding: 55px 0 45px 0;
}

.booking-link-block h2 {
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 20px;
}

.booking-link-block p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
}

.booking-link-block a {
    display: inline-block;
    color: #ffffff;
    padding: 0 30px;
    font-size: 20px;
    height: 55px;
    line-height: 55px;
    background-color: #000000;
    transition: 0.4s;
}

.booking-link-block a:hover {
    text-decoration: none;
    background-color: #ad937d;
    transition: 0.4s;
}


/* booking-link-block end*/

/* categores-block start */

/* categores-block end */

/* gifts-info-list start */

.gifts-info-list {
    margin-bottom: 40px;
}

/* .gifts-info-list end */

/* info-block start*/

.info-block header h2 {
    font-size: 45px;
    line-height: 54px;
  /*  padding-right: 60%;*/
    margin-bottom: 25px;
}

.info-block header p {
    padding-right: 50%;
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 45px;
}

/* info-block end*/

/* benefit-block start */

.benefit-block header h2 {
    width: 50%;
    margin-bottom: 60px;
    font-size: 45px;
}

/* benefit-block end */

/* footer start */

.footer {
    height: 275px;
    background-color: #000000;
}

.footer-logo {
    padding-top: 130px;
}

/* footer end */

/*modal start*/

.form-block__left-side {
    float: left;
    width: 48%;
    margin-right: 4%;
}

.form-block__right-side {
    float: right;
    width: 48%;
}

/*modal end*/

/*form start*/

.form-header h2 {
    font-family: "FuturaPTBold", sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #000000;
    margin-bottom: 15px;
}

.form-header p {
    font-size: 16px;
    line-height: 18px;
    color: #333333;
    margin-bottom: 40px;
}

.custom-form-checkbox-wrapper {
    user-select: none;
    margin-top: 20px;
    width: 48%;
    margin-right: 4%;
    float: left;
    padding-right: 30px;
}

.custom-input-wrapper input {
    width: 100%;
    height: 55px;
    line-height: 55px;
    background: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    box-shadow: none;
    padding: 0 20px;
    margin-bottom: 10px;
}

.custom-input-wrapper:last-child {
    margin-bottom: 30px;
}

.custom-textarea-wrapper textarea {
    width: 100%;
    background: #ffffff;
    border: 1px solid #e4e4e4;
    padding: 20px;
    height: 187px;
    resize: none;
    border-radius: 5px;
    margin-bottom: 5px;
}

.form-block__bottom {
    width: 100%;
    overflow: hidden;
}

.file-input {
    display: inline-block;
    text-align: left;
    background: #fff;
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 5px 10px;
    width: 100%;
    position: relative;
}

.file-input > [type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    cursor: pointer;
}

.file-input > .button {
    display: inline-block;
    cursor: pointer;
    background: #f1f1f1;
    border-radius: 5px;
    padding: 8px 16px;
    margin-right: 8px;
    float: right;
    width: 95px;
    text-align: center;
}

.file-input:hover > .button {
    background: #ad937d;
    color: #ffffff;
}

.file-input > .label {
    color: #333;
    white-space: nowrap;
    opacity: 0.3;
    position: relative;
    top: 8px;
    margin-left: 8px;
}

.file-input.-chosen > .label {
    opacity: 1;
}

.form-block__load-file-wrapper {
    margin-bottom: 10px;
}

.form-block__submit-btn-wrapper {
    width: 48%;
    margin-top: 30px;
    float: right;
}

.form-block__submit-btn-wrapper button {
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-size: 20px;
    border-radius: 5px;
    background-color: black;
    transition: 0.3s;
    box-shadow: none;
    border: none;
    color: #ffffff;
    cursor: pointer;
}

.form-block__submit-btn-wrapper button:hover {
    transition: 0.3s;
    background-color: #ad937d;
    border: none;
}

.section-block .form-group {
    padding-top: 25px;
}

.form-group {
    display: block;
    margin-bottom: 15px;
}

.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-group label {
    position: relative;
    cursor: pointer;
}

.form-group label:before {
    content: "";
    -webkit-appearance: none;
    background: #ffffff;
    border: 1px solid #e4e4e4;
    padding: 12px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 5px;
    top: -2px;
}

.form-group input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 9px;
    width: 5px;
    height: 14px;
    border: solid #ad937d;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.input-text {
    display: block;
    border: none;
    border-bottom: 1px solid white;
    background: none;
    padding: 20px 10px;
    font-size: 1em;
    width: 100%;
    text-transform: uppercase;
    outline: none;
    color: white;
}

.input-text.style4 {
    overflow: hidden;
}
.input-text.style4:before {
    content: "asdad";
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background: red;
}
.input-text.style4:focus::-webkit-input-placeholder {
    text-indent: -200px;
}

/*form end*/

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000000;
    font-size: 16px;
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: #000000;
    font-size: 16px;
}
:-ms-input-placeholder {
    /* IE 10+ */
    color: #000000;
    font-size: 16px;
}
:-moz-placeholder {
    /* Firefox 18- */
    color: #000000;
    font-size: 16px;
}

.loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.75) url(../img/loader.svg) no-repeat center center;
    z-index: 10000;
}

.form-error {
    margin-left: 3px;
    color: red;
}

.form-success-wrapper .form-header {
    font-family: "FuturaPTBold", sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #3cb066;
    margin-bottom: 15px;
}

.form-success-wrapper {
    display: none;
}

#aboutCarousel {
    --f-carousel-slide-width: calc((100% - 60px) / 4);
    --f-carousel-spacing: 20px;

    --f-button-next-pos: 1rem;
    --f-button-prev-pos: 1rem;

    --f-button-width: 44px;
    --f-button-height: 44px;
    --f-button-border-radius: 50%;

    --f-button-color: #fff;
    --f-button-hover-color: #fff;
    --f-button-active-color: #fff;

    --f-button-bg: rgba(0, 0, 0, 0.5);
    --f-button-hover-bg: rgba(0, 0, 0, 0.8);
    --f-button-active-bg: rgba(0, 0, 0, 0.8);

    --f-button-svg-width: 22px;
    --f-button-svg-height: 22px;
    --f-button-svg-stroke-width: 3;
}

#aboutCarousel .f-carousel__slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.f-parallax {
    overflow: hidden;
    aspect-ratio: 2/3;
}

.f-parallax img {
    max-width: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-action-btn {
    margin-top: 30px;
}

.single-action-btn a {
    display: inline-block;
    color: #ffffff;
    padding: 0 30px;
    font-size: 20px;
    height: 55px;
    line-height: 55px;
    background-color: #000000;
    transition: 0.4s;
}

.single-action-btn a:hover {
    text-decoration: none;
    background-color: #ad937d;
    transition: 0.4s;
}

.__black-background .single-action-btn a {
    background-color: #ad937d;
}

.__black-background .single-action-btn a:hover {
    background-color: #000000;
    outline: 1px solid #ad937d;
}


.quote {
    display: block;
    width: 80%;
    margin: 30px auto;
    overflow: hidden;

}

.quote p {
    color: #000000 !important;
}

.quote blockquote {
    background-color: #fff;
    border: solid 2px #757575;
    display: inline-block;
    margin: 0;
    padding: 1em;
    position: relative;
}
.quote blockquote:before {
    background-color: #fff;
    bottom: -10%;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: -10%;
    transform: rotate(-15deg) skew(5deg);
}
.quote blockquote cite {
    display: block;
    font-style: italic;
    text-align: right;
}
.quote blockquote cite:before {
    content: "- ";
}
.quote blockquote > * {
    position: relative;
    z-index: 1;
}

.faq-wrap {
}

.faq-wrap .uk-accordion-title {
    font-size: 1.6rem;
}

.faq-wrap .uk-accordion-content {
    font-size: 1.2rem;
}


.popup-flex {
    display: flex;
    gap: 25px;
}

.popup-product {
    max-width: 200px;
    position: relative;
}
.popup-product img {
    max-width: 100%;
}

.popup-product h3 {
    margin-top: 10px;
    margin-bottom: 0;
}

.popup-product a {
    text-decoration: none !important;
}

.item a {
    text-decoration: none !important;
}

#popup-product__clear {
    position: absolute;
    z-index: 1010;
    top: 10px;
    right: 10px;
    padding: 5px;
}

.lang-selector {
    position: absolute;
    right: 20px;
    top: 20px;
    display: flex;
    gap: 15px;
}

.lang-selector a {
    color: #ffffff;
    font-size: 26px;
    text-decoration: none;
    padding-bottom: 3px;
}
.lang-selector a:hover, .lang-selector a.selected {
    border-bottom: 2px solid;
}

#cookie-consent {
    display: none;
}

#cookie-consent-modal{
   z-index: 9999999999;
}

.consent-row {
    border-bottom: 1px solid #f3f1f1;
    padding: 10px 0;
}

.cookie-consent-page-row-inner .btn {
    font-size: 14px;
}
.cookie-consent-page-row-body {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0 0.2rem 1.6rem rgb(83 75 150);
    z-index: 9999999999;
    padding: 1rem 1rem
}
.cookie-consent-page-row:before {
    position: fixed;
    z-index: 9999999998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    pointer-events: none;
    background-color: rgb(158,157,157,0.5);
}

.cookie-consent-page-row-body a.btn {
    display: inline-block;
    color: #ffffff;
    padding: 0 30px;
    font-size: 20px;
    height: 32px;
    line-height: 32px;
    background-color: #000000;
    transition: 0.4s;
    text-decoration: none;
}

.cookie-consent-page-row-body a.btn-primary {
    background-color: #ad937d;
}
.cookie-consent-page-row-body a.btn-primary:hover {
    background-color: #000000;
}


.cookie-consent-modal-row-body {
    margin-top: 30px;
}

.cookie-consent-modal-row-body a.btn {
    display: inline-block;
    color: #ffffff;
    padding: 0 30px;
    font-size: 20px;
    height: 32px;
    line-height: 32px;
    background-color: #000000;
    transition: 0.4s;
    text-decoration: none;
}

.cookie-consent-modal-row-body a.btn-primary {
    background-color: #ad937d;
}
.cookie-consent-modal-row-body a.btn-primary:hover {
    background-color: #000000;
}