* {padding: 0; margin: 0; box-sizing: border-box;}
html, body {
    box-shadow: none;
}
body {
    margin: 0 auto;
}
.new_wp_wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}
#new_wp_head {
    position: fixed;
    height: 60px;
    top: 0;
    width: 100%;
    background: rgb(46, 48, 48);
    /*box-shadow: 0 1px 5px rgba(0,0,0,0.3);*/
    box-sizing: content-box;
    border-bottom: 1px solid #dee2e6;
    z-index: 1500;
}
.new_wp_content {
    flex: 1 0 auto;
}
.new_wp_footer {
    flex: 0 0 auto;
    background: rgb(46, 48, 48);
}
.new_wp_wrapper .new_wp_box_content {
    margin: 0 auto;
    padding: 0 20px;
}
#new_wp_head .new_wp_box_content {
    max-width: 1700px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}
#new_wp_box_logo {
    float: left;
    display: flex;
    height: 60px;
    align-items: center;
    font-size: 40px;
    text-decoration: none;
}
#new_wp_box_logo > span:nth-child(1) {
    color: #fff;
    margin-right: 2px;
    letter-spacing: 0.05em;
    font-family: serif !important;
}
#new_wp_box_logo > span:nth-child(2) {
    color: #ffebbe;
    letter-spacing: 0.02em;
    font-family: serif !important;
}
#new_wp_home_section {
    min-height: 100vh;
    background: #394044;
    position: relative;
    transform: scale(1);
}
#new_wp_home_section > .new_wp_scnt {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    padding: 0;
    margin: 0 auto;
}

#new_wp_home_section > .new_wp_scnt > .new_wp_box_1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0;
    height: 500px;
    background-color: transparent;
    width: 100%;
    border-bottom: 1px solid #ffebbe;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/image/bg-min.jpg");
    box-shadow: inset 0 -1px 8px rgba(0, 0, 0, 0.3);
}

#new_wp_home_section > .new_wp_scnt > .new_wp_box_2 {
    flex-grow: 1;
    background: #394044;
    padding: 0 20px 100px;

}
#new_wp_home_section > .new_wp_scnt > .new_wp_box_2 > div {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    align-items: start;
    width: 100%;
    max-width: 1700px;
    margin: 40px auto 0;
}
#new_wp_home_section > .new_wp_scnt > .new_wp_box_2 > div > a {
    display: flex;
    background: #394044; 
    background: -moz-linear-gradient(top,  #394044 0%, #239377  100%);
    background: -webkit-linear-gradient(top,  #394044 0%,#239377  100%);
    background: linear-gradient(to bottom,  #394044 0%,#239377    100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#394044', endColorstr='#239377',GradientType=0 );
    padding: 20px 20px 70px;
    justify-content: left;
    flex-direction: column;
    font-family: sans-serif;
    height: 100%;
    border-radius: 5px;
    text-decoration: none;
    color: #e3ffff;
    text-align: left;
    position: relative;
}
#new_wp_home_section > .new_wp_scnt > .new_wp_box_2 > div > a:hover {
    background: #0f7a61;
}
#new_wp_home_section > .new_wp_scnt > .new_wp_box_2 > div > a > .new_wp_head_link{
    display: flex;
    width: 100%;
    flex-direction: row;
    margin-bottom: 20px;
    color: #fff;
}
#new_wp_home_section > .new_wp_scnt > .new_wp_box_2 > div > a > .new_wp_head_link > span:nth-child(1){
    flex-grow: 1;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: left;

}
#new_wp_home_section > .new_wp_scnt > .new_wp_box_2 > div > a > .new_wp_head_link > span:nth-child(2){
    flex-grow: 0;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: right;

}
#new_wp_home_section > .new_wp_scnt > .new_wp_box_2 > div > a > .new_wp_name_link {
    font-weight: bold;
    font-size: 20px;
    display: block;
    margin-bottom: 15px;
    color: #ffebbe;
    padding-bottom: 3px;
}
#new_wp_home_section > .new_wp_scnt > .new_wp_box_2 > div > a > .title_link {
    display: flex;
    font-size: 15px;
    line-height: 20px;

    color:#fff;
}
#new_wp_home_section > .new_wp_scnt > .new_wp_box_2 > div > a > .new_wp_site_link {
    position: absolute;
    left: 20px;
    bottom: 30px;
    color: #ffebbe;
    font-size: 15px;

}

.new_wp_head_menu, .new_wp_head_menu_user {
    float: right;
    display: flex;
    color: #fff;
    align-items: center;
    height: 60px;
    cursor: pointer;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    font-size: 15px;
}
.new_wp_head_menu svg, .new_wp_head_menu_user > svg{
    height: 40px;
    width: 40px;

}
.new_wp_head_menu:hover, .new_wp_head_menu_user:hover{
    color: #ffebbe;
}
#new_wp_box_mob_menu {
    position: absolute;
    top: 61px;

    width: 300px;
    right: 0;
    display: none;
}
#new_wp_box_mob_menu > table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background: rgb(46, 48, 48);
    border: 1px solid #ffebbe;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    border-bottom-width: 2px;
}
#new_wp_box_mob_menu > table td {
    width: 100%;
    padding: 0;
    vertical-align: middle;
    text-align: center;
    font-size: 15px;
    height: 60px;
    border: 1px solid #515656;
}
#new_wp_box_mob_menu > table td a {
    color: #e5e2db;
    text-decoration: none;
    font-family: sans-serif;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    align-items: center;
    justify-content: left;
    text-transform: uppercase;
}

#new_wp_link_mob_menu.active_link {
    color: #d9bc7a;
}
#new_wp_link_mob_menu {
    display: none;
}
.new_wp_footer {
    border-top: 2px solid #4d5254;
}
.new_wp_footer .new_wp_box_content {
    width: 100%;
    max-width: 1700px;
    color: #fff;
    padding: 20px;
    margin: 0 auto;
}
.new_wp_footer_box {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
}
.new_wp_footer_box .footer_top{
    flex-grow: 1;
    min-height: 60px;
    padding-bottom: 30px;
}
.new_wp_footer_box .new_wp_footer_bottom{
    flex-grow: 1;
    min-height: 10px;
    font-size: 14px;
}
.new_wp_footer_top_grid {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    align-items: start;
    width: 100%;
    max-width: 1700px;

}
@media screen and (max-width:400px)
{
    .new_wp_footer_top_grid
    {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
    .new_wp_footer_top_grid img{
        max-width: 200px !important;
    }
}
.new_wp_footer_top_grid a, .new_wp_head_foot_section {
    display: flex;
    color: #b2b9bd;
    font-size: 15px;
    height: 30px;
    align-items: center;
    text-decoration: none;
    font-family: sans-serif;
}
.new_wp_head_foot_section {
    text-transform: uppercase;
    height: 40px;
    font-weight: bold;
    font-size: 16px;
}
.new_wp_footer_top_grid a:hover{
    color: #fff;
}
.new_wp_footer_bottom {
    display: flex;
    align-items: center;
    justify-content: left;
    font-family: sans-serif;

}
@media (max-width: 1200px) {
    .new_wp_head_menu {display: none;}
    #new_wp_link_mob_menu {display: flex;}
}
.bbox_ct {
    max-width: 1400px; margin: 0 auto; display: flex; flex-direction: row; align-items: start;
}
.bbox_ct > div:nth-child(1) {
    margin-right: 60px;
}
.bbox_ct > div:nth-child(1) > img {
    max-width: 400px; margin-top: 55px;

}
.bbox_ct img {
    /*border-radius: 5px;*/

}
.bbox_ct > div:nth-child(2) > div {
    font-size: 14pt !important; line-height: 30px;
    text-align: justify;
}
.bbim2 {
    display: none;
    margin-top: 30px;
}
@media (max-width: 1000px) {
    .bbox_ct > div:nth-child(1) {
        display: none;
    }
    .bbim2 {
        display: block;
    }
    .bbox_ct > div:nth-child(2) > div {
        font-size: 12pt !important; line-height: 24px;
    }
}
@media (max-width: 900px) {}
@media (max-width: 700px) {}
@media (max-width: 550px) {
    .new_wp_wrapper .new_wp_box_content {padding: 0 5px;}
    .new_wp_footer .new_wp_box_content {width: 100%;max-width: 1700px;color: #fff;padding: 10px 5px;}
    #new_wp_home_section > .new_wp_scnt {padding: 0;}
    .new_wp_footer_top_grid {padding-left: 20px; padding-right: 10px;}
    .new_wp_footer_bottom {padding-left: 20px;}
    #new_wp_box_logo {font-size: 20px;}
}

.movie-form{
    padding: 256px 32px;
    margin: 0 auto;
}
.movie-form input, .movie-form textarea {
    border: 2px solid  #1f2628;
    padding: 8px 4px;
}
.movie-form-input textarea{
    resize: vertical;
}
.movie-form-input{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.movie-form-wrapp{
    display: flex;
    flex-direction: column;
    gap:16px;
}
.movie-form-input .button{
    display: inline-block;
    padding: 8px;
    width: 140px;
    text-align: center;
    cursor: pointer;
    color: white;
    background-color: #1f2628;
}

.guest-authorisation{
    position:fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.guest-authorisation-block{
    width: 600px;
    background-color: #3B4347;
    border: 3px solid #F8DCA0;
    border-radius: 5px;
    padding:8px;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 32px;
      
}

.authorisation-item{
    padding:8px;
    display: flex;
    gap: 4px;
    flex-direction: column;
    align-items:center;
    border: 2px solid #F8DCA0;
    border-radius: 5px;
    font-size:24px;
    justify-content:center;
    cursor: pointer;
    background: transparent;
    transition: all 0.5s;
    width: 200px;
   
}

.authorisation-item:hover{
    background-color: #F8DCA0;
    border-color:white;
    color: #212121;
    transition:all 0.5s;
}

.authorisation-items{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:16px;
}

.guest-authorisation-block h1{
    font-size: 21px;
    text-transform: uppercase;
    padding:8px 0;
}

.authorisation-close{
    text-align: right;
    font-size:24px;
}

.authorisation-close span{
    color: white;
    cursor: pointer;
    transition: all 0.5s;
}

.authorisation-close span:hover{
    color: #F8DCA0;
    transition: all 0.5s;
}

.new_wp_main .form-group{
    display: flex;
    flex-direction:column;
    gap: 4px;
    align-items: center;
}
.new_wp_main.form-group input{
    border: 2px solid #F8DCA0;
    border-radius: 5px;
    padding: 4px 8px;
    background-color: transparent;
    font-size: 21px;
    color:white;
    outline: none;
}

.new_wp_main .form-group button {
    padding:8px 16px;
    background-color: #F8DCA0;
    color: black;
    border:none;
    outline:none;
    font-size: 21px;
    border-radius: 5px;
    cursor:pointer;
    margin-top:16px;
}

.new_wp_main .form-group label{
    font-size: 21px;
}

.authorisation-back{
    font-size:21px;
    text-align:left;
   
}

.authorisation-back span{
    cursor: pointer;
    color:white;
    transition:all 0.5s;
}

.authorisation-back span:hover{
    color:#F8DCA0;
    transition: all 0.5s;
}

.gallery{
    margin: 15px 32px 32px;
}

.gallery-header h1{
    color:#F8DCA0;
    display: inline-block;
    padding:4px;
    background-color: #2E3030;
    margin-bottom: 8px;

}


.search-gallery{
    padding: 8px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width:350px;
    margin-left: auto;
}

.gallery-search{
    display: flex;
    flex-wrap:wrap;
    border-top: 2px solid #2E3030;
    padding-top:16px;
}

.gallery-search label{
    color: #2E3030;
    font-size: 18px;
    padding: 4px;
    border: 2px solid #2E3030;
    text-align: center;
    text-transform: uppercase;
}

.gallery .button{
    display:inline-block;
    background-color: #2E3030;
    color: #F8DCA0;
    padding: 8px 16px;
    max-width:140px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}

.gallery-header{
    border-bottom: 2px solid #2E3030;
}

.gallery-item, .gallery-item-image{
    width:350px;
    height:350px;
    cursor: pointer;
}

.gallery-item-image img{
    max-width: 350px;
    max-height: 350px;
}

.gallery-item-image {
    background-color: #2E3030;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-item-title{
    border-top: 2px solid #2E3030;
    text-align: center;
    padding: 4px ;
    font-size: 18px;
}

.gallery-items{
    padding:32px 0;
    display: flex;
    flex-wrap: wrap;
    gap:32px;
}

@media screen and (max-width: 1195px)
{
    .gallery-items{
        justify-content: center;
    }
}

@media screen and (max-width: 450px)
{
    .gallery{
        margin: 72px 8px 8px;
    }
}

.gallery-pagination ul {
    list-style: none;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    padding: 16px 0;
    justify-content: center;
}

.gallery-pagination a {
    text-decoration: none;
    color: #F8DCA0;
    background-color: #2E3030;
    padding: 4px 8px;
    font-size: 18px;
}
.gallery-pagination a:hover, .page-active{
    box-shadow: 0px 0px 10px 1px rgba(46, 48, 48, 1);
}

.gallery-form{
    display: flex;
    flex-direction: column;
    max-width: 400px;
    align-items: center;
    gap: 8px;
    margin:0 auto;
    padding:16px 0;
}

.gallery-form label{
    font-size: 18px;
}

a{
    text-decoration: none;
}

.gallery-full-image{
    width:100%;
    display: flex;
    justify-content: center;
    padding:16px 0;
}

.gallery-full-image img{
    max-width:100%;
    max-height:500px;
}

.gallery-title{
    padding:8px 8px;
    font-size: 24px;
    border: 2px solid #2E3030;
    margin-top:8px;
    display: inline-block;
}

.gallery-comments{
    padding:16px 0;
    border-top: 2px solid #2E3030;
}
.gallery-download{
    padding-bottom: 16px;
}

.add-comment{
    display: flex;
    flex-direction: column;
    max-width: 500px;
    margin:0 auto ;
    gap: 8px;
}

textarea{
    outline:none;
    background:transparent;
    border: 2px solid #2E3030;
    padding:4px;
}

.gallery-comments-wrapper{
    padding:16px 0;
}

.gallery-comment{
    border-top: 2px solid #2E3030;
    padding: 8px;
    margin-top: 16px;
    border-left: 2px solid #2E3030;
    border-right: 2px solid #2E3030;
}

.gallery-comment p:first-child{
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 8px;
}

.gallery-description{
    font-size: 18px;
    padding: 16px 0 ;
}
.gallery-item{
    height: auto;
    position:relative;
}
.gallery{
    padding-bottom: 170px;
}

.gallery-item-title{
    position:absolute;
    border-top:none;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    justify-content: center;
    align-items: center;
    background-color: rgba(46, 48, 48, 0.47);
    color: white;
    display: none;
    text-transform: uppercase;
    flex-direction: column;
    gap: 8px;
}

.gallery-items{
    gap: 0;
}

.gallery-item:hover .gallery-item-title{
    display: flex;
}
.gallery-full-image{
    position:relative
}

.gallery-title{
    position:absolute;
    border:none;
    color: white;
    text-transform: uppercase;
    left: 0;
    top: 0;
    background-color: rgba(46, 48, 48, 0.46);
    padding: 8px;
    max-width: 100%;
    word-break: break-word;
}
.gallery-header h1{
    border-radius: 4px;
}

.image--block{
    position:relative;
    transition: all 0.5s;
}

.image--card{
    position:absolute !important;
    display: none;
    width:100%;
    left: 0;
    bottom:-25px ;
    background: rgba(255, 255, 255, 0.42);
    transition:all 0.5s;
}
.image--block:hover .image--card{
    display: block;
    transition:all 0.5s;
}
.image--block img{
    transition:all 0.5s;
}
.image--block:hover img{
    filter:blur(4px);
    transition:all 0.5s;
}

.header-search{
    position:relative;
    top: 61px;
    background-color:rgb(46, 48, 48) ;
    color:white;
    height:44px;
}
.search-wrapper{
    width:100%;
    position:relative;
    top:-59px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

.search-container{
    position:relative;
}

.search-container input{
    width: 300px;
    padding: 8px 4px;
    background-color:transparent;
    color: white;
    border-bottom:2px solid #ffebbe;
}
.search-container input:focus{
    border-color:#239377;
}
.search-container input::placeholder{
    color:white;
}

.search-btn{
    position:absolute;
    right:0;
    top: 9px;
    cursor:pointer;
    color: #ffebbe;
}
.search-btn:hover{
    color:#239377;
}
.close-search:hover{
    cursor: pointer;
    color:#239377;
}
.search-results{
    display:flex;
    justify-content:center;
    position:relative;
    top: -58px;
    padding: 10px 0;
    background-color:rgb(46, 48, 48);
    overflow-y: auto;
    max-height:70vh;
}
.search-results a{
    color: white;
    text-decoration: none;
}
.search-results li {
    margin: 8px 0;
    padding: 4px 0;
    list-style: none;
    border-bottom: 2px solid #ffebbe;
}
.search-results li:hover{
    border-color:#239377;
}

#id_box_loc span{
    padding: 8px 22px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500 !important;
    font-size: 14px !important;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out !important;
    border: 1px solid #0f7a61;
    background: #0f7a61;
    color: #ffffff;
    border-radius: 0.25rem;
    cursor:pointer;
}
#id_box_loc span:hover{
    background: #05513F;
    transition: all .3s ease-in-out !important;
}
.shadow-link{
    text-decoration: none;
}
.shadow-link:hover{
    text-decoration: none;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.3) !important;
}