html,
body {
  height: 100%;
}
img,
table,
iframe {
  max-width: 100%;
}
*,
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  background: #e4e2e3;
  font: 12px Arial, Helvetica, sans-serif;
  line-height: 1;
  height: 100%;
  color: #3d4a6a;
}
img {
  border: 0px;
  display: block;
}
.article img {
  border: 0px;
  display: inline;
  padding: 5px 10px;
}
@media (max-width: 960px) {
  .article img {
    padding: 0;
    max-width: 100%;
    height: auto;
  }
}
input,
textarea {
  font: normal 14px Arial, Helvetica, sans-serif;
  color: #3d4a6a;
}
a {
  font: normal 12px/18px Arial, Helvetica, sans-serif;
  color: #000;
  outline: none;
}
a:hover {
  text-decoration: none;
}
li {
  list-style-type: none;
}
.clear,
.cl {
  clear: both;
  height: 0px;
  font-size: 0;
  overflow: hidden;
}
.tc {
  text-align: center;
}
h1 {
  color: #3d4a6a;
  font-size: 36px;
}
h1,
.title,
h1 > a {
  color: #2a5063;
  font: normal 24px Georgia, 'Times New Roman', Times, serif;
}
h2,
.title2,
h2 > a {
  color: #2a5063;
  font: normal 20px Georgia, 'Times New Roman', Times, serif;
}
h3,
.title3,
h3 > a {
  color: #2a5063;
  font: normal 16px Georgia, 'Times New Roman', Times, serif;
}
.twocols {
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-gap: 25px;
  -moz-column-gap: 25px;
  -webkit-column-gap: 25px;
}
.threecols {
  column-count: 3;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-gap: 25px;
  -moz-column-gap: 25px;
  -webkit-column-gap: 25px;
}
.block {
  background: #fff;
}
.block.reviews {
  margin-bottom: 24px;
  padding: 20px;
}
time {
  display: block;
  color: #888;
}
.selected {
  background: #333;
  color: #fff;
}
.col22 > div {
  width: 48%;
  float: left;
  margin: 0;
}
.col22 > div:last-child {
  margin-left: 4%;
}
.col22:after {
  content: '';
  display: block;
  clear: both;
  height: 10px;
}
@media (max-width: 767px) {
  .col2 > div {
    width: auto;
    float: none;
    margin-left: 0 !important;
  }
}
header {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  height: 78px;
  width: 100%;
  font-size: 0;
  background: #fae99d;
  background: -moz-linear-gradient(
    to bottom,
    #fae99d 0%,
    #ffc83f 71%,
    #febd2b 80%,
    #eb9913 100%
  );
  background: -webkit-linear-gradient(
    to bottom,
    #fae99d 0%,
    #ffc83f 71%,
    #febd2b 80%,
    #eb9913 100%
  );
  background: linear-gradient(
    to bottom,
    #fae99d 0%,
    #ffc83f 71%,
    #febd2b 80%,
    #eb9913 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fae99d', endColorstr='#f6ac1b',GradientType=0 );
}
.logo {
  display: inline-block;
  font: normal 24px Georgia, 'Times New Roman', Times, serif;
  color: #6b5845;
  text-shadow: 0 1px 0px #fff;
  vertical-align: middle;
  text-decoration: none;
  margin-right: 20px;
  text-align: center;
}
header nav {
  display: inline-block;
  vertical-align: middle;
}
header nav > ul > li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 9999;
  padding: 12px 8px;
  background: url(../images/menu_li_bg.png) no-repeat right top;
  text-align: center;
}
header nav > ul > .last {
  background: none;
}
header nav > ul > li > a {
  display: block;
  vertical-align: middle;
  padding: 11px;
}
header nav > ul ul {
  display: none;
  position: absolute;
  z-index: 99999;
}
header nav a {
  font: 15px Arial, sans-serif;
  color: #6b5845;
  text-decoration: none;
  text-shadow: 0 1px 0px #fff;
}
header nav ul ul a {
  text-shadow: none;
}
header:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 5px;
  height: 2px;
  width: 100%;
  background: #fdd468;
  z-index: 1;
}
@media (min-width: 769px) {
  header nav li:hover > ul {
    display: block;
    background: url(../images/ul2.png) repeat-x 0 bottom #fad772;
    padding: 11px;
    min-width: 200px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  header nav > ul > li:hover > a {
    border-radius: 4px;
    background: #ffffcf;
    box-shadow: inset 0px -1px #fff9a5;
    background: -moz-linear-gradient(
      top,
      #ffffcf 0%,
      #fff9a5 32%,
      #fbe585 70%,
      #f8d875 100%
    );
    background: -webkit-linear-gradient(
      top,
      #ffffcf 0%,
      #fff9a5 32%,
      #fbe585 70%,
      #f8d875 100%
    );
    background: linear-gradient(
      to bottom,
      #ffffcf 0%,
      #fff9a5 32%,
      #fbe585 70%,
      #f8d875 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffcf', endColorstr='#f8d875',GradientType=0 );
  }
  header nav ul ul li {
    padding: 5px 0;
  }
  header nav ul ul a {
    color: #6b5845;
    font-size: 12px;
    text-decoration: underline;
  }
}

.telz {
  display: inline-block;
  vertical-align: middle;
  padding-left: 35px;
  background: url(../images/icons/telz.png) no-repeat 0 50%;
  float: right;
  margin-top: 25px;
}
.telz a {
  display: block;
  font: bold 16px Arial, sans-serif;
  color: #6b5845;
  text-decoration: none;
  text-shadow: 0 1px 0px #fff;
  line-height: 1.5;
}
.minWidth {
  width: 1100px;
  margin: 0 auto 0 auto;
}
.root .minWidth.wrapper {
  margin-top: 70px;
}
.minWidth.wrapper {
  overflow: hidden;
}
.minWidth.head:after {
  content: '';
  clear: both;
  display: block;
}
@media (max-width: 1240px) {
  .minWidth {
    width: auto;
    margin: 0 70px;
    box-sizing: border-box;
  }
}
@media (max-width: 1240px) {
  .minWidth.wrapper {
    overflow: hidden;
  }
}
main,
.head h1 {
  float: right;
  width: 78.63%;
  margin-top: 24px;
}
.tyr h1 {
  margin: 24px 0;
}
.root main {
  float: none;
  width: auto;
}

#sidebar {
  width: 210px;
  margin-top: 24px;
}
#sidebar li {
  border-bottom: 1px solid #f5f5f5;
  display: block;
  padding: 15px 5px 15px 20px;
}
#sidebar li a {
  color: #007d93;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 14px;
}
#sidebar .active a {
  text-decoration: none;
}
#sidebar li a img {
  float: left;
  vertical-align: middle;
  margin-right: 16px;
}

#breadcrumb {
  list-style-type: none;
  display: block;
  margin-top: 70px;
  padding: 10px 0;
  background: #f1f1f1;
}
#breadcrumb li {
  display: inline;
}
#breadcrumb li + li:before {
  content: '›';
  margin: 0 7px;
}

.icons {
  position: absolute;
  bottom: 83px;
  left: 68px;
}
.icons li {
  padding: 0 19px 0 0;
  float: left;
}
.icons li a {
  background: url(../images/icons.png) no-repeat;
  width: 90px;
  height: 20px;
  float: left;
}
.icons li a.home {
  width: 11px;
  height: 11px;
}
.icons li a.map {
  background-position: -30px 0;
  width: 13px;
  height: 11px;
}
.icons li a.mail {
  background-position: -61px 0;
  width: 13px;
  height: 11px;
}

.phones {
  position: absolute;
  bottom: 78px;
  left: 293px;
}
.phones li {
  padding: 0 25px 0 0;
  float: left;
}
.phones li span {
  font: bold 16px Arial, Helvetica, sans-serif;
  color: #67ae42;
  padding: 0 5px 0 0;
  float: left;
}
.phones li p {
  font: bold 16px Arial, Helvetica, sans-serif;
  color: #2a5063;
  float: left;
}

.slogan {
  width: 205px;
  position: absolute;
  bottom: 76px;
  right: 15px;
  font: bold italic 11px Arial, Helvetica, sans-serif;
  color: #2a5063;
}

.menu {
  position: absolute;
  bottom: 12px;
  left: 8px;
}
.menu ul {
  float: left;
}
.menu ul li {
  background: url(../images/menu_li_bg.png) no-repeat right top;
  padding: 7px 7px 10px;
  float: left;
}
.menu ul li div {
  position: relative;
  float: left;
}
.menu ul li.last {
  background: 0;
}
.menu ul li a {
  color: #6b5845;
  float: left;
  font: 14px/14px Georgia, 'Times New Roman', Times, serif;
  padding: 9px 11px 12px 10px;
  border-radius: 3px 3px 3px 3px;
  text-decoration: none;
}
.menu ul li a:hover,
.menu ul li a.selected,
.menu ul li a.hover {
  background: url('../images/menu_hover_bg.png') repeat-x scroll 0 0 transparent;
  border: 1px solid #ffffff;
  padding: 8px 10px 11px 9px;
}

html
  body
  div.minWidth
  div.maincontainer
  div.top
  div
  div.menu
  ul#mainmenu
  li
  div
  ul
  li
  a {
  background: none;
  border: none;
  padding: 0;
}

.menu ul li ul {
  display: none;
  min-width: 150px;
  background: #f8d06d url(../images/pop-up_bg.png) repeat-x 0 top;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 11px 11px 11px;
  position: absolute;
  top: 32px;
  left: 0;
  border-radius: 0 0 4px 4px;
}
.menu ul li ul li {
  width: 100%;
  background: 0;
  padding: 0 0 3px 0;
}
.menu ul li ul li a {
  padding: 0;
  margin: 0;
  font: normal 12px Arial, Helvetica, sans-serif;
  color: #6b5845;
}
.menu ul li ul li a:hover {
  background: 0;
  padding: 0;
  margin: 0;
  border: 0;
  text-decoration: underline;
}
/*----------------------------------------------------------------------------------------MIDDLE*/
.middle {
  width: 910px;
  float: left;
}
.col1 {
  width: 210px;
  float: left;
}

.search,
.offering {
  background: #fff url(../images/search_bg.jpg) no-repeat 5px 5px;
  width: 210px;
  height: 58px;
  padding: 0 0 5px 0;
  margin: 0 0 17px 0;
  float: left;
}
.search p,
.offering p {
  width: 180px;
  color: #fff;
  padding: 10px 0 0 22px;
  font: normal 14px Georgia, 'Times New Roman', Times, serif;
  float: left;
}
.search input,
.offering input {
  background: 0;
  border: 0;
  width: 130px;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  margin: 4px 0 0 22px;
  padding: 0 5px;
  float: left;
}
.search a,
.offering a {
  background: url(../images/search_but.jpg) no-repeat;
  width: 23px;
  height: 23px;
  margin: 3px 0 0 5px;
  float: left;
}
.offering a {
  background-position: 0 -23px;
}

.banner {
  background: #fff;
  padding: 6px;
  margin: 0 0 17px 0;
  float: left;
}

.wather {
  background: #fff url(../images/wather.jpg) no-repeat 5px 5px;
  width: 200px;
  padding: 5px;
  float: left;
}
.wather p {
  width: 180px;
  color: #fff;
  padding: 7px 0 10px 17px;
  font: normal 14px Georgia, 'Times New Roman', Times, serif;
  float: left;
}
.wather div {
  width: 198px;
  border-bottom: 1px solid #e4e2e3;
  border-left: 1px solid #e4e2e3;
  border-right: 1px solid #e4e2e3;
  float: left;
}

.v-menu {
  background: #fff;
  width: 180px;
  padding: 15px;
  margin: 0 0 17px 0;
  float: left;
}
.v-menu ul {
  width: 173px;
  padding: 0 0 0 7px;
  float: left;
}
.v-menu ul li {
  width: 180px;
  padding: 0 0 11px 0;
  float: left;
}
.v-menu ul li a {
  font: normal 14px Georgia, 'Times New Roman', Times, serif;
  color: #007d93;
  float: left;
}
.v-menu ul li.selected {
  width: 158px;
  padding: 5px 0 13px 0;
  float: left;
}
.v-menu ul li.selected .sec-level {
  float: left;
}
.v-menu ul li.selected .sec-level a {
  color: #2a5063;
  text-decoration: none;
  font-size: 16px;
  margin: 0 0 0 11px;
}
.v-menu ul li.selected .sec-level .top,
.v-menu ul li.selected .sec-level .bottom {
  background: url(../images/sec_level_corners.jpg) no-repeat;
  width: 169px;
  height: 12px;
  padding: 0;
  margin: 0;
  float: left;
}
.v-menu ul li.selected .sec-level .middle {
  background: url(../images/sec_level_bg.jpg) repeat-y;
  width: 169px;
  float: left;
}
.v-menu ul li.selected .sec-level .middle ul {
  width: 147px;
  border-top: 1px solid #e8d8c1;
  padding: 10px 0 0 0;
  margin: 0 11px;
}
.v-menu ul li.selected .sec-level .middle ul li {
  width: 100%;
  padding: 0 0 9px 0;
}
.v-menu ul li.selected .sec-level .middle ul li a {
  font-size: 12px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  color: #017d95;
  text-decoration: underline;
  margin: 0;
}
.v-menu ul li.selected .sec-level .middle ul li a:hover {
  text-decoration: none;
}
.v-menu ul li.selected .sec-level .bottom {
  background-position: 0 -12px;
}
.addition-links {
  width: 180px;
  border-bottom: 1px solid #e8d8bf;
  padding: 0 0 10px 0;
  margin: 0 0 15px 0;
  float: left;
}

.col2 {
  width: 693px;
  padding: 0 0 0 7px;
  float: left;
}
.cat-country {
  margin: 0 0 3px 0;
  float: left;
}
.cat-country ul {
  float: left;
}
.cat-country ul li {
  background: #fff;
  width: 196px;
  padding: 7px 7px 9px 7px;
  margin: 0 0 25px 21px;
  float: left;
}
.cat-country ul li .img {
  position: relative;
  float: left;
}
.cat-country ul li .img p {
  border-top: 2px solid #dbeef2;
  position: absolute;
  bottom: 0;
  left: 0;
}
.cat-country ul li .img a {
  background: #fff;
  width: 183px;
  font: normal 18px Georgia, 'Times New Roman', Times, serif;
  color: #2a5063;
  height: 31px;
  opacity: 0.5;
  padding: 15px 0 0 13px;
  text-transform: uppercase;
  text-decoration: none;
  float: left;
}
.cat-country ul li .descr {
  padding: 7px 0 7px 13px;
  margin: 0 0 7px 0;
  border-bottom: 1px solid #e8d8c1;
  float: left;
}
.cat-country ul li .descr p,
.cat-country li .cost p {
  width: 85px;
  color: #8eb035;
  float: left;
}
.cat-country ul li .descr span {
  color: #284958;
  float: left;
}
.cat-country ul li .cost {
  padding: 0 0 10px 13px;
  float: left;
}
.cat-country ul li .cost span {
  color: #8eb035;
  font-size: 14;
  font-weight: bold;
  text-transform: uppercase;
}
.cat-country ul li .more {
  background: url(../images/more.jpg) no-repeat;
  width: 196px;
  height: 48px;
  display: block;
  float: left;
}

.news {
  background: #fff;
  margin-bottom: 24px;
}
.news .archive {
  width: 105px;
  text-align: right;
  color: #027d8f;
  font: normal 14px Georgia, 'Times New Roman', Times, serif;
  margin: 7px 0 0 0;
  display: block;
  float: right;
}
.news ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 6px;
}
.news ul li,
.article .news ul li {
  width: calc(33.33% - 28px);
  margin: 14px;
  display: inline-block;
  vertical-align: top;
  list-style-type: none;
  background: transparent !important;
  font-size: 17px;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.news ul li .n-date {
  width: 100%;
  padding: 5px 0 7px 0;
  float: left;
  font-size: 13px;
  margin-top: auto;
  text-align: left;
}
.news ul li .n-date span {
  color: #7181a2;
  font-size: 13px;
  line-height: 18px;
  margin-right: auto;
}
.news ul li .n-date .calendar {
  /*background: url(../images/news_calendar.png) no-repeat 0 1px;*/
  width: 15px;
  height: 15px;
  padding: 3px 5px 0 1px;
  line-height: 18px;
  text-align: center;
}
.news ul li a {
  width: 100%;
  color: #007d93;
  display: block;
  margin: 0 0 18px 0;
  float: left;
  font-size: 19px;
  line-height: normal;
  font-family: 'Georgia';
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
div.news ul li p{
  font-size: 14px;
  color:#3d4a6a;
  margin-bottom: 15px;
}
div.news ul li p img {
  border: 0px;
  display: inline;
  width: 100%;
  height: auto;
}
.article .news ul li {
  width: calc(33.33% - 28px);
  text-align: left;
}
.article .news ul li p{
  padding-bottom: 0;
}
.article .news ul li img {
  padding: 0;
}
@media (max-width: 1179px) {
  .article .news ul li {
    width: calc(50% - 28px);
  }
}
@media (max-width: 960px) {
  .news ul li {
    width: calc(50% - 28px);
    font-size: 19px;
  }
  .article .news ul li {
    width: calc(100% - 28px);
  }
  .news ul li a,
  .article .news ul li {
    font-size: 17px;
  }
  .news ul li a,
  .article .news ul li {
    -webkit-line-clamp: 3;
  }
  .article .news ul li {
    width: calc(100% - 28px);
  }
}
@media (max-width: 768px) {
  .article .news ul li {
    width: calc(50% - 28px);
  }
}
@media (max-width: 480px) {
  .news ul li,
  .article .news ul li {
    width: calc(100% - 28px);
  }
}
.article .news ul li {
  padding-left: 0;
}
.article {
  background: #fff;
  padding: 24px;
  line-height: 1.5;
}
article.article {
  margin: 0;
}
.article:after {
  content: '';
  clear: both;
  display: block;
}
.article h1,
.article .title {
  padding: 0 0 18px 0;
}
.article h2,
.article .title2 {
  padding: 0 0 9px 0;
  margin-top: 7px;
}
.article h3,
.article .title3 {
  padding: 0 0 9px 0;
}
.article p,
.con_text {
  padding: 3px 0 6px 0;
  line-height: 1.5;
}
.article ul {
  width: 100%;
  padding: 0 0 5px 0; /* float:left; */
  margin-top: 0px;
}
.article ul li {
  width: 95%;
  background: url(../images/marker.gif) no-repeat 0 9px;
  padding: 0 0 5px 31px; /* float:left; */
}
.article table {
  width: 100%;
  border: 1px solid #d4d2da;
  border-collapse: collapse; /*float:left;*/
  margin-bottom: 15px;
  margin-top: 15px;
}
.article table th {
  background: #e7e5e6;
  font: bold 16px Arial, Helvetica, sans-serif;
  color: #2a5063;
  border: 1px solid #d4d2da;
  padding: 13px;
  text-align: left;
}
.article table td {
  border: 1px solid #d4d2da;
  padding: 2px;
  text-align: center;
}
.article .gallery:after {
  content: '';
  display: block;
  clear: left;
  height: 10px;
}

.pages {
  width: 100%;
  float: left;
}
.pages ul {
  float: right;
}
.pages ul li {
  float: left;
}
.pages ul li a {
  font: normal 12px Arial, Helvetica, sans-serif;
  color: #007d93;
  padding: 3px 5px 4px 5px;
  float: left;
}
.pages ul li a:hover,
.pages ul li a.selected {
  background: #91b800;
  color: #fff;
}
.pages ul li.prev {
  padding: 0 10px 0 4px;
}
.pages ul li.prev a:hover,
.pages ul li.next a:hover {
  background: 0;
  color: #007d93;
}
.pages ul li.next {
  padding: 0 4px 0 10px;
}
/*----------------------------------------------------------------------------------------SECOND*/
.links {
  width: 653px;
  padding: 0 0 15px 20px;
  float: left;
}
.links ul {
  float: left;
  background: #f1f1f1;
  padding: 0 0 5px 20px;
}
.links ul li {
  width: 323px;
  padding: 0 0 5px 0;
  float: left;
}
.links ul li a {
  font: normal 14px Georgia, 'Times New Roman', Times, serif;
  color: #007d93;
  float: left;
}

.card {
  background: #fff;
  width: 629px;
  margin: 0 0 0 21px;
  border-right: 2px solid #f5ece3;
  padding: 21px 19px 20px 23px;
  float: left;
}
.card p {
  padding: 0 0 18px 0;
}
.card .order-tour {
  font: normal 18px Georgia, 'Times New Roman', Times, serif;
  color: #007d93;
  border-bottom: 1px dashed #007d93;
  padding: 0 0 1px 0;
  display: block;
  text-decoration: none;
  float: left;
}
.card h2,
.card .title2 {
  padding: 0 0 9px 0;
}
.card-pic {
  width: 334px;
  float: left;
}
.mail-pic {
  float: left;
}
.sec-pic {
  padding: 8px 0 0 0;
  float: left;
}
.sec-pic ul {
  float: left;
}
.sec-pic ul li {
  position: relative;
  padding: 0 8px 8px 0;
  float: left;
}
.sec-pic ul li a {
  float: left;
}
.sec-pic ul li .lupa {
  background: url(../images/lupa.png) no-repeat;
  width: 21px;
  height: 20px;
  display: block;
  position: absolute;
  top: 5px;
  right: 13px;
}

.card-dersc {
  width: 295px;
  float: left;
}
.card-dersc h1,
.card-dersc .title {
  padding: 0 0 18px 0;
}
.card-dersc .descr {
  padding: 7px 0 7px 0;
  margin: 0 0 7px 0;
  border-bottom: 1px solid #e8d8c1;
  float: left;
}
.card-dersc .descr p,
.card-dersc .cost p {
  width: 107px;
  color: #8eb035;
  padding: 0 0 7px 0;
  font: normal 14px Arial, Helvetica, sans-serif;
  color: #8fb133;
  float: left;
}
.card-dersc .descr span {
  width: 173px;
  color: #284958;
  padding: 0 0 7px 0;
  font: normal 14px Arial, Helvetica, sans-serif;
  color: #26495a;
  float: left;
}
.card-dersc .cost {
  padding: 0 0 10px 0;
  float: left;
}
.card-dersc .cost span {
  color: #8eb035;
  font-size: 14;
  font-weight: bold;
  text-transform: uppercase;
}

.form {
  width: 653px;
  padding: 15px 0 0 43px;
  float: left;
}
.form h1,
.form .title {
  padding: 0 0 18px 0;
}
.form ul {
  float: left;
}
.form ul li {
  padding: 0 0 10px 0;
  float: left;
}
.form ul li p {
  width: 111px;
  font: normal 14px Arial, Helvetica, sans-serif;
  color: #2a5063;
  float: left;
}
.form ul li input {
  background: #fff;
  width: 524px;
  height: 29px;
  line-height: 29px;
  border: 3px solid #d2d0d1;
  padding: 0 5px;
  float: left;
}
.form ul li textarea {
  background: #fff;
  width: 524px;
  height: 200px;
  border: 3px solid #d2d0d1;
  padding: 5px;
  float: left;
}
.form .button {
  background: url(../images/button_bg.jpg) no-repeat;
  width: 151px;
  height: 38px;
  font: normal 18px Georgia, 'Times New Roman', Times, serif;
  color: #6b5845;
  text-decoration: none;
  padding: 10px 0 0 45px;
  margin: 0 0 0 111px;
  float: left;
}
/*----------------------------------------------------------------------------------------BOTTOM*/
.bottom {
  width: 100%;
  position: relative;
  height: 112px;
}
.bottom-inner {
  background: url(../images/bottom_bg.png) no-repeat;
  width: 1000px;
  margin: 0 auto;
  height: 121px;
  position: relative;
}
.b-txt1 {
  background: url(../images/bottom_img_bg.png) no-repeat;
  width: 190px;
  height: 61px;
  padding: 0 0 0 40px;
  margin: 34px 0 0 283px;
  float: left;
}
.b-txt1 ul {
  width: 100%;
  padding: 13px 0 0 0;
  float: left;
}
.b-txt1 ul li {
  width: 100%;
  float: left;
}
.b-txt1 ul li span {
  font: normal 15px Arial, Helvetica, sans-serif;
  color: #2a5063;
  padding: 0 5px 0 0;
  float: left;
}
.b-txt1 ul li p {
  font: bold 15px Arial, Helvetica, sans-serif;
  color: #2a5063;
  float: left;
}
.b-txt2 {
  background: url(../images/bottom_img_bg.png) no-repeat 0 -70px;
  width: 165px;
  height: 48px;
  padding: 13px 0 0 40px;
  margin: 34px 0 0 4px;
  font: normal 14px Arial, Helvetica, sans-serif;
  color: #2a5063;
  float: left;
}
.b-txt3 {
  background: url(../images/bottom_img_bg.png) no-repeat 0 -140px;
  width: 165px;
  height: 48px;
  padding: 13px 0 0 40px;
  margin: 34px 0 0 32px;
  font: normal 15px Arial, Helvetica, sans-serif;
  color: #2a5063;
  float: left;
}
.forhd {
  padding: 20px;
}
.articlel .archive {
  width: 105px;
  color: #027d8f;
  font: normal 14px Georgia, 'Times New Roman', Times, serif;
  margin: 7px 0 0 0;
  display: block;
  float: right;
}
.articlel ul {
  margin: 0 0 0 -30px;
  float: left;
}
.articlel ul li {
  width: 600px;
  margin: 0 0 0 28px;
  float: left;
}
.articlel ul li .n-date {
  width: 100%;
  padding: 5px 0 7px 0;
  float: left;
}
.articlel ul li .n-date span {
  color: #7181a2;
  font-size: 10px;
  float: left;
}
.articlel ul li .n-date .calendar {
  background: url(../images/news_calendar.png) no-repeat 0 1px;
  width: 15px;
  height: 15px;
  padding: 0 5px 0 1px;
}
.articlel ul li a {
  width: 100%;
  color: #3f9eb0;
  display: block;
  margin: 0 0 10px 0;
  float: left;
}
p.user_count_notice {
  padding-top: 10px;
}
.search_result_title a,
.search_result_title:visited {
  color: #3f9eb0;
  font-size: 14px;
  font-weight: bold;
}
.search_result_title a:hover {
}
.send_ok {
  display: block;
  background: url('../images/oksend.png') no-repeat left white;
  padding: 40px 10px 10px 150px;
  height: 90px;
  margin-left: -23px;
}
.article .pages {
  width: 680px;
  float: left;
  margin-right: -30px;
}
.article .pages ul {
  margin-top: 20px;
  float: right;
  width: auto;
}
.article .pages ul li {
  float: left;
  width: auto;
  margin: 0;
  padding: 0;
  background: none;
}
.article .pages ul li a {
  font: normal 12px Arial, Helvetica, sans-serif;
  color: #007d93;
  padding: 3px 5px 4px 5px;
  float: left;
}
.article .pages ul li a:hover,
.article .pages ul li a.selected {
  background: #91b800;
  color: #fff;
}
.article .pages ul li.prev {
  padding: 0 10px 0 4px;
}
.article .pages ul li.prev a:hover,
.article .pages ul li.next a:hover {
  background: none;
  color: #007d93;
}
.article .pages ul li.next {
  padding: 0 4px 0 10px;
}
#inshop_tree li.selected div.sec-level div.middle ul li.skeleton a {
  text-decoration: none;
  color: #2a5063;
}
.b-txt4 {
  background: url(../images/bottom_img_bg.png) no-repeat;
  width: 190px;
  height: 61px;
  padding: 0 0 0 40px;
  margin: -61px 0 0 47px;
  float: left;
}
.b-txt4 ul {
  width: 100%;
  padding: 13px 0 0 0;
  float: left;
}
.b-txt4 ul li {
  width: 100%;
  float: left;
}
.b-txt4 ul li span {
  font: normal 15px Arial, Helvetica, sans-serif;
  color: #2a5063;
  padding: 0 5px 0 0;
  float: left;
}
.b-txt4 ul li p {
  font: bold 15px Arial, Helvetica, sans-serif;
  color: #2a5063;
  float: left;
}

table.motels td span {
  display: block;
  font-size: 11px;
  color: gray;
}
div.component table.motels tbody tr td.tbtitle {
  border: 1px solid #d4d2da;
  padding: 5px;
  text-align: center;
}
div.component table.motels tbody tr td.tbtipnon {
  text-align: center;
  font: bold;
}
div.component table.motels tbody tr td.tbvalutcellwhite {
  background: #9acd32;
}
div.component table.motels tbody tr td.tbvalutcellred {
  background: #ff6347;
}
div.pathway {
  display: block;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-left: 21px;
  background: #f1f1f1;
}
.component .article ul li a img {
  padding: 0;
}

div.siteselector {
  position: absolute;
  display: block;
  margin-top: 15px;
  right: 0;
  z-index: 9999;
}

div.top-panel-banner {
  display: block;
  position: absolute;
  width: 220px;
  height: 190px;
  right: 0;
  background: url('/templates/_default_/images/fw.fw.png') repeat;
  margin-top: 31px;
}
.article blockquote {
  background-color: #f1f1f1;
  border: 0 none;
  margin: 5px 5px 5px 0;
  padding: 10px 5px 10px 15px;
  position: relative;
}

.by {
  padding: 0;
  text-align: center;
}
.by img {
  max-width: 100%;
  box-sizing: border-box;
}
footer {
  text-align: center;
  clear: both;
  margin-top: 24px;
  color: #2a5063;
  font-size: 14px;
}
footer > div {
  box-sizing: border-box;
}
footer > div > div {
  display: inline-block;
  width: 232px;
  text-align: left;
}
footer .t {
  font-size: 15px;
  line-height: 1.5;
}
footer .addr {
  line-height: 1.5;
}
footer .wt {
  font-size: 18px;
  line-height: 1.5;
  vertical-align: top;
}

.article .gallery > li {
  background: none;
  padding-left: 0;
  float: left;
  width: auto;
}
.gallery a {
  display: block;
  overflow: hidden;
  height: 130px;
  width: 160px;
  padding: 5px;
  margin: 5px 15px;
  border: 1px solid silver;
}
.gallery img {
  padding: 0;
}
.cntrs {
  text-align: center;
}
.cntrs li {
  display: inline-block;
  width: 175px !important;
  text-align: left;
  background: none !important;
  padding: 0 !important;
}
.cntrs img {
  vertical-align: middle;
}
.tours > div,
.tour {
  padding: 2.5%;
  margin-bottom: 24px;
  background: #fff;
}
.tours > div:after,
.tour:after {
  content: '';
  clear: both;
  display: block;
}
.tours img,
.tour img {
  float: left;
  margin: 0 15px 15px 0;
}
.tours > div > div,
.tour > div {
  margin-left: 33%;
}
.tours h3,
.tour h3 {
  color: #007d93;
  text-transform: uppercase;
  font: normal 18px Georgia, 'Times New Roman', Times, serif;
  margin-bottom: 15px;
}
.tours p,
.tour p {
  font-size: 14px;
  color: #3d4a6a;
  margin-bottom: 25px;
  line-height: 1.4;
}
.tours .cal,
.tour .cal {
  padding: 5px 30px 5px 34px;
  background: url(../images/icons/cal.png) no-repeat 0 0;
  color: #8fb133;
  font-size: 14px;
}
.tours .term,
.tour .term {
  padding: 5px 0 5px 34px;
  background: url(../images/icons/term.png) no-repeat 0 0;
  color: #8fb133;
  font-size: 14px;
}
.tours hr,
.tour hr {
  border: 0 none;
  border-bottom: 1px solid #f5f5f5;
  margin: 25px 0;
}
.tours a {
  color: #007d93;
}
.tours .more {
  display: block;
  float: right;
  background: url(../images/btn2.png) repeat-x;
  padding: 14px 25px;
  color: #6b5845;
  font: normal 17px Georgia, 'Times New Roman', Times, serif;
  text-shadow: 0 1px 0 #fff;
  text-decoration: none;
}
.tours .price,
.tour .price {
  color: #8fb133;
  font-size: 26px;
}
.pagination {
  display: block;
  text-align: center;
  padding-bottom: 20px;
}
.pagination li,
.article .pagination li {
  display: inline-block;
  width: auto;
  background: transparent;
  padding: 0 0 0 5px;
}
.pagination a {
  display: block;
  height: 34px;
  line-height: 34px;
  width: 34px;
  font-size: 15px;
  color: #3d4a6a;
  text-align: center;
  background: #fff;
  text-decoration: none;
}
.pagination .active {
  background: #ccc;
}
.con_text > ymaps {
  position: relative;
  overflow: hidden;
}
.tours.actions {
  margin-bottom: 24px;
}
.tours.actions u {
  color: #3d4a6a;
  display: block;
  font: normal 40px Georgia, 'Times New Roman', Times, serif;
  text-decoration: none;
  padding: 20px 0;
  text-align: center;
}
.tours.actions {
  background: #fff;
  font-size: 0;
  text-align: center;
}
.tours.actions > div {
  display: inline-block;
  padding: 10px;
  width: 358px;
  box-sizing: border-box;
  vertical-align: top;
  text-align: left;
  background: transparent;
}
.tours.actions img {
  float: none;
  margin: 0;
  display: block;
}
.tours.actions > div:hover {
  background: #fff;
  box-shadow: 0 2px 25px rgba(26, 26, 28, 0.1);
}
.tours.actions > div:hover a,
.tours.actions > div:hover h3 {
  text-decoration: none;
}
.tours.actions b {
  display: block;
  clear: both;
  padding-bottom: 10px;
}
.tours.actions b > * {
  display: inline-block;
  vertical-align: middle;
}
.tours.actions h3,
.niceH3 {
  color: #007d93;
  font-size: 22px;
  text-transform: inherit;
  margin-top: 15px;
  height: 28px;
  overflow: hidden;
}
.tours.actions .cal {
  margin-left: 60px;
}
.tours.actions .term {
  background: url(../images/icons/termb.png) no-repeat 0 0;
  font-size: 14px;
  color: #3d4a6a;
}
.tours.actions p {
  max-height: 60px;
  height: 60px;
  overflow-y: auto;
}
.tours.actions .price {
  font-weight: 400;
  display: block;
  float: left;
}
.tours.actions strike {
  color: #d71818;
  font: 19px Arial, sans-serif;
  width: 160px;
  margin-top: 5px;
}

@media (max-width: 1179px) {
  header nav {
    display: none;
    position: fixed;
    top: 70px;
    left: 0;
    bottom: 0;
    width: 250px;
    background: #fff;
    box-shadow: 0 5px 48px #000;
  }
  header nav > ul > li {
    display: block;
    background: transparent;
    padding: 3px;
    border-bottom: 1px solid #ccc;
  }
  header nav li strike {
    font-size: 18px;
    color: #6b5845;
    text-decoration: none;
    line-height: 1;
    display: block;
    position: absolute;
    right: 5px;
    top: 7px;
    padding: 5px;
    cursor: pointer;
  }
  header nav > ul ul {
    position: static;
    margin-left: 30px;
  }
  header nav ul ul a {
    line-height: 1.7;
  }
  .logo {
    margin-top: 20px;
  }
  #nav-toggle {
    display: block;
    float: right;
    position: relative;
    margin: 32px 0 0 15px;
    height: 35px;
    width: 35px;
  }
  #nav-toggle span,
  #nav-toggle span:before,
  #nav-toggle span:after {
    cursor: pointer;
    height: 5px;
    width: 35px;
    background: #000;
    position: absolute;
    display: block;
    content: '';
  }
  #nav-toggle span:before {
    top: -10px;
  }
  #nav-toggle span:after {
    bottom: -10px;
  }
  #nav-toggle span,
  #nav-toggle span:before,
  #nav-toggle span:after {
    transition: all 200ms ease-in-out;
  }
  #nav-toggle.active span {
    background-color: transparent;
  }
  #nav-toggle.active span:before,
  #nav-toggle.active span:after {
    top: 0;
  }
  #nav-toggle.active span:before {
    transform: rotate(45deg);
  }
  #nav-toggle.active span:after {
    transform: rotate(-45deg);
  }
  footer > div {
    padding-left: 0;
  }
  .bottom-inner {
    background: transparent;
    width: auto;
    height: auto;
    text-align: center;
  }
  .bottom-inner > div {
    float: none;
    display: inline-block;
    margin: 10px;
    vertical-align: top;
    width: 230px;
  }
  .news ul {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .logo {
    font-size: 20px;
  }
  main {
    float: none;
    width: auto;
  }
  .minWidth {
    margin: 0 2%;
  }
  #sidebar {
    display: none;
  }
  footer .wt {
    display: none;
  }
}

@media (max-width: 480px) {
  .tours > div > div,
  .tour > div {
    margin-left: 0;
    margin-top: 10px;
  }
  .tours img,
  .tour img {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .article h1,
  .article .title {
    text-align: center;
  }
  .tours.actions > div {
    display: block;
    padding: 10px;
    width: auto;
  }
}

@media (max-width: 420px) {
  .telz {
    margin-top: 15px;
    background: transparent;
    padding-left: 5px;
  }
  .telz a {
    font-size: 13px;
  }
  .logo {
    font-size: 18px;
    margin-top: 25px;
    margin-right: 0;
  }
}

@media (max-width: 420px) {
  .logo {
    width: 90px;
    margin-top: 13px;
  }
}

/* fancy3 */
@charset "UTF-8";
.fancybox-enabled {
  overflow: hidden;
}
.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}
.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}
.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  box-sizing: border-box;
}
.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s, visibility 0s;
}
.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}
.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}
.fancybox-toolbar {
  top: 0;
  right: 0;
}
.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translateZ(0);
}
.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.fancybox-slide:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: visible;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}
.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #e5e3df;
}
.fancybox-slide--next {
  z-index: 99995;
}
.fancybox-slide > div {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}
.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in;
}
.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}
.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%;
}
.fancybox-error,
.fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff;
}
.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default;
}
.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue, Helvetica, Arial, sans-serif;
}
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}
.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background 0.25s;
  box-sizing: border-box;
  z-index: 2;
}
.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}
.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}
.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa;
}
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
}
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  background: linear-gradient(
    180deg,
    transparent 0,
    rgba(0, 0, 0, 0.1) 20%,
    rgba(0, 0, 0, 0.2) 40%,
    rgba(0, 0, 0, 0.6) 80%,
    rgba(0, 0, 0, 0.8)
  );
  pointer-events: none;
}
.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid hsla(0, 0%, 100%, 0.4);
  font-size: 14px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}
.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
}
.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none;
}
.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}
.fancybox-button,
.fancybox-infobar__body {
  background: rgba(30, 30, 30, 0.6);
}
.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}
.fancybox-button:after,
.fancybox-button:before {
  content: '';
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}
.fancybox-button[disabled]:after,
.fancybox-button[disabled]:before {
  opacity: 0.3;
}
.fancybox-button--left:after,
.fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}
.fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.fancybox-button--right:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fancybox-button--left {
  border-bottom-left-radius: 5px;
}
.fancybox-button--right {
  border-bottom-right-radius: 5px;
}
.fancybox-button--close:after,
.fancybox-button--close:before {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}
.fancybox-button--close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity 0.25s;
}
.fancybox-arrow:after {
  content: '';
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 24px 24px;
}
.fancybox-arrow--right {
  right: 0;
}
.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.fancybox-arrow--left:after,
.fancybox-arrow--right:after {
  left: 0;
}
.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6;
}
.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3;
}
.fancybox-slide > .fancybox-loading {
  border: 6px solid hsla(0, 0%, 39%, 0.4);
  border-top: 6px solid hsla(0, 0%, 100%, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a 0.8s infinite linear;
  animation: a 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}
@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  opacity: 1;
}
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}
@media (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0;
  }
  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none;
}
.fancybox-button--pause:before,
.fancybox-button--play:before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent;
}
.fancybox-button--play:before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
}
.fancybox-button--pause:before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px;
}
.fancybox-button--thumbs,
.fancybox-thumbs {
  display: none;
}
@media (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block;
  }
  .fancybox-button--thumbs span {
    font-size: 23px;
  }
  .fancybox-button--thumbs:before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0,
      4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
  }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995;
  }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px;
  }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
  }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
  }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
  }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
  }
}

.cookie-banner {
  position: fixed;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 15px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  z-index: 1000;
}
.cookie-banner button {
  background: #4CAF50;
  color: white;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 3px;
}

.cookies {
  position: fixed;
  bottom: 20px;
  left: 20px;
  max-width: 400px;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
}
.cookies h3 {
  color: #2c2f31;
  font-size: 18px;
  margin-bottom: 20px;
}
.cookies p {
  color: #5e6266;
  font-size: 14px;
  margin-bottom: 30px;
}
.cookies button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  background: #f90;
  color: #fff;
  width: 100%;
  outline: none;
  border: none;
  cursor: pointer;
  transition: all 300ms ease;
}
.cookies button:hover {
  opacity: 0.8;
}
.cookies button:not(:last-child) {
  margin-bottom: 16px;
}
.cookies button:last-child {
  background: #eaeff2;
  color: #2c2f31;
}

.dialogbox {
  box-sizing: border-box;
  display: none;
  position: fixed;
  z-index: 100000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
}
.dialogbox__inner {
  display: flex;
  flex: 1 1 100%;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  height: 100%;
  width: 100%;
}
.dialogbox__window {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 20px;
  border-radius: 20px;
  width: 100%;
  max-width: 600px;
  background: #fff;
  overscroll-behavior: contain;
}
.dialogbox__window > p {
  color: #5e6266;
  font-size: 14px;
  margin-bottom: 30px;
}
.dialogbox__window a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
  font-weight: 600;
}
.dialogbox__slides {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}
.dialogbox__close {
  transition: all 0.2s ease-in-out;
  z-index: 2;
  width: 14px;
  height: 14px;
  z-index: 10;
  cursor: pointer;
  opacity: 0.7;
  background: #eaeff2;
  padding: 10px;
  border-radius: 5px;
  transition: all 300ms ease;
}
.dialogbox__close:hover {
  opacity: 1;
}
.dialogbox__footer {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
.dialogbox__footer button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  background: #f90;
  color: #fff;
  width: 100%;
  outline: none;
  border: none;
  cursor: pointer;
  transition: all 300ms ease;
  font-size: 14px;
  max-width: fit-content;
}
.dialogbox__footer button:hover {
  opacity: 0.8;
}
.dialogbox__footer button:last-child {
  background: #eaeff2;
  color: #2c2f31;
  margin-left: auto;
}
.dialogbox .block-header {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 30px;
  justify-content: space-between;
}
.dialogbox .block-header h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  text-transform: uppercase;
  color: #2c2f31;
  margin: 0px;
}
.dialogbox svg {
  display: block;
  fill: none;
  stroke: #1c1c1c;
}
.dialogbox .slide__slide:not(:last-child) {
  margin-bottom: 24px;
}
.dialogbox .slide__header {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #a0a6ab;
  cursor: pointer;
  transition: all 300ms ease;
}
.dialogbox .slide__header:hover {
  background: rgb(247, 228, 198);
}
.dialogbox .slide__header.active {
  border-radius: 10px 10px 0px 0px;
}
.dialogbox .slide__header p {
  margin: 0px;
}
.dialogbox .slide__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  width: 10px;
  background: #d5dee2;
  border-radius: 50%;
}
.dialogbox .slide__label {
  margin-left: auto;
  font-size: 10px;
  background: #d5dee2;
  color: #5e6266;
  padding: 5px 10px;
  border-radius: 10px;
}
.dialogbox .slide__label + .slide__toggle {
  margin-left: 0px;
}
.dialogbox .slide__toggle {
  display: block;
  margin-left: auto;
  cursor: pointer;
  background: rgb(250, 195, 113);
  width: 60px;
  border-radius: 20px;
  transition: all 300ms ease;
}
.dialogbox .slide__toggle:has(input:checked) {
  background: #f90;
}
.dialogbox .slide__toggle:has(input:checked) .slide__circle {
  transform: translate(30px, 0px);
}
.dialogbox .slide__toggle:has(input:checked) .slide__circle svg {
  display: none;
}
.dialogbox .slide__toggle:has(input:checked) .slide__circle svg:last-child {
  display: block;
}
.dialogbox .slide__toggle:has(input:disabled) {
  filter: grayscale(0.8);
  cursor: not-allowed;
}
.dialogbox .slide__toggle input {
  display: none;
}
.dialogbox .slide__circle {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d5dee2;
  padding: 5px;
  width: 20px;
  border-radius: 50%;
  transition: all 300ms ease;
}
.dialogbox .slide__circle svg {
  display: block;
}
.dialogbox .slide__circle svg:last-child {
  display: none;
}
.dialogbox .slide__hidden {
  display: none;
  border: 1px solid #a0a6ab;
  border-top: none;
  border-radius: 0px 0px 10px 10px;
  padding: 10px;
}
.dialogbox .slide__hidden p {
  color: #5e6266;
  font-size: 14px;
  margin: 0px;
}
.dialogbox .slide__param {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.dialogbox .slide__param .slide__toggle {
  scale: 0.8;
}
html {
  scroll-behavior: smooth;
}

.button-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.tour-button {
    display: inline-block;
    padding: 6px 14px;
    border: 1px solid #ccc;
    background-color: #E4F2FF;
    color: #428BCA;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
}
.tour-button:hover {
    background-color: #f8f9fa;
}

/* Медиазапрос для мобильных устройств */
@media (max-width: 768px) {
    .tour-button {
        font-size: 14px; /* уменьшаем размер шрифта */
        padding: 8px 15px; /* уменьшаем отступы */
    }
}
