@charset "UTF-8";
header .header-menu.mobile {
  display: none; }

header .menu__hamburger {
  display: none; }

header .header__container {
  padding: 0;
  display: flex;
  width: 100%;
  max-width: 100%;
  position: relative;
  background-color: #151515; }
  header .header__container.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30; }
  header .header__container .header-left {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 237px;
    height: 80px;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF; }
  header .header__container .header-right {
    width: 100%; }
    header .header__container .header-right .header-right__top {
      display: flex;
      width: 100%;
      height: 40px; }
      header .header__container .header-right .header-right__top .header-search {
        width: 100%;
        border-bottom: 2px solid #FFFFFF;
        height: 38px; }
        header .header__container .header-right .header-right__top .header-search .search-form {
          display: flex;
          align-items: center;
          height: 100%; }
          header .header__container .header-right .header-right__top .header-search .search-form label {
            width: 100%; }
          header .header__container .header-right .header-right__top .header-search .search-form span {
            display: none; }
          header .header__container .header-right .header-right__top .header-search .search-form input[type="search"] {
            border: none;
            width: calc(100% - 15px);
            padding: 10px 0 10px 15px !important; }
            header .header__container .header-right .header-right__top .header-search .search-form input[type="search"]::placeholder {
              color: transparent; }
          header .header__container .header-right .header-right__top .header-search .search-form input[type="submit"] {
            background: url("../image/search.svg") no-repeat;
            color: transparent;
            cursor: pointer;
            font-weight: bold;
            width: 28px;
            height: 18px;
            display: block;
            background-size: contain;
            border: none;
            padding: 0; }
      header .header__container .header-right .header-right__top .header-menu {
        width: 52%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 2px solid #FFFFFF;
        border-left: 2px solid #FFFFFF; }
        header .header__container .header-right .header-right__top .header-menu ul {
          display: flex;
          justify-content: center;
          align-items: center;
          color: #FFFFFF; }
          header .header__container .header-right .header-right__top .header-menu ul li {
            padding: 0 15px; }
            header .header__container .header-right .header-right__top .header-menu ul li a {
              padding: 0;
              white-space: nowrap; }
              header .header__container .header-right .header-right__top .header-menu ul li a:hover {
                color: #cff000;
                opacity: 1; }
    header .header__container .header-right .header-right__bottom {
      height: 40px;
      border-bottom: 2px solid #FFFFFF;
      display: flex;
      align-items: center;
      justify-content: center; }
      header .header__container .header-right .header-right__bottom.open {
        overflow-y: scroll; }
      header .header__container .header-right .header-right__bottom .header__nav {
        width: 100%; }
        header .header__container .header-right .header-right__bottom .header__nav .nav__list {
          justify-content: space-around;
          padding: 0 30px; }
          header .header__container .header-right .header-right__bottom .header__nav .nav__list .nav__item {
            position: relative; }
            header .header__container .header-right .header-right__bottom .header__nav .nav__list .nav__item a {
              display: flex;
              align-items: center; }
            header .header__container .header-right .header-right__bottom .header__nav .nav__list .nav__item:hover > a {
              color: #CFF000; }
              header .header__container .header-right .header-right__bottom .header__nav .nav__list .nav__item:hover > a:after {
                background: url("../image/Vector-yellow.png") no-repeat; }
            header .header__container .header-right .header-right__bottom .header__nav .nav__list .nav__item .sub-menu {
              display: none;
              z-index: 5;
              padding: 0 40px;
              width: 160px; }
              header .header__container .header-right .header-right__bottom .header__nav .nav__list .nav__item .sub-menu li:first-child {
                padding-top: 30px; }
              header .header__container .header-right .header-right__bottom .header__nav .nav__list .nav__item .sub-menu li:last-child {
                padding-bottom: 30px; }

@media screen and (max-width: 1024px) {
  header .header__container .header-left {
    border-bottom: 1px solid #FFFFFF; }
  header .header__container .header-right {
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF !important;
    width: auto; }
    header .header__container .header-right .header-right__top .header-search {
      height: 58px;
      width: 58px;
      display: flex;
      justify-content: center;
      border-right: 1px solid #FFFFFF; }
      header .header__container .header-right .header-right__top .header-search form.search-form {
        display: flex;
        justify-content: center; }
        header .header__container .header-right .header-right__top .header-search form.search-form label {
          display: none; }
        header .header__container .header-right .header-right__top .header-search form.search-form input[type="text"] {
          display: none; }
        header .header__container .header-right .header-right__top .header-search form.search-form input[type="submit"] {
          width: 22px !important;
          height: 22px;
          opacity: 1;
          padding: 0;
          margin: 0; }
    header .header__container .header-right .header-right__top .header-menu {
      display: none; }
    header .header__container .header-right .header-right__bottom {
      display: none; }
  header .header__container .header-left {
    height: 58px;
    width: 100%; }
  header .header__container .header-search {
    border-bottom: 1px solid #FFFFFF !important; } }

header .header__container {
  display: block;
  z-index: 5; }

header .header__container-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 90px; }

header .header__container-hamburger {
  max-width: 300px;
  flex: 1 1 300px;
  /*
     * Just a quick hamburger
     */
  /*
     * Transform all the slices of hamburger
     * into a crossmark.
     */
  /*
     * But let's hide the middle one.
     */
  /*
     * Ohyeah and the last one should go the other direction
     */
  /*
     * Make this absolute positioned
     * at the top left of the screen
     */
  /*
     * And let's slide it in from the left
     */ }
  header .header__container-hamburger #menuToggle {
    display: block;
    float: right;
    -webkit-user-select: none;
    user-select: none; }
  header .header__container-hamburger #menuToggle a {
    text-decoration: none;
    color: #fff;
    transition: color 0.3s ease; }
  header .header__container-hamburger #menuToggle a:hover {
    color: #CFF000; }
  header .header__container-hamburger #menuToggle input {
    display: block;
    width: 50px;
    height: 32px;
    top: 30px;
    left: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 7; }
  header .header__container-hamburger #menuToggle span {
    display: block;
    width: 50px;
    height: 2px;
    margin-bottom: 10px;
    position: relative;
    background: #fff;
    z-index: 6;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; }
  header .header__container-hamburger #menuToggle span:first-child {
    transform-origin: 0% 0%; }
  header .header__container-hamburger #menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
    margin-bottom: 0; }
  header .header__container-hamburger #menuToggle input:checked {
    height: 50px;
    left: -5px; }
  header .header__container-hamburger #menuToggle input:checked ~ span {
    opacity: 1;
    width: 35px;
    transform: rotate(45deg) translate(-5px, -3px);
    background: #fff; }
  header .header__container-hamburger #menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2); }
  header .header__container-hamburger #menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(5px, -6px); }
  header .header__container-hamburger #menu-block {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    width: 320px;
    height: 100vh;
    padding: 30px 50px;
    background: #151515;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(400px, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1) 0.3s;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff; }
    header .header__container-hamburger #menu-block ul {
      display: block;
      opacity: 0;
      transition: all 0.3s ease-out 0s; }
      header .header__container-hamburger #menu-block ul li {
        padding: 10px 0; }
        header .header__container-hamburger #menu-block ul li a {
          font-family: Avenir Next Cyr;
          font-weight: 600;
          font-size: 12px;
          line-height: 15px;
          letter-spacing: 0.05em; }
    header .header__container-hamburger #menu-block .copyright-in-menu {
      font-size: 18px;
      opacity: 0;
      transition: all 0.3s ease-out 0s; }
  header .header__container-hamburger #menuToggle input:checked ~ #menu-block {
    transform: none;
    transition-delay: 0s; }

header .header__container-logo .custom-logo {
  height: 72px;
  width: auto;
  max-width: none; }

header .header__container-form {
  position: relative;
  max-width: 300px;
  flex: 1 1 300px;
  height: 43px; }
  header .header__container-form .show-search-input {
    background: url(../image/search.svg) no-repeat;
    color: transparent;
    cursor: pointer;
    font-weight: bold;
    width: 24px;
    height: 20px;
    display: block;
    background-size: contain;
    border: none;
    padding: 0;
    position: absolute;
    left: 14px;
    top: 11px; }
  header .header__container-form .search-input {
    box-sizing: border-box;
    transition: all .4s ease;
    border: none;
    padding: 0;
    height: 43px;
    line-height: 43px;
    box-shadow: inset 0px 0px 0px 1px #333333;
    width: 0;
    border-radius: 30px;
    opacity: 0; }
  header .header__container-form .active-form .search-input {
    opacity: 1;
    width: 100%;
    padding-left: 2.8rem; }
  header .header__container-form .search-submit {
    display: none; }

header .header_container-bottom {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333; }
  header .header_container-bottom .nav__list {
    justify-content: space-between;
    padding: 0 90px; }
    header .header_container-bottom .nav__list .nav__item {
      position: relative; }
      header .header_container-bottom .nav__list .nav__item a {
        display: flex;
        align-items: center; }
      header .header_container-bottom .nav__list .nav__item.menu-item-has-children > a:after {
        content: '';
        display: block;
        background: url("../image/Vector.png") no-repeat;
        height: 6px;
        width: 11px;
        margin-left: 9px; }
      header .header_container-bottom .nav__list .nav__item.menu-item-has-children:hover .sub-menu {
        display: block; }
      header .header_container-bottom .nav__list .nav__item:hover > a {
        color: #CFF000; }
        header .header_container-bottom .nav__list .nav__item:hover > a:after {
          background: url("../image/Vector-yellow.png") no-repeat; }
      header .header_container-bottom .nav__list .nav__item .sub-menu {
        display: none;
        z-index: 5;
        /*padding: 0 40px;*/
        width: 160px; }
        header .header_container-bottom .nav__list .nav__item .sub-menu li:first-child {
          padding-top: 30px; }
        header .header_container-bottom .nav__list .nav__item .sub-menu li:last-child {
          padding-bottom: 30px; }

.right-menu-open header .header__container-hamburger #menu-block ul {
  opacity: 1;
  transition-delay: 0.5s; }

.right-menu-open header .header__container-hamburger #menu-block .copyright-in-menu {
  opacity: 1;
  transition-delay: 0.5s; }

@media (max-width: 1024px) {
  body {
    padding-top: 59px; }
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 7; }
    header .header__container-top {
      padding: 0;
      height: 59px;
      border-bottom: 1px solid #FFFFFF; }
    header .header_container-bottom {
      display: none; }
      header .header_container-bottom #menu-social-menu {
        padding: 0;
        border-top: 2px solid #FFFFFF; }
      header .header_container-bottom.open {
        overflow-y: scroll; }
      header .header_container-bottom.open {
        z-index: 4;
        display: block;
        background: #151515;
        position: absolute;
        left: 0;
        top: 59px;
        height: calc(100vh - 59px); }
        header .header_container-bottom.open .menu-item-has-children {
          position: relative; }
          header .header_container-bottom.open .menu-item-has-children .nav__link:after {
            display: none !important; }
          header .header_container-bottom.open .menu-item-has-children span {
            display: block;
            background: url(../image/Vector.png) no-repeat;
            width: 22px;
            height: 12px;
            background-size: cover;
            position: absolute;
            right: 15px;
            top: 7px; }
        header .header_container-bottom.open .header-menu {
          display: flex;
          align-items: center;
          justify-content: center; }
          header .header_container-bottom.open .header-menu.mobile {
            display: block;
            padding-top: 34px; }
            header .header_container-bottom.open .header-menu.mobile .nav__list {
              display: flex;
              flex-direction: column;
              align-items: center; }
              header .header_container-bottom.open .header-menu.mobile .nav__list .nav__item-parent {
                margin: 10px 0; }
                header .header_container-bottom.open .header-menu.mobile .nav__list .nav__item-parent a {
                  font-family: Avenir Next Cyr, sans-serif;
                  font-style: normal;
                  font-weight: 500;
                  font-size: 13px;
                  line-height: 26px; }
      header .header_container-bottom .header__nav .nav__list {
        display: flex;
        flex-direction: column;
        width: 100vw;
        justify-content: flex-start;
        border-bottom: 1px solid #8a8a8a;
        padding: 0 0 34px; }
        header .header_container-bottom .header__nav .nav__list .nav__item {
          margin: 10px 0; }
          header .header_container-bottom .header__nav .nav__list .nav__item a {
            font-family: Monument Extended, sans-serif;
            font-style: normal;
            font-weight: normal;
            font-size: 20px;
            line-height: 28px;
            letter-spacing: 0.01em;
            padding: 0; }
          header .header_container-bottom .header__nav .nav__list .nav__item.menu-item-has-children > a span {
            display: block;
            background: url(/wp-content/themes/stilpalast/image/Vector.png) no-repeat;
            width: 22px;
            height: 12px;
            background-size: cover;
            position: absolute;
            right: 15px;
            top: 7px; }
          header .header_container-bottom .header__nav .nav__list .nav__item.menu-item-has-children:hover .sub-menu {
            display: block; }
          header .header_container-bottom .header__nav .nav__list .nav__item .sub-menu {
            width: calc(100% - 80px); }
            header .header_container-bottom .header__nav .nav__list .nav__item .sub-menu.open-mobile {
              display: block;
              position: static; }
    header .header__container-form {
      order: 2;
      flex: 1 1 58px;
      max-width: 58px;
      height: 100%;
      display: flex;
      align-items: center;
      border-left: 2px solid #FFFFFF;
      border-right: 1px solid #FFFFFF; }
      header .header__container-form .search-input, header .header__container-form .show-search-input {
        display: none; }
      header .header__container-form .search-submit {
        background: url(/wp-content/themes/stilpalast/image/search.svg) center no-repeat;
        color: transparent;
        cursor: pointer;
        font-weight: bold;
        width: 58px !important;
        height: 22px;
        display: block;
        background-size: contain;
        border: none;
        padding: 0; }
    header .header__container-logo {
      order: 1;
      flex: 1 1 auto;
      max-width: none;
      width: 100%; }
      header .header__container-logo a {
        padding: 0;
        display: flex;
        justify-content: center; }
      header .header__container-logo .custom-logo {
        height: 38px; }
    header .header__container-hamburger {
      order: 3;
      flex: 1 1 auto;
      max-width: none; }
      header .header__container-hamburger > nav {
        display: none; }
      header .header__container-hamburger .hamburger {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 71px;
        height: 58px; }
        header .header__container-hamburger .hamburger span {
          width: 30px;
          height: 3px;
          display: block;
          background: #FFFFFF;
          margin-top: 5px; }
          header .header__container-hamburger .hamburger span:first-child {
            margin-top: 0; } }

@media screen\0 {
  header .header__container-form .search-input:-ms-input-placeholder {
    color: #333 !important; } }

@media screen and (min-width: 1225px) {
  .footer__bottom__left {
    display: flex; } }

.page {
  margin-bottom: 0; }

.page_wrap {
  overflow: hidden; }

.main {
  margin: auto;
  width: 100%; }

em {
  font-style: italic; }

section.social-link {
  display: none; }

body.fixed-header {
  padding-top: 59px; }

.custom-logo-link img {
  width: 100%;
  height: auto;
  max-width: 177px; }

@media screen and (max-width: 768px) {
  .custom-logo-link img {
    width: auto;
    height: 26px;
    max-width: none; } }

.border {
  border-bottom: 1px solid #272727; }

.yellow {
  color: #CFF000; }

.white {
  color: #FFFFFF; }

.orange {
  color: #FF5C00; }

.input-text {
  margin-bottom: 20px; }

input[type="submit"] {
  font-family: Monument Extended, sans-serif;
  background: #CFF000;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  height: 48px;
  padding: 0 25px;
  color: #151515;
  border: none;
  opacity: 1;
  width: auto !important; }

.checkbox {
  position: relative;
  display: flex;
  margin-bottom: 20px; }
  .checkbox p {
    margin-left: 15px;
    padding-bottom: 0 !important; }

.site {
  display: flex; }
  .site div.social {
    min-height: 100vh;
    width: 100px;
    border-right: 2px solid #FFFFFF;
    position: relative; }
    .site div.social ul {
      position: absolute;
      top: 580px;
      left: 41%;
      background: none;
      transform-origin: 0 0;
      transform: rotate(-90deg); }
      .site div.social ul li a {
        opacity: 0.5; }
        .site div.social ul li a:hover {
          opacity: 1; }

input[type='checkbox'] {
  opacity: 0;
  z-index: -1;
  position: relative;
  display: none; }

input[type='checkbox'] + label {
  width: 28px;
  height: 18px;
  display: block;
  position: relative;
  margin: auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-indent: -999px;
  overflow: hidden;
  border: 2px solid #737373;
  cursor: pointer; }

input[type='checkbox'] {
  border: 2px solid #737373;
  background: transparent; }

input[type='checkbox'] + label:before {
  content: '';
  width: 10px;
  height: 10px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  opacity: 0;
  z-index: -1;
  margin: auto;
  background: #FF5C00 no-repeat;
  background-position: center;
  background-size: 20px; }

input[type='checkbox']:checked + label {
  border: 2px solid #FF5C00 !important; }

input[type='checkbox']:checked + label:before {
  opacity: 1;
  z-index: 1; }

section {
  margin: auto;
  padding: 88px 0;
  border-bottom: 1px solid #272727; }
  section > h2 {
    padding: 13px 15px 0; }

.container {
  padding: 0 15px;
  max-width: 1005px;
  margin: auto; }

.google-ads-container {
  max-width: 1024px !important; }
  .google-ads-container img {
    width: 100%; }

a {
  text-decoration: none;
  color: #FF5C00;
  padding: 13px 0; }
  a:hover {
    text-decoration: underline; }
  a:focus {
    outline: none; }
  a h5:hover {
    text-decoration: none !important; }

input {
  padding: 13px 15px 13px 0; }

body {
  background: #151515;
  overflow-x: hidden; }
  body.popup-open {
    overflow: hidden; }

@font-face {
  font-family: "Monument Extended";
  src: local("Monument Extended"), local("Monument-Extended"), local("Monument-Extended-Regular"), local("Monument Extended Regular"), url("../font/MonumentExtended/MonumentExtended-Regular.woff");
  font-style: normal;
  font-weight: normal;
  font-display: swap; }

@font-face {
  font-family: "Josefin Sans";
  src: local("Josefin Sans"), local("Josefin-Sans"), local("Josefin-Sans-Regular"), local("Josefin Sans Regular"), url("../font/JosefinSans/JosefinSans-Regular.ttf");
  font-style: normal;
  font-weight: normal;
  font-display: swap; }

@font-face {
  font-family: Noto Sans;
  src: local("Noto Sans"), local("Noto-Sans"), local("Noto-Sans-Regular"), local("Noto Sans Regular"), url("../font/NotoSans/NotoSans-Regular.ttf");
  font-style: normal;
  font-weight: normal;
  font-display: swap; }

@font-face {
  font-family: Avenir Next Cyr;
  src: local("Avenir Next Cyr"), local("Avenir-Next-Cyr"), local("Avenir-Next-Cyr-Regular"), local("Avenir Next Cyr Regular"), url("../font/avenirnextcyr-regular.ttf");
  font-style: normal;
  font-weight: normal;
  font-display: swap; }

h1, h2, h3, h4, h5, h6 {
  color: #FFFFFF; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #FFFFFF; }
    h1 a:hover, h1 a:focus, h2 a:hover, h2 a:focus, h3 a:hover, h3 a:focus, h4 a:hover, h4 a:focus, h5 a:hover, h5 a:focus, h6 a:hover, h6 a:focus {
      cursor: pointer;
      text-decoration: none; }

h1, h2, h3 {
  font-family: Monument Extended, sans-serif; }

h1 {
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0.01em; }

h2 {
  font-size: 34px;
  line-height: 41px;
  letter-spacing: 0.01em; }

h3, h4, h5 {
  font-family: Josefin Sans, sans-serif;
  font-style: normal;
  font-weight: normal; }

h3 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600; }

h4 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 24px;
  margin-top: 20px; }

h5 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  margin-top: 15px; }

p.body {
  font-family: Noto Sans;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  color: #FFFFFF; }

.yellow {
  color: yellow !important; }

@media screen and (max-width: 767px) {
  h1 {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.3px; }
  h2 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.01em; }
    h2 a {
      font-size: 20px !important;
      line-height: 28px !important;
      letter-spacing: 0.01em !important; }
      h2 a:after {
        bottom: 0 !important; }
  h3 {
    font-size: 20px;
    line-height: 26px; }
  h4 {
    font-size: 18px;
    line-height: 22px; } }

a.button, .imitation-a {
  font-family: Monument Extended, sans-serif;
  background: #CFF000;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  height: 48px;
  padding: 0;
  color: #151515; }
  @media screen and (max-width: 767px) {
    a.button, .imitation-a {
      padding: 0;
      font-size: 11px; } }
  a.button.circle, .imitation-a.circle {
    border-radius: 50%;
    transform: rotate(30deg);
    height: 90px;
    width: 90px;
    color: #151515; }
    @media screen and (max-width: 767px) {
      a.button.circle, .imitation-a.circle {
        width: 70px;
        height: 70px; } }
  a.button:hover, .imitation-a:hover {
    cursor: pointer;
    text-decoration: none;
    background: #C0DE0A;
    color: #151515; }
  a.button.disabled, .imitation-a.disabled {
    background: #272727; }

a.post__item:hover {
  text-decoration: none; }

body a.button-upper {
  font-family: Monument Extended, sans-serif;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  margin-left: 0 !important;
  margin-right: 0 !important; }
  body a.button-upper.red {
    color: #FF5C00; }
    body a.button-upper.red:hover {
      color: #EC2A2A;
      text-decoration: none; }
    body a.button-upper.red.disabled {
      color: #272727; }

body .posts .posts_container .post__items .post__item a.button-upper {
  margin-left: 0 !important; }

ul.nav__list {
  display: flex;
  justify-content: center; }
  ul.nav__list li {
    line-height: 0;
    padding: 0 15px; }
    ul.nav__list li.nav__item a {
      font-family: Avenir Next Cyr, sans-serif;
      font-weight: 600;
      font-size: 12px;
      line-height: 15px;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: #FFFFFF;
      text-decoration: none; }
    ul.nav__list li.nav__item-parent a {
      font-family: Avenir Next Cyr, sans-serif;
      font-weight: 600;
      font-size: 9px;
      line-height: 11px;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: #FFFFFF;
      opacity: 0.6;
      text-decoration: none; }

a.tag, .slider__items-tag {
  font-family: Avenir Next Cyr, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.7px;
  color: #FFFFFF;
  text-decoration: none; }

.slider__items-tag {
  display: block;
  padding: 0;
  margin-bottom: 12px; }

a.social {
  font-family: Monument Extended, sans-serif;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.9px;
  color: #FFFFFF;
  text-decoration: none; }

p {
  font-family: Avenir Next Cyr, sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #FFFFFF; }
  p.pt15 {
    font-size: 15px;
    line-height: 26px; }
  p.pt14 {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.7px;
    opacity: 0.3; }
  p.pt22 {
    font-size: 22px;
    line-height: 32px; }
  p.pt26 {
    font-size: 22px;
    line-height: 34px;
    font-family: Josefin Sans, sans-serif;
    font-weight: 600; }
  p.pt32 {
    font-size: 32px;
    line-height: 40px;
    font-family: Josefin Sans, sans-serif;
    font-weight: 600;
    opacity: 1 !important; }

a.pagination {
  font-family: Monument Extended, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #FFFFFF;
  letter-spacing: 0.01em;
  text-decoration: none; }
  a.pagination:hover, a.pagination:focus {
    text-decoration: none; }

div.title {
  width: 100%;
  margin-bottom: 25px; }
  div.title.without a:after {
    display: none; }
  div.title h2 a {
    font-family: Monument Extended, sans-serif;
    font-size: 34px;
    line-height: 41px;
    color: #FFFFFF;
    letter-spacing: 0.3px;
    position: relative;
    padding: 13px 0 0; }
    div.title h2 a:hover, div.title h2 a:focus {
      color: #FF5C00;
      text-decoration: none;
      cursor: pointer; }
      div.title h2 a:hover:after, div.title h2 a:focus:after {
        background: url(../image/simple-arrow-red.png) no-repeat; }
    div.title h2 a:after {
      content: '';
      display: block;
      width: 15px;
      height: 26px;
      background: url(../image/simple-arrow.png) no-repeat;
      background-size: contain;
      margin-left: 20px;
      position: absolute;
      right: -30px;
      bottom: 7px; }

div.slider__arrow {
  background: url(../image/arrow.png);
  width: 35px;
  height: 35px; }
  div.slider__arrow.next {
    transform: rotate(180deg); }
  div.slider__arrow:hover {
    background: url(../image/arrow-hover.png);
    cursor: pointer; }

input {
  border: none;
  background: transparent;
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  opacity: 0.5;
  font-family: Monument Extended, sans-serif;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 10px 15px 10px 0; }
  input:hover, input:focus {
    opacity: 1; }
  input.error {
    color: #EC2A2A;
    background-image: linear-gradient(to top, #ec2a2a, #ba134f, #782356, #3b233f, #151515); }

@media screen and (min-width: 1025px) {
  .nav__item {
    position: relative; }
    .nav__item a {
      display: flex;
      align-items: center;
      padding: 20px 0; }
    .nav__item.menu-item-has-children > a:after {
      content: '';
      display: block;
      background: url("../image/Vector.png") no-repeat;
      height: 6px;
      width: 11px;
      margin-left: 9px; }
    .nav__item.menu-item-has-children:hover .sub-menu {
      display: block;
      background: #151515;
      position: absolute;
      top: 55px;
      left: -40px;
      border: 1px solid #333; }
    .nav__item:hover > a {
      color: #CFF000; }
      .nav__item:hover > a:after {
        background: url("../image/Vector-yellow.png") no-repeat; }
    .nav__item .sub-menu {
      display: none;
      z-index: 1;
      /*padding: 0 40px; */
    } }

.footer {
  border-top: 2px solid #FFFFFF;
  border-bottom: 1px solid #272727;
  display: flex; }
  .footer .footer-container {
    width: 100%;
    max-width: 100% !important;
    padding: 0; }
    .footer .footer-container .footer__top {
      height: 79px;
      display: flex;
      align-items: center;
      border-bottom: 1px solid #FFFFFF; }
      @media screen and (max-width: 767px) {
        .footer .footer-container .footer__top {
          height: 100%; } }
      .footer .footer-container .footer__top .footer__top
.footer__nav {
        width: 100%;
        max-width: 1628px;
        margin: auto; }
        .footer .footer-container .footer__top .footer__top
.footer__nav .nav__list {
          display: flex;
          justify-content: space-between; }
      .footer .footer-container .footer__top .menu-footer-menu-container {
        width: 100%;
        max-width: 1628px;
        margin: auto;
        padding: 0 57px; }
        .footer .footer-container .footer__top .menu-footer-menu-container ul {
          display: flex;
          justify-content: space-between; }
          .footer .footer-container .footer__top .menu-footer-menu-container ul .menu-item {
            line-height: 0;
            padding: 0 15px; }
            .footer .footer-container .footer__top .menu-footer-menu-container ul .menu-item a {
              font-family: Avenir Next Cyr, sans-serif;
              font-weight: 600;
              font-size: 12px;
              line-height: 15px;
              letter-spacing: 0.05em;
              text-transform: uppercase;
              color: #FFFFFF;
              text-decoration: none; }
      @media screen and (max-width: 767px) {
        .footer .footer-container .footer__top ul.menu {
          flex-direction: column;
          justify-content: center;
          align-items: center;
          padding: 30px 0; }
          .footer .footer-container .footer__top ul.menu li {
            font-size: 13px;
            padding: 15px 0 !important; }
            .footer .footer-container .footer__top ul.menu li a {
              font-family: Avenir Next Cyr, sans-serif;
              font-style: normal;
              font-weight: 600;
              font-size: 13px;
              line-height: 26px;
              padding: 0; } }
    .footer .footer-container .footer__bottom {
      max-width: 1628px;
      padding: 0 57px;
      margin: auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 51px; }
      .footer .footer-container .footer__bottom .footer-menu ul {
        display: flex;
        justify-content: center; }
        .footer .footer-container .footer__bottom .footer-menu ul#menu-social-menu-2 {
          justify-content: flex-start; }
        .footer .footer-container .footer__bottom .footer-menu ul li {
          line-height: 0;
          padding: 0 15px;
          padding-right: 50px; }
          @media screen and (min-width: 768px) {
            .footer .footer-container .footer__bottom .footer-menu ul li {
              box-sizing: border-box; } }
          .footer .footer-container .footer__bottom .footer-menu ul li a {
            font-family: Avenir Next Cyr, sans-serif;
            font-weight: 600;
            font-size: 9px;
            line-height: 11px;
            letter-spacing: 0.05em;
            text-transform: uppercase;
            color: #FFFFFF;
            opacity: 0.6;
            text-decoration: none; }
          @media screen and (min-width: 767px) and (max-width: 1024px) {
            .footer .footer-container .footer__bottom .footer-menu ul li {
              padding-right: 15px; } }
      .footer .footer-container .footer__bottom .footer-com {
        padding-right: 15px; }
        .footer .footer-container .footer__bottom .footer-com .blog {
          font-size: 9px;
          opacity: 0.5; }
      @media screen and (max-width: 767px) {
        .footer .footer-container .footer__bottom {
          flex-direction: column;
          height: auto; }
          .footer .footer-container .footer__bottom .footer-menu a {
            display: block; }
          .footer .footer-container .footer__bottom .nav__list {
            flex-direction: column;
            justify-content: center;
            align-items: center; } }
  @media screen and (max-width: 767px) {
    .footer .footer-container .footer__top .footer__nav ul {
      padding: 30px 0; }
      .footer .footer-container .footer__top .footer__nav ul li {
        padding: 10px 0 !important; }
        .footer .footer-container .footer__top .footer__nav ul li a {
          font-family: Avenir Next Cyr, sans-serif;
          font-style: normal;
          font-weight: 600;
          font-size: 13px;
          line-height: 26px;
          padding: 0; }
    .footer .footer-container .footer__bottom ul.menu {
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center; }
      .footer .footer-container .footer__bottom ul.menu li {
        line-height: 0;
        padding: 15px 0 !important; }
        .footer .footer-container .footer__bottom ul.menu li a {
          font-family: Avenir Next Cyr, sans-serif;
          font-style: normal;
          font-weight: 600;
          font-size: 13px;
          line-height: 26px;
          padding: 0; }
    .footer .footer-container .footer__bottom .footer-menu#nav_menu-6 {
      display: none; }
    .footer .footer-container .footer-com {
      padding-right: 0 !important; }
      .footer .footer-container .footer-com p.blog {
        font-family: Avenir Next Cyr, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 13px !important;
        line-height: 20px;
        text-align: center;
        color: #FFFFFF;
        opacity: 0.5;
        padding: 0 60px 30px; } }

@media screen and (max-width: 810px) and (min-width: 768px) {
  .footer .footer-container .footer__bottom {
    height: auto;
    flex-direction: column;
    align-items: flex-start; }
    .footer .footer-container .footer__bottom .footer-com {
      padding-left: 15px; } }

.social {
  background: #151515;
  z-index: 1; }
  .social.mobile {
    display: none; }
    .social.mobile ul.nav__list {
      justify-content: start;
      width: 100%;
      align-items: center; }

.feed .feed-container {
  position: relative; }
  .feed .feed-container .feed__items {
    display: flex;
    justify-content: space-between; }
    .feed .feed-container .feed__items button {
      display: none !important; }
  .feed .feed-container .button {
    position: absolute;
    bottom: -40px;
    right: 70px; }

@media screen and (max-width: 1024px) {
  .social {
    display: none; }
    .social.mobile {
      display: flex;
      height: 53px;
      border-bottom: 1px solid #FFFFFF;
      margin-bottom: 34px; }
      .social.mobile .social__list {
        display: flex;
        justify-content: space-around;
        width: 100%;
        align-items: center; }
        .social.mobile .social__list .social__item {
          font-family: Monument Extended, sans-serif;
          font-style: normal;
          font-weight: normal;
          font-size: 11px;
          line-height: 13px;
          letter-spacing: 0.3px;
          color: #FFFFFF;
          opacity: 0.5; }
  a.social {
    display: block;
    font-size: 11px;
    letter-spacing: 0.3px;
    opacity: 0.5; } }

@media screen and (max-width: 767px) {
  section.social-link {
    display: flex;
    padding: 0 !important;
    border-top: 2px solid #FFFFFF; }
    section.social-link ul.nav__list {
      display: flex;
      width: 100%;
      justify-content: space-around; }
      section.social-link ul.nav__list li {
        padding: 20px 0; }
        section.social-link ul.nav__list li a.social {
          display: block;
          max-width: 100%;
          min-height: auto;
          font-size: 11px;
          line-height: 13px;
          letter-spacing: 0.3px;
          opacity: 0.5;
          padding: 0; }
  .footer {
    overflow-x: hidden; }
    .footer .footer-container .footer__top {
      height: auto; }
      .footer .footer-container .footer__top .footer__nav .nav__list {
        display: flex;
        flex-direction: column;
        align-items: center; }
        .footer .footer-container .footer__top .footer__nav .nav__list .nav__item {
          padding: 15px;
          font-size: 13px; }
    .footer .footer-container .footer__bottom {
      flex-direction: column;
      align-items: center; }
  div.site .main .feed img {
    width: 100%; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .feed .feed-container .feed__items .feed__item img {
    width: 98%; } }

@media screen\0 {
  .homepage-slider .slider__container .slider__items .slick__item img {
    height: auto; }
  .ie-fix {
    overflow: hidden;
    position: relative;
    height: 225px;
    width: 100%; }
    .ie-fix img {
      top: 50%;
      left: 50%;
      position: absolute;
      transform: translate(-50%, -50%);
      height: 100% !important;
      width: auto !important; }
  .posts .posts-container .post__items.slider .slick-slide .post__item a.ie-fix {
    height: 150px;
    display: inline-block; }
  .posts.with-adv .posts-container .post__items .post__item a.ie-fix {
    height: 100px; }
  .beauty-ads .beauty-container .beauty-items a.ie-fix {
    width: 414px;
    height: 460px;
    display: inline-block; }
  .posts div.posts-container .post__item.big-banner img {
    height: auto; }
  .fashion-ads .fashion-container .fashion-items .fashion__item-left a.ie-fix {
    width: 621px;
    height: 460px; }
  .fashion-ads .fashion-container .fashion-items .fashion__item-right a.ie-fix {
    width: 300px;
    height: 150px; }
  .fashion-ads .fashion-container .fashion-items .fashion__item-right a.ie-fix img {
    height: auto !important;
    width: 100% !important; }
  .post__items .post__item.big a.ie-fix {
    width: 657px; } }

@media (min-width: 1367px) and (max-width: 1650px) {
  .article .article-container,
  .single .breadcrumb .breadcrumb-container,
  .article-page .container.container-ads,
  .single .adv-section,
  .post-type-archive-recipe .container {
    margin-right: 320px; }
  .yes-right-ads #secondary .container,
  .yes-right-ads .homepage-slider,
  .category.yes-right-ads #slider-1 .container,
  .category.yes-right-ads .breadcrumb .breadcrumb-container,
  .category.yes-right-ads div.beauty-container,
  .category.yes-right-ads .adv-section,
  .category.yes-right-ads .posts div.posts-container,
  .page-template-template-homepage.yes-right-ads .adv-section,
  .page-template-template-homepage.yes-right-ads .posts div.posts-container {
    margin-right: 320px; }
  .post-type-archive-recipe .container.footer-container {
    margin-right: auto; } }

@media (min-width: 1367px) and (max-width: 1400px) {
  .yes-right-ads .homepage-slider {
    margin-right: 295px; } }

.slider__items .slick__item {
  display: none; }

.slider__items .slick__item:first-child {
  display: block; }

.slider__items.slick-initialized .slick__item {
  display: block; }

.adv-section {
  padding: 0 !important; }
  .adv-section iframe {
    padding: 88px 0; }

div[id^="adnz_infeed"] {
  margin-bottom: 0 !important; }
  div[id^="adnz_infeed"] > iframe {
    padding-bottom: 44px; }

div[id^="div_utif_adnz_infeed"] {
  padding-bottom: 44px;
  display: inline-block !important; }

.cookies__section {
  background-color: #000;
  padding: 1.2em;
  max-width: 24em;
  bottom: 1em;
  right: 1em;
  position: fixed;
  z-index: 9999;
  font-family: Helvetica,Calibri,Arial,sans-serif; }

.cookies__text {
  margin-bottom: 1em;
  font-size: .9rem;
  line-height: 1.5;
  padding: 0;
  color: #fff;
  opacity: 1; }
  .cookies__text a {
    color: #fff;
    text-decoration: underline solid #fff; }
    .cookies__text a:hover {
      text-decoration: none; }

.cookies__btn a {
  padding: .4em .8em;
  font-size: .9em;
  font-weight: 700;
  border: 2px solid #fff;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  display: block; }
  .cookies__btn a:hover {
    text-decoration: none; }

.breadcrumb {
  border: none;
  padding-bottom: 0px; }
  .breadcrumb .breadcrumb-container {
    position: relative; }
    .breadcrumb .breadcrumb-container.tag .breadcrumb-list li {
      padding-left: 0 !important; }
    .breadcrumb .breadcrumb-container #breadcrumbs {
      margin-bottom: 20px; }
      .breadcrumb .breadcrumb-container #breadcrumbs > span {
        margin-left: 206px;
        margin-bottom: 15px; }
        .breadcrumb .breadcrumb-container #breadcrumbs > span span {
          font-family: Avenir Next Cyr, sans-serif;
          font-weight: 500;
          font-size: 12px;
          line-height: 15px;
          text-transform: uppercase;
          padding: 0;
          color: #FFFFFF; }
          .breadcrumb .breadcrumb-container #breadcrumbs > span span.breadcrumb_last {
            color: #5d5d5d; }
          .breadcrumb .breadcrumb-container #breadcrumbs > span span a {
            padding: 0 10px;
            color: #FFFFFF;
            font-family: Avenir Next Cyr, sans-serif;
            font-weight: 500;
            font-size: 12px;
            line-height: 15px;
            text-transform: uppercase;
            padding: 0;
            color: #FFFFFF; }
    .breadcrumb .breadcrumb-container h1 {
      margin-left: 206px; }
    .breadcrumb .breadcrumb-container h2 {
      margin-left: 206px; }
    .breadcrumb .breadcrumb-container .breadcrumb__list {
      margin-left: 206px;
      display: flex;
      margin-bottom: 15px; }
      .breadcrumb .breadcrumb-container .breadcrumb__list li {
        display: flex;
        align-items: center;
        font-family: Avenir Next Cyr, sans-serif;
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
        border-right: 1px solid #FFFFFF;
        padding: 0 12px; }
        .breadcrumb .breadcrumb-container .breadcrumb__list li img {
          margin-right: 13px; }
        .breadcrumb .breadcrumb-container .breadcrumb__list li:first-child {
          padding-left: 0 !important; }
        .breadcrumb .breadcrumb-container .breadcrumb__list li:last-child {
          border-right: none;
          color: #808080;
          text-transform: uppercase;
          padding: 0 15px; }
        .breadcrumb .breadcrumb-container .breadcrumb__list li a {
          color: #FFFFFF;
          text-transform: uppercase;
          padding: 0; }
          .breadcrumb .breadcrumb-container .breadcrumb__list li a:hover, .breadcrumb .breadcrumb-container .breadcrumb__list li a:focus {
            text-decoration: none; }
          .breadcrumb .breadcrumb-container .breadcrumb__list li a.back-link {
            font-family: Avenir Next Cyr, sans-serif;
            font-style: normal;
            font-weight: 500;
            font-size: 12px;
            line-height: 15px;
            letter-spacing: 0.05em;
            text-transform: uppercase;
            display: flex;
            align-items: center; }
            .breadcrumb .breadcrumb-container .breadcrumb__list li a.back-link:before {
              content: '';
              background: url(../image/arrow-left-white.png) no-repeat;
              width: 8px;
              height: 11px;
              display: block;
              margin-right: 13px; }
    .breadcrumb .breadcrumb-container .article__info {
      display: flex;
      flex-wrap: wrap;
      margin-left: 206px; }
      .breadcrumb .breadcrumb-container .article__info .article__info-item {
        display: flex;
        align-items: center; }
        .breadcrumb .breadcrumb-container .article__info .article__info-item:last-child {
          margin-left: 115px; }
        .breadcrumb .breadcrumb-container .article__info .article__info-item img {
          width: auto;
          margin-right: 20px; }
      .breadcrumb .breadcrumb-container .article__info p.blog {
        opacity: 0.5; }
    .breadcrumb .breadcrumb-container form {
      display: flex;
      margin-left: 206px;
      margin-top: 40px;
      justify-content: space-between; }
      .breadcrumb .breadcrumb-container form input {
        width: 60%; }
    .breadcrumb .breadcrumb-container .article-share {
      display: flex;
      flex-direction: column;
      position: absolute;
      top: 35px; }
      .breadcrumb .breadcrumb-container .article-share img {
        width: 20px;
        margin-bottom: 20px; }
    .breadcrumb .breadcrumb-container .shop__link a {
      width: 290px; }
  @media screen and (max-width: 767px) {
    .breadcrumb {
      padding-bottom: 0 !important; }
      .breadcrumb div.breadcrumb-container .breadcrumb__list {
        margin-left: 0;
        margin-bottom: 0; }
        .breadcrumb div.breadcrumb-container .breadcrumb__list li {
          padding-right: 10px; }
          .breadcrumb div.breadcrumb-container .breadcrumb__list li:last-child {
            padding: 0 15px 0 15px !important; }
          .breadcrumb div.breadcrumb-container .breadcrumb__list li a {
            padding: 0; }
      .breadcrumb div.breadcrumb-container h1 {
        margin-left: 0; } }

@media screen and (max-width: 767px) {
  .breadcrumb {
    padding-top: 45px; }
    .breadcrumb .breadcrumb-container h2 {
      font-size: 22px !important;
      margin-left: 0; }
    .breadcrumb .breadcrumb-container form {
      margin-left: 0;
      flex-wrap: wrap;
      justify-content: center; }
      .breadcrumb .breadcrumb-container form .select-item {
        margin-bottom: 30px; }
      .breadcrumb .breadcrumb-container form .select-selected {
        padding: 15px 0; }
      .breadcrumb .breadcrumb-container form input {
        width: 91%;
        margin-bottom: 15px; }
      .breadcrumb .breadcrumb-container form .shop__link {
        padding: 0 15px; }
    .breadcrumb .breadcrumb-container .breadcrumb__list {
      flex-wrap: wrap; }
      .breadcrumb .breadcrumb-container .breadcrumb__list li {
        margin-bottom: 15px; }
        .breadcrumb .breadcrumb-container .breadcrumb__list li a {
          font-weight: 600; }
        .breadcrumb .breadcrumb-container .breadcrumb__list li:last-child {
          padding: 0 15px; }
    .breadcrumb .breadcrumb-container h2 {
      padding: 0; }
    .breadcrumb .breadcrumb-container .article-share {
      display: none; }
      .breadcrumb .breadcrumb-container .article-share img {
        width: 20px !important;
        height: 20px !important; }
    .breadcrumb .breadcrumb-container .article__info {
      padding-left: 0; }
      .breadcrumb .breadcrumb-container .article__info .article__info-item:last-child {
        margin-left: 0; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  body .site .main .breadcrumb {
    padding-top: 40px; }
    body .site .main .breadcrumb .article__info {
      flex-direction: column;
      padding-left: 0; }
      body .site .main .breadcrumb .article__info .article__info-item:last-child {
        margin-left: 0; }
    body .site .main .breadcrumb form .select-item {
      margin-right: 24px; } }

.banner {
  border: none;
  padding-bottom: 0;
  position: relative; }
  .banner:after {
    content: '';
    display: block;
    width: 100vw;
    height: 1px;
    background: #FFFFFF;
    opacity: 0.2;
    position: absolute;
    left: 0;
    top: 300px;
    z-index: -1; }
  .banner .banner-container {
    z-index: 1; }
    .banner .banner-container .post__banner {
      max-width: 910px;
      background-size: cover;
      position: relative;
      margin-bottom: 60px; }
      .banner .banner-container .post__banner img {
        max-height: 360px;
        object-fit: cover;
        width: 100%;
        height: 100%; }
      .banner .banner-container .post__banner h2 {
        position: absolute;
        bottom: 64px;
        left: 30px;
        max-width: calc(100% - 60px); }
      .banner .banner-container .post__banner a.button {
        position: absolute;
        right: 30px;
        bottom: -40px; }
  @media screen and (max-width: 767px) {
    .banner {
      padding-bottom: 0 !important; } }

.article-page.contact .article div.title {
  width: auto;
  padding-bottom: 20px; }
  .article-page.contact .article div.title h2 a.title {
    color: #FF5C00;
    display: flex;
    align-items: center;
    padding-top: 0;
    margin-top: -10px; }
    .article-page.contact .article div.title h2 a.title:after {
      position: static;
      background: url("../image/VectorBig.png") no-repeat;
      width: 86px;
      height: 71px;
      background-size: contain; }

@media screen and (max-width: 767px) {
  .article-page.contact .article {
    padding-top: 15px; }
    .article-page.contact .article .article-container {
      padding: 0; }
    .article-page.contact .article div.title {
      margin-left: 0;
      padding: 0 24px;
      border-bottom: 0; }
      .article-page.contact .article div.title h2 a.title {
        align-items: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding-bottom: 15px; }
        .article-page.contact .article div.title h2 a.title:after {
          background-size: contain;
          width: 40px;
          height: 40px;
          margin-left: auto;
          flex-shrink: 0; } }

.article-page .homepage-slider {
  padding-top: 0 !important; }
  .article-page .homepage-slider:after {
    display: none; }
  .article-page .homepage-slider .slider__container {
    padding: 0 !important; }
    .article-page .homepage-slider .slider__container .slick-slide {
      padding-bottom: 0 !important; }
    .article-page .homepage-slider .slider__container p {
      margin-left: 0 !important; }
  @media screen and (max-width: 767px) {
    .article-page .homepage-slider {
      width: 100vw !important;
      margin-left: -24px; }
      .article-page .homepage-slider img {
        width: 100% !important;
        margin-left: 0 !important; }
      .article-page .homepage-slider p {
        padding-left: 24px; }
      .article-page .homepage-slider .slider__arrows {
        margin-top: 15px; } }
  @media screen and (max-width: 1279px) and (min-width: 768px) {
    .article-page .homepage-slider .slick-list {
      max-height: 400px; }
    .article-page .homepage-slider img {
      max-height: 400px;
      height: 100%;
      object-fit: cover; } }

.article-page .container {
  max-width: 910px; }
  .article-page .container.container-ads {
    max-width: 1005px; }
  .article-page .container.header__container {
    width: 100%;
    max-width: 100%; }
  .article-page .container.beauty-container, .article-page .container.google-ads-container, .article-page .container.fashion-container, .article-page .container.category-container {
    max-width: 1005px; }
  .article-page .container .gallery {
    max-width: 910px;
    margin-left: 206px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .article-page .container .gallery img {
      width: auto;
      padding-bottom: 0; }
    .article-page .container .gallery p {
      padding: 20px 0 32px; }
    .article-page .container .gallery .img__desc {
      margin-left: 0;
      padding-top: 0; }
    .article-page .container .gallery .gallery__item {
      margin-bottom: 32px; }
  .article-page .container .block-with__image {
    margin-left: 206px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px; }
    .article-page .container .block-with__image img {
      width: auto; }
    .article-page .container .block-with__image.reverce {
      flex-direction: row-reverse; }
      .article-page .container .block-with__image.reverce .block-with__image-text {
        padding-left: 0; }
    .article-page .container .block-with__image .block-with__image-text {
      margin-left: 0px;
      padding-left: 40px; }
      .article-page .container .block-with__image .block-with__image-text a {
        font-family: Monument Extended, sans-serif;
        font-size: 11px;
        line-height: 14px;
        letter-spacing: 0.08em;
        text-transform: uppercase; }
      .article-page .container .block-with__image .block-with__image-text p {
        max-width: 320px; }
      .article-page .container .block-with__image .block-with__image-text ul {
        max-width: 320px; }
    .article-page .container .block-with__image h3,
    .article-page .container .block-with__image p,
    .article-page .container .block-with__image ul {
      margin-left: 0; }
    .article-page .container .block-with__image h3,
    .article-page .container .block-with__image p {
      padding: 0; }
    @media screen and (max-width: 767px) {
      .article-page .container .block-with__image {
        margin-left: 0;
        margin-bottom: 0; }
        .article-page .container .block-with__image .block-with__image-text {
          padding: 0; }
          .article-page .container .block-with__image .block-with__image-text h3 {
            margin-bottom: 24px; }
          .article-page .container .block-with__image .block-with__image-text .blog {
            padding-bottom: 24px; }
          .article-page .container .block-with__image .block-with__image-text ul {
            padding: 0 24px; }
        .article-page .container .block-with__image img {
          margin-bottom: 32px; } }

.article-page .posts .container,
.article-page .article-pager .container {
  max-width: 1005px;
  display: flex;
  flex-wrap: wrap; }
  .article-page .posts .container .pager__item-left img,
  .article-page .posts .container .pager__item-right img,
  .article-page .article-pager .container .pager__item-left img,
  .article-page .article-pager .container .pager__item-right img {
    width: 100%;
    max-width: 488px;
    height: 266px;
    object-fit: cover; }
  .article-page .posts .container .pager__item-left,
  .article-page .article-pager .container .pager__item-left {
    margin-right: 15px; }
  @media screen and (max-width: 767px) {
    .article-page .posts .container .pager-items,
    .article-page .article-pager .container .pager-items {
      display: block; }
    .article-page .posts .container .pager__item-left,
    .article-page .posts .container .pager__item-right,
    .article-page .article-pager .container .pager__item-left,
    .article-page .article-pager .container .pager__item-right {
      width: 100%;
      margin-bottom: 20px; }
      .article-page .posts .container .pager__item-left img,
      .article-page .posts .container .pager__item-right img,
      .article-page .article-pager .container .pager__item-left img,
      .article-page .article-pager .container .pager__item-right img {
        width: 100%; } }

.article-page .posts .post__items-link {
  margin: auto; }
  .article-page .posts .post__items-link:hover {
    color: #FF5C00; }

.article-page .posts.with-adv .posts-container .post__items {
  flex-wrap: nowrap; }
  .article-page .posts.with-adv .posts-container .post__items .post__item {
    margin-right: 15px;
    padding-top: 0;
    position: relative; }
    .article-page .posts.with-adv .posts-container .post__items .post__item .tag {
      position: absolute;
      bottom: 30px;
      left: 30px; }

.article-page .posts.with-adv .posts-container .google-ads {
  margin-top: -60px; }

.article-page .posts.with-adv .title {
  max-width: 1005px;
  margin: 40px auto 30px; }

.article-page .banner {
  padding-top: 40px; }

.article-page .team {
  position: relative; }
  .article-page .team .team-container {
    max-width: 100%;
    margin-left: 139px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .article-page .team .team-container {
        margin-left: 0; } }
    .article-page .team .team-container .team__items .slick-slide {
      padding-right: 30px; }
      .article-page .team .team-container .team__items .slick-slide .team__item {
        position: relative; }
        .article-page .team .team-container .team__items .slick-slide .team__item img {
          opacity: 1; }
        .article-page .team .team-container .team__items .slick-slide .team__item .team__item-description {
          position: absolute;
          bottom: 44px;
          left: 44px; }
          .article-page .team .team-container .team__items .slick-slide .team__item .team__item-description p {
            font-family: Avenir Next Cyr, sans-serif;
            font-style: normal;
            font-weight: 600;
            font-size: 14px;
            line-height: 17px;
            letter-spacing: 0.7px;
            color: #CFF000;
            margin-bottom: 10px; }
    .article-page .team .team-container .slider__arrows {
      display: flex;
      flex-direction: row-reverse;
      justify-content: flex-end;
      position: absolute;
      top: 0;
      right: 470px; }
      .article-page .team .team-container .slider__arrows .slider__arrow {
        position: static;
        margin-left: 30px; }

.article-page .location {
  padding: 0; }
  .article-page .location .location-container {
    border: none;
    max-width: 100%;
    min-height: 580px;
    height: 100%;
    display: flex; }
    .article-page .location .location-container.reverce .location__item .location__item-description {
      margin-left: auto; }
    .article-page .location .location-container .location__item {
      max-width: 910px;
      width: 100%;
      margin: auto;
      padding: 80px 0;
      display: flex; }
      .article-page .location .location-container .location__item h2 {
        margin-bottom: 32px; }
      .article-page .location .location-container .location__item h3.location__item-subtitle {
        font-family: Monument Extended, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 34px;
        line-height: 41px;
        margin-bottom: 100%; }

.article-page .newsletter-form .newsletter-container form {
  max-width: 497px;
  display: block;
  margin: 40px auto; }

.article-page .newsletter-form .newsletter-container .form-item {
  max-width: 497px;
  margin-bottom: 30px; }
  .article-page .newsletter-form .newsletter-container .form-item input,
  .article-page .newsletter-form .newsletter-container .form-item textarea {
    width: 100%; }
  .article-page .newsletter-form .newsletter-container .form-item p {
    margin-left: 30px; }
  .article-page .newsletter-form .newsletter-container .form-item.checkbox label {
    margin: 0;
    width: 18px !important; }

.article-page .newsletter-form .newsletter-container a.button {
  width: 250px; }

@media screen and (max-width: 767px) {
  .article-page .article__author {
    padding-top: 32px; }
    .article-page .article__author .article-share {
      justify-content: space-between !important;
      margin-top: 15px; } }

.article-page .article__author-item {
  z-index: -1; }

.article-page .article__author .article-share {
  display: flex;
  flex-direction: column;
  position: absolute !important;
  top: 0; }
  .article-page .article__author .article-share > div:hover {
    cursor: pointer;
    display: flex;
    align-items: center; }
    .article-page .article__author .article-share > div:hover p.blog {
      margin-left: 14px;
      display: block;
      color: #FF5C00 !important;
      font-size: 12px;
      line-height: 14px;
      letter-spacing: 0.05em;
      text-transform: uppercase; }
  .article-page .article__author .article-share p {
    display: none; }
  .article-page .article__author .article-share img {
    width: 20px;
    margin-bottom: 20px;
    padding: 0 !important; }
  .article-page .article__author .article-share:hover {
    cursor: pointer; }
  @media screen and (max-width: 767px) {
    .article-page .article__author .article-share {
      position: static !important;
      flex-direction: row;
      justify-content: space-around; }
      .article-page .article__author .article-share img {
        width: 20px !important; }
      .article-page .article__author .article-share > div {
        display: flex;
        align-items: center; }
      .article-page .article__author .article-share p {
        display: block;
        font-family: Monument Extended, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 11px;
        line-height: 14px;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        margin-left: 20px !important; } }

@media screen and (max-width: 767px) {
  .article-page .site .main .article__tag {
    display: flex;
    flex-wrap: wrap; }
    .article-page .site .main .article__tag .blog {
      width: 100%; }
    .article-page .site .main .article__tag .article__tag-items {
      display: flex;
      flex-wrap: wrap; }
      .article-page .site .main .article__tag .article__tag-items .article__tag-item {
        display: block;
        margin-right: 15px;
        margin-bottom: 15px; }
  .article-page .site .main .banner .banner-container {
    padding: 0; }
    .article-page .site .main .banner .banner-container .article__banner img {
      min-height: 230px;
      object-fit: cover; }
  .article-page .site .main .banner:after {
    display: none; }
  .article-page .site .main p {
    margin-left: 0; }
  .article-page .site .main ul,
  .article-page .site .main h2,
  .article-page .site .main h3,
  .article-page .site .main .article-share,
  .article-page .site .main .article__info,
  .article-page .site .main .article__tag-items,
  .article-page .site .main form {
    margin-left: 0;
    position: static; }
  .article-page .site .main .article__info {
    justify-content: space-between; }
    .article-page .site .main .article__info-item img {
      width: 45px;
      height: 45px; }
  .article-page .site .main .breadcrumb .breadcrumb-container form {
    margin-left: 0; }
  .article-page .site .main .article-link a {
    padding: 0; } }

@media screen and (max-width: 767px) and (max-width: 767px) {
  .article-page .site table {
    margin-left: 0 !important; }
    .article-page .site table tr {
      flex-direction: column; }
  .article-page .site .gallery {
    margin-left: 0 !important; }
    .article-page .site .gallery .gallery__item {
      width: 100%; } }

@media screen and (max-width: 767px) {
  .article .article-container p, .article .article-container h2, .article .article-container .field-item {
    margin-left: 0 !important; } }

.article {
  padding-top: 30px; }
  .article.listicle div.article__image {
    max-width: 704px !important;
    margin-left: 0; }
    .article.listicle div.article__image img {
      padding-bottom: 0 !important; }
    .article.listicle div.article__image p {
      padding: 0 !important;
      margin: 0 !important;
      font-family: Avenir Next Cyr, sans-serif;
      font-size: 14px;
      line-height: 17px;
      letter-spacing: 0.7px;
      color: #5b5b5b !important;
      padding-bottom: 60px; }
    .article.listicle div.article__image a {
      padding: 0 !important; }
  .article.image-gallery .homepage-slider {
    padding-bottom: 40px; }
    .article.image-gallery .homepage-slider .slick__item {
      padding-top: 15px !important; }
    .article.image-gallery .homepage-slider p {
      font-family: Avenir Next Cyr, sans-serif;
      font-size: 14px;
      line-height: 17px;
      letter-spacing: 0.7px;
      color: #5b5b5b !important;
      max-width: 704px;
      margin-left: auto; }
      @media screen and (max-width: 767px) {
        .article.image-gallery .homepage-slider p {
          padding-bottom: 10px; } }
  .article.product p a.button {
    max-width: 300px; }
  .article .article-container {
    position: relative; }
    .article .article-container .address-list {
      padding-left: 0;
      margin-bottom: 88px;
      padding-bottom: 0; }
      .article .article-container .address-list li {
        display: flex;
        padding-top: 32px;
        padding-bottom: 32px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        margin-left: 0; }
        .article .article-container .address-list li::before {
          content: normal; }
        .article .article-container .address-list li.address-list-title {
          flex-wrap: wrap; }
      .article .article-container .address-list h4 {
        font-family: "Josefin Sans", sans-serif;
        margin-top: 0;
        font-style: normal;
        font-weight: normal;
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 5px;
        width: 100%; }
      .article .article-container .address-list-link {
        font-family: Avenir Next Cyr, sans-serif;
        display: block;
        font-size: 18px;
        line-height: 30px;
        padding: 0; }
      .article .article-container .address-list span, .article .article-container .address-list p {
        display: inline-block;
        font-family: "Josefin Sans", sans-serif;
        font-size: 26px;
        line-height: 34px;
        margin-left: 0;
        padding-bottom: 0; }
      .article .article-container .address-list p {
        color: #fff !important; }
      .article .article-container .address-list-key {
        margin-right: 15px;
        color: rgba(255, 255, 255, 0.2); }
      .article .article-container .address-list-value {
        color: #fff; }
    .article .article-container .homepage-slider .slick__item {
      padding-top: 55px; }
    .article .article-container .homepage-slider .slick__item-description {
      top: 0px;
      bottom: unset;
      width: 104px;
      height: 104px; }
      .article .article-container .homepage-slider .slick__item-description img {
        opacity: 1 !important; }
    .article .article-container h2 {
      margin-left: 209px; }
      .article .article-container h2.form_stack_title {
        margin-bottom: 33px; }
        @media screen and (max-width: 767px) {
          .article .article-container h2.form_stack_title {
            margin-bottom: 15px; } }
      @media screen and (max-width: 767px) {
        .article .article-container h2 {
          margin-left: 0; } }
    .article .article-container div.article__image {
      position: relative;
      display: flex;
      margin-left: auto;
      flex-direction: column;
      font-family: Avenir Next Cyr, sans-serif;
      font-size: 14px;
      line-height: 17px;
      letter-spacing: 0.7px;
      color: #808080 !important;
      max-width: 1005px;
      padding-bottom: 60px; }
      .article .article-container div.article__image img {
        padding-bottom: 20px !important;
        height: auto; }
      .article .article-container div.article__image .slick__item-description {
        position: absolute;
        top: -20px;
        left: 20px; }
        .article .article-container div.article__image .slick__item-description img {
          width: auto;
          height: auto; }
    .article .article-container .article-img {
      margin-left: 0; }
      .article .article-container .article-img img {
        margin-bottom: 0; }
    .article .article-container ol {
      display: block;
      counter-reset: section; }
      .article .article-container ol li {
        color: #adadad;
        opacity: 1;
        position: relative;
        display: flex; }
        .article .article-container ol li:before {
          counter-increment: section;
          content: counter(section) ".";
          font-family: Monument Extended, sans-serif;
          font-size: 34px;
          line-height: 41px;
          letter-spacing: 0.08em;
          color: #FFFFFF;
          margin-right: 20px; }
          @media screen and (max-width: 767px) {
            .article .article-container ol li:before {
              font-size: 22px;
              line-height: 30px;
              margin-top: 2px; } }
    .article .article-container .article-preparation {
      color: rgba(255, 255, 255, 0.65);
      font-family: Avenir Next Cyr, sans-serif;
      font-size: 18px;
      line-height: 30px;
      margin-left: auto;
      max-width: 704px;
      padding-bottom: 60px; }
      .article .article-container .article-preparation p {
        margin-left: 0; }
      .article .article-container .article-preparation h3 {
        margin-left: 0; }
      .article .article-container .article-preparation strong {
        font-weight: bold; }
      .article .article-container .article-preparation img {
        width: 100% !important;
        height: auto !important;
        margin-bottom: 32px; }
      .article .article-container .article-preparation ol {
        display: block;
        counter-reset: section;
        padding-left: 0;
        margin-left: 0;
        padding-bottom: 44px; }
        .article .article-container .article-preparation ol li {
          color: #adadad;
          opacity: 1;
          display: flex;
          list-style: none;
          margin-left: 14px;
          padding-bottom: 10px;
          font-family: Avenir Next Cyr, sans-serif;
          font-size: 18px;
          line-height: 30px;
          position: relative; }
          .article .article-container .article-preparation ol li:before {
            counter-increment: section;
            content: counter(section) ".";
            font-family: Monument Extended, sans-serif;
            font-size: 34px;
            line-height: 41px;
            letter-spacing: 0.08em;
            color: #FFFFFF;
            margin-right: 20px;
            position: static;
            min-width: 46px; }
        @media screen and (max-width: 767px) {
          .article .article-container .article-preparation ol {
            margin-left: 0; }
            .article .article-container .article-preparation ol li:before {
              font-size: 22px;
              line-height: 30px;
              margin-top: 2px; } }
    .article .article-container ol {
      display: block;
      counter-reset: section;
      padding-left: 0;
      margin-left: 221px;
      padding-bottom: 44px; }
      .article .article-container ol li {
        color: #adadad;
        opacity: 1;
        display: flex;
        list-style: none;
        margin-left: 14px;
        padding-bottom: 10px;
        font-family: Avenir Next Cyr, sans-serif;
        font-size: 18px;
        line-height: 30px;
        position: relative; }
        .article .article-container ol li:before {
          counter-increment: section;
          content: counter(section) ".";
          font-family: Monument Extended, sans-serif;
          font-size: 34px;
          line-height: 41px;
          letter-spacing: 0.08em;
          color: #FFFFFF;
          margin-right: 20px;
          position: static;
          min-width: 46px; }
      @media screen and (max-width: 767px) {
        .article .article-container ol {
          margin-left: 0; }
          .article .article-container ol li:before {
            font-size: 22px;
            line-height: 30px;
            margin-top: 2px; } }
    .article .article-container p.article__image {
      display: flex;
      margin-left: auto;
      flex-direction: column;
      font-family: Avenir Next Cyr, sans-serif;
      font-size: 14px;
      line-height: 17px;
      letter-spacing: 0.7px;
      color: #808080 !important;
      max-width: 704px; }
      .article .article-container p.article__image.lead {
        max-width: 100%; }
        @media screen and (max-width: 767px) {
          .article .article-container p.article__image.lead {
            flex-wrap: wrap; }
            .article .article-container p.article__image.lead img {
              width: 100% !important;
              margin-left: auto !important;
              height: 230px !important;
              object-fit: cover; } }
      .article .article-container p.article__image img {
        width: 100% !important;
        height: 100% !important;
        margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .article .article-container p.article__image {
          flex-wrap: wrap; }
          .article .article-container p.article__image img {
            width: 100vw !important;
            margin-left: -15px; } }
    .article .article-container p.article__video {
      margin-left: 0;
      width: 100%;
      position: relative; }
      .article .article-container p.article__video iframe {
        width: 100%;
        height: 470px; }
      .article .article-container p.article__video .playpause {
        background-image: url(../image/play-video.png);
        background-repeat: no-repeat;
        width: 100px;
        height: 100px;
        position: absolute;
        left: 0%;
        right: 0%;
        top: 0%;
        bottom: 0%;
        margin: auto;
        background-size: contain;
        background-position: center; }
    .article .article-container > p img {
      margin-bottom: 40px;
      margin-left: auto;
      display: block; }
      @media screen and (max-width: 767px) {
        .article .article-container > p img {
          width: 100vw !important;
          margin-left: -24px; } }
    .article .article-container div.title {
      margin-left: 206px;
      margin-bottom: 60px; }
    .article .article-container .comment {
      position: relative;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .article .article-container .comment:before {
        content: '';
        display: block;
        width: 44px;
        height: 30px;
        background: url(../image/H2.png);
        position: absolute;
        left: 135px;
        top: 8px; }
      .article .article-container .comment .comment__author p.blog,
      .article .article-container .comment .comment__date p.blog {
        opacity: 1; }
    .article .article-container form {
      margin-left: 206px; }
      .article .article-container form div.form-item {
        max-width: 497px;
        margin-bottom: 30px; }
        .article .article-container form div.form-item input,
        .article .article-container form div.form-item textarea {
          width: 100%; }
        .article .article-container form div.form-item textarea {
          padding-right: 15px; }
        .article .article-container form div.form-item p {
          margin-left: 30px; }
        .article .article-container form div.form-item.checkbox {
          align-items: unset; }
          .article .article-container form div.form-item.checkbox label {
            margin: 0;
            width: 18px !important; }
          .article .article-container form div.form-item.checkbox p {
            margin-left: 18px; }
          @media screen and (max-width: 767px) {
            .article .article-container form div.form-item.checkbox p.body {
              margin-left: 12px;
              font-size: 12px !important; } }
      .article .article-container form textarea {
        background: transparent;
        border: none;
        color: #FFFFFF;
        border-bottom: 1px solid #FFFFFF;
        opacity: 0.6;
        font-family: Monument Extended, sans-serif;
        font-size: 12px;
        line-height: 14px;
        height: 100px; }
      .article .article-container form a.button {
        width: 250px; }
    .article .article-container .article-link {
      position: absolute;
      left: 40px;
      z-index: 3; }
      .article .article-container .article-link .button {
        font-size: 11px;
        margin-top: 15px;
        padding: 0; }
    .article .article-container div {
      position: relative; }
      .article .article-container div > img {
        margin-left: auto;
        width: 100%;
        padding: 0 0 60px; }
      .article .article-container div .copyighted {
        position: absolute;
        left: 50px;
        top: -50px; }
        .article .article-container div .copyighted img {
          width: auto; }
        @media screen and (max-width: 767px) {
          .article .article-container div .copyighted {
            left: unset;
            right: 30px; } }
    .article .article-container p, .article .article-container .field-item {
      color: #adadad !important; }
    .article .article-container h3 {
      padding-top: 44px;
      padding-bottom: 34px; }
    .article .article-container p, .article .article-container .field-item, .article .article-container h3 {
      margin-left: 206px;
      color: #FFFFFF; }
    .article .article-container .field-item p {
      margin-left: 0; }
    .article .article-container p, .article .article-container .field-item {
      padding-bottom: 44px; }
    .article .article-container p.img__desc {
      margin-left: 206px;
      margin-top: 10px;
      padding-bottom: 0; }
    .article .article-container p.italic {
      font-style: italic; }
    .article .article-container .field-item {
      font-family: Avenir Next Cyr, sans-serif;
      font-size: 18px;
      line-height: 30px; }
    .article .article-container table {
      margin-left: 206px; }
      .article .article-container table tr {
        display: flex;
        padding-bottom: 32px; }
        .article .article-container table tr td {
          width: 335px; }
          .article .article-container table tr td:first-child {
            margin-right: 30px; }
      .article .article-container table p {
        margin-left: 0 !important;
        padding-bottom: 24px !important; }
        .article .article-container table p.pt26 {
          opacity: 1 !important; }
    .article .article-container ul {
      margin-left: 206px;
      padding-left: 45px;
      padding-bottom: 44px;
      list-style: none; }
      .article .article-container ul li {
        list-style: none;
        margin-left: 14px;
        padding-bottom: 10px;
        color: #adadad !important;
        font-family: Avenir Next Cyr, sans-serif;
        font-size: 18px;
        line-height: 30px;
        position: relative; }
        .article .article-container ul li:before {
          content: '•';
          color: #FFFFFF;
          position: absolute;
          left: -34px; }
    .article .article-container .article__strong {
      padding-bottom: 24px; }
      .article .article-container .article__strong strong {
        font-family: Josefin Sans, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 32px;
        line-height: 40px;
        color: #FFFFFF; }
        .article .article-container .article__strong strong.clear {
          font-family: inherit;
          font-weight: bold;
          font-size: inherit;
          line-height: inherit; }
    .article .article-container .article__items {
      counter-reset: section; }
      .article .article-container .article__items .article__item .article__item-text .blog {
        color: #adadad;
        opacity: 1;
        position: relative;
        display: flex; }
        .article .article-container .article__items .article__item .article__item-text .blog:before {
          counter-increment: section;
          content: counter(section) ".";
          font-family: Monument Extended, sans-serif;
          font-size: 34px;
          line-height: 41px;
          letter-spacing: 0.08em;
          color: #FFFFFF;
          margin-right: 20px; }
          @media screen and (max-width: 767px) {
            .article .article-container .article__items .article__item .article__item-text .blog:before {
              font-size: 22px;
              line-height: 30px;
              margin-top: 2px; } }
      .article .article-container .article__items .article__item .article__item-img {
        display: flex;
        flex-wrap: wrap; }
        .article .article-container .article__items .article__item .article__item-img img {
          display: block;
          margin-left: auto;
          margin-bottom: 15px;
          width: auto; }
          @media screen and (max-width: 767px) {
            .article .article-container .article__items .article__item .article__item-img img:nth-child(1) {
              width: 100vw !important;
              margin-left: -24px !important;
              min-height: 230px; }
            .article .article-container .article__items .article__item .article__item-img img:last-child {
              width: 100%;
              margin-left: auto; } }
      @media screen and (max-width: 767px) {
        .article .article-container .article__items .article__item video {
          width: 100vw !important;
          margin-left: -24px !important;
          max-width: 100vw; } }
      .article .article-container .article__items .article__item .article__item-video {
        margin-bottom: 40px; }
        .article .article-container .article__items .article__item .article__item-video:hover {
          cursor: pointer; }
        .article .article-container .article__items .article__item .article__item-video .playpause {
          background-image: url(../image/play-video.png);
          background-repeat: no-repeat;
          width: 100px;
          height: 100px;
          position: absolute;
          left: 0%;
          right: 0%;
          top: 0%;
          bottom: 0%;
          margin: auto;
          background-size: contain;
          background-position: center; }
          .article .article-container .article__items .article__item .article__item-video .playpause:hover {
            cursor: pointer;
            opacity: 0.65; }

@media screen and (max-width: 767px) {
  .article {
    padding-top: 32px !important;
    padding-bottom: 32px !important; }
    .article .article-container .address-list {
      margin-bottom: 64px; }
      .article .article-container .address-list li {
        padding-top: 24px;
        padding-bottom: 24px; }
        .article .article-container .address-list li::before {
          content: normal; }
      .article .article-container .address-list h4 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 6px; }
      .article .article-container .address-list-link {
        font-size: 14px;
        line-height: 24px; }
      .article .article-container .address-list span, .article .article-container .address-list p {
        font-size: 18px;
        line-height: 22px; }
      .article .article-container .address-list-key {
        margin-right: 28px; }
    .article .article-container .article-link {
      right: 30px;
      left: unset;
      top: 95px; }
    .article .article-container .article__item img {
      width: 100% !important; }
    .article .article-container .article__item-img {
      padding-bottom: 30px; }
      .article .article-container .article__item-img img {
        padding-bottom: 0 !important; }
    .article .article-container .article__image img {
      width: 100vw !important;
      margin-left: -24px; }
    .article .article-container .img__desc {
      margin-left: 0 !important; }
    .article .article-container .gallery__item img {
      padding-bottom: 10px !important; }
    .article .article-container .comment p {
      margin-left: 40px; }
    .article .article-container .comment:before {
      left: -10px; }
    .article .article-container .block-with__image-text a {
      margin-bottom: 15px;
      display: block; } }

.contact .article p.blog {
  font-family: Josefin Sans, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 30px; }

.contact .article form .form-item.checkbox p {
  font-family: Avenir Next Cyr, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px !important;
  line-height: 26px;
  padding: 0;
  color: #ffffff !important; }

@media screen and (max-width: 767px) {
  .contact .article p.blog {
    font-family: Avenir Next Cyr, sans-serif;
    font-size: 14px;
    line-height: 30px;
    padding: 0 24px 50px; }
  .contact .article form {
    padding: 0 24px; }
    .contact .article form input {
      padding-right: 0; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .article-page .banner .banner-container {
    padding: 0; }
    .article-page .banner .banner-container .article__banner img {
      min-height: 230px;
      object-fit: cover; }
  .article-page .banner:after {
    display: none; }
  .article-page .category-ads .category__items .category__item {
    max-width: 100%;
    padding-right: 0; }
  .article-page .block-with__image {
    margin-left: 0 !important; }
  .article-page table {
    margin-left: 0 !important; }
  .article-page .gallery {
    margin-left: 0 !important; }
    .article-page .gallery .gallery__item:first-child {
      width: 100%; }
      .article-page .gallery .gallery__item:first-child img {
        width: 100% !important; } }

@media screen and (max-width: 767px) {
  .page-id-5935 .breadcrumb h1,
  .page-id-6214 .breadcrumb h1 {
    font-size: 22px !important;
    word-break: break-word; } }

.page-id-5935 .article-page .article,
.page-id-6214 .article-page .article {
  padding-top: 0;
  display: block; }
  .page-id-5935 .article-page .article .entry-content,
  .page-id-6214 .article-page .article .entry-content {
    counter-reset: section; }
    .page-id-5935 .article-page .article .entry-content h2,
    .page-id-6214 .article-page .article .entry-content h2 {
      position: relative;
      display: block; }
      .page-id-5935 .article-page .article .entry-content h2:nth-child(-n+40):before,
      .page-id-6214 .article-page .article .entry-content h2:nth-child(-n+40):before {
        content: "0" counter(section); }
      .page-id-5935 .article-page .article .entry-content h2:before,
      .page-id-6214 .article-page .article .entry-content h2:before {
        counter-increment: section;
        content: counter(section);
        font-family: Monument Extended, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 80px;
        line-height: 56px;
        letter-spacing: 0.01em;
        opacity: 0.32;
        position: absolute;
        top: 62px;
        left: -42px;
        color: transparent;
        -webkit-text-stroke: 1px white; }
        @media screen and (max-width: 767px) {
          .page-id-5935 .article-page .article .entry-content h2:before,
          .page-id-6214 .article-page .article .entry-content h2:before {
            font-size: 22px;
            line-height: 30px;
            margin-top: 2px; } }
      .page-id-5935 .article-page .article .entry-content h2:nth-child(2),
      .page-id-6214 .article-page .article .entry-content h2:nth-child(2) {
        padding-top: 40px; }
        .page-id-5935 .article-page .article .entry-content h2:nth-child(2):before,
        .page-id-6214 .article-page .article .entry-content h2:nth-child(2):before {
          top: 33px !important; }
    .page-id-5935 .article-page .article .entry-content .article__strong strong,
    .page-id-6214 .article-page .article .entry-content .article__strong strong {
      padding-bottom: 22px;
      padding-top: 12px;
      display: block; }
    .page-id-5935 .article-page .article .entry-content .article__strong br,
    .page-id-6214 .article-page .article .entry-content .article__strong br {
      display: none; }

.page-id-5935 .article-page h1,
.page-id-6214 .article-page h1 {
  font-family: Monument Extended, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 41px;
  letter-spacing: 0.3px;
  color: #FFFFFF; }

.page-id-5935 .article-page h2,
.page-id-6214 .article-page h2 {
  font-family: Josefin Sans, sans-serif;
  font-style: normal;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  padding-bottom: 32px;
  padding-top: 88px; }

@media screen and (max-width: 767px) {
  .page-id-5935 .h1,
  .page-id-6214 .h1 {
    word-break: break-all; }
  .page-id-5935 .article ul,
  .page-id-6214 .article ul {
    margin-left: 0; }
  .page-id-5935 .article .entry-content,
  .page-id-6214 .article .entry-content {
    margin-top: -10px; }
  .page-id-5935 .article h1,
  .page-id-6214 .article h1 {
    word-break: break-all; }
  .page-id-5935 .article h2,
  .page-id-6214 .article h2 {
    padding-top: 79px;
    padding-bottom: 24px; }
    .page-id-5935 .article h2:before,
    .page-id-6214 .article h2:before {
      font-size: 60px !important;
      line-height: 30px !important;
      left: -14px !important;
      top: 70px !important; } }

.google-ads-post img {
  padding: 0 !important;
  margin-top: 30px; }

@media screen and (max-width: 767px) {
  .google-ads-post {
    width: 100vw;
    margin-left: -24px; }
    .google-ads-post img {
      height: 230px;
      object-fit: cover; } }

.maps-section {
  padding: 0 !important; }
  .maps-section .maps {
    position: relative; }
    .maps-section .maps .stilpalast-map {
      height: 588px; }
      .maps-section .maps .stilpalast-map > div {
        will-change: transform; }
    .maps-section .maps .maps-shadow {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      -webkit-box-shadow: inset 200px -106px 119px 2px rgba(0, 0, 0, 0.91);
      -moz-box-shadow: inset 200px -106px 119px 2px rgba(0, 0, 0, 0.91);
      box-shadow: inset 200px -106px 119px 2px rgba(0, 0, 0, 0.91); }
      .maps-section .maps .maps-shadow.revert {
        -webkit-box-shadow: inset -200px -106px 119px 2px rgba(0, 0, 0, 0.91);
        -moz-box-shadow: inset -200px -106px 119px 2px rgba(0, 0, 0, 0.91);
        box-shadow: inset -200px -106px 119px 2px rgba(0, 0, 0, 0.91); }
    .maps-section .maps .maps_info {
      z-index: 3;
      position: absolute;
      left: 135px;
      bottom: 89px; }
      .maps-section .maps .maps_info .maps_info--subtitle {
        font-family: Monument Extended, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 34px;
        line-height: 41px;
        letter-spacing: 0.3px;
        color: #FFFFFF;
        margin-bottom: 181px; }
      .maps-section .maps .maps_info .maps_info--city {
        font-family: Monument Extended, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 48px;
        line-height: 56px;
        letter-spacing: 0.01em;
        color: #FFFFFF;
        margin-bottom: 32px; }
      .maps-section .maps .maps_info .maps_info--desc p {
        font-family: Avenir Next Cyr, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 30px;
        color: rgba(255, 255, 255, 0.65);
        margin-bottom: 4px; }
      .maps-section .maps .maps_info.revert {
        left: unset;
        right: 135px; }
  @media screen and (max-width: 767px) {
    .maps-section .maps .stilpalast-map {
      height: 451px; }
    .maps-section .maps .maps-shadow {
      box-shadow: none !important; }
    .maps-section .maps .maps_info {
      left: 24px;
      bottom: 64px; }
      .maps-section .maps .maps_info.revert {
        right: 24px; }
      .maps-section .maps .maps_info .maps_info--subtitle {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 0.01em; }
      .maps-section .maps .maps_info .maps_info--city {
        font-size: 22px;
        line-height: 30px;
        letter-spacing: 0.3px; }
      .maps-section .maps .maps_info .maps_info--desc p {
        font-size: 14px;
        line-height: 24px; } }

.page-id-5931 .article .article-container p.article__image {
  max-width: 704px !important; }
  .page-id-5931 .article .article-container p.article__image img {
    width: max-content !important;
    height: auto !important; }

.article figure.wp-caption {
  margin-left: auto;
  max-width: 704px;
  width: 100% !important;
  height: 100% !important; }

.article figure.wp-caption img {
  margin-left: auto;
  margin-bottom: 20px;
  width: 100% !important;
  height: 100% !important; }

.article figure.wp-caption .wp-caption-text {
  display: flex;
  flex-direction: column;
  font-family: Avenir Next Cyr, sans-serif;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.7px;
  color: #5b5b5b !important;
  max-width: 704px;
  text-align: left !important;
  margin: 0 !important; }

@media screen and (max-width: 767px) {
  body.recipes-welt .posts {
    padding-top: 30px !important; }
    body.recipes-welt .posts .posts-container h1 {
      font-size: 40px !important;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      margin-top: 30px;
      margin-bottom: -30px; }
      body.recipes-welt .posts .posts-container h1 span {
        padding: 15px 0; } }

.thankyou-page .main {
  margin-top: 0;
  margin-bottom: auto; }
  .thankyou-page .main .breadcrumb {
    padding-top: 0;
    margin-top: 90px; }
  .thankyou-page .main > section {
    margin: 0; }

.thankyou-page .title__text {
  margin-top: 0 !important;
  display: flex;
  flex-direction: column; }
  .thankyou-page .title__text .title__text-item {
    position: static !important;
    width: 200vw;
    text-align: left; }
    .thankyou-page .title__text .title__text-item span {
      margin-right: 15px;
      margin-left: 15px; }
    .thankyou-page .title__text .title__text-item:first-child {
      margin-left: 45px; }

.thankyou-page .posts {
  border-bottom: none;
  padding-top: 15px; }
  .thankyou-page .posts .posts-container {
    max-width: 100%; }
    .thankyou-page .posts .posts-container h1 {
      margin-left: 40px; }
      .thankyou-page .posts .posts-container h1 *:first-child {
        margin-left: 100px; }
    .thankyou-page .posts .posts-container div.search__result {
      width: 253px;
      text-align: left;
      margin-left: 600px; }
      .thankyou-page .posts .posts-container div.search__result * {
        margin-left: 0 !important;
        padding: 0 !important; }
    .thankyou-page .posts .posts-container a.button {
      margin-top: 30px;
      margin-left: 600px;
      width: 250px; }

@media screen and (max-width: 767px) {
  .thankyou-page .main .breadcrumb {
    margin-top: 45px; }
    .thankyou-page .main .breadcrumb .breadcrumb__list {
      margin-bottom: 0; }
      .thankyou-page .main .breadcrumb .breadcrumb__list li {
        margin-bottom: 0; }
  .thankyou-page .main .posts .title__text {
    margin-left: -24px; }
    .thankyou-page .main .posts .title__text .title__text-item {
      margin-left: 0;
      margin-bottom: 0; }
      .thankyou-page .main .posts .title__text .title__text-item:last-child {
        margin-left: -40px;
        margin-top: -10px; }
      .thankyou-page .main .posts .title__text .title__text-item:first-child {
        margin-left: 9px; }
  .thankyou-page .main .posts div.search__result {
    margin-top: 54px !important; }
  .thankyou-page .breadcrumb .breadcrumb__list li {
    padding: 0 !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .thankyou-page .main .breadcrumb {
    margin-top: 45px; }
    .thankyou-page .main .breadcrumb .breadcrumb__list {
      margin-bottom: 0; }
      .thankyou-page .main .breadcrumb .breadcrumb__list li {
        margin-bottom: 0; }
  .thankyou-page .main .posts .search__result {
    padding: 0; }
    .thankyou-page .main .posts .search__result a {
      margin-left: 221px !important; }
  .thankyou-page .main .posts .title__text {
    margin-left: -24px; }
    .thankyou-page .main .posts .title__text .title__text-item {
      margin-left: 0;
      margin-bottom: 0; }
      .thankyou-page .main .posts .title__text .title__text-item:last-child {
        margin-left: -40px;
        margin-top: -10px; }
      .thankyou-page .main .posts .title__text .title__text-item:first-child {
        margin-left: 9px; }
  .thankyou-page .main .posts div.search__result {
    margin-top: 54px !important; } }

.posts {
  padding-top: 60px;
  padding-bottom: 60px; }
  .posts .posts-container .post__items.slider .slick-slide .post__item {
    max-width: 230px;
    padding: 0 28px 0 0;
    position: relative;
    padding-bottom: 15px !important; }
    .posts .posts-container .post__items.slider .slick-slide .post__item img {
      height: 150px !important; }
  @media screen and (max-width: 767px) {
    .posts .posts-container .post__items.slider .slick-slide {
      padding: 0 !important; } }
  .posts div.posts-container {
    position: relative; }
    .posts div.posts-container .post__items.four {
      justify-content: space-between; }
      .posts div.posts-container .post__items.four .post__item {
        max-width: 230px;
        padding: 0; }
        .posts div.posts-container .post__items.four .post__item img {
          height: 150px; }
    .posts div.posts-container h1 {
      font-family: Monument Extended, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 80px;
      line-height: 80px;
      letter-spacing: 0.01em;
      word-spacing: -0.5em;
      text-align: center; }
      .posts div.posts-container h1 span {
        color: black;
        -webkit-text-stroke: 1px white; }
    .posts div.posts-container .slider__arrows {
      display: flex;
      flex-direction: row-reverse;
      justify-content: flex-end;
      position: absolute;
      top: 0;
      right: 30px; }
      .posts div.posts-container .slider__arrows .slider__arrow {
        position: static;
        margin-left: 30px; }
        .posts div.posts-container .slider__arrows .slider__arrow.prev {
          margin: 0; }
    .posts div.posts-container div.title__text {
      text-align: center;
      margin-top: 64px;
      font-family: Monument Extended, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 90px;
      line-height: 56px;
      color: #FFFFFF;
      height: 180px;
      position: relative; }
      .posts div.posts-container div.title__text .title__text-item {
        margin-bottom: 30px;
        position: absolute;
        top: 0;
        left: 127px; }
        .posts div.posts-container div.title__text .title__text-item:last-child {
          top: unset;
          bottom: 0;
          left: 30px; }
      .posts div.posts-container div.title__text span {
        color: black;
        text-shadow: 0px 0px 1px white, 0 0 0em #FFFFFF; }
    .posts div.posts-container div.search__result {
      max-width: 1005px;
      padding: 0 15px;
      margin: auto;
      margin-top: 44px; }
      .posts div.posts-container div.search__result p {
        font-family: Avenir Next Cyr, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 26px;
        max-width: 260px;
        text-align: left;
        display: block;
        color: #FFFFFF;
        opacity: 0.65;
        margin-left: 206px;
        padding: 0 15px; }
      .posts div.posts-container div.search__result .button {
        margin-left: 221px; }
      @media screen and (max-width: 767px) {
        .posts div.posts-container div.search__result {
          padding: 0; }
          .posts div.posts-container div.search__result p {
            padding: 0;
            margin-left: 0;
            max-width: 100%; }
          .posts div.posts-container div.search__result a {
            margin-left: 0 !important; } }
    .posts div.posts-container p.search__result {
      max-width: 616px;
      padding: 0 15px;
      margin: auto;
      margin-top: 44px;
      margin-left: 206px;
      opacity: 0.5;
      line-height: 26px;
      font-family: Avenir Next Cyr, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 15px; }
    .posts div.posts-container .post__item-img {
      position: relative;
      padding: 0; }
      .posts div.posts-container .post__item-img p {
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 0.7px; }
        .posts div.posts-container .post__item-img p.tag {
          top: unset;
          bottom: 24px;
          left: 24px;
          z-index: 2; }
      .posts div.posts-container .post__item-img > div {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.3);
        z-index: 1; }
      .posts div.posts-container .post__item-img img {
        max-height: 225px;
        height: 100%;
        object-fit: cover; }
    .posts div.posts-container .post__item {
      position: relative;
      display: flex;
      flex-direction: column; }
      .posts div.posts-container .post__item .post-thumbnail {
        padding: 0; }
      .posts div.posts-container .post__item h4 {
        margin-bottom: 0; }
      .posts div.posts-container .post__item h3 {
        margin-bottom: 0;
        font-size: 26px;
        line-height: 34px;
        font-weight: 600;
        margin-top: 20px; }
      .posts div.posts-container .post__item img {
        height: 225px;
        object-fit: cover; }
      .posts div.posts-container .post__item.big {
        height: auto; }
        .posts div.posts-container .post__item.big a {
          height: 100%; }
        .posts div.posts-container .post__item.big img {
          max-height: 420px;
          height: 100%; }
      .posts div.posts-container .post__item a.button-upper {
        margin-top: auto;
        padding: 13px 0 0; }
      .posts div.posts-container .post__item.big-banner {
        max-width: 910px;
        background-size: cover;
        position: relative;
        width: 100% !important;
        margin-bottom: 60px; }
        .posts div.posts-container .post__item.big-banner:after {
          content: '';
          display: block;
          width: 200vw;
          height: 1px;
          background: #FFFFFF;
          opacity: 0.2;
          position: absolute;
          left: -400px;
          top: 300px;
          z-index: -1; }
        .posts div.posts-container .post__item.big-banner img {
          max-height: 360px;
          object-fit: cover;
          width: 100%;
          height: 100%; }
        .posts div.posts-container .post__item.big-banner a.button {
          position: absolute;
          right: 30px;
          bottom: 24px; }
        .posts div.posts-container .post__item.big-banner h2 {
          position: absolute;
          bottom: 94px;
          left: 30px;
          max-width: 700px; }
        @media screen and (max-width: 767px) {
          .posts div.posts-container .post__item.big-banner {
            margin-bottom: 20px; }
            .posts div.posts-container .post__item.big-banner:after {
              display: none; }
            .posts div.posts-container .post__item.big-banner img {
              width: 100vw !important;
              margin-left: -24px; }
            .posts div.posts-container .post__item.big-banner h2 {
              bottom: 74px;
              left: 0; }
            .posts div.posts-container .post__item.big-banner a.button {
              right: 0;
              bottom: 0; } }
      .posts div.posts-container .post__item p.blog {
        font-size: 15px; }
      .posts div.posts-container .post__item a.display {
        font-family: Monument Extended, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0.01em;
        color: #FFFFFF;
        background: #FF5C00;
        position: absolute;
        left: 18px;
        top: 18px;
        padding: 5px 7px 4px; }
        .posts div.posts-container .post__item a.display:hover {
          text-decoration: none; }

.post__items-link {
  width: 100%;
  text-align: center;
  font-family: Monument Extended, sans-serif;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  opacity: 0.5;
  margin: auto; }
  .post__items-link:hover, .post__items-link:focus {
    cursor: pointer;
    text-decoration: none; }

@media screen and (max-width: 767px) {
  .posts .posts-container h1 {
    margin-top: 0 !important;
    line-height: 1 !important;
    margin-bottom: 30px !important; }
  .posts .posts-container .search__result {
    margin-left: auto !important;
    margin-right: auto;
    margin-top: 30px !important;
    padding: 0 !important; }
  .posts .posts-container .title__text {
    font-size: 40px !important;
    line-height: 56px !important;
    height: 95px !important;
    margin-top: 0 !important; }
    .posts .posts-container .title__text .title__text-item {
      left: 30px !important; }
      .posts .posts-container .title__text .title__text-item:last-child {
        left: 0px !important;
        margin-bottom: 0 !important; }
  .posts .posts-container .post__items .post__item {
    max-width: 100% !important;
    padding: 0 0 44px;
    height: auto; }
    .posts .posts-container .post__items .post__item a.button-upper {
      padding: 0;
      display: block;
      margin-top: 0; }
    .posts .posts-container .post__items .post__item h4 {
      margin-top: 16px;
      margin-bottom: 8px; }
    .posts .posts-container .post__items .post__item h3 {
      margin-top: 16px;
      margin-bottom: 8px;
      font-size: 20px;
      line-height: 22px; }
    .posts .posts-container .post__items .post__item.big {
      height: auto; }
      .posts .posts-container .post__items .post__item.big img {
        height: 300px;
        max-height: 100%; }
      .posts .posts-container .post__items .post__item.big .post__item-description {
        left: 32px;
        bottom: 76px;
        width: calc(100% - 64px); }
        .posts .posts-container .post__items .post__item.big .post__item-description h4 {
          line-height: 26px; }
        .posts .posts-container .post__items .post__item.big .post__item-description p {
          font-size: 14px;
          line-height: 24px;
          margin-bottom: 0; }
  .posts .posts-container .slider__arrows {
    position: static !important; }
  .posts.with-adv .posts-container .post__items {
    flex-wrap: wrap !important; }
    .posts.with-adv .posts-container .post__items .post__item {
      width: 100%;
      margin-right: 0 !important; }
      .posts.with-adv .posts-container .post__items .post__item img {
        height: 100px !important; }
    .posts.with-adv .posts-container .post__items .google-ads {
      margin: 0 0 0 -24px;
      width: 100vw; }
      .posts.with-adv .posts-container .post__items .google-ads img {
        width: 100vw; }
  .article-share {
    width: 100%; }
    .article-share .addtoany_shortcode .addtoany_list {
      justify-content: space-between; }
      .article-share .addtoany_shortcode .addtoany_list a {
        width: auto;
        padding-left: 0;
        padding-right: 0; }
        .article-share .addtoany_shortcode .addtoany_list a img {
          width: auto;
          height: 22px; }
        .article-share .addtoany_shortcode .addtoany_list a:after {
          margin-left: 17px;
          width: auto;
          position: static;
          white-space: nowrap; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .posts .posts-container h1 {
    font-size: 48px !important; }
  .posts .posts-container .search__result {
    margin-left: auto !important;
    margin-right: auto;
    margin-top: 30px !important; }
  .posts .posts-container .title__text {
    font-size: 40px !important;
    line-height: 56px !important;
    height: 95px !important;
    margin-top: 0 !important; }
    .posts .posts-container .title__text .title__text-item {
      left: 30px !important; }
      .posts .posts-container .title__text .title__text-item:last-child {
        left: 0px !important;
        margin-bottom: 0 !important; }
  .posts .posts-container .post__items .post__item {
    max-width: 100%;
    padding: 0; }
    .posts .posts-container .post__items .post__item.big {
      height: auto; }
  .posts .posts-container .post__items .google-ads {
    margin: 0 !important;
    padding: 15px 0;
    width: 48%; }
    .posts .posts-container .post__items .google-ads img {
      width: 100%; } }

.search-results .posts .post__items .post__item img {
  min-height: 225px; }

.posts .post__item p.body {
  font-family: Avenir Next Cyr, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.7px;
  color: #CFF000;
  padding: 10px 0;
  margin-bottom: -20px; }

.search-results .posts.top .posts-container .post__items,
.post-type-archive-recipe .posts.top .posts-container .post__items {
  justify-content: unset; }
  .search-results .posts.top .posts-container .post__items .post__item,
  .post-type-archive-recipe .posts.top .posts-container .post__items .post__item {
    padding: 0 37px 60px 0px !important; }
    .search-results .posts.top .posts-container .post__items .post__item:nth-child(3n),
    .post-type-archive-recipe .posts.top .posts-container .post__items .post__item:nth-child(3n) {
      padding-right: 0 !important; }
  @media screen and (min-width: 1025px) and (max-width: 1050px) {
    .search-results .posts.top .posts-container .post__items .post__item,
    .post-type-archive-recipe .posts.top .posts-container .post__items .post__item {
      padding: 0 30px 60px 0px !important; }
      .search-results .posts.top .posts-container .post__items .post__item:nth-child(3n),
      .post-type-archive-recipe .posts.top .posts-container .post__items .post__item:nth-child(3n) {
        padding-right: 0 !important; } }
  @media screen and (max-width: 1024px) {
    .search-results .posts.top .posts-container .post__items,
    .post-type-archive-recipe .posts.top .posts-container .post__items {
      justify-content: space-between; }
      .search-results .posts.top .posts-container .post__items .post__item,
      .post-type-archive-recipe .posts.top .posts-container .post__items .post__item {
        padding: 0 0 30px !important; } }

.posts.with-adv .posts-container .post__items {
  justify-content: unset; }
  .posts.with-adv .posts-container .post__items .post__item {
    width: 180px;
    padding-right: 20px; }
    .posts.with-adv .posts-container .post__items .post__item:nth-child(3) {
      padding-right: 0; }
    .posts.with-adv .posts-container .post__items .post__item img {
      height: 100px;
      object-fit: cover; }
    .posts.with-adv .posts-container .post__items .post__item a {
      font-size: 22px;
      line-height: 30px; }
  .posts.with-adv .posts-container .post__items .google-ads {
    margin-top: -60px;
    margin-left: auto; }
  @media screen and (max-width: 767px) {
    .posts.with-adv .posts-container .post__items .google-ads {
      margin: 44px 0 0 -24px !important; } }

.post__items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .post__items .post__item {
    max-width: 310px;
    width: 100%;
    position: relative;
    padding-bottom: 64px; }
    .post__items .post__item .tag {
      position: absolute;
      left: 24px;
      opacity: 1;
      bottom: 24px;
      padding: 0; }
    .post__items .post__item.big {
      max-width: 657px;
      height: auto;
      position: relative; }
      .post__items .post__item.big img {
        /*opacity: 0.4;*/
        width: 100%; }
      .post__items .post__item.big h4 {
        font-size: 32px; }
      .post__items .post__item.big p.blog {
        font-size: 15px; }
      .post__items .post__item.big .post__item-description {
        position: absolute;
        display: block;
        bottom: 75px;
        left: 44px; }
        .post__items .post__item.big .post__item-description .blog {
          opacity: 1; }
    .post__items .post__item .blog {
      opacity: 0.5;
      margin-bottom: 24px; }
    .post__items .post__item img {
      width: 100%;
      height: auto; }

.shop {
  margin-top: 44px;
  padding: 33px 32px;
  background: #272727;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
  max-width: 640px;
  margin-left: auto; }
  .shop .shop__description h4 {
    margin: 0; }
  .shop .shop__description p.blog {
    margin: 0;
    padding: 0; }
  .shop .shop__link {
    margin-top: 3px; }
    .shop .shop__link a {
      padding: 0 40px; }
  @media screen and (max-width: 767px) {
    .shop h4 {
      font-size: 20px;
      text-align: center; }
    .shop p.blog {
      font-size: 14px;
      text-align: center;
      margin-top: 10px !important;
      display: block; }
    .shop .shop__link {
      margin: 24px auto 0; } }

.article__tag p.blog,
.article__author p.blog {
  opacity: 1;
  padding-bottom: 20px !important;
  color: #FFFFFF !important; }

.article__tag .blog {
  padding-top: 40px;
  border-top: 1px solid #272727; }

.article__tag .article__tag-items {
  padding-bottom: 40px;
  border-bottom: 1px solid #272727;
  display: flex;
  flex-wrap: wrap; }

body .page__title .page__description .search-options .option__random a, body .page__title .page__description .search-options .option__default a {
  color: #FFFFFF; }
  body .page__title .page__description .search-options .option__random a:hover, body .page__title .page__description .search-options .option__default a:hover {
    color: #FF5C00;
    opacity: 1;
    text-decoration: none !important; }

@media screen and (max-width: 767px) {
  body .page__title .page__description .search-options {
    padding-bottom: 17px; } }

body .page__title .page__description .tags__search .article__tag-items {
  display: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 44px; }
  body .page__title .page__description .tags__search .article__tag-items > div {
    padding-bottom: 30px; }
  body .page__title .page__description .tags__search .article__tag-items #menu-rezepte-menu {
    display: flex;
    flex-wrap: wrap; }
    body .page__title .page__description .tags__search .article__tag-items #menu-rezepte-menu > .article__tag-items {
      border-bottom: none; }

@media screen and (max-width: 767px) {
  body .page__title .page__description .tags__search {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    body .page__title .page__description .tags__search .article__tag-items {
      margin-top: 0;
      border: none; }
      body .page__title .page__description .tags__search .article__tag-items > div {
        padding-bottom: 20px; } }

body .page__title .page__description .form-search input[type='submit'] {
  width: 15px !important;
  padding: 3px; }

.article__author p.blog {
  font-weight: 600; }

.article__author .article__author-item {
  padding-top: 40px; }
  .article__author .article__author-item p {
    color: #5b5b5b !important; }

@media screen and (max-width: 767px) {
  .article__author .article__author-item {
    padding-top: 0; }
    .article__author .article__author-item p.blog {
      display: flex;
      flex-direction: column;
      padding-bottom: 0 !important; } }

.article__tag-items {
  margin-left: 206px; }
  .article__tag-items > div {
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .article__tag-items > div {
        padding-bottom: 15px; } }
  .article__tag-items a {
    margin: 0 15px 15px 0;
    padding: 9px 11px 8px 12px;
    background: #272727;
    font-family: Monument Extended, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF; }
    .article__tag-items a:hover, .article__tag-items a:focus {
      text-decoration: none;
      background: #CFF000;
      color: #151515; }

.main {
  display: flex;
  flex-direction: column;
  margin-bottom: 0 !important;
  min-height: calc(100vh - 82px);
  overflow: hidden; }
  .main > section {
    width: 100%; }
  .main footer {
    margin-top: auto; }
  .main .form-search {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
    .main .form-search input[type="text"] {
      border: none;
      width: calc(100% - 15px);
      padding: 10px 15px 10px 0; }
    .main .form-search input[type="submit"] {
      background: url("../image/search.svg") no-repeat;
      color: transparent;
      cursor: pointer;
      font-weight: bold;
      width: 28px;
      height: 18px;
      display: block;
      background-size: contain;
      border: none;
      margin-right: 40px;
      margin-top: 7px; }
    .main .form-search:hover, .main .form-search:focus {
      border-bottom: 1px solid #FFFFFF; }
  .main.tag .banner {
    padding-bottom: 60px;
    border-bottom: 1px solid #272727; }
    @media screen and (max-width: 767px) {
      .main.tag .banner {
        padding-bottom: 30px !important; } }

.article-pager .article-pager-container .pager-items {
  width: 100%;
  display: flex;
  justify-content: space-between; }
  .article-pager .article-pager-container .pager-items img {
    opacity: 0.5; }
  .article-pager .article-pager-container .pager-items .pager__item-right,
  .article-pager .article-pager-container .pager-items .pager__item-left {
    position: relative; }
    .article-pager .article-pager-container .pager-items .pager__item-right > h3,
    .article-pager .article-pager-container .pager-items .pager__item-left > h3 {
      margin-bottom: 15px; }
    .article-pager .article-pager-container .pager-items .pager__item-right .pager__item-description,
    .article-pager .article-pager-container .pager-items .pager__item-left .pager__item-description {
      position: absolute;
      bottom: 30px;
      left: 40px; }
      .article-pager .article-pager-container .pager-items .pager__item-right .pager__item-description h3,
      .article-pager .article-pager-container .pager-items .pager__item-left .pager__item-description h3 {
        font-size: 26px;
        line-height: 34px; }
      @media screen and (max-width: 767px) {
        .article-pager .article-pager-container .pager-items .pager__item-right .pager__item-description,
        .article-pager .article-pager-container .pager-items .pager__item-left .pager__item-description {
          bottom: 24px;
          left: 24px; }
          .article-pager .article-pager-container .pager-items .pager__item-right .pager__item-description h3,
          .article-pager .article-pager-container .pager-items .pager__item-left .pager__item-description h3 {
            font-size: 18px;
            line-height: 22px;
            max-width: calc(100% - 48px); } }

form .form-item.select-item {
  position: relative;
  border-bottom: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  max-width: 375px;
  width: 100%;
  font-family: Monument Extended, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  /*style items (options):*/
  /*hide the items when the select box is closed:*/ }
  form .form-item.select-item .select-selected {
    background-color: #151515; }
    form .form-item.select-item .select-selected:after {
      position: absolute;
      content: "";
      top: 18px;
      right: 10px;
      display: block;
      width: 10px;
      height: 7px;
      background: url(../image/Vector.png) no-repeat; }
    form .form-item.select-item .select-selected.select-arrow-active:after {
      border-color: transparent transparent #fff transparent;
      top: 18px; }
  form .form-item.select-item .select-items div, form .form-item.select-item .select-selected {
    color: #ffffff;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none; }
  form .form-item.select-item .select-items div {
    padding: 15px 0; }
  form .form-item.select-item .select-items {
    position: absolute;
    background-color: #151515;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99; }
  form .form-item.select-item .select-hide {
    display: none; }
  form .form-item.select-item .select-items div:hover, form .form-item.select-item .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1); }
  form .form-item.select-item select {
    display: none; }

@media screen and (max-width: 767px) {
  .post__item-tag,
  .fashion__item-tag {
    font-size: 12px !important; }
  .post__item h4 {
    font-size: 20px; }
  .post__item .button-upper {
    font-size: 11px;
    line-height: 14px; } }

.page__title {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 0; }
  @media screen and (max-width: 767px) {
    .page__title {
      padding: 10px 24px !important;
      width: auto !important; } }
  .page__title h2 {
    width: 100%;
    margin-left: 206px; }
  .page__title .page__description {
    width: 100%;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .page__title .page__description {
        justify-content: center;
        margin-top: 30px; }
        .page__title .page__description form {
          margin-bottom: 40px; } }
    .page__title .page__description form {
      max-width: 496px;
      width: 100%;
      align-items: start; }
      .page__title .page__description form input {
        margin-right: 0 !important; }
      .page__title .page__description form input[type="submit"] {
        opacity: 1;
        width: 10px; }
    .page__title .page__description .search-options {
      display: flex;
      align-items: center; }
      .page__title .page__description .search-options p {
        font-family: Monument Extended, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #FFFFFF;
        opacity: 0.5; }
        .page__title .page__description .search-options p.option__random, .page__title .page__description .search-options p.option__default {
          margin-right: 15px; }
        .page__title .page__description .search-options p.option__category {
          display: flex;
          align-items: center; }
          .page__title .page__description .search-options p.option__category:after {
            content: '';
            width: 11px;
            height: 7px;
            display: block;
            background: url(../image/Vector1.png) no-repeat;
            background-size: contain;
            margin-left: 15px; }
        .page__title .page__description .search-options p:hover, .page__title .page__description .search-options p:focus, .page__title .page__description .search-options p.clicked {
          cursor: pointer;
          color: #FF5C00;
          opacity: 1; }
          .page__title .page__description .search-options p:hover.option__category:after, .page__title .page__description .search-options p:focus.option__category:after, .page__title .page__description .search-options p.clicked.option__category:after {
            background: url(../image/Vector1orange.png) no-repeat;
            background-size: contain; }
    .page__title .page__description .tags__search {
      width: 100%; }
      .page__title .page__description .tags__search.clicked {
        display: block; }
      .page__title .page__description .tags__search .article__tag-items {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: 0; }
        .page__title .page__description .tags__search .article__tag-items .article__tag-item {
          display: block;
          margin-right: 15px;
          margin-bottom: 15px; }
          .page__title .page__description .tags__search .article__tag-items .article__tag-item.active {
            background: #CFF000;
            color: #151515; }
  .page__title h1 {
    margin-left: 206px; }
  @media screen and (max-width: 767px) {
    .page__title h1 {
      margin-left: 0; }
    .page__title.container {
      padding: 0 24px; }
    .page__title h2 {
      margin-left: 0;
      font-size: 22px;
      line-height: 30px; }
    .page__title .page__description {
      margin-top: 30px; }
      .page__title .page__description .form-search {
        margin-bottom: 30px; }
      .page__title .page__description .search-options {
        width: 100%;
        flex-direction: column;
        justify-content: center; }
        .page__title .page__description .search-options > p {
          margin-bottom: 15px;
          margin-right: 0 !important;
          font-size: 12px; } }

.contact .article {
  padding-top: 64px; }
  .contact .article > div img {
    height: 230px;
    object-fit: cover; }

@media screen and (max-width: 767px) {
  .contact .article {
    margin-top: 44px; } }

@media screen and (min-width: 768px) {
  .article-share .addtoany_shortcode .addtoany_list {
    display: flex;
    flex-direction: column; }
  .article-share .addtoany_shortcode .addtoany_list a {
    margin-bottom: 20px; }
  .article-share .addtoany_shortcode .addtoany_list a.a2a_button_pinterest:hover {
    background: url("../image/pinterest-orange.svg") no-repeat;
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: contain;
    display: flex;
    align-items: center; }
  .article-share .addtoany_shortcode .addtoany_list a.a2a_button_pinterest:hover:after {
    content: 'PIN IT';
    font-family: Monument Extended, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FF5C00;
    margin-left: 34px;
    width: 100px;
    position: absolute; }
  .article-share .addtoany_shortcode .addtoany_list a.a2a_button_pinterest:hover img {
    display: none; }
  .article-share .addtoany_shortcode .addtoany_list a.a2a_button_facebook:hover {
    background: url("../image/facebook-orange.png") no-repeat;
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: contain;
    display: flex;
    align-items: center;
    margin-bottom: 23px; }
  .article-share .addtoany_shortcode .addtoany_list a.a2a_button_facebook:hover:after {
    content: 'SHARE IT';
    font-family: Monument Extended, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FF5C00;
    margin-left: 34px;
    width: 100px;
    position: absolute; }
  .article-share .addtoany_shortcode .addtoany_list a.a2a_button_facebook:hover img {
    display: none; }
  .article-share .addtoany_shortcode .addtoany_list a img {
    margin-bottom: 0 !important; } }

@media screen and (max-width: 767px) {
  .addtoany_shortcode {
    margin-top: 60px;
    width: 100%; }
  .addtoany_shortcode .addtoany_list {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center; }
  .addtoany_shortcode .addtoany_list a {
    width: 100%;
    display: flex;
    align-items: center; }
  .addtoany_shortcode .addtoany_list a img {
    margin-bottom: 0 !important; }
  .addtoany_shortcode .addtoany_list a.a2a_button_pinterest:after {
    content: 'PIN IT'; }
  .addtoany_shortcode .addtoany_list a.a2a_button_facebook:after {
    content: 'SHARE IT'; }
  .addtoany_shortcode .addtoany_list a:after {
    font-family: Monument Extended, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-left: 34px;
    width: 100px;
    position: absolute; }
  .addtoany_shortcode .addtoany_list a:hover:after {
    color: white; }
  .addtoany_shortcode .addtoany_list a:hover img {
    display: block; } }

.page-type p.article__image {
  max-width: 100% !important; }

#mc_embed_signup form .input-text input {
  max-width: 497px;
  width: 100%; }

.slick-track {
  /*margin-left: unset !important;*/
  margin-right: unset !important; }

@media screen and (min-width: 768px) and (max-width: 940px) {
  .tag .banner .banner-container .post__banner img {
    width: 100vw;
    margin-left: -15px; }
  .tag .banner .banner-container .post__banner > div {
    width: 100vw;
    margin-left: -15px; } }

@media screen and (max-width: 767px) {
  .tag .banner .banner-container .post__banner img {
    width: 100vw;
    margin-left: -24px;
    max-height: 230px; }
  .tag .banner .banner-container .post__banner > div {
    width: 100vw;
    margin-left: -24px; }
  .tag .banner .banner-container .post__banner .entry-title {
    left: 24px;
    bottom: 32px; } }

.visible-print-block {
  display: none; }

.entry-title.print {
  display: none; }

@media print {
  body {
    color: #000 !important;
    background-color: #fff; }
  header {
    display: none !important; }
    header .header__container {
      display: none !important; }
    header .header-right {
      display: none; }
    header .header-left {
      width: 100%;
      border-bottom: none; }
  .social {
    display: none !important; }
  .breadcrumb {
    display: none !important; }
  .main {
    display: block !important; }
  .site {
    display: block !important; }
  .posts {
    display: none !important; }
  .article-pager {
    display: none !important; }
  footer {
    display: none !important; }
  #wpadminbar {
    display: none; }
  .article {
    border-bottom: none !important; }
    .article .article-container p, .article .article-container ol li:before, .article .article-container ol li, .article .article-container ul li:before, .article .article-container ul li {
      color: #000 !important; }
    .article .article-container p.article__image {
      display: block !important; }
    .article .article-container p.article__image img {
      height: auto !important; }
    .article .google-ads-post {
      display: none !important; }
    .article .entry-title.print {
      display: block !important; }
    .article .shop {
      display: none !important; }
    .article .breadcrumb__list, .article .posts, .article .article-pager, .article .footer {
      display: none !important; }
    .article .entry-title,
    .article p, .article h3, .article ul, .article ol, .article .article-share {
      margin-left: 0 !important;
      color: #000 !important; }
    .article .article-link {
      display: none !important; }
    .article .article-share {
      display: none !important; }
    .article .article__tag {
      display: none !important; }
      .article .article__tag .blog {
        border-top: none !important; }
    .article .article__author {
      display: none !important; }
    .article .visible-print-block {
      display: block !important;
      text-align: center; }
      .article .visible-print-block img {
        width: 500px !important;
        height: auto !important; }
    .article p, .article ol, .article h1, .article h2, .article h3 {
      color: #151515 !important;
      opacity: 1 !important; }
    .article h3 {
      padding-top: 10px !important;
      padding-bottom: 10px !important; }
    .article p {
      padding: 10px 0 !important; }
    .article .article-preparation ol {
      border-bottom: none !important; }
    .article ul li {
      color: #151515 !important;
      opacity: 1 !important; }
    .article.ingredients .article__image.lead {
      display: none !important; }
    .article.ingredients .article-preparation {
      display: none !important; }
    .article.ingredients p {
      display: none !important; } }

.guests-form .shop__link {
  width: 290px; }
  .guests-form .shop__link input {
    width: 100% !important; }

@media screen and (max-width: 767px) {
  .wpcf7 form {
    margin-left: 0 !important; } }

.select-selected {
  padding-left: 15px; }

.select-items div {
  padding-left: 15px !important; }

.posts div.posts-container .post__item.big-banner a.post-thumbnail {
  display: block;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .posts div.posts-container .post__item.big-banner a.post-thumbnail {
      width: 100vw;
      margin-left: -24px; } }
  .posts div.posts-container .post__item.big-banner a.post-thumbnail img {
    object-position: 0 0;
    animation-name: moving;
    animation-duration: 7s;
    animation-direction: alternate;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    transform: translateX(0) translateY(0) scale(1.3); }
    @media screen and (max-width: 767px) {
      .posts div.posts-container .post__item.big-banner a.post-thumbnail img {
        animation-name: movingmobile; } }

#page .page-title-no-result {
  font-family: Monument Extended, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 80px;
  letter-spacing: 0.01em;
  word-spacing: -0.5em;
  text-align: center;
  margin-top: 75px;
  margin-bottom: 24px; }
  #page .page-title-no-result span {
    color: black;
    -webkit-text-stroke: 1px white; }

#page .page-no-content-wrapper {
  border-bottom: 1px solid #272727; }

#page .page-no-content {
  max-width: 1005px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px; }
  #page .page-no-content .other__result {
    max-width: 616px;
    margin: 44px auto auto 206px;
    opacity: 0.5;
    line-height: 26px;
    font-family: Avenir Next Cyr, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    box-sizing: border-box; }

.post__link-to-all {
  width: 100%;
  text-align: center;
  font-family: Monument Extended, sans-serif;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  opacity: 0.5;
  margin: auto;
  background-color: transparent;
  border: none;
  display: block; }
  .post__link-to-all:hover {
    text-decoration: none; }

@media screen and (max-width: 1024px) and (min-width: 768px) {
  #page .page-no-content {
    margin-right: 24px; } }

@media screen and (max-width: 767px) {
  #page .page-no-content {
    margin-left: 24px;
    margin-right: 24px;
    padding-bottom: 64px; }
    #page .page-no-content .other__result {
      margin: 0;
      max-width: none; }
  .page-title-no-result {
    font-size: 40px !important;
    line-height: 56px !important;
    margin: 32px 10px 32px 12px !important; }
  .page-no-content-wrapper {
    margin-top: 0; } }

.shop__popup {
  display: none;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 4; }
  .shop__popup .shop__popup-block {
    position: absolute;
    width: 600px;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -200px;
    background: #272727;
    padding: 44px 54px;
    text-align: center;
    justify-content: center; }
    .shop__popup .shop__popup-block .shop__popup-close {
      position: absolute;
      right: 30px;
      top: 30px; }
      .shop__popup .shop__popup-block .shop__popup-close:hover {
        cursor: pointer; }
    .shop__popup .shop__popup-block h3 {
      margin-top: 0;
      margin-bottom: 32px; }
    .shop__popup .shop__popup-block .shop__items {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      margin-bottom: 35px; }
      .shop__popup .shop__popup-block .shop__items .shop__item {
        width: 236px;
        height: 74px;
        border: 1px solid #adadad;
        margin-bottom: 15px; }
        .shop__popup .shop__popup-block .shop__items .shop__item:hover {
          cursor: pointer;
          background: #FFFFFF; }
        .shop__popup .shop__popup-block .shop__items .shop__item a {
          display: flex;
          justify-content: center;
          align-items: center;
          padding: 0;
          height: 100%; }
        .shop__popup .shop__popup-block .shop__items .shop__item.chose {
          background: #FFFFFF; }
    .shop__popup .shop__popup-block .button {
      margin: auto;
      width: 400px; }
  @media screen and (max-width: 1024px) {
    .shop__popup.mobile-open {
      display: flex !important;
      align-items: center;
      justify-content: center; }
      .shop__popup.mobile-open .shop__popup-block {
        position: relative;
        top: unset;
        left: unset;
        width: calc(100% - 100px);
        padding: 55px 20px;
        margin: 0 !important; }
        .shop__popup.mobile-open .shop__popup-block .button {
          width: 100%; }
        .shop__popup.mobile-open .shop__popup-block .shop__popup-close {
          right: 20px;
          top: 20px; }
        .shop__popup.mobile-open .shop__popup-block .shop__items {
          justify-content: space-between; }
          .shop__popup.mobile-open .shop__popup-block .shop__items .shop__item {
            width: 48%; }
            .shop__popup.mobile-open .shop__popup-block .shop__items .shop__item a {
              padding: 0 15px; } }
  @media screen and (max-width: 767px) {
    .shop__popup.mobile-open .shop__popup-block .shop__items {
      justify-content: space-between; }
      .shop__popup.mobile-open .shop__popup-block .shop__items .shop__item {
        width: 48%; }
        .shop__popup.mobile-open .shop__popup-block .shop__items .shop__item img {
          width: 100%;
          max-width: 100px; } }

.custom_box_view {
  margin-left: 206px;
  padding: 25px 20px 0 20px;
  background-color: #2d2d2d;
  font-family: Avenir Next Cyr, sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #adadad;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .custom_box_view {
      margin-left: 0; } }
  .custom_box_view strong {
    display: block; }
  .custom_box_view h2, .custom_box_view h3, .custom_box_view h4, .custom_box_view h5, .custom_box_view h6 {
    position: relative !important;
    padding-top: 10px;
    margin-left: 0 !important; }
    .custom_box_view h2::after, .custom_box_view h3::after, .custom_box_view h4::after, .custom_box_view h5::after, .custom_box_view h6::after {
      position: absolute;
      content: '';
      width: 60px;
      left: 0;
      top: -10px;
      height: 3px;
      background-color: #fff; }
  .custom_box_view p, .custom_box_view .custom_box_view {
    margin-left: 0 !important;
    padding: 0; }

.slick-gallery {
  margin-bottom: 30px; }
  .slick-gallery .slider__items-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .slick-gallery .slider__items-gallery .slick__item {
    height: 470px;
    position: relative; }
  .slick-gallery .slick__item-gallery-caption {
    font-family: Avenir Next Cyr, sans-serif;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.7px;
    color: #5b5b5b;
    display: block;
    margin-top: -55px;
    text-align: center;
    padding-right: 5px;
    padding-left: 5px; }

@media (max-width: 767px) {
  .slick-gallery {
    margin-bottom: 30px; }
    .slick-gallery .slider__items-gallery .slick__item {
      height: auto;
      padding: 0 !important; }
      .slick-gallery .slider__items-gallery .slick__item img {
        max-height: 230px;
        padding: 0 !important; }
    .slick-gallery .slick__item-gallery-caption {
      margin-top: 0; } }

.homepage-slider {
  max-width: 1005px;
  border: none;
  padding: 80px 0 0; }
  .homepage-slider:after {
    width: 100vw;
    display: block;
    content: '';
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 0;
    top: 430px;
    z-index: -1; }
    @media screen and (max-width: 767px) {
      .homepage-slider:after {
        display: none; } }
  .homepage-slider .slider__container {
    position: relative;
    max-width: 910px;
    margin-left: 0;
    padding: 0; }
    .homepage-slider .slider__container .slider__items .slick-slide {
      padding: 0 0 30px;
      background: transparent; }
    .homepage-slider .slider__container .slider__items .slick__item {
      height: 470px;
      position: relative; }
      .homepage-slider .slider__container .slider__items .slick__item img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .homepage-slider .slider__container .slider__items .slick__item .slick__item-back {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #151515;
        opacity: 0.5; }
      .homepage-slider .slider__container .slider__items .slick__item .slick__item-description {
        position: absolute;
        bottom: 94px;
        left: 64px; }
        .homepage-slider .slider__container .slider__items .slick__item .slick__item-description a.tag {
          display: block;
          padding: 0;
          margin-bottom: 12px; }
      .homepage-slider .slider__container .slider__items .slick__item .button {
        position: absolute;
        z-index: 2;
        right: 30px;
        bottom: -30px; }
    .homepage-slider .slider__container .slider__arrow {
      position: absolute;
      bottom: 130px; }
      .homepage-slider .slider__container .slider__arrow.next {
        right: -60px; }
      .homepage-slider .slider__container .slider__arrow.prev {
        left: -60px; }
  @media screen and (max-width: 767px) {
    .homepage-slider .slider__container {
      padding: 0 !important; }
      .homepage-slider .slider__container .slider__items .slick__item img {
        max-height: 230px; } }

@media screen and (max-width: 1024px) {
  .homepage-slider {
    padding-bottom: 0; }
    .homepage-slider .slider__container .slider__items .slick__item {
      height: auto; }
      .homepage-slider .slider__container .slider__items .slick__item .slick__item-description {
        bottom: 40px;
        left: 20px; }
      .homepage-slider .slider__container .slider__items .slick__item img {
        object-fit: cover;
        width: 100%; }
    .homepage-slider .slider__container .slider__arrows {
      display: flex;
      flex-direction: row-reverse;
      justify-content: flex-end; }
      .homepage-slider .slider__container .slider__arrows .slider__arrow {
        position: static;
        margin-left: 15px; } }

.single-recipe .article-link .button:hover {
  text-decoration: none; }

.article-container #adnz_content_1,
.article-container #adnz_content_2,
.article-container #adnz_content_3,
.article-container #adnz_content_4,
.article-container #adnz_content_5 {
  padding-left: 60px; }

@media (max-width: 768px) {
  .article-container #adnz_content_1,
  .article-container #adnz_content_2,
  .article-container #adnz_content_3,
  .article-container #adnz_content_4,
  .article-container #adnz_content_5 {
    padding-left: 0; } }


@media (max-width: 767px){
  .gallery-collage {
    row-gap: 30px;
  }
}