@font-face {
    font-family: 'Futura Medium';
    src: url("../fonts/Futura Medium.otf");
}
@font-face {
    font-family: 'Almoni-DLAAA-regular';
    src: url("../fonts/almoni-dl-aaa-regular.otf");
}
@font-face {
    font-family: 'Almoni-DLAAA-black';
    src: url("../fonts/almoni-dl-aaa-black.otf");
}
@font-face {
    font-family: 'Almoni-DLAAA-bold';
    src: url("../fonts/almoni-dl-aaa-bold.otf");
}
@font-face {
    font-family: 'Almoni-DLAAA-light';
    src: url("../fonts/almoni-dl-aaa-light.otf");
}

body {
    direction: rtl;
    font-family: 'Almoni-DLAAA-regular';
    color: #000;
}
::-webkit-scrollbar {
    width: 5px;
    background-color: #ffffff;
}
::-webkit-scrollbar * {
    background: #ffffff !important;
}
::-webkit-scrollbar-track {
    background-color: #ffffff;
}
::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: #BA774B;
}
img {
    max-width: 100%;
    max-height: 100%;
}
header {
    display: flex;
    background: #831e24;
    padding: 0 3.5vw 8px;
    flex-wrap:  wrap;
    /*justify-content:  space-between;*/
    justify-content: flex-end;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 30;
    align-items: center;

    display: none;
}
.logo {
    display: flex;
    display: -moz-box;
    align-items: center;
    margin-top: 2.78vw;
}
.logo img {
    max-width: 19.9vw;
}
.header_link {
    font-size: calc(12px + 1.1vw);
    text-decoration: none;
    color: #fff;
    border: 3px solid #fff;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: .83vw 1.3vw;
    transition: all .3s;
    display: none;
}
.header_link:hover {
    color: #831e24;
    background: #fff;
}
.banner-block {
    height: 100vh;
    position: relative;
}
.item-banner {
    height: 100%;
    width: 100%;
}
.item-banner > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.content-banner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    padding-top: 7vw;
    display: flex;
    flex-direction:  column;
    align-items:  center;
    justify-content:  center;
}
.banner_text_1 {
    font-family: 'Almoni-DLAAA-regular';
    font-size: calc(12px + 1.67vw);
    text-align: center;
    color: #ffffff;
}
.banner_text_2 {
    font-family: 'Futura Medium';
    font-size: calc(12px + 11vw);
    text-align: center;
    color: #ffffff;
    /*margin: 8.4vw 0;*/
    margin: 5vw 0 2.85vw;
    letter-spacing: 15px;
}
.banner_text_3 {
    font-family: 'Almoni-DLAAA-bold';
    font-size: calc(12px + 1.67vw);
    text-align: center;
    line-height: calc(12px + 2.5vw);
    color: #ffffff;
    max-width: 36%;
}
.arrow_bottom {
    position: absolute;
    width: 1.77vw;
    bottom: 1.5vw;
    cursor: pointer;
    left: calc(50% - .86vw);
    -webkit-animation: side-menu-arrow .5s ease-out infinite alternate;
    animation: side-menu-arrow .5s ease-out infinite alternate;
}

@-webkit-keyframes side-menu-arrow {
    0%{bottom: 1.5vw;}
    100%{bottom: .5vw;}
}
@-moz-keyframes side-menu-arrow {
    0%{bottom: 1.5vw;}
    100%{bottom: .5vw;}
}
@keyframes side-menu-arrow {
    0%{bottom: 1.5vw;}
    100%{bottom: .5vw;}
}

.vip-club_block {padding: 6vw 0 3.3vw;}
.title-block {
    font-family: 'Almoni-DLAAA-bold';
    font-size: calc(12px + 1.67vw);
    margin-bottom: 3.15vw;
    text-align: center;
}
.title-block  span {    font-family: 'Almoni-DLAAA-regular';}
.container {
    max-width: 1260px;
    margin: 0 auto;
    width: auto;
    padding: 0 15px;
}
.list_vip-club {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 6.3vw;
}
.list_vip-club li {
    width: 19vw;
    text-align: center;
    margin-bottom: 3.15vw;
    letter-spacing: 2px;
}
.title_item_vip-club:before {
    content: '';
    width: 138px;
    height: 10px;
    display: inline-block;
    background: #BA774B;
    margin-bottom: 1.85vw;
}
.title_item_vip-club {
    font-size: calc(12px + 1.1vw);
    font-family: 'Almoni-DLAAA-black';
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.8vw;
}
.issues_block {
    height: 30vw;
    text-align: center;
    background: url(../images/Asset_4-8.png) no-repeat center;
    background-size: cover;
    position: relative;
}
.item-issues_block:before {
    content: '';
    position: absolute;
    display: block;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /*background-color: rgba(0, 0, 0, 0.5);*/
}
.issues_block-text {
    position: relative;
    z-index: 3;
    color: #fff;
    width: 35vw;
    margin: 30px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: calc(12px + 1.67vw);
    line-height: calc(12px + 2vw);
    letter-spacing: 2px;
}
.issues_block > .container {
    height: 100%;
}
.item-issues_block {
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
.desc_item_vip-club {
    font-family: 'Almoni-DLAAA-regular';
    font-size: calc(12px + .68vw);
    line-height: calc(12px + 1.1vw);
}
.section-info {
    padding-top: 6vw;
    overflow: hidden;
}
.section-5_text {
    font-family: 'Almoni-DLAAA-regular';
    font-size: calc(12px + .68vw);
    text-align: center;
    line-height: calc(12px + 1.3vw);
    margin: 0 auto 6vw;
    width: 36vw;
    letter-spacing: 2px;
}
.section-5_gallery {
    padding: 0;
    flex-wrap: wrap;
    display: flex;
}
.section-5_gallery li {
    width: calc(50% - 30px);
    margin: 15px;
}
.section-6_gallery {
    padding: 0;
}
.section-6_gallery li {
    text-align: center;
    width: 100%;
    margin: 15px 0;
}
.footer-section {
    background: #1a1a1a;
    display: flex;
    flex-wrap: wrap;
    padding: 3.8vw 3.2vw;
    justify-content:  space-between;
    align-items: center;
}
.section-5_text strong,
.banner_text_1 strong {
    font-family: 'Almoni-DLAAA-bold';
}
.footer-social {
    font-size: calc(12px + 1vw);
    color: #ffffff;
}
.footer-social ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.footer-social ul li {
    margin-left: 1.6vw;
}
.footer-info {
    display: flex;
    color: #c7c7c7;
    flex-direction: column;
    align-items: flex-end;
    font-family: 'Almoni-DLAAA-regular';
    font-size: calc(12px + .68vw);
    line-height: calc(12px + 1.6vw);
    letter-spacing:  1px;
}
.footer-info a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration:none;
}
.footer-info i {
    width: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.footer-text {
    font-family: 'Almoni-DLAAA-regular';
    font-size: calc(12px + .68vw);
    line-height: calc(12px + 1vw);
    text-align: center;
    padding: 1.1vw 0;
}
.footer-text strong {
    font-family: 'Almoni-DLAAA-bold';
}
.item-banner:before {
    content: '';
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    position: absolute;
    background: rgba(46,44,41,1);
    background: -moz-linear-gradient(-45deg, rgba(46,44,41,1) 0%, rgba(182,181,180,0.29) 65%, rgba(255,255,255,0.29) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(46,44,41,1)), color-stop(65%, rgba(182,181,180,0.29)), color-stop(100%, rgba(255,255,255,0.29)));
    background: -webkit-linear-gradient(-45deg, rgba(46,44,41,1) 0%, rgba(182,181,180,0.29) 65%, rgba(255,255,255,0.29) 100%);
    background: -o-linear-gradient(-45deg, rgba(46,44,41,1) 0%, rgba(182,181,180,0.29) 65%, rgba(255,255,255,0.29) 100%);
    background: -ms-linear-gradient(-45deg, rgba(46,44,41,1) 0%, rgba(182,181,180,0.29) 65%, rgba(255,255,255,0.29) 100%);
    background: linear-gradient(135deg, rgb(21, 20, 18) 0%, rgba(182, 181, 180, 0.29) 80%, rgba(255,255,255,0.29) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2c29', endColorstr='#ffffff', GradientType=1 );
}
.my-effect > div, .gallery-animate > li {
    opacity: 0;
    -webkit-opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    visibility:hidden;
}
.my-effect > div.visible, .gallery-animate > li.visible {
    opacity: 1;
    -webkit-opacity: 1;
    visibility:visible;
}
.form-landing {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 6vw;
    position: relative;
}
.form-landing > div {
    width: 40.5%;
}
.tabs {
    display: flex;
    text-align: center;
    margin: 0 0 30px;
}
.tabs .tab {
    width: 50%;
    font-size: 24px;
    padding: 15px;
    cursor: pointer;
    border: 1px solid #EBEFF4;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tabs .tab.active {
    background: #EBEFF4;
}
.subtitle2 {
    display: table;
    width: 100%;
    text-align: center;
    font-family: 'Almoni-DLAAA-black';
    font-size: calc(12px + 1vw);
    line-height: calc(12px + 1vw);
    max-width: 660px;
    margin: 0 auto 2vw;
}
.form-submit {
    width: 100%;
    text-align: center;
    margin-top: 2vw;
}
.subtitle {
    font-family: 'Almoni-DLAAA-black';
    font-size: calc(12px + 1vw);
    line-height: calc(12px + 1vw);
    margin-bottom: 2vw;
}
.form-landing input[type=text],.form-landing input[type=number] {
    outline: none;
    border: 1px solid #353535;
    width: 310px;
    font-family: 'Almoni-DLAAA-regular';
    font-size: calc(12px + .68vw);
    padding: 1vw;
}
.form-landing input[type=submit] {
    color: #fff;
    font-size: calc(12px + 1.1vw);
    background: #831e24;
    border: 2px solid #831e24;
    padding: 16px 22px;
    outline: none;
    transition: all .3s;
    cursor: pointer;
    font-family: 'Almoni-DLAAA-regular';
	 -webkit-appearance: none !important;
}
.form-landing input[type=submit]:hover {
    color: #831e24;
    background: #fff;
}
.form-block-right p,
.form-block-left p {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.form-block-right p.checked-item {
    margin: 45px 0 0;
}

.form-block-right p label,
.form-block-right .row-block-left label,
.form-block-left label {
    font-family: 'Almoni-DLAAA-regular';
    font-size: calc(12px + .58vw);
    margin-left: 15px;
}
.form-block-left .row-block-left > .checked-item label {
    margin-left: 0;
}
#publish + label, #publish + label + label{
    font-size: calc(12px + .32vw);
}
.checked-item label > a {
    margin-right: 8px;
}
.row-block-left-mult .select-custom {
    transition: all 0.5s ease;
}
.row-block-left-mult .select-custom span:last-child {display: none;}
.select-custom {
    outline: none;
    border: 1px solid #353535;
    width: 310px;
    font-family: 'Almoni-DLAAA-regular';
    font-size: calc(12px + .68vw);
    padding: 1vw;
    cursor:  pointer;
    position: relative;
}
.form-block-left > div:not(.subtitle), .form-block-right .row-block-left {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.list-select {
    position: absolute;
    width: 310px;
    left: 0;
    background: #fff;
    border: 1px solid #353535;
    font-family: 'Almoni-DLAAA-regular';
    font-size: calc(12px + .68vw);
    padding: 0.5vw 1vw;
    top: 100%;
    border-top: 0;
    z-index: -1;
    opacity: 0;
    transition: opacity .2s;
    box-shadow: 0 3px 5px rgba(144, 138, 138, 0.5);
}
.list-select li {
    padding: .5vw 0;
    cursor: pointer;
}
.open-select + .list-select{
    opacity: 1;
    z-index: 1;
    height: 195px;
    overflow-y: auto;
}
#form-animals + label + .open-select + .list-select,
#form-animals + label + label + .open-select + .list-select {
    height: 90px;
}
.select-custom:before {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    left: calc(1vw + 3px);
    display: block;
    border-bottom: 1px solid #353535;
    border-left: 1px solid #353535;
    top: calc(50% - 9px);
    transform: rotate(-45deg);
}
.open-select.select-custom:before {
    transform: rotate(135deg);
}
.custom-block-checked {
    width: calc(300px + 2vw);
    display: flex;
    flex-wrap: wrap;
}
.row-block-left-custom > .checked-item {
    display: block;
    width: calc(300px + 2vw);
    margin: 35px 0 0;
    position: relative;
}
.checked-item label {
    display: flex;
    align-items: center;
    cursor:  pointer;
}
.checked-item span {
    width: 30px;
    height: 30px;
    border: 1px solid #353535;
    display: inline-block;
    margin-left: 15px;
    position: relative;
    overflow:  hidden;
}
.form-block-left > div.row-block-left-custom {
    justify-content: flex-end;
    padding-top: 1.7vw;
}
.checked-item .checked span:after,
.checked-item .checked span:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #353535;
    top: 50%;
}
.checked-item .checked span:after {
    transform: rotate(45deg);
}
.checked-item .checked span:before {
    transform: rotate(-45deg);
}
.header_link_mobile {
    display: block;
    margin-bottom: 4vw;
}
.link-custom2 {
    font-size: calc(12px + 1.1vw);
    text-decoration: none;
    color: #000;
    background: #fff;
    border: 3px solid #fff;
    justify-content: center;
    align-items: center;
    padding: .83vw 1.3vw;
    transition: all .3s;
    margin: 0 auto 20px;
    position: relative;
    z-index: 3;
}
.link-custom2:hover {
    color: #fff;
    background: transparent;
}
.block-slider {
    direction: ltr;
    margin-bottom: 5vw;
}
.block-slider .item {
    height: 40vw;
}
.block-slider .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.owl-carousel-slider {
    height: 40vw;
}
.slider-counter {
    position: absolute;
    bottom: 25px;
    left: 30px;
    color: #fff;
    font-size: 40px;
    letter-spacing: -1px;
}
.section-custom-1 {

    margin-bottom: calc(25px + 2vw);
}
.title-section-custom-1 {

    font-family: 'Almoni-DLAAA-black';

    font-size: calc(12px + 2.5vw);

    margin-bottom: 15px;
}
.title1-section-custom-1 {

    font-family: 'Almoni-DLAAA-bold';

    font-size: calc(12px + 2.5vw);

    width: 100%;

    display: block;

    margin-bottom: 15px;
}
.title2-section-custom-1 {

    font-size: calc(12px + 2vw);

    width: 100%;

    display: block;

    margin-bottom: 15px;
}
.link-custom2.link-custom2-red {

    border-color:  #831e24;

    background:  #831e24;

    color:  #fff;

    display: inline-block;

    margin-top: 4vw;
}
.section-custom-1 p {

    margin-top: 20px;

    font-family: 'Almoni-DLAAA-regular';

    font-size: calc(12px + 1.7vw);
}
.title-section-custom-2:before {
    content: '';
    width: 120px;
    height: 10px;
    display: inline-block;
    background: #202020;
    margin-bottom: 15px;
}
.title-section-custom-2 {
    font-family: 'Almoni-DLAAA-black';
    font-size: calc(12px + 2vw);
    margin-bottom: 35px;
    display: flex;
    flex-direction:  column;
}
.list-section-custom-2 {
    padding: 0;
}
.list-section-custom-2 li {
    font-size: calc(12px + 1.7vw);
    margin-bottom: 20px;
}
.list-section-custom-2 li span {
    font-family: 'Almoni-DLAAA-regular';
    margin-left: 20px;
}
.section-custom-2 {
    margin-bottom: 8vw;
}
.block-slider .owl-theme .owl-nav {
    margin: 0;
}
.block-slider .owl-theme .owl-nav [class*=owl-]:before {
    content: '';
    display: block;
    border-bottom: 8px solid #fff;
    border-left: 8px solid #fff;
    background: transparent;
    width: 40px;
    height: 40px;
}
.block-slider .owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: calc(50% - 54px);
    margin: 0;
    padding: 30px;
    background: transparent;
}
.block-slider .owl-theme .owl-nav [class*=owl-].owl-prev {
    left: 0;
}
.block-slider .owl-theme .owl-nav [class*=owl-].owl-prev:before {
    transform:  rotate(45deg);
}
.block-slider .owl-theme .owl-nav [class*=owl-].owl-next {
    right: 0;
}
.block-slider .owl-theme .owl-nav [class*=owl-].owl-next:before {
    transform: rotate(-135deg);
}

#select1, #select2, #select3, #checked3, #form-status, #publish,
#form-elevator, #form-parking, #form-terrace, #form-date, #form-animals {position: absolute; z-index: -10; opacity: 0;}
label.form-input_error {
    color: #88232A;
    position: absolute;
    top: 50px;
    right: 0;
    font-size: 18px !important;
    max-width: 150px;
}
.checked-item label.form-input_error {
    top: 40px;
    max-width: unset;
}
input.form-input_error {
    border-color: #88232A !important;
    border-width: 2px !important;
}
input.form-input_error + label + label > span,
input.form-input_error + label + label + .select-custom {
    border-color: #88232A !important;
    border-width: 2px !important;
}
input.form-input_error + label + label.checked > span {
    border-color: #88232A !important;
    border-width: 2px !important;
}

.row-block-left-mult > input,
.list-select-mult li > input {position: absolute; z-index: -10; opacity: 0;}
.list-select-mult li > label > span {
    display: inline-block;
    width: 16px;
    height: 16px;
    box-shadow: 0 0 1px 1px #000;
    border-radius: 50%;
    margin-left: 10px;
    margin-left: 15px;
    vertical-align: middle;
}
.list-select-mult li > input[type="checkbox"]:checked + label span,
.list-select-mult li > input[type="checkbox"]:checked + label + label span {
    background-color: #000;
}
.list-select.list-select-mult li {cursor: unset;}
.list-select.list-select-mult li > label {cursor: pointer;}
.list-select.list-select-mult {
    height: 176px;
    overflow-y: auto;
}
.footer-info img {
    max-width: 30px;
    vertical-align: middle;
}
#main-error {
    display: none;
    color: #88232A;
    position: absolute;
    bottom: 85px;
    right: 50%;
    font-size: 18px !important;
    transform: translateX(50%);
    width: 100%;
    text-align: center;
}
#form-main.mr #main-error {display: block;}
 #form-main.mr label.form-input_error {
    display: none !important;
}
#form-main2.mr #main-error {display: block;}
 #form-main2.mr label.form-input_error {
    display: none !important;
}

/*----------welcome page-------------*/

.s-header {
    margin-top: 7vw;
    height: 500px;
    position: relative;
    text-align: center;
    color: #fff;
    display: flex;
}
.t-center {
    width: 100%;
    margin: auto;
    padding: 0 15px;
}
.t-center h1 {
    font-size: 160px;
    margin: 0 0 40px;
    font-family: 'Futura Medium', sans-serif;
    letter-spacing: 6px;
}
.t-center p {
    font-size: 40px;
    margin: 0;
}
.s-weclome {
    padding: 70px 0;
    text-align: center;
}
.s-weclome {
    padding: 70px 0;
    text-align: center;
    font-size: 30px;
}
.s-weclome strong {
    margin: 0 0 30px;
    display: block;
    font-family: 'Almoni-DLAAA-bold';
}
.s-weclome p {
    font-family: 'Almoni-DLAAA-regular';
    margin: 0 auto 20px;
    max-width: 420px;
    font-size: 24px;
}
input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
} 
