@charset "UTF-8";
/* Global */
/* ------------------------------------ */
/* Fonts */
/* ------------------------------------ */
/* Colors */
/* ------------------------------------ */
/* Breakpoints */
/* ------------------------------------ */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
  ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
  ========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
  ========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-size: 1em; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/* Text-level semantics
  ========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
  border-bottom: none; /* 1 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-size: 1em; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
  ========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none;
}

/* Forms
  ========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  margin: 0; /* 2 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  font-family: inherit; /* 1 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  display: table; /* 1 */
  box-sizing: border-box; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type=search] {
  outline-offset: -2px; /* 2 */
  -webkit-appearance: textfield; /* 1 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type=search]::-webkit-search-decoration,
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-results-button,
[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  font: inherit; /* 2 */
  -webkit-appearance: button; /* 1 */
}

/* Interactive
  ========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}

/* Misc
  ========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

body {
  font-family: "Verdana", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #000;
  margin: 0;
  padding: 0;
  background-color: #fff;
  background: url(../images/paper_02.jpg);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  padding: 0;
  flex-grow: 1;
}

img {
  display: block;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

a {
  color: #0066cc;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 5px 8px;
  background-color: #fff;
}
.container::before, .container::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  /* ширина тени */
  width: 10px;
  /* чтобы тень не мешала кликам */
  pointer-events: none;
}
.container::before {
  left: -10px;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.2), transparent);
}
.container::after {
  right: -10px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2), transparent);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
}

/* Blocks */
/* ------------------------------------ */
.header__wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
}
@media (max-width: 605px) {
  .header__top {
    flex-direction: column;
    gap: 1em;
  }
}
.header__langs {
  display: flex;
  gap: 5px;
}
.header__partners {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  justify-content: space-evenly;
}

.breadcrumbs__nav {
  display: flex;
  flex-direction: column;
}
@media (max-width: 605px) {
  .breadcrumbs__nav {
    align-items: flex-start;
  }
}
.breadcrumbs__link {
  font-size: 12px;
  color: #808080;
}
.breadcrumbs__item {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin: 0;
}

.tour-slider {
  position: relative;
  overflow: hidden;
  font-size: 11px;
  min-height: 55px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 605px) {
  .tour-slider {
    min-height: 100px;
  }
}
.tour-slider__panel {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  opacity: 0;
  transform: translateY(calc(-50% + 20px));
  transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: none;
}
.tour-slider__panel a {
  text-decoration: none;
  color: #222;
}
.tour-slider__panel a b {
  color: #808080;
}
.tour-slider__panel.active {
  opacity: 1;
  transform: translateY(-50%);
  pointer-events: auto;
}
.tour-slider__nav {
  display: none;
}

/* Бургер */
.burger {
  position: relative;
  width: 20px;
  height: 15px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
@media (max-width: 605px) {
  .burger {
    display: flex;
    top: 0;
  }
}

.burger span {
  position: relative;
  display: block;
  height: 3px;
  background-color: #222;
  border-radius: 2px;
  transition: 0.3s transform, 0.3s opacity;
}

.burger span:nth-child(1),
.burger span:nth-child(3) {
  transform-origin: center center;
}

.burger span:nth-child(2) {
  transition: 0.3s opacity;
}

.main__sidebar #burger-toggle:checked ~ .main__sidebar-catalog .burger {
  top: -1px;
}

/* Открытие */
.main__sidebar #burger-toggle:checked ~ .main__sidebar-wrapper {
  max-height: 100%;
}

/* Анимация бургера в крестик */
.main__sidebar #burger-toggle:checked ~ .main__sidebar-catalog .burger span:nth-child(1) {
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}

.main__sidebar #burger-toggle:checked ~ .main__sidebar-catalog .burger span:nth-child(2) {
  opacity: 0;
}

.main__sidebar #burger-toggle:checked ~ .main__sidebar-catalog .burger span:nth-child(3) {
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}

.main__heading {
  display: flex;
  gap: 1em;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 605px) {
  .main__heading {
    flex-direction: column;
  }
}
.main__logo {
  min-width: 275px;
}
.main__heading-text {
  width: 100%;
}
@media (max-width: 605px) {
  .main__heading-text {
    text-align: center;
  }
}
.main__heading--cat .main__heading-text {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 605px) {
  .main__heading--cat .main__heading-text {
    align-items: center;
  }
}
.main__heading--cat .main__heading-text p {
  font-style: normal;
  font-size: 11px;
  color: #a52a2a;
  margin: 0 0 0 auto;
}
@media (max-width: 605px) {
  .main__heading--cat .main__heading-text p {
    margin: 0 auto;
  }
}
.main__heading-crumbs {
  display: flex;
  gap: 5px;
  align-items: center;
  font-style: normal;
  border-bottom: 1px solid #ece9db;
}
.main__heading-text h1 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: bold;
}
.main__columns {
  display: flex;
  gap: 1em;
}
@media (max-width: 965px) {
  .main__columns {
    display: grid;
    grid-template-columns: 270px 1fr;
    grid-auto-rows: auto auto;
  }
}
@media (max-width: 605px) {
  .main__columns {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 965px) {
  .main__columns--tour {
    display: flex;
  }
}
@media (max-width: 800px) {
  .main__columns--tour {
    flex-direction: column;
    align-items: center;
  }
}
.main__content--tour {
  font-size: 12px;
  text-align: justify;
}
.main__content--tour h1 {
  margin: 0 0 1em;
}
.main__content-price {
  margin: 0 0 1em;
  font-weight: bold;
  color: #a52a2a;
  text-decoration: underline;
}
.main__sidebar {
  width: 270px;
}
@media (max-width: 965px) {
  .main__sidebar {
    grid-column: 1;
    grid-row: 1/2;
  }
}
@media (max-width: 605px) {
  .main__sidebar {
    width: 100%;
  }
}
.main__sidebar-catalog {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  background-color: #ece9db;
  padding: 5px 10px;
  margin: 0 0 5px;
  outline: 1px solid #fff;
  outline-offset: -2px;
  box-shadow: 0 0 5px #808080;
}
.main__sidebar-wrapper {
  margin: 0 0 1em;
}
@media (max-width: 605px) {
  .main__sidebar-wrapper:nth-child(3) {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }
}
.main__sidebar-category {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 5px 0;
  font-size: 13px;
  border-bottom: 1px solid #ece9db;
}
.main__sidebar-category a {
  color: #000;
  text-decoration: none;
}
.main__sidebar-category a:hover {
  text-decoration: underline;
}
.main__sidebar-category sup {
  font-size: 8px;
  color: #999;
  display: inline-block;
  text-decoration: none;
  padding-left: 2px;
}
@media (max-width: 965px) {
  .main__content {
    grid-column: 2;
    grid-row: 1/3;
  }
}
.main__aside {
  width: 215px;
}
.main__aside .fb-like-box {
  width: 215px;
}
@media (max-width: 965px) {
  .main__aside {
    grid-column: 1;
    grid-row: 2/3;
    width: auto;
  }
}
.main--sitemap h1,
.main--sitemap p {
  margin: 0;
}
.main--sitemap h1 {
  font-size: 20px;
}
@media (max-width: 605px) {
  .main--sitemap h1 {
    text-align: center;
  }
}
.main--sitemap .main__columns {
  margin-bottom: 1em;
}
.main--sitemap .main__sitemap {
  display: flex;
  gap: 1em;
  font-size: 13px;
}
.main--sitemap .main__sitemap a {
  line-height: 1.5em;
}
.main--sitemap .main__sitemap-cat {
  color: #000;
}
.main--sitemap .main__sitemap-left div,
.main--sitemap .main__sitemap-right div {
  margin-bottom: 1em;
}
@media (max-width: 965px) {
  .main__sitemap {
    flex-wrap: wrap;
  }
}

.buxara {
  padding-top: 1em;
  margin-bottom: 1em;
}
.buxara__img {
  margin-bottom: 1em;
}
.buxara__text {
  font-size: 12px;
}
.buxara__author {
  font-size: 12px;
  font-style: italic;
}

.search {
  background-color: #ece9db;
  padding: 7px 0;
  text-align: center;
  margin: 0 0 1em;
}
.search__form {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-evenly;
}
.search__form span {
  font-size: 11px;
  font-weight: bold;
}
.search__field {
  border: 1px solid #808080;
  max-width: 60%;
}
.search__submit {
  background-color: #4e4e4e;
  border: 1px solid #4e4e4e;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.event {
  font-size: 11px;
  background-color: #ffcc00;
  padding: 5px;
  margin: 0 0 1em;
}
.event p {
  margin: 0 0 10px;
  padding-top: 10px;
}
.event__title {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 965px) {
  .event img {
    width: 100%;
  }
}

.himalayan {
  margin: 0 0 1em;
}
.himalayan__title {
  background-color: #cc0000;
  padding: 10px;
  margin: 0 0 5px;
  border-radius: 10px 10px 0 0;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.himalayan__items {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: space-between;
}
@media (max-width: 730px) {
  .himalayan__items {
    justify-content: space-evenly;
  }
}
@media (max-width: 605px) {
  .himalayan__items {
    align-items: center;
  }
}
.himalayan__item {
  display: flex;
  flex-direction: column;
  width: 140px;
}
.himalayan__item p {
  display: flex;
  flex-direction: column;
  background-color: #5e8d2f;
  color: #fff;
  margin: 0;
  padding: 10px 5px;
  text-align: center;
  min-height: 75px;
}
.himalayan__item p span {
  color: #ffff00;
}
.himalayan--fixed {
  margin-bottom: 0;
}

.articles {
  display: flex;
  gap: 5px;
  margin-bottom: 1.2em;
}
.articles__img {
  min-width: 100px;
  height: 100px;
}
.articles__text {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 12px;
}
.articles__text sup {
  color: #999;
  display: inline-block;
  text-decoration: none;
  padding-left: 2px;
}
.articles__text p {
  margin: 0;
}
.articles__text span {
  font-size: 11px;
  color: #999;
}

.hotel {
  font-size: 13px;
}
.hotel__info-title {
  margin: 0 0 1em;
}
.hotel__info-details {
  display: flex;
  gap: 1em;
  align-items: center;
}
.hotel__info-img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 200px;
}
.hotel__info-desc {
  margin: 0;
  text-align: justify;
}
.hotel table {
  width: 80%;
  border-collapse: collapse;
}
@media (max-width: 605px) {
  .hotel table {
    width: 100%;
  }
}
.hotel table tbody tr:nth-child(even) {
  background-color: #f3f3f3;
}
.hotel table th {
  border-bottom: 2px solid #222;
  padding: 10px;
  text-align: left;
  background-color: #ece9db;
}
.hotel table td {
  border-bottom: 1px solid #222;
  padding: 10px;
  vertical-align: middle;
}
.hotel__buttons {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 605px) {
  .hotel__buttons {
    justify-content: center;
  }
}
.hotel__buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.2s ease, transform 0.1s ease, box-shadow 0.2s ease;
  cursor: pointer;
}
.hotel__buttons a:active {
  transform: translateY(1px);
}
.hotel__readmore {
  background-color: #0066cc;
  color: #fff;
  border: 1px solid #0066cc;
}
.hotel__readmore:hover {
  box-shadow: 0 4px 10px rgba(44, 107, 237, 0.25);
  transform: translateY(-1px);
}
.hotel__book {
  background-color: #ffcc00;
  color: #000;
  border: 1px solid #ffcc00;
}
.hotel__book:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transform: translateY(-1px);
}

.pagination {
  width: 100%;
  margin: auto;
  padding: 20px;
}
.pagination__items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.pagination__item {
  margin: 0 5px;
  text-align: center;
  position: relative;
}
.pagination__item a, .pagination__item a:link, .pagination__item a:visited {
  text-decoration: none;
  display: block;
  padding: 0 5px;
  color: #6A6E80;
  transition: 0.3s;
  border-bottom: 1px solid transparent;
  position: relative;
}
.pagination__item a:hover, .pagination__item-active {
  padding: 0 5px;
  border-bottom: 1px solid #0066cc;
  color: #0066cc;
}

.footer__top {
  display: flex;
  gap: 1em;
  justify-content: space-between;
  margin: 0 0 1em;
}
@media (max-width: 605px) {
  .footer__top {
    flex-direction: column;
    align-items: center;
  }
}
.footer__partners {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
}
.footer__metrika {
  min-width: 88px;
}
.footer__menu {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 1em;
  justify-content: space-around;
  font-size: 11px;
}
.footer__menu a {
  color: #6A6E80;
  text-decoration: none;
  background-color: #ece9db;
  padding: 3px 6px;
  border-radius: 8px;
}
.footer__menu a:hover {
  color: #f3f3f3;
  background-color: #6A6E80;
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #669933;
  font-size: 11px;
  padding: 6px;
  margin: 0 -8px -5px -8px;
}
@media (max-width: 605px) {
  .footer__bottom {
    flex-direction: column;
    gap: 1em;
  }
}
.footer__bottom a, .footer__bottom p {
  color: #fff;
  margin: 0;
}/*# sourceMappingURL=style.css.map */