* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

ul li {
  list-style: none; }

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }
  .wrapper header,
  .wrapper main,
  .wrapper footer {
    display: block;
    width: 100%; }

footer {
  margin-top: auto; }

body {
  background: #f4f4f4; }

main {
  flex-grow: 1; }

html {
  text-size-adjust: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  background: #f4f4f4; }

button,
input,
textarea {
  font-family: 'Montserrat', sans-serif; }

a {
  text-decoration: none;
  transition: .3s;
  color: #000;
  outline: 0; }

.a, .news__thumb:after, .news__date:before, .news__view:before,
.recipe__view:before, .recipe__portions:before, .recipe__time:before, .authorization__title:before, .select-topics__item input[type="checkbox"] + .select-topics__item-style .select-topics__switch:after, .submit-topics:before,
.subscribe-link:before, .filter__item:after {
  content: '';
  display: block; }

.content {
  max-width: 1080px;
  margin: 0 auto;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  width: 100%; }

body.pop-active-fixed {
  overflow: hidden;
  margin-right: 17px; }

.button-style {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 55px;
  background: #bfa591;
  color: #fff;
  font-size: 18px; }
  .button-style:hover {
    background: #d2bfb1; }

.entry-content {
  padding-bottom: 2.5rem;
  line-height: 1.2;
  font-size: 2.8125rem;
  color: #1a1a1a;
  font-weight: 400;
  max-width: 1050px;
  margin: auto; }
  .entry-content a {
    color: #bfa591;
    text-decoration: underline; }
    .entry-content a:hover {
      text-decoration: none; }
  .entry-content h2,
  .entry-content h3,
  .entry-content h4,
  .entry-content h5,
  .entry-content h6 {
    font-size: 3.125rem;
    font-weight: 700;
    padding-bottom: 3.125rem; }
  .entry-content strong {
    font-size: 3.125rem; }
  .entry-content p {
    padding-bottom: 3.125rem; }
  .entry-content ul {
    padding-bottom: 1.875rem; }
    .entry-content ul li {
      position: relative;
      padding-bottom: 1.875rem;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: flex-start; }
      .entry-content ul li:before {
        content: '';
        display: block;
        width: 1rem;
        height: 1rem;
        min-width: 1rem;
        margin-right: 1.875rem;
        margin-top: 1.125rem;
        background: #bfa591;
        border-radius: 50%; }
  .entry-content ol {
    padding-bottom: 1.875rem;
    counter-reset: ol; }
    .entry-content ol li {
      padding-bottom: 1.875rem;
      list-style: none;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: flex-start; }
      .entry-content ol li:before {
        counter-increment: ol;
        content: counter(ol) ".";
        color: #bfa591;
        font-weight: bold;
        display: block;
        width: 1.375rem;
        min-width: 1.375rem;
        margin-right: 1.875rem; }
  .entry-content blockquote {
    padding-left: 3.125rem;
    border-left: 0.625rem solid #bfa591;
    margin-bottom: 3.125rem; }
  .entry-content .img-caption {
    display: block;
    color: #595959;
    font-size: 2.5rem;
    font-style: italic;
    padding-bottom: 1.25rem; }
  .entry-content img {
    max-width: 100%;
    height: auto;
    border-radius: 0.625rem;
    margin: 0 auto 1.5625rem;
    display: block; }
  .entry-content table {
    width: 100% !important;
    border-collapse: collapse;
    margin-bottom: 3.125rem; }
    .entry-content table tr:nth-child(odd) {
      background: #eff0f5; }
    .entry-content table tr td {
      width: auto !important;
      height: auto !important;
      padding: 0.625rem 2rem; }

/*-----------------submit----------------------*/
button[type="submit"],
input[type="submit"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: .3s;
  border: 0;
  outline: 0;
  width: 100%; }

/*-----------------input----------------------*/
textarea,
input[type="email"],
input[type="text"],
input[type="tel"] {
  height: 55px;
  background: #fff;
  border: 0;
  padding: 0 15px;
  font-size: 16px;
  display: block;
  outline: none;
  width: 100%;
  -webkit-appearance: none; }

textarea {
  height: 100px;
  padding-top: 15px;
  resize: none;
  overflow: auto; }

/*---------------placeholder------------------------*/
*::-webkit-input-placeholder {
  color: #000000;
  opacity: 1; }

*:-moz-placeholder {
  color: #000000;
  opacity: 1; }

*::-moz-placeholder {
  color: #000000;
  opacity: 1; }

*:-ms-input-placeholder {
  color: #000000;
  opacity: 1; }

textarea:focus::-webkit-input-placeholder,
input[type="password"]:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder,
input[type="text"]:focus::-webkit-input-placeholder,
input[type="tel"]:focus::-webkit-input-placeholder {
  opacity: 0; }
textarea:focus:-moz-placeholder,
input[type="password"]:focus:-moz-placeholder,
input[type="email"]:focus:-moz-placeholder,
input[type="text"]:focus:-moz-placeholder,
input[type="tel"]:focus:-moz-placeholder {
  opacity: 0; }
textarea:focus::-moz-placeholder,
input[type="password"]:focus::-moz-placeholder,
input[type="email"]:focus::-moz-placeholder,
input[type="text"]:focus::-moz-placeholder,
input[type="tel"]:focus::-moz-placeholder {
  opacity: 0; }
textarea:focus:-ms-input-placeholder,
input[type="password"]:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder,
input[type="text"]:focus:-ms-input-placeholder,
input[type="tel"]:focus:-ms-input-placeholder {
  opacity: 0; }

textarea.error-validation,
input[type="password"].error-validation,
input[type="email"].error-validation,
input[type="text"].error-validation,
input[type="tel"].error-validation {
  border-color: red !important;
  box-shadow: inset 0 0 3.125rem rgba(255, 0, 0, 0.5); }
  textarea.error-validation::-webkit-input-placeholder,
  input[type="password"].error-validation::-webkit-input-placeholder,
  input[type="email"].error-validation::-webkit-input-placeholder,
  input[type="text"].error-validation::-webkit-input-placeholder,
  input[type="tel"].error-validation::-webkit-input-placeholder {
    color: red; }
  textarea.error-validation:-moz-placeholder,
  input[type="password"].error-validation:-moz-placeholder,
  input[type="email"].error-validation:-moz-placeholder,
  input[type="text"].error-validation:-moz-placeholder,
  input[type="tel"].error-validation:-moz-placeholder {
    color: red; }
  textarea.error-validation::-moz-placeholder,
  input[type="password"].error-validation::-moz-placeholder,
  input[type="email"].error-validation::-moz-placeholder,
  input[type="text"].error-validation::-moz-placeholder,
  input[type="tel"].error-validation::-moz-placeholder {
    color: red; }
  textarea.error-validation:-ms-input-placeholder,
  input[type="password"].error-validation:-ms-input-placeholder,
  input[type="email"].error-validation:-ms-input-placeholder,
  input[type="text"].error-validation:-ms-input-placeholder,
  input[type="tel"].error-validation:-ms-input-placeholder {
    color: red; }

/*------------------checkbox---------------------*/
/*------------------FILE---------------------*/
input[type="file"] {
  display: none; }

.psevdo-file {
  display: block;
  width: 100%; }

.file-btn {
  height: 55px;
  background: #d0d0d0;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  color: #5f6375;
  font-weight: 500;
  cursor: pointer;
  transition: .3s;
  padding: 0 8px;
  max-width: 200px; }
  .file-btn span {
    display: block;
    max-width: calc(100% - 40px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .file-btn .fas {
    font-size: 19px;
    margin-right: 10px; }
  .file-btn:hover {
    background: #dddddd; }

/*------------------select---------------------*/
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 100%;
  height: 5.9375rem;
  border: 0.125rem solid #bfa591;
  border-radius: 0.625rem;
  padding: 0 2.1875rem;
  font-size: 2.1875rem;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  background: #f5f5f5;
  outline: none; }

select::-ms-expand {
  display: none; }

.authorization__password {
  height: 9.375rem;
  border: 1px solid #000;
  border-radius: 0.625rem;
  padding-left: 10.9375rem;
  padding-right: 1rem;
  font-size: 3.4375rem;
  font-weight: 400;
  color: #000;
  background: #fff url(../images/icon/password.svg) 1.625rem center no-repeat;
  background-size: 4.3125rem auto;
  width: 100%; }

.authorization__submit {
  height: 9.375rem;
  width: 100%;
  background: #bfa591;
  border-radius: 9.375rem;
  font-size: 3.125rem;
  font-weight: 700;
  color: #fff; }

/* ------- Hover Effect---------- */
.hover-effect-1 {
  display: block;
  width: 300px;
  height: 300px;
  background: #000;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden; }
  .hover-effect-1:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
    z-index: 1;
    border: 150px double transparent;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible; }
  .hover-effect-1:hover:before {
    opacity: 0;
    filter: alpha(opacity=0);
    border: 0 double rgba(255, 255, 255, 0.7);
    visibility: hidden; }

/* ------- Slick ARROW, DOTS Start---------- */
.slick-arrow-prev.slick-arrow,
.slick-arrow-next.slick-arrow {
  position: absolute;
  cursor: pointer;
  transition: .3s;
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  z-index: 700;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%; }
  .slick-arrow-prev.slick-arrow:after,
  .slick-arrow-next.slick-arrow:after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-top: 3px solid #000;
    border-left: 3px solid #000;
    position: absolute;
    transform: translate(-50%, -50%) rotate(-45deg);
    top: 50%;
    left: 50%;
    margin-left: 3px; }
  .slick-arrow-prev.slick-arrow:hover,
  .slick-arrow-next.slick-arrow:hover {
    background: #000; }
    .slick-arrow-prev.slick-arrow:hover:after,
    .slick-arrow-next.slick-arrow:hover:after {
      border-color: #fff; }

.slick-arrow-prev.slick-arrow {
  left: -65px; }

.slick-arrow-next.slick-arrow {
  right: -65px; }
  .slick-arrow-next.slick-arrow:after {
    transform: translate(-50%, -50%) rotate(135deg);
    margin-left: -3px; }

.slick-arrow-next.slick-arrow.slick-disabled,
.slick-arrow-prev.slick-arrow.slick-disabled {
  opacity: .5;
  cursor: not-allowed; }

.slick-dots {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 40px 0 50px 0; }
  .slick-dots li {
    padding: 0 5px; }
    .slick-dots li button {
      display: block;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      cursor: pointer;
      color: transparent;
      border: 1px solid #000;
      outline: none;
      background: transparent; }
  .slick-dots .slick-active button {
    background: #000; }

/* ------- Slick ARROW, DOTS Finish---------- */
/* ------- Scroll to Top Start ---------- */
.to-top {
  position: fixed;
  cursor: pointer;
  transition: .5s;
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  z-index: 800;
  bottom: 50px;
  border-radius: 50%;
  right: -100px;
  animation-duration: 1s;
  animation-fill-mode: both; }
  .to-top:after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-top: 3px solid #000;
    border-left: 3px solid #000;
    position: absolute;
    transform: translate(-50%, -50%) rotate(45deg);
    top: 50%;
    left: 50%;
    margin-top: 3px; }
  .to-top:hover {
    background: #000; }
    .to-top:hover:after {
      border-color: #fff; }

.to-top.active {
  right: 50px; }

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@media screen and (max-width: 767px) {
  .to-top {
    bottom: 15px;
    width: 40px;
    height: 40px; }
    .to-top:after {
      transform: translate(-50%, -50%) rotate(45deg) scale(0.7, 0.7); }

  .to-top.active {
    right: 15px; } }
/* ------- Scroll to Top Finish---------- */
.icon-menu {
  width: 25px;
  height: 26px;
  padding: 5px 0;
  cursor: pointer;
  display: none; }

.sw-topper {
  position: relative;
  top: 0;
  width: 25px;
  height: 2px;
  background: #000;
  border: none;
  transition: transform 0.5s, top 0.2s;
  -moz-transition: transform 0.5s, top 0.2s;
  -webkit-transition: -webkit-transform 0.5s, top 0.2s;
  -o-transition: transform 0.5s, top 0.2s; }

.sw-bottom {
  position: relative;
  width: 25px;
  height: 2px;
  top: 5px;
  background: #000;
  border: none;
  transition: transform 0.5s, top 0.2s;
  -moz-transition: transform 0.5s, top 0.2s;
  -webkit-transition: -webkit-transform 0.5s, top 0.2s;
  -o-transition: transform 0.5s, top 0.2s;
  transition-delay: 0.2s, 0s;
  -moz-transition-delay: 0.2s, 0s;
  -webkit-transition-delay: 0.2s, 0s;
  -o-transition-delay: 0.2s, 0s; }

.sw-footer {
  position: relative;
  width: 25px;
  height: 2px;
  top: 10px;
  background: #000;
  border: none;
  transition: transform 0.5s, top 0.2s;
  -moz-transition: transform 0.5s, top 0.2s;
  -webkit-transition: -webkit-transform 0.5s, top 0.2s;
  -o-transition: transform 0.5s, top 0.2s;
  transition-delay: 0.2s, 0s;
  -moz-transition-delay: 0.2s, 0s;
  -webkit-transition-delay: 0.2s, 0s;
  -o-transition-delay: 0.2s, 0s; }

.icon-menu.active .sw-topper {
  top: 7px;
  -ms-transform: rotate(140deg);
  transform: rotate(140deg);
  -moz-transform: rotate(140deg);
  -webkit-transform: rotate(140deg);
  -o-transform: rotate(140deg); }

.icon-menu.active .sw-bottom {
  top: 5px;
  -ms-transform: rotate(-140deg);
  transform: rotate(-140deg);
  -moz-transform: rotate(-140deg);
  -webkit-transform: rotate(-140deg);
  -o-transform: rotate(-140deg); }

.icon-menu.active .sw-footer {
  top: 0;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  opacity: 0; }

div.wpcf7-mail-sent-ok {
  display: none !important; }

.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 13px !important;
  color: red !important;
  padding: 5px 0 0  !important;
  margin: 0 !important;
  text-align: center;
  display: block; }

.wpcf7-form br {
  display: none !important; }

.wpcf7-form .wpcf7-validation-errors {
  font-size: 13px !important;
  color: red !important;
  padding: 0 0 20px 0  !important;
  margin: 0 auto !important;
  border: 0 !important;
  text-align: center;
  display: block; }

body {
  overflow-x: hidden;
  overflow-y: scroll; }

/* ---------------------------- SLICK Slider ------------------------------------- */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: ''; }

[dir='rtl'] .slick-prev:before {
  content: ''; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: ''; }

[dir='rtl'] .slick-next:before {
  content: ''; }

/* Dots */
.pop-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1010;
  background: rgba(0, 0, 0, 0.5);
  display: none; }

.pop-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1100;
  max-width: 615px;
  width: calc(100% - 30px); }

.pop {
  animation-duration: .5s;
  animation-fill-mode: both;
  position: relative;
  background: #fff;
  padding: 35px 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); }

.c-pop {
  padding: 0 30px;
  max-height: calc(100vh - 130px);
  overflow-y: auto; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

.pop-success {
  display: none; }

.close {
  display: block;
  width: 21px;
  height: 19px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer; }
  .close:after {
    content: '';
    display: block;
    position: absolute;
    width: 3px;
    height: 20px;
    background: #817397;
    transform: rotate(45deg);
    left: 10px;
    top: -2px;
    transition: .3s; }
  .close:before {
    content: '';
    display: block;
    position: absolute;
    width: 3px;
    height: 20px;
    background: #817397;
    transform: rotate(-45deg);
    left: 10px;
    top: -2px;
    transition: .3s; }
  .close:hover:after, .close:hover:before {
    background: #f00; }

.privacy-line {
  font-size: 12px;
  color: #333;
  font-weight: 300; }
  .privacy-line a {
    text-decoration: underline; }
    .privacy-line a:hover {
      text-decoration: none; }

.pop-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 5px; }

.pop-subtitle {
  text-align: center;
  font-size: 16px;
  padding-bottom: 25px; }

.pop-success .pop {
  background: #a5ffa5; }
.pop-success .pop-subtitle {
  padding-bottom: 0; }
.pop-success i {
  display: block;
  text-align: center;
  font-size: 48px;
  color: #009500;
  padding-bottom: 20px; }

.c-pop .privacy-line {
  text-align: center; }
.c-pop .input-list {
  max-width: 400px;
  margin: 0 auto; }

.input-list {
  position: relative; }

.input-list__item {
  padding-bottom: 10px; }

.input-list__item_submit {
  padding-top: 10px; }

.preload {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.preload__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(2, 2);
  z-index: 2;
  background: url(../images/logo/EC_logo.svg) center no-repeat;
  background-size: contain;
  display: block;
  width: 14.0625rem;
  height: 6.625rem; }

@-webkit-keyframes zoommayk {
  100% {
    transform: translateX(calc(1800px - 100vw)); } }
@keyframes zoommayk {
  100% {
    transform: translateX(calc(1800px - 100vw)); } }
.header {
  box-shadow: 0px 0.3125rem 1.5rem 0px rgba(13, 18, 34, 0.05);
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 800; }

.wrapper {
  padding-top: 12.75rem; }

.header__content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 12.75rem;
  align-items: center;
  justify-content: space-between; }

.header__left {
  width: 12.5rem; }

.header__right {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.header__menu-icon {
  display: block;
  background: url(../images/icon/menu.svg) 0 0 no-repeat;
  background-size: 4.6875rem auto;
  width: 4.9375rem;
  height: 3.4375rem; }

.header__logo,
.landing__logo {
  background: url(../images/logo/EC_logo.svg) center no-repeat;
  display: block;
  width: 16rem;
  height: 7.625rem; }

.header__logo {
  position: relative;
  top: -.4rem; }

.header__search-icon {
  background: url(../images/icon/search.svg) -0.6875rem 0 no-repeat;
  background-size: 5.625rem auto;
  display: block;
  width: 4.1875rem;
  height: 4.375rem;
  margin: 0 2rem 0 0; }

.header__entry-icon {
  background: url(../images/icon/vhod.svg) 0 0 no-repeat;
  display: block;
  width: 4.5rem;
  height: 4.5rem; }

.header__exit-icon {
  background: url(../images/icon/vihod.svg) 0 0 no-repeat;
  display: block;
  width: 4.5rem;
  height: 4.5rem; }

.navigation,
.search {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: 900;
  background: #f5f5f5 url(../images/background/bg_menu.png) 100% center no-repeat;
  background-size: auto 100%;
  transition: .5s; }

.search.active,
.navigation.active {
  left: 0; }

.navigation__title {
  background: #fff;
  font-size: 3.75rem;
  color: #282a2c;
  font-weight: 700;
  box-shadow: 0px 0.3125rem 1.5rem 0px rgba(13, 18, 34, 0.05); }
  .navigation__title .content {
    height: 12.75rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center; }
  .navigation__title .header__right {
    margin-left: auto; }

.navigation__close {
  display: block;
  background: url(../images/icon/x.svg) 0 0 no-repeat;
  width: 3.75rem;
  height: 3.75rem;
  margin-right: 3.4375rem; }

.navigation__menu {
  padding: 1.875rem 1.5625rem 1.875rem;
  height: calc(100vh - 12.75rem);
  overflow-y: auto; }
  .navigation__menu li a {
    border-bottom: 1px solid #c3c4c4;
    height: 15.625rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-size: 3.125rem;
    padding: 0 1.875rem 0 0;
    color: #282a2c;
    max-width: 45.3125rem;
    margin: 0 auto; }
  .navigation__menu li:last-child a {
    border-bottom: 0; }

.cat-navigation {
  padding: 3.125rem 0; }

.category-title {
  font-size: 3.75rem;
  font-weight: 700; }

.category-slider {
  margin-right: -1.875rem; }
  .category-slider .slick-slide {
    padding-bottom: 2px; }

.category-link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 0 2.0625rem;
  border: 0.125rem solid #bfa591;
  border-radius: 0.625rem;
  height: 18.875rem;
  width: 22.8125rem;
  font-size: 2.25rem;
  margin-right: 2.8125rem; }

.category-link__title {
  width: 100%;
  color: #282a2c;
  font-size: 2.25rem;
  display: block;
  padding-bottom: .8rem; }

.category-link__count-recipes {
  width: 100%;
  display: block;
  color: #7a7e82;
  font-size: 1.875rem;
  font-weight: 400; }

.category-link__img {
  height: 7.1875rem;
  margin-bottom: 1.575rem;
  display: block; }
  .category-link__img img {
    height: 7.1875rem;
    width: 7.1875rem;
    display: block;
    margin: 0 auto; }

.news {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.25rem; }

.news_mb {
  margin-bottom: 4rem; }

.news__item {
  margin: 0 1.25rem 2.5rem;
  width: calc(100% - 2.5rem);
  background: #fff;
  border-radius: 0.625rem;
  overflow: hidden;
  position: relative; }

.news__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 400;
  display: block; }

.news__thumb {
  width: 100%;
  position: relative;
  max-width: 1060px;
  margin: auto; }
  .news__thumb:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2), transparent);
    z-index: 1; }
  .news__thumb img {
    display: block;
    width: 100%; }

.news__tags {
  position: absolute;
  right: 2.5rem;
  top: 2.5rem;
  z-index: 600;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column; }

.news__tags-item,
.category-title__link {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 5.125rem;
  background: #bfa591;
  border-radius: 5.125rem;
  font-size: 2.5rem;
  padding: 0 1.6875rem;
  color: #fff;
  margin-bottom: 0.625rem;
  font-weight: 500; }

.news__tags-item {
  color: #fff;
  background: 0;
  border: 0.125rem solid #fff; }

.news__info {
  position: absolute;
  right: 3.125rem;
  bottom: 2.8125rem;
  z-index: 100;
  height: 5.125rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center; }

.news__date {
  font-size: 2.5rem;
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding-right: 2.5rem; }
  .news__date:before {
    background: url(../images/icon/calendar.svg) 0 0 no-repeat;
    width: 2.75rem;
    height: 2.75rem;
    margin-right: 1.125rem; }

.news__view,
.recipe__view {
  font-size: 2.5rem;
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center; }
  .news__view:before,
  .recipe__view:before {
    background: url(../images/icon/eye.svg) 0 0 no-repeat;
    width: 4.625rem;
    height: 3.5625rem;
    margin-right: 0.875rem; }

.recipe__view {
  color: #93969a;
  font-weight: 400; }
  .recipe__view:before {
    background: url(../images/icon/eye_black.svg) 0 0 no-repeat; }

.news__title {
  padding: 2.875rem 5.375rem 1.875rem 2.625rem;
  font-size: 3.125rem;
  color: #3e3e3e;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.recipe__info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4.375rem 2.4rem 2.625rem;
  font-size: 2.0625rem;
  color: #bfa591;
  font-weight: 400; }

.recipe__portions {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding-right: 2.5rem; }
  .recipe__portions:before {
    background: url(../images/icon/pot.svg) 0 0 no-repeat;
    width: 3.5625rem;
    height: 4.25rem;
    margin-right: 0.875rem; }

.recipe__time {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding-left: 2.5rem;
  margin-right: auto;
  border-left: 1px solid #c6bdb6;
  font-size: 2.0625rem;
  color: #bfa591;
  font-weight: 400; }
  .recipe__time:before {
    background: url(../images/icon/clock.svg) 0 0 no-repeat;
    width: 2.6875rem;
    height: 2.6875rem;
    margin-right: 0.875rem; }

.news__desc {
  display: none;
  color: #74777a;
  font-size: 2.25rem;
  font-weight: 400; }

.category-title__link {
  padding: 0 2.0625rem; }

.category-title {
  padding: 1.5625rem 0 2.6875rem; }

.category-title_in {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem; }

.news__item_style-two {
  width: calc(50% - 2.5rem); }
  .news__item_style-two .news__tags {
    display: none; }
  .news__item_style-two .news__info {
    right: auto;
    left: 2.5rem;
    bottom: 2.0625rem; }
  .news__item_style-two .news__title {
    white-space: pre-wrap;
    overflow: visible;
    font-size: 2.4rem;
    padding: 2.375rem 2.25rem;
    color: #3f3f3f; }
  .news__item_style-two .news__add-favorite {
    top: 1.5625rem;
    left: auto;
    right: 1.875rem; }

.recipe-interesting {
  background: #282a2c;
  padding: 2rem 1.875rem;
  margin-bottom: 3rem; }

.news__item_style-horizontal {
  margin-bottom: 1.5625rem;
  padding: 2.0625rem 4.375rem 2.0625rem 1.5625rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  .news__item_style-horizontal .news__tags {
    display: none; }
  .news__item_style-horizontal .news__desc {
    display: block; }
  .news__item_style-horizontal .news__thumb {
    width: 14.75rem;
    border-radius: 0.625rem;
    overflow: hidden;
    position: static; }
    .news__item_style-horizontal .news__thumb:after {
      display: none; }
  .news__item_style-horizontal .news__title-desc {
    width: calc(100% - 16.875rem);
    padding-top: 0.4875rem;
    padding-bottom: 5rem; }
  .news__item_style-horizontal .news__title {
    font-size: 2.8125rem;
    color: #3f3f3f;
    white-space: pre-wrap;
    overflow: visible;
    padding: 0; }
  .news__item_style-horizontal .news__info {
    right: auto;
    left: 18.5rem;
    bottom: 2.625rem; }
  .news__item_style-horizontal .news__date {
    color: #9aa0a8;
    font-weight: 400; }
    .news__item_style-horizontal .news__date:before {
      background: url(../images/icon/calendar_black.svg) 0 0 no-repeat; }
  .news__item_style-horizontal .news__view {
    color: #9aa0a8;
    font-weight: 400; }
    .news__item_style-horizontal .news__view:before {
      background: url(../images/icon/eye_black.svg) 0 0 no-repeat; }
  .news__item_style-horizontal .news__add-favorite {
    top: auto;
    left: auto;
    right: 4.375rem;
    bottom: 3.625rem;
    background: url(../images/icon/star_wite_dark.svg) 0 0 no-repeat; }
  .news__item_style-horizontal .news__add-favorite.added {
    background: url(../images/icon/star_dark.svg) 0 0 no-repeat; }

.tag-list {
  padding: 5rem 0 4.0625rem;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }
  .tag-list a {
    margin-bottom: 2rem; }

.footer {
  background: #282a2c;
  box-shadow: 0px 0.3125rem 1.5rem 0px rgba(13, 18, 34, 0.07); }

.footer__content {
  height: 12.5rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center; }

.footer__copyright {
  font-size: 2.25rem;
  color: #9fa2a8;
  border-left: 0.125rem solid #454749;
  padding: 0.9375rem 0 0.9375rem 4.375rem; }

.footer__logo {
  display: block;
  background: url(../images/logo/EC_logo_grey.svg) center no-repeat;
  width: 14.0625rem;
  height: 7.625rem;
  margin-right: 4.375rem;
  margin-left: 0.9375rem;
  position: relative;
  top: -.2rem; }

.authorization {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  padding: 2rem 0; }

.authorization__content {
  background: #ffffff;
  border-radius: 0.625rem;
  padding: 6rem 5rem 7.5rem;
  border: 1px solid #d0d2d8; }

.authorization__title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  font-size: 3.75rem;
  align-items: center;
  font-weight: 700;
  padding-bottom: 5.25rem; }
  .authorization__title:before {
    background: url(../images/icon/add-a-contact-on-phone-interface-symbol-of-a-user-with-a-plus-sign.svg) 0 0 no-repeat;
    width: 3.5625rem;
    height: 3.8125rem;
    margin-top: 0;
    margin-right: 1.4375rem; }

.authorization__form,
.search__form {
  position: relative;
  display: block;
  width: 100%; }

.search__form {
  margin-top: 5rem; }

input[type="text"].search__text,
input[type="tel"].authorization__phone {
  height: 9.375rem;
  border: 1px solid #000;
  border-radius: 0.625rem;
  padding-left: 10.9375rem;
  padding-right: 1rem;
  font-size: 3.4375rem;
  font-weight: 400;
  color: #000;
  background: #fff url(../images/icon/app.svg) 1.625rem center no-repeat;
  background-size: 4.3125rem auto;
  margin-bottom: 2.5rem; }

input[type="text"].search__text {
  background: #fff url(../images/icon/search_black.svg) 1.625rem center no-repeat;
  background-size: 5rem auto; }

input[type="submit"].search__submit,
input[type="submit"].authorization__submit {
  height: 9.375rem;
  width: 100%;
  background: #bfa591;
  border-radius: 9.375rem;
  font-size: 3.125rem;
  font-weight: 700;
  color: #fff; }

.news__thumb_article {
  margin-left: -1.875rem;
  margin-right: -1.875rem;
  margin-bottom: 2.8125rem;
  width: auto; }
  .news__thumb_article .news__tags {
    left: 1.875rem; }
  .news__thumb_article .news__info {
    right: 1.875rem; }

.title-article {
  height: 47.5rem;
  font-size: 5.3125rem;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 500;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1.875rem 7rem; }

.news__add-favorite {
  left: 1.875rem;
  top: 2.3125rem;
  display: block;
  z-index: 600;
  width: 4.0625rem;
  height: 4.0625rem;
  position: absolute;
  background: url(../images/icon/star_wite.svg) center no-repeat;
  background-size: 4.0625rem 4.0625rem; }

.news__add-favorite.added {
  background: url(../images/icon/star.svg) center no-repeat;
  background-size: 4.0625rem 4.0625rem; }

.related-news {
  padding-bottom: 3.75rem; }

.related-news__title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 3.125rem;
  color: #212121;
  font-weight: 700;
  padding-bottom: 3.125rem; }

.related-news__reload {
  display: block;
  border-radius: 0.625rem;
  width: 7.0625rem;
  min-width: 7.0625rem;
  margin-left: 3rem;
  height: 5.8125rem;
  background: #e0e3e9 url(../images/icon/refresh.svg) center no-repeat;
  background-size: auto 2.8125rem; }

.main_theme {
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem; }

.wrapper.landing {
  padding-top: 0; }

.landing__top {
  background: url(../images/background/bg_land.jpg) center no-repeat;
  background-size: cover;
  padding: 13.75rem 0 13.75rem; }

.landing__header {
  background: #fff; }

.landing__logo {
  margin: 0 auto;
  width: 20.5rem;
  height: 15.625rem; }

.landing__title,
.landing__title h1 {
  color: #282a2c;
  font-size: 5rem;
  font-weight: 900;
  text-align: center; }
  .landing__title span,
  .landing__title h1 span {
    color: #bfa591; }

.landing__select {
  margin-top: -11.5625rem;
  padding-bottom: 6.5625rem; }

.after-select-topics {
  text-align: center;
  color: #868686;
  font-size: 3.125rem;
  font-weight: 400;
  padding: 3.125rem 0; }

.select-topics {
  background: #fff;
  border-radius: 0.625rem;
  max-height: 60.625rem;
  overflow-x: hidden;
  overflow-y: auto; }

.select-topics__item {
  display: block;
  border-bottom: 0.125rem solid #e5e5e5;
  padding: 0 3.625rem;
  font-size: 3.75rem;
  color: #808080;
  font-weight: 500;
  cursor: pointer; }
  .select-topics__item:last-child {
    border-bottom: 0; }
  .select-topics__item .select-topics__item-style {
    height: 10rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    transition: color .3s; }
  .select-topics__item input[type="checkbox"] {
    display: none; }
  .select-topics__item input[type="checkbox"] + .select-topics__item-style .select-topics__switch {
    width: 9.0625rem;
    min-width: 9.0625rem;
    height: 4.625rem;
    background: #f2f2f2;
    border-radius: 6.25rem;
    display: block;
    position: relative;
    margin-right: 4.375rem;
    transition: .3s; }
    .select-topics__item input[type="checkbox"] + .select-topics__item-style .select-topics__switch:after {
      width: 3.6875rem;
      height: 3.6875rem;
      box-shadow: 0px 0.1875rem 0.625rem 0px rgba(1, 16, 39, 0.1);
      background: #fff;
      border-radius: 50%;
      position: absolute;
      left: 0.5rem;
      top: 50%;
      transform: translate(0, -50%);
      transition: .5s; }
  .select-topics__item input[type="checkbox"]:checked + .select-topics__item-style {
    color: #1d1d1d;
    font-weight: 600; }
    .select-topics__item input[type="checkbox"]:checked + .select-topics__item-style .select-topics__switch {
      background: #bfa591; }
      .select-topics__item input[type="checkbox"]:checked + .select-topics__item-style .select-topics__switch:after {
        transform: translate(4.375rem, -50%); }

.submit-topics,
.subscribe-link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 10.625rem;
  width: 100%;
  background: #bfa591;
  color: #fff;
  font-size: 3.75rem;
  font-weight: 700;
  border-radius: 10.625rem; }
  .submit-topics:before,
  .subscribe-link:before {
    background: url(../images/icon/list.svg) 0 0 no-repeat;
    width: 4.5rem;
    height: 3.25rem;
    margin-right: 1.25rem; }

.subscribe-link {
  font-size: 3rem; }
  .subscribe-link:before {
    display: none; }

.landing__top_pb {
  padding-bottom: 15.3125rem; }

.landing__animation {
  margin-left: -1.875rem;
  margin-right: -1.875rem; }
  .landing__animation img {
    display: block;
    width: 100%; }

.landing__subtitle {
  text-align: center;
  font-size: 3.125rem;
  color: #1a1a1a;
  padding: 3.4375rem 0; }

.subscribe-link {
  max-width: 60.5rem;
  margin: 0 auto 5.625rem; }

.landing__text {
  font-size: 2.25rem;
  color: #141414;
  font-weight: 300;
  text-align: center;
  line-height: 1.333;
  padding-bottom: 2.1875rem; }
  .landing__text strong {
    font-weight: 600; }
  .landing__text a {
    color: #bfa591; }
    .landing__text a:hover {
      text-decoration: underline; }
  .landing__text img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 43.375rem;
    height: auto; }
  .landing__text p {
    padding-bottom: 3rem; }

.cancel-link {
  background: #d0d0d0;
  width: 16.875rem;
  height: 5.625rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #141414;
  font-weight: 400;
  font-size: 1.75rem;
  border-radius: 5.625rem;
  margin: 0 auto 5rem; }

.landing__subscribe-desc {
  background: #fff;
  margin-left: -1.875rem;
  margin-right: -1.875rem;
  padding: 2.5rem 5rem 0; }
  .landing__subscribe-desc .landing__text {
    padding-bottom: 0; }

.filter {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 3.125rem; }

.filter__item {
  display: block;
  width: calc(50% - 1.125rem);
  margin-bottom: 2.25rem;
  position: relative; }
  .filter__item:after {
    position: absolute;
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-top: 0.6875rem solid #282a2c;
    right: 2.375rem;
    top: 50%;
    margin-top: -.34rem; }

.main_article {
  background: #fff; }
  .main_article .news__item {
    margin: 0;
    width: 100%;
    border-radius: 0;
    margin-bottom: 3.125rem; }
  .main_article .news__title {
    white-space: normal;
    color: #bfa591; }

.energy {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  padding-bottom: 2.8125rem; }

.energy__item {
  padding: 0 1.125rem;
  min-width: 16.75rem;
  border-right: .125px solid #50525f;
  text-align: center;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 400; }
  .energy__item:last-child {
    border-right: 0; }

.energy__line-1 {
  font-size: 1.5625rem;
  padding-bottom: 1.875rem; }

.energy__line-2 {
  font-size: 3.125rem;
  font-weight: 700;
  padding-bottom: .275rem; }

.energy-after {
  font-weight: 300;
  font-size: 1.875rem;
  padding-bottom: 7.5rem;
  text-align: center; }

.title {
  font-size: 3.125rem;
  text-align: center;
  font-weight: 700;
  padding-bottom: 4.6875rem; }

.ingredients__table table {
  width: 100%;
  border-collapse: collapse; }
  .ingredients__table table td {
    border-bottom: .125px solid #a7a8af;
    height: 7.5rem;
    font-size: 2.5rem; }
    .ingredients__table table td:last-child {
      text-align: right;
      font-style: italic;
      font-weight: 300; }
  .ingredients__table table tr:last-child td {
    border-bottom: 0; }

.instruction {
  background: #f5f5f5;
  padding: 3.75rem 1.875rem 0;
  text-align: center; }
  .instruction img {
    border-radius: 5px; }
  .instruction .title {
    padding-bottom: 1.5625rem; }

.recipe__time_center {
  margin: 0 auto;
  padding: 0;
  border: 0;
  justify-content: center;
  margin-bottom: 3.5625rem; }

@media screen and (min-width: 1080px) {
  .wrapper {
    margin: 0 auto; }

  .header {
    left: 50%;
    transform: translateX(-50%); }

  html {
    font-size: 5.8px; } }
@media screen and (max-width: 1080px) {
  html {
    font-size: 12px; } }
@media screen and (max-width: 800px) {
  html {
    font-size: 9px; } }
@media screen and (max-width: 610px) {
  html {
    font-size: 7px; } }
@media screen and (max-width: 480px) {
  html {
    font-size: 5.8px; } }
@media screen and (max-width: 380px) {
  html {
    font-size: 4.84px; } }
body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease,visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s ease 0s,visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable=true] {
  cursor: text; }

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:nth-child(1), .fancybox-button--pause svg:nth-child(1), .fancybox-button--play svg:nth-child(2) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  transition-timing-function: linear;
  z-index: 99998; }

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1; }

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }
@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0); }

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1); }

@media (max-height: 576px) {
  .fancybox-caption {
    padding: 12px; }

  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }

  .fancybox-slide--image {
    padding: 6px 0; }

  .fancybox-close-small {
    right: -6px; }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; } }
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus:before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }
.land__subscribe-body {
  background: #fff;
  border-radius: 1.25rem;
  box-shadow: 0 0.3125rem 2.5rem 0 rgba(0, 0, 0, 0.1);
  padding: 2.5rem 3.125rem 4.0625rem;
  margin-bottom: 2rem; }

.row-item {
  text-align: center;
  margin: 6rem 0;
  font-size: 3rem; }
  .row-item .row-item-value {
    font-weight: 600; }
    @media screen and (max-width: 768px) {
      .row-item .row-item-value {
        display: block; } }

.ul-menu li {
  margin-bottom: 1rem; }
  .ul-menu li a {
    color: #bfa591;
    border-bottom: solid 1px #bfa591;
    transition: .3s; }
    .ul-menu li a:hover {
      color: #bfa591; }

.unsubscribeBtn {
  background: #bfa591;
  color: #ffffff;
  padding: 20px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  border: none;
  text-transform: uppercase;
  height: auto; }

.unsubscribeResult {
  background: #f8f8f8;
  padding: 19px;
  border-radius: 5px; }

.language-selector {
  font-size: 3rem;
  margin-right: 2rem;
  text-align: center;
  position: relative; }
  .language-selector .link {
    color: #bfa591;
    cursor: pointer;
    display: flex;
    align-items: center; }
    .language-selector .link img {
      margin-right: 0.5rem; }
  .language-selector .list {
    position: absolute;
    border-radius: 1rem;
    padding: 1rem;
    right: -3.5rem; }
    .language-selector .list .container {
      display: inline-block;
      color: #252840;
      background: white;
      border-radius: 1rem;
      padding: 1rem;
      text-align: center;
      box-shadow: 0px 0px 10px #00000029; }
      .language-selector .list .container a {
        display: flex;
        align-items: center;
        padding: 0.2rem 1rem 0.2rem 0.5rem;
        border-radius: .5rem; }
        .language-selector .list .container a .flag {
          margin: 0 .5rem -0.5rem; }
      .language-selector .list .container .active {
        background: #87a5bf;
        color: white; }
      .language-selector .list .container:before {
        display: block;
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        background: linear-gradient(-45deg, white 50%, transparent 50%);
        transform: rotate(225deg);
        right: 4rem;
        top: 0; }

.footer__logo, .header__logo {
  background-size: 100%; }

.login-error {
  text-align: center;
  padding: 15px;
  font-size: 3rem;
  color: #bfa591;
  display: none; }

.login-error.active {
  display: block; }

.help-block {
  font-size: 3rem;
  color: #9e7b60;
  margin: 2rem 0 2.5rem; }

.authorization {
  display: flex; }

.ball {
  border: 10px solid #bfa591;
  border-top-color: #ececec;
  border-left-color: #ececec;
  border-radius: 100%;
  box-shadow: 0 0 1px #a0a0a0;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  top: calc(50% - 30px);
  animation: spinoff 2s infinite linear;
  -moz-animation: spinoff 2s infinite linear;
  -webkit-animation: spinoff 2s infinite linear; }

@keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg); } }
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg); } }
@-moz-keyframes spinoff {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(-360deg); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@-webkit-keyframes spinoff {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg); } }
.single .games__item-small-play {
  font-size: 2.125rem; }

.short__list .game-item__description {
  display: none; }
.short__list .slider-screen {
  display: none; }

.similar-slider .news__title {
  padding: 2rem;
  font-size: 2rem; }

#favorite-container {
  display: flex;
  min-height: 75vh;
  align-items: center; }

.favorites-items .news__title {
  font-size: 2rem;
  margin-bottom: 1rem; }

.reset-btn {
  padding: 2.85rem 0;
  width: calc(50% - 1.125rem);
  background: none;
  color: black;
  border: 0.125rem solid #bfa591;
  border-radius: 0.625rem;
  font-size: 2.1875rem;
  font-weight: 500; }

.show-more-link {
  width: max-content;
  padding: 0 3rem;
  height: 6.75rem;
  background: #a7907e;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3.75rem auto;
  border-radius: 9.375rem;
  font-size: 2.5rem;
  color: #fff;
  cursor: pointer; }

/*# sourceMappingURL=style.css.map */
