/* Стили таблиц для мобильных устройств */

@media screen and (max-width: 768px)  {
 
	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
/*
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
*/
 
	tr { border: 1px solid #ccc!important; }
	
	td { 
		/* Behave  like a "row" */
		border: none!important;
        width: 100%!important; 
		position: relative;
		padding: 7px;
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
    
    tr td:first-child {
	font-weight: bold;
    }
    
}

/* // Стили таблиц для мобильных устройств */


/* Стили хлебных крошек */
.single-breadcrumbs {
    margin-bottom: 15px;
}
/* / Стили хлебных крошек */


/* 
Стили сайдбара
-------------------------------------
*/
.content-newsidebar .title:hover {
    text-decoration: underline;
}
.content-newsidebar .room-cost {
    color: #d5750b;
}

.content-newsidebar .new-room-cost {
    color: #d5750b;
    margin-bottom: 5px;
	margin-top: 5px;
}

.content-newsidebar .nomer-komn {
    color: #7c7c76;
}

.content-newsidebar .rooms-features {
    border-bottom: 1px solid rgb(221 221 221);
    margin-bottom: 20px;
	margin-top: 10px;
}

/* 
/ Стили сайдбара
-------------------------------------
*/


/* 
Стили футера
*/

.footer-adres-tel p {
	margin-bottom: 5px;
}

.footer-adres-tel a:hover {
    text-decoration: none;
}

.category-footer a:hover {
    text-decoration: none;
}

.category-footer .title {
	margin-bottom: 10px;
	border-bottom: 1px solid;
}

/* 
/ Стили футера
--------------------------------------------------------------------------------
*/

/* 
Стили для респонсивной верстки (sidebar2, mainslider)
-------------------------------------
*/

/* Smaller mobile screens */
@media screen and (min-width: 10em) {
 
.sidebar2 {
    display: none;
}
    
    /* Стили на слайдера на главной странице */
.mainslider {
    margin-top: -40px;
}
/* / Стили на слайдера на главной странице */
	
}


/* Larger mobile screens - 768px and wider */
@media screen and (min-width: 48em) {
    
.sidebar2 {
    display: none;
}
    
/* Стили на слайдера на главной странице */
.mainslider {
    margin-top: -60px;
}
/* / Стили на слайдера на главной странице */

}


/* Laptops and medium screens - 1024px and wider */
@media screen and (min-width: 64em) {

	.sidebar2 {
		display: none;
	}
	
}

/* Larger mobile screens - 1440px and wider */
@media screen and (min-width: 1440px) {

.sidebar2 {
  display: inherit;
  position: fixed;
  right: -10px;
  z-index: 1000;
  top: 280px;
  /*width: 120px;*/
  height: 45px;
  padding: 10px 10px;
  /* background: #00b285; */
  color: #fff;
  /* border-radius: 10px; */
}
/*.sidebar2.fixed {
  top: 70px;
}*/
.sidebar2:hover {
  /* background: #104ba9; */
  /* border-radius: 10pxpx; */
}
.sidebar2 a {
  position: relative;
  margin-bottom: 10px;
  display: block;
  width: 150px;
  text-decoration: none;
  color: #fff;
}
.sidebar2 a:hover {
  /* background: #104ba9; */
  /* border-radius: 10px 0 0 10px; */
}
body.home .sidebar2 {
  top: 410px !important;
}
body.home .sidebar2.fixed {
  top: 70px !important;
}
    
/* Стили на слайдера на главной странице */
.mainslider {
    margin-top: -60px;
}
/* / Стили на слайдера на главной странице */

}

/* Large screens - 1920px and wider */
@media screen and (min-width: 120em) {
	
/* Стили на слайдера на главной странице */
.mainslider {
    margin-top: -60px;
}
/* / Стили на слайдера на главной странице */
		
}

/* 
/ Стили для респонсивной верстки (sidebar2, mainslider)
-------------------------------------
*/

/* Блок на всю ширину экрана */
.mainwidblock {
    margin-left: -381.5px;
    margin-right: -381.5px;
    padding-left: 381.5px;
    padding-right: 381.5px;
    border-left: 0px;
    border-right: 0px;
    padding-top: 15px;
    padding-bottom: 30px;
    color: #fff;
}

.undercontentbar {
    width: 100%;
    border-left: 0px;
    border-right: 0px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 18px;
    color: #fff;
    background-color: #807974;
}
.undercontentbar a:hover {
    color: #fff;
}

/* /Блок на всю ширину экрана */

/*
/ Кнопки
*/
.booking-button {
    color: #fff;
    background: #f58811;
    padding: 5px 10px;
    font-size: 18px;
}
.booking-button:hover {
    background: #f4843e;
}

.telephone-button {
    color: #fff;
    border: 1px solid rgba(224, 220, 220, 0.01);
    padding: 5px 10px;
    font-size: 18px;
    
}
.telephone-button:hover {
    border: 1px solid #e5e2df;
}

.question-button {
    color: #fff;
    padding: 14px;  
}

.question-button:hover {
}

.phone-mobile-button {
    color: #fff;
    padding: 14px;  
}

.phone-mobile-button a {
    color: #fff;
}

/*
/ Кнопки
*/


/* Анимация превью галереи */
.gallery .gallery-item {
    text-align: center !important;
}

.gallery .gallery-item img {
    transition: all 0.2s linear;
}

.gallery .gallery-item img:hover {
    transform: scale(1.1);
}
/* /Анимация превью галереи */


/* Стили книги отзывов */
.gb-author-info {
    margin-top: 30px;
}
.gb-author-name {
    color: #6b1909;
}
.gb-admin_reply_uid {
    color: #104ba9;
    font-weight: bold;
}
.gwolle-gb-float div.label {
    margin-top: 12px;
}
.gwolle_gb_submit {
    border-radius: 0;
}
.gwolle_gb_write_button .button {
    border-radius: 0;
}
.gwolle_gb_privacy input[type="checkbox"]
    {
        margin-top: 15px;
    }

.gwolle_gb_privacy .label .text-info {
    font-size: 10px!important;
}

.gwolle-gb .label .text-info {
    font-style: normal;
    font-size: 14px;
    color: #6b1909;
}

.gwolle-gb div.input textarea {
    max-width: 550px;
}

/* / Стили книги отзывов */

/* Стили таблиц */
.entry-content table {
    width: auto !important;
}
/* / Стили таблиц */

/* 
Шаблон рубрики 
*/
.template-category2 { /* общие стили для блока */
    width: 99%; /* общая ширина блока */
    margin: 0 auto; /* внешние отступы сверху и снизу, а также выравнивание по центру */
}
.template-category li { /* стили для элементов списка */
    margin-top: 20px; /* внешние отступы сверху и справа от ячейки */
}
.template-category h2 {
    margin-top: 0;
    margin-bottom: 10px;
}
.template-category2 img { /* здесь можно задать отдельные стили для миниатюр */
}
.template-category2 a { /* здесь можно задать отдельные стили для ссылок */
}
.template-category2 a:hover { /* здесь можно задать отдельные стили для ссылок при наведении мыши */
    text-decoration: none !important;
    color: darkblue !important;
}
.maintemplate-more { /* стили кнопки читать далее*/
    font-weight: 600;
}
.maintemplate-more2:hover { /* стили кнопки читать далее*/
    color: darkblue !important;
}
/* 
/Шаблон рубрики
*/


/* 
Стили анимированных виджетов
-------------------------------------
*/
.mainvidzhet-link a {
    color: #fff !important;
    text-decoration: none !important;
}
.view-wrap:hover {
}
.view-wrap a {
    color: #fff !important;
}
.view-wrap a:hover {
    text-decoration: none !important;
}

.view {
    margin: 10px;
    float: left;
    border: 10px solid #fff;
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
}
.view .mask, .view .content {
/*    width: 65%;*/
    height: auto;
    position: absolute;
    overflow: hidden;
/*    top: 0;*/ /* Если раскомментировать, маска будет полностью заполнять область виджета*/
    bottom: 0;
    left: 0
}
.view img {
    display: block;
    position: relative
}
.view h2 {
    text-transform: uppercase;
    color: #fff !important;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0
}
.view p {
    font-size: 14px;
    position: relative;
    padding: 10px 10px 0px;
    text-align: center;
}
.view .mainvidzhet-more {
    font-weight: 600 !important;
}
.view a.info {
    display: inline-block;
    text-decoration: none !important;
    padding: 7px 14px;
    background: #000;
    color: #fff !important;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000
}
.view a.info:hover {
    box-shadow: 0 0 5px #000;
}

/* Стили 1 */

.view-first img {
    transition: all 0.2s linear;
}
.view-first .mask {
    opacity: 0;
    background-color: rgb(36, 36, 36);
    transition: all 0.4s ease-in-out;
}
.view-first h2 {
    transform: translateY(-100px);
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.view-first p {
    transform: translateY(100px);
    opacity: 0;
	transition: all 0.2s linear;
}
.view-first a.info{
    opacity: 0;
	transition: all 0.2s ease-in-out;
}

.view-first:hover img {
}
.view-first:hover .mask {
	opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
    opacity: 1;
    transform: translateY(0px);
}
.view-first:hover p {
    transition-delay: 0.1s;
}
.view-first:hover a.info {
    transition-delay: 0.2s;
}
/* 
Стили анимированных виджетов
-------------------------------------
*/

/* Стили для коллекции шорткодов */
.su-spoiler-icon {
/*    display: none !important;*/
}
/* /Стили для коллекции шорткодов */

/* Стили для Contact form 7 */
.wpcf7-quiz-label {
    font-size: 16px;
    font-style: normal;
    color: #6b1909;
    font-weight: 600;
}

#antispam-answer {
    font-size: 16px;
    font-style: normal;
}
/* / Стили для Contact form 7 */

.custom-su-spoiler-style-fancy {
    border-radius: 0px!important;
	border: 0px!important;
}

.custom-su-spoiler-style-fancy .su-spoiler-title {
    border: 2px solid #6b1909!important;
    border-radius: 0px!important;
    background: #ffffff!important;
    font-size: 16px!important;
}
	
.custom-su-spoiler-style-fancy .su-spoiler-content {
	padding: 0px!important;
    padding-top: 10px!important;
}

.custom-su-spoiler-style-fancy .su-spoiler-title:focus {
    outline: none;
}
.custom-su-expand-link a {
    width: 100%;
}

.grecaptcha-badge {
    display: none!important;
}


.hidden-check {
    display:none;
}

#gwolle_gb div.input textarea {
    max-width: 550px;
}


.obv-main-page {
    border: 2px solid #6b1909;
    font-weight: 400;
    padding: 10px;
}


/* 
Стили виджета политики конфид
*/
.privacy_block {
display: none;
position: fixed;
justify-content: center;
align-items: center;
z-index: 9999999;
bottom: 0;
left: 0;
right: 0;
text-align: center;
font-size: 13px;
color: #812420;
background: #e7bf85;
padding: 10px 20px;
border-top: 4px solid #d8e8dc;
}
/* Оформление кнопок */
.privacy_block .close{margin-left: 25px;}
.privacy_btn {
display: inline-block;
text-decoration: none;
position: relative;
font-size: 13px;
padding: 4px 12px;
color: #FFF;
font-weight: bold;
text-transform: uppercase;
background: #e3a954;
border: 2px solid #efdbbf;
cursor: pointer;
}
.privacy_btn:hover {
color: #FFF;
}
.privacy_btn:after,
.privacy_btn:before {
position: absolute;
height: 2px;
left: 50%;
background: #FFF;
bottom: -6px;
content: "";
transition: all 280ms ease-in-out;
width: 0;
}
.privacy_btn:before {
top: -6px;
}
.privacy_btn:hover:after,
.privacy_btn:hover:before {
width: 100%;
left: 0;
}
.privacy_block a {color:#812420;text-decoration:underline}
.privacy_block .close a {text-decoration:none}
/*
//Стили виджета политики конфид
*/




#video_background {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.content-video_background {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

.site-header {
	box-shadow: 0 0 10px 0 #333;
	-webkit-box-shadow: 0 0 10px 0 #333;
}

#vidzhet-kontur {
    background-color: #f17a14;
    margin-top: -1px;
}

.vidzhet-kontur-container {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
}


.banner-over-footer {
    margin-bottom: 10px;
    font-size: 18px;
    color: #fff;
}
	
/*
.site-content {
    background-color: #ffffff00!important;
}

body {
	background-image: url(/wp-content/uploads/2025/04/gost-georg-lenta-fhd_1.png);
	background-repeat: repeat-x;
	background-position: center;
	background-attachment: fixed;
}
*/
	
	
/* Larger mobile screens - 1440px and wider */
@media screen and (min-width: 1440px) {
	.georg-lenta-over-footer {
		display: none;
	}
}
	
.gwolle-gb-write-button {
    display: none!important;
}

	
.pol-vidjet {
  object-fit: cover;
  object-position: 50% 50%;
  /*width: 760px;
  height: 645px;*/
  clip-path: polygon(20% 15%, 60% 0%,100% 40%, 90% 80%, 65% 100%, 20% 80%, 0% 60%, 0% 10%);
}
	
	
.oktagon-vidjet {
        clip-path: polygon(0% 0%, 100% 0%, 100% 92%, 75% 100%, 75% 100%, 25% 92%, 0% 94%, 0% 0%);
}

	
.oktagon-row {
        clip-path: polygon(12% 10%, 88% 18%, 100% 10%, 100% 80%, 80% 95%, 25% 80%, 0% 90%, 0% 15%);
}
	

.oktagon-row-sloy {
	position: relative;
}  

.oktagon-row-sloy::after {
  content: "";  
  background-color: #dd7e1f;
  clip-path: polygon(12% 10%, 88% 18%, 100% 10%, 100% 80%, 80% 95%, 25% 80%, 0% 90%, 0% 15%);
  position: absolute; 
  top: 0; 
  left: 0;  
  height: 100%;  
  width: 100%; 
  z-index: 0;
}



.div-background { position: relative; }
.div-background::after {
  content: "";  
  background: url('your-image.png');  
  opacity: 0.5;  
  position: absolute;  
  top: 0;  
  left: 0;  
  height: 100%;  
  width: 100%;  
  z-index: -1;  
}  

.beds-sh img {
	margin-left: 5px;
	margin-right: 5px;
}

/*
	Оформление стоимости номера
*/
.geptagon-cost {
	clip-path: polygon(0% 0%, 93% 0%, 100% 50%, 94% 100%, 0% 100%, 5% 50%);
	 width: 285px;
    background: #fddbad;
    padding-left: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 10px;
	margin-bottom: 10px;
	display: block;
    position: relative;
	z-index: 10;
}

.geptagon-cost p {
	margin: 0px;
}

.geptagon-cost-add {
	clip-path: polygon(0% 20%, 5% 0%, 95% 0%, 100% 20%, 100% 80%, 95% 100%, 5% 100%, 0% 80%);
	 width: 285px;
    background: #b5f3ba;
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 10px;
	margin-bottom: 10px;
	display: block;
    position: relative;
	z-index: 10;
}

.geptagon-cost-add p {
	margin: 0px;
}

.geptagon-newcost {
	clip-path: polygon(0% 0%, 93% 0%, 100% 50%, 94% 100%, 0% 100%, 5% 50%, 0% 0%);
    width: 285px;
    background: #f56262;
    padding-left: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 10px;
    color: white;
    margin-bottom: 10px;
	 display: block;
    position: relative;
	z-index: 10;
}

.geptagon-newcost p {
	margin: 0px;
}
/*
	Оформление стоимости номера
	-----------------------------------------------------
*/


/*
	 Подсказка с оформлением:  псевдоэлементы
 */

  [data-title] {
    position: relative;
    cursor: help;
  }

  [data-title]::after {
    content: attr(data-title);
    display: none;
    position: absolute;
    top: 2em; /* Позиция относительно текста */
    left: 0;
    background-color: #412917;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    white-space: nowrap;
	opacity: 0;
	transition: opacity 0.5s, display 0.5s;
	transition-behavior: allow-discrete;
	z-index: 1000;
  }
  
 @media screen and (max-width: 768px) {
		[data-title]::after {
			white-space: unset;
		}
	}

  [data-title]:hover::after {
    display: block;
	opacity: 1;
  }
  
  @starting-style {
	  [data-title]:hover::after {
		opacity: 0;
	  }
	}

.hint-item {
	padding: 3px; 
	 background-color: rgba(230, 230, 230, 0.5);
    border-radius: 0.1em;
    border-bottom: 1px solid gray;
    cursor: help;
}

/*
	 Подсказка с оформлением:  псевдоэлементы
	 -------------------------------------------------------------------------
 */