   @font-face {
	font-family: 'CoreSansM47CnRegular';
	font-style: normal;
	font-weight: normal;
	src: local('CoreSansM47CnRegular'),
		url('/add-functions-nashibani/fonts/CoreSansM47CnRegular.woff2') format('woff2'), 
		url('/add-functions-nashibani/CoreSansM47CnRegular.woff') format('woff'),
		url('/add-functions-nashibani/fonts/CoreSansM47CnRegular.ttf') format('ttf'),
		url('/add-functions-nashibani/fonts/CoreSansM47CnRegular.eot') format('eot');
    }
    html {
      font-family: 'CoreSansM47CnRegular', sans-serif;
    }

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

@media 
only screen and (max-width: 760px),
(min-device-width: 425px) and (max-device-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;
}
/* 
/ Стили сайдбара
-------------------------------------
*/


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

.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;
}
    
/* Стили на слайдера на главной странице */
.mainslider {
    margin-top: -60px;
}
/* / Стили на слайдера на главной странице */
	
}

/* 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;
}

}

/* 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;
}


.paralax {
    width: 100%;
    height: 800px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.paralax1 {
    background-image: url(img/imgp5.jpg);
}

.paralax2 {
    background-image: url(img/sol-komn.jpg);
}

/* Общие залы */
.paralax3 {
    background-image: url(img/obshie-zaly_011.jpg);
}

.header-adres-phone {
	margin: 10px;
	padding: 10px;
	color: #ffffff;
}

.header-adres-phone h2 {
	color: #ffffff!important;
	text-align: center;
}

.header-adres-phone p {
	text-align: center;
}
		
.header-adres-phone a {
	font-size: 26px;
	color: #ffffff!important;
	text-decoration: none;
}
		
.header-adres-phone a:focus {
	color: #ffffff;
	text-decoration: none;
}
		
.header-adres-phone a:hover {
	text-decoration: none!important;
	color: #ffffff;
	border-bottom: 1px solid;
}

/* Скрывать на сартфоне и планшете */
@media 
only screen and (max-width: 760px),
(min-device-width: 425px) and (max-device-width: 768px) {
	
.block-disable-smartphon {
    display: none;
}
	
}

@media 
only screen and (max-width: 760px),
(min-device-width: 425px) and (max-device-width: 768px) {
	
#block-disable-smartphon-id {
    display: none;
}
	
}


/* Скрывать на десктопе */
@media screen and (min-width: 1024px) {
	
.block-disable-desctop {
    display: none;
}
	
}

@media screen and (min-width: 1024px) {
	
#block-disable-desctop-id {
    display: none;
}
	
}


/* 
Стили виджета политики конфид
*/
.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}
/*
//Стили виджета политики конфид
*/

.bannaya-etika-image-scale {
  display: inline-block; 
  overflow: hidden; /* Скрываем всё за контуром */
}
.bannaya-etika-image-scale img {
  transition: 0.5s; /* Время эффекта */
  display: block; 
}
.bannaya-etika-image-scale img:hover {
  transform: scale(1.05); /* Увеличиваем масштаб */
}


.outer-header-phone1:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: "";
}

.inner-header-phone1 {
    display: inline-block;
    vertical-align: middle;
	margin: 10px;
	color: white;
	width: max-content;
	font-size: 18px;
}

.inner-header-phone1 a {
	color: white;
}

.inner-header-phone1 a:hover {
	color: white;
	border-bottom: 1px solid;
}

.inner-header-phone1 a:focus {
    color: white;
}

.outer-header-phone {
    display: flex;
    width: 200px;
    height: 100px;
}

.inner-header-phone {
    margin: auto;
	color: white;
	width: max-content;
	font-size: 18px;
}

.inner-header-phone a {
	color: white;
}

.inner-header-phone a:hover {
	color: white;
	border-bottom: 1px solid;
}

.inner-header-phone a:focus {
    color: white;
}

.misfactor {
	color: red;
	font-size: 18px;
	border-bottom: 1px dotted;
	padding: 10px;
    background: aliceblue;
}

.banner-over-footer {
    /* margin-bottom: 10px; */
    font-size: 18px;
    color: #fff;
	background-color: #fff7eb;
}
	
/* 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;
}

.header-tarif-main {
	margin: 10px;
	padding: 10px;
	color: #ffffff;
}

.header-tarif-main h2 {
	color: #ffffff!important;
	text-align: center;
}

.header-tarif-main p {
	text-align: center;
	font-size: 32px;
}
		
.header-tarif-main a {
	font-size: 26px;
	color: #ffffff!important;
	text-decoration: none;
	border-bottom: 2px dotted;
}
		
.header-tarif-main a:focus {
	color: #ffffff;
	text-decoration: none;
}
		
.header-tarif-main a:hover {
	text-decoration: none!important;
	color: #ffffff;
	border-bottom: 2px solid;
}

.obv-main-page {
    border: 1px solid rgb(126 109 109);
    padding: 10px 10px;
}