@font-face {
    font-family: 'museo'; 
    src: url(/css/font/museo.ttf); 
}
a {
    text-decoration:none;
}
*{
    font-family: 'museo'; 
    padding: 0;
    margin: 0;
    border: 0;
}
:root {
  --textg: #3bc369;
  --textw: #3a3a3a;
  --btn: #268446;
  --bgw: #02B63F;
  --bgb: #F5F5DC;
}

*{-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}
nav,header,aside{display: block;}
html,body{height: 100%;width: 100%;font-size: 100%;line-height: 1;font-size: 14px;-ms-text-size-adjust: 100%;-moz-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight: 200;margin-block-start: 0;margin-block-end: 0;margin-inline-start: 0px;margin-inline-end: 0px;}
li {list-style-type: none;}
.mob_menu_open {
    display: none;
}
.mob_menu {
    display: flex;
    position:absolute;
    right:9999px;
    transition: 0.7s;
}
.mob_menu_close {
    color: #f70101;
    transition: 0.7s;
    font-size: 22px;
    margin: 20px 0 0 0;
}
.mob_menu_on {
    position: fixed;
    top: 0;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    width: 100%;
    align-items: center;
    height: 100%;
    background: #f3fdf9;
    z-index: 1000;
    right: auto;
    transition: 0.7s;
}
.mob_menu_image {
    display: flex;
    justify-content: center;
}
.mob_menu_img {
    width: 100%;
    max-width: 280px;
}
.mob_menu_link {
    box-shadow: -2px -1px 9px 3px #ffffffd1, inset 0 2px 1px 1px #f3fdf9, inset 0 -2px 1px 0 #f3fdf9, 4px 3px 4px 0px #5454545e;
    background: #f3fdf9;
    border-radius: 11px;
    height: 35px;
    width: 180px;
    text-align: center;
    padding: 12px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    cursor: default;
    transition: 0.5s;
    color: #004c4b;
    font-weight: 100;
    font-size: 14px;
}
.mob_menu_link_header {
    font-size: 16px;
}
.mob_menu_link_href {
    text-decoration: none;
    color: #006d6c;
}
.feedback {
    height: 45px;
}
.tex_left {
    width: 150px;
}
.socyal_image {
    width: 35px;
    border-radius: 50%;
    transition:0.5s;
}
.socyal_image:hover {
    box-shadow: 0px 0px 12px 3px #969fa9;
    transition:0.5s;
}
.wraper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.header_menu_pc_skroll {
    position: fixed;
    z-index: 100;
    top: 0px;
}
.header_line_contact {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: var(--bgb);
}
.header_line_contact_phone {
    width: 45%;
    text-align: center;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.bron {
    cursor: grab;
}
.site_name_header {
    justify-content: flex-start;
    width: 20%;
}
.site_name_header_info {
    color: var(--textg);
    font-size: 20px;
}
.header_line_contact_phone_info a {
    color: var(--textw);
    font-size: 18px;
    transition:0.5s;
}
.header_line_contact_phone_info:hover a {
    color: #b4cbff;
    text-shadow: -2px 2px 1px #0026b3;
    transition:0.5s;
}
.header_line_contact_social {
    display: flex;
    width: 33%;
    justify-content: flex-end;
    align-items: center;
}
.header_line_contact_social_info_content {
    display: flex;
    margin: 10px;
}
.header_line_contact_phone_info a {
    width: 190px;
    height: 35px;
    display: flex;
    justify-content: center;
    border: 2px solid #a9a8a8;
    align-items: center;
}
/*.header_line_contact_social_info {*/
    
/*}*/
.header_block {
    background: url(/img/origW.jpg) no-repeat;
    display: flex;
    min-height: 500px;
    background-size: cover;
    background-position: center;
}
.header_block_wrap {
    display: flex;
    width: 95%;
    margin: 25px auto;
}
.header_block_info {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 70px auto 0;
    text-align: center;
    justify-content: center;
    backdrop-filter: blur(6px);
    background: #01340030;
    height: 90px;
}
.header_block_content {
    display: flex;
    flex-direction: column;
    height: fit-content;
    flex-wrap: wrap;
}
.header_block_content_h1 {
    font-size: 38px;
    color: #ffffff;
}
.header_block_content_h2 {
    font-size: 26px;
    color: #ffffff;
}
.header_block_form {
    display: flex;
    width: 80%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    margin: 50px 0 0 0;
}
.header_form_action {
    display: flex;
    flex-direction: column;
    min-width: 300px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: #2c2c2c9e;
    padding: 20px;
}
.header_form_content {
    
}
.header_form_info {
    color: var(--bgw);
}
.form_header_input_wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.captcha_block {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.captcha_info {
    color: #ff4444;
    font-size: 12px;
}
.captcha {
    color: #c1c1c1;
    font-size: 17px;
    text-decoration: line-through;
    text-decoration-thickness: auto;
    text-decoration-style: wavy;
    text-decoration-color: #ef0000;
}
.form_header_input {
    text-align: center;
    margin: 5px auto;
    height: 25px;
}
.form_header_input_num {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.form_header_input_btn {
    width: 150px;
    height: 25px;
    margin: 5px auto;
    background: var(--btn);
    color: #fff;
}
.header_menu_pc {
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: space-evenly;
    background: #fff;
    height: 30px;
    align-items: center;
    flex-wrap: wrap;
}
.header_menu_pc_content {
    height: 30px;
    display: flex;
    align-items: center;
    width: 110px;
    justify-content: center;
}
.header_menu_content_link {
    font-size: 16px;
    color: var(--btn);
}
.about_block {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}
.about_block_content {
    display: flex;
    flex-wrap: wrap;
    margin: 10px;
    justify-content: center;
    background: var(--bgb);
    padding: 10px 0;
}
.about_info {
    display: flex;
    width: 100%;
    font-size: 38px;
    margin: 20px auto;
    justify-content: center;
    height: 52px;
    align-items: center;
}
.about_block_info {
    display: flex;
    width: 57%;
    flex-wrap: wrap;
    flex-direction: column;
}
.about_block_info_img {
    width: 41%;
    height: fit-content;
    border: 3px solid #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    transition:0.5s;
}
.about_block_info_image {
    width: 466px;
    transition:0.5s;
}
.about_block_info_img:hover .about_block_info_image {
    transform: scale(1.2);
    transition:0.5s;
}
.list_ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0;
}
.li_txt, .seo, .seo1, .seo2, .seo4 {
    font-size: 16px;
    color: var(--textw);
    font-family: ui-monospace;
    display: inline;
}

.feedback_bth_abbout {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    height: fit-content;
    align-items: center;
    background: #4c5137bd;
    margin: 10px 0;
}
.feedback_bth_abbout_form {
    width: 70%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.feedback_bth_abbout_info {
    display: flex;
    justify-content: center;
    height: 30px;
    align-items: center;
}
.feedback_bth_abbout_content {
    font-size: 16px;
    color: var(--textg);
}
.feedback_bth_abbout_content_input {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.feedback_abbout_input {
    display: flex;
    margin: 5px;
    height: 35px;
    text-align: center;
    width: 215px;
}
.feedback_bth_abbout_input {
    display: flex;
    margin: 5px;
    height: 35px;
    text-align: center;
    width: 150px;
    background: var(--btn);
    color: #fff;
    cursor: pointer;
}

.container {
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

h1 {
    text-align: center;
    color: #000000;
    margin-bottom: 0px;
    font-size: 38px;
}
.bron_btn {
    margin: 0 0 0 20px;
}
.video_block {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.mob_menu_link_header {
    text-align: center;
    color: #000000;
    margin-bottom: 0px;
}
.video_item {
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 300px;
    margin: 10px;
}

.video_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.7);
}

.video_container {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.play_button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.2s ease, opacity 0.2s ease;
    pointer-events: none;
    z-index: 2;
}

.video_container:hover .play_button {
    transform: translate(-50%, -50%) scale(1.1);
}

.video_container.playing .play_button {
    opacity: 0;
}

.video_info {
    padding: 15px;
    color: white;
    background: rgba(0, 0, 0, 0.7);
}

.video_title {
    font-size: 18px;
    margin-bottom: 8px;
}

.video_meta {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #bbb;
}

/* Контролы для видео */
.video_controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 3;
}

.video_container:hover .video_controls {
    opacity: 1;
}

.progress {
    flex-grow: 1;
    height: 4px;
    background: #555;
    border-radius: 2px;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
}

.progress_filled {
    width: 0%;
    height: 100%;
    background: #ff6b6b;
    border-radius: 2px;
}

.volume {
    width: 60px;
    height: 4px;
    background: #555;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
}

.volume_filled {
    width: 100%;
    height: 100%;
    background: #ff6b6b;
    border-radius: 2px;
}
.presentation_text_video {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: var(--bgb);
    margin: 20px auto;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.presentation_text_video_info {
    display: flex;
    margin: 10px auto 20px;
    font-size: 16px;
    color: var(--textw);
}
.usloviya_block {
    padding: 0;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin: 30px 0;
    width: 100%;
}
.section_title {
    color: #016F26;
    text-align: center;
    margin-bottom: 30px;
    font-size: 32px;
}
.usloviya_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.usloviya_item {
    background-color: rgba(59, 195, 105, 0.1);
    padding: 11px;
    border-radius: 10px;
    border-left: 4px solid #3bc369;
    display: flex;
    max-width: 200px;
    flex-direction: column;
    margin: 10px;
}

.usloviya_icon {
    background-color: #3bc369;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    font-weight: bold;
}

.usloviya_item h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
}

.usloviya_item ul {
    padding-left: 5px;
    margin: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0;
}

.usloviya_item li {
    margin-bottom: 5px;
    color: #333;
    line-height: 1.1;
}
.row_futer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.row_futer_logo {
    width: 300px;
    height: 300px;
}
.row_futer_logo_image {
    width: 200px;
    border: 3px solid #017e16;
    border-radius: 50%;
    height: 200px;
    background: #fff;
}
.link_futer {
    width: 300px;
    height: 300px;
}
.link_futer_header {
    margin: 10px auto;
    color: var(--textw);
    font-size: 22px;
    text-shadow: -1px 1px 0px #ffffff;
}
.link_menu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.link_futer_btn {
    display: flex;
    margin: 10px 0;
    color: #0029ff;
    text-shadow: -1px 1px #ffffff;
    font-size: 16px;
    font-family: 'museo';
}
.col_futer {
    width: 300px;
    height: 300px;
}
.link_menu_socyal {
    display: flex;
    margin: 10px 0;
    color: #0029ff;
    text-shadow: -1px 1px #ffffff;
    font-size: 16px;
    font-family: 'museo';
}
.menu_sitbar {
    width: 300px;
    height: 300px;
}
.social_icon {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.soc_link_footer {
    display: flex;
    margin: 10px 0;
    color: #0029ff;
    text-shadow: -1px 1px #ffffff;
    font-size: 16px;
    font-family: 'museo';
}
.footer {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    background: var(--bgb);
    align-content: center;
}
.usloviya_footer {
    background: var(--bgb); 
    color: #fff; padding: 15px; 
    border-radius: 8px; 
    margin-top: 20px; 
    text-align: center;
}
.usloviya_footer p {
    color: var(--textw);
}
.copyright {
    text-align: center;
}
.resp_bron {
    
}
/* CSS только для классов в модальном блоке */
.modal-bron {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 150;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.modal-content {
    background-color: var(--bgb);
    padding: 10px;
    border-radius: 8px;
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.modal-header h3 {
    margin: 0;
    font-size: 18px;
}

.close-modal {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #999;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-modal:hover {
    color: #333;
}

#bron-form {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    margin-bottom: 5px;
    font-weight: bold;
}

.form-group input,
.form-group textarea {
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #007bff;
}

.error-msg {
    color: red;
    font-size: 12px;
    margin-top: 5px;
    min-height: 16px;
}

.form-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

.submit-btn {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.submit-btn:hover {
    background-color: #0056b3;
}

.submit-btn:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.resp_bron {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: #ffffff;
    background: #354eff;
    width: 83%;
    text-align: center;
    display: none;
}

.resp_bron.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    display: block;
}

.resp_bron.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    display: block;
}
.block_menu_mob_bron {
    display:none;
}
.amenities-block {
    margin: 20px auto;
    padding: 20px;
    background-color: var(--bgb);
    color: #eee;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
}

.amenities-block h2 {
    text-align: center;
    color: var(--textw);
    font-size: 32px;
    margin-bottom: 30px;
    border-bottom: 2px solid #555;
    padding-bottom: 10px;
}

.amenities-block .section {
    margin-bottom: 30px;
    padding: 15px;
    background-color: var(--bgb);
    border-radius: 8px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
}

.amenities-block h3 {
    color: var(--textw);
    font-size: 24px;
    margin-bottom: 15px;
    border-left: 4px solid #777;
    padding-left: 10px;
}

.amenities-block h4 {
    color: #ff0000;
    font-size: 20px;
    margin-bottom: 10px;
}

.amenities-block ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.amenities-block li {
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
    display: flex;
    align-items: flex-start;
    color: var(--textw);
}

.amenities-block p {
    margin-bottom: 15px;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    color: var(--textw);
}

.amenities-block .rules {
    background-color: var(--bgb);
    border-left: 4px solid #f00;
}

.amenities-block .booking {
    background-color: var(--bgb);
    border-left: 4px solid #0f0;
}

.amenities-block .booking ul {
    flex-wrap: wrap;
}

.amenities-block .booking li {
    flex: 0 0 100%;
}
.price-block {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  max-width: 600px;
  margin: 2rem auto;
  padding: 1.5rem;
  background-color: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.price-title {
  text-align: center;
  color: #2c3e50;
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.price-section {
  margin-bottom: 1.5rem;
}

.price-subtitle {
  color: #34495e;
  margin-bottom: 0.75rem;
  font-size: 1.1rem;
  font-weight: 500;
  border-bottom: 2px solid #3498db;
  padding-bottom: 0.25rem;
}

.price-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.price-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0;
  border-bottom: 1px solid #ecf0f1;
}

.price-label {
  color: #7f8c8d;
  font-size: 0.95rem;
  line-height: 1.4;
  flex: 1;
}

.price-value {
  color: #2c3e50;
  font-size: 1.1rem;
  font-weight: 600;
  white-space: nowrap;
  margin-left: 1rem;
}
.required {
    color: #fff;
}
.logo {
    
}
.logo_link {
    
}
.logo_image {
    
}











