@charset "UTF-8";
/* This stylesheet generated by Transfonter (https://transfonter.org) on July 4, 2017 2:29 AM */
@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/BebasNeueRegular.eot");
  src: local("Bebas Neue Regular"), local("../fonts/BebasNeueRegular"), url("../fonts/BebasNeueRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeueRegular.woff") format("woff"), url("../fonts/BebasNeueRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/BebasNeueBold.eot");
  src: local("Bebas Neue Bold"), local("../fonts/BebasNeueBold"), url("../fonts/BebasNeueBold.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeueBold.woff") format("woff"), url("../fonts/BebasNeueBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/BebasNeueLight.eot");
  src: local("Bebas Neue Light"), local("../fonts/BebasNeueLight"), url("../fonts/BebasNeueLight.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeueLight.woff") format("woff"), url("../fonts/BebasNeueLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/BebasNeue-Thin.eot");
  src: local("Bebas Neue Thin"), local("../fonts/BebasNeue-Thin"), url("../fonts/BebasNeue-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeue-Thin.woff") format("woff"), url("../fonts/BebasNeue-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Bebas Neue Book";
  src: url("../fonts/BebasNeueBook.eot");
  src: local("Bebas Neue Book"), local("../fonts/BebasNeueBook"), url("../fonts/BebasNeueBook.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeueBook.woff") format("woff"), url("../fonts/BebasNeueBook.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* This stylesheet generated by Transfonter (https://transfonter.org) on June 26, 2017 2:58 PM */
@font-face {
  font-family: "ReformaGroteskLightC";
  src: url("../fonts/ReformaGroteskLightC.eot");
  src: local("../fonts/ReformaGroteskLightC"), url("../fonts/ReformaGroteskLightC.eot?#iefix") format("embedded-opentype"), url("../fonts/ReformaGroteskLightC.woff") format("woff"), url("../fonts/ReformaGroteskLightC.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "ReformaGroteskMediumC";
  src: url("../fonts/ReformaGroteskMediumC.eot");
  src: local("../fonts/ReformaGroteskMediumC"), url("../fonts/ReformaGroteskMediumC.eot?#iefix") format("embedded-opentype"), url("../fonts/ReformaGroteskMediumC.woff") format("woff"), url("../fonts/ReformaGroteskMediumC.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "ReformaGroteskDemiC";
  src: url("../fonts/ReformaGroteskDemiC.eot");
  src: local("../fonts/ReformaGroteskDemiC"), url("../fonts/ReformaGroteskDemiC.eot?#iefix") format("embedded-opentype"), url("../fonts/ReformaGroteskDemiC.woff") format("woff"), url("../fonts/ReformaGroteskDemiC.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ReformaGroteskBoldC";
  src: url("../fonts/ReformaGroteskBoldC.eot");
  src: local("../fonts/ReformaGroteskBoldC"), url("../fonts/ReformaGroteskBoldC.eot?#iefix") format("embedded-opentype"), url("../fonts/ReformaGroteskBoldC.woff") format("woff"), url("../fonts/ReformaGroteskBoldC.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
body {
  font-family: sans-serif;
  background-color: #FDFBF5;
  padding: 0;
  min-height: 100vh;
  display: grid;
  grid-template-rows: 1fr auto;
}

a {
  color: #CE3C49;
  cursor: pointer;
  transition: all 200ms ease-out;
  background-color: transparent;
  text-decoration: none;
}

a:active,
a:hover,
a:focus {
  color: #F26C60;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  list-style: none;
}

.nav {
  list-style: none;
}

.basic-btn {
  font-size: 1.375rem;
  padding: 14px 15px 10px;
  color: #FFF;
  background-color: #CE3C49;
  font-family: "Bebas Neue", cursive;
  border-radius: 0.5rem;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.05em;
  display: inline-block;
  border: none;
  padding: 10px 15px 8px;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: ease 300ms;
  -moz-transition: ease 300ms;
  transition: ease 300ms;
}
.basic-btn:hover {
  background-color: #F26C60;
  color: #FFF;
}

header[role=nav] {
  background-color: #f5f0e0;
  padding: 15px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 6;
}
header[role=nav] nav .navbar-nav {
  display: grid;
  grid-template-columns: 1fr 160px 1fr;
}
header[role=nav] nav .navbar-nav .logo-link img {
  width: 90px;
  border-radius: 50%;
  border: 5px solid #f26c60;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
header[role=nav] nav .navbar-nav .menu-left,
header[role=nav] nav .navbar-nav .menu-right {
  display: grid;
  grid-template-columns: 10rem 10rem 10rem;
}
header[role=nav] nav .navbar-nav .menu-left .active a,
header[role=nav] nav .navbar-nav .menu-right .active a {
  border-bottom: 2px solid #f26c60;
}
header[role=nav] nav ul {
  float: none;
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-align: center;
}
header[role=nav] nav ul a {
  font-family: "Bebas Neue", cursive;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-weight: 500;
  display: inline-block;
  margin-right: 0;
}
header[role=nav].front nav .navbar-nav .logo-link img {
  width: 100%;
  border-radius: 50%;
  border: 7px solid #f26c60;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
header[role=nav] .icon-search {
  position: absolute;
  right: 1rem;
  list-style: none;
  background-color: #ce3c49;
  border-radius: 40px;
  height: 40px;
  width: 40px;
  color: #fff;
  padding: 0;
  text-align: center;
  padding: 8px;
}
header[role=nav] .icon-search svg {
  text-align: center;
  line-height: 40px;
  fill: #fff;
}
@media (min-width: 768px) {
  header[role=nav]::before {
    border-left: 130px solid transparent;
    border-right: 130px solid transparent;
    border-top: 49px solid #f5f0e0;
  }
  header[role=nav]::after {
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-top: 30px solid #f5f0e0;
    z-index: -1;
  }
  header[role=nav]::before,
  header[role=nav]::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.banner {
  padding-top: 250px !important;
  background-image: url("../images/halftone-pattern.png");
  background-color: #54C7C6;
  margin-bottom: -40px;
  height: 635px;
  position: relative;
  z-index: 5;
  width: 100%;
}
.banner::after {
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: -200px;
  background-image: url("../images/bg-slider.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.banner-block {
  padding: 100px 0 50px;
  background-image: url("../images/halftone-pattern.png");
  background-color: #F26C60;
  min-height: 635px;
  position: relative;
  z-index: 5;
  width: 100%;
}

.slick-slider {
  z-index: 10;
}

.img-left {
  flex-direction: row-reverse;
}

.slide {
  display: flex;
  align-items: start;
  position: relative;
  margin: auto;
  padding: 60px 105px;
}

.slide-content {
  padding: 80px 90px 80px 115px;
  width: 50%;
  filter: drop-shadow(1px 8px 5px rgba(0, 0, 0, 0.3));
}
.slide-content::after {
  clip-path: polygon(0 0, 100% 5%, 93% 100%, 0 95%);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/wornpaper-pattern.jpg");
  z-index: -1;
}
.slide-content h2 {
  font-size: 3.2rem;
  line-height: 1.2;
  color: #382d51;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: "Bebas Neue", cursive;
  font-weight: 700;
}
.slide-content h3 {
  font-family: "Bebas Neue", cursive;
  font-size: 1.375rem;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.05em;
  display: inline-block;
  border: none;
  border-radius: 0;
  padding: 10px 15px 8px;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: ease 300ms;
  -moz-transition: ease 300ms;
  transition: ease 300ms;
  display: inline-block;
  background-color: #54c7c6 !important;
  margin-bottom: 15px;
  color: #fff;
}
.slide-content p {
  display: block;
  color: #382d51;
  border-bottom: 6px dotted #ce3c49;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.slide-img {
  width: 50%;
  margin-right: 30px;
}
.slide-img img {
  width: 100%;
  float: left;
  height: 100%;
  object-fit: cover;
}
.slide-img .slide-bg-label {
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: house-script, sans-serif;
  font-size: 3.5rem;
  line-height: 1;
  color: #382d51;
  text-align: center;
  width: 100%;
  height: 100px;
  padding: 15px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slide-img .slide-fg {
  width: 605px;
  height: 462px;
  padding: 25px 21px;
  margin-right: -30px;
  transform: rotate(-4deg);
  position: absolute;
  top: 5%;
  filter: drop-shadow(1px 8px 5px rgba(0, 0, 0, 0.3));
}
.slide-img .slide-fg::before {
  background-image: url("../images/polaroid-frame-large.png");
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.2);
}

.slide.img-mix .slide-content {
  width: 50%;
}

.slide.img-mix .slide-content {
  padding: 80px 110px 80px 95px;
}
.slide.img-mix .slide-content::after {
  clip-path: polygon(0 4%, 100% 0, 100% 94%, 5% 100%);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/wornpaper-pattern.jpg");
  z-index: -1;
}

.slide.img-mix .slide-img {
  width: 50%;
}

.slide.img-mix .slide-img .slide-fg {
  top: auto;
  position: absolute;
  left: 45%;
  z-index: 1;
  width: 405px;
  height: 494px;
  padding: 10px;
  transform: rotate(13deg);
}
.slide.img-mix .slide-img .slide-fg .slide-bg-label {
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: house-script, sans-serif;
  font-size: 3.5rem;
  line-height: 1;
  color: #382d51;
  text-align: center;
  width: 100%;
  height: 100px;
  padding: 15px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slide.img-mix .slide-img .slide-fg img {
  width: 100%;
  float: left;
}
.slide.img-mix .slide-img .slide-fg::before {
  background-image: url("../images/polaroid-frame.png");
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.2);
}

.slide.img-mix .slide-img .slide-bg {
  margin-left: -60px;
  width: 605px;
  height: 462px;
  padding: 25px 21px;
  transform: rotate(-4deg);
}
.slide.img-mix .slide-img .slide-bg img {
  width: 100%;
  float: left;
}
.slide.img-mix .slide-img .slide-bg::before {
  background-image: url("../images/polaroid-frame-large.png");
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.2);
}

.slick-prev,
.slick-next {
  top: 250px !important;
  width: 50px !important;
  height: 50px !important;
}
.slick-prev::before,
.slick-next::before {
  font-size: 50px !important;
}

.carousel {
  z-index: 999;
}

.node-model .slider-nav .slider-nav__item {
  text-align: center;
  background: #ddd;
  margin: 0 5px 0 0;
  border-radius: 5px;
}
.node-model .slider-nav .slider-nav__item img {
  height: 100px;
  width: auto;
  border-radius: 5px;
  margin: auto;
  background: #ddd;
}
.node-model .slider-for {
  margin-top: 5px;
}
.node-model .slider-for img {
  border-radius: 0.5rem;
}

.category {
  padding-bottom: 0px !important;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("../images/front_back1.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  padding-top: 20rem;
  background-position: center top;
}
.category .category-header .category-header-title {
  font-size: 3rem;
  margin-bottom: 30px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-family: "ReformaGroteskBoldC";
}
.category .category-header .category-header-subtitle {
  text-align: center;
}
.category .category-header .category-header-subtitle strong {
  font-family: "ReformaGroteskBoldC";
  margin-bottom: 30px;
  color: #54c7c6;
  font-size: 3.3rem;
}
.category .separator {
  border-color: #54c7c6;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  margin-left: auto;
  margin-right: auto;
  width: 10%;
}
.category .separator .separator-wrapper {
  height: 1px;
  position: relative;
  flex: 1 1 auto;
  min-width: 10%;
}
.category .separator .separator-wrapper .separator-wrapper-dotted {
  border-top-width: 6px;
  border-color: #54c7c6;
  border-top-style: dotted;
  height: 1px;
  display: block;
  position: relative;
  top: 1px;
  width: 100%;
}
.category .category-root .category-link .category-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  height: 100%;
  justify-items: center;
}
.category .category-root .category-link .category-wrapper .category-content {
  position: relative;
  z-index: 1;
  align-items: center;
  text-align: left;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr 2fr 1fr;
  gap: 1rem;
  justify-items: center;
  padding: 5rem 0;
}
.category .category-root .category-link .category-wrapper .category-content .category-title {
  font-family: "ReformaGroteskBoldC";
  font-size: 2.625rem;
  line-height: 1.2;
  font-weight: 400;
  margin-top: 45px;
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #fff;
}
.category .category-root .category-link .category-wrapper .category-content .category-img {
  filter: saturate(60%);
}
.category .category-root .category-link .category-wrapper .category-content .category-intro {
  padding: 0;
  margin: 0;
  padding-bottom: 12.5%;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.6;
}
.category .category-root .category-link .category-wrapper .category-pseudo-link {
  background-color: #54c7c6;
  position: relative;
  z-index: 1;
  display: block;
  padding: 28px 30px 26px;
  text-align: center;
  -webkit-transition: ease 300ms;
  -moz-transition: ease 300ms;
  transition: ease 300ms;
}
.category .category-root .category-link .category-wrapper .category-pseudo-link .category-link-text {
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.05em;
  font-size: 1.375rem;
  line-height: 1.2;
  color: #fff;
}
.category .category-root .category-link .category-wrapper .category-pseudo-link .category-link-text::after {
  margin-left: 10px;
  position: relative;
  left: 0;
  top: -2px;
}
.category .category-root .category-link .category-wrapper:hover .category-img {
  filter: saturate(100%);
}
.category .category-root .category-link .category-wrapper:hover .category-pseudo-link {
  background-image: url("../images/halftone-pattern.png");
  background-color: #f26c60;
}
.category .category-root .category-link .category-wrapper:hover .category-content {
  position: relative;
  background: rgba(96, 81, 131, 0.75);
}
.category .category-root .category-link .category-wrapper:hover .category-content::before {
  background-image: linear-gradient(#382d51, #605183 50%);
}
.category .category-root .category-link .category-wrapper:hover .category-content::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../images/stars-pattern.png");
  background-repeat: repeat;
  background-position: left bottom;
  left: 0;
  opacity: 1;
  -webkit-transition: ease 300ms;
  -moz-transition: ease 300ms;
  transition: ease 300ms;
}

#edit-reset-collection {
  margin-top: 0.5rem;
}

.childhood {
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("../images/front_back1.jpg");
  background-attachment: fixed;
  background-position: center bottom;
}
.childhood .childhood-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 5rem;
  padding: 150px 0;
}
.childhood .childhood-wrapper .childhood-content {
  padding: 6em 5em 6em 6em;
  max-width: 700px;
  margin: 0 auto;
  filter: drop-shadow(1px 8px 5px rgba(0, 0, 0, 0.3));
  position: relative;
}
.childhood .childhood-wrapper .childhood-content::after {
  clip-path: polygon(0 7%, 97% 0, 100% 94%, 5% 100%);
  background-image: url(" ../images/wornpaper-pattern.jpg");
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.childhood .childhood-wrapper .childhood-content .childhood-content-title {
  font-family: "Bebas Neue", cursive;
  font-weight: 700;
  font-size: 2.625rem;
  margin-bottom: 30px;
  color: #ce3c49;
  position: relative;
  z-index: 10;
}
.childhood .childhood-wrapper .childhood-content p {
  position: relative;
  z-index: 10;
  color: #382d51;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 400;
}
.childhood .childhood-wrapper .childhood-content .basic-btn {
  margin-top: 30px;
  position: relative;
  z-index: 10;
  border-radius: 0.5rem;
}

main .test {
  color: red;
  text-align: center;
}

#user-login {
  margin: 150px auto;
}

#search {
  margin: 150px auto;
}
#search .form-item-keys {
  margin: 0;
  width: 100% !important;
}
#search .form-item-keys input {
  margin: 0 !important;
  width: 100% !important;
}
#search .views-exposed-form .form-item--no-label,
#search .views-exposed-form__item.views-exposed-form__item.views-exposed-form__item--actions {
  margin: 0;
  margin-top: 1rem;
}

.collection-views .views-exposed-form.views-exposed-form .views-exposed-form__item.form-item-title input[type=text],
.gallery-views .views-exposed-form.views-exposed-form .views-exposed-form__item.form-item-title input[type=text] {
  width: 100%;
}

.collection-views .views-exposed-form.views-exposed-form .views-exposed-form__item input[type=text],
.gallery-views .views-exposed-form.views-exposed-form .views-exposed-form__item input[type=text] {
  width: 100%;
}

.adminmenu {
  width: auto !important;
}
.adminmenu .feather {
  width: 18px;
  height: 18px;
  stroke-width: 2;
}
.adminmenu .logo svg {
  width: 50%;
  margin-bottom: 1rem;
}
.adminmenu .offcanvas-body {
  padding: 0;
  background: #222E3C;
}
.adminmenu .offcanvas-header {
  padding: 0;
  background: #222E3C;
}
.adminmenu .sidebar {
  min-width: 260px;
  max-width: 260px;
  transition: margin-left 0.35s ease-in-out, left 0.35s ease-in-out, margin-right 0.35s ease-in-out, right 0.35s ease-in-out;
  direction: ltr;
  background: #222E3C;
}
.adminmenu .sidebar-content {
  transition: margin-left 0.35s ease-in-out, left 0.35s ease-in-out, margin-right 0.35s ease-in-out, right 0.35s ease-in-out;
  display: flex;
  height: 100vh;
  flex-direction: column;
  background: #222E3C;
}
.adminmenu .sidebar-nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-grow: 1;
}
.adminmenu .sidebar-link,
.adminmenu a.sidebar-link {
  display: block;
  padding: 0.25rem 1.625rem;
  font-weight: 400;
  transition: background 0.1s ease-in-out;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  border-left-style: solid;
  border-left-width: 3px;
  color: rgba(233, 236, 239, 0.5);
  background: #222E3C;
  border-left-color: transparent;
}
.adminmenu .sidebar-link i,
.adminmenu .sidebar-link svg,
.adminmenu a.sidebar-link i,
.adminmenu a.sidebar-link svg {
  margin-right: 0.75rem;
  color: rgba(233, 236, 239, 0.5);
}
.adminmenu .sidebar-link:focus {
  outline: 0;
}
.adminmenu .sidebar-link:hover {
  color: rgba(233, 236, 239, 0.75);
  background: #222E3C;
  border-left-color: transparent;
}
.adminmenu .sidebar-link:hover i,
.adminmenu .sidebar-link:hover svg {
  color: rgba(233, 236, 239, 0.75);
}
.adminmenu .sidebar-item.active > .sidebar-link,
.adminmenu .sidebar-item.active .sidebar-link:hover {
  color: #e9ecef;
  background: linear-gradient(90deg, rgba(59, 125, 221, 0.1) 0%, rgba(59, 125, 221, 0.0875) 50%, rgba(0, 0, 0, 0) 100%);
  border-left-color: #3B7DDD;
}
.adminmenu .sidebar-item.active > .sidebar-link i,
.adminmenu .sidebar-item.active > .sidebar-link svg,
.adminmenu .sidebar-item.active .sidebar-link:hover i,
.adminmenu .sidebar-item.active .sidebar-link:hover svg {
  color: #e9ecef;
}
.adminmenu .sidebar-brand {
  font-weight: 600;
  font-size: 1.15rem;
  padding: 1.15rem 1.5rem;
  display: block;
  color: #f8f9fa;
}
.adminmenu .sidebar-brand:hover {
  text-decoration: none;
  color: #f8f9fa;
}
.adminmenu .sidebar-brand:focus {
  outline: 0;
}
.adminmenu .sidebar-toggle {
  cursor: pointer;
  width: 26px;
  height: 26px;
  display: flex;
}
.adminmenu .sidebar.collapsed {
  margin-left: -260px;
}
@media (min-width: 1px) and (max-width: 991.98px) {
  .adminmenu .sidebar {
    margin-left: -260px;
  }
  .adminmenu .sidebar.collapsed {
    margin-left: 0;
  }
}
.adminmenu .sidebar-toggle {
  margin-right: 1rem;
}
.adminmenu .sidebar-header {
  background: transparent;
  padding: 1rem 1.5rem 0.375rem;
  font-size: 0.75rem;
  color: #ced4da;
}
.adminmenu .sidebar-badge {
  position: absolute;
  right: 15px;
  top: 14px;
  z-index: 1;
}
.adminmenu .sidebar-cta-content {
  padding: 1.5rem;
  margin: 1.75rem;
  border-radius: 0.3rem;
  background: #2B3947;
  color: #e9ecef;
}
.adminmenu .sidebar-link,
.adminmenu a.sidebar-link {
  padding: 0.25rem 1.625rem;
  font-size: 1rem;
}
.adminmenu ul {
  margin: 0;
}

.btn-red {
  display: inline-flex;
  padding: 10px 60px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  border: 1px solid #B5180B;
  color: #FFFFFF;
  text-decoration: none;
  background: #B5180B;
  font-family: Ubuntu;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: -0.198px;
}

.btn-red:hover,
.btn-red:focus {
  color: #FFFFFF;
  border: 1px solid #A00300;
  text-decoration: none;
  background: #A00300;
  font-family: Ubuntu;
  font-size: 18px;
  font-style: normal;
  line-height: 150%;
  /* 27px */
  letter-spacing: -0.198px;
}

.btn-edit {
  display: inline-flex;
  padding: 10px 60px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  border: 1px solid hsl(171, 100%, 41%);
  color: #FFFFFF;
  text-decoration: none;
  background: hsl(171, 100%, 41%);
  font-family: Ubuntu;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: -0.198px;
  opacity: 0.85;
}

.btn-edit:hover,
.btn-edit:focus {
  color: #FFFFFF;
  border: 1px solid hsl(171, 100%, 41%);
  text-decoration: none;
  background: hsl(171, 100%, 41%);
  font-family: Ubuntu;
  font-size: 18px;
  font-style: normal;
  line-height: 150%;
  /* 27px */
  letter-spacing: -0.198px;
  opacity: 1;
}

.btn-trash {
  display: inline-flex;
  padding: 10px 60px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  border: 1px solid hsl(348, 100%, 61%);
  color: #FFFFFF;
  text-decoration: none;
  background: hsl(348, 100%, 61%);
  font-family: Ubuntu;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: -0.198px;
  opacity: 0.85;
}

.btn-trash:hover,
.btn-trash:focus {
  color: #FFFFFF;
  border: 1px solid hsl(348, 100%, 61%);
  text-decoration: none;
  background: hsl(348, 100%, 61%);
  font-family: Ubuntu;
  font-size: 18px;
  font-style: normal;
  line-height: 150%;
  /* 27px */
  letter-spacing: -0.198px;
  opacity: 1;
}

footer {
  background-image: linear-gradient(#382D51 60%, #605183);
  background-attachment: fixed;
  position: relative;
}
footer .bottom-footer {
  border-top: 2px dotted #F5F0E0;
  padding-top: 15px;
  padding-bottom: 30px;
}
footer .bottom-footer p {
  color: #FFF;
  font-size: 1.2rem;
  line-height: 1.6;
}
footer:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../images/stars-pattern.png");
  background-repeat: repeat;
  background-position: left bottom;
  top: 0;
  left: 0;
}
footer .footer-menu {
  padding-top: 70px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}
footer .footer-menu h3 {
  font-family: "ReformaGroteskBoldC";
  letter-spacing: 0.075em;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #54C7C6;
  margin-bottom: 15px;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
}
footer .footer-menu li a {
  font-family: "Bebas Neue", cursive;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  color: #F5F0E0;
}

.page-banner {
  padding: 105px 15px;
  min-height: 360px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-font-smoothing: antialiased;
  background-color: #443860;
  margin-top: 123px;
}
.page-banner .banner-intro {
  padding-top: 60px;
  text-align: center;
  max-width: 900px;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 400;
}
.page-banner .banner-title h1 {
  margin: 0;
  display: inline-block;
  padding: 15px 40px 0px;
  background-color: #ce3c49;
  font-family: "Bebas Neue", cursive;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  font-size: 5rem;
}

.node {
  padding-top: 60px;
  padding-bottom: 30px;
  padding: 60px 15% 30px;
  position: relative;
  color: #382d51;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 400;
}
.node.node-2-columns {
  column-count: 2;
  column-gap: 3rem;
}

.absolute-right-bottom-image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 15%;
}

.node-title {
  color: #382d51;
  font-size: 2.875rem;
  line-height: 1.1;
  font-family: "Bebas Neue", cursive;
  font-weight: 700;
}

.node-body {
  position: relative;
  color: #382d51;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 400;
}

.node-nav {
  border-bottom: 2px solid #d9be9e;
  font-size: 1.2rem;
  color: #ce3c49;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.node-model-reaser {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.node-model-reaser .node-title {
  color: #f26c60;
}
.node-model-reaser .node-title:hover {
  color: #ce3c49;
}
.node-model-reaser .slider-wrapper {
  position: relative;
}
.node-model-reaser .slider-wrapper .slick-prev {
  left: 25px;
}
.node-model-reaser .slider-wrapper .slick-next {
  right: 25px;
}

.node-model {
  padding-top: 175px;
}
.node-model .slick-slider {
  position: static;
}
.node-model .model-about {
  font-family: "Bebas Neue", cursive;
  text-transform: uppercase;
  color: #d9be9e;
  border-bottom: 2px solid #d9be9e;
}
.node-model table {
  margin: 0;
}
.node-model table th {
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.05em;
  width: 150px;
  font-weight: 700;
  border-top: 0;
  line-height: 1.5;
  background: transparent;
  border-bottom: 1px solid #d9be9e;
}
.node-model table tr {
  background: transparent;
}
.node-model table td {
  border-bottom: 1px solid #d9be9e;
  color: #382d51;
  padding: 2px 8px;
}
.node-model table td p {
  margin-top: 0;
  margin-bottom: 0;
}

.model-collections li {
  display: inline;
}
.model-collections li a {
  font-size: 1.375rem;
  font-family: "Bebas Neue", cursive;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.05em;
  display: inline-block;
  border: none;
  border-radius: 0;
  padding: 10px 15px 8px;
  transition: ease 300ms;
  border: #d9be9e;
  border: solid 1px;
  color: #f26c60;
}
.model-collections li a:hover {
  color: #fff;
  background-color: #f26c60;
}

.contact-block {
  background-color: #f5f0e0;
  padding-top: 50px;
  padding-bottom: 50px;
}
.contact-block p {
  position: relative;
  color: #382d51;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 400;
}
.contact-block p strong {
  font-family: "Bebas Neue", cursive;
  font-size: 1.5rem;
  letter-spacing: 0.075em;
  display: block;
  margin-bottom: 15px;
}

.breadcrumb ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumb ol li {
  display: inline-block;
  font-size: 0.75rem;
}
.breadcrumb ol li a {
  font-size: 0.75rem;
  color: #ce3c49;
}

.collection-page {
  margin-top: 200px;
}

.card-title {
  font-size: 1.375rem;
  font-family: "Bebas Neue", cursive;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.05em;
  border: none;
  text-align: center;
  margin: auto;
}

.masonry .collection-model .card-body {
  border-top: double;
}

.collection-views,
.gallery-views {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-template-areas: "filters content" "pager pager";
  grid-gap: 1rem;
}
.collection-views .collection-root,
.gallery-views .collection-root {
  grid-area: content;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 1rem;
}
.collection-views .collection-root .collection-model,
.gallery-views .collection-root .collection-model {
  color: #382d51;
}
.collection-views .collection-root .collection-model:hover,
.gallery-views .collection-root .collection-model:hover {
  color: #f26c60;
}
.collection-views .collection-root .collection-model .card,
.gallery-views .collection-root .collection-model .card {
  height: 100%;
  max-height: 333px;
}
.collection-views .collection-root .collection-model .card-img-top,
.gallery-views .collection-root .collection-model .card-img-top {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.collection-views .views-exposed-form.views-exposed-form,
.gallery-views .views-exposed-form.views-exposed-form {
  grid-area: filters;
  margin: 0;
  display: block;
}
.collection-views .views-exposed-form.views-exposed-form #edit-reset,
.gallery-views .views-exposed-form.views-exposed-form #edit-reset {
  margin-top: 0.5rem;
}
.collection-views .views-exposed-form.views-exposed-form .views-exposed-form__item,
.gallery-views .views-exposed-form.views-exposed-form .views-exposed-form__item {
  width: 100%;
}
.collection-views .views-exposed-form.views-exposed-form .views-exposed-form__item .bef-links li,
.gallery-views .views-exposed-form.views-exposed-form .views-exposed-form__item .bef-links li {
  position: relative;
}
.collection-views .views-exposed-form.views-exposed-form .views-exposed-form__item .bef-link--selected,
.gallery-views .views-exposed-form.views-exposed-form .views-exposed-form__item .bef-link--selected {
  color: #f26c60;
  border-bottom: 1px solid #f26c60;
}
.collection-views .views-exposed-form.views-exposed-form .views-exposed-form__item .bef-link--selected:before,
.gallery-views .views-exposed-form.views-exposed-form .views-exposed-form__item .bef-link--selected:before {
  content: "▸";
  position: absolute;
  right: calc(100% + 10px);
  font-size: 14px;
  top: 11px;
  transform: translateY(-50%);
}
.collection-views .views-exposed-form.views-exposed-form .views-exposed-form__item .ui-slider-horizontal .ui-slider-handle,
.gallery-views .views-exposed-form.views-exposed-form .views-exposed-form__item .ui-slider-horizontal .ui-slider-handle {
  top: 50%;
  margin-left: -0.6em;
  transform: translateY(-50%);
}
.collection-views .views-exposed-form.views-exposed-form .views-exposed-form__item .ui-slider-horizontal,
.gallery-views .views-exposed-form.views-exposed-form .views-exposed-form__item .ui-slider-horizontal {
  height: 3px;
  background-color: #d9be9e;
  border: 1px solid #d9be9e;
}
.collection-views .views-exposed-form.views-exposed-form .views-exposed-form__item .ui-state-default,
.collection-views .views-exposed-form.views-exposed-form .views-exposed-form__item .ui-widget-content .ui-state-default,
.collection-views .views-exposed-form.views-exposed-form .views-exposed-form__item .ui-widget-header .ui-state-default,
.collection-views .views-exposed-form.views-exposed-form .views-exposed-form__item .ui-button,
.collection-views .views-exposed-form.views-exposed-form .views-exposed-form__item html .ui-button.ui-state-disabled:hover,
.collection-views .views-exposed-form.views-exposed-form .views-exposed-form__item html .ui-button.ui-state-disabled:active,
.gallery-views .views-exposed-form.views-exposed-form .views-exposed-form__item .ui-state-default,
.gallery-views .views-exposed-form.views-exposed-form .views-exposed-form__item .ui-widget-content .ui-state-default,
.gallery-views .views-exposed-form.views-exposed-form .views-exposed-form__item .ui-widget-header .ui-state-default,
.gallery-views .views-exposed-form.views-exposed-form .views-exposed-form__item .ui-button,
.gallery-views .views-exposed-form.views-exposed-form .views-exposed-form__item html .ui-button.ui-state-disabled:hover,
.gallery-views .views-exposed-form.views-exposed-form .views-exposed-form__item html .ui-button.ui-state-disabled:active {
  border: 1px solid #ce3c49;
  background-color: #ce3c49;
  background: #ce3c49;
  font-weight: normal;
  color: #ce3c49;
  border-radius: 50%;
}
.collection-views .views-exposed-form.views-exposed-form .views-exposed-form__item input[type=text],
.gallery-views .views-exposed-form.views-exposed-form .views-exposed-form__item input[type=text] {
  height: auto;
  border-bottom: none !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  pointer-events: none;
}
.collection-views .views-exposed-form.views-exposed-form .views-exposed-form__item.form-item-title input[type=text],
.gallery-views .views-exposed-form.views-exposed-form .views-exposed-form__item.form-item-title input[type=text] {
  height: 46px !important;
  padding: 5px 4px !important;
  font-size: 1.125rem;
  border: 2px solid #d9be9e !important;
  pointer-events: inherit;
}
.collection-views .views-exposed-form.views-exposed-form .views-exposed-form__item label,
.gallery-views .views-exposed-form.views-exposed-form .views-exposed-form__item label {
  color: #c19a6b;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.1em;
  font-size: 1.125rem;
  margin-bottom: 10px;
}
.collection-views .views-exposed-form.views-exposed-form .form-select,
.gallery-views .views-exposed-form.views-exposed-form .form-select {
  display: block;
  width: 100%;
  padding: 0;
  -moz-padding-start: 0;
  font-family: "Bebas Neue", cursive;
  padding: 0;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin-bottom: 0;
  color: #ce3c49;
  background-color: transparent;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  border: none;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
.collection-views .views-exposed-form.views-exposed-form .form-select ul,
.gallery-views .views-exposed-form.views-exposed-form .form-select ul {
  padding-left: 1rem;
}

.masonry .item img {
  border-radius: 0.5rem;
}

.collection-same {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: none !important;
  grid-gap: 0;
}
.collection-same .collection-root {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

ajax-progress {
  position: fixed;
  z-index: 99999999;
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.ajax-throbber {
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.slider-nav__item:hover {
  cursor: pointer;
}

.grid-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
}
.grid-gallery .views-field-field-image {
  display: flex;
}
.grid-gallery img {
  height: 100%;
  object-fit: cover;
}

nav.pager {
  grid-area: pager;
  border-top: 2px solid #d9be9e;
  text-align: right;
}
nav.pager .pager__items {
  justify-content: right;
}
nav.pager .pager__item {
  margin: 5px;
}
nav.pager .pager__item a {
  background-color: #ce3c49;
  color: #fff;
  font-family: "Bebas Neue", cursive;
  font-size: 1.375rem;
  line-height: 1.3;
  border: none;
  border-radius: 100px;
  height: 44px;
  min-width: 44px;
  padding: 10px;
  text-align: center;
  display: block;
}

.last-add-title {
  font-size: 3rem;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 700;
  font-family: "ReformaGroteskBoldC";
}

.grid-title {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
}

form .form-item {
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
}
form .form-item label {
  text-transform: uppercase;
  font-weight: 400;
}
form .description {
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
}
form input[type=text],
form input[type=password] {
  height: 46px;
  color: #C19A6B !important;
  background-color: transparent !important;
  border: none !important;
  border-bottom: 2px solid #C19A6B !important;
  font-size: inherit !important;
  font-family: inherit !important;
  padding: 5px 4px !important;
  letter-spacing: normal !important;
  margin-bottom: 5px !important;
  font-size: 1.125rem;
}
form input[type=text]:hover, form input[type=text]:focus,
form input[type=password]:hover,
form input[type=password]:focus {
  border: none;
  border-bottom: 2px solid #C19A6B !important;
  background-color: rgba(193, 154, 107, 0.5);
}
form input[type=text]::placeholder {
  color: #C19A6B;
  opacity: 1;
}
form .form-text {
  margin: 0 !important;
  padding: 0 !important;
}
form .form-element:hover {
  border-color: none;
  border-bottom: 2px solid #C19A6B !important;
  box-shadow: none !important;
}
form textarea {
  color: #C19A6B;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #C19A6B;
  font-size: inherit;
  font-family: inherit;
  padding: 5px 4px;
  letter-spacing: normal;
  margin-bottom: 5px;
}
form input[type=submit] {
  height: 46px;
  border: none;
  color: #FFF;
  padding: 0 15px;
  margin: 0;
  width: 100%;
  font-family: "Bebas Neue", cursive;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2.25;
  border-radius: 0;
  transition: ease 300ms;
  background-color: rgb(242, 108, 96);
  letter-spacing: 0.05em;
  border-radius: 0.5rem;
}
form input[type=submit]:hover {
  background-color: #F26C60;
}

.common-contact-telegram {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 1rem;
  align-items: baseline;
}

.logo-mobile {
  display: none;
}

@media (max-width: 767px) {
  .carousel-cell {
    padding: 60px 15px;
  }
}
@media (min-width: 499px) and (max-width: 991px) {
  header[role=nav] .icon-search {
    left: 4rem;
    right: inherit;
    top: 0.5rem;
  }
  .slide .slide-img {
    display: none !important;
  }
  .banner {
    padding-top: 150px !important;
    height: auto !important;
  }
  .banner::after {
    height: 100px !important;
    bottom: -100px;
  }
  .category {
    padding-top: 12.5rem;
  }
  header::before,
  header::after {
    content: none !important;
  }
}
@media (min-width: 991px) and (max-width: 1400px) {
  .slide .slide-img {
    display: none !important;
  }
  .banner {
    padding-top: 175px !important;
    height: auto !important;
  }
  .slide {
    flex-direction: column-reverse;
    padding: 0 65px !important;
  }
  .slide .slide-content {
    padding: 30px !important;
    width: 100% !important;
  }
  .slide .slide-img {
    width: 100% !important;
    height: 1px;
    padding-bottom: 50%;
    border: 15px solid #f5f0e0;
    position: relative !important;
    transform: none !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden;
    margin: 0 !important;
  }
  .slide .slide-content h1,
  .slide .slide-content h2 {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
  .slide .slide-img .slide-fg {
    position: static !important;
    transform: none !important;
    width: 100%;
  }
  .slide .slide-img img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .slide.img-mix .slide-content::after {
    clip-path: none;
  }
  .slide.img-lg .slide-content::after {
    clip-path: none;
  }
  .childhood .childhood-wrapper .childhood-content::after {
    clip-path: none;
  }
  .childhood-wrapper {
    padding: 2rem 0 !important;
  }
  .category .category-root .category-link .category-wrapper .category-content {
    padding: 1rem;
    display: block;
  }
  .category .category-root .category-link .category-wrapper .category-content .category-img {
    width: 60% !important;
    margin: 0 auto 3rem;
    display: block;
  }
  .category .category-root .category-link .category-wrapper .category-content .category-title {
    grid-area: left;
    text-align: center;
    margin: 0;
  }
  .category .category-root .category-link .category-wrapper .category-content .category-intro {
    grid-area: both;
    text-align: left;
    padding-bottom: 1rem;
  }
  .collection-same .collection-root {
    grid-template-columns: repeat(3, 1fr);
  }
  .collection-views .collection-root .collection-model .card,
  .gallery-views .collection-root .collection-model .card {
    height: 100%;
    max-height: 100%;
  }
  header nav .navbar-nav {
    display: grid;
    grid-template-columns: 1fr 128px 1fr !important;
  }
  header nav .navbar-nav svg {
    width: 128px !important;
  }
  header nav .navbar-nav .menu-left,
  header nav .navbar-nav .menu-right {
    display: grid;
    grid-template-columns: 8rem 8.5rem 9rem !important;
  }
  .common-contact-telegram {
    display: block;
  }
  .common-contact-telegram .form-actions {
    margin: 0;
  }
  .common-contact-telegram .form-actions input {
    margin: 0;
  }
}
@media (max-width: 991px) {
  form input[type=text] {
    width: 100%;
  }
  .collection-page {
    margin-top: 100px;
  }
  .collection-views,
  .gallery-views {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "filters content" "pager   pager  ";
    grid-gap: 0.25rem;
  }
  .page-banner {
    margin-top: 85px;
  }
  .collection-views .collection-root,
  .gallery-views .collection-root {
    grid-area: content;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0.25rem;
  }
  .grid-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2.5px;
  }
  header[role=nav] .icon-search {
    top: 0.5rem;
    left: 4rem;
    right: inherit;
  }
  .childhood .childhood-wrapper {
    display: grid;
    grid-template-columns: 1fr !important;
  }
  .childhood-img {
    display: none !important;
  }
  .childhood .childhood-wrapper .childhood-content::after {
    clip-path: none;
  }
  .childhood-wrapper {
    padding: 2rem 0 !important;
  }
  .childhood .childhood-wrapper .childhood-content {
    padding: 3em 15px 3em 15px !important;
    filter: none !important;
    z-index: 0;
  }
  .category .category-root .category-link .category-wrapper .category-content {
    padding: 1rem;
    display: block;
  }
  .category .category-root .category-link .category-wrapper .category-content .category-img {
    width: 60% !important;
    margin: 0 auto 3rem;
    display: block;
  }
  .category .category-root .category-link .category-wrapper .category-content .category-title {
    grid-area: left;
    text-align: center;
    margin: 0;
  }
  .category .category-root .category-link .category-wrapper .category-content .category-intro {
    grid-area: both;
    text-align: left;
    padding-bottom: 1rem;
  }
  .collection-views .collection-root .collection-model .card,
  .gallery-views .collection-root .collection-model .card {
    height: auto;
    max-height: 100%;
  }
  .collection-same .collection-root {
    grid-template-columns: repeat(3, 1fr);
  }
  .logo-mobile {
    display: block;
  }
  .logo-desktop {
    display: none;
  }
  .navbar-toggler {
    background-color: #ce3c49;
    border-radius: 40px;
    height: 40px;
    width: 40px;
    color: #fff;
    padding: 0;
  }
  .navbar-toggler svg {
    width: 22px;
    height: 22px;
  }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
  }
  .navbar-collapse {
    padding-top: 1rem;
  }
  header nav .navbar-nav .menu-left,
  header nav .navbar-nav .menu-right {
    grid-template-columns: none !important;
    text-align: left;
  }
  header nav .navbar-nav .menu-left li,
  header nav .navbar-nav .menu-right li {
    padding: 0.5rem 0;
  }
  header nav .navbar-nav {
    grid-template-columns: none !important;
  }
  .common-contact-telegram {
    display: block;
  }
  .common-contact-telegram .form-actions {
    margin: 0;
  }
  .common-contact-telegram .form-actions input {
    margin: 0;
  }
  .banner {
    padding-top: 50px !important;
  }
  .banner::after {
    height: 200px;
  }
  .slide {
    flex-direction: column-reverse;
  }
  .slide .slide-content {
    padding: 30px !important;
    width: 100% !important;
  }
  .category .category-root {
    grid-template-columns: 1fr !important;
  }
  .slide .slide-img {
    width: 100% !important;
    height: 1px;
    padding-bottom: 50%;
    border: 15px solid #f5f0e0;
    position: relative !important;
    transform: none !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden;
    margin: 0 !important;
  }
  .slide .slide-content h1,
  .slide .slide-content h2 {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
  .slide .slide-img .slide-fg {
    position: static !important;
    transform: none !important;
    width: 100%;
  }
  .slide .slide-img img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .slide.img-mix .slide-content::after {
    clip-path: none;
  }
  .slide.img-lg .slide-content::after {
    clip-path: none;
  }
  .logo {
    position: absolute;
    top: 0;
    right: 0;
    width: 85px;
  }
  .logo img {
    height: 60px;
    float: right;
    border-radius: 50%;
    border: 3px solid #f26c60;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  }
  .logo svg {
    width: 100% !important;
  }
  .navbar-collapse {
    padding-top: 1rem;
  }
}
@media (max-width: 499px) {
  header[role=nav] .icon-search {
    top: 0.5rem;
    left: 4rem;
    right: inherit;
  }
  #search {
    margin: 100px auto;
  }
  .slick-slider {
    display: table !important;
    table-layout: fixed !important;
    width: 100% !important;
  }
  .banner-block {
    padding: 15px 0 15px;
  }
  .banner-block .slide {
    width: 100% !important;
    padding: 0;
  }
  .node.node-2-columns {
    column-count: 1;
    column-gap: 0;
  }
  .page-banner .banner-intro {
    padding-top: 30px !important;
    text-align: left;
  }
  footer::after {
    background-attachment: fixed;
  }
  .slider-wrapper .slick-arrow {
    display: none !important;
  }
  .node-model {
    padding-top: 115px;
  }
  .collection-page {
    margin-top: 100px;
  }
  .model-collections {
    margin-bottom: 1rem !important;
  }
  .node-nav,
  .node-content {
    padding: 0 15px !important;
  }
  .node-nav .ps-4,
  .node-content .ps-4 {
    margin-top: 1.5rem;
    padding-left: 0 !important;
  }
  .collection-views .collection-root {
    grid-template-columns: 1fr 1fr !important;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .page-banner .banner-title h1 {
    font-size: 3rem !important;
  }
  .collection-views,
  .gallery-views {
    display: block;
  }
  nav.pager .pager__items {
    justify-content: left;
  }
  .grid-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr !important;
    grid-gap: 2.5px;
  }
  .page-banner {
    padding: 30px 15px !important;
    min-height: auto !important;
    margin-top: 75px !important;
  }
  #views-exposed-form-gallery-default {
    margin-bottom: 1rem;
  }
  #views-exposed-form-gallery-default .form-actions {
    display: none;
  }
  .node {
    padding: 30px 15% 30px 15px;
  }
  .node p {
    margin-bottom: 0;
  }
  .slide-content {
    filter: drop-shadow(1px 0px 0px rgba(0, 0, 0, 0.3)) !important;
  }
  .collection-same .card-title {
    margin-top: 1rem !important;
  }
  footer .footer-menu h3 {
    margin-bottom: 0;
  }
  .menu-super-footer-menu-container {
    margin-bottom: 1rem;
  }
  footer .footer-menu {
    padding-top: 30px;
    padding-bottom: 0;
  }
  footer .bottom-footer p {
    color: #fff;
    font-size: 0.875rem;
    line-height: 2;
  }
  .common-contact-telegram {
    display: grid;
    grid-template-columns: auto !important;
    grid-gap: 1rem;
    align-items: baseline;
  }
  .common-contact-telegram .form-item {
    margin-bottom: 0;
  }
  .common-contact-telegram .form-actions .button,
  .common-contact-telegram .form-actions .action-link {
    margin-top: 0;
  }
  .childhood-wrapper {
    padding: 0 !important;
  }
  .childhood .childhood-wrapper .childhood-content {
    padding: 3em 15px 3em 15px !important;
    filter: none !important;
    z-index: 0;
  }
  .category {
    padding-top: 18rem;
  }
  .category .category-root .category-link .category-wrapper .category-content {
    padding: 1rem;
    display: block;
  }
  .category .category-root .category-link .category-wrapper .category-content .category-img {
    width: 60% !important;
    margin: 0 auto 3rem;
    display: block;
  }
  .category .category-root .category-link .category-wrapper .category-content .category-title {
    grid-area: left;
    text-align: center;
    margin: 0;
  }
  .category .category-root .category-link .category-wrapper .category-content .category-intro {
    grid-area: both;
    text-align: left;
    padding-bottom: 1rem;
  }
  .category .category-root .category-link .category-wrapper .category-content .category-img {
    width: 100px;
  }
  .logo-mobile {
    display: block;
  }
  .logo-desktop {
    display: none;
  }
  .navbar-toggler {
    background-color: #ce3c49;
    border-radius: 40px;
    height: 40px;
    width: 40px;
    color: #fff;
    padding: 0;
  }
  .navbar-toggler svg {
    width: 22px;
    height: 22px;
  }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
  }
  .slide {
    width: 100% !important;
    padding: 60px 0;
  }
  .logo {
    position: absolute;
    top: 0;
    right: 0;
    width: 85px;
  }
  .logo img {
    height: 60px;
    float: right;
    border-radius: 50%;
    border: 3px solid #f26c60;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  }
  .logo svg {
    width: 100% !important;
  }
  .navbar-collapse {
    padding-top: 1rem;
  }
  header nav .navbar-nav .menu-left,
  header nav .navbar-nav .menu-right {
    grid-template-columns: none !important;
    text-align: left;
  }
  header nav .navbar-nav .menu-left li,
  header nav .navbar-nav .menu-right li {
    padding: 0.5rem 0;
  }
  header nav .navbar-nav {
    grid-template-columns: none !important;
  }
  .banner::after {
    height: 200px;
  }
  .collection-same .collection-root {
    grid-template-columns: 1fr 1fr !important;
  }
  .childhood .childhood-wrapper {
    grid-template-columns: 1fr !important;
  }
  .childhood .childhood-wrapper .childhood-content:after {
    clip-path: none;
  }
  .childhood .childhood-wrapper .childhood-img {
    display: none;
  }
  .category .category-root {
    grid-template-columns: 1fr !important;
  }
  .banner {
    padding-top: 50px !important;
  }
}
.sidebar {
  min-width: 260px;
  max-width: 260px;
  transition: margin-left 0.35s ease-in-out, left 0.35s ease-in-out, margin-right 0.35s ease-in-out, right 0.35s ease-in-out;
  direction: ltr;
  background: #222E3C;
}

.sidebar-content {
  transition: margin-left 0.35s ease-in-out, left 0.35s ease-in-out, margin-right 0.35s ease-in-out, right 0.35s ease-in-out;
  display: flex;
  height: 100vh;
  flex-direction: column;
  background: #222E3C;
}

.sidebar-nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-grow: 1;
}

.sidebar-link,
a.sidebar-link {
  display: block;
  padding: 0.25rem 1.625rem;
  font-weight: 400;
  transition: background 0.1s ease-in-out;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  border-left-style: solid;
  border-left-width: 3px;
  color: rgba(233, 236, 239, 0.5);
  background: #222E3C;
  border-left-color: transparent;
}

.sidebar-link i,
.sidebar-link svg,
a.sidebar-link i,
a.sidebar-link svg {
  margin-right: 0.75rem;
  color: rgba(233, 236, 239, 0.5);
}

.sidebar-link:focus {
  outline: 0;
}

.sidebar-link:hover {
  color: rgba(233, 236, 239, 0.75);
  background: #222E3C;
  border-left-color: transparent;
}

.sidebar-link:hover i,
.sidebar-link:hover svg {
  color: rgba(233, 236, 239, 0.75);
}

.sidebar-item.active > .sidebar-link,
.sidebar-item.active .sidebar-link:hover {
  color: #e9ecef;
  background: linear-gradient(90deg, rgba(59, 125, 221, 0.1) 0%, rgba(59, 125, 221, 0.0875) 50%, rgba(0, 0, 0, 0) 100%);
  border-left-color: #3B7DDD;
}

.sidebar-item.active > .sidebar-link i,
.sidebar-item.active > .sidebar-link svg,
.sidebar-item.active .sidebar-link:hover i,
.sidebar-item.active .sidebar-link:hover svg {
  color: #e9ecef;
}

.sidebar-brand {
  font-weight: 600;
  font-size: 1.15rem;
  padding: 1.15rem 1.5rem;
  display: block;
  color: #f8f9fa;
}

.sidebar-brand:hover {
  text-decoration: none;
  color: #f8f9fa;
}

.sidebar-brand:focus {
  outline: 0;
}

.sidebar-toggle {
  cursor: pointer;
  width: 26px;
  height: 26px;
  display: flex;
}

.sidebar.collapsed {
  margin-left: -260px;
}

@media (min-width: 1px) and (max-width: 991.98px) {
  .sidebar {
    margin-left: -260px;
  }
  .sidebar.collapsed {
    margin-left: 0;
  }
}
.sidebar-toggle {
  margin-right: 1rem;
}

.sidebar-header {
  background: transparent;
  padding: 1rem 1.5rem 0.375rem;
  font-size: 0.75rem;
  color: #ced4da;
}

.sidebar-badge {
  position: absolute;
  right: 15px;
  top: 14px;
  z-index: 1;
}

.sidebar-cta-content {
  padding: 1.5rem;
  margin: 1.75rem;
  border-radius: 0.3rem;
  background: #2B3947;
  color: #e9ecef;
}