@import url(https://fonts.googleapis.com/css?family=Playfair+Display&subset=latin,cyrillic);
@font-face {
font-family: "AdineKirnbergRegular";
    src: url("fonts/AdineKirnbergRegular.eot");
    src: url("fonts/AdineKirnbergRegular.eot?#iefix")format("embedded-opentype"),
    url("fonts/AdineKirnbergRegular.woff") format("woff"),
    url("fonts/AdineKirnbergRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
.tdu {text-decoration: none;}
.tdu:hover {text-decoration: underline;}
.fl {float: left;}
.fr {float: right;}
.justifyleft, .tal   { text-align: left;   }
.justifyright, .tar { text-align: right;  }
.justifyfull, .taj   { text-align: justify;}
.tac   { text-align: center;}
.clear { clear: both; }


 html, body {
    background: #001127 url(../img/bg.jpg) no-repeat 50% 0;
    color: #fff;
    font: 1em/1.5em Tahoma, sans-serif;
     
}

 
a		     { color:#b09256; }
a:visited   { color:#fff; }
a:hover       { color:#b09256; }
a.active {
    margin-left:750px;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0 0 .7em;
    font-weight:bold;
    /*color:#00133e;*/
    font-family: 'Playfair Display', serif;
}
.content h1,.content h2,.content h3,.content h4,.content h5,.content h6 {
    text-align: center;
}
h1{ font-size:66px; line-height:42px; font-family: "AdineKirnbergRegular";}
h2{ font-size:24px; line-height:32px; }
h3{ font-size:18px; line-height:27px; }
h4{ font-size:14px; line-height:18px; }

img { max-width: 100%; }

.container {
    width: 1070px !important;
}
.nopadding a.fancy {
    display: block;
    height: 450px;
}

.nopadding a.fancy img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.main header {		
    background: url(../img/bg_header_main.jpg) no-repeat 50% 0;
    height: 1030px;
    padding-top: 22px;
}
.main header .container {	
    position: relative;
}
.subpages header{
    padding-top: 20px;
    margin-bottom: 50px;
}
 header {		
    font-family: "AdineKirnbergRegular";
    font-size: 40px; 
}
    header .logo {
        margin-top: -10px;
        display: block;
    }
    .phone {
        font-size: 14px;
        font-family: Tahoma; 
        margin-bottom: 20px;
        display: block;
    }
    
.main .navigation {
    position: absolute;
    width: 100%;
    top: 600px
}
.tourhov:hover {
        color:#FFF;
        text-decoration:none;
}
.subpages .navigation {
   margin-top: 20px;
}
        .navigation ul {
            list-style: none;
            padding: 0;
            text-align: center
        }
            .navigation ul li {
                display:inline;
                margin: 0 11px;
            }
                .navigation ul li a{
                    text-decoration: none;
                }
                .navigation ul li.active a,
                .navigation ul li a:hover {
                    color:#b09256;
                }
.main  .sale-text {
    font-family: 'Playfair Display', serif;
    line-height: 1.5em;   
    position: absolute;
    width: 100%;
    top: 700px;
    left: 0;
    
}
.text-middle {
    font-size: 29px;
}

.text-large {
    font-size: 60px;
}

/*  Content  */
.content {
    font: 45px "AdineKirnbergRegular";
    padding: 30px 60px 40px;
}

/*  Footer  */
footer .container{
    background: url(../img/bg_footer.jpg) no-repeat;
    padding: 25px 0;
    font-family: "AdineKirnbergRegular";
    font-size: 35px;
}
    

.nopadding {
    margin: 0 !important;
    padding: 0 !important;
}
.thumbs a {
    display: inline-block;
    margin: 0px 10px 10px 0px;
    width: 200px;
    overflow: hidden;
    vertical-align: top;
}
.bordered {
    border: 1px solid #fff;
    font-size: 77%;
    display: inline-block;
    padding: 10px;
    cursor: pointer;
}
.bordered:hover {
    color:#b09256;
}

.modal-content {
    color:#fff !important;
    background: rgba(0,0,0,.8) !important;
    padding: 30px 40px;
    width: 400px;
}
.modal-content h4 {
    color:#fff !important;
    font-family: "AdineKirnbergRegular";
    font-size: 44px;
}
.modal-content .btn-inverted,
.modal-content input.form-control {
    color:#fff !important;
    background: #000;
    border: 1px solid #fff;
    width: 300px;
    text-align: center;
    font-size: 20px;
     font-family: 'Playfair Display', serif;
    text-transform: uppercase;
}
.onFade {
    transition: 350ms all;
    opacity: .75;
}
.onFade:hover {
    opacity: 1;
}

.show-modal {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    opacity: 1;
    background-color: rgba(0,0,0,.8);
    backdrop-filter: blur(2px);
}

.modal-dialog {
    width: fit-content !important;
    position: relative;
}

.close-document:hover {
    color: #b09256;
}

.close-document {
    position: absolute;
    z-index: 2;
    right: 15px;
    top: 15px;
    font-family: "AdineKirnbergRegular";
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 44px;
    transform: rotate(45deg);
    opacity: 1;
    cursor: pointer;
}

.true-normal-2024 {
    position:relative;
}



.true-normal-2024 .text {
    font-family: "AdineKirnbergRegular";
    color:#fff;
    font-size:90px;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    text-align:center;
    width: 100%;
    z-index:4;
}














