@charset "UTF-8";
@import '/templates/art-web.ru/fonts/Circe/stylesheet.css';
@import '/templates/art-web.ru/fonts/CormorantInfant/stylesheet.css';

:root {
  --main-font: "Circe", sans-serif;
  --second-font: "Cormorant Infant", sans-serif;
  --color-light: #faf9d9;
  --color-dark: #251715;
  --color-yellow: #ffe169;
  --color-peach: #ffa36b;
  --color-peach-light: rgba(255, 163, 107, 0.6);
  --color-light-brown: #c85f3c;
  --color-brown: #251715;
  --color-brown-hover: #cb6948;
  --color-brown-light: rgba(200, 95, 60, 0.6);
  --color-main-bg: #faf8f2;
}


* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.checkbox,
.radio {
  padding-left: 20px;
}
.alert-success,
div.alert{
  text-align: center;
}
/* ! таблицы */
.table-theme thead {
  background-color: #251715;
  color: #faf9d9;
}

.table-theme tbody tr:nth-child(2n) {
  background-color: rgba(37, 23, 21, 0.15);
  color: #251715;
}

.table-theme tbody tr:nth-child(2n+1) {
  background-color: #FCFCFC;
}

.table-theme tbody tr:hover {
  background-color: rgba(37, 23, 21, 0.25) !important;
}

.table-theme td {
  border-right: 1px solid #251715;
}

.table-theme td:last-child {
  border-right: none;
}

.table-striped {
  width: 100%;
}

.table-striped td {
  padding: 10px 15px;
}

.table-shadow {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.table-shadow thead {
  background-color: rgba(244, 230, 212, 0.5);
}

.table-shadow tbody tr {
  border-bottom: 1px solid rgba(244, 230, 212, 0.5);
  background-color: white;
}

.table-shadow tbody tr:last-child {
  border-bottom: none;
}

.table-shadow tbody td {
  border-right: 1px solid rgba(244, 230, 212, 0.5);
}

.table-shadow tbody td:last-child {
  border-right: none;
}

.table-shadow tbody tr:hover {
  color: #251715;
}

.table-simple td {
  padding: 10px 15px;
}

.table-simple thead {
  background-color: rgba(244, 230, 212, 0.5);
}

.table-simple tbody td {
  border-right: 1px solid rgba(244, 230, 212, 0.5);
}

.table-simple tbody td:last-child {
  border-right: none;
}

.table-simple tbody tr {
  border-bottom: 1px solid rgba(244, 230, 212, 0.5);
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}

.table-simple tbody tr:last-child {
  border-bottom: none;
}

.table-simple tbody tr:hover {
  border-left: 1px solid #251715;
  border-right: 1px solid #251715;
}

.table-dashed {
  border-collapse: collapse;
  border: 1px solid #f4e6d4;
}

.table-dashed td,
.table-dashed th {
  padding: 7px 15px;
}

.table-dashed td:not(:last-child),
.table-dashed th:not(:last-child) {
  border-right: 1px dashed #f4e6d4;
}

.table-dashed tr:not(:last-child) td,
.table-dashed tr:not(:last-child) th,
.table-dashed thead tr td,
.table-dashed thead tr th {
  border-bottom: 1px dashed #f4e6d4;
}

/* таблицы ! */
/* ! блоки с цитатами */
blockquote {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 40px;
  font-style: italic;
  font-size: inherit;
}

blockquote.blockquote-simple {
  border-left: 5px solid #251715;
  background-color: white;
}

blockquote.blockquote-symbol {
  position: relative;
  margin-left: 60px;
  border-left: 5px solid #251715;
}

blockquote.blockquote-symbol:before {
  position: absolute;
  content: "\f10d";
  top: 20px;
  left: -60px;
  font-family: "FontAwesome";
  font-size: 30px;
  color: #251715;
}

/* блоки с цитатами ! */
ul {
  margin-top: 15px;
  margin-bottom: 10px;
  padding-left: 30px;
}

li {
  margin-bottom: 5px;
}

div#scroll_top {
  position: fixed;
  right: -70px;
  bottom: 90px;
  width: 60px;
  height: 60px;
  background: url("../images/go_top.png") no-repeat 0 0;
}

div#scroll_top a {
  display: block;
  width: 60px;
  height: 60px;
  cursor: pointer;
  text-decoration: none;
}

body {
  font-family: var(--main-font);
  color: var(--color-dark);
}

.page-wrapper {
  overflow-x: hidden;
  background-color: var(--color-main-bg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

p {
  text-align: justify;
  margin: 0 0 15px;
}

h1,
h2,
h3,
.modul_h3,
div.moduletablejunews_mod div.junews_h,
.eshopheader,
h4,
.modul_h4,
h5 {
  color: var(--color-dark);
}

h1 {
  font-size: max(min(36px, 4vw), 26px);
  padding-top: 20px;
  padding-bottom: 20px;
}

h2 {
  font-size: max(min(30px, 3vw), 22px);
  padding-top: 16px;
  padding-bottom: 16px;
  margin: 20px 0 25px;
}

h3,
.modul_h3,
div.moduletablejunews_mod div.junews_h,
.eshopheader {
  font-size: 24px;
  font-size: max(min(24px, 3vw), 20px);
  margin: 10px 0 20px;
}

.modul_h3,
div.moduletablejunews_mod div.junews_h,
.eshopheader {
  font-family: var(--main-font);
}

.modul_h3.modul_h3__center,
div.moduletablejunews_mod div.modul_h3__center.junews_h,
.eshopheader {
  text-align: center;
}

.modul_h3.modul_h3__invert,
div.moduletablejunews_mod div.modul_h3__invert.junews_h,
.modul_h3__invert.eshopheader {
  color: #faf9d9;
}

a {
  color: #251715;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

a:hover {
  color: #462b27;
}

div::-moz-selection,
img::-moz-selection,
p::-moz-selection,
h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
.modul_h3::-moz-selection,
div.moduletablejunews_mod div.junews_h::-moz-selection,
.eshopheader::-moz-selection,
h4::-moz-selection,
.modul_h4::-moz-selection,
h5::-moz-selection,
h6::-moz-selection,
a::-moz-selection,
strong::-moz-selection,
b::-moz-selection,
i::-moz-selection,
u::-moz-selection,
span::-moz-selection,
li::-moz-selection {
  color: var(--color-dark);
  background-color: var(--color-yellow);
}

div::-moz-selection,
p::-moz-selection,
img::-moz-selection,
h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
.modul_h3::-moz-selection,
div.moduletablejunews_mod div.junews_h::-moz-selection,
.eshopheader::-moz-selection,
h4::-moz-selection,
.modul_h4::-moz-selection,
h5::-moz-selection,
h6::-moz-selection,
a::-moz-selection,
strong::-moz-selection,
b::-moz-selection,
i::-moz-selection,
u::-moz-selection,
span::-moz-selection,
li::-moz-selection {
  color: var(--color-dark);
  background-color: var(--color-yellow);
}

div::-moz-selection,
p::-moz-selection,
img::-moz-selection,
h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
.modul_h3::-moz-selection,
div.moduletablejunews_mod div.junews_h::-moz-selection,
.eshopheader::-moz-selection,
h4::-moz-selection,
.modul_h4::-moz-selection,
h5::-moz-selection,
h6::-moz-selection,
a::-moz-selection,
strong::-moz-selection,
b::-moz-selection,
i::-moz-selection,
u::-moz-selection,
span::-moz-selection,
li::-moz-selection {
  color: var(--color-dark);
  background-color: var(--color-yellow);
}

div::-moz-selection,
p::-moz-selection,
img::-moz-selection,
h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
.modul_h3::-moz-selection,
div.moduletablejunews_mod div.junews_h::-moz-selection,
.eshopheader::-moz-selection,
h4::-moz-selection,
.modul_h4::-moz-selection,
h5::-moz-selection,
h6::-moz-selection,
a::-moz-selection,
strong::-moz-selection,
b::-moz-selection,
i::-moz-selection,
u::-moz-selection,
span::-moz-selection,
li::-moz-selection {
  color: var(--color-dark);
  background-color: var(--color-yellow);
}

div::selection,
p::selection,
img::selection,
h1::selection,
h2::selection,
h3::selection,
.modul_h3::selection,
div.moduletablejunews_mod div.junews_h::selection,
.eshopheader::selection,
h4::selection,
.modul_h4::selection,
h5::selection,
h6::selection,
a::selection,
strong::selection,
b::selection,
i::selection,
u::selection,
span::selection,
li::selection {
  color: var(--color-dark);
  background-color: var(--color-yellow);
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.page-header {
  border-bottom: 0;
  margin: 20px 0 10px;
}

/* Pagination */
.pagination,
.pagination ul {
  width: 100%;
  border-top: 1px solid #f4e6d4;
  border-radius: 0;
}

.pagination p.counter {
  color: #dfb783;
  font-size: 12px;
}

.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
}

.pagination ul li {
  display: block;
  float: left;
}

.pagination span.pagenav {
  opacity: 0.5;
  background: #e4c397;
  border: 1px solid #e3c093;
}

.pagination span.pagenav:hover {
  background: #e4c397;
  border: 1px solid #e3c093;
}

.pagination li.active a,
.pagination li.active a:hover {
  background-color: #251715;
  color: #faf9d9;
  border: 1px solid #eaceab;
}

.content_bottom {
  margin-top: 30px;
}

.list-syle li::before {
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 3px;
}

/* ! global styles */
.navbar {
  border: none;
}

button i {
  display: none;
}

.readmornews,
input[type=submit],
input[type=button],
button,
.btn,
a.buy {
  border: 1px solid #f4e6d4;
  padding: 10px 12px;
  background: #faf9d9;
  outline: none;
  color: #251715;
  cursor: pointer;
}

.readmornews:hover,
.readmornews:focus,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=button]:hover,
input[type=button]:focus,
button:hover,
button:focus,
.btn:hover,
.btn:focus,
a.buy:hover,
a.buy:focus {
  outline: none;
  border-color: #251715;
  background-color: #251715;
  text-decoration: none;
  color: #faf9d9;
}

.btn.btn-arrow,
.contact_admin .rsform-submit-button {
  position: relative;
  padding: 15px 40px 15px 30px;
  border: 2px solid #f4e6d4;
  background-color: transparent;
  text-transform: uppercase;
}

.btn.btn-arrow::before,
.contact_admin .rsform-submit-button::before {
  position: absolute;
  top: calc(50% - 7px);
  right: 25px;
  height: 15px;
  font-family: "FontAwesome";
  content: "\f107";
  font-size: 24px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.btn.btn-arrow:hover,
.btn.btn-arrow:focus,
.contact_admin .rsform-submit-button:hover,
.contact_admin .rsform-submit-button:focus {
  outline: none;
  border-color: #251715;
  background-color: #251715;
}

.btn-link {
  border: none;
  background: none;
  padding: 0;
  color: inherit;
}

.btn-link:hover,
.btn-link:focus {
  background: none;
  color: inherit;
  text-decoration: underline;
}

.btn-primary {
  background: #ffe169;
  border-color: #ffe169;
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:hover {
  background-color: #ffeb9c;
  border-color: #ffeb9c;
}

.formContainer.formHidden {
  display: none;
}

.formControlLabel {
  font-size: 1.4em;
  line-height: 1.5;
}

.rsform-radio {
  float: left;
  width: 15px;
}

.rsform-radio+label {
  display: block;
  padding: 0 5px;
  margin-left: 15px;
  font-weight: normal;
}

.formDescription {
  clear: both;
}

/*
.readmore {
	text-align: right;
	margin-top: 20px;
	a {
		font-size: $text_size - 2; 
		color: $color_text;
	}
}
*/
.navbar-toggle .icon-bar {
  width: 26px;
  background-color: #fff;
}

.switchery-small {
  margin-right: 8px;
}

.jmapcolumn .collapsable li {
  list-style: disc !important;
}

.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.social-icons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 43px !important;
  height: 43px;
  border-radius: 40px;
  border: 1px solid #b1b1b1 !important;
  text-align: center !important;
  line-height: 41px !important;
  font-size: 16px;
}

.social-icons a img {
  width: 1.6rem;
  height: 1.6rem;
}

.social-icons a:hover {
  border-color: #ffa36b;
  background-color: #ffa36b;
}

/* global styles ! */
/* Icon */
.aw-icon {
  display: inline-block;
  margin-right: 5px;
  background: no-repeat;
  width: 2.4rem;
  height: 2.4rem;
  background-size: contain;
  vertical-align: middle;
}

.aw-icon_phone {
  background-image: url(/images/icons/vb.svg);
}

.img-svg {
  display: inline-block;
  background: no-repeat;
  vertical-align: middle;
}

.img-icons {
  width: 2.4rem;
  height: 2.4rem;
}

.element-invisible {
  display: none;
}

.mod-search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding: 0;
  padding-left: 3px;
}

.mod-search .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.mod-search .form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 0;
}

.mod-search .form-inline input.inputbox {
  margin: 0;
  padding: 10px 12px;
  width: 100%;
  height: 70%;
  border: none;
  border-bottom: 1px dashed #faf9d9;
  border-radius: 0;
  background-color: transparent;
  color: #faf9d9;
}

.mod-search .form-inline input.inputbox::-webkit-input-placeholder {
  color: white;
  /* Цвет подсказывающего текста */
}

.mod-search .btn {
  position: relative;
  width: 28px;
  margin-left: -28px;
  padding-left: 0;
  padding-right: 0;
  border: none;
  background-color: transparent;
  color: transparent;
  height: 30px;
  padding: 0;
}

.mod-search .btn:hover,
.mod-search .btn:focus {
  border: none;
  background-color: transparent;
  color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.mod-search .btn:hover::after {
  top: 1px;
}

.mod-search .btn::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f002";
  font-family: "FontAwesome";
  color: white;
  font-size: 22px;
  cursor: pointer;
}

.mod-search_mobile {
  margin: 15px 0 !important;
}

.mod-search_mobile .form-inline input.inputbox {
  color: #858585;
  font-weight: 400;
  font-size: 16px;
  height: 38px;
}

.mod-search_mobile .form-inline input.inputbox::-webkit-input-placeholder {
  color: #858585;
}

.mod-search_mobile .form-inline input.inputbox::-moz-placeholder {
  color: #858585;
}

.mod-search_mobile .form-inline input.inputbox:-ms-input-placeholder {
  color: #858585;
}

.mod-search_mobile .form-inline input.inputbox::-ms-input-placeholder {
  color: #858585;
}

.mod-search_mobile .form-inline input.inputbox::placeholder {
  color: #858585;
}

.mod-search_mobile .form-inline .button::after {
  color: #858585;
}

/*  Slider */
.slider-main {
  position: relative;
  /* &::before {
  	background: rgba(0, 0, 0, 0.4);
  	content: '';
  	display: block;
  	height: 100%;
  	position: absolute;
  	width: 100%;
  	z-index: 21;
  } */
}

.slider-main .tp-caption {
  max-width: 30% !important;
}

.slider-info {
  color: white;
  position: relative;
  z-index: 100;
}

.slider-info * {
  line-height: 1 !important;
}

.slider-info .slider-title {
  font-size: 55px;
  font-family: var(--main-font);
}

.slider-info .slider-sub-title {
  font-size: 50px;
  font-family: var(--main-font);
}

.slider-info .slider-text {
  font-size: 25px;
}

/* Сторонние стили ------------------------------- */
.tparrows.tp-leftarrow,
.tparrows.tp-rightarrow {
  opacity: 1;
  z-index: 22;
}

/* К2 */
.korzin_image img {
  max-width: 100%;
}

.table_bottom {
  padding: 15px 0;
  background-color: white;
}

/* ! Отзывы */
body .carousel-inner>.active,
body .carousel-inner>.next,
body .carousel-inner>.prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#phocaguestbook_comments {
  margin: 35px 0;
}

#phocaguestbook_comments .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#phocaguestbook_comments .owl-carousel {
  padding: 0;
  margin: 0;
}

#phocaguestbook_comments .owl-carousel .owl-nav button.owl-next,
#phocaguestbook_comments .owl-carousel .owl-nav button.owl-prev {
  font-size: max(min(44px, 3.6vw), 32px);
  color: #000;
  line-height: 1;
}

#phocaguestbook .control-group {
  margin-bottom: 5px;
}

#phocaguestbook_comments .cd-testimonials-wrapper {
  margin-bottom: 5px;
  padding-bottom: 10px;
}

#phocaguestbook_comments .flex-prev:focus,
#phocaguestbook_comments .flex-next:focus,
#phocaguestbook_comments .flex-prev:hover,
#phocaguestbook_comments .flex-next:hover {
  outline: none;
}

#phocaguestbook_comments .btn-wrap {
  text-align: center;
}

#phocaguestbook_comments .cd-testimonials-item-info {
  position: relative;
  min-height: 400px;
  /* width: 30%;
  margin: 0 1.5%; */
  padding: 60px 30px;
  border: 1px solid #f4e6d4;
  border-radius: 0px;
}

#phocaguestbook_comments .cd-testimonials-item-info::before,
#phocaguestbook_comments .cd-testimonials-item-info::after {
  content: "";
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #f4e6d4;
  background-color: white;
  color: #f4e6d4;
  font-size: 65px;
  line-height: normal;
}

#phocaguestbook_comments .cd-testimonials-item-info::before {
  content: "“";
  left: -15px;
  top: 10px;
}

#phocaguestbook_comments .cd-testimonials-item-info::after {
  content: "”";
  right: -15px;
  bottom: 10px;
}

#phocaguestbook_comments .cd-testimonials-item-info:hover {
  border-color: #251715;
  -webkit-box-shadow: 0px 3px 10px 1px rgba(37, 23, 21, 0.2);
  box-shadow: 0px 3px 10px 1px rgba(37, 23, 21, 0.2);
}

#phocaguestbook_comments .cd-testimonials-item-info:hover::before,
#phocaguestbook_comments .cd-testimonials-item-info:hover::after {
  border-color: #251715;
  color: #251715;
  -webkit-box-shadow: 0px 3px 10px 1px rgba(37, 23, 21, 0.2);
  box-shadow: 0px 3px 10px 1px rgba(37, 23, 21, 0.2);
}

.comment-item-text {
  margin-bottom: 30px;
  text-align: center;
  font-style: italic;
  font-size: 14px;
}

.comment-item-username {
  text-align: center;
  color: #f4e6d4;
  font-size: 16px;
}

.comment-item-date {
  text-align: center;
  color: #f4e6d4;
}

#phocaguestbook_comments .flex-direction-nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
}

#phocaguestbook_comments .flex-direction-nav a {
  position: relative;
  width: 50px;
  height: 50px;
  border: 1px solid #f4e6d4;
  border-radius: 50%;
  background-color: white;
}

#phocaguestbook_comments .flex-direction-nav a:hover {
  border-color: #251715;
}

#phocaguestbook_comments .flex-direction-nav a:hover:before,
#phocaguestbook_comments .flex-direction-nav a:hover:after {
  background-color: #251715;
}

#phocaguestbook_comments .flex-direction-nav a:first-child {
  margin-left: 25px;
}

#phocaguestbook_comments .flex-direction-nav a:last-child {
  margin-right: 25px;
}

/* Отзывы ! */
/* !J2STORE Категории */
/* J2STORE Категории! */
/* !J2STORE Товары */
/* J2STORE Товары! */
/* !J2STORE Каталог */
/* J2STORE Каталог! */
/* ! Преимущества */
.benefits {
  margin-top: 25px;
  margin-bottom: 25px;
}

.benefits .modul_h3,
.benefits div.moduletablejunews_mod div.junews_h,
div.moduletablejunews_mod .benefits div.junews_h,
.benefits .eshopheader {
  margin-bottom: 30px;
}

.benefits .benefits-cart {
  padding: 0;
  margin-bottom: 25px;
  padding: 0 15px;
}

.benefits .benefits-cart:hover .svg-container {
  -webkit-box-shadow: 0px 3px 10px 1px rgba(37, 23, 21, 0.2);
  box-shadow: 0px 3px 10px 1px rgba(37, 23, 21, 0.2);
}

.benefits .benefits-cart:hover svg {
  fill: red;
}

.benefits .benefits-cart img {
  max-width: 100%;
}

.svg-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.svg-container img {
  margin: auto;
}

.benefit-title {
  text-align: center;
}

/* Преимущества ! */
/* ! модуль Версия для слабовидящих */
.module_special_visually.default.mod-a11y {
  position: fixed;
  z-index: 100;
  right: -198px;
  top: 150px;
  width: 200px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.module_special_visually.default.mod-a11y:hover {
  right: -2px;
}

.module_special_visually.default.mod-a11y input[name=type_version]+span {
  position: relative;
  height: 46px !important;
  padding: 0 !important;
}

.module_special_visually.default.mod-a11y input[name=type_version]+span::before,
.module_special_visually.default.mod-a11y .params::before {
  content: "";
  position: absolute;
  top: -2px;
  right: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 50px;
  border-radius: 30px 0 0 30px;
  background: #25318c url(/images/icons/eye_on.svg) no-repeat center;
  background-size: 34px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.module_special_visually.default.mod-a11y .params::before {
  background-image: url(/images/icons/eye_off.svg);
}

.module_special_visually.default.mod-a11y input[name=type_version]+span:hover::before {
  border-color: #251715;
}

.module_special_visually.default.mod-a11y .buttons label {
  margin: 0;
}

.module_special_visually.default.mod-a11y .params {
  position: fixed;
  z-index: 1100;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 250px !important;
  height: 100%;
  padding-left: 10px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: translateX(250px);
  -ms-transform: translateX(250px);
  transform: translateX(250px);
}

.module_special_visually.default.mod-a11y .params #params-scrolling {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: auto;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.module_special_visually.default.mod-a11y .params #params-scrolling .buttons .handle_module {
  display: block;
}

.module_special_visually.default.mod-a11y .params input[name=type_version]+span::before {
  display: none;
}

.module_special_visually.default.mod-a11y .params::before {
  top: 150px;
}

.module_special_visually.default.mod-a11y .params:hover {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.module_special_visually.default.mod-a11y .title.handle_module {
  width: 100%;
}

.module_special_visually.default.mod-a11y .module_special_visually #special_visually .buttons-a11y-activating {
  margin: 0;
}

.module_special_visually.default.mod-a11y .module_special_visually #special_visually .buttons-a11y-activating label {
  margin-left: 100%;
  border-color: #25318c;
  border-right: 0 !important;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.module_special_visually.default.mod-a11y .module_special_visually #special_visually .buttons-a11y-activating label:hover {
  margin-left: 0;
}

.module_special_visually.default.mod-a11y .module_special_visually #special_visually .buttons-a11y-activating label .button_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
  padding-left: 20px;
  height: 46px;
  line-height: 1;
  text-transform: uppercase;
  text-align: left;
  background: #fff;
}

.module_special_visually.default.mod-a11y .module_special_visually #special_visually .params .param .title {
  margin-right: 0;
}

.module_special_visually.default.mod-a11y .module_special_visually #special_visually label.handle_module {
  margin: 0;
  margin-bottom: 5px;
}

.module_special_visually.default.mod-a11y .module_special_visually #special_visually .buttons-original label.handle_module {
  margin: 0;
}

.module_special_visually.default.mod-a11y .module_special_visually #special_visually label#btn-A11Y-deactivated {
  display: none;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.module_special_visually.default.mod-a11y .module_special_visually #special_visually input[type=radio][name=type_version][value=yes] {
  display: none;
}

/* модуль Версия для слабовидящих ! */
div.comfort-rooms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: fixed url(/templates/art-web.ru/images/backgrounds/bg_akcia.jpg) no-repeat center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 680px;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

div.comfort-rooms::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.l-comfort-rooms {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 400px;
  width: 400px;
  border-radius: 50%;
  background-color: #fff;
}

.l-comfort-rooms p {
  padding: 5px 20px;
  text-align: center;
}

/* иконки 

https://fontawesome.ru/all-icons/
http://localhost:3000/plugins/system/ytshortcodes/assets/css/font-awesome.min.css

*/
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

div.soc a.fa {
  font-size: 18px;
  padding: 10px;
  display: block;
  float: left;
}

a.a_pdf:before,
a.a_zip:before,
a.a_doc:before,
a.a_xls:before,
a.a_mp3:before,
a.a_mp4:before,
a.a_you:before {
  font: normal normal normal 14px/1 FontAwesome;
  padding: 0 3px;
}

a.a_pdf:before {
  content: "\f1c1";
}

a.a_zip:before {
  content: "\f1c6";
}

a.a_doc:before {
  content: "\f1c2";
}

a.a_xls:before {
  content: "\f1c3";
}

a.a_mp3:before,
a.a_mp4:before {
  content: "\f1c7";
}

a.a_you:before {
  content: "\f1c8";
}

.b-telephones {
  width: 180px;
  padding: 0 0 0 45px;
  background: url(/templates/art-web.ru/images/icons/footer_icon.png) no-repeat 7px 5px;
}

.b-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 180px;
  height: 40px;
  padding: 0 0 0 45px;
  background: url(/templates/art-web.ru/images/icons/footer_icon.png) no-repeat 7px -41px;
}

.b-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 180px;
  height: 40px;
  margin: 0 auto;
  padding: 0 0 0 45px;
  background: url(/templates/art-web.ru/images/icons/footer_icon.png) no-repeat 8px -88px;
}

/* Blog Content */
.blog .items-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.blog .items-row>[class^=span] {
  padding-left: 15px;
  padding-right: 15px;
}

.blog .items-row>.span4 {
  width: 33.33%;
}

.blog .items-row>.span6 {
  width: 50%;
}

.blog .item-image.pull-left img {
  max-width: 300px;
  margin-right: 10px;
}

.blog-styled .item {
  margin-bottom: 30px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 15px;
}

.blog-styled .item .introtext-wrapper {
  padding: 15px;
}

.blog-styled .item .readmore {
  margin-bottom: 0;
}

.blog-styled .item-image {
  overflow: hidden;
  height: 260px;
}

.blog-styled .item-image.pull-left {
  float: none !important;
  margin: 0 -15px 15px;
}

.blog-styled .item-image.pull-left img {
  max-width: 100%;
  height: auto;
}

ul.breadcrumb li {
  font-size: 12px;
  opacity: 0.5;
  margin-right: 3px;
}

ul.breadcrumb li:hover {
  opacity: 1;
}

ul.breadcrumb li span.divider {
  opacity: 1;
}

ul.breadcrumb li a {
  margin-right: 3px;
}

.input-group-addon {
  /* убираем иконки на странице отзывов */
  display: none;
}

div.subCategory {
  border: 1px solid #f4e6d4;
  border-radius: 0px;
  background-color: white;
  text-align: center;
}

h3.h3itemListSubCategories,
.h3itemListSubCategories.modul_h3,
div.moduletablejunews_mod div.h3itemListSubCategories.junews_h,
.h3itemListSubCategories.eshopheader {
  display: none;
}

.l-categories-images {
  position: relative;
  background: url(/templates/art-web.ru/images/backgrounds/bg_katalog.jpg) no-repeat center;
  background-attachment: fixed;
}

.l-categories-images::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.categ-img {
  padding: 50px 0 0 0;
}

.l-categ-img__btn-all-categ {
  padding: 20px 0 40px 0;
  text-align: center;
}

.categ-img__btn-all {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-right: 40px;
  padding: 0 20px;
  border: 1px solid #fff;
  border-radius: 20px;
  color: #faf9d9;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: padding 0.5s;
  -o-transition: padding 0.5s;
  transition: padding 0.5s;
}

.categ-img__btn-all .fa {
  position: absolute;
  right: 10px;
  top: 50%;
  display: none;
  margin: -14px 0 0 0;
  font-size: 25px;
  opacity: 0;
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.categ-img__btn-all:hover {
  padding: 0 50px 0 20px;
  background-color: #fff;
  color: red;
  text-decoration: none;
}

.categ-img__btn-all:hover .fa {
  display: block;
  opacity: 1;
}

div.сategory-img {
  width: calc(33% - 12px);
  margin: 15px 7px;
  padding: 0;
  overflow: hidden;
  position: relative;
}

div.сategory-img div.image {
  height: 243px;
  overflow: hidden;
}

div.сategory-img div.name {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0px;
  font-weight: 700;
  position: absolute;
  width: 100%;
}

div.сategory-img:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.8;
}

div.сategory-img:hover div.name {
  background-color: rgba(0, 0, 0, 0.55);
}

div.сategory-img:hover div.image a:after {
  content: "\f00e";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-left: -15px;
  margin-top: -15px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  font-size: 35px;
  color: #fff;
  text-align: center;
}

body#tinymce,
body#tinymce p {
  background-color: #fff;
  color: #000;
}

body#tinymce td,
body#tinymce p td {
  vertical-align: top;
}

/* формы */
textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
input[type=submit],
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid #f4e6d4;
  padding: 10px 12px;
  height: auto;
  margin-bottom: 0;
}

select,
input[type=file] {
  height: auto;
}

.btn-next {
  font-size: 18px;
}

div.formControls {
  padding: 10px 0;
}

div.formControls p {
  margin: 0;
}

div.rsform-block-captcha img {
  padding: 0 10px;
}

.moduletable.rs-form-make-order {
  position: absolute;
  z-index: 21;
  right: 30px;
  top: 200px;
  max-width: 410px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.45);
}

.moduletable.rs-form-make-order .modul_h3,
.moduletable.rs-form-make-order div.moduletablejunews_mod div.junews_h,
div.moduletablejunews_mod .moduletable.rs-form-make-order div.junews_h,
.moduletable.rs-form-make-order .eshopheader {
  text-transform: initial;
}

.moduletable.rs-form-make-order form {
  padding: 0;
}

.moduletable.rs-form-make-order .formControls {
  color: #fff;
}

.moduletable.rs-form-make-order input#Submit {
  margin-top: 0;
}

.moduletable.rs-form-make-order h2 {
  margin: 0 0 20px 0;
  color: #faf9d9;
  text-align: left;
  text-transform: uppercase;
}

.moduletable.rs-form-make-order .formControlLabel {
  display: none;
}

.moduletable.rs-form-make-order input,
.moduletable.rs-form-make-order select {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.moduletable.rs-form-make-order input[type=text],
.moduletable.rs-form-make-order select {
  margin: 0;
  padding: 15px;
  width: 100%;
  border: none;
  border-radius: 0;
  background-color: #000;
  color: #fff;
  font-size: 14px;
}

.moduletable.rs-form-make-order input[type=text]::-webkit-input-placeholder,
.moduletable.rs-form-make-order select::-webkit-input-placeholder {
  color: #737373;
}

.moduletable.rs-form-make-order input[type=text]::-moz-placeholder,
.moduletable.rs-form-make-order select::-moz-placeholder {
  color: #737373;
}

.moduletable.rs-form-make-order input[type=text]:-ms-input-placeholder,
.moduletable.rs-form-make-order select:-ms-input-placeholder {
  color: #737373;
}

.moduletable.rs-form-make-order input[type=text]::-ms-input-placeholder,
.moduletable.rs-form-make-order select::-ms-input-placeholder {
  color: #737373;
}

.moduletable.rs-form-make-order input[type=text]::-webkit-input-placeholder,
.moduletable.rs-form-make-order select::-webkit-input-placeholder {
  color: #737373;
}

.moduletable.rs-form-make-order input[type=text]::-moz-placeholder,
.moduletable.rs-form-make-order select::-moz-placeholder {
  color: #737373;
}

.moduletable.rs-form-make-order input[type=text]:-ms-input-placeholder,
.moduletable.rs-form-make-order select:-ms-input-placeholder {
  color: #737373;
}

.moduletable.rs-form-make-order input[type=text]::-ms-input-placeholder,
.moduletable.rs-form-make-order select::-ms-input-placeholder {
  color: #737373;
}

.moduletable.rs-form-make-order input[type=text]::-webkit-input-placeholder,
.moduletable.rs-form-make-order select::-webkit-input-placeholder {
  color: #737373;
}

.moduletable.rs-form-make-order input[type=text]::-moz-placeholder,
.moduletable.rs-form-make-order select::-moz-placeholder {
  color: #737373;
}

.moduletable.rs-form-make-order input[type=text]:-ms-input-placeholder,
.moduletable.rs-form-make-order select:-ms-input-placeholder {
  color: #737373;
}

.moduletable.rs-form-make-order input[type=text]::-ms-input-placeholder,
.moduletable.rs-form-make-order select::-ms-input-placeholder {
  color: #737373;
}

.moduletable.rs-form-make-order input[type=text]::placeholder,
.moduletable.rs-form-make-order select::placeholder {
  color: #737373;
}

.moduletable.rs-form-make-order input[type=text]:focus,
.moduletable.rs-form-make-order select:focus {
  -webkit-box-shadow: inset 0 1px 1px #251715, 0 0 8px #251715;
  box-shadow: inset 0 1px 1px #251715, 0 0 8px #251715;
  opacity: 1;
}

.moduletable.rs-form-make-order input#Submit {
  border-radius: 0;
}

.moduletable.rs-form-make-order div.rsform-block-arrivaldate,
.moduletable.rs-form-make-order div.rsform-block-departuredate {
  height: 77px;
  position: relative;
}

.moduletable.rs-form-make-order div.rsform-block-departuredate>div {
  position: relative;
}

.moduletable.rs-form-make-order .formControls .formBody .rsform-calendar-button {
  position: absolute;
  top: 10px;
  right: 0;
  width: 50px;
  height: 49px;
  padding: 0;
  border: none;
  border-radius: 0;
  color: #fff;
  text-align: center;
  background: no-repeat center/24px url(/images/icons/g_calendar.svg);
}

.moduletable.rs-form-make-order label {
  font-weight: normal;
}

.moduletable.rs-form-make-order p.formDescription {
  margin: 0;
}

.moduletable.rs-form-make-order div.rsform-block-captcha {
  background-color: #fff;
}

.moduletable.rs-form-make-order .itemAgree a {
  color: #faf9d9;
  text-decoration: underline;
}

.moduletable.rs-form-make-order .itemAgree a:hover {
  text-decoration: none;
}

.moduletable.rs-form-make-order .rsform-block-agree {
  text-align: center;
}

.moduletable.rs-form-make-order .rsform-block-submit {
  text-align: center;
}

.moduletable.rs-form-make-order .rsform-submit-button {
  padding: 15px 44px;
  border-radius: 25px;
  background: #251715;
  border-color: #251715;
  -webkit-box-shadow: 0px 4px 12px 2px rgba(0, 128, 0, 0.47);
  box-shadow: 0px 4px 12px 2px rgba(0, 128, 0, 0.47);
  color: #faf9d9;
  font-size: 18px;
  line-height: 1;
}

div.rsform-block.rsform-block-captcha {
  float: left;
  width: 370px;
  overflow: hidden;
}

div.rsform-block.rsform-block-captcha div.formControls {
  padding: 0;
}

div.rsform-block.rsform-block-captcha input.rsform-captcha-box {
  width: 149px;
}

div.rsform-block.rsform-block-captcha a {
  display: block;
  float: right;
  padding: 15px 17px 0 0;
}

div.rsform-block.rsform-block-captcha a:hover {
  text-decoration: underline;
}

.formNoError {
  display: none;
}

/* ! левая колонка */
.sbat {
  /* иконка стрелочки для открытия вложенных пунктов в меню */
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.sbat.up::after {
  margin-top: 0;
  margin-left: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sbat::after {
  content: "\f054";
  font: normal normal normal 14px/1 FontAwesome;
  display: block;
  color: #f4e6d4;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.sbat:hover {
  background-color: white;
}

.sbat:hover::after {
  color: #251715;
}

.l-categories-images {
  padding: 0;
}

body .column-wrap {
  padding-left: 0;
}

.column-wrap .navbar-collapse {
  padding: 0;
}

.column-wrap #phocaguestbook_comments {
  border: 1px solid #f4e6d4;
}

.column-wrap #phocaguestbook_comments .custom {
  padding: 15px;
}

.column-wrap .modul_h3__comments {
  border: 1px solid #f4e6d4;
  border-bottom: 0;
}

.column-wrap .left_column>div,
.column-wrap .right_column>div {
  margin-bottom: 20px;
}

.column-wrap .modul_h3,
.column-wrap div.moduletablejunews_mod div.junews_h,
div.moduletablejunews_mod .column-wrap div.junews_h,
.column-wrap .eshopheader {
  margin: 0;
  padding: 22px 0;
  padding-left: 10px;
  border-radius: 0px;
  background-color: white;
}

.moduletable.mod-news-column {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border: 1px solid #f4e6d4;
  border-radius: 0px;
}

.moduletable.mod-news-column .jn {
  margin-bottom: 8px;
  margin: 10px 15px;
  padding: 10px 0;
  border-bottom: 1px solid #f4e6d4;
}

.moduletable.mod-news-column .jn:last-child {
  border-bottom: none;
}

.moduletable.mod-news-column .jn .jn-intro {
  font-size: 12px;
}

.moduletable.mod-news-column .jn .jn-right {
  text-transform: uppercase;
  font-weight: bold;
}

.moduletable.mod-news-column .jn .jn-more {
  margin-top: 6px;
  text-align: right;
}

div.moduletable.mod-auth {
  border: 1px solid #f4e6d4;
  border-radius: 0px;
}

div.moduletable_leftmenu {
  border: 1px solid #f4e6d4;
  border-radius: 0px;
  margin-bottom: 20px;
}

div.moduletable_leftmenu ul {
  /* первый уровень меню */
  padding: 0;
  margin: 0;
  border-top: 1px solid #f4e6d4;
}

div.moduletable_leftmenu ul li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

div.moduletable_leftmenu ul li a,
div.moduletable_leftmenu ul li span.separator {
  padding: 15px 10px;
  color: #251715;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: block;
  text-decoration: none;
  cursor: pointer;
  border-bottom: 1px solid #f4e6d4;
  background-color: transparent;
}

div.moduletable_leftmenu ul li a:hover,
div.moduletable_leftmenu ul li span.separator:hover {
  text-decoration: underline;
}

div.moduletable_leftmenu ul li:last-child a,
div.moduletable_leftmenu ul li:last-child span.separator {
  border-bottom: none;
}

div.moduletable_leftmenu ul li ul a,
div.moduletable_leftmenu ul li ul span.separator {
  border-bottom: 1px solid #f4e6d4 !important;
  background-color: white !important;
}

div.moduletable_leftmenu ul li ul ul a,
div.moduletable_leftmenu ul li ul ul span.separator {
  background-color: #fefefd !important;
}

div.moduletable_leftmenu ul li {
  position: relative;
  /* &.deeper:before {
  	background-size: cover;
  	content: '\f054';
  	font: normal normal normal 14px/1 FontAwesome;
  	display: block;
  	height: 15px;
  	margin: -7.5px 0 0 0;
  	position: absolute;
  	right: 5px;
  	top: 22px;
  	width: 15px;
  	color: $color_a_h;
  	transform: rotate(90deg);
  } */
}

div.moduletable_leftmenu ul li:hover {
  /* ul { // показываем второй уровень меню
  	display: block;
  } */
}

div.moduletable_leftmenu ul li:hover.deeper:before {
  color: #462b27;
}

div.moduletable_leftmenu ul li ul {
  /* второй уровень меню */
  border-top: none;
}

div.moduletable_leftmenu ul li ul:not(.visible) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

div.moduletable_leftmenu ul li ul li {
  /* li.active, li:hover {
  	a, span.separator {
  		text-decoration: underline;
  	}
  } */
}

div.moduletable_leftmenu ul li ul li a {
  font-size: 13px;
  padding: 15px 10px 15px 20px;
  background: #e1e1e1;
}

div.moduletable_leftmenu ul li ul li a::before {
  content: "\f00c";
  margin-right: 4px;
  font-family: "FontAwesome";
}

div.moduletable_leftmenu ul li ul li ul.header__menu-lvl-3 {
  /* третий уровень меню */
  display: none;
}

div.moduletable_leftmenu ul li ul li ul.header__menu-lvl-3 li a {
  padding: 10px 10px 10px 40px;
}

div.moduletable_leftmenu ul li ul li ul.header__menu-lvl-3 li a::before {
  font-size: 12px;
}

div.moduletable_leftmenu .current {
  /* активные пункты меню */
}

div.moduletable_leftmenu .current>a,
div.moduletable_leftmenu .current>span.separator {
  text-decoration: underline;
  background-color: #EEEEEE !important;
}

.mod-calendar {
  min-height: 304px;
}

.mod-calendar div.k2CalendarBlock {
  height: auto;
}

.mod-calendar table.calendar tr td {
  padding: 11px;
}

.mod-calendar table.calendar tr td {
  border: 1px solid rgba(244, 230, 212, 0.2);
}

.mod-calendar table.calendar tr td.calendarToday {
  background-color: #251715;
}

.mod-auth {
  border: 1px solid #f4e6d4;
}

.mod-auth .modul_h3,
.mod-auth div.moduletablejunews_mod div.junews_h,
div.moduletablejunews_mod .mod-auth div.junews_h,
.mod-auth .eshopheader {
  border-bottom: 1px solid #f4e6d4;
}

.mod-auth form {
  padding: 15px;
}

/* левая колонка ! */
div#toTop {
  position: fixed;
  right: -70px;
  bottom: 90px;
  width: 60px;
  height: 60px;
  background: url("../images/go_top.png") no-repeat 0 0;
}

div#toTop a {
  display: block;
  width: 60px;
  height: 60px;
  cursor: pointer;
  text-decoration: none;
}

div.search fieldset.only,
div.search fieldset.phrases,
div.search div.form-limit {
  display: none;
}

fieldset.phrases div.controls {
  padding: 2% 4%;
}

dt.result-title {
  padding-top: 25px;
}

/********** каталог товаров **********/
/* 
отключили в www\plugins\system\k2\k2.php вывод левых css файлов:
	/components/com_k2/css/k2.css
	/media/k2/assets/css/k2.fonts.css?v2.7.1
	magnific-popup.css
*/
/* подкатегории товаров */
.itemListCategoriesBlock {
  margin-bottom: 15px;
}

.itemListSubCategories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.itemListSubCategories h3,
.itemListSubCategories .modul_h3,
.itemListSubCategories div.moduletablejunews_mod div.junews_h,
div.moduletablejunews_mod .itemListSubCategories div.junews_h,
.itemListSubCategories .eshopheader {
  -webkit-box-flex: 1;
  -ms-flex: 1 100%;
  flex: 1 100%;
}

.itemListSubCategories .subCategoryContainer {
  width: 32% !important;
}

.itemListSubCategories .subCategory {
  margin: 0;
}

.moduletablek2item {
  margin-bottom: 30px;
}

.moduletablek2item .itemList,
#itemListLeading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.moduletablek2item .itemList>div,
.itemListView .itemContainer {
  position: relative;
  width: 32% !important;
  min-width: 268px;
  margin-bottom: 20px;
  padding: 0;
  padding-bottom: 80px;
  border: 1px solid #f4e6d4;
  border-radius: 0px;
}

.moduletablek2item .itemList>div .catItemImage,
.itemListView .itemContainer .catItemImage {
  overflow: hidden;
  max-height: 220px;
}

.moduletablek2item .itemList>div .catItemImage img,
.itemListView .itemContainer .catItemImage img {
  width: auto;
  max-width: 100%;
  height: 220px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.moduletablek2item .itemList>div:hover,
.itemListView .itemContainer:hover {
  -webkit-box-shadow: 0px 3px 10px 1px rgba(37, 23, 21, 0.2);
  box-shadow: 0px 3px 10px 1px rgba(37, 23, 21, 0.2);
  border-color: #251715;
}

.moduletablek2item .itemList>div:hover .catItemImage img,
.itemListView .itemContainer:hover .catItemImage img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.moduletablek2item .itemList>div:hover .prod-dop-info,
.itemListView .itemContainer:hover .prod-dop-info {
  border-color: #251715;
}

.moduletablek2item .itemList>div .catItemTitle,
.itemListView .itemContainer .catItemTitle {
  font-weight: bold;
  text-align: center;
}

.moduletablek2item .itemList>div .catItemTitle a,
.itemListView .itemContainer .catItemTitle a {
  color: #251715;
}

.moduletablek2item .itemList>div .catItemView,
.itemListView .itemContainer .catItemView {
  height: 100%;
  padding: 0;
  margin: 0;
}

.moduletablek2item .itemList>div .catItemExtraFields,
.itemListView .itemContainer .catItemExtraFields {
  border-top: none;
}

.moduletablek2item .itemList>div .prod-dop-info,
.itemListView .itemContainer .prod-dop-info {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 15px;
  border-top: 1px solid #f4e6d4;
  background-color: white;
}

.moduletablek2item .itemList>div .catItemIntroText,
.itemListView .itemContainer .catItemIntroText {
  padding: 10px;
  text-align: center;
}

.moduletablek2item .itemList>div .div_money,
.itemListView .itemContainer .div_money {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.moduletablek2item .itemList>div .num-of-prod,
.itemListView .itemContainer .num-of-prod {
  padding: 7px 0px;
  padding-left: 18px;
  border-right: none;
  border-color: #251715;
  outline: none;
  -webkit-transition: border-radius 0.15s;
  -o-transition: border-radius 0.15s;
  transition: border-radius 0.15s;
}

.moduletablek2item .itemList>div .catItemExtraFieldsLabel,
.itemListView .itemContainer .catItemExtraFieldsLabel {
  display: none;
}

.moduletablek2item .itemList>div div.catItemExtraFields,
.moduletablek2item .itemList>div div.genericItemExtraFields,
.itemListView .itemContainer div.catItemExtraFields,
.itemListView .itemContainer div.genericItemExtraFields {
  padding: 0;
  margin: 0;
}

.moduletablek2item .itemList>div .catItemExtraFieldsValue.tsena,
.itemListView .itemContainer .catItemExtraFieldsValue.tsena {
  font-size: 24px;
  font-weight: bold;
  color: #251715;
}

.moduletablek2item .itemList>div .catItemExtraFieldsValue.tsena-mini,
.itemListView .itemContainer .catItemExtraFieldsValue.tsena-mini {
  font-size: 18px;
}

.moduletablek2item .itemList>div .typeTextfield,
.itemListView .itemContainer .typeTextfield {
  margin: 0;
}

.moduletablek2item .itemList>div .buyClick,
.itemListView .itemContainer .buyClick {
  position: relative;
  padding: 6px;
  padding-left: 30px;
  background-color: #251715;
  border: 1px solid #251715;
  color: #faf9d9;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.moduletablek2item .itemList>div .buyClick::before,
.itemListView .itemContainer .buyClick::before {
  content: "";
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
  width: 14px;
  height: 12px;
  background-image: url(../images/k2_image/supermarket-basket.png);
}

#k2Container {
  padding: 0 0 24px 0;
}

body.contentpane #k2Container {
  padding: 16px;
}

/* used in popups */
/* --- General padding --- */
.k2Padding {
  padding: 4px;
}

/* --- Clearing --- */
.clr {
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
  float: none;
  padding: 0;
  margin: 0;
  border: none;
}

/* --- Striped rows (add a different background color enable stripped rows in various listings with K2 content) --- */
.even {
  padding: 2px;
}

.odd {
  padding: 2px;
}

/* --- RSS feed icon --- */
div.k2FeedIcon {
  padding: 4px 8px;
}

div.k2FeedIcon a,
div.k2FeedIcon a:hover {
  display: block;
  float: right;
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
}

div.k2FeedIcon a span,
div.k2FeedIcon a:hover span {
  display: none;
}

/* --- Rating --- */
.itemRatingForm {
  display: block;
  line-height: 25px;
  float: left;
}

.itemRatingLog {
  font-size: 11px;
  margin: 0;
  padding: 0 0 0 4px;
  float: left;
}

div.itemRatingForm .formLogLoading {
  background: url(../images/k2_image/loading.gif) no-repeat left center;
  height: 25px;
  padding: 0 0 0 20px;
}

.itemRatingList,
.itemRatingList a:hover,
.itemRatingList .itemCurrentRating {
  background: transparent url(../images/k2_image/transparent_star.gif) left -1000px repeat-x;
}

.itemRatingList {
  position: relative;
  float: left;
  width: 125px;
  height: 25px;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  background-position: left top;
}

.itemRatingList li {
  display: inline;
  background: none;
  padding: 0;
}

.itemRatingList a,
.itemRatingList .itemCurrentRating {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -1000px;
  height: 25px;
  line-height: 25px;
  outline: none;
  overflow: hidden;
  border: none;
  cursor: pointer;
}

.itemRatingList a:hover {
  background-position: left bottom;
}

.itemRatingList a.one-star {
  width: 20%;
  z-index: 6;
}

.itemRatingList a.two-stars {
  width: 40%;
  z-index: 5;
}

.itemRatingList a.three-stars {
  width: 60%;
  z-index: 4;
}

.itemRatingList a.four-stars {
  width: 80%;
  z-index: 3;
}

.itemRatingList a.five-stars {
  width: 100%;
  z-index: 2;
}

.itemRatingList .itemCurrentRating {
  z-index: 1;
  background-position: 0 center;
  margin: 0;
  padding: 0;
}

span.siteRoot {
  display: none;
}

/* --- CSS added with JavaScript --- */
.smallerFontSize {
  font-size: 100%;
  line-height: inherit;
}

.largerFontSize {
  font-size: 150%;
  line-height: 140%;
}

/* --- ReCaptcha --- */
.recaptchatable .recaptcha_image_cell,
#recaptcha_table {
  background-color: #fff !important;
}

#recaptcha_table {
  border-color: #ccc !important;
}

#recaptcha_response_field {
  border-color: #ccc !important;
  background-color: #fff !important;
}

.k2-recaptcha-v2 {
  margin-top: 12px;
}

/* --- Icon Font Support --- */
/* Reset for users with older overrides */
div.itemToolbar ul li a#fontDecrease,
div.itemToolbar ul li a#fontIncrease {
  font-size: 14px;
}

div.itemToolbar ul li a#fontDecrease img,
div.itemToolbar ul li a#fontIncrease img {
  background: none;
}

a.ubUserFeedIcon,
a.ubUserFeedIcon:hover,
a.ubUserURL,
a.ubUserURL:hover,
span.ubUserEmail,
div.itemIsFeatured:before,
div.catItemIsFeatured:before,
div.userItemIsFeatured:before,
div.k2FeedIcon a,
div.k2FeedIcon a:hover,
div.itemToolbar ul li a#fontDecrease,
div.itemToolbar ul li a#fontIncrease {
  background: none;
  text-decoration: none;
  vertical-align: middle;
  font-family: "simple-line-icons";
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Font assignments */
div.catItemIsFeatured:before,
div.userItemIsFeatured:before,
div.itemIsFeatured:before {
  content: "\e09b";
}

a#fontIncrease:before {
  content: "\e091";
}

a#fontDecrease:before {
  content: "\e092";
}

div.k2FeedIcon a:before,
a.ubUserFeedIcon:before {
  content: "\e03b";
}

a.ubUserURL:before {
  content: "\e037";
}

span.ubUserEmail:before {
  content: "\e086";
}

/* --- Primary lists in modules --- */
div.k2LatestCommentsBlock ul,
div.k2TopCommentersBlock ul,
div.k2ItemsBlock ul,
div.k2LoginBlock ul,
div.k2UserBlock ul.k2UserBlockActions,
div.k2UserBlock ul.k2UserBlockRenderedMenu,
div.k2ArchivesBlock ul,
div.k2AuthorsListBlock ul,
div.k2CategoriesListBlock ul,
div.k2UsersBlock ul {
  margin: 0;
  padding: 0 4px;
  list-style: none;
}

/* Example CSS: padding:0;margin:0;list-style:none; */
div.k2LatestCommentsBlock ul li,
div.k2TopCommentersBlock ul li,
div.k2ItemsBlock ul li,
div.k2LoginBlock ul li,
div.k2UserBlock ul.k2UserBlockActions li,
div.k2UserBlock ul.k2UserBlockRenderedMenu li,
div.k2ArchivesBlock ul li,
div.k2AuthorsListBlock ul li,
div.k2CategoriesListBlock ul li,
div.k2UsersBlock ul li {
  display: block;
  padding: 0;
  margin: 0 0 24px 0;
}

/* Example CSS: display:block;clear:both;padding:2px 0;border-bottom:1px dotted #ccc; */
.clearList {
  display: none;
  float: none;
  clear: both;
}

/* this class is used to clear all previous floating list elements */
.lastItem {
  border: none;
}

/* class appended on last list item */
/* --- Avatars --- */
.k2Avatar img {
  display: block;
  float: left;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  padding: 2px;
  margin: 2px 4px 4px 0;
}

/* --- Pagination --- */
div.k2Pagination {
  padding: 8px;
  margin: 24px 0 4px 0;
  text-align: center;
}

div.k2Pagination ul {
  text-align: center;
}

div.k2Pagination ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

div.k2Pagination ul li a {
  display: inline-block;
  padding: 4px 8px;
  margin: 0 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  vertical-align: middle;
  background: #fff;
  text-decoration: none;
}

div.k2Pagination ul li a:hover {
  background: #fafafa;
  cursor: pointer;
}

div.k2Pagination ul li.active a {
  background: #fafafa;
}

div.k2Pagination ul li a span {
  vertical-align: middle;
}

/* --- Featured flags: the classes are repeated further below to indicate placement in the CSS structure --- */
div.itemIsFeatured,
div.catItemIsFeatured,
div.userItemIsFeatured {
  position: relative;
}

div.itemIsFeatured:before,
div.catItemIsFeatured:before,
div.userItemIsFeatured:before {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #CF1919;
  font-size: 20px;
}

/* --- Separators --- */
.k2HorizontalSep {
  border: 0;
  padding: 0;
  margin: 0 8px;
}

/* --- Edit Buttons --- */
span.itemEditLink,
span.catItemEditLink,
span.userItemEditLink {
  float: right;
  display: block;
  padding: 0;
  margin: 0;
  width: 120px;
  text-align: right;
}

span.itemEditLink a,
span.catItemEditLink a,
span.userItemEditLink a {
  display: inline-block;
  padding: 4px 8px;
  margin: 0;
  background: #2d96dd;
  color: #fff;
  border: 0;
  border-radius: 4px;
  font-size: 11px;
  line-height: 100%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

span.itemEditLink a:hover,
span.catItemEditLink a:hover,
span.userItemEditLink a:hover {
  background: #217dbb;
}

/*------------------------------------------------------------------------------
	Component - Item view
--------------------------------------------------------------------------------*/
a.itemPrintThisPage {
  display: block;
  width: 160px;
  margin: 4px auto 16px;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
}

a.itemPrintThisPage:hover {
  background: #fafafa;
  text-decoration: none;
}

div.itemView {
  padding: 8px 0 24px 0;
  margin: 0 0 24px 0;
}

/* this is the item container for this view */
div.itemHeader span.itemDateCreated {
  color: #999;
  font-size: 11px;
}

div.itemHeader h2.itemTitle {
  padding: 10px 0 4px 0;
  margin: 0;
}

div.itemHeader h2.itemTitle span sup {
  font-size: 12px;
  color: #CF1919;
  text-decoration: none;
}

/* "Featured" presented in superscript */
div.itemHeader span.itemAuthor {
  display: block;
  padding: 0;
  margin: 0;
}

div.itemHeader span.itemAuthor a:before {
  content: " ";
}

div.itemToolbar {
  padding: 8px;
  margin: 16px 0 0 0;
  background: #fafafa;
  border-radius: 4px;
}

div.itemToolbar ul {
  text-align: right;
  list-style: none;
  padding: 0;
  margin: 0;
}

div.itemToolbar ul li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 8px;
  margin: 0;
  border-left: 1px solid #ccc;
  text-align: center;
  background: none;
  font-size: 12px;
}

div.itemToolbar ul>li:first-child {
  border: none;
}

/* remove the first CSS border from the left of the toolbar */
div.itemToolbar ul li a {
  font-size: 12px;
  font-weight: normal;
}

div.itemToolbar ul li a img {
  vertical-align: middle;
}

div.itemToolbar ul li a#fontDecrease {
  margin: 0 0 0 2px;
}

div.itemToolbar ul li a#fontDecrease img {
  width: 13px;
  height: 13px;
  font-size: 13px;
}

div.itemToolbar ul li a#fontIncrease {
  margin: 0 0 0 2px;
}

div.itemToolbar ul li a#fontIncrease img {
  width: 13px;
  height: 13px;
  font-size: 13px;
}

div.itemToolbar ul li a#fontDecrease span,
div.itemToolbar ul li a#fontIncrease span {
  display: none;
}

div.itemRatingBlock {
  padding: 8px 0;
}

div.itemRatingBlock span {
  display: block;
  float: left;
  font-style: normal;
  padding: 0 4px 0 0;
  margin: 0;
  color: #999;
}

div.itemBody {
  padding: 8px 0;
  margin: 0;
}

div.itemImageBlock {
  padding: 8px 0;
  margin: 0 0 16px 0;
}

span.itemImage {
  display: block;
  text-align: center;
  margin: 0 0 8px 0;
}

span.itemImage img {
  max-width: 100%;
  height: auto;
}

span.itemImageCaption {
  color: #666;
  float: left;
  display: block;
  font-size: 11px;
}

span.itemImageCredits {
  color: #999;
  float: right;
  display: block;
  font-style: italic;
  font-size: 11px;
}

div.itemIntroText {
  color: #444;
  font-size: 18px;
  line-height: 24px;
  padding: 4px 0 12px 0;
}

div.itemFullText h3,
div.itemFullText .modul_h3,
div.itemFullText div.moduletablejunews_mod div.junews_h,
div.moduletablejunews_mod div.itemFullText div.junews_h,
div.itemFullText .eshopheader {
  margin: 0;
  padding: 16px 0 4px 0;
}

div.itemExtraFields {
  margin: 16px 0 0 0;
  padding: 8px 0 0 0;
  border-top: 1px dotted #ddd;
}

div.itemExtraFields h3,
div.itemExtraFields .modul_h3,
div.itemExtraFields div.moduletablejunews_mod div.junews_h,
div.moduletablejunews_mod div.itemExtraFields div.junews_h,
div.itemExtraFields .eshopheader {
  margin: 0;
  padding: 0 0 8px 0;
}

div.itemExtraFields ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

div.itemExtraFields ul li {
  display: block;
  padding: 5px 0;
}

div.itemExtraFields li::before {
  content: "";
}

div.itemExtraFields ul li span.itemExtraFieldsLabel {
  display: none;
  float: left;
  font-weight: bold;
  margin: 0 4px 0 0;
  width: 30%;
}

div.itemExtraFields ul li.class_fild0 {
  display: none;
}

div.catItemExtraFields {
  display: none;
}

div.div_money2 {
  font-weight: bold;
  color: #251715;
}

div.div_money2_item {
  font-size: 25px;
  font-family: var(--main-font);
  padding: 15px 0;
}

div.itemContentFooter {
  display: block;
  text-align: right;
  padding: 4px 0;
  margin: 16px 0 4px 0;
  color: #999;
}

span.itemHits {
  float: left;
}

div.itemSocialSharing {
  padding: 8px 0;
}

div.itemTwitterButton {
  float: left;
  margin: 2px 24px 0 0;
}

div.itemFacebookButton {
  float: left;
  margin-right: 24px;
  width: 200px;
}

div.itemLinks {
  margin: 16px 0;
  padding: 0;
}

div.itemCategory span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}

div.itemTagsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}

div.itemTagsBlock ul.itemTags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}

div.itemTagsBlock ul.itemTags li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 0;
  margin: 0;
  text-align: center;
}

div.itemTagsBlock ul.itemTags li a:before {
  content: "#";
}

div.itemAttachmentsBlock {
  padding: 4px;
  border-bottom: 1px dotted #ccc;
}

div.itemAttachmentsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}

div.itemAttachmentsBlock ul.itemAttachments {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}

div.itemAttachmentsBlock ul.itemAttachments li {
  display: inline;
  list-style: none;
  padding: 0 4px;
  margin: 0;
  text-align: center;
}

div.itemAttachmentsBlock ul.itemAttachments li span {
  font-size: 10px;
  color: #999;
  font-weight: normal;
}

/* Author block */
div.itemAuthorBlock {
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 0 0 16px 0;
  padding: 8px;
}

div.itemAuthorBlock img.itemAuthorAvatar {
  float: left;
  display: block;
  background: #fff;
  padding: 4px;
  border: 1px solid #ddd;
  margin: 0 8px 0 0;
  border-radius: 50%;
}

div.itemAuthorBlock div.itemAuthorDetails {
  margin: 0;
  padding: 4px 0 0 0;
}

div.itemAuthorBlock div.itemAuthorDetails h3.authorName,
div.itemAuthorBlock div.itemAuthorDetails .authorName.modul_h3,
div.itemAuthorBlock div.itemAuthorDetails div.moduletablejunews_mod div.authorName.junews_h,
div.moduletablejunews_mod div.itemAuthorBlock div.itemAuthorDetails div.authorName.junews_h,
div.itemAuthorBlock div.itemAuthorDetails .authorName.eshopheader {
  margin: 0 0 4px 0;
  padding: 0;
}

div.itemAuthorBlock div.itemAuthorDetails h3.authorName a,
div.itemAuthorBlock div.itemAuthorDetails .authorName.modul_h3 a,
div.itemAuthorBlock div.itemAuthorDetails div.moduletablejunews_mod div.authorName.junews_h a,
div.moduletablejunews_mod div.itemAuthorBlock div.itemAuthorDetails div.authorName.junews_h a,
div.itemAuthorBlock div.itemAuthorDetails .authorName.eshopheader a {
  font-size: 16px;
}

div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl {
  font-weight: bold;
  color: #555;
}

div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail {
  font-weight: bold;
  color: #555;
}

div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl a,
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail a {
  font-weight: normal;
}

/* Author latest */
div.itemAuthorLatest {
  margin-bottom: 16px;
  padding: 0;
}

/* Related by tag */
div.itemRelated {
  margin-bottom: 16px;
  padding: 0;
}

/* Add overflow-x:scroll; if you want to enable the scrolling features, as explained in item.php */
div.itemRelated ul li.k2ScrollerElement {
  float: left;
  overflow: hidden;
  border: 1px solid #ddd;
  padding: 4px;
  margin: 0 4px 4px 0;
  background: #fff;
}

/* you need to insert this class in the related li element in item.php for this styling to take effect */
div.itemRelated ul li.clr {
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
  float: none;
  padding: 0;
  margin: 0;
  border: none;
}

/* Video */
div.itemVideoBlock {
  margin: 0 0 16px 0;
  padding: 16px;
  background: #010101 url(../images/k2_image/videoplayer-bg.gif) repeat-x bottom;
  color: #eee;
}

div.itemVideoBlock div.itemVideoEmbedded {
  text-align: center;
}

/* for embedded videos (not using AllVideos) */
div.itemVideoBlock span.itemVideo {
  display: block;
  overflow: hidden;
}

div.itemVideoBlock span.itemVideoCaption {
  color: #eee;
  float: left;
  display: block;
  font-size: 11px;
  font-weight: bold;
  width: 60%;
}

div.itemVideoBlock span.itemVideoCredits {
  color: #eee;
  float: right;
  display: block;
  font-style: italic;
  font-size: 11px;
  width: 35%;
  text-align: right;
}

/* Image Gallery */
div.itemImageGallery {
  margin: 0 0 16px 0;
  padding: 0;
}

/* Article navigation */
div.itemNavigation {
  padding: 8px;
  margin: 0 0 24px 0;
  background: #fafafa;
  border-radius: 4px;
}

div.itemNavigation span.itemNavigationTitle {
  color: #999;
}

div.itemNavigation a.itemPrevious {
  padding: 0 12px;
}

div.itemNavigation a.itemNext {
  padding: 0 12px;
}

/* Comments */
div.itemComments {
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 16px;
}

div.itemComments ul.itemCommentsList {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

div.itemComments ul.itemCommentsList li {
  display: block;
  padding: 4px;
  margin: 0 0 8px 0;
  border-bottom: 1px solid #ddd;
  background: #fff;
}

div.itemComments ul.itemCommentsList li.authorResponse {
  background: #f5fdff;
}

div.itemComments ul.itemCommentsList li.unpublishedComment {
  background: #ffeaea;
}

div.itemComments ul.itemCommentsList li img {
  float: left;
  margin: 4px 4px 4px 0;
  padding: 4px;
}

div.itemComments ul.itemCommentsList li span.commentDate {
  padding: 0 4px 0 0;
  margin: 0 8px 0 0;
  border-right: 1px solid #ccc;
  font-weight: bold;
  font-size: 14px;
}

div.itemComments ul.itemCommentsList li span.commentAuthorName {
  font-weight: bold;
  font-size: 14px;
}

div.itemComments ul.itemCommentsList li p {
  padding: 4px 0;
}

div.itemComments ul.itemCommentsList li span.commentAuthorEmail {
  display: none;
}

div.itemComments ul.itemCommentsList li span.commentLink {
  float: right;
  margin-left: 8px;
}

div.itemComments ul.itemCommentsList li span.commentLink a {
  font-size: 11px;
  color: #999;
  text-decoration: underline;
}

div.itemComments ul.itemCommentsList li span.commentLink a:hover {
  font-size: 11px;
  color: #555;
  text-decoration: underline;
}

div.itemComments ul.itemCommentsList li span.commentToolbar {
  display: block;
  clear: both;
}

div.itemComments ul.itemCommentsList li span.commentToolbar a {
  font-size: 11px;
  color: #999;
  text-decoration: underline;
  margin-right: 4px;
}

div.itemComments ul.itemCommentsList li span.commentToolbar a:hover {
  font-size: 11px;
  color: #555;
  text-decoration: underline;
}

div.itemComments ul.itemCommentsList li span.commentToolbarLoading {
  background: url(../images/k2_image/searchLoader.gif) no-repeat 100% 50%;
}

div.itemCommentsPagination {
  padding: 4px;
  margin: 0 0 24px 0;
}

/* Joomla 1.5 - 2.5 */
div.itemCommentsPagination span.pagination {
  display: block;
  float: right;
  clear: both;
}

/* Joomla 3.x */
div.itemCommentsPagination ul {
  text-align: center;
}

div.itemCommentsPagination ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

div.itemCommentsPagination ul li a {
  display: inline-block;
  padding: 4px 8px;
  margin: 0 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  vertical-align: middle;
  background: #fff;
  text-decoration: none;
}

div.itemCommentsPagination ul li a:hover {
  background: #fafafa;
  cursor: pointer;
}

div.itemCommentsPagination ul li.active a {
  background: #fafafa;
}

div.itemCommentsPagination ul li a span {
  vertical-align: middle;
}

div.itemCommentsForm h3,
div.itemCommentsForm .modul_h3,
div.itemCommentsForm div.moduletablejunews_mod div.junews_h,
div.moduletablejunews_mod div.itemCommentsForm div.junews_h,
div.itemCommentsForm .eshopheader {
  margin: 0;
  padding: 0 0 4px 0;
}

div.itemCommentsForm p.itemCommentsFormNotes {
  border-top: 2px solid #ccc;
  padding: 8px 0;
}

div.itemCommentsForm form {
  margin: 0;
  padding: 0;
  width: 100%;
}

div.itemCommentsForm form label.formComment,
div.itemCommentsForm form label.formName,
div.itemCommentsForm form label.formEmail,
div.itemCommentsForm form label.formUrl,
div.itemCommentsForm form label.formRecaptcha {
  display: block;
  margin: 12px 0 0 2px;
}

div.itemCommentsForm form textarea.inputbox {
  display: block;
  width: 100%;
  height: 200px;
  margin: 0;
  padding: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

div.itemCommentsForm form input.inputbox {
  display: block;
  width: 100%;
  margin: 0;
  padding: 8px;
  line-height: 150%;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* !!! div.itemCommentsForm form input#submitCommentButton {display:block;margin:16px 0 0 0;padding:8px 16px;background:#2d96dd;color:#fff;border:0;border-radius:4px;font-size:16px;font-weight:bold;}
	div.itemCommentsForm form input#submitCommentButton:hover {background:#217dbb;} */
div.itemCommentsForm form span#formLog {
  margin: 24px;
  padding: 8px 12px;
  border-radius: 4px;
  text-align: center;
  display: none;
}

div.itemCommentsForm form span#formLog.k2FormLogError {
  display: block;
  background: #f00;
  color: #fff;
}

div.itemCommentsForm form span#formLog.k2FormLogSuccess {
  display: block;
  background: #18ac00;
  color: #fff;
}

div.itemCommentsForm form .formLogLoading {
  background: url(../images/k2_image/loading.gif) no-repeat left center;
}

div.itemCommentsLoginFirst {
  display: block;
  margin: 24px;
  padding: 8px 12px;
  background: #f00;
  color: #fff;
  border-radius: 4px;
}

/* "Report comment" form */
div.k2ReportCommentFormContainer {
  padding: 8px;
  width: 480px;
  margin: 0 auto;
}

div.k2ReportCommentFormContainer blockquote {
  width: 462px;
  background: #fafafa;
  border: 1px solid #ddd;
  padding: 8px;
  margin: 0 0 8px 0;
}

div.k2ReportCommentFormContainer blockquote span.quoteIconLeft {
  font-style: italic;
  font-weight: bold;
  font-size: 40px;
  color: #135CAE;
  line-height: 30px;
  display: block;
  float: left;
}

div.k2ReportCommentFormContainer blockquote span.quoteIconRight {
  font-style: italic;
  font-weight: bold;
  font-size: 40px;
  color: #135CAE;
  line-height: 30px;
  display: block;
  float: right;
}

div.k2ReportCommentFormContainer blockquote span.theComment {
  font-style: italic;
  font-size: 12px;
  font-weight: normal;
  color: #000;
  padding: 0 4px;
}

div.k2ReportCommentFormContainer form label {
  display: block;
  font-weight: bold;
}

div.k2ReportCommentFormContainer form input,
div.k2ReportCommentFormContainer form textarea {
  display: block;
  border: 1px solid #ddd;
  font-size: 12px;
  padding: 2px;
  margin: 0 0 8px 0;
  width: 474px;
}

div.k2ReportCommentFormContainer form #recaptcha {
  margin-bottom: 24px;
}

div.k2ReportCommentFormContainer form span#formLog {
  margin: 24px;
  padding: 8px 12px;
  background: #fafafa;
  border-radius: 4px;
  text-align: center;
  display: none;
}

div.k2ReportCommentFormContainer form .formLogLoading {
  background: url(../images/k2_image/loading.gif) no-repeat left center;
}

/* Back to top link */
div.itemBackToTop {
  text-align: right;
}

div.itemBackToTop a {
  text-decoration: underline;
}

div.itemBackToTop a:hover {
  text-decoration: underline;
}

/*------------------------------------------------------------------------------
	Component - Itemlist view (category)
--------------------------------------------------------------------------------*/
/* --- Category block --- */
div.itemListCategory {
  margin: 0 0 24px 0;
  padding: 8px;
}

span.catItemAddLink {
  display: block;
  padding: 8px 0;
  margin: 0 0 4px 0;
  border-bottom: 1px dotted #ccc;
  text-align: right;
}

span.catItemAddLink a {
  padding: 4px 16px;
  border: 1px solid #ddd;
  background: #fafafa;
  text-decoration: none;
}

span.catItemAddLink a:hover {
  background: #ffffcc;
}

div.itemListCategory img {
  float: left;
  display: block;
  margin: 0 8px 0 0;
}

/* --- Sub-category block --- */
div.subCategoryContainer {
  float: left;
}

div.subCategory {
  background: #fafafa;
  border: 1px solid #ddd;
  margin: 4px;
  padding: 8px;
}

div.subCategory a.subCategoryImage,
div.subCategory a.subCategoryImage:hover {
  text-align: center;
  display: block;
}

div.subCategory a.subCategoryImage img,
div.subCategory a.subCategoryImage:hover img {
  margin: 0 8px 0 0;
  max-width: 100%;
}

div.subCategory a.subCategoryMore {
  display: none;
}

/* --- Item groups --- */
div#itemListLinks {
  background: #fafafa;
  border: 1px solid #ddd;
  margin: 8px 0;
  padding: 8px;
}

div.itemContainer {
  float: left;
}

/* --- Item block for each item group --- */
div.catItemView {
  margin-bottom: 48px;
  padding: 4px;
}

/* this is the container for each K2 item on this view */
/* Additional class appended to the element above for further styling per group item */
div.groupLinks {
  padding: 0;
  margin: 0;
}

div.catItemHeader span.catItemDateCreated {
  color: #999;
  font-size: 11px;
}

div.catItemHeader h3.catItemTitle,
div.catItemHeader .catItemTitle.modul_h3,
div.catItemHeader div.moduletablejunews_mod div.catItemTitle.junews_h,
div.moduletablejunews_mod div.catItemHeader div.catItemTitle.junews_h,
div.catItemHeader .catItemTitle.eshopheader {
  padding: 10px 0 4px 0;
  margin: 0;
}

div.catItemHeader h3.catItemTitle span sup,
div.catItemHeader .catItemTitle.modul_h3 span sup,
div.catItemHeader div.moduletablejunews_mod div.catItemTitle.junews_h span sup,
div.moduletablejunews_mod div.catItemHeader div.catItemTitle.junews_h span sup,
div.catItemHeader .catItemTitle.eshopheader span sup {
  font-size: 12px;
  color: #CF1919;
  text-decoration: none;
}

/* superscript */
div.catItemHeader span.catItemAuthor {
  display: block;
  padding: 0;
  margin: 0;
}

div.catItemRatingBlock {
  padding: 8px 0;
}

div.catItemRatingBlock span {
  display: block;
  float: left;
  font-style: normal;
  padding: 0 4px 0 0;
  margin: 0;
  color: #999;
}

div.catItemBody {
  padding: 8px 0;
  margin: 0;
}

div.catItemImageBlock {
  padding: 8px 0;
  margin: 0 0 16px 0;
}

span.catItemImage {
  display: block;
  text-align: center;
  margin: 0 0 8px 0;
}

span.catItemImage img {
  max-width: 100%;
  height: auto;
}

div.catItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 4px 0 12px 0;
}

div.catItemExtraFields,
div.genericItemExtraFields {
  margin: 16px 0 0 0;
  padding: 8px 0 0 0;
  border-top: 1px dotted #ddd;
}

div.catItemExtraFields h4,
div.catItemExtraFields .modul_h4,
div.genericItemExtraFields h4,
div.genericItemExtraFields .modul_h4 {
  margin: 0;
  padding: 0 0 8px 0;
}

div.catItemExtraFields ul,
div.genericItemExtraFields ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

div.catItemExtraFields ul li,
div.genericItemExtraFields ul li {
  display: block;
}

div.catItemExtraFields ul li span.catItemExtraFieldsLabel,
div.genericItemExtraFields ul li span.genericItemExtraFieldsLabel {
  display: block;
  float: left;
  font-weight: bold;
  margin: 0 4px 0 0;
  width: 30%;
}

h3.itemExtraFields_h3,
.itemExtraFields_h3.modul_h3,
div.moduletablejunews_mod div.itemExtraFields_h3.junews_h,
.itemExtraFields_h3.eshopheader {
  display: none;
}

div.K2BeforeDisplay {
  padding-bottom: 20px;
}

div.catItemLinks {
  margin: 0 0 16px 0;
  padding: 0;
}

div.catItemHitsBlock {
  padding: 4px 0;
}

div.catItemCategory {
  padding: 4px 0;
}

div.catItemCategory span {
  font-weight: bold;
  padding: 0 4px 0 0;
}

div.catItemTagsBlock {
  padding: 4px 0;
}

div.catItemTagsBlock span {
  font-weight: bold;
  padding: 0 4px 0 0;
}

div.catItemTagsBlock ul.catItemTags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}

div.catItemTagsBlock ul.catItemTags li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 0;
  margin: 0;
  text-align: center;
}

div.catItemTagsBlock ul.catItemTags li a:before {
  content: "#";
}

div.catItemAttachmentsBlock {
  padding: 4px;
  border-bottom: 1px dotted #ccc;
}

div.catItemAttachmentsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}

div.catItemAttachmentsBlock ul.catItemAttachments {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}

div.catItemAttachmentsBlock ul.catItemAttachments li {
  display: inline;
  list-style: none;
  padding: 0 4px;
  margin: 0;
  text-align: center;
}

div.catItemAttachmentsBlock ul.catItemAttachments li span {
  font-size: 10px;
  color: #999;
  font-weight: normal;
}

/* Video */
div.catItemVideoBlock {
  margin: 0 0 16px 0;
  padding: 16px;
  background: #010101 url(../images/k2_image/videoplayer-bg.gif) repeat-x bottom;
}

div.catItemVideoBlock div.catItemVideoEmbedded {
  text-align: center;
}

/* for embedded videos (not using AllVideos) */
div.catItemVideoBlock span.catItemVideo {
  display: block;
}

/* Image Gallery */
div.catItemImageGallery {
  margin: 0 0 16px 0;
  padding: 0;
}

/* Anchor link to comments */
div.catItemCommentsLink {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border-right: 1px solid #ccc;
}

/* Read more link */
div.catItemReadMore {
  display: inline;
}

/* Modified date */
span.catItemDateModified {
  display: block;
  text-align: right;
  padding: 4px;
  margin: 4px 0;
  color: #999;
  border-top: 1px solid #ddd;
}

/*------------------------------------------------------------------------------
	Component - Itemlist view (user)
--------------------------------------------------------------------------------*/
/* User info block */
div.userBlock {
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 0 0 24px 0;
  padding: 8px;
}

span.userItemAddLink {
  display: block;
  padding: 8px 0;
  margin: 0 0 4px 0;
  border-bottom: 1px dotted #ccc;
  text-align: right;
}

span.userItemAddLink a {
  padding: 4px 16px;
  border: 1px solid #ddd;
  background: #fafafa;
  text-decoration: none;
}

span.userItemAddLink a:hover {
  background: #ffffcc;
}

div.userBlock img {
  display: block;
  float: left;
  background: #fff;
  padding: 4px;
  border: 1px solid #ddd;
  margin: 0 8px 0 0;
  border-radius: 50%;
}

div.userBlock div.userDescription {
  padding: 4px 0;
}

div.userBlock div.userAdditionalInfo {
  padding: 4px 0;
  margin: 8px 0 0 0;
}

span.userURL {
  font-weight: bold;
  color: #555;
  display: block;
}

span.userEmail {
  font-weight: bold;
  color: #555;
  display: block;
}

/* User items */
div.userItemView {
  margin-bottom: 48px;
}

/* this is the item container for this view */
div.userItemViewUnpublished {
  opacity: 0.9;
  border: 4px dashed #ccc;
  background: #fffff2;
  padding: 8px;
  margin: 8px 0;
}

div.userItemHeader span.userItemDateCreated {
  color: #999;
  font-size: 11px;
}

div.userItemHeader h3.userItemTitle,
div.userItemHeader .userItemTitle.modul_h3,
div.userItemHeader div.moduletablejunews_mod div.userItemTitle.junews_h,
div.moduletablejunews_mod div.userItemHeader div.userItemTitle.junews_h,
div.userItemHeader .userItemTitle.eshopheader {
  padding: 10px 0 4px 0;
  margin: 0;
}

div.userItemHeader h3.userItemTitle span sup,
div.userItemHeader .userItemTitle.modul_h3 span sup,
div.userItemHeader div.moduletablejunews_mod div.userItemTitle.junews_h span sup,
div.moduletablejunews_mod div.userItemHeader div.userItemTitle.junews_h span sup,
div.userItemHeader .userItemTitle.eshopheader span sup {
  font-size: 12px;
  color: #CF1919;
  text-decoration: none;
}

/* "Unpublished" presented in superscript */
div.userItemBody {
  padding: 8px 0;
  margin: 0;
}

div.userItemImageBlock {
  padding: 0;
  margin: 0;
  float: left;
}

span.userItemImage {
  display: block;
  text-align: center;
  margin: 0 8px 8px 0;
}

span.userItemImage img {
  max-width: 100%;
  height: auto;
}

div.userItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 4px 0 12px 0;
}

div.userItemLinks {
  margin: 0 0 16px 0;
  padding: 0;
}

div.userItemCategory {
  padding: 4px 0;
}

div.userItemCategory span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}

div.userItemTagsBlock {
  padding: 4px 0;
}

div.userItemTagsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}

div.userItemTagsBlock ul.userItemTags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}

div.userItemTagsBlock ul.userItemTags li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 0;
  margin: 0;
  text-align: center;
}

div.userItemTagsBlock ul.userItemTags li a:before {
  content: "#";
}

/* Anchor link to comments */
div.userItemCommentsLink {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border-right: 1px solid #ccc;
}

/* Read more link */
div.userItemReadMore {
  display: inline;
}

/*------------------------------------------------------------------------------
	Component - Itemlist view (tag)
--------------------------------------------------------------------------------*/
div.tagItemView {
  margin-bottom: 48px;
}

/* this is the item container for this view */
div.tagItemHeader span.tagItemDateCreated {
  color: #999;
  font-size: 11px;
}

div.tagItemHeader h2.tagItemTitle {
  padding: 10px 0 4px 0;
  margin: 0;
}

div.tagItemBody {
  padding: 8px 0;
  margin: 0;
}

div.tagItemImageBlock {
  padding: 0;
  margin: 0;
  float: left;
}

span.tagItemImage {
  display: block;
  text-align: center;
  margin: 0 8px 8px 0;
}

span.tagItemImage img {
  max-width: 100%;
  height: auto;
}

div.tagItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 4px 0 12px 0;
}

div.tagItemCategory {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border-right: 1px solid #ccc;
}

div.tagItemCategory span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}

/* Read more link */
div.tagItemReadMore {
  display: inline;
}

/*------------------------------------------------------------------------------
	Component - Itemlist view (generic)
--------------------------------------------------------------------------------*/
div.genericItemView {
  margin-bottom: 48px;
}

/* this is the item container for this view */
div.genericItemHeader span.genericItemDateCreated {
  color: #999;
  font-size: 11px;
}

div.genericItemHeader h2.genericItemTitle {
  padding: 10px 0 4px 0;
  margin: 0;
}

div.genericItemBody {
  padding: 8px 0;
  margin: 0;
}

div.genericItemImageBlock {
  padding: 0;
  margin: 0;
  float: left;
}

span.genericItemImage {
  display: block;
  text-align: center;
  margin: 0 8px 8px 0;
}

span.genericItemImage img {
  max-width: 100%;
  height: auto;
}

div.genericItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 4px 0 12px 0;
}

div.genericItemCategory {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border-right: 1px solid #ccc;
}

div.genericItemCategory span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}

/* Read more link */
div.genericItemReadMore {
  display: inline;
}

/* No results found message */
div#genericItemListNothingFound {
  padding: 40px;
  text-align: center;
}

div#genericItemListNothingFound p {
  font-size: 20px;
  color: #999;
}

/* --- Google Search (use Firebug or similar tools to inspect the generated HTML, then style accordingly --- */
#k2GoogleSearchContainer .gsc-control {
  width: auto !important;
}

#k2GoogleSearchContainer .gsc-control .gsc-above-wrapper-area,
#k2GoogleSearchContainer .gsc-control .gsc-resultsHeader,
#k2GoogleSearchContainer .gsc-control .gsc-url-bottom {
  display: none !important;
}

/* Hide unneeded elements of the results page */
/*------------------------------------------------------------------------------
	Component - Latest view
--------------------------------------------------------------------------------*/
div.latestItemsContainer {
  float: left;
}

/* Category info block */
div.latestItemsCategory {
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 0 8px 24px 0;
  padding: 8px;
}

div.latestItemsCategoryImage {
  text-align: center;
}

div.latestItemsCategoryImage img {
  margin: 0 8px 0 0;
}

/* User info block */
div.latestItemsUser {
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 0 8px 24px 0;
  padding: 8px;
}

div.latestItemsUser img {
  display: block;
  float: left;
  background: #fff;
  padding: 4px;
  border: 1px solid #ddd;
  margin: 0 8px 0 0;
  border-radius: 50%;
}

div.latestItemsUser p.latestItemsUserDescription {
  padding: 4px 0;
}

div.latestItemsUser p.latestItemsUserAdditionalInfo {
  padding: 4px 0;
  margin: 8px 0 0 0;
}

span.latestItemsUserURL {
  font-weight: bold;
  color: #555;
  display: block;
}

span.latestItemsUserEmail {
  font-weight: bold;
  color: #555;
  display: block;
}

/* Latest items list */
div.latestItemList {
  padding: 0 8px 8px 0;
}

div.latestItemHeader h3.latestItemTitle,
div.latestItemHeader .latestItemTitle.modul_h3,
div.latestItemHeader div.moduletablejunews_mod div.latestItemTitle.junews_h,
div.moduletablejunews_mod div.latestItemHeader div.latestItemTitle.junews_h,
div.latestItemHeader .latestItemTitle.eshopheader {
  padding: 10px 0 4px 0;
  margin: 0;
}

span.latestItemDateCreated {
  color: #999;
  font-size: 11px;
}

div.latestItemBody {
  padding: 8px 0;
  margin: 0;
}

div.latestItemImageBlock {
  padding: 0;
  margin: 0;
  float: left;
}

span.latestItemImage {
  display: block;
  text-align: center;
  margin: 0 8px 8px 0;
}

span.latestItemImage img {
  max-width: 100%;
  height: auto;
}

div.latestItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 4px 0 12px 0;
}

div.latestItemLinks {
  margin: 0 0 16px 0;
  padding: 0;
}

div.latestItemCategory {
  padding: 4px 0;
}

div.latestItemCategory span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}

div.latestItemTagsBlock {
  padding: 4px 0;
}

div.latestItemTagsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}

div.latestItemTagsBlock ul.latestItemTags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}

div.latestItemTagsBlock ul.latestItemTags li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 0;
  margin: 0;
  text-align: center;
}

div.latestItemTagsBlock ul.latestItemTags li a:before {
  content: "#";
}

/* Video */
div.latestItemVideoBlock {
  margin: 0 0 16px 0;
  padding: 16px;
  background: #010101 url(../images/k2_image/videoplayer-bg.gif) repeat-x bottom;
}

div.latestItemVideoBlock span.latestItemVideo {
  display: block;
}

/* Anchor link to comments */
div.latestItemCommentsLink {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border-right: 1px solid #ccc;
}

/* Read more link */
div.latestItemReadMore {
  display: inline;
}

/* Items presented in a list */
h2.latestItemTitleList {
  padding: 2px 0;
  margin: 8px 0 2px 0;
  border-bottom: 1px dotted #ccc;
}

/*------------------------------------------------------------------------------
	Component - Register & profile page views (register.php & profile.php)
--------------------------------------------------------------------------------*/
.k2AccountPage table tr td label {
  white-space: nowrap;
}

img.k2AccountPageImage {
  border: 4px solid #ddd;
  margin: 10px 0;
  padding: 0;
  display: block;
}

.k2AccountPage div.k2AccountPageNotice {
  padding: 8px;
}

.k2AccountPage div.k2AccountPageUpdate {
  border-top: 1px dotted #ddd;
  margin: 8px 0;
  padding: 8px;
  text-align: right;
}

.k2AccountPage th.k2ProfileHeading {
  text-align: left;
  font-size: 18px;
  padding: 8px;
  background: #f6f6f6;
}

.k2AccountPage td#userAdminParams {
  padding: 0;
  margin: 0;
}

.k2AccountPage table.admintable td.key,
.k2AccountPage table.admintable td.paramlist_key {
  background: #f6f6f6;
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  color: #666;
  font-weight: bold;
  text-align: right;
  font-size: 11px;
  width: 140px;
}

/*------------------------------------------------------------------------------
	Modules - mod_k2_comments
--------------------------------------------------------------------------------*/
/* Latest Comments */
div.k2LatestCommentsBlock ul li span.lcCommentDate {
  color: #999;
}

/* Top Commenters */
div.k2TopCommentersBlock ul li span.tcLatestCommentDate {
  color: #999;
}

/*------------------------------------------------------------------------------
	Modules - mod_k2_content
--------------------------------------------------------------------------------*/
div.k2ItemsBlock ul li div.moduleItemIntrotext {
  display: block;
  padding: 4px 0;
}

div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
  float: right;
  margin: 2px 0 4px 4px;
  padding: 0;
}

div.k2ItemsBlock ul li div.moduleItemTags a {
  padding: 0 2px;
}

div.k2ItemsBlock ul li a.moduleItemComments {
  border-right: 1px solid #ccc;
  padding: 0 4px 0 0;
  margin: 0 8px 0 0;
}

div.k2ItemsBlock ul li span.moduleItemHits {
  border-right: 1px solid #ccc;
  padding: 0 4px 0 0;
  margin: 0 8px 0 0;
}

/*------------------------------------------------------------------------------
	Modules - mod_k2_tools
--------------------------------------------------------------------------------*/
/* --- Authors --- */
div.k2AuthorsListBlock ul li a.abAuthorLatestItem {
  display: block;
  clear: both;
}

/* --- Breadcrumbs --- */
div.k2BreadcrumbsBlock span.bcTitle {
  padding: 0 4px 0 0;
  color: #999;
}

div.k2BreadcrumbsBlock span.bcSeparator {
  padding: 0 4px;
  font-size: 14px;
}

/* --- Calendar --- */
div.k2CalendarBlock {
  height: 190px;
  margin-bottom: 8px;
}

/* use this height value so that the calendar height won't change on Month change via ajax */
div.k2CalendarLoader {
  background: #fff url(../images/k2_image/k2CalendarLoader.gif) no-repeat 50% 50%;
}

table.calendar {
  margin: 0 auto;
  background: #fff;
  border-collapse: collapse;
}

table.calendar tr td {
  text-align: center;
  vertical-align: middle;
  padding: 2px;
  border: 1px solid #f4f4f4;
  background: #fff;
}

table.calendar tr td.calendarNavMonthPrev {
  background: #fafafa;
  text-align: left;
}

table.calendar tr td.calendarNavMonthPrev a {
  font-size: 20px;
  text-decoration: none;
}

table.calendar tr td.calendarNavMonthPrev a:hover {
  font-size: 20px;
  text-decoration: none;
}

table.calendar tr td.calendarCurrentMonth {
  background: #fafafa;
}

table.calendar tr td.calendarNavMonthNext {
  background: #fafafa;
  text-align: right;
}

table.calendar tr td.calendarNavMonthNext a {
  font-size: 20px;
  text-decoration: none;
}

table.calendar tr td.calendarNavMonthNext a:hover {
  font-size: 20px;
  text-decoration: none;
}

table.calendar tr td.calendarDayName {
  background: #e9e9e9;
  font-size: 11px;
  width: 14.2%;
}

table.calendar tr td.calendarDateEmpty {
  background: #fbfbfb;
}

table.calendar tr td.calendarDateLinked {
  padding: 0;
}

table.calendar tr td.calendarDateLinked a {
  display: block;
  padding: 2px;
  text-decoration: none;
  background: #fafafa;
}

table.calendar tr td.calendarDateLinked a:hover {
  display: block;
  background: #135cae;
  color: #fff;
  padding: 2px;
  text-decoration: none;
}

table.calendar tr td.calendarToday {
  background: #135cae;
  color: #fff;
}

table.calendar tr td.calendarTodayLinked {
  background: #135cae;
  color: #fff;
  padding: 0;
}

table.calendar tr td.calendarTodayLinked a {
  display: block;
  padding: 2px;
  color: #fff;
  text-decoration: none;
}

table.calendar tr td.calendarTodayLinked a:hover {
  display: block;
  background: #BFD9FF;
  padding: 2px;
  text-decoration: none;
}

/* --- Category Tree Select Box --- */
div.k2CategorySelectBlock form select {
  width: auto;
}

/* --- Category List/Menu --- */
div.k2CategoriesListBlock ul li a span.catTitle {
  padding-right: 4px;
}

div.k2CategoriesListBlock ul li.activeCategory a {
  font-weight: bold;
}

/* n level (n) - like the above... */
/* --- Search Box --- */
div.k2SearchBlock {
  position: relative;
}

div.k2SearchBlock form input.k2SearchLoading {
  background: url(../images/k2_image/searchLoader.gif) no-repeat 100% 50%;
}

div.k2SearchBlock div.k2LiveSearchResults {
  display: none;
  background: #fff;
  position: absolute;
  z-index: 99;
  border: 1px solid #ddd;
  margin-top: -1px;
}

/* Live search results (fetched via ajax) */
div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults {
  list-style: none;
  margin: 0;
  padding: 0;
}

div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li {
  border: none;
  margin: 0;
  padding: 0;
}

div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li a {
  display: block;
  padding: 1px 2px;
  border-top: 1px dotted #ddd;
}

div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li a:hover {
  background: #fffff0;
}

/* --- Tag Cloud --- */
div.k2TagCloudBlock {
  padding: 8px 0;
}

div.k2TagCloudBlock a {
  padding: 4px;
  float: left;
  display: block;
}

div.k2TagCloudBlock a:hover {
  padding: 4px;
  float: left;
  display: block;
  background: #135cae;
  color: #fff;
  text-decoration: none;
}

/* --- Custom Code --- */
/*------------------------------------------------------------------------------
	Modules - mod_k2_user (mod_k2_login is removed since v2.6.x)
--------------------------------------------------------------------------------*/
div.k2LoginBlock fieldset.input {
  margin: 0;
  padding: 0 0 8px 0;
}

div.k2LoginBlock fieldset.input p {
  margin: 0;
  padding: 0 0 4px 0;
}

div.k2LoginBlock fieldset.input p label {
  display: block;
}

div.k2LoginBlock fieldset.input p input {
  display: block;
}

div.k2LoginBlock fieldset.input p#form-login-remember label,
div.k2LoginBlock fieldset.input p#form-login-remember input {
  display: inline;
}

div.k2UserBlock p.ubGreeting {
  border-bottom: 1px dotted #ccc;
}

div.k2UserBlock div.k2UserBlockDetails span.ubName {
  display: block;
  font-weight: bold;
  font-size: 14px;
}

/*------------------------------------------------------------------------------
	Modules - mod_k2_users
--------------------------------------------------------------------------------*/
a.ubUserFeedIcon,
a.ubUserFeedIcon:hover {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 0;
  font-size: 15px;
}

a.ubUserFeedIcon span,
a.ubUserFeedIcon:hover span {
  display: none;
}

a.ubUserURL,
a.ubUserURL:hover {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 0;
  font-size: 15px;
}

a.ubUserURL span,
a.ubUserURL:hover span {
  display: none;
}

span.ubUserEmail {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 0;
  overflow: hidden;
  font-size: 15px;
}

span.ubUserEmail a {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
}

div.k2UsersBlock ul li h3,
div.k2UsersBlock ul li .modul_h3,
div.k2UsersBlock ul li div.moduletablejunews_mod div.junews_h,
div.moduletablejunews_mod div.k2UsersBlock ul li div.junews_h,
div.k2UsersBlock ul li .eshopheader {
  clear: both;
  margin: 8px 0 0 0;
  padding: 0;
}

/********** END каталог товаров **********/
/*  components\com_rsform\assets\calendar  */
.categoryImage .image {
  display: block;
  margin-bottom: 0px;
}

.categoryImage .image img {
  width: 100%;
}

.categoryImage .name {
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.categoryImage .name:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.categoryImage .name a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  *font-size: 16px;
}

.categoryImage {
  margin-top: 5px;
}

/*************   rsform  формы   ************/
/*  components\com_rsform\assets\calendar  */
.txtCal {
  width: 210px;
}

.btnCal {
  padding-left: 5px;
  padding-right: 5px;
}

.yui-calcontainer {
  position: relative;
  padding: 5px;
  background-color: #F7F9FB;
  float: left;
  overflow: hidden;
}

.yui-calcontainer iframe {
  position: absolute;
  border: none;
  margin: 0;
  padding: 0;
  left: -1px;
  top: -1px;
  z-index: 0;
  width: 50em;
  height: 50em;
}

.yui-calcontainer.multi {
  padding: 0;
}

.yui-calcontainer.multi .groupcal {
  padding: 5px;
  background-color: transparent;
  z-index: 1;
  float: left;
  position: relative;
  border: none;
}

.yui-calcontainer .title {
  font: 100% sans-serif;
  color: #000;
  font-weight: bold;
  margin-bottom: 5px;
  height: 25px;
  position: absolute;
  top: 3px;
  left: 5px;
  z-index: 1;
}

.yui-calcontainer .close-icon {
  position: absolute;
  right: 3px;
  top: 3px;
  border: none;
  z-index: 1;
}

.yui-calcontainer .calclose {
  background: url("../images/com_rsform/calx.gif") no-repeat;
  width: 17px;
  height: 13px;
  cursor: pointer;
}

/* Calendar element styles */
.yui-calendar {
  font: 100% sans-serif;
  text-align: center;
  border-spacing: 0;
  border-collapse: separate;
  position: relative;
}

.yui-calcontainer.withtitle {
  padding-top: 1.5em;
}

.yui-calendar .calnavleft {
  position: absolute;
  overflow: hidden;
  text-indent: -10000em;
  cursor: pointer;
  top: 2px;
  bottom: 0;
  width: 9px;
  height: 12px;
  left: 2px;
  z-index: 1;
  background: url("../images/com_rsform/callt.gif") no-repeat;
}

.yui-calendar .calnavright {
  position: absolute;
  overflow: hidden;
  text-indent: -10000em;
  cursor: pointer;
  top: 2px;
  bottom: 0;
  width: 9px;
  height: 12px;
  right: 2px;
  z-index: 1;
  background: url("../images/com_rsform/calrt.gif") no-repeat;
}

.yui-calendar td.calcell {
  padding: 0.1em 0.2em;
  border: 1px solid #E0E0E0;
  text-align: center;
}

.yui-calendar td.calcell a {
  color: #4C4C4D;
  text-decoration: none;
}

.yui-calendar td.calcell.today {
  border: 1px solid #000;
}

.yui-calendar td.calcell.oom {
  cursor: default;
  color: #999;
  background-color: #EEE;
  border: 1px solid #E0E0E0;
}

.yui-calendar td.calcell.selected {
  color: #4C4C4D;
  background-color: #FFF19F;
  border: 1px solid #FF9900;
}

.yui-calendar td.calcell.calcellhover {
  cursor: pointer;
  color: #FFF;
  background-color: #FF9900;
  border: 1px solid #FF9900;
}

.yui-calendar td.calcell.calcellhover a {
  color: #FFF;
}

.yui-calendar td.calcell.restricted {
  text-decoration: line-through;
}

.yui-calendar td.calcell.previous {
  color: #CCC;
}

.yui-calendar td.calcell.highlight1 {
  background-color: #CCFF99;
}

.yui-calendar td.calcell.highlight2 {
  background-color: #99CCFF;
}

.yui-calendar td.calcell.highlight3 {
  background-color: #FFCCCC;
}

.yui-calendar td.calcell.highlight4 {
  background-color: #CCFF99;
}

.yui-calendar .calhead {
  border: 1px solid #E0E0E0;
  vertical-align: middle;
  background-color: #FFF;
}

.yui-calendar .calheader {
  position: relative;
  width: 100%;
  text-align: center;
}

.yui-calendar .calheader img {
  border: none;
}

.yui-calendar .calweekdaycell {
  color: #666;
  font-weight: normal;
  text-align: center;
  width: 2.5em;
}

.yui-calendar .calfoot {
  background-color: #EEE;
}

.yui-calendar .calrowhead,
.yui-calendar .calrowfoot {
  color: #666;
  font-size: 9px;
  font-style: italic;
  font-weight: normal;
  width: 15px;
}

.yui-calendar .calrowhead {
  border-right-width: 2px;
}

/* CalendarNavigator */
.yui-calendar a.calnav {
  _position: relative;
  padding-left: 2px;
  padding-right: 2px;
  text-decoration: none;
  color: #000;
}

.yui-calendar a.calnav:hover {
  border: 1px solid #003366;
  background-color: #6699cc;
  background: url(../images/com_rsform/calgrad.png) repeat-x;
  color: #fff;
  cursor: pointer;
}

.yui-calcontainer .yui-cal-nav-mask {
  position: absolute;
  z-index: 2;
  display: none;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  _width: 0;
  /* IE6, IE7 Quirks - width/height set programmatically to match container */
  _height: 0;
  background-color: #000;
  opacity: 0.25;
  *filter: alpha(opacity=25);
}

.yui-calcontainer .yui-cal-nav {
  position: absolute;
  z-index: 3;
  display: none;
  padding: 0;
  top: 1.5em;
  left: 50%;
  width: 12em;
  margin-left: -6em;
  background-color: #F7F9FB;
  font-size: 93%;
}

.yui-calcontainer.withtitle .yui-cal-nav {
  top: 3.5em;
}

.yui-calcontainer .yui-cal-nav-y,
.yui-calcontainer .yui-cal-nav-m,
.yui-calcontainer .yui-cal-nav-b {
  padding: 2px 5px 2px 5px;
}

.yui-calcontainer .yui-cal-nav-b {
  text-align: center;
}

.yui-calcontainer .yui-cal-nav-e {
  margin-top: 2px;
  padding: 2px;
  background-color: #EDF5FF;
  border-top: 1px solid black;
  display: none;
}

.yui-calcontainer .yui-cal-nav label {
  display: block;
  font-weight: bold;
}

.yui-calcontainer .yui-cal-nav-mc {
  width: 100%;
  _width: auto;
  /* IE6 doesn't like width 100% */
}

.yui-calcontainer .yui-cal-nav-y input.yui-invalid {
  background-color: #FFEE69;
  border: 1px solid #000;
}

.yui-calcontainer .yui-cal-nav-yc {
  width: 3em;
}

.yui-calcontainer .yui-cal-nav-b button {
  font-size: 93%;
  text-decoration: none;
  cursor: pointer;
  background-color: #79b2ea;
  border: 1px solid #003366;
  border-top-color: #FFF;
  border-left-color: #FFF;
  margin: 1px;
}

/* Specific changes for calendar running under fonts/reset */
.yui-calendar .calbody a:hover {
  background: inherit;
}

p#clear {
  clear: left;
  padding-top: 10px;
}

/*********** end com_rsform ************* / 



/****** /modules/mod_newscalendar/css/blue-arrows.css   ******/
div.newscalendar {
  max-width: 250px;
  overflow: visible;
}

table.nc-header,
table.nc-body {
  border: none;
  width: 100%;
}

table.nc-header tr,
table.nc-body tr,
table.nc-header td,
table.nc-body td {
  border: none;
}

table.nc-header {
  margin: 5px 0;
}

table.nc-header a {
  background: url(../images/mod_newscalendar/arrows-blue.png) no-repeat 0 100%;
  height: 16px;
  display: block;
  width: 16px;
}

table.nc-header a.back-mth {
  background-position: 0 -32px;
}

table.nc-header a.fwd-mth {
  background-position: 0 -16px;
}

table.nc-header a.fwd-yr {
  background-position: 0 0;
}

table.nc-header .monthname,
table.nc-header .yearname,
table.nc-body .dayname {
  font-weight: bold;
}

.newscalendar span.weekday6 {
  color: #FF3D3D;
}

.newscalendar span.weekday7 {
  color: #FF3D3D;
}

.newscalendar span.outofmonth {
  color: #CCCCCC;
}

.newscalendar span.today {
  font-weight: bold;
}

.newscalendar span.today ul li {
  font-weight: normal;
}

.newscalendar span.nc-day {
  position: relative;
  display: block;
  padding: 3px 2px;
  text-align: center;
}

.newscalendar ul.nc-items {
  background: url(../images/mod_newscalendar/opacity.png) repeat;
  position: absolute;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: 15px !important;
  font-size: 0.8em;
  line-height: 1.1em;
  margin: 0 !important;
  padding: 5px 10px;
  width: 180px;
  list-style: none;
  border: 1px solid #000;
  text-align: left;
  z-index: 100;
  -webkit-box-shadow: 0 0 8px #333;
  box-shadow: 0 0 8px #333;
  border-radius: 5px;
  display: none;
}

.newscalendar .week1 ul.nc-items,
.newscalendar .week2 ul.nc-items {
  top: 15px !important;
  bottom: auto !important;
}

.newscalendar span.weekday1 ul.nc-items {
  left: 0 !important;
}

.newscalendar span.weekday2 ul.nc-items {
  left: -100% !important;
}

.newscalendar span.weekday3 ul.nc-items {
  left: -200% !important;
}

.newscalendar span.weekday4 ul.nc-items {
  left: -250% !important;
}

.newscalendar span.weekday5 ul.nc-items {
  right: -200% !important;
}

.newscalendar span.weekday6 ul.nc-items {
  right: -100% !important;
}

.newscalendar span.weekday7 ul.nc-items {
  right: 0 !important;
}

span.nc-day ul.nc-items li {
  padding: 3px 5px;
}

span.nc-day ul.nc-items li a {
  background: none;
  display: block;
  color: #FFF;
}

span.nc-day ul.nc-items li a:hover {
  color: yellow;
}

span.nc-day:hover ul.nc-items {
  display: block;
}

.newscalendar span.hasitems {
  cursor: pointer;
  background: url(../images/mod_newscalendar/dot.png) no-repeat 50% 100%;
}

.bgimgcall {
  display: none;
}

.nc-body,
.nc-header table {
  border-spacing: 0;
  border-collapse: collapse;
}

/****** end  /modules/mod_newscalendar/css/blue-arrows.css    ******/
.switchery {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  position: relative;
  vertical-align: middle;
  width: 50px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background-clip: content-box;
}

.switchery>small {
  background: #fff;
  border-radius: 100%;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  height: 30px;
  position: absolute;
  top: 0;
  width: 30px;
}

.switchery-small {
  border-radius: 20px;
  height: 20px;
  width: 33px;
}

.switchery-small>small {
  height: 20px;
  width: 20px;
}

.switchery-large {
  border-radius: 40px;
  height: 40px;
  width: 66px;
}

.switchery-large>small {
  height: 40px;
  width: 40px;
}

/* tabs */
form {
  margin: 0;
  padding: 0;
}

dl.tabs {
  float: left;
  margin: 10px 0 -1px 2px;
  z-index: 50;
}

dl.tabs dt {
  float: left;
  padding: 4px 10px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-left: 3px;
  background: #f0f0f0;
  color: #666;
}

dl.tabs dt.open {
  background: #ffffff;
  border-bottom: 1px solid #ffffff;
  z-index: 100;
  color: #000;
}

dl.tabs a {
  text-decoration: none;
  font-weight: normal;
}

dl.tabs a:hover {
  background: transparent !important;
}

div.current {
  clear: both;
  border: 1px solid #ccc;
  padding: 10px 10px;
  background: #ffffff;
}

div.current dd {
  padding: 0;
  margin: 0;
}

.mod-carousel-of-logos {
  padding: 0 45px;
}

.menu-contacts {
  font-family: var(--main-font) !important;
}

.menu-contacts__tel {
  font-family: inherit !important;
  font-size: 22px !important;
  line-height: 26px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  color: #251715 !important;
}

.menu-contacts__tel .img-icons {
  width: 19px;
  height: 19px;
}

.menu-contacts__mail {
  font-family: inherit !important;
  color: #251715 !important;
}

.menu-contacts__address {
  margin-bottom: 10px !important;
  font-family: inherit !important;
  font-weight: normal;
  font-size: 16px;
}

.menu-contacts__show-map {
  color: #251715 !important;
}

.menu-contacts .hr {
  display: block !important;
  margin-left: -17px !important;
  margin-right: -17px !important;
}

.grecaptcha-badge {
  z-index: 100;
}

/* !phocagallery */
.pg-msnr-container .owl-carousel .owl-nav button.owl-prev,
.pg-msnr-container .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  z-index: 100;
  width: 40px;
  height: 60px;
  margin: 0;
  margin-top: -50px;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  font-size: 40px;
  line-height: 1;
  color: #ccc;
}

.pg-msnr-container .owl-carousel .owl-nav button.owl-prev:hover,
.pg-msnr-container .owl-carousel .owl-nav button.owl-next:hover {
  background-color: #251715;
  color: #fff;
}

.pg-msnr-container .owl-carousel .owl-nav button.owl-prev {
  left: 0;
}

.pg-msnr-container .owl-carousel .owl-nav button.owl-next {
  right: 0;
}

body #sbox-window {
  padding: 0 !important;
}

/* phocagallery! */
.container-xl {
  max-width: 1800px;
  width: 100%;
  margin: 0 auto;
}

.container {
  max-width: 1632px;
  width: 100%;
}

.tel {
  white-space: nowrap;
  line-height: 1;
}

.off-menu_203 .sm-btn-203 {
  background-color: var(--color-light);
}

.off-menu_203 dl a,
.off-menu_203 dl div,
.off-menu_203 dl span,
.off-menu_203 dl dt,
.off-menu_203 dl dd {
  font-family: var(--main-font) !important;
}

.site-h2 {
  padding: 0;
  margin: 0 0 0.4em;
  font-size: max(min(78px, 5vw), 38px);
  letter-spacing: -0.038em;
  line-height: 1.1;
  font-weight: bold;
}

.site-h2--white {
  color: #fff;
}

sup {
  position: static;
  top: initial;
}

.bg-beige-gradient {
  background: -o-linear-gradient(top, #f9f7f1 0%, #f3e5d3 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#f9f7f1), to(#f3e5d3));
  background: linear-gradient(180deg, #f9f7f1 0%, #f3e5d3 100%);
}

.bg-beige {
  background-color: #f4e6d4;
}

body.main section.main {
  background-color: #f4e6d4;
}

.breadcrumb {
  padding: 0;
  background: transparent;
}

ul.breadcrumb>li:nth-child(2)::before {
  display: none;
}

ul.breadcrumb .divider {
  display: none;
}

ul.breadcrumb>li {
  opacity: 1;
}

ul.breadcrumb>li>span,
ul.breadcrumb>li>a {
  font-size: max(min(20px, 1.8vw), 14px);
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: var(--color-dark);
  opacity: 0.4;
}

ul.breadcrumb>li.active span,
ul.breadcrumb>li.active a {
  opacity: 1;
}

/*---default styles---*/
.btn {
  font-size: max(min(20px, 1.8vw), 15px);
  line-height: 1;
  padding: 0.7em 1em 0.6em;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.22s ease;
  -o-transition: 0.22s ease;
  transition: 0.22s ease;
}

.btn:hover,
.btn:active,
.btn:focus {
  -webkit-transition: 0.22s ease-in-out;
  -o-transition: 0.22s ease-in-out;
  transition: 0.22s ease-in-out;
}

.btn-transparent {
  color: var(--color-dark);
  border: 1px solid var(--color-dark);
  background-color: transparent;
}

.btn-transparent:hover,
.btn-transparent:active,
.btn-transparent:focus {
  color: var(--color-main-bg);
  background-color: var(--color-dark);
}

.btn-transparent-white {
  color: var(--color-light);
  border: 1px solid var(--color-light);
  background: transparent;
}

.btn-transparent-white:hover,
.btn-transparent-white:active,
.btn-transparent-white:focus {
  color: var(--color-main-bg);
  background-color: var(--color-dark);
  border-color: var(--color-dark);
}

.btn-transparent-black {
  color: var(--color-dark);
  border: 1px solid var(--color-dark);
  background: transparent;
}

.btn-transparent-black:hover,
.btn-transparent-black:active,
.btn-transparent-black:focus {
  color: var(--color-main-bg);
  background-color: var(--color-dark);
  border-color: var(--color-dark);
}

.btn-yellow {
  color: var(--color-dark);
  background-color: var(--color-yellow);
  border: 1px solid var(--color-yellow);
}

.btn-yellow:hover,
.btn-yellow:active,
.btn-yellow:focus {
  color: var(--color-dark);
  background-color: var(--color-peach);
  border-color: var(--color-peach);
  -webkit-box-shadow: 0px 10px 15px var(--color-peach-light);
  box-shadow: 0px 10px 15px var(--color-peach-light);
}

.btn-brown {
  color: var(--color-main-bg);
  background-color: var(--color-brown);
  border: 1px solid var(--color-brown);
}

.btn-brown:hover,
.btn-brown:active,
.btn-brown:focus {
  color: var(--color-main-bg);
  background-color: var(--color-brown-hover);
  border-color: var(--color-brown-hover);
  -webkit-box-shadow: 0px 10px 15px var(--color-brown-light);
  box-shadow: 0px 10px 15px var(--color-brown-light);
}

.ico-booking::before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  min-width: 21px;
  margin-right: 12px;
  background: url("/images/icons/key.png") no-repeat center;
}

body.main .header:not(.fixed) {
  background: transparent;
  --color-text: var(--color-light);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

body.main .header:not(.fixed) .light-img {
  display: inline-block;
}

body.main .header:not(.fixed) .dark-img {
  display: none;
}

body.main .header.fixed svg path,
body.main .header.fixed svg .st0,
body.main .header.fixed svg {
  fill: var(--color-dark);
}

body.no_main .header svg path,
body.no_main .header svg .st0,
body.no_main .header svg {
  fill: var(--color-dark);
}

.header__socials img {
  opacity: 0;
  max-width: 24px;
}

.header__socials svg {
  width: 24px;
  height: auto;
}

body.main .header+section {
  margin-top: 0 !important;
}

.header {
  min-height: 93px;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: var(--color-main-bg);
  --color-text: var(--color-dark);
  -webkit-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  transition: 0.15s linear;
}

.header__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding-right: 25px;
}

.header__socials a .ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .light-img {
  display: none;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__logo {
  max-width: 185px;
  padding-right: 25px;
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 33%;
  -ms-flex: 33%;
  flex: 33%;
}

.header__logo img {
  opacity: 0;
}

.header__logo img,
.header__logo svg {
  max-width: 155px;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  min-height: 1px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 33%;
  -ms-flex: 33%;
  flex: 33%;
}

.header__menu .menu_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header__menu .menu_main::after,
.header__menu .menu_main::before {
  display: none;
}

.header__menu .mod-nav-main {
  width: 100%;
  height: 100%;
}

.header__menu .mod-nav-main .navbar-collapse {
  padding: 0;
}

.header__menu .mod-nav-main .navbar-brand {
  color: #faf9d9;
}

.header__menu ul {
  z-index: 10;
  margin: 0;
  padding-left: 0;
}

.header__menu li,
.header__menu li.deeper {
  margin: 0 1.5625vw 0 0;
  position: relative;
}

.header__menu li a,
.header__menu li span.separator,
.header__menu li.deeper a,
.header__menu li.deeper span.separator {
  display: block;
  padding: 3px 0;
  margin: 2px 0;
  font-size: max(min(20px, 1.35vw), 15px);
  letter-spacing: 0px;
  line-height: 1.1;
  color: var(--color-text);
  background: transparent;
}

.header__menu li a::after,
.header__menu li span.separator::after,
.header__menu li.deeper a::after,
.header__menu li.deeper span.separator::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--color-text);
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 0.22s ease;
  -o-transition: 0.22s ease;
  transition: 0.22s ease;
}

.header__menu li a:hover,
.header__menu li a:active,
.header__menu li a:focus,
.header__menu li span.separator:hover,
.header__menu li span.separator:active,
.header__menu li span.separator:focus,
.header__menu li.deeper a:hover,
.header__menu li.deeper a:active,
.header__menu li.deeper a:focus,
.header__menu li.deeper span.separator:hover,
.header__menu li.deeper span.separator:active,
.header__menu li.deeper span.separator:focus {
  background: transparent;
}

.header__menu li a:hover::after,
.header__menu li a:active::after,
.header__menu li a:focus::after,
.header__menu li span.separator:hover::after,
.header__menu li span.separator:active::after,
.header__menu li span.separator:focus::after,
.header__menu li.deeper a:hover::after,
.header__menu li.deeper a:active::after,
.header__menu li.deeper a:focus::after,
.header__menu li.deeper span.separator:hover::after,
.header__menu li.deeper span.separator:active::after,
.header__menu li.deeper span.separator:focus::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.header__menu li.active>a::after,
.header__menu li.deeper.active>a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.header__menu li.deeper:before,
.header__menu li.deeper.active:before {
  background-size: cover;
  content: "\f054";
  font: normal normal normal 14px/1 FontAwesome;
  display: block;
  height: 15px;
  margin: -7.5px 0 0 0;
  position: absolute;
  right: 5px;
  top: 22px;
  width: 15px;
  color: #150d0c;
}

.header__menu li.deeper a,
.header__menu li.deeper span.separator,
.header__menu li.deeper.active a,
.header__menu li.deeper.active span.separator {
  padding-right: 25px;
}

.header__menu li.deeper:hover:before,
.header__menu li.deeper.active:hover:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.header__menu li.deeper ul,
.header__menu li.deeper.active ul {
  position: absolute;
  top: 100%;
  display: none;
  width: 250px;
}

.header__menu li.deeper ul li,
.header__menu li.deeper ul li.deeper,
.header__menu li.deeper.active ul li,
.header__menu li.deeper.active ul li.deeper {
  list-style: none;
  border-left: 0;
}

.header__menu li.deeper ul li a,
.header__menu li.deeper ul li span.separator,
.header__menu li.deeper ul li.deeper a,
.header__menu li.deeper ul li.deeper span.separator,
.header__menu li.deeper.active ul li a,
.header__menu li.deeper.active ul li span.separator,
.header__menu li.deeper.active ul li.deeper a,
.header__menu li.deeper.active ul li.deeper span.separator {
  padding-right: 30px;
  background: #040303;
  color: #fff;
}

.header__menu li.deeper ul li a:hover,
.header__menu li.deeper ul li span.separator:hover,
.header__menu li.deeper ul li.deeper a:hover,
.header__menu li.deeper ul li.deeper span.separator:hover,
.header__menu li.deeper.active ul li a:hover,
.header__menu li.deeper.active ul li span.separator:hover,
.header__menu li.deeper.active ul li.deeper a:hover,
.header__menu li.deeper.active ul li.deeper span.separator:hover {
  background: black;
  color: #fff;
}

.header__menu li.deeper ul li:hover ul,
.header__menu li.deeper ul li.deeper:hover ul,
.header__menu li.deeper.active ul li:hover ul,
.header__menu li.deeper.active ul li.deeper:hover ul {
  display: block;
}

.header__menu li.deeper ul li ul,
.header__menu li.deeper ul li.deeper ul,
.header__menu li.deeper.active ul li ul,
.header__menu li.deeper.active ul li.deeper ul {
  top: 0px;
  right: -250px;
  display: none;
}

.header__menu ul.nav li:hover>.nav-child {
  display: block;
}

.header__contacts {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 33%;
  -ms-flex: 33%;
  flex: 33%;
}

.header__contacts-subflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__phone {
  font-size: max(min(22px, 1.45vw), 18px);
  letter-spacing: 0;
  color: var(--color-text);
  margin-right: 1.8vw;
  position: relative;
}

.header__phone img,
.header__phone svg {
  display: none;
}

.header__phone::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--color-text);
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 0.22s ease;
  -o-transition: 0.22s ease;
  transition: 0.22s ease;
}

.header__phone:hover,
.header__phone:active,
.header__phone:focus {
  text-decoration: none;
  color: var(--color-text);
}

.header__phone:hover::after,
.header__phone:active::after,
.header__phone:focus::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.header__vk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1;
  color: var(--color-text);
  margin-right: 2.08vw;
}

.header__vk:hover,
.header__vk:active,
.header__vk:focus {
  color: var(--color-text);
}

.header__vk .ico {
  line-height: 1.2;
}

.header__vk .title {
  margin-left: 5px;
}

.header__conlutation {
  margin-right: 20px;
  padding-left: 1.3em;
  padding-right: 1.3em;
  color: var(--color-text);
  border-color: var(--color-text);
}

.header__booking {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.header .sm-btn-203 .menu-icon3 span {
  background: var(--color-text);
}

.main-banner .form-booking__content {
  background: transparent;
  color: var(--color-light);
  padding-left: 0;
  padding-right: 0;
  margin-top: auto;
}

.main-banner .form-booking__contact-title,
.main-banner .form-booking__phone,
.main-banner .form-booking__title {
  color: var(--color-light);
}

.main-banner .form-booking__widget svg,
.main-banner .form-booking__widget .BookingSearchForm_button button,
.main-banner .form-booking__widget .GuestsSelectControl_control svg,
.main-banner .form-booking__widget .DatesPeriodControl_datePickerWrapper .DatesPeriodControl_placeholder,
.main-banner .form-booking__widget .GuestsSelectControl_control label input {
  color: var(--color-light) !important;
}

.main-banner {
  display: flex;
  flex-direction: column;
  background: var(--color-dark) url("/images/theme/main-banner-bg2.jpg") no-repeat center/cover;
  background: var(--color-dark);
  position: relative;
  overflow: hidden;
  padding-top: 134px;
  padding-bottom: 100px;
  min-height: 100vh;
  margin-bottom: 60px;
}

.main-banner::after {
  content: "";
  display: block;
  width: 100%;
  height: 148px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.7019607843) 0%, rgba(0, 0, 0, 0.7006638418) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7019607843)), color-stop(0%, rgba(0, 0, 0, 0.7006638418)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7019607843) 0%, rgba(0, 0, 0, 0.7006638418) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: 0;
}

.main-banner__video-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
}

.main-banner__container {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  flex-grow: 1;
}

.main-banner__container .container-xl {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.main-banner__container .form-booking {
  margin-top: auto;
}

.main-banner__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 50px;
}

.main-banner__logos-main {
  padding: 0 60px;
}

.main-banner__logos-main svg,
.main-banner__logos-main img {
  max-width: 400px;
  width: 100%;
}

.main-banner__logos-smoll svg,
.main-banner__logos-smoll img {
  max-width: 35px;
  height: auto;
}

.main-banner__logos-smoll {
  max-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  gap: 25px;
  padding-top: 90px;
}

.main-banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.main-banner__info {
  padding-right: 35px;
  color: var(--color-light);
}

.main-banner__info .btn {
  display: inline-block;
}

.main-banner__title {
  font-size: max(min(72px, 4vw), 32px);
  letter-spacing: -0.038em;
  line-height: 1;
  color: var(--color-light);
  font-weight: bold;
  padding: 0;
  margin: 0 0 0.45em;
}

.main-banner__desc {
  font-size: max(min(26px, 1.8vw), 16px);
  letter-spacing: -0.038em;
  line-height: 1.1;
}

.main-banner .banner {
  width: 100%;
  max-width: 500px;
}

.banner {
  /* background: #71311a url("/images/theme/ab.png") repeat-x top 13px center; */
  /* background: rgba(113, 49, 26, 0.75) url("/images/theme/ab.png") repeat-x top 13px center; */
  border-radius: 16px;
  padding: 32px 34px 24px;
  color: var(--color-light);
}

.banner__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 42px;
}

.banner__header-title {
  font-size: max(min(32px, 2.6vw), 22px);
  letter-spacing: -0.03125em;
  line-height: 1;
  color: var(--color-light);
  font-weight: 700;
  font-style: italic;
  font-family: var(--second-font);
  padding: 0;
  margin: 0;
}

.banner__header-ico {
  padding-left: 15px;
}

.banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.banner__content-date {
  font-size: 18px;
  font-size: max(min(18px, 1.8vw), 15px);
  letter-spacing: -0.055em;
  line-height: 1.1;
  color: #ffe5d1;
  margin-bottom: 12px;
}

.banner__content-title {
  font-size: 34px;
  font-size: max(min(34px, 2.7vw), 23px);
  letter-spacing: -0.029em;
  line-height: 28px;
  color: var(--color-light);
  padding: 0;
  margin: 0 0 30px;
}

.banner__content-btn .btn {
  font-size: 16px;
  max-width: 160px;
  min-height: 42px;
  color: var(--color-main-bg);
  background-color: var(--color-dark);
  border-color: var(--color-dark);
}

.banner__content-img img {
  border-radius: 16px;
}

.eshop-product-guest-houses {
  margin-bottom: 60px;
}

.prod-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.eshop-products__item {
  border: 1px solid rgba(69, 47, 43, 0.5);
  border-radius: 16px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
}

.eshop-products__item:hover {
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
  border: 1px solid rgba(69, 47, 43, 1);
}

.eshop-products__image {
  margin-bottom: 35px;
}

.eshop-products__image img {
  width: 100%;
  max-width: 100%;
  border-radius: 16px;
}

.eshop-products__inner {
  padding: 0 30px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.eshop-products__over-title {
  font-size: 26px;
  font-size: max(min(26px, 2vw), 18px);
  letter-spacing: -0.038em;
  line-height: 1.2;
  font-weight: 700;
  font-style: italic;
  font-family: var(--second-font);
  margin-bottom: 20px;
}

.eshop-products__title {
  font-size: max(min(44px, 3vw), 28px);
  letter-spacing: -0.068em;
  line-height: 1;
  font-weight: bold;
  padding: 0;
  margin: 0 0 0.72em;
}

.eshop-products__title a {
  text-decoration: none;
  color: inherit;
}

.eshop-products__title a:hover,
.eshop-products__title a:focus {
  color: inherit;
}

.eshop-products__bottom {
  margin-top: auto;
}

.eshop-products__bottom .eshop-buttons {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.eshop-products__bottom .eshop-buttons a {
  white-space: normal;
  min-height: 48px;
  height: auto;
}

.eshop-products__bottom .eshop-buttons a:nth-child(1) {
  -webkit-box-flex: 35%;
  -ms-flex: 35%;
  flex: 35%;
  display: none;
}

.eshop-products__bottom .eshop-buttons a:nth-child(2) {
  -webkit-box-flex: 65%;
  -ms-flex: 65%;
  flex: 65%;
}

.product-oprions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 455px;
  margin-bottom: 30px;
  gap: 12px;
}

.product-oprions__item {
  -webkit-box-flex: calc(50% - 24px);
  -ms-flex: calc(50% - 24px);
  flex: calc(50% - 24px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.product-oprions__item span:first-child {
  font-size: 11px;
  letter-spacing: 0px;
  line-height: 1;
  text-transform: uppercase;
  margin-right: 5px;
  padding-bottom: 2px;
}

.product-oprions__item span:last-child {
  font-size: max(min(24px, 2.2vw), 18px);
  letter-spacing: 0px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-price__title {
  font-size: max(min(20px, 1.8vw), 16px);
  letter-spacing: 0;
  line-height: 1;
  font-weight: 700;
  font-style: italic;
  font-family: var(--second-font);
  margin-right: 23px;
  padding-top: 10px;
  padding-bottom: 2px;
}

.product-price__cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: max(min(32px, 2.4vw), 24px);
  letter-spacing: -1px;
  line-height: 1;
  padding-top: 10px;
}

.product-price__cost .symbol {
  font-size: 16px;
  font-size: max(min(16px, 1.8vw), 14px);
  letter-spacing: 0;
  line-height: 1;
  margin-left: 6px;
  padding-bottom: 2px;
}

.leisure {
  margin-bottom: 100px;
}

.leisure__carousel-img {
  margin-bottom: 10px;
}

.leisure__carousel-img img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}

.leisure__carousel-title {
  font-size: max(min(34px, 2.8vw), 22px);
  letter-spacing: -0.029em;
  line-height: 1;
  font-weight: 700;
  font-style: italic;
  font-family: var(--second-font);
  padding-bottom: 5px;
}

.owl-carousel.carousel {
  position: relative;
}

.owl-carousel.carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 96vw;
}

.owl-carousel.carousel .owl-nav.disabled {
  display: none;
}

.owl-carousel.carousel .owl-nav button.owl-prev,
.owl-carousel.carousel .owl-nav button.owl-next {
  background: url("/images/icons/arrright.png") no-repeat center;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  border: 1px solid #4d3532;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  z-index: 5;
}

.owl-carousel.carousel .owl-nav button.owl-prev:hover,
.owl-carousel.carousel .owl-nav button.owl-prev:active,
.owl-carousel.carousel .owl-nav button.owl-prev:focus,
.owl-carousel.carousel .owl-nav button.owl-next:hover,
.owl-carousel.carousel .owl-nav button.owl-next:active,
.owl-carousel.carousel .owl-nav button.owl-next:focus {
  background-color: var(--color-yellow);
  border-color: var(--color-yellow);
}

.owl-carousel.carousel .owl-nav button.owl-prev span,
.owl-carousel.carousel .owl-nav button.owl-next span {
  display: none;
}

.owl-carousel.carousel .owl-nav button.owl-prev {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.owl-carousel.carousel .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
}

.owl-carousel.carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel.carousel .owl-dots button.owl-dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 2px solid transparent;
  margin: 4px;
  -webkit-transition: 0.22s ease;
  -o-transition: 0.22s ease;
  transition: 0.22s ease;
}

.owl-carousel.carousel .owl-dots button.owl-dot.active {
  border-color: var(--color-dark);
}

.owl-carousel.carousel .owl-dots button.owl-dot span {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--color-dark);
}

.block-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 100px;
}

.block-header__left {
  max-width: 592px;
  max-width: 36%;
  margin-right: 30px;
}

.block-header__title {
  margin-bottom: 25px;
}

.block-header__desc {
  font-size: max(min(19px, 1.8vw), 16px);
  letter-spacing: -0.052em;
  line-height: 1.1;
  text-align: left;
  margin: 0;
}

.block-header__right {
  max-width: 50%;
  width: 100%;
  font-size: max(min(48px, 3vw), 28px);
  letter-spacing: -0.021em;
  line-height: 1;
  font-weight: 700;
  font-style: italic;
  font-family: var(--second-font);
  padding-bottom: 10px;
}

.excursions {
  padding-top: 200px;
}

.excursions-carousel {
  padding-bottom: 180px;
}
.junewsultra-slider{
  padding-bottom: 35px;
}
.junewsultra-slider .owl-stage-outer {
  z-index: 2;
}

.junewsultra-slider .jn-left {
  margin-bottom: 20px;
}

.junewsultra-slider .jn-left img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}

.junewsultra-slider .jn-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.junewsultra-slider .jn-right h4,
.junewsultra-slider .jn-right .modul_h4 {
  padding: 0 15px 0 0;
  margin: 0 0 25px;
  font-size: 42px;
  font-size: max(min(42px, 3.4vw), 24px);
  letter-spacing: -1px;
  line-height: 1;
  font-weight: 700;
  font-style: italic;
  font-family: var(--second-font);
  max-width: 395px;
}

.junewsultra-slider .jn-right h4 a,
.junewsultra-slider .jn-right .modul_h4 a {
  color: inherit;
  text-decoration: none;
}

.junewsultra-slider .jn-right h4 a:hover,
.junewsultra-slider .jn-right .modul_h4 a:hover,
.junewsultra-slider .jn-right h4 a:active,
.junewsultra-slider .jn-right .modul_h4 a:active,
.junewsultra-slider .jn-right h4 a:focus,
.junewsultra-slider .jn-right .modul_h4 a:focus {
  color: inherit;
  text-decoration: none;
}

.junewsultra-slider .jn-button {
  max-width: 233px;
  width: 100%;
}

.junewsultra-slider .jn-button .btn {
  width: auto;
  max-width: 170px;
}

.bot-banner {
  background: var(--color-brown) url("/images/theme/I3FkjI2C3Xw (1).jpg") no-repeat top left/cover;
}

.bot-banner__container {
  padding: 90px 0 55px;
  min-height: 750px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bot-banner__header {
  max-width: 990px;
  margin-bottom: 50px;
}

.bot-banner__header .btn {
  max-width: 172px;
}

.bot-banner__title {
  font-weight: normal;
  line-height: 0.9;
}

.bot-banner__title span {
  font-family: var(--second-font);
  font-style: italic;
  font-size: 90%;
}

.bot-banner .banner {
  max-width: 420px;
  margin-left: auto;
}

.main-gallary {
  padding: 120px 0 60px;
}

.main-gallary__grid .osgalery-cat-tabs {
  display: none;
}

.main-gallary__grid .img-block {
  position: relative;
}

[class^=os-gallery-tabs-main] .os-cat-tab-images .img-block {
  background: #71311a;
  border-radius: 16px;
}

.main-gallary__grid .img-block>a {
  opacity: .8;
}

.main-gallary__grid .img-block>a::after {
  content: "";
  display: block;
  width: 114px;
  height: 114px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  background: var(--color-yellow) url("/images/icons/lp.png") no-repeat center;
  opacity: 0;
  -webkit-transition: 0.24s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: 0.24s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.24s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.main-gallary__grid .img-block>a:hover {
  opacity: 1;
}

.main-gallary__grid .img-block>a:hover::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.main-gallary__grid .img-block img {
  border-radius: 16px;
}

.page-services-gallary .img-block {
  position: relative;
}

.page-services-gallary .img-block>a {
  opacity: .8;
}

.page-services-gallary .img-block>a::after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  background: var(--color-yellow) url("/images/icons/lp.png") no-repeat center;
  opacity: 0;
  -webkit-transition: 0.24s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: 0.24s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.24s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.page-services-gallary .img-block>a:hover {
  opacity: 1;
}

.page-services-gallary .img-block>a:hover::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.prefooter {
  text-align: center;
  max-width: 1029px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.prefooter__title {
  font-size: max(min(42px, 3.4vw), 28px);
  letter-spacing: -0.047em;
  line-height: 1;
  margin-bottom: 25px;
}

.prefooter__title span {
  font-family: var(--second-font);
  font-weight: 600;
  font-size: 90%;
}

.prefooter__vk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
  font-size: max(min(22px, 1.8vw), 17px);
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 1;
  text-transform: 1;
  font-weight: bold;
}

.prefooter__vk .ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
}

.prefooter .btn {
  max-width: 280px;
  margin: 0 auto;
}


.form-booking {
  position: relative;
  z-index: 5;
}

.form-booking__content {
  padding: 42px max(4.375vw, 20px);
  border-radius: 16px;
  background-color: var(--color-yellow);
}

.form-booking__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 45px;
}

.form-booking__title {
  font-size: 38px;
  font-size: max(min(38px, 3vw), 28px);
  letter-spacing: -0.052em;
  line-height: 1.1;
  color: var(--color-dark);
  font-weight: bold;
  padding: 0 25px 0 0;
  margin: 0;
}

.form-booking__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-booking__contact-title {
  font-size: 16px;
  font-size: max(min(16px, 1.8vw), 14px);
  letter-spacing: 0;
  line-height: 1;
  text-align: right;
  margin-right: 30px;
}

.form-booking__phone {
  font-size: max(min(24px, 2.4vw), 18px);
  letter-spacing: 0px;
  line-height: 1;
  text-align: right;
  text-decoration: none;
}

.form-booking__widget .BookingSearchForm_control {
  padding: 0 !important;
}

.item-page-services__image {
  margin-bottom: 70px;
}

.item-page-services__image .item-image {
  float: none !important;
}

.form-booking__widget .GuestsSelectControl_control label input {
  border: none;
}

.form-booking__widget .GuestsSelectControl_control label {
  border-radius: 27px !important;
  background: transparent !important;
  border-color: #dab938 !important;
}

.form-booking__widget .DatesPeriodControl_datePickerWrapper .DatesPeriodControl_placeholder {
  color: #000 !important;
  left: 15px;
  margin-top: -2px !important;
}

.form-booking__widget .DatesPeriodControl_datePickerWrapper label>span {
  border-radius: 27px !important;
  background: transparent !important;
  border-color: #dab938 !important;

}

.form-booking__widget .GuestsSelectControl_control svg {
  color: #000 !important;
}

.form-booking__widget .BookingSearchForm_button button {
  border-radius: 27px !important;
  background-color: #000 !important;
  color: var(--color-yellow) !important;
  border-color: #000 !important;
  -webkit-transition: .22s ease !important;
  -o-transition: .22s ease !important;
  transition: .22s ease !important;
}

.form-booking__widget .BookingSearchForm_button button:hover,
.form-booking__widget .BookingSearchForm_button button:focus {
  background-color: var(--color-peach) !important;
  border-color: var(--color-peach) !important;
  color: #000 !important;
  -webkit-transition: .22s ease !important;
  -o-transition: .22s ease !important;
  transition: .22s ease !important;
}

.main-banner__container .react-ui-12sjgkn {
  color: var(--color-light) !important;
}

.GuestsSelectControl_tooltip span>input {
  color: var(--color-dark) !important;
  padding: 0 !important;
  border: none !important;
}

.main-banner__container .form-booking__widget .BookingSearchForm_button button,
.main-banner__container .form-booking__widget .BookingSearchForm_button button {
  background-color: var(--color-peach) !important;
  border-color: var(--color-peach) !important;
  color: #000 !important;
  -webkit-transition: .22s ease !important;
  -o-transition: .22s ease !important;
  transition: .22s ease !important;
}

.item-page-services__image img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
  max-height: 720px;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.item-page-services__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: max(min(20px, 1.8vw), 15px);
  line-height: 1.3;
}

.item-page-services__content h2,
.item-page-services__content h3,
.item-page-services__content .modul_h3,
.item-page-services__content div.moduletablejunews_mod div.junews_h,
div.moduletablejunews_mod .item-page-services__content div.junews_h,
.item-page-services__content .eshopheader {
  font-size: max(min(44px, 3.2vw), 28px);
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.06em;
  margin-bottom: 0.8em;
}

.item-page-services__content p {
  font-size: max(min(20px, 1.8vw), 15px);
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: -0.03em;
  margin-bottom: 1.7em;
  text-align: left;
}

.item-page-services__desc {
  max-width: 58%;
  padding-right: 30px;
}

.item-page-services__info {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.item-page-services__info .btn {
  margin-bottom: 40px;
}

.item-page-services__cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.item-page-services__cost-title {
  font-size: max(min(26px, 2vw), 22px);
  line-height: 1;
  font-weight: 700;
  font-style: italic;
  letter-spacing: -0.02em;
  font-family: var(--second-font);
  margin-right: 15px;
  padding-bottom: 4px;
}

.item-page-services__cost-value {
  font-size: 36px;
  font-size: max(min(36px, 2.8vw), 30px);
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.item-page-services__cost-value .currency {
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.page-services-gallary {
  padding-top: 60px;
}

.page-services-gallary .osgalery-cat-tabs {
  display: none;
}

.page-services-gallary img {
  border-radius: 16px;
}

.page-header {
  margin: 0;
}

h1 {
  font-size: max(min(86px, 5vw), 32px);
  line-height: 0.9;
  font-weight: 700;
  letter-spacing: -0.04em;
  padding: 0;
  margin: 40px 0 35px;
  padding: 0;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.blog-item {
  border: 1px solid rgba(69, 47, 43, 0.3);
  padding: 6px;
  border-radius: 16px;
  position: relative;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.blog-item:hover {
  border-color: rgb(69, 47, 43);
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.blog-item__image {
  margin-bottom: 25px;
}

.blog-item__image img {
  max-width: 100%;
  height: 236px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 12px;
  width: 100%;
}

.blog-item__image .pull-left {
  float: none !important;
}

.blog-item a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.blog-item__inner {
  padding: 0 18px 45px;
}

.blog-item__title {
  padding: 0;
  margin: 0 0 20px;
  font-size: max(min(34px, 2.5vw), 22px);
  letter-spacing: -0.029em;
  line-height: 1;
}

.blog-item__desc {
  margin: 0;
  text-align: left;
  font-size: max(min(20px, 1.8vw), 16px);
  letter-spacing: -0.05em;
  line-height: 1;
  color: #969490;
  z-index: 1;
  position: relative;
}

.blog-item__time-events {
  font-size: max(min(18px, 1.6vw), 16px);
  letter-spacing: -0.055em;
  line-height: 1.1;
  margin-bottom: 20px;
}

.item-page-events__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item-page-events__image {
  -webkit-box-flex: 55%;
  -ms-flex: 55%;
  flex: 55%;
}

.item-page-events__image .pull-left {
  float: none !important;
}

.item-page-events__image .item-image img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 16px;
  max-height: 602px;
  width: 100%;
}

.item-page-events__info {
  -webkit-box-flex: 45%;
  -ms-flex: 45%;
  flex: 45%;
  padding: 88px 6.35vw 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.item-page-events__info .btn {
  max-width: 294px;
  width: 100%;
  margin-bottom: 30px;
}

.item-page-events__time-events {
  font-size: max(min(48px, 3.2vw), 25px);
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.04em;
  margin-bottom: 25px;
}

.item-page-events__cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.item-page-events__cost-title {
  font-size: max(min(26px, 2vw), 22px);
  line-height: 1;
  font-weight: 700;
  font-style: italic;
  letter-spacing: -0.02em;
  font-family: var(--second-font);
  margin-right: 15px;
  padding-bottom: 4px;
}

.item-page-events__cost-value {
  font-size: 36px;
  font-size: max(min(36px, 2.8vw), 30px);
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.item-page-events__cost-value .currency {
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.item-page-events__desc {
  max-width: 900px;
  margin-top: 80px;
}

.item-page-events__desc h2,
.item-page-events__desc h3,
.item-page-events__desc .modul_h3,
.item-page-events__desc div.moduletablejunews_mod div.junews_h,
div.moduletablejunews_mod .item-page-events__desc div.junews_h,
.item-page-events__desc .eshopheader {
  font-size: max(min(44px, 3.2vw), 28px);
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.06em;
  margin-bottom: 0.8em;
}

.item-page-events__desc p {
  font-size: max(min(20px, 1.8vw), 15px);
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: -0.03em;
  margin-bottom: 1.2em;
  text-align: left;
}

body.guest-houses-page h2 {
  padding: 0;
  margin: 0 0 0.4em;
  font-size: max(min(78px, 5vw), 38px);
  letter-spacing: -0.038em;
  line-height: 1.1;
  font-weight: bold;
}

.product-page {
  padding-top: 20px;
}

.product-page h1 {
  padding: 0;
  margin: 0 0 .4em;
}

.product-page__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}

.product-page__info {
  -webkit-box-flex: calc(48% - 2vw);
  -ms-flex: calc(48% - 2vw);
  flex: calc(48% - 2vw);
  padding-right: 2vw;
  overflow: hidden;
}

.product-page__info-dop {
  -webkit-box-flex: 25%;
  -ms-flex: 25%;
  flex: 25%;
  overflow: hidden;
}

.product-page__images img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}

.product-page .product-oprions {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
}

.product-page .product-oprions__item {
  margin-bottom: 25px;
}

.product-page .product-price {
  margin-bottom: 45px;
}

.product-page__btn .btn {
  max-width: 305px;
}

.product-page .image-main-sldier .owl-nav,
.product-page .image-main-sldier .owl-dots {
  display: none;
}

.product-page .img-thumbnail {
  background: transparent;
  border: none;
}

.product-page h4,
.product-page .modul_h4 {
  font-size: max(min(32px, 2.8vw), 24px);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.06em;
  margin-bottom: 1.2em;
}

.product-page h2,
.product-page h3,
.product-page .modul_h3,
.product-page div.moduletablejunews_mod div.junews_h,
div.moduletablejunews_mod .product-page div.junews_h,
.product-page .eshopheader {
  font-size: max(min(44px, 3.2vw), 28px);
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.06em;
  margin-bottom: 0.8em;
}

.product-page li,
.product-page p {
  font-size: max(min(20px, 1.8vw), 15px);
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: -0.03em;
  margin-bottom: 1.2em;
  text-align: left;
}

.product-page__container-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-page__first-desc {
  -webkit-box-flex: calc(25% - 1.5vw);
  -ms-flex: calc(25% - 1.5vw);
  flex: calc(25% - 1.5vw);
  padding-right: 1.5vw;
}

.product-page__main-desc {
  -webkit-box-flex: 52%;
  -ms-flex: 52%;
  flex: 52%;
  padding-right: 3.5vw;
}

body.guest-houses-page .form-booking-wrapper {
  padding-top: 80px;
  padding-bottom: 40px;
}

body.guest-houses-page .eshop-product-guest-houses.px {
  padding-left: 0;
  padding-right: 0;
}

.fixed-cart {
  position: fixed;
  z-index: 100;
  top: 230px;
  right: 0;
  width: 70px;
}

.fixed-cart .eshop-items {
  height: 45px;
}

.fixed-cart .eshop-items h4,
.fixed-cart .eshop-items .modul_h4 {
  display: none;
}

.fixed-cart .eshop-items a {
  position: relative;
  display: block;
  width: 70px;
  height: 100%;
  margin-left: 10px;
  background-color: #ffa36b;
  background-repeat: no-repeat;
  background-image: url(/images/icons/g_bask.svg);
  background-size: 24px;
  background-position: 20px 50%;
  border-radius: 30px 0 0 30px;
}

.fixed-cart .eshop-items a:hover {
  margin-left: 0;
  text-decoration: none;
}

.fixed-cart #eshop-cart-total {
  position: absolute;
  top: 6px;
  left: 40px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  background-color: #fb5504;
  font-size: 12px;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  vertical-align: middle;
}

/**
* EShop */
/* Подкатегории Каталога */
.eshop-categories-list img {
  max-width: 100%;
  height: auto;
}

.eshop-categories-list .eshop-category-wrap {
  margin-bottom: 20px;
}

/* Карточки каталога */
.products-list-container .ajax-block-product,
.products-list-container .eshop_product,
.eshop-product .ajax-block-product,
.eshop-product .eshop_product {
  margin-bottom: 30px;
}

.products-list-container .ajax-block-product p,
.products-list-container .eshop_product p,
.eshop-product .ajax-block-product p,
.eshop-product .eshop_product p {
  text-align: left;
}

.products-list-container .ajax-block-product img,
.products-list-container .eshop_product img,
.eshop-product .ajax-block-product img,
.eshop-product .eshop_product img {
  max-width: 100%;
}

.products-list-container .ajax-block-product__inner,
.products-list-container .eshop_product__inner,
.eshop-product .ajax-block-product__inner,
.eshop-product .eshop_product__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  position: relative;
  padding: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.products-list-container .ajax-block-product__inner::before,
.products-list-container .ajax-block-product__inner::after,
.products-list-container .eshop_product__inner::before,
.products-list-container .eshop_product__inner::after,
.eshop-product .ajax-block-product__inner::before,
.eshop-product .ajax-block-product__inner::after,
.eshop-product .eshop_product__inner::before,
.eshop-product .eshop_product__inner::after {
  content: "";
  display: table;
  clear: both;
}

.products-list-container .ajax-block-product__inner:hover,
.products-list-container .eshop_product__inner:hover,
.eshop-product .ajax-block-product__inner:hover,
.eshop-product .eshop_product__inner:hover {
  border-color: #000;
}

.products-list-container .ajax-block-product .eshop-product-bottom,
.products-list-container .eshop_product .eshop-product-bottom,
.eshop-product .ajax-block-product .eshop-product-bottom,
.eshop-product .eshop_product .eshop-product-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.products-list-container .ajax-block-product .eshop-buttons,
.products-list-container .eshop_product .eshop-buttons,
.eshop-product .ajax-block-product .eshop-buttons,
.eshop-product .eshop_product .eshop-buttons {
  margin-top: auto;
}

.products-list-container .eshop-info-block,
.eshop-product .eshop-info-block {
  height: 200px;
  padding-left: 0;
  padding-right: 0;
  color: #999999;
  text-align: left;
}

.products-list-container .eshop-info-block h5 a,
.eshop-product .eshop-info-block h5 a {
  font-size: 22px;
  font-size: max(min(22px, 2vw), 17px);
  font-weight: 700;
  color: #0a0a0a;
}

.eshop-image-block .img-thumbnail {
  border: 0;
}

.eshop-product-price .price,
.eshop-product-price .eshop-sale-price {
  font-size: 19px;
  font-weight: 700;
  color: #0a0a0a;
}

.add-to-wish-list {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 15px;
  background: no-repeat url(/images/icons/heart.png) center;
  border: 0;
  font-size: 0;
}

.add-to-wish-list:hover {
  background-image: url(/images/icons/heart-h.png);
  background-color: initial;
}

.eshop-buttons p {
  margin-bottom: 0;
}

.eshop-buttons .btn {
  width: 100%;
  height: 40px;
}

.eshop-cart-area,
.product-info .product-cart-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

.eshop-cart-area .input-append,
.product-info .product-cart-area .input-append,
.eshop-cart-area .input-prepend,
.product-info .product-cart-area .input-prepend {
  -webkit-box-flex: 6;
  -ms-flex: 6;
  flex: 6;
  max-width: 115px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}

.eshop-cart-area .input-group .form-control,
.product-info .product-cart-area .input-group .form-control {
  float: none;
}

.eshop-quantity {
  margin-right: 0;
  margin-bottom: 0;
}

.eshop-quantity .btn,
.eshop-quantity input {
  background-color: #f0f0f0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 33.33% !important;
}

.eshop-quantity .btn:focus,
.eshop-quantity .btn:hover,
.eshop-quantity input:focus,
.eshop-quantity input:hover {
  color: #251715;
}

.eshop-quantity .btn:first-child {
  border-radius: 4px 0 0 4px;
}

.eshop-quantity .btn:last-child {
  border-radius: 0 4px 4px 0;
}

.eshop-quantity input {
  padding-left: 5px;
  padding-right: 5px;
}

.eshop-product .row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list .eshop-buttons {
  bottom: 10px;
  right: 10px;
}

.list .eshop-info-block {
  width: auto;
  height: auto;
  float: none;
  margin-left: 30%;
}

.list .eshop-product-bottom {
  margin-left: 30%;
}

.list .eshop-product-price p {
  margin-bottom: 0;
}

/* Страница товара */
.image-main {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-main img {
  margin: auto;
}

.image-main .slick-prev,
.image-main .slick-next {
  background-position: center;
  background-color: #e0e0e0;
  border-radius: 50%;
}

.image-main .slick-prev {
  left: 15px;
}

.image-main .slick-next {
  right: 15px;
}

.product-info__row {
  margin-bottom: 35px;
}

.product-info h1 {
  padding: 0 5px;
  border-bottom: 0;
  text-transform: initial;
  font-size: 30px;
  font-weight: 700;
  color: #0a0a0a;
}

.product-info h1::after {
  display: none;
}

.product-info .product-desc {
  border-bottom: 0;
}

.product-info .product-price {
  border-bottom: 0;
}

.product-info .price-label {
  margin-bottom: 5px;
  text-transform: initial;
  font-size: 13px;
  color: #999999;
}

.product-info .price {
  font-size: 28px;
  font-weight: 700;
  color: #ffe169;
}

.product-info .product-manufacturer a {
  color: #ffe169;
}

.product-info .product-cart-area {
  margin-bottom: 17px;
}

.product-info .product-cart-area .btn {
  height: 48px;
}

.product-info .product-cart-area input {
  padding-top: 14px;
  padding-bottom: 14px;
}

.product-info .btn-wish-list {
  padding-top: 13px;
  padding-bottom: 13px;
  border-color: #e0e0e0;
}

.product-info .btn-wish-list::before {
  content: "";
  margin-right: 15px;
  display: inline-block;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-image: url(/images/icons/heart.png);
  background-position: center;
  vertical-align: middle;
  font-size: 15px;
}

.product-info .btn-wish-list:hover,
.product-info .btn-wish-list:focus {
  border-color: #000;
  background-color: initial;
  color: #000;
}

.product-info .product-cart {
  padding-bottom: 0;
}

.product-info [class^=option-image-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.add-to-cart,
input.add-to-cart {
  -webkit-box-flex: 7;
  -ms-flex: 7;
  flex: 7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffe169;
  border-color: #ffe169;
  color: #fff;
}

.add-to-cart::before,
input.add-to-cart::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 27px;
  margin-right: 10px;
  background: no-repeat url(/images/icons/l_sh_w.svg) center;
  background-size: contain;
  vertical-align: middle;
}

.add-to-cart:hover,
.add-to-cart:focus,
input.add-to-cart:hover,
input.add-to-cart:focus {
  background-color: #ffdc50;
  border-color: #ffdc50;
  color: #fff;
}

.eshop-container .form-row {
  margin-left: -15px;
  margin-right: -15px;
}

.eshop-container .form-row::before,
.eshop-container .form-row::after {
  content: "";
  display: table;
  clear: both;
}

/* Корзина */
.eshop-remove-item-cart {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: #eaeaea no-repeat center url(/images/icons/x.png);
  border-radius: 50%;
}

.cart-info a,
.quote-info a {
  color: inherit;
}

.cart-info .img-thumbnail,
.quote-info .img-thumbnail {
  border: 0;
}

.cart-info .table td:nth-child(2),
.quote-info .table td:nth-child(2) {
  border-right: 0;
}

.cart-info .table td:nth-child(3),
.quote-info .table td:nth-child(3) {
  border-left: 0;
}

.cart-info .eshop-quantity,
.quote-info .eshop-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  text-align: center;
}

.cart-info .eshop-quantity .btn,
.cart-info .eshop-quantity input[type=text],
.quote-info .eshop-quantity .btn,
.quote-info .eshop-quantity input[type=text] {
  font-size: 15px;
  font-weight: bold;
  padding: 0;
  line-height: 1;
}

.cart-info .eshop-quantity .btn,
.quote-info .eshop-quantity .btn {
  padding: 6px !important;
  border: 0 !important;
  background: none !important;
}

.cart-info .eshop-quantity input[type=text],
.quote-info .eshop-quantity input[type=text] {
  margin: 0;
  border: 0;
  background: #fff;
  border: 1px solid #d9d9d9;
}

.cart-info .product-model,
.quote-info .product-model {
  margin-top: 15px;
  font-size: 12px;
}

.cart-info .product-model span,
.quote-info .product-model span {
  color: #ccc;
}

.cart-info .input-group,
.quote-info .input-group {
  margin: auto;
}

.cart-info .totalData,
.quote-info .totalData {
  text-align: right;
  font-size: 27px;
  color: #0a0a0a;
}

.cart-info .totalData span,
.quote-info .totalData span {
  margin-right: 17px;
  font-size: 24px;
  color: #808080;
}

.cart-info .table th,
.quote-info .table th,
.product-info .table-bordered thead th {
  background: #e0e0e0 !important;
  border-color: #e0e0e0;
  font-family: var(--main-font);
}

.cart-info .table td,
.quote-info .table dt,
.product-info .table-bordered tbody th {
  border-color: #e0e0e0;
}

.cart-info {
  padding-bottom: 29px;
  margin-bottom: 22px;
  border-bottom: 1px solid #000;
}

/* fix eshop global */
.eshop-container .form-group {
  margin-left: 0;
  margin-right: 0;
}

.eshop-container .form-group::before {
  content: "";
  display: table;
  clear: both;
}

.eshop-container .form-group::after {
  content: "";
  display: table;
  clear: both;
}

.eshop-container .image {
  width: 100%;
  height: 100%;
}

.eshop-container .input-group .form-control {
  float: none;
}

.eshop-product .row-fluid .span3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(25% - 20px);
  flex: 0 0 calc(25% - 20px);
  margin: 10px;
}

.eshop-product .row-fluid .span3:first-child {
  margin-left: 10px;
}

/* fix checkout */
.checkout-content .row {
  margin-left: 0;
  margin-right: 0;
}

.checkout-content .form-group {
  margin-left: 0;
  margin-right: 0;
}

.checkout-content .form-group::before {
  content: "";
  display: table;
  clear: both;
}

.checkout-content .form-group::after {
  content: "";
  display: table;
  clear: both;
}

.modal-success {
  background-color: rgba(0, 0, 0, 0.35);
}

.request-call {
  z-index: 1052;
  margin: 0 15px;
}

.request-call .modal-dialog {
  max-width: 420px;
}

.request-call .modal-footer {
  text-align: center;
}

.modal-content {
  border-radius: 16px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal-header {
  min-height: 50px;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 37px;
}

.modal-header .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  font-size: 36px;
  font-weight: normal;
  border: none;
  padding: 0;
}

.modal-header .close:hover {
  background: none;
  color: #040303;
}

.request-call__header-btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
}

.modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 25px;
}

.modal-footer button.btn,
.modal-footer .buy {
  width: 180px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  padding: 0;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.modal-footer button.btn:hover {
  background: #f4e6d4;
  border-color: #f4e6d4;
}

.modal-footer .buy {
  background: #251715;
  color: #faf9d9;
}

.modal-footer .buy:hover {
  background: #040303;
}

.moduletable .modal-dialog {
  margin: 5% auto;
}

.modal .modul_h4.modal-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  font-size: 1.2em;
}

.request-call .formContainer {
  width: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.request-call__fullname,
.request-call__telephone {
  margin: 0 0 10px;
}

.request-call__agree {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.request-call__fullname .rsform-input-box,
.request-call__telephone .rsform-input-box {
  width: 100%;
  border-radius: 0px;
  outline-color: #ffe169;
  border-radius: 24px;
  padding: 10px 20px;
  font-size: 16px;
}

.request-call__captcha,
.rsform-block-captcha2 {
  display: none;
}

.itemAgree {
  margin-top: 25px;
}

.itemAgree label {
  font-weight: normal;
}

.request-call__submit .rsform-submit-button {
  display: block;
  margin: auto;
}

.request-call__or-call-this-number {
  font-size: 14px;
  line-height: 34px;
}

.request-call__footer-btn-close {
  background: #ffe169;
  border-radius: 0;
}

.junews_mod .junewsultra .jn {
  border: none;
}

.junews_mod .junewsultra .jn .jn-head {
  padding: 25px 15px;
}

.junews_mod .junewsultra .jn .jn-left {
  width: 32%;
}

.junews_mod .junewsultra .jn .jn-left img {
  border: none;
}

.junews_mod .btn-wrap {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.moduletable.mod-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: auto;
}

.moduletable.mod-services .btn-wrap {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-top: 35px;
  text-align: center;
}

.moduletable.mod-services .junewsultra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: none;
}

.moduletable.mod-services .btn-wrap {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.moduletable.mod-services .jn {
  width: 30%;
  max-width: 395px;
  border: none;
  background-color: transparent;
}

.moduletable.mod-services .jn .jn-head {
  background-color: transparent;
}

.moduletable.mod-services .jn .jn-left {
  width: auto;
  float: none;
}

.moduletable.mod-services .jn .jn-left img {
  padding: 0;
  border: none;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.moduletable.mod-services .jn .jn-right {
  width: 100%;
}

.moduletable.mod-services .jn .jn-right h4,
.moduletable.mod-services .jn .jn-right .modul_h4 {
  margin: 0;
}

.moduletable.mod-services .jn .jn-right a {
  display: block;
  padding: 20px 15px;
  background-color: #251715;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  font-family: var(--main-font);
}

.moduletable.mod-services .jn .jn-right a:hover {
  text-decoration: none;
}

.moduletable.mod-services .jn:hover .jn-right a {
  text-decoration: none;
  background-color: black;
}

/* ! статьи с иконками на главной (JUNewsUltra) */
.moduletable.mod-materials-icons-in-index-page {
  margin: 30px 0;
  text-align: center;
}

.moduletable.mod-materials-icons-in-index-page .junewsultra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: visible;
}

.moduletable.mod-materials-icons-in-index-page .jn {
  width: 350px;
  padding: 30px;
  border: none;
  border: 1px solid transparent;
  background-color: rgba(244, 230, 212, 0.1);
}

.moduletable.mod-materials-icons-in-index-page .jn:hover {
  border: 1px solid green;
  -webkit-box-shadow: 0px 3px 10px 1px rgba(0, 128, 0, 0.2);
  box-shadow: 0px 3px 10px 1px rgba(0, 128, 0, 0.2);
}

.moduletable.mod-materials-icons-in-index-page .jn .jn-head {
  background-color: transparent;
}

.moduletable.mod-materials-icons-in-index-page .jn .jn-left,
.moduletable.mod-materials-icons-in-index-page .jn .jn-right {
  width: auto;
  float: none;
}

.moduletable.mod-materials-icons-in-index-page .jn .jn-left {
  width: 80px;
  height: 80px;
  margin: auto;
  padding: 10px;
  border-radius: 50%;
  background-color: #251715;
}

.moduletable.mod-materials-icons-in-index-page .jn .jn-left a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.moduletable.mod-materials-icons-in-index-page .jn .jn-left img {
  display: block;
  width: 48px;
  height: 48px;
  margin: auto;
  padding: 0;
  border: none;
}

.moduletable.mod-materials-icons-in-index-page .jn .jn-intro {
  font-size: 16px;
  line-height: 1.5;
}

.moduletable.mod-materials-icons-in-index-page .jn h4 a,
.moduletable.mod-materials-icons-in-index-page .jn .modul_h4 a {
  display: block;
  margin-top: 22px;
  margin-bottom: 15px;
  font-size: max(min(20px, 2vw), 17px);
  color: #251715;
  font-weight: bold;
}

.moduletable.mod-materials-icons-in-index-page .jn h4 a:hover,
.moduletable.mod-materials-icons-in-index-page .jn .modul_h4 a:hover {
  text-decoration: none;
  color: #251715;
}

.moduletable.mod-materials-icons-in-index-page .jn .jn-more {
  margin-top: 15px;
  text-align: center;
}

.moduletable.mod-materials-icons-in-index-page .jn .btn {
  background-color: #251715;
  color: #fff;
}

.moduletable.mod-materials-icons-in-index-page .jn .btn:hover {
  text-decoration: none;
  background-color: #fff;
  color: #251715;
}

/* статьи с иконками на главной (JUNewsUltra) ! */
/* ! статьи на главной (JUNewsUltra  на всю ширину) */
.moduletable.mod-materials-in-index-page {
  margin: 30px 0;
}

.moduletable.mod-materials-in-index-page .jn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  border: none;
}

.moduletable.mod-materials-in-index-page .jn .jn-left {
  float: none;
  width: auto;
  height: 100%;
}

.moduletable.mod-materials-in-index-page .jn .jn-left a {
  display: block;
  height: 100%;
}

.moduletable.mod-materials-in-index-page .jn .jn-left img {
  display: block;
  max-width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.moduletable.mod-materials-in-index-page .jn .jn-head {
  width: 50%;
  padding: 0;
}

.moduletable.mod-materials-in-index-page .jn .jn-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  padding: 70px 50px;
  padding-bottom: 40px;
}

.moduletable.mod-materials-in-index-page .jn .jn-intro .jn-right {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  text-align: center;
}

.moduletable.mod-materials-in-index-page .jn .jn-intro .jn-right a {
  display: block;
  margin-bottom: 20px;
  font-size: 24px;
}

.moduletable.mod-materials-in-index-page .jn .jn-intro .jn-right a:hover {
  text-decoration: none;
}

.moduletable.mod-materials-in-index-page .jn .jn-more {
  margin-top: 20px;
  text-align: center;
}

.moduletable.mod-materials-in-index-page .jn .jn-more a {
  border: 1px solid #f4e6d4;
  padding: 10px 15px;
  color: #251715;
}

.moduletable.mod-materials-in-index-page .jn .jn-more a:hover {
  color: #faf9d9;
  border: 1px solid #f4e6d4;
  background-color: #f4e6d4;
  text-decoration: none;
}

.moduletable.mod-materials-in-index-page .jn:nth-child(2n+1) .jn-intro {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.moduletable.mod-materials-in-index-page .jn:nth-child(2n+1) .jn-more {
  bottom: 15px;
  left: 15px;
}

.moduletable.mod-materials-in-index-page .jn:nth-child(2n) .jn-more {
  bottom: 15px;
  right: 15px;
}

div.moduletablejunews_mod .junews_mod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

div.moduletablejunews_mod .junewsultra .jn .jn-left {
  width: 100%;
  float: none;
}

div.moduletablejunews_mod .jn {
  border: none;
  width: 48%;
}

div.moduletablejunews_mod .jn .jn-head {
  background-color: transparent;
}

div.moduletablejunews_mod .jn h4 a,
div.moduletablejunews_mod .jn .modul_h4 a {
  color: #251715;
  text-transform: uppercase;
  font-weight: bold;
}

div.moduletablejunews_mod .jn .jn-left img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin-bottom: 15px;
  padding: 0;
  border: none;
}

div.moduletablejunews_mod .jn .jn-more {
  text-align: right;
}

div.moduletablejunews_mod .jn:first-child {
  width: 100%;
  margin-bottom: 15px;
}

/* статьи на главной () ! */
.footer_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #d4c5b6;
}

.footer_2 .container-xl {
  border-top: 1px solid #e2d3c2;
  padding-top: 10px;
}

.footer_2 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_2 .row a:hover,
.footer_2 .row a:active,
.footer_2 .row a:focus {
  color: var(--color-dark);
}

body.main .footer_2,
body.main .full-contact-inf {
  background-color: #f4e6d4;
}

.full-contact-inf {
  padding-top: 50px;
  margin-top: auto;
}

.full-contact-inf>.container-xl {
  padding-top: 45px;
  padding-bottom: 45px;
  border-top: 1px solid #e2d3c2;
  display: grid;
  grid-template-columns: 1.1fr 0.8fr 1.1fr;
  gap: 25px;
}

.moduletable-footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.moduletable-footer-menu .menu {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.moduletable-footer-menu .menu>li {
  margin: 5px 18px 5px 0;
}

.moduletable-footer-menu .menu>li.active {
  text-decoration: underline;
}

.moduletable-footer-menu .menu>li>a {
  padding: 0;
  font-size: max(min(21px, 2vw), 16px);
  letter-spacing: 0;
  line-height: 1;
  text-decoration: none;
}

.moduletable-footer-menu .menu>li>a:hover,
.moduletable-footer-menu .menu>li>a:active,
.moduletable-footer-menu .menu>li>a:focus {
  text-decoration: underline;
  background: transparent;
}

.moduletable-footer-logo {
  text-align: center;
}

.moduletable-footer-contacts {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer-logo svg,
.footer-logo img {
  fill: var(--color-dark);
  max-width: 233px;
}

.footer-logo img {
  opacity: 0;
}

.footer-contacts {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.footer-contacts__address {
  font-size: max(min(21px, 2vw), 16px);
  letter-spacing: 0px;
  line-height: 1;
}

.footer-contacts__call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 22px;
  gap: 10px 15px;
}

.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.footer__socials svg path,
.footer__socials svg .st0,
.footer__socials svg,
.footer__socials img {
  width: 25px;
  height: auto;
  fill: var(--color-dark);
}

.footer__socials img {
  opacity: 1;
}

.footer__socials a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-contacts__phone {
  font-size: max(min(21px, 2vw), 16px);
  letter-spacing: 0;
  line-height: 1;
}

.footer-contacts__mail {
  font-size: max(min(21px, 2vw), 16px);
  letter-spacing: 0px;
  line-height: 1;
}

.copyright__text {
  margin: 0;
  font-size: 12px;
  text-align: left;
  line-height: 14px;
}

.pers-inf,
.copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.pers-inf__ref,
.copyright__ref {
  color: inherit;
  font-size: 12px;
  line-height: 14px;
}

.pers-inf__ref:hover,
.copyright__ref:hover {
  color: inherit;
}

.pers-inf {
  text-align: right;
}

.pers-inf div {
  line-height: 12px;
}

div.art_web_copyright {
  position: relative;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

div.art_web_copyright:hover .image {
  opacity: 1;
}

div.art_web_copyright:hover .image img,
div.art_web_copyright:hover .image svg {
  width: 60px;
  height: 100%;
  margin: 0;
}

div.art_web_copyright:hover .image img #Ared,
div.art_web_copyright:hover .image svg #Ared {
  fill: #FF2737;
}

div.art_web_copyright:hover .image img #Wblack,
div.art_web_copyright:hover .image img #art-web,
div.art_web_copyright:hover .image svg #Wblack,
div.art_web_copyright:hover .image svg #art-web {
  fill: #000;
}

div.art_web_copyright .text {
  height: 30px;
  text-align: right;
}

div.art_web_copyright a {
  display: block;
  color: inherit;
  font-size: 12px;
  line-height: 15px;
}

div.art_web_copyright .image {
  height: 70px;
  margin-left: 10px;
  text-align: center;
  opacity: 0.6;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

div.art_web_copyright .image img,
div.art_web_copyright .image svg {
  width: 60px;
  height: 100%;
  margin: 0;
}

div.art_web_copyright .image img #Ared,
div.art_web_copyright .image svg #Ared {
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  fill: #d4c5b6;
}

div.art_web_copyright .image img #Wblack,
div.art_web_copyright .image img #art-web,
div.art_web_copyright .image svg #Wblack,
div.art_web_copyright .image svg #art-web {
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  fill: #d4c5b6;
}

.mod-footer-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 15px;
}

.mod-footer-contacts .contacts-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 16px;
  color: #f4e6d4;
}

.mod-footer-contacts .contacts-wrap a {
  font-size: 16px;
  color: #f4e6d4;
}

.mod-footer-contacts .contacts-wrap a:hover {
  color: #251715;
}

.mod-footer-contacts .contacts-wrap .tel,
.mod-footer-contacts .contacts-wrap .mail,
.mod-footer-contacts .contacts-wrap .address {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 32px;
  padding-left: 45px;
  margin-bottom: 15px;
  font-size: 16px;
}

.mod-footer-contacts .contacts-wrap .tel:before,
.mod-footer-contacts .contacts-wrap .mail:before,
.mod-footer-contacts .contacts-wrap .address:before {
  content: "";
  position: absolute;
  left: 0;
  width: 35px;
  height: 32px;
  background-image: url(/images/footer_icon.png);
  background-repeat: no-repeat;
  background-position: 50% 0px;
}

.mod-footer-contacts .contacts-wrap .tel .tel_namber {
  margin: 6px 0;
}

.mod-footer-contacts .contacts-wrap .tel a {
  display: block;
  line-height: 1;
}

.mod-footer-contacts .contacts-wrap .tel:before {
  top: calc(50% - 17.5px);
}

.mod-footer-contacts .contacts-wrap .mail::before {
  background-position: 50% -53px;
}

.mod-footer-contacts .contacts-wrap .address::before {
  background-position: 50% -107px;
}

.mod-footer-contacts .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 80%;
  margin: auto;
  margin-top: 30px;
  padding: 10px 25px 0;
  border-top: 1px solid #251715;
  font-size: 26px;
}

.mod-footer-contacts .social-icons li {
  list-style: none;
}

.mod-footer-contacts .social-icons a {
  color: #f4e6d4;
}

.mod-footer-contacts .social-icons a:hover {
  color: #251715;
}

.BookingSearchForm_button button:hover {
  color: var(--color-dark) !important;
}

/*---default styles end---*/
.grecaptcha-badge {
  display: none;
}

.home-contacts__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: url('/images/map.jpg') no-repeat center/cover;
  min-height: 548px;
  font-size: 0;
}

.home-contacts__map iframe {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.home-contacts__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 35px;
  font-size: max(min(22px, 1.45vw), 18px);
  color: var(--color-text);
}

.home-contacts__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 25px;
}

.home-contacts__links>a {
  font-size: max(min(26px, 1.45vw), 18px);
  color: var(--color-text);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.home-contacts__links>a.phone {
  white-space: nowrap;
}

.home-contacts__info a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.home-contacts__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  font-size: max(min(26px, 1.45vw), 18px);
}

.home-contacts__address img {
  padding-top: 5px;
}

body.main .header:not(.fixed) .header__logo {
  display: none;
}

.BookingLightbox_container .DatesPeriodControl_datePickerWrapper span {
  color: var(--color-dark) !important;
  border-radius: 20px;
}

.BookingLightbox_container .react-ui-1thucf5,
.BookingLightbox_container button {
  border-radius: 20px !important;
}

.image-additional {
  margin: 14px -7px 0;
  overflow: hidden;
}

.BookingSearchForm_button .react-ui button {
  border-radius: 20px;
}

.GuestsSelectControl_control label input {
  border: none !important;
}

.image-additional .smoll-img-house img {
  padding: 0 7px;
  -webkit-transition: .22s ease;
  -o-transition: .22s ease;
  transition: .22s ease;
}

.react-ui-k6lc5x:hover {
  color: var(--color-light) !important;
}

.image-additional a:hover,
.image-additional a:focus,
.image-additional a:active {
  text-decoration: none;
  outline: none;
  opacity: .75;
  -webkit-transition: .22s ease;
  -o-transition: .22s ease;
  transition: .22s ease;
}

body.guest-houses-page .full-contact-inf,
body.guest-houses-page .footer {
  background-color: #f4e6d4;
}

div[data-tid="modal-content"]>div {
  background-color: var(--color-yellow) !important;
  border-radius: 20px !important;
}

div[data-tid="modal-content"] .BookingSearchForm_inline {
  padding: 0 !important;
  border: none !important;
}

div[data-tid="modal-content"] .BookingSearchForm_control.BookingSearchForm_inline div[data-tid="modal-content"] .BookingSearchForm_dates,
div[data-tid="modal-content"] .BookingSearchForm_control.BookingSearchForm_inline .BookingSearchForm_guestsSelect {
  width: 100% !important;
}

div[data-tid="modal-content"] .BookingLightbox_container .DatesPeriodControl_datePickerWrapper span {
  background: transparent !important;
}

div[data-tid="modal-content"] .BookingLightbox_container .react-ui-1thucf5 {
  background: transparent !important;
}

div[data-tid="modal-content"] .BookingLightbox_container button {
  border-radius: 27px !important;
  background-color: #000 !important;
  color: var(--color-yellow) !important;
  border-color: #000 !important;
  -webkit-transition: .22s ease !important;
  -o-transition: .22s ease !important;
  transition: .22s ease !important;
}

div[data-tid="modal-content"] .BookingLightbox_container button:hover {
  background-color: var(--color-peach) !important;
  border-color: var(--color-peach) !important;
  color: #000 !important;
  -webkit-transition: .22s ease !important;
  -o-transition: .22s ease !important;
  transition: .22s ease !important;
}

div[data-tid="modal-content"] .react-ui-12sqczl svg {
  fill: var(--color-dark) !important;
}

div[data-tid="modal-content"] .Title_title.Title_big {
  border-color: var(--color-dark) !important;
}

.Counter_button.Counter_disabled {
  background: #ffca43 !important;
}

.react-ui-1l399t7,
.BookingLightboxPanel_panel.BookingLightboxPanel_fixed {
  background: var(--color-yellow) !important;
}

.ItemWithBorder_item {
  border-bottom: 1px solid var(--color-dark) !important;
}

div[data-tid="modal-content"] .RoomCategoryCard_content .BookingLightboxSumWithLabel_label,
div[data-tid="modal-content"] .RoomCategoryCard_content span {
  color: var(--color-dark) !important;
}

div[data-tid="modal-content"] .RoomCategoryCard_content .react-ui-button-caption span,
div[data-tid="modal-content"] .RoomCategoryCard_content span svg {
  color: var(--color-yellow) !important;
}

.sm-parent .menu-icon-cont,
.menu-icon-cont.sm-close {
  opacity: 1 !important;
}

.menu-logo img,
.off-menu_203 .sm-level dl dt .menu-logo svg {
  padding: 15px 15px 45px;
  width: 100%;
  height: auto;
  max-width: 250px;
  margin: 0 auto;
  fill: var(--color-dark);
}

.off-menu_203 .sm-levels>.sm-level>dl,
.off-menu_203>.sm-level dl {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sm-bottom {
  margin-top: auto !important;
}

.main-banner__btns {
  display: flex;
  flex-wrap: wrap;
  max-width: 520px;
  gap: 10px;
}

/********** adaptive **********/
/*---Desktop First---*/
/*---Mobile First---*/
@media(min-width:1200px) {
  .bot-banner__header {
    margin-bottom: 0;
  }

  .bot-banner__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }

  .bot-banner .banner {
    margin-left: 0;
  }

}


@media (min-width: 992px) {
  .header .sm-parent {
    display: none;
  }

  .header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }

  .header__logo {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: center;
    padding: 0 15px;
    margin: 0 auto;
  }

  .header__menu {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: auto;
  }

  .product-info__row {
    margin-bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product-info__row::before,
  .product-info__row::after {
    display: none;
  }

  .no_main section.main {
    margin-top: 45px;
  }



}

@media (min-width: 768px) {
  .RoomCategoryCard_descriptionInfo {
    max-width: 360px !important;
  }

  .Images_images {
    width: 35% !important;
    height: 240px !important;
  }
}

@media(min-width: 1200px) {
  .WidgetApp_container .BookingSearchForm_control .BookingSearchForm_button {
    width: 25% !important;
  }
}

@media(min-width: 481px) {
  .px {
    padding-left: 25px;
    padding-right: 25px;
  }

  .WidgetApp_container .form-booking__widget .BookingSearchForm_dates {
    width: 50% !important;
    text-align: center;
  }

  .WidgetApp_container .form-booking__widget .BookingSearchForm_guestsSelect {
    width: 25% !important;
  }



  .WidgetApp_container div {
    width: 100% !important;
  }
}

@media (max-width: 1820px) {
  .owl-carousel.carousel .owl-nav {
    display: none;
  }
}

@media (max-width: 1750px) {
  .header__logo {
    max-width: 100%;
    width: auto;
  }

  .header__menu li,
  .header__menu li.deeper {
    margin: 0 15px 0 0;
  }

  .header__phone {
    margin-right: 15px;
  }

  .header__vk {
    margin-right: 15px;
  }

  .header__conlutation {
    margin-right: 10px;
  }
}

@media (max-width: 1650px) {
  .main-banner {
    padding-top: 110px;
    min-height: 100vh;
  }

  .main-banner__logos {
    margin-bottom: 50px;
  }

  .main-banner__content {
    margin-bottom: 50px;
  }
}

@media (max-width: 1450px) {
  .eshop-products__bottom .eshop-buttons a:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }

  .home-contacts__map {
    background-image: url('/images/map1450.jpg');
  }

  .main-banner {
    padding-top: 80px;
  }

  .main-banner__logos {
    align-items: center;
    margin-bottom: 30px;
  }

  .main-banner__logos-smoll {
    padding-top: 0;
  }

  .main-banner__desc {
    max-width: 65%;
    text-align: left;
  }

  .main-banner__desc br {
    display: none;
  }

  .form-booking__header {
    margin-bottom: 25px;
  }

  .main-banner__content {
    margin-bottom: 35px;
  }
}

@media (max-width: 1400px) {
  .header__vk .title {
    display: none;
  }

  .header__conlutation,
  .header__booking {
    padding: 12px 15px 10px;
    font-size: 16px;
  }

  .header__menu li,
  .header__menu li.deeper {
    margin: 0 10px 0 0;
  }
}

@media (max-width: 1199px) {


  .header {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .header__logo img {
    max-width: 100%;
    max-height: 50px;
  }

  .header__booking {
    font-size: 0;
    background-image: url("/images/icons/cal.svg");
    background-repeat: no-repeat;
    background-position: top 50% left 17px;
    background-size: 32px auto;
    min-height: 45px;
    width: 65px;
  }

  .header__booking:hover,
  .header__booking:active,
  .header__booking:focus {
    background-image: url("/images/icons/cal.svg");
  }





  .eshop-product-guest-houses {
    margin-bottom: 90px;
  }

  .eshop-products__inner {
    padding: 0 10px 25px;
  }

  .block-header {
    margin-bottom: 80px;
  }

  .block-header__left {
    max-width: 50%;
  }

  .leisure {
    margin-bottom: 80px;
  }

  .excursions {
    padding-top: 100px;
  }

  .excursions-carousel {
    padding-bottom: 80px;
  }

  .main-gallary {
    padding: 60px 0;
  }

  .form-booking__header {
    margin-bottom: 20px;
  }

  .item-page-services__desc {
    max-width: 70%;
  }

  .page-services-gallary {
    padding-top: 100px;
  }

  .blog-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .products-list-container .ajax-block-product,
  .products-list-container .eshop_product,
  .eshop-product .ajax-block-product,
  .eshop-product .eshop_product {
    margin-bottom: 20px;
    padding: 0px 10px;
  }

  .moduletable.mod-services {
    width: 100%;
  }

  .moduletable.mod-services .junewsultra.mod-services {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .moduletable.mod-services .jn {
    width: 50%;
  }

  /* ! статьи с иконками на главной (JUNewsUltra) */
  .moduletable.mod-materials-icons-in-index-page .junewsultra {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .moduletable.mod-materials-icons-in-index-page .jn {
    margin: 15px calc(25% - 175px);
  }

  /* статьи с иконками на главной (JUNewsUltra) ! */
  div.moduletablejunews_mod {
    /* блок новостей  */
  }

  div.moduletablejunews_mod .junews_mod {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  div.moduletablejunews_mod .jn {
    width: 100%;
  }

  div.moduletablejunews_mod .jn img {
    display: block;
    margin: auto;
    max-width: 100%;
  }

  header section .container {
    width: 100%;
  }

  header section.site-inf {
    height: auto;
  }

  header .header__logo {
    max-width: 233px;
  }

  header section.site-nav {
    position: static;
  }

  .product-page__container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product-page__info {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding-right: 0;
    margin-top: 35px;
    margin-bottom: 35px;

  }

  .product-page__images-inner {
    max-width: 830px;
    overflow: hidden;
  }

  .main-banner__info {
    padding-right: 0;
  }

  .main-banner__logos-main svg,
  .main-banner__logos-main img {
    width: 300px;
  }
  .banner {
     background: #71311a url("/images/theme/ab.png") repeat-x top 13px center;
    background: rgba(113, 49, 26, 0.75) url("/images/theme/ab.png") repeat-x top 13px center; 
  }
}

@media (max-width: 991px) {
  .moduletable-footer-contacts {
    padding-top: 0;
  }

  .header .sm-parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .header .menu-icon-cont .menu-icon3 {
    margin: 0 0 0 15px;
    height: 34px;
  }

  .header__menu {
    display: none;
  }

  .main-banner {
    padding-top: 80px;
    padding-bottom: 70px;
  }

  .main-banner__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
  }

  .main-banner__info {
    padding-right: 0;
  }

  .main-banner__logos-main svg,
  .main-banner__logos-main img {
    width: 250px;
  }

  .main-banner__logos {
    margin-bottom: 50px;
  }



  .prod-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-oprions {
    margin-bottom: 15px;
  }

  .eshop-products__bottom .eshop-buttons {
    margin-top: 25px;
  }

  .eshop-product-guest-houses {
    margin-bottom: 60px;
  }

  .block-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .block-header__left {
    max-width: 100%;
    margin: 0 0 20px;
  }

  .block-header__right {
    max-width: 100%;
  }

  .block-header {
    margin-bottom: 50px;
  }

  .leisure {
    margin-bottom: 60px;
  }

  .excursions {
    padding-top: 60px;
  }

  .excursions-carousel {
    padding-bottom: 60px;
  }

  .junewsultra-slider .jn-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .junewsultra-slider .jn-right h4,
  .junewsultra-slider .jn-right .modul_h4 {
    padding: 0;
  }

  .bot-banner__container {
    padding: 50px 0;
    min-height: 0;
  }

  .main-gallary {
    padding: 40px 0;
  }

  .prefooter {
    padding-bottom: 35px;
  }

  .form-booking__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .form-booking__contact-title {
    margin: 0;
    padding: 0 0 10px 0;
  }

  body.guest-houses-page .form-booking-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .item-page-services__image {
    margin-bottom: 30px;
  }

  .item-page-services__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .item-page-services__desc {
    max-width: 100%;
    padding: 0;
  }

  .item-page-services__info {
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .item-page-services__info .btn {
    margin-bottom: 20px;
  }

  .page-services-gallary {
    padding-top: 50px;
  }

  .product-page {
    padding-top: 15px;
  }

  .product-page__container {
    margin-bottom: 30px;
  }

  .eshop-cart-area,
  .product-info .product-cart-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .eshop-cart-area .input-append,
  .product-info .product-cart-area .input-append,
  .eshop-cart-area .input-prepend,
  .product-info .product-cart-area .input-prepend {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .products-list-container .eshop-info-block,
  .eshop-product .eshop-info-block {
    height: auto;
  }

  .eshop-quantity {
    width: 100%;
  }

  .eshop-product .row-fluid .span3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33% - 20px);
    flex: 0 0 calc(33% - 20px);
  }

  .junewsultra.mod-services {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .junewsultra.mod-services .jn {
    width: 100%;
    margin-bottom: 15px;
  }

  .moduletable.mod-materials-in-index-page .jn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .moduletable.mod-materials-in-index-page .jn .jn-head {
    width: 100%;
  }

  .moduletable.mod-materials-in-index-page .jn .jn-intro {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
  }

  .pers-inf div {
    text-align: center;
  }

  .footer_2 {
    padding: 15px 0;
  }

  .footer_2 .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer_2 .row>div {
    margin: auto;
    margin-bottom: 10px;
  }

  .footer_2 .copyright .copyright__text {
    text-align: center;
  }

  section.main>.container>.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #content {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .moduletable.rs-form-make-order {
    position: static;
    width: 100%;
    max-width: 100%;
    background-color: #ffa36b;
  }

  .moduletable.rs-form-make-order .modul_h3,
  .moduletable.rs-form-make-order .eshopheader,
  .moduletable.rs-form-make-order div.moduletablejunews_mod div.junews_h,
  div.moduletablejunews_mod .moduletable.rs-form-make-order div.junews_h {
    color: #251715;
  }

  .moduletable.rs-form-make-order .formControls {
    color: #251715;
  }

  .moduletable.rs-form-make-order input[type=text],
  .moduletable.rs-form-make-order select {
    background-color: #fff;
    color: #251715;
  }

  .moduletable.rs-form-make-order select:focus,
  .moduletable.rs-form-make-order select option {
    color: #737373;
  }

  #phocagallery-categories-detail .pg-cats-box-float,
  .itemListSubCategories .subCategoryContainer,
  #itemListLeading .itemContainer,
  .moduletablek2item .itemList>div {
    width: 48% !important;
  }

  div.phocagallerys>div {
    width: 50%;
  }

  .owl-theme .owl-controls .owl-buttons div {
    display: none !important;
  }

  div[data-tid="modal-container"] .BookingSearchForm_dates {
    width: 100% !important;
    text-align: center !important;
  }

  div[data-tid="modal-container"] .DatesPeriodControl_dateFrom,
  div[data-tid="modal-container"] .DatesPeriodControl_dateTo {
    width: 100% !important;
  }
}


@media (max-width: 767px) {
  .header__conlutation {
    display: none;
  }

  .main-banner__logos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 350px;
    margin: 0 auto 30px;
    gap: 20px;
  }

  .main-banner__logos-main img {
    max-width: 100%;
  }

  .product-oprions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .eshop-products__image {
    margin-bottom: 15px;
  }

  .block-header {
    margin-bottom: 35px;
  }

  .bot-banner__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .bot-banner .banner {
    margin: 0 auto;
  }

  .form-booking__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-bottom: 10px;
  }

  .form-booking__title {
    padding: 0;
    margin-bottom: 15px;
  }

  .form-booking__contact {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .form-booking__contact-title {
    text-align: center;
  }

  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .blog-item__image img {
    height: 180px;
  }

  .item-page-events__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .item-page-events__info {
    padding: 25px 0;
  }

  .item-page-events__desc {
    margin-top: 0;
  }



  .product-page__info {
    padding-right: 0;
  }

  .product-page .product-oprions__item {
    margin-bottom: 10px;
  }

  .product-page .product-oprions {
    margin-bottom: 10px;
  }

  .product-page .product-price {
    margin-bottom: 15px;
  }

  .product-page__container-desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .full-contact-inf>.container-xl {
    grid-template-columns: 1fr;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .moduletable-footer-menu {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .moduletable-footer-menu .menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .moduletable-footer-menu .menu>li {
    margin: 8px;
  }

  .moduletable-footer-logo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .moduletable-footer-contacts {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-contacts {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-contacts__call {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main-banner {
    background-image: url('/images/theme/mobmainslide2.jpg');
  }

  .header__socials {
    display: none;
  }

  .main-gallary__grid [class^=os-gallery-tabs-main] .os-cat-tab-images .img-block {
    width: 100% !important;
    margin: 0 !important;
  }

  .main-gallary__grid .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
  }

  .main-gallary__grid .owl-carousel button.owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--color-dark);
  }

  .main-gallary__grid .owl-carousel button.owl-dot.active {
    background-color: var(--color-yellow);
  }

  .main-gallary__grid .owl-dots {
    margin-top: 30px;
  }

  .main-banner__logos-main {
    padding: 0;
  }

  .main-banner__logos-main svg,
  .main-banner__logos-main img {
    width: 100%;
  }

  .main-banner__info {
    text-align: center;
  }

  .main-banner__desc {
    max-width: 100%;
    text-align: center;
  }

  .main-banner__btns {
    flex-direction: column;
    align-items: center;
  }
}

.junewsultra.mod-services {
  width: 100%;
}

.junewsultra.mod-services .jn {
  max-width: none;
  width: 90%;
}

/* ! статьи с иконками на главной (JUNewsUltra) */
.moduletable.mod-materials-icons-in-index-page .jn {
  margin: 15px auto;
}

/* статьи с иконками на главной (JUNewsUltra) ! */
.junewsultra.junews_mod .jn {
  width: 100%;
  margin-bottom: 12px;
}

.junewsultra.junews_mod .jn .jn-intro img {
  display: block;
  width: 100%;
  height: auto;
  float: none !important;
}



.swithTem {
  /* Версия для компьютера */
  display: block;
}

.moduletable.mod-search {
  width: 100%;
}

div.moduletable.rs-form-make-order {
  width: 100%;
}

.column-wrap {
  padding: 0;
}

.column-wrap .moduletable_leftmenu .modul_h3,
.column-wrap .moduletable_leftmenu .eshopheader,
.column-wrap .moduletable_leftmenu div.moduletablejunews_mod div.junews_h,
div.moduletablejunews_mod .column-wrap .moduletable_leftmenu div.junews_h {
  display: none;
}

.left_column-wrap {
  padding-left: 15px;
}

.formContainer .rsform-block {
  width: 100% !important;
}

.formContainer .rsform-block input,
.formContainer .rsform-block select,
.formContainer .rsform-block textarea {
  display: block;
  margin: auto;
}

.formContainer .rsform-block input.rsform-calendar-button,
.formContainer .rsform-block select.rsform-calendar-button,
.formContainer .rsform-block textarea.rsform-calendar-button {
  left: auto !important;
  right: 0;
}

.formContainer .rsform-block .rsform-block-submit .formBody,
.formContainer .rsform-block .rsform-block-agree .formBody {
  text-align: center;
}

.formContainer .rsform-block .rsform-block-captcha .formBody div {
  display: block;
  margin: auto;
}

main img {
  max-width: 100%;
  margin: auto;
  /* display: block; */
  float: none !important;
  height: auto;
}

/* Blog Content */
.blog .items-row>[class^=span] {
  width: 100%;
}

#phocagallery-categories-detail .pg-cats-box-float,
.itemListSubCategories .subCategoryContainer,
#itemListLeading .itemContainer,
.moduletablek2item .itemList>div {
  width: 96% !important;
  margin-left: auto;
  margin-right: auto;
}

.categoryImage .image {
  max-height: 100%;
}

address.how-get-in-touch {
  position: static;
  border-radius: 0;
}

.main-banner .form-booking__content {
  margin-top: 0;
  padding: 0;
}



.main-banner::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .28);
  pointer-events: none;
}

@media screen and (max-width: 600px) {

  span.itemImageCaption,
  span.itemImageCredits {
    float: none;
    text-align: center;
  }

  div.itemVideoBlock span.itemVideoCaption,
  div.itemVideoBlock span.itemVideoCredits {
    float: none;
    text-align: center;
    width: auto;
  }

  div.itemContainer {
    float: none;
    display: block;
    width: 100% !important;
  }

  div.latestItemsContainer {
    float: none;
    display: block;
    width: 100% !important;
  }

  div.latestItemImageBlock {
    float: none;
    display: block;
  }
}

@media (max-width: 575px) {
  .header__logo img {
    max-height: 45px;
  }

  .header__booking {
    background-position: top 50% left 14px;
    background-size: 28px auto;
    min-height: 40px;
    width: 54px;
  }

  .main-banner {
    padding-top: 86px;
    padding-bottom: 40px;
  }

  .main-banner__logos {
    max-width: 60%;
  }

  .main-banner__logos-smoll {
    max-width: 100%;
  }



  .prod-grid {
    gap: 10px;
  }

  .product-oprions {
    margin-bottom: 0;
  }

  .eshop-products__inner {
    padding: 0 5px 10px;
  }

  .eshop-products__over-title {
    margin-bottom: 10px;
  }

  .eshop-products__bottom .eshop-buttons a {
    min-height: 0;
  }

  .block-header__right br {
    display: none;
  }

  h1 {
    margin-top: 15px;
    margin-bottom: 25px;
  }

  .blog-item__inner {
    padding: 0 6px 15px;
  }

  .product-page li,
  .product-page p {
    margin-bottom: 1em;
  }

  .eshop-cart-area,
  .product-info .product-cart-area {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .eshop-product .row-fluid .span3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    margin: 5px;
  }

  .eshop-product .row-fluid .span3:first-child {
    margin-left: 5px;
  }

  .junews_mod .junewsultra .jn .jn-left {
    width: auto;
  }

  .junews_mod .junewsultra .jn .jn-left img {
    max-height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .junews_mod .junewsultra .jn .jn-right {
    width: 100%;
  }

  .junews_mod .junewsultra .jn .jn-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .junews_mod .junewsultra .jn .jn-intro p {
    text-align: center;
  }

  .junews_mod .junewsultra .jn .jn-more {
    text-align: center;
  }

  .moduletable.mod-materials-in-index-page .jn .jn-intro {
    padding: 35px 25px;
  }

  .moduletable.mod-materials-icons-in-index-page .jn {
    padding: 25px 15px;
    margin: 0 auto 15px;
  }

  #phocaguestbook_comments .cd-testimonials-wrapper {
    padding: 20px 20px 0px;
  }

  #phocaguestbook_comments .cd-testimonials-item-info {
    padding: 55px 10px 35px;
  }

  .header__contacts-subflex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .header__socials {
    display: none;
    padding-right: 14px;
    padding-top: 5px;
    gap: 6px;
  }

  .header__booking {
    display: none;
  }

  .header__phone {
    margin-right: 0;
  }

  .product-page__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-page__info {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    max-width: 100%;
    width: 100%;
  }

  .product-page__first-desc {
    padding-right: 0;
    margin-bottom: 25px;
  }

  .header__phone {
    font-size: 0;
    width: 25px;
    height: 25px;
    background: url("/images/icons/ph.svg") no-repeat center/contain;
  }

  .header__phone:hover,
  .header__phone:active,
  .header__phone:focus {
    text-decoration: none;
  }

  .header__phone img,
  .header__phone svg {
    display: inline-block;
    max-width: 25px;
    height: auto;
  }

  .product-page__first-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }


  .product-page__first-desc .product-page__btn {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 30px;
  }

  .product-page__first-desc>* {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media (max-width: 500px) {
  div.phocagallerys>div {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .px {
    padding-left: 15px;
    padding-right: 15px;
  }



  .header {
    padding-top: 10px;
    padding-bottom: 10px;
  }




  .header__vk {
    display: none;
  }

  header .header__logo {
    padding-right: 7px;
  }


  .main-banner__desc br {
    display: none;
  }

  .eshop-product-guest-houses {
    margin-bottom: 40px;
  }

  .block-header {
    margin-bottom: 25px;
  }

  .leisure {
    margin-bottom: 30px;
  }

  .owl-carousel.carousel .owl-dots button.owl-dot {
    width: 24px;
    height: 24px;
    border-width: 1px;
    margin: 2px;
  }

  .owl-carousel.carousel .owl-dots button.owl-dot span {
    width: 7px;
    height: 7px;
  }

  .excursions {
    padding-top: 60px;
  }

  .excursions-carousel {
    padding-bottom: 30px;
  }

  .bot-banner__container {
    padding: 35px 0;
    min-height: 0;
  }


  .prefooter {
    padding-bottom: 25px;
  }

  .form-booking__content {
    padding: 25px 15px;
  }

  .page-services-gallary {
    padding-top: 30px;
  }

  .blog-item__title {
    margin-bottom: 10px;
  }

  .blog-item__time-events {
    margin-bottom: 10px;
  }

  .products-list-container .ajax-block-product__inner,
  .products-list-container .eshop_product__inner,
  .eshop-product .ajax-block-product__inner,
  .eshop-product .eshop_product__inner {
    padding: 10px;
  }

  .products-list-container .ajax-block-product,
  .products-list-container .eshop_product,
  .eshop-product .ajax-block-product,
  .eshop-product .eshop_product {
    margin-bottom: 10px;
    padding: 0 5px;
  }

  .junews_mod {
    padding: 0;
  }

  .menu-contacts__tel {
    font-size: 16px !important;
  }

  .header__socials a .ico img {
    max-width: 17px;
  }

  .home-contacts__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-contacts__map {

    min-height: 470px;
    background-image: url('/images/map480.jpg');
  }

  .home-contacts__map iframe {
    max-height: 470px;
    overflow: hidden;
  }
}

@media (max-width: 420px) {
  .main-banner .banner {
    padding: 35px 25px;
  }

  .main-banner .banner .banner__content-title {
    margin-bottom: 15px;
  }

  .main-banner .banner__content {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .prod-grid {
    grid-template-columns: 1fr;
  }

  .blog-grid {
    grid-template-columns: 1fr;
  }

  .blog-item__image img {
    height: auto;
    max-height: 180px;
  }
}

@media (max-width: 380px) {
  .header__booking {
    background-position: center;
    background-size: 24px auto;
    min-height: 37px;
    width: 38px;
    border: none;
    padding: 0;
  }

  .header__booking:hover,
  .header__booking:active,
  .header__booking:focus {
    background-color: transparent;
    border: none;
  }
}