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: space-between;
      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; }

@media screen and (max-width: 767px) {
  .home .site .main .homepage-slider .container {
    padding: 0; }
  .homepage .banner__subscribe .banner__subscribe-container .banner__subscribe-item img {
    height: 366px;
    object-fit: cover; }
  .homepage .banner__subscribe .banner__subscribe-container .banner__subscribe-item .banner__subscribe-item_text {
    width: 90%; }
    .homepage .banner__subscribe .banner__subscribe-container .banner__subscribe-item .banner__subscribe-item_text a {
      max-width: 220px;
      letter-spacing: 0.08em; } }

section.jr-insta-slider {
  margin-bottom: 0; }
  section.jr-insta-slider .widget-title {
    max-width: 1005px;
    margin: 0 auto 32px;
    padding: 0; }
  section.jr-insta-slider .jr-insta-thumb ul li.GraphImage,
  section.jr-insta-slider .jr-insta-thumb ul li.GraphSidecar {
    width: 260px !important;
    padding-right: 30px; }
    section.jr-insta-slider .jr-insta-thumb ul li.GraphImage:before,
    section.jr-insta-slider .jr-insta-thumb ul li.GraphSidecar:before {
      display: none; }
  @media screen and (max-width: 767px) {
    section.jr-insta-slider .widget-title {
      padding: 0 24px; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    section.jr-insta-slider .widget-title {
      padding: 0 24px; } }

@media screen and (max-width: 767px) {
  .slick__item {
    position: relative; }
    .slick__item::after, .slick__item::before {
      position: absolute;
      width: 100%;
      display: block;
      left: 0;
      content: '';
      height: 2px;
      background: #151515;
      z-index: 1; }
    .slick__item::after {
      top: -2px; }
    .slick__item::before {
      bottom: -2px; } }

.slick__item-img-wrap {
  overflow: hidden;
  max-height: 470px; }

.slick__item-img-wrap img {
  object-position: 0 0;
  animation-name: moving;
  animation-duration: 7s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
  transform: translateX(0) translateY(0) scale(1.3); }
  @media screen and (max-width: 767px) {
    .slick__item-img-wrap img {
      animation-name: movingmobile; } }

@keyframes moving {
  from {
    transform: translateX(0) translateY(0) scale(1.3); }
  to {
    transform: translateX(50px) translateY(-50px) scale(1.3); } }

@keyframes movingmobile {
  from {
    transform: translateX(0) translateY(0) scale(1.3); }
  to {
    transform: translateX(20px) translateY(-20px) scale(1.3); } }

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

.recipes .recipes-container .content {
  display: flex;
  justify-content: unset; }
  .recipes .recipes-container .content .post__items {
    display: flex;
    width: auto  !important; }
    .recipes .recipes-container .content .post__items .post__item {
      width: 310px;
      padding-right: 33px;
      padding-bottom: 0;
      height: 100%; }
      .recipes .recipes-container .content .post__items .post__item img {
        margin: auto;
        display: block;
        height: 225px;
        width: 310px;
        object-fit: cover; }
      @media screen and (max-width: 767px) {
        .recipes .recipes-container .content .post__items .post__item {
          max-width: 100% !important; } }

.ads-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 15px; }
  .ads-container .ad__item {
    width: 235px; }
    .ads-container .ad__item .blog {
      opacity: 0.5;
      padding: 0 15px 13px 0; }

.last .adv.mobile {
  display: none; }

.last .last-container {
  display: flex;
  justify-content: space-between; }
  .last .last-container .last__items {
    display: flex;
    flex-direction: column;
    padding: 15px 0;
    max-width: 620px;
    width: 100%; }
    .last .last-container .last__items .last__item {
      display: flex;
      border-bottom: 1px solid #FFFFFF;
      padding: 20px 15px 20px 0; }
      .last .last-container .last__items .last__item img {
        height: 70px;
        width: 100px;
        object-fit: cover; }
      .last .last-container .last__items .last__item .last__item-description {
        margin-left: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        .last .last-container .last__items .last__item .last__item-description .tag {
          padding: 0 0 8px; }
  .last .last-container .adv {
    padding: 15px 0; }

.fashion-ads {
  position: relative; }
  .fashion-ads:after {
    content: '';
    display: block;
    height: 100%;
    width: 1px;
    background: #272727;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1; }
  .fashion-ads .fashion-container .fashion-items {
    display: flex;
    justify-content: space-between; }
    .fashion-ads .fashion-container .fashion-items .fashion__item-right {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .fashion-ads .fashion-container .fashion-items .fashion__item-right .fashion__news {
        max-width: 300px; }
        @media screen and (max-width: 767px) {
          .fashion-ads .fashion-container .fashion-items .fashion__item-right .fashion__news:last-child {
            margin-bottom: 0 !important; } }
        .fashion-ads .fashion-container .fashion-items .fashion__item-right .fashion__news .fashion__news-img {
          position: relative; }
          .fashion-ads .fashion-container .fashion-items .fashion__item-right .fashion__news .fashion__news-img p {
            font-weight: 600;
            font-size: 14px;
            line-height: 17px;
            letter-spacing: 0.7px; }
            .fashion-ads .fashion-container .fashion-items .fashion__item-right .fashion__news .fashion__news-img p.tag {
              top: unset;
              bottom: 20px;
              left: 20px;
              position: absolute; }
      .fashion-ads .fashion-container .fashion-items .fashion__item-right img {
        width: 300px;
        height: 150px;
        object-fit: cover; }
      .fashion-ads .fashion-container .fashion-items .fashion__item-right h5 {
        padding-bottom: 0; }
    .fashion-ads .fashion-container .fashion-items .fashion__item-left {
      position: relative;
      width: 621px;
      height: 460px; }
      @media screen and (max-width: 767px) {
        .fashion-ads .fashion-container .fashion-items .fashion__item-left {
          height: auto; } }
      .fashion-ads .fashion-container .fashion-items .fashion__item-left p {
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 0.7px; }
        .fashion-ads .fashion-container .fashion-items .fashion__item-left p.tag {
          top: unset;
          position: absolute;
          bottom: 80px;
          left: 60px; }
      @media screen and (max-width: 767px) {
        .fashion-ads .fashion-container .fashion-items .fashion__item-left h3,
        .fashion-ads .fashion-container .fashion-items .fashion__item-left p.tag {
          left: 24px !important; } }
      .fashion-ads .fashion-container .fashion-items .fashion__item-left img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .fashion-ads .fashion-container .fashion-items .fashion__item-left h3 {
        position: absolute;
        bottom: 30px;
        left: 60px; }

.beauty-ads {
  position: relative; }
  .beauty-ads:after {
    content: '';
    display: block;
    height: 100%;
    width: 1px;
    background: #272727;
    position: absolute;
    top: 0;
    left: calc(50% - 43px);
    z-index: -1; }
    @media screen and (max-width: 767px) {
      .beauty-ads:after {
        left: 50%;
        display: none; } }
  .beauty-ads.slider .beauty-container .beauty__item-left {
    padding-right: 82px;
    box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    .beauty-ads.slider .beauty-container img {
      height: 300px !important;
      object-fit: cover; } }
  .beauty-ads .beauty-container {
    position: relative; }
    .beauty-ads .beauty-container .beauty-items {
      display: flex;
      justify-content: space-between; }
      .beauty-ads .beauty-container .beauty-items .beauty__item-right,
      .beauty-ads .beauty-container .beauty-items .beauty__item-left {
        position: relative; }
        .beauty-ads .beauty-container .beauty-items .beauty__item-right .beauty__item-description,
        .beauty-ads .beauty-container .beauty-items .beauty__item-left .beauty__item-description {
          position: absolute;
          bottom: 44px;
          left: 40px;
          max-width: 390px;
          padding-right: 24px; }
          @media screen and (max-width: 767px) {
            .beauty-ads .beauty-container .beauty-items .beauty__item-right .beauty__item-description,
            .beauty-ads .beauty-container .beauty-items .beauty__item-left .beauty__item-description {
              max-width: calc(100% - 120px); } }
      .beauty-ads .beauty-container .beauty-items .beauty__item-right img {
        width: 509px;
        height: 460px;
        object-fit: cover; }
      .beauty-ads .beauty-container .beauty-items .beauty__item-left img {
        width: 414px;
        height: 460px;
        object-fit: cover; }
    .beauty-ads .beauty-container .slider__arrows {
      display: flex;
      flex-direction: row-reverse;
      justify-content: flex-end;
      position: absolute;
      top: 0;
      right: 30px; }
      .beauty-ads .beauty-container .slider__arrows .slider__arrow {
        position: static;
        margin-left: 40px; }
  @media screen and (max-width: 767px) {
    .beauty-ads .beauty-container .slider__arrows {
      position: static; }
      .beauty-ads .beauty-container .slider__arrows .slider__arrow {
        position: static; }
        .beauty-ads .beauty-container .slider__arrows .slider__arrow.prev {
          margin-left: 0; } }

.category-ads.slider__mobile .slider__arrows,
.beauty-ads.slider__mobile .slider__arrows {
  display: none; }

.category-ads .category__item,
.beauty-ads .category__item {
  max-width: 230px; }

@media screen and (max-width: 767px) {
  .category-ads .category__item,
  .beauty-ads .category__item {
    max-width: 100%; }
  .category-ads.slider__mobile .slider__arrows,
  .beauty-ads.slider__mobile .slider__arrows {
    display: flex; } }

@media screen and (max-width: 767px) {
  .beauty-ads.slider__mobile img {
    height: 300px !important;
    width: auto !important;
    object-fit: cover; }
  .beauty-ads.slider__mobile .button-upper {
    display: none; }
  .beauty-ads.slider__mobile .beauty__item-description {
    left: 24px !important;
    bottom: 24px !important;
    max-width: 280px !important; } }

.category-container {
  padding: 0 15px;
  position: relative; }
  .category-container .title {
    margin-bottom: 32px; }
  .category-container .category__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative; }
    .category-container .category__items .category__item {
      width: 235px; }
      .category-container .category__items .category__item .category__item-img {
        position: relative; }
      .category-container .category__items .category__item .category__item-link {
        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;
        padding: 5px 7px;
        position: absolute;
        left: 12px;
        top: 12px; }
      .category-container .category__items .category__item img {
        width: 100%;
        max-height: 150px;
        height: 100%;
        object-fit: cover; }
      .category-container .category__items .category__item h5 {
        padding: 13px 0; }
      .category-container .category__items .category__item .blog {
        opacity: 0.5;
        padding: 0 15px 13px 0;
        font-size: 15px; }
  .category-container .slider__arrows {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    right: 30px; }
    .category-container .slider__arrows .slider__arrow {
      position: static;
      margin-left: 30px; }
  @media screen and (max-width: 767px) {
    .category-container .slider__arrows {
      margin-top: 30px;
      position: static;
      bottom: 0;
      left: 30px; }
      .category-container .slider__arrows .slider__arrow {
        position: static; }
        .category-container .slider__arrows .slider__arrow.prev {
          margin-left: 0; } }

.full-banner .banner-container {
  max-width: 1005px;
  position: relative; }
  .full-banner .banner-container .banner__description {
    max-width: 910px;
    text-align: center;
    position: absolute;
    left: unset;
    bottom: 33%;
    width: 100%; }
    .full-banner .banner-container .banner__description a.tag {
      margin-bottom: 20px;
      display: block;
      padding: 0;
      font-size: 22px;
      line-height: 30px;
      font-family: Josefin Sans, sans-serif; }

.mailchimp {
  background: #272727;
  width: 240px;
  padding: 35px; }
  .mailchimp .mc4wp-alert p {
    padding-top: 24px; }
  .mailchimp form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; }
    .mailchimp form .mc4wp-form-fields {
      width: 100%; }
    .mailchimp form h4 {
      margin: 0; }
    .mailchimp form input.text {
      width: 208px; }
    .mailchimp form .input-text {
      width: 100%; }
      .mailchimp form .input-text input {
        width: calc(100% - 15px); }
    .mailchimp form .checkbox {
      margin-bottom: 28px;
      align-items: unset; }
      .mailchimp form .checkbox p {
        font-family: Avenir Next Cyr, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 26px;
        margin-top: -5px;
        margin-left: 0; }
      .mailchimp form .checkbox label {
        flex-shrink: 0;
        width: 18px;
        margin: 0; }
    .mailchimp form input[type="submit"] {
      width: 100% !important; }
  @media screen and (max-width: 767px) {
    .mailchimp {
      padding: 32px 24px;
      width: 100%; }
      .mailchimp form h4 {
        max-width: 80%;
        font-size: 20px;
        line-height: 26px; }
      .mailchimp form .input-text {
        width: 100%; }
        .mailchimp form .input-text input {
          width: calc(100% - 15px) !important; }
      .mailchimp form .checkbox {
        align-items: unset; }
        .mailchimp form .checkbox label {
          margin: 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 24px !important; }
      .homepage-slider .slider__container .slider__items .slick__item img {
        max-height: 230px; } }

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

@media screen and (max-width: 1250px) and (min-width: 1025px) {
  section {
    padding: 64px 0; }
  .banner {
    padding-bottom: 50px; }
  .social {
    display: none; }
  .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; }
  .recipes .recipes-container .content {
    flex-wrap: wrap; }
  .posts.with-adv .post__items {
    margin-left: -15px;
    margin-right: -15px; }
    .posts.with-adv .post__items .post__item {
      padding: 15px !important;
      box-sizing: border-box; }
  .recipes-container .content {
    justify-content: space-between !important; }
  .mailchimp form h4 {
    width: 100%; }
  .mailchimp form .checkbox {
    align-items: unset; }
    .mailchimp form .checkbox label {
      margin-top: 0; } }

@media screen and (max-width: 767px) {
  .banner {
    padding-top: 30px !important; }
  body.open {
    height: 100vh;
    overflow: hidden; }
  section.social {
    display: block; }
  div.site {
    z-index: 1;
    flex-direction: column; }
    div.site .social {
      display: none;
      align-items: center;
      justify-content: center;
      max-height: 53px;
      min-height: 53px;
      border: none;
      width: 100%; }
      div.site .social .nav__list {
        position: static;
        transform: none; }
    div.site .main .article__banner {
      width: 100%; }
      div.site .main .article__banner img {
        width: 100%; }
    div.site .main section {
      padding: 64px 0; }
      div.site .main section .container {
        padding: 0 24px; }
        div.site .main section .container img {
          width: 100%; }
    div.site .main .homepage-slider {
      padding-bottom: 0; }
      div.site .main .homepage-slider .slider__container .slider__items .slick__item {
        height: auto; }
        div.site .main .homepage-slider .slider__container .slider__items .slick__item .slick__item-description {
          bottom: 40px;
          left: 20px; }
        div.site .main .homepage-slider .slider__container .slider__items .slick__item img {
          object-fit: cover;
          width: 100%; }
      div.site .main .homepage-slider .slider__container .slider__arrows {
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end; }
        div.site .main .homepage-slider .slider__container .slider__arrows .slider__arrow {
          position: static;
          margin-left: 15px; }
    div.site .main .recipes .recipes-container .content {
      flex-wrap: wrap;
      justify-content: center; }
      div.site .main .recipes .recipes-container .content .post__items .post__item {
        height: auto; }
        div.site .main .recipes .recipes-container .content .post__items .post__item img {
          width: 100%; }
    div.site .main .post__items .post__item {
      width: 100% !important;
      padding: 0 0 44px 0 !important; }
      div.site .main .post__items .post__item img {
        height: auto !important; }
    div.site .main .category-ads .category-container .title {
      margin-bottom: 24px; }
    div.site .main .category-ads .category-container .category__item {
      width: 100%;
      padding-top: 30px; }
      div.site .main .category-ads .category-container .category__item:nth-child(1) {
        padding-top: 0; }
      div.site .main .category-ads .category-container .category__item img {
        width: 100%;
        object-fit: cover; }
    div.site .main .category-ads.slider__mobile .slider__arrows {
      display: none; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    div.site .main .category-ads.slider__mobile .category__items .category__item {
      max-width: 220px;
      margin-right: 34px; }
    div.site .main .category-ads.slider__mobile .slider__arrows {
      display: flex; } }

@media screen and (max-width: 767px) {
    div.site .main .last .last-container {
      flex-wrap: wrap; }
      div.site .main .last .last-container .last__items .last__item:last-child {
        border: none; }
      div.site .main .last .last-container .adv img {
        width: 100vw;
        max-height: 250px;
        margin-left: -24px;
        object-fit: cover; }
    div.site .main .last .adv.mobile {
      display: block;
      width: 100%; }
      div.site .main .last .adv.mobile img {
        width: 100%; }
    div.site .main .fashion-ads .fashion-container .fashion-items {
      flex-wrap: wrap; }
      div.site .main .fashion-ads .fashion-container .fashion-items .fashion__item-left {
        margin-left: -24px;
        margin-bottom: 32px; }
        div.site .main .fashion-ads .fashion-container .fashion-items .fashion__item-left img {
          width: 100%; }
      div.site .main .fashion-ads .fashion-container .fashion-items .fashion__item-right {
        width: 100%; }
        div.site .main .fashion-ads .fashion-container .fashion-items .fashion__item-right .fashion__news {
          position: relative;
          max-width: 100%;
          margin-bottom: 32px !important; }
          div.site .main .fashion-ads .fashion-container .fashion-items .fashion__item-right .fashion__news a {
            display: block;
            padding: 0; }
          div.site .main .fashion-ads .fashion-container .fashion-items .fashion__item-right .fashion__news img {
            width: 100%;
            height: 100%;
            max-height: 332px; }
      div.site .main .fashion-ads .fashion-container .fashion-items.reverse .fashion__item-left {
        margin-bottom: 0;
        margin-top: 32px; }
    div.site .main .beauty-ads {
      width: 100%; }
      div.site .main .beauty-ads .beauty-container .beauty-items {
        flex-wrap: wrap; }
        div.site .main .beauty-ads .beauty-container .beauty-items .beauty__item-left,
        div.site .main .beauty-ads .beauty-container .beauty-items .beauty__item-right {
          margin-bottom: 32px; }
          div.site .main .beauty-ads .beauty-container .beauty-items .beauty__item-left img,
          div.site .main .beauty-ads .beauty-container .beauty-items .beauty__item-right img {
            width: 100%;
            height: auto; }
    div.site .main .full-banner .banner-container {
      padding: 0 24px !important; }
    div.site .main .full-banner .banner__description {
      padding: 0 30px;
      width: auto;
      left: 0; }
    div.site .main .full-banner img {
      width: 100%;
      height: 361px;
      object-fit: cover;
      opacity: 0.6; }
    div.site .main .feed img {
      width: 100%; }
  .posts.with-adv .posts-container .post__items {
    justify-content: space-between; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  body {
    overflow-x: hidden; }
    body .site .social {
      display: none; }
    body .site .main .banner .banner-container {
      width: 100%;
      padding-bottom: 50px;
      padding-top: 15px; }
      body .site .main .banner .banner-container .post__banner h2 {
        bottom: 60px; }
      body .site .main .banner .banner-container .article__banner {
        width: 100%; }
        body .site .main .banner .banner-container .article__banner img {
          width: 100%; }
    body .site .main .homepage-slider {
      padding-bottom: 0; }
      body .site .main .homepage-slider .slider__container .slider__items .slick__item {
        height: auto; }
        body .site .main .homepage-slider .slider__container .slider__items .slick__item .slick__item-description {
          bottom: 40px;
          left: 20px; }
        body .site .main .homepage-slider .slider__container .slider__items .slick__item img {
          object-fit: cover;
          width: 100%; }
      body .site .main .homepage-slider .slider__container .slider__arrows {
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end; }
        body .site .main .homepage-slider .slider__container .slider__arrows .slider__arrow {
          position: static;
          margin-left: 15px; }
    body .site .main .post__items {
      width: 100%;
      flex-wrap: wrap;
      justify-content: space-between !important; }
      body .site .main .post__items .post__item {
        padding: 15px 0;
        flex: 0 0 32%;
        max-width: 32%; }
        body .site .main .post__items .post__item img {
          width: 100% !important; }
        body .site .main .post__items .post__item.big {
          flex: 0 0 65.5%;
          max-width: 65.5%; }
          body .site .main .post__items .post__item.big img {
            height: 100% !important;
            max-height: 420px; }
        body .site .main .post__items .post__item.big-banner {
          flex: 0 0 100%;
          max-width: 100%; }
      body .site .main .post__items #adnz_wideboard_2 {
        flex: 0 0 100%;
        max-width: 100%; }
      body .site .main .post__items.slider .post__item {
        width: 100% !important; }
    body .site .main .posts.with-adv .posts-container .post__items .post__item {
      padding-right: 0; }
    body .site .main .mailchimp {
      flex: 0 0 32%;
      max-width: 32%;
      box-sizing: border-box; }
    body .site .main .category-ads .category-container .category__item {
      width: 100%;
      max-width: 24%;
      margin-bottom: 15px; }
      body .site .main .category-ads .category-container .category__item img {
        width: 100%; }
    body .site .main .full-banner .banner-container img {
      width: 100%; }
    body .site .main .full-banner .banner-container .banner__description {
      width: 97%; }
    body .site .main .last .last-container .last__items {
      margin-right: 15px; }
    body .site .main .feed .feed-container .feed__items .feed__item img {
      width: 98%; }
    body .site .main .recipes .recipes-container .content {
      flex-wrap: wrap; }
      body .site .main .recipes .recipes-container .content .post__items {
        width: 100% !important; }
        body .site .main .recipes .recipes-container .content .post__items .post__item {
          height: auto;
          padding-right: 0; }
    body .site .main .beauty-ads .beauty-container .beauty-items .beauty__item-left,
    body .site .main .beauty-ads .beauty-container .beauty-items .beauty__item-right {
      width: 48%; }
      body .site .main .beauty-ads .beauty-container .beauty-items .beauty__item-left img,
      body .site .main .beauty-ads .beauty-container .beauty-items .beauty__item-right img {
        width: 100%; }
      body .site .main .beauty-ads .beauty-container .beauty-items .beauty__item-left .beauty__item-description h3,
      body .site .main .beauty-ads .beauty-container .beauty-items .beauty__item-right .beauty__item-description h3 {
        padding-right: 15px; }
    body .site .main .fashion-ads .fashion-container .fashion-items .fashion__item-left {
      margin-right: 20px; }
    body .site .main .fashion-ads .fashion-container .fashion-items.reverse .fashion__item-right {
      margin-right: 20px; }
  .posts.with-adv .posts-container .post__items .post__item img {
    height: 225px; } }

.jr-insta-thumb {
  position: relative; }
  .jr-insta-thumb .circle {
    position: absolute;
    right: 50px;
    bottom: -43px; }
    @media screen and (max-width: 767px) {
      .jr-insta-thumb .circle {
        font-size: 11px;
        line-height: 14px;
        text-align: center;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        right: 62px;
        bottom: -20px; } }

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

@media (max-width: 390px) {
  .social.mobile ul.nav__list {
    justify-content: center;
  }
}