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

/* Fonts */
/* ------------------------------------ */
/* Colors */
/* ------------------------------------ */
/* Breakpoints */
/* ------------------------------------ */
*,
*::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 {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 5px 8px;
  background-color: #fff;
}

.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;
}
.header__langs {
  display: flex;
  gap: 5px;
}
.header__partners {
  display: flex;
  justify-content: space-evenly;
}

.main__heading {
  display: flex;
  gap: 1em;
  align-items: center;
  margin-bottom: 10px;
}
.main__logo {
  min-width: 275px;
}
.main__heading-text {
  font-style: italic;
  font-size: 12px;
  text-align: justify;
}
.main__heading--cat .main__heading-text {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.main__heading--cat .main__heading-text div {
  display: flex;
  gap: 5px;
  align-items: center;
  border-bottom: 1px solid;
}
.main__heading--cat .main__heading-text div > a {
  font-size: 12px;
  color: #808080;
}
.main__heading--cat .main__heading-text div > p {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.main__heading-text h1 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: bold;
}
.main__columns {
  display: flex;
  gap: 1em;
}
.main__sidebar {
  width: 270px;
}
.main__sidebar-catalog {
  font-size: 16px;
  font-weight: bold;
  background-color: #ece9db;
  padding: 5px 0 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;
}
.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;
}
.main__aside {
  width: 215px;
}
.main__aside .fb-like-box {
  width: 215px;
}

.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;
}

.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;
  gap: 5px;
  justify-content: space-between;
}
.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: 10px;
}
.articles__img {
  min-width: 100px;
  height: 100px;
}
.articles__text {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 11px;
}
.articles__text sup {
  color: #999;
  display: inline-block;
  text-decoration: none;
  padding-left: 2px;
}
.articles__text p {
  margin: 0;
}
.articles__text span {
  color: #999;
}

.footer__top {
  display: flex;
  gap: 1em;
  justify-content: space-between;
}
.footer__partners {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
}
.footer__menu {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 1em 0;
  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;
  padding: 6px;
  font-size: 11px;
}
.footer__bottom a, .footer__bottom p {
  color: #fff;
  margin: 0;
}/*# sourceMappingURL=style.css.map */