/* Add your CSS @import rules after this line */

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 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-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * 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-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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 {
  border-style: none;
  padding: 0;
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

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"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-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 {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}body {
  background-color: #f4e5c8;
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.wrapper {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 100%;
  flex-grow: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.centercolumn {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.header-container {
  background-color: #fff;
  height: 250px;
  position: relative;
}
.header-language {
  position: absolute;
  top: 124px;
  right: 20px;
  z-index: 1000;
}
#google_translate_element2 {
  display: none;
}
.header-language .flag {
  margin-left: 10px;
}
.header-img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent url("../images/header.jpg") no-repeat 50% 00%;
  height: 190px;
}
.home .header-container {
  height: 490px;
}
.home .header-img {
  background-position: 50% 100%;
  height: 430px;
}
.logo {
  background: transparent url("../images/logo-small.png") 0 0 no-repeat;
  width: 735px;
  height: 187px;
  top: 64px;
  left: 30px;
  position: absolute;
  z-index: 20;
  pointer-events: none;
}
.home .logo {
  background: transparent url("../images/logo.png") 0 0 no-repeat;
  width: 1020px;
  height: 427px;
  left: 50%;
  right: 50%;
  bottom: 0;
  transform: translate(-50%,70px);
}
.white-line {
  height: 60px;
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 100;
  box-shadow: 0 1px 10px 0px rgba(0,0,0,0.2);
}
.top-line {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  position: fixed;
  max-width: 1600px;
  width: 100%;
  background-color: white;
  z-index: 100;
}
.top-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  z-index: 30;
}
.top-menu a {
  display: block;
  color: #57482b;
  text-transform: uppercase;
  font-size: 22px;
  padding: 20px 10px 12px 46px;
  margin: 0 10px;
  background: url("../images/menu-item.png") no-repeat 0 50%;
  border-bottom: 7px solid transparent;
  transition: border 0.3s;
  text-decoration: none;
}
.top-menu > ul > li.active > a {
  border-bottom: 7px solid #a62a2a;
}
.top-menu > ul > li > a:hover {
  border-bottom: 7px solid #a62a2a;
  background-color: transparent !important;
}
li.parent {
  position: relative;
}
li.parent > a {
  cursor: default;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
}
li.parent ul {
  display: none;
  position: absolute;
  background: white;
  z-index: 30;
  border-top: none;
  left: 10px;
}
li.parent:hover ul {
  display: block;
  min-width: 100%;
}
li.parent li > a {
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  text-transform: none;
  background-image: none;
  border-bottom: 2px solid #b6b4b5;
  padding: 20px 40px;
  white-space: nowrap;
  transition: color 0.3s, background 0.3s;
}
li.parent li > a:hover {
  color: #a62a2a;
}
li.parent li.active > a {
  background-color: #f4e5c8;
}
.social ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  list-style: none;
}
.social-contacts {
  list-style: none;
}
.social-contacts a {
  display: block;
  height: 30px;
  margin: 0 13px;
  background-position: 0 0%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: filter 0.3s;
  padding-left: 45px;
  margin-bottom: 20px;
}
.social a {
  display: block;
  font-size: 0;
  width: 30px;
  height: 30px;
  margin: 0 13px;
  background-position: 0 0%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: filter 0.3s;
}
.social a:hover {
  filter: brightness(1.15);
}
.phone {
  font-size: 30px;
}
.header-phone {
  position: absolute;
  right: 20px;
  top: 90px;
  color: #f8e0c6;
}
.btn-instagram {
  background-image: url("../images/icon-instagram.png");
}
.btn-vk {
  background-image: url("../images/icon-vkontakte.png");
}
.btn-facebook {
  background-image: url("../images/icon-fb.png");
}
.btn-tiktok {
  background-image: url("../images/icon-tiktok.png");
}
.btn-viber {
  background-image: url("../images/icon-viber.png");
}
.btn-whatsapp {
  background-image: url("../images/icon-whatsapp.png");
}
.btn-telegram {
  background-image: url("../images/icon-telegram.png");
}
.btn-ok {
  background-image: url("../images/icon-ok.png");
}
.main-component {
  background-color: #fffaee;
  padding: 20px 40px 20px 40px;
  margin-bottom: 20px;
  height: 100%;
  flex-grow: 1;
}
.home .main-component {
  padding-top: 70px;
}
.pre-footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: white;
  min-height: 60px;
}
.footer {
  background-color: #81282a;
  color: #fbfbfb;
  font-size: 24px;
  padding-top: 30px;
  padding-bottom: 40px;
}
.footer-content {
  display: flex;
  flex-direction: row;
}
.footer-copyright {
  color: #f4e5c8;
  position: absolute;
  right: 10px;
  bottom: 0px;
}
.footer-copyright a {
  color: #f4e5c8;
  transition: color 0.3s;
}
.footer-copyright a:hover {
  text-decoration: none;
  color: #fff;
}
.footer-phone {
  margin-right: 45px;
}
.footer-phone-mobile {
  display: none;
}
.footer-logo img {
  width: 300px;
  height: 301px;
}
.footer-menu {
  display: flex;
  flex-direction: row;
}
.footer-menu li a {
  color: white;
  font-size: 36px;
  background-color: transparent;
  line-height: 55px;
  transition: color 0.3s;
}
.footer-menu li a:hover,
.footer-menu li a:active,
.footer-menu li a:focus {
  background-color: transparent;
  color: #f4e5c8;
}
.footer-menu-column {
  padding-left: 160px;
  position: relative;
}
.footer-menu-column::before {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  left: 70px;
  width: 3px;
  height: 270px;
  background-color: white;
}
.footer-menu-column1::before {
  display: none;
}
.icons {
  display: none;
}
.contentlayout {
  margin: 0px;
  font-size: 20px;
  line-height: 28px;
  color: #000;
  flex-grow: 1;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
}
.contentlayout a {
  color: #81282a;
  text-decoration: underline;
  transition: color 0.3s;
}
.contentlayout a:hover {
  color: #c6494b;
}
.contentlayout p {
  margin: 20px 0;
}
.contentlayout .button,
button.btn,
.contentlayout a.btn {
  display: inline-block;
  color: #f4e5c8;
  font-size: 18px;
  background-color: #81282a;
  padding: 10px 20px 10px 42px;
  border-radius: 10px;
  background-image: none;
  text-shadow: none;
  border: 0;
}
button.btn {
  margin-left: 14px;
}
.contentlayout .button:hover,
.button:hover,
button.btn:hover,
.contentlayout a.btn:hover {
  text-decoration: none;
  background-color: #a62a2a;
  filter: brightness(1.1);
  transition-duration: 0.2s;
  background-image: none;
  text-shadow: none;
  border: 0;
}
.button:active,
.button:focus,
.contentlayout .button:active,
button.btn:active,
button.btn:focus,
.contentlayout a.btn:focus,
.contentlayout a.btn:active {
  text-decoration: none;
  background-color: #a62a2a;
  box-shadow: inset 2px 2px 0px 0px #f4e5c8;
  background-image: none;
  text-shadow: none;
  border: 0;
}
.contentlayout h1,
.contentlayout h2,
.contentlayout h3,
.contentlayout h4,
.contentlayout h5,
.contentlayout h6 {
  color: #000;
}
.contentlayout h1,
.contentlayout h2 {
  color: #81282a;
  font-size: 30px;
  font-weight: normal;
}
.page-header {
  padding-bottom: 0;
}
h1.brownheader {
  color: #5c4034;
  margin: 0;
  line-height: 0px;
  margin-top: 10px;
  font-weight: bold;
}
.contentlayout h3 {
  color: #000;
  font-size: 26px;
}
.contentlayout h4 {
  color: #000;
  font-size: 24px;
}
.well {
  background-color: transparent;
  border: 1px solid #5a3b2a;
}
fieldset,
legend {
  border: none;
  margin-bottom: 0;
}
#contact-form legend {
  display: none;
}
legend + .control-group {
  margin-top: 0px;
}
input,
textarea {
  width: 75%;
}
#scrollToTop {
  background: rgba(244,229,200,0.75) !important;
  border: 1px solid #81282a !important;
  width: 38px !important;
  height: 38px !important;
  border-radius: 15px !important;
  z-index: 19 !important;
  left: 20px;
  bottom: 20px;
  opacity: 1 !important;
}
#scrollToTop::before,
#scrollToTop::after {
  content: "" !important;
  display: block !important;
  width: 24px !important;
  height: 4px !important;
  background-color: #81282a !important;
  position: absolute !important;
}
#scrollToTop::after {
  right: 11px !important;
  top: 50% !important;
  transform: translateY(-50%) rotate(45deg) !important;
}
#scrollToTop::before {
  left: 11px !important;
  top: 50% !important;
  transform: translateY(-50%) rotate(-45deg) !important;
}
#scrollToTop:hover,
#scrollToTop:active,
#scrollToTop:focus {
  background: rgba(254,239,210,0.85) !important;
}
p.readmore {
  margin-bottom: 50px;
  margin-top: 20px;
}
.list-striped {
  border: none;
}
.list-striped li {
  background-color: transparent !important;
  border: none !important;
}
.list-striped > li {
  margin-bottom: 30px;
}
.tag-body li {
  list-style-type: disc;
  padding: 0;
  line-height: 20px;
}
.tag-body ul {
  padding: 0;
  margin: 0 0 10px 25px;
}
.pagination ul > li > a,
.pagination ul > li > span {
  background-color: transparent;
  border: none;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:active,
.pagination ul > li > a:focus {
  text-decoration: underline;
  background-color: transparent;
}
.pagination ul {
  box-shadow: none;
  transform: translateX(70%);
}
.top-menu .toggle-nav {
  display: none;
}
.page-header {
  border: none;
}
[class^="leading-"] {
  margin-bottom: 60px;
}
.pagination {
  text-align: center;
}
.pagination ul {
  transform: none;
}
.pagination ul > li > a,
.pagination ul > li > span {
  display: block;
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 6px;
  margin-bottom: 6px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #86786d;
}
.pagination ul > li > a {
  background-color: #5c4034;
  color: #fbfbfb;
}
.pagination ul > li > a:hover {
  background-color: #66473a;
  text-decoration: none;
}
.pagination ul > li > a:active,
.pagination ul > li > a:active {
  background-color: #66473a;
  text-decoration: none;
}
.catspage .page-header {
  text-align: center;
}
.catspage .page-header > h2 {
  font-size: 50px;
  margin-bottom: 30px;
}
.catspage article {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.catspage article section {
  margin-top: 0;
  margin-bottom: 50px;
  margin-left: 5%;
  margin-right: 5%;
  width: 40%;
}
.catspage article section a {
  transition: filter 0.3s;
}
.catspage article section a:hover {
  filter: brightness(1.1);
}
.cats .page-header h2 {
  text-align: center;
}
.cats .buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.cats .buttons a {
  text-decoration: none;
  background: #81282a url("../images/crown.png") no-repeat 10px 50%;
  padding: 10px 20px 10px 46px;
  border-radius: 15px;
  margin: 10px;
  color: #f5e4c8;
  text-transform: uppercase;
  transition: background-color 0.3s;
}
.cats .buttons a:hover {
  background-color: #6e2224;
}
.cats .mainphoto {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #fff;
  box-sizing: border-box;
}
.cats a > .mainphoto {
  transition: 0.3s;
}
.cats a > .mainphoto:hover {
  filter: brightness(1.05);
}
.achievements .page-header h2 {
  text-align: center;
  margin-bottom: 30px;
}
.achievements h3 {
  margin-top: 50px;
}
.kittens h2 {
  text-align: center;
  font-size: 34px;
}
.kittens h3 {
  font-weight: normal;
  text-align: center;
  font-size: 34px;
  color: #81282a;
  margin-top: 40px;
  margin-bottom: 20px;
}
.kittens .mainphoto {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #fff;
  box-sizing: border-box;
}
.kittens a > img {
  transition: 0.3s;
}
.kittens a > img:hover {
  filter: brightness(1.05);
}
.kittens .kittens-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 1%;
}
.kittens .kittens-card {
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
  max-width: 31%;
}
.kittens .kittens-card p {
  margin: 5px 0;
}
.kittens .kittens-card h3 {
  font-size: 30px;
  margin-bottom: 0;
}
.kittens .kittens-card h4 {
  text-transform: uppercase;
  font-size: 30px;
  color: #81282a;
  margin-top: 20px;
  margin-bottom: 5px;
  line-height: 38px;
}
.feedback-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 1%;
}
.feedback-card {
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
  max-width: 49%;
}
.feedback-card img {
  margin-bottom: 25px;
}
.feedback-card p {
  margin: 15px 0;
}
.feedback-card h3 {
  font-size: 30px;
  margin-top: 0;
}
.page-header > h1,
.gallery > h2 {
  text-align: center;
}
.kittenspage-advert {
  text-align: center;
}
.kittens-advert {
  text-align: center;
  margin-bottom: 20px;
  background-color: #fffaee;
}
.kittens-advert a {
  display: block;
  padding-top: 394px;
  padding-bottom: 2px;
  background: url("../images/kittens-advert-big.png") 50% 20px no-repeat;
  transition: filter 0.3s;
  text-decoration: none;
}
.kittens-advert a h3 {
  color: #81282a;
  transition: color 0.3s;
}
.parents-container {
  display: flex;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.parents {
  background-color: #fff;
  padding: 20px 20px 20px 20px;
  margin-left: 2%;
  margin-right: 2%;
  box-sizing: border-box;
}
.parents p {
  margin: 0;
}
.parents h3 {
  margin-top: 0;
  margin-bottom: 10px;
  text-align-last: left;
  color: #000;
}
.kittens-advert a:hover {
  filter: brightness(1.1);
}
.kittens-advert a:hover h3 {
  color: #a83437;
}
.jg_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.jg_element_cat,
.jg_subcatelem_cat,
.jg_element_gal {
  width: 30%;
  float: none;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 30px;
}
.jg_photo {
  box-sizing: border-box;
}
.jg_catelem_txt {
  margin-top: 10px;
}
.jg_subcatelem_txt {
  margin-top: 10px;
}
.jg_subcatelem_txt ul {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.crimson {
  color: #81282a;
}
.feedback-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
li {
  line-height: inherit;
}
#onicon .onicon-bookmark .onicon-button__title {
  background-color: #81282a !important;
  border: 1px solid #f4e5c8 !important;
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 16px !important;
}
#onicon .onicon-bookmark .onicon-button__icon,
#onicon .onicon-bookmark .onicon-menu__icon {
  color: #81282a !important;
}
@media (max-width: 1180px) {
  body {
    min-width: 720px;
    max-width: 1180px;
  }
  .header-container {
    height: 130px;
    background-color: #81282a;
  }
  .home .header-container {
    height: 580px;
    background-color: #fffaee;
  }
  .header-img {
    display: none;
  }
  .home .header-img {
    display: block;
    height: 430px;
    top: 0;
    background: transparent url(../images/header.jpg) no-repeat 50% 0%;
  }
  .white-line {
    display: none;
  }
  .top-line {
    position: static;
    max-width: none;
    width: auto;
    background-color: transparent;
  }
  .wrapper {
    max-width: none;
    min-width: none;
    width: 100%;
  }
  .contentlayout {
    font-size: 28px;
    line-height: 30px;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .contentlayout h1.brownheader {
    font-size: 38px;
  }
  .contentlayout h1,
  .contentlayout h2 {
    font-size: 32px;
  }
  .header {
    background-color: #fffaee;
  }
  header > .wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .header-social {
    display: none;
  }
  .home .header-social {
    display: flex;
    justify-content: center;
    z-index: 19;
    margin-top: 30px;
    position: absolute;
    right: 50%;
    left: 50%;
    bottom: 20px;
  }
  .header-phone {
    display: none;
  }
  .home .header-phone {
    top: 20px;
  }
  .social a {
    width: 46px;
    height: 46px;
  }
  .logo {
    background: transparent url("../images/logo-mobile-small.png") 50% 0 no-repeat;
    position: static;
    width: 100%;
    background-size: contain;
    margin-top: 20px;
    margin-bottom: 00px;
    margin-left: 0px;
    transform: none;
  }
  .home .logo {
    position: absolute;
    background: transparent url("../images/logo.png") 50% 0 no-repeat;
    margin: 0;
    top: 70px;
    bottom: auto;
    left: 0;
    right: 0;
    width: 100%;
    height: 427px;
    transform: none;
  }
  .top-menu {
    display: block;
    z-index: 22;
  }
  .top-menu ul.nav {
    display: none;
  }
  .main-component {
    padding: 10px 20px 20px 20px;
  }
  .home .main-component {
    padding-top: 1px;
  }
  .mymenu {
    overflow: hidden;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
  }
  .top-menu ul {
    flex-direction: column;
    background-color: #fff;
    position: fixed;
    top: 110px;
    left: 20px;
    padding: 0px;
    margin: 0;
    z-index: 100;
  }
  .top-menu li {
    margin: 0px;
    float: none;
    display: block;
  }
  .top-menu li.parent ul {
    position: static;
    display: block;
    height: 0px;
    overflow: hidden;
  }
  .top-menu li.parent ul.show {
    height: auto;
  }
  li.parent li > a {
    background-color: #f4e5c8;
  }
  .top-menu a {
    display: block;
    border-color: transparent;
    background-color: transparent;
    text-align: left;
    padding-left: 70px;
    padding-right: 40px;
    margin: 0;
    background-position-x: 30px;
    font-size: 40px;
    line-height: normal;
    border: none;
    text-decoration: none;
  }
  .top-menu > ul > li:after,
  .top-menu > ul > li:hover:after {
    display: block;
    content: "";
    border-bottom: 7px solid #a62a2a;
  }
  .top-menu > ul > li > a:hover,
  .top-menu > ul > li.active > a {
    border-bottom: none;
  }
  .top-menu li.parent a:hover,
  .top-menu li.parent a:active {
    text-decoration: none;
    background-color: #f4e5c8;
  }
  .overlay {
    position: fixed;
    display: block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
  }
  .overlay.hidden {
    display: none;
  }
  .top-menu .toggle-nav {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #a62a2a;
    border: none;
    text-decoration: none;
    position: fixed;
    top: 20px;
    left: 20px;
    background-image: none;
    background-color: #fff;
    border-radius: 15px;
    width: 90px;
    height: 90px;
    z-index: 29;
  }
  .top-menu .toggle-nav.opened {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .top-menu .toggle-nav svg {
    width: 56px;
    height: 56px;
  }
  .header-language {
    top: 20px;
  }
  .footer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  .footer-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer-logo {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .pre-footer {
    flex-direction: column;
  }
  .footer-phone {
    margin-right: 0;
    padding: 30px 0 00px 0;
  }
  .footer-social {
    padding: 20px 0;
  }
  .footer-phone-mobile {
    color: #f4e5c8;
    font-size: 30px;
    margin-bottom: 20px;
  }
  .footer-copyright {
    position: static;
    width: 100%;
    background-color: #fff;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-copyright a {
    color: black;
  }
  .footer-copyright a:hover {
    color: black;
    text-decoration: underline;
  }
  .footer-menu {
    display: none;
  }
  .footer-info {
    margin-left: 30px;
  }
  .footer > .wrapper {
    justify-content: left;
  }
  #scrollToTop {
    width: 92px;
    height: 92px;
    left: 20px;
    bottom: 20px;
  }
  #scrollToTop::before,
  #scrollToTop::after {
    width: 44px;
    height: 8px;
  }
  .pre-component {
    margin: 0;
  }
  .page-header {
    margin: 0;
  }
  .gallery li {
    margin-bottom: 12px;
  }
  .mainpage {
    max-width: 40%;
  }
  .parents {
    margin-left: 1%;
    margin-right: 1%;
    padding-top: 10px;
  }
  .parents h3 {
    font-size: 22px;
  }
  .kittens-advert a {
    background: url("../images/kittens-advert-small.png") 50% 20px no-repeat;
    padding-top: 294px;
  }
  .kittens .kittens-container {
    justify-content: center;
  }
  .kittens .kittens-card {
    max-width: 700px;
  }
  .feedback-container {
    justify-content: center;
  }
  .feedback-card {
    max-width: 100%;
  }
  .jg_row {
    justify-content: center;
  }
  .jg_element_cat,
  .jg_subcatelem_cat,
  .jg_element_gal {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (max-width: 767px) {
  body {
    padding-right: 00px;
    padding-left: 0px;
  }
}
/**
 * @copyright	(C) 2010 Open Source Matters, Inc. <https://www.joomla.org>
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* System Messages */
#system-message {
	margin-bottom: 10px;
	padding: 0;
}

#system-message > dt {
	font-weight: bold;
	display: none;
}

#system-message > dd {
	margin: 0;
	font-weight: bold;
	text-indent: 30px;
}

#system-message > dd > ul {
	color: #0055BB;
	background-position: 4px top;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	list-style: none;
	padding: 10px;
	border-top: 3px solid #84A7DB;
	border-bottom: 3px solid #84A7DB;
}

#system-message > dd > ul > li {
	line-height: 1.5em;
}

/* System Standard Messages */
#system-message > .message > ul {
	background-color: #C3D2E5;
	background-image: url(../images/notice-info.png);
}

/* System Error Messages */
#system-message > .error > ul,
#system-message > .warning > ul,
#system-message > .notice > ul {
	color: #c00;
}

#system-message > .error > ul {
	background-color: #E6C0C0;
	background-image: url(../images/notice-alert.png);
	border-color: #DE7A7B;
}

/* System Warning Messages */
#system-message > .warning > ul {
	background-color: #E6C8A6;
	background-image: url(../images/notice-note.png);
	border-color: #FFBB00;
}

/* System Notice Messages */
#system-message > .notice > ul {
	background-color: #EFE7B8;
	background-image: url(../images/notice-note.png);
	border-color: #F0DC7E;
}
/**
 * @copyright	(C) 2007 Open Source Matters, Inc. <https://www.joomla.org>
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Import project-level system CSS */
@import url(../../../media/system/css/system.css);

/* Unpublished */
.system-unpublished, tr.system-unpublished {
	background: #e8edf1;
	border-top: 4px solid #c4d3df;
	border-bottom: 4px solid #c4d3df;
}

span.highlight {
	background-color:#FFFFCC;
	font-weight:bold;
	padding:1px 0;
}

.img-fulltext-float-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-none {
}

.img-intro-float-right {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

.img-intro-float-left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.img-intro-float-none {
}/**
 * @copyright	(C) 2006 Open Source Matters, Inc. <https://www.joomla.org>
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }

/* Buttons */
#editor-xtd-buttons {
	padding: 5px;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #666;
	cursor: pointer;
}

.button2-left span,
.button2-right span {
	cursor: default;
	color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
	padding: 0 6px;
}

.page span {
	color: #000;
	font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover {
	text-decoration: none;
	color: #0B55C4;
}

.button2-left a,
.button2-left span {
	padding: 0 24px 0 6px;
}

.button2-right a,
.button2-right span {
	padding: 0 6px 0 24px;
}

.button2-left {
	background: url(../images/j_button2_left.png) no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-right {
	background: url(../images/j_button2_right.png) 100% 0 no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-left .image {
	background: url(../images/j_button2_image.png) 100% 0 no-repeat;
}

.button2-left .readmore,
.button2-left .article {
	background: url(../images/j_button2_readmore.png) 100% 0 no-repeat;
}

.button2-left .pagebreak {
	background: url(../images/j_button2_pagebreak.png) 100% 0 no-repeat;
}

.button2-left .blank {
	background: url(../images/j_button2_blank.png) 100% 0 no-repeat;
}

/* Tooltips */
div.tooltip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	z-index:13000;
}

div.tooltip h4 {
	padding: 0;
	margin: 0;
	font-size: 95%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../images/selector-arrow.png) no-repeat;
}

div.tooltip p {
	font-size: 90%;
	margin: 0;
}

/* Caption fixes */
/* Caption fixes */
.img_caption .left {
        float: left;
        margin-right: 1em;
}

.img_caption .right {
        float: right;
        margin-left: 1em;
}

.img_caption .left p {
        clear: left;
        text-align: center;
}

.img_caption .right p {
        clear: right;
        text-align: center;
}

.img_caption  {
	text-align: center!important;
}

.img_caption.none {
	margin-left:auto;
	margin-right:auto;
}


/* Calendar */
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background: url(../images/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}
