/*
Theme Name: Aqutor theme

main styles override
Version: 1.0.12
*/

:root {
    --desktop: 1440px;
}
/* off */
#site-header-cart {
    display: none;
}

/* Страница Данко START */
.panel-right {
    padding: 40px 120px 50px;
}

.left-content__social.socdanko {
    max-width: 600px;
}

.page-template-page-evgeny-danko #content {
    padding: 0;
}
.page-template-page-evgeny-danko footer.footer-site {
    padding-top: 180px;
    margin-top: -200px;
}
.page-template-page-evgeny-danko .footer-wrapper {
    background-color: #606060;
}

.sticky-group h2 {
    margin-bottom: 20px;
}

body .panel-right p {
    font-family: 'Montserrat-Regular', sans-serif!important;
    font-size: 16px;
}

body .panel-right h1 {
    font-family: 'Montserrat-Regular', sans-serif!important;
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 60px;
}

body .panel-right h2 {
    font-family: 'Montserrat-Regular', sans-serif!important;
    font-size: 26px;
    font-weight: bold;
    margin: 20px 0 30px;
}

body .panel-right h3 {
    font-family: 'Montserrat-Regular', sans-serif!important;
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0;
}

body .panel-right h4 {
    font-family: 'Montserrat-Regular', sans-serif!important;
    font-size: 22px;
    font-weight: bold;
    margin: 20px 0;
}

body .panel-right h5 {
    font-family: 'Montserrat-Regular', sans-serif!important;
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0;
}

.soc-pero {
    margin-bottom: 100px;
}

@media (max-width: 1280px) {
    .panel-right {
        padding: 40px 40px 50px;
    }
}

@media (max-width: 768px) {
    .panel-right {
        padding: 40px 20px 50px;
    }

    .soc-pero {
        margin-bottom: 0;
    }
}

/* Страница Данко END */

/* Бейдж Акция до
li.product.post-139 .product-inner-wrapper:before, li.product.post-137 .product-inner-wrapper:before {
display: block;
top: 50%;
right: 20px;
width: 100px;
height: 100px;
padding: 15px 16px;
text-align: center;
background: red;
transform: rotate(14deg) translate3d( 0, 0, 0);
-webkit-transform: rotate(14deg) translate3d( 0, 0, 0);
color: #fff;
border-radius: 50%;
-webkit-font-smoothing: antialiased;
position: absolute;
content: 'Акция до 30 ноября';
-webkit-box-shadow: 0px 0px 8px 0px rgba(143, 155, 165, 0.2);
-moz-box-shadow: 0px 0px 8px 0px rgba(143, 155, 165, 0.2);
box-shadow: 0px 0px 8px 0px rgb(70 0 58);
}

@media screen and (max-width: 678px), screen and (max-device-width: 678px) {
.product_cat-water-ionizer .product-inner-wrapper:before {
right: 10px!important;
top: 45%!important;
width: 92px!important;
height: 92px!important;
font-size: 15px;
}
}
*/
/*********************************************/
body {
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100vh;
    scroll-behavior: smooth;
    background-color: var(--primary-color);
}

body.home {
    background-color: var(--main-color);
}

body.home article.page>.entry-content {
    padding:0;
}

body,
p,
a,
.breadcrumbs,
li {
    font-family: 'Exo2-Regular', sans-serif;
    font-size: 16px;
    line-height: 1.25;
    font-weight: normal;
    letter-spacing: normal;
    text-rendering: optimizeSpeed;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
    color: var(--text-color);
}

.breadcrumbs {
    margin-top: 5px;
    opacity: 0;
    will-change: transform, opacity;
    animation: breadcrumbs 1s 1 ease-out;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
}

.breadcrumbs a {
    margin-bottom: 0;
    color: #448AFF;
    background-image: linear-gradient(to top, #448AFF 0, #448AFF), linear-gradient(to top, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .1) 0) !important;
    background-position: left bottom, left bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 0 1px, 100% 1px;
    transition: none 300ms ease-in-out;
    transition-property: background-size, color;
}

.breadcrumbs a:hover {
    background-size: 100% 1px, 100% 1px;
}

@keyframes breadcrumbs {
    from {
        opacity: 0;
        transform: translateY(20px);
        animation-timing-function: ease-in;
    }
    /* 25% {top:-75px;animation-timing-function: ease-in;} */
    50% {
        opacity: 0.1;
        transform: translateY(5px);
        animation-timing-function: ease-out;
    }
    /* 75% {top:-25px;animation-timing-function: ease-in;} */
    to {
        opacity: 1;
        transform: translateY(0);
        animation-timing-function: ease-out;
    }
}

ul {
    list-style-type: disc;
    list-style-position: outside;
    line-height: 1.6;
    margin-bottom: 1rem;
}

a {
    text-decoration: none;
    outline: none;
}

img {
    max-width: 100%;
    display: block;
    height: auto;
}
.wp-block-table td, .wp-block-table th {
    border: none;
}

input,
button,
textarea,
select {
    font: inherit;
}

.screen-reader-text {
    display: none;
    visibility: hidden;
}

a:active,
a:hover,
a:focus {
    outline: 0;
    outline-offset: 0;
}
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
      user-select: none; /* Non-prefixed version, currently
      supported by Chrome, Edge, Opera and Firefox */
  }

  /* кнопка телефона в мобиле */
  .footel {
   display: none;
}
.footel a.mobitel {
   background: #448aff;
   border: 2px solid #448aff;
   border-radius: 50%;
   box-shadow: 0 8px 10px rgb(56 163 253 / 30%);
   cursor: pointer;
   font-size: 0!important;
   height: 50px;
   width: 50px;
   text-align: center;
   position: fixed;
   top: inherit;
   left: inherit;
   right: 16px;
   bottom: 10px;
   z-index: 999;
   transition: .3s;
   -webkit-animation: hoverWave linear 1s infinite;
   animation: hoverWave linear 1s infinite;
   display: flex;
   justify-content: center;
   align-items: center;
   text-decoration: none;
}
a.mobitel.material-symbols-outlined:before {
   content: '\e61d';
   font-family: 'Material Icons';
   font-weight: 400;
   font-style: normal;
   font-size: 26px;
   line-height: 100%;
   color: #fff;
   vertical-align: text-bottom;
   animation: 1200ms ease 0s normal none 1 running shake;
   animation-iteration-count: infinite;
   -webkit-animation: 1200ms ease 0s normal none 1 running shake;
   -webkit-animation-iteration-count: infinite;
   transition: .3s all;
}
.mobitel:hover {
   background-color: #fff;
}
a.mobitel.material-symbols-outlined:before:hover {
   color: #38a3fd;
}
@-webkit-keyframes hoverWave {
   0% {
      box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
  }
  40% {
      box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
  }
  80% {
      box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067)
  }
  100% {
      box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0.0)
  }
}
@keyframes hoverWave {
   0% {
      box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
  }
  40% {
      box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
  }
  80% {
      box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067)
  }
  100% {
      box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0.0)
  }
}
@keyframes shake {
   0% {
      transform: rotateZ(0deg);
      -ms-transform: rotateZ(0deg);
      -webkit-transform: rotateZ(0deg);
  }
  10% {
      transform: rotateZ(-15deg);
      -ms-transform: rotateZ(-15deg);
      -webkit-transform: rotateZ(-15deg);
  }
  20% {
      transform: rotateZ(15deg);
      -ms-transform: rotateZ(15deg);
      -webkit-transform: rotateZ(15deg);
  }
  30% {
      transform: rotateZ(-10deg);
      -ms-transform: rotateZ(-10deg);
      -webkit-transform: rotateZ(-10deg);
  }
  40% {
      transform: rotateZ(7.5deg);
      -ms-transform: rotateZ(7.5deg);
      -webkit-transform: rotateZ(7.5deg);
  }
  50% {
      transform: rotateZ(-6deg);
      -ms-transform: rotateZ(-6deg);
      -webkit-transform: rotateZ(-6deg);
  }
  60% {
      transform: rotateZ(5deg);
      -ms-transform: rotateZ(5deg);
      -webkit-transform: rotateZ(5deg);
  }
  70% {
      transform: rotateZ(-4.28571deg);
      -ms-transform: rotateZ(-4.28571deg);
      -webkit-transform: rotateZ(-4.28571deg);
  }
  80% {
      transform: rotateZ(3.75deg);
      -ms-transform: rotateZ(3.75deg);
      -webkit-transform: rotateZ(3.75deg);
  }
  90% {
      transform: rotateZ(-3.33333deg);
      -ms-transform: rotateZ(-3.33333deg);
      -webkit-transform: rotateZ(-3.33333deg);
  }
  100% {
      transform: rotateZ(0deg);
      -ms-transform: rotateZ(0deg);
      -webkit-transform: rotateZ(0deg);
  }
}
@-webkit-keyframes shake {
   0% {
      transform: rotateZ(0deg);
      -ms-transform: rotateZ(0deg);
      -webkit-transform: rotateZ(0deg);
  }
  10% {
      transform: rotateZ(-15deg);
      -ms-transform: rotateZ(-15deg);
      -webkit-transform: rotateZ(-15deg);
  }
  20% {
      transform: rotateZ(15deg);
      -ms-transform: rotateZ(15deg);
      -webkit-transform: rotateZ(15deg);
  }
  30% {
      transform: rotateZ(-10deg);
      -ms-transform: rotateZ(-10deg);
      -webkit-transform: rotateZ(-10deg);
  }
  40% {
      transform: rotateZ(7.5deg);
      -ms-transform: rotateZ(7.5deg);
      -webkit-transform: rotateZ(7.5deg);
  }
  50% {
      transform: rotateZ(-6deg);
      -ms-transform: rotateZ(-6deg);
      -webkit-transform: rotateZ(-6deg);
  }
  60% {
      transform: rotateZ(5deg);
      -ms-transform: rotateZ(5deg);
      -webkit-transform: rotateZ(5deg);
  }
  70% {
      transform: rotateZ(-4.28571deg);
      -ms-transform: rotateZ(-4.28571deg);
      -webkit-transform: rotateZ(-4.28571deg);
  }
  80% {
      transform: rotateZ(3.75deg);
      -ms-transform: rotateZ(3.75deg);
      -webkit-transform: rotateZ(3.75deg);
  }
  90% {
      transform: rotateZ(-3.33333deg);
      -ms-transform: rotateZ(-3.33333deg);
      -webkit-transform: rotateZ(-3.33333deg);
  }
  100% {
      transform: rotateZ(0deg);
      -ms-transform: rotateZ(0deg);
      -webkit-transform: rotateZ(0deg);
  }
}
/* кнопка вверх */
.upbtn {
   display: flex;
   align-items: center;
   justify-content: center;
   position: fixed;
   width: 70px;
   height: 70px;
   color: #FFF;
   bottom: 20px;
   left: 20px;
   cursor: pointer;
   border:3px solid #BFE2FF;
   border-radius:50%;
   transform: scale(0);
   transition: all .7s ease-in-out;
   background-position: center center;
   background-repeat: no-repeat;
   background-color: #337AB7;
   z-index: 9999;
}
.upbtn:hover {
   transform: scale(1.2)!important;
}
.upbtn span {
   font-size: 50px;
}
@media all and (max-width: 1470px), all and (max-device-width: 1470px)  {
   .upbtn {
      width: 50px;
      height: 50px;
      left: 25%;
      bottom: 10px;
  }
  .upbtn span {
      font-size: 36px;
  }
  .amo-button-holder {
      left: 16px!important;
      bottom: 3px!important;
      right: inherit!important;
  }
  .amo-button--only-social[data-social="whatsapp"] {
      width: 48px!important;
      height: 48px!important;
  }
  .footel {
      display: block;
  }
}

h2.gradient-text, .gradient-text {
   background: linear-gradient(109.24deg, #2BD195 0%, #2983EC 100%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   background-clip: text;
   text-fill-color: transparent;
}
#page {
   height: auto;
   width: 100%;
   position: relative;
   padding: 85px 0 0 0;
   margin: 0;
   overflow: hidden;
}

#primary {
   width: 100%;
   min-height: calc(100vh - 602px);
   padding: 0;
   margin: 0;
}

#content {
   height: auto;
   width: 100%;
   padding: 20px 0;
   margin: 0;
}

/* colors */

:root {
   --main-color: #1a2046;
   --second-color: #42307c;
   --primary-color: #ffffff;
   --accent-color: #4eedc6;
   --right-gradient: #2992db;
   --left-gradient: #45ceac;
   --line-color: #544094;
   --text-color: #263238;
   ;
}

/* padding and gap */

:root {
   --padding-small: 15px;
   --padding-medium: 25px;
   --padding-large: 45px;
   --gap-small: 15px;
   --gap-medium: 30px;
   --gap-large: 45px;
}

h2 {
   font-size: 32px;
   color: #23292e;
   text-align: left;
   font-family: 'Exo2-Regular';
   font-style: normal;
   font-weight: 600;
   line-height: 120%;
   margin-bottom: 15px;
}

body.page p.gradient {
   display: inline-block;
   margin: 10px 0 20px;
   font-style: normal;
   font-weight: 600;
   line-height: 125%;
   letter-spacing: normal;
   background: linear-gradient(109.24deg, #24d2aa 0%, #448aff 80%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}

.gradient {
   font-style: normal;
   display: inline;
   font-weight: 700;
   font-size: inherit;
   line-height: 125%;
   letter-spacing: normal;
   background: linear-gradient(109.24deg, #24d2aa 0%, #448aff 80%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}

/* recipes style start */
.recipes-listing {
    padding: 0 130px;
}
.recipes-listing>.entry-header {
    padding: 25px 0 15px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column wrap;
    box-sizing: inherit;
    border-bottom: 1px solid #cbdae8;
    text-align: center;
    animation: heading 0.8s 1 linear;
}
.recipes-listing>.entry-header>.entry-title {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 125%;
    letter-spacing: -.04em;
    background: linear-gradient(109.24deg, #24d2aa 0%, #448aff 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.recipes-wrapper {
    display: flex;
    flex-direction: row;
    gap: 70px;
    justify-content: space-between;
    align-items: flex-start;
    animation: content 0.7s 1 ease-in;
}

.abc-pagination-tab {
    padding-top: 55px;
    margin-top: -55px;
    -webkit-background-clip: content-box;
    background-clip: content-box;
}

.abc-pagination-post a h2 {
    display: inline-block;
    color: #448AFF;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    background-image: linear-gradient(to top, #448AFF 0, #448AFF), linear-gradient(to top, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .1) 0) !important;
    background-position: left bottom, left bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 0 1px, 100% 1px;
    transition: none 300ms ease-in-out;
    transition-property: background-size, color;
}

.abc-pagination-post a h2:hover {
    color: #005fff;
    background-size: 100% 1px, 100% 1px;
}

.abc-pagination-post__title {
    margin: 0;
}

.abc-pagination-post__excerpt {
    margin-top: 6px;
}

.abc-pagination-tab__close {
    width: 20px;
    height: 20px;
    padding: 4px;
    border: 2px solid #448aff;
    border-radius: 50%;
    background: #fff;
    opacity: 1;
}
h3.entry-title-not-post {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 50px 0;
    padding: 0 16px;
    font-size: 42px;
}
/*
.abc-pagination-post {
    padding: 16px;
    -webkit-box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.2);
}

.abc-pagination-tab__letter {
    margin: 30px 0;
}

.abc-pagination-tab__posts {
    gap: 30px 32px;
}

.abc-pagination-post:hover {
    -webkit-box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.2);
}
*/
/* recipes style end */

/* 404 */
/*	error 404   ----------------------------------------------------*/
body.error404 {
   background: #1a2046;
}

body.error404 .footer-wrapper {
   background-color: #1a2046;
}

.error-404.not-found {
   padding: 50px 0;
   display: grid;
   justify-content: center;
   justify-items: center;
   align-items: stretch;
}

.error-404.not-found .page-header {
   text-align: center;
}

.error-404.not-found .breadcrumbs span {
   color: #fff;
}

.error-404.not-found .error-text {
   font-family: 'Montserrat-Bold';
   font-size: 120px;
   margin: 16px auto;
   text-align: center;
   letter-spacing: 5px;
   background-color: black;
   color: transparent;
   text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.1);
   -webkit-background-clip: text;
   -moz-background-clip: text;
   background-clip: text;
}

.error-404.not-found .error-text span {
   font-size: 130px;
}

.error-404.not-found h1.page-title {
   font-style: normal;
   font-weight: 700;
   font-size: 48px;
   line-height: 125%;
   letter-spacing: -.04em;
   background: linear-gradient(109.24deg, #24d2aa 0%, #448aff 80%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}

.error-description {
   font-size: 26px;
   max-width: 650px;
   margin: 0 auto;
   text-align: center;
   color: #fff;
}

.search-page-error {
   margin: 30px 0;
}

.asl_w_container.asl_w_container_1 {
   max-width: 620px;
   margin: auto;
}

#ajaxsearchlite1 .probox, div.asl_w .probox {
   display: flex;
   height: 37px;
   align-items: center;
   padding-right: 10px;
}

#ajaxsearchlite1 {
   height: 38px;
   border-radius: 20px;
   border: 1px solid rgb(68 138 255 / 50%);
   -webkit-box-shadow: 0px 0px 14px 4px rgb(68 138 255 / 30%);
   -moz-box-shadow: 0px 0px 14px 4px rgb(68 138 255 / 30%);
   box-shadow: 0px 0px 14px 4px rgb(68 138 255 / 30%);
}

#ajaxsearchlite1 .probox .proinput, div.asl_w .probox .proinput {
   font-size: 16px!important;
   padding: 0 10px;
}

div.asl_m .probox .proinput input {
   height: 34px;
   font-size: 16px!important;
}

div.asl_w .probox .proinput input.autocomplete {
   margin-top: -33px!important;
}

/* effects */

:root {
   --transition-hover: 1s;
}
/*----------------------------	NeoTech	----------------------------*/
@font-face {
   font-family: 'NeoTech';
   src: url('../fonts/NeoTech/NeoTech-BlackItalic.eot');
   src: local('NeoTech Black Italic'), local('NeoTech-BlackItalic'),
   url('../fonts/NeoTech/NeoTech-BlackItalic.eot?#iefix') format('embedded-opentype'),
   url('../fonts/NeoTech/NeoTech-BlackItalic.woff2') format('woff2'),
   url('../fonts/NeoTech/NeoTech-BlackItalic.woff') format('woff'),
   url('../fonts/NeoTech/NeoTech-BlackItalic.ttf') format('truetype');
   font-weight: 900;
   font-style: italic;
   font-display: swap;
}

@font-face {
   font-family: 'NeoTech';
   src: url('../fonts/NeoTech/NeoTech-Italic.eot');
   src: local('NeoTech Italic'), local('NeoTech-Italic'),
   url('../fonts/NeoTech/NeoTech-Italic.eot?#iefix') format('embedded-opentype'),
   url('../fonts/NeoTech/NeoTech-Italic.woff2') format('woff2'),
   url('../fonts/NeoTech/NeoTech-Italic.woff') format('woff'),
   url('../fonts/NeoTech/NeoTech-Italic.ttf') format('truetype');
   font-weight: normal;
   font-style: italic;
   font-display: swap;
}

@font-face {
   font-family: 'NeoTech';
   src: url('../fonts/NeoTech/NeoTech-BoldItalic.eot');
   src: local('NeoTech Bold Italic'), local('NeoTech-BoldItalic'),
   url('../fonts/NeoTech/NeoTech-BoldItalic.eot?#iefix') format('embedded-opentype'),
   url('../fonts/NeoTech/NeoTech-BoldItalic.woff2') format('woff2'),
   url('../fonts/NeoTech/NeoTech-BoldItalic.woff') format('woff'),
   url('../fonts/NeoTech/NeoTech-BoldItalic.ttf') format('truetype');
   font-weight: bold;
   font-style: italic;
   font-display: swap;
}

@font-face {
   font-family: 'NeoTech';
   src: url('../fonts/NeoTech/NeoTech-Medium.eot');
   src: local('NeoTech Medium'), local('NeoTech-Medium'),
   url('../fonts/NeoTech/NeoTech-Medium.eot?#iefix') format('embedded-opentype'),
   url('../fonts/NeoTech/NeoTech-Medium.woff2') format('woff2'),
   url('../fonts/NeoTech/NeoTech-Medium.woff') format('woff'),
   url('../fonts/NeoTech/NeoTech-Medium.ttf') format('truetype');
   font-weight: 500;
   font-style: normal;
   font-display: swap;
}

@font-face {
   font-family: 'NeoTech';
   src: url('../fonts/NeoTech/NeoTech-MediumItalic.eot');
   src: local('NeoTech Medium Italic'), local('NeoTech-MediumItalic'),
   url('../fonts/NeoTech/NeoTech-MediumItalic.eot?#iefix') format('embedded-opentype'),
   url('../fonts/NeoTech/NeoTech-MediumItalic.woff2') format('woff2'),
   url('../fonts/NeoTech/NeoTech-MediumItalic.woff') format('woff'),
   url('../fonts/NeoTech/NeoTech-MediumItalic.ttf') format('truetype');
   font-weight: 500;
   font-style: italic;
   font-display: swap;
}

@font-face {
   font-family: 'NeoTech';
   src: url('../fonts/NeoTech/NeoTech.eot');
   src: local('NeoTech'),
   url('../fonts/NeoTech/NeoTech.eot?#iefix') format('embedded-opentype'),
   url('../fonts/NeoTech/NeoTech.woff2') format('woff2'),
   url('../fonts/NeoTech/NeoTech.woff') format('woff'),
   url('../fonts/NeoTech/NeoTech.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
   font-display: swap;
}

@font-face {
   font-family: 'NeoTech';
   src: url('../fonts/NeoTech/NeoTech-Light.eot');
   src: local('NeoTech Light'), local('NeoTech-Light'),
   url('../fonts/NeoTech/NeoTech-Light.eot?#iefix') format('embedded-opentype'),
   url('../fonts/NeoTech/NeoTech-Light.woff2') format('woff2'),
   url('../fonts/NeoTech/NeoTech-Light.woff') format('woff'),
   url('../fonts/NeoTech/NeoTech-Light.ttf') format('truetype');
   font-weight: 300;
   font-style: normal;
   font-display: swap;
}

@font-face {
   font-family: 'NeoTech';
   src: url('../fonts/NeoTech/NeoTech-Black.eot');
   src: local('NeoTech Black'), local('NeoTech-Black'),
   url('../fonts/NeoTech/NeoTech-Black.eot?#iefix') format('embedded-opentype'),
   url('../fonts/NeoTech/NeoTech-Black.woff2') format('woff2'),
   url('../fonts/NeoTech/NeoTech-Black.woff') format('woff'),
   url('../fonts/NeoTech/NeoTech-Black.ttf') format('truetype');
   font-weight: 900;
   font-style: normal;
   font-display: swap;
}

@font-face {
   font-family: 'NeoTech';
   src: url('../fonts/NeoTech/NeoTech-LightItalic.eot');
   src: local('NeoTech Light Italic'), local('NeoTech-LightItalic'),
   url('../fonts/NeoTech/NeoTech-LightItalic.eot?#iefix') format('embedded-opentype'),
   url('../fonts/NeoTech/NeoTech-LightItalic.woff2') format('woff2'),
   url('../fonts/NeoTech/NeoTech-LightItalic.woff') format('woff'),
   url('../fonts/NeoTech/NeoTech-LightItalic.ttf') format('truetype');
   font-weight: 300;
   font-style: italic;
   font-display: swap;
}

@font-face {
   font-family: 'NeoTech';
   src: url('../fonts/NeoTech/NeoTech-Bold.eot');
   src: local('NeoTech Bold'), local('NeoTech-Bold'),
   url('../fonts/NeoTech/NeoTech-Bold.eot?#iefix') format('embedded-opentype'),
   url('../fonts/NeoTech/NeoTech-Bold.woff2') format('woff2'),
   url('../fonts/NeoTech/NeoTech-Bold.woff') format('woff'),
   url('../fonts/NeoTech/NeoTech-Bold.ttf') format('truetype');
   font-weight: bold;
   font-style: normal;
   font-display: swap;
}
/*----------------------------	END	----------------------------*/
.material-symbols-outlined {

}

.material-symbols-outlined {
   font-variation-settings:
   'FILL' 0,
   'wght' 400,
   'GRAD' 0,
   'opsz' 24
}

/* fonts */
@font-face {
   font-family: "Montserrat-Regular";
   /* src: url('../fonts/Montserrat/Montserrat-Regular.ttf'); */
   src: url('../fonts/Montserrat/Montserrat-Regular.ttf') format('truetype-variations'),
   url('../fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
   font-display: swap;
}

@font-face {
   font-family: "Montserrat-Medium";
   src: url('../fonts/Montserrat/Montserrat-Medium.ttf');
   font-display: swap;
}

@font-face {
   font-family: "Montserrat-Bold";
   src: url('../fonts/Montserrat/Montserrat-Bold.ttf');
   font-display: swap;
}

@font-face {
   font-family: "Roboto-Light";
   /* src: url('../fonts/Roboto/Roboto-Light.ttf'); */
   src: url('../fonts/Roboto/Roboto-Light.ttf') format('truetype-variations'),
   url('../fonts/Roboto/Roboto-Light.ttf') format('truetype');	
   font-display: swap;
}

@font-face {
   font-family: "Roboto-Medium";
   src: url('../fonts/Roboto/Roboto-Medium.ttf');
   font-display: swap;
}

@font-face {
   font-family: "Exo2-Regular";
   /* src: url('../fonts/Exo/Exo2-Regular.ttf'); */
   src: url('../fonts/Exo/Exo2-Regular.ttf') format('truetype-variations'),
   url('../fonts/Exo/Exo2-Regular.ttf') format('truetype');	
   font-display: swap;
}

@font-face {
   font-family: "Exo2-Medium";
   src: url('../fonts/Exo/Exo2-Medium.ttf');
   font-display: swap;
}

@font-face {
   font-family: "Exo2-SemiBold";
   src: url('../fonts/Exo/Exo2-SemiBold.ttf');
   font-display: swap;
}

@font-face {
   font-family: "Exo2-Bold";
   src: url('../fonts/Exo/Exo2-Bold.ttf');
   font-display: swap;
}

/*	general-animations */
.header-animation,
.header-animation__under {
   opacity: 0;
   transform: translateY(20px);
}

.header-animation.element-show {
   opacity: 1;
   transition: all 1s;
   transform: translateY(0%);
}

.header-animation__under.element-show__under {
   opacity: 1;
   transition: all 2s;
   transform: translateY(0%);
}

.from-left__text {
   opacity: 0;
   transform: translateX(-20px);
}

.from-left__text.text-show {
   opacity: 1;
   transition: all 1s;
   transform: translateX(0%);
}

.from-right__text {
   opacity: 0;
   transform: translateX(20px);
}

.from-right__text.text-show {
   opacity: 1;
   transition: all 1s;
   transform: translateX(0%);
}

.from-top__text {
   opacity: 0;
   transform: translateY(-20px);
}

.from-top__text.text-show {
   opacity: 1;
   transition: all 1s;
   transform: translateY(0%);
}

.from-bottomn__text {
   opacity: 0;
   transform: translateY(20px);
}

.from-bottomn__text.text-show {
   opacity: 1;
   transition: all 1s;
   transform: translateY(0%);
}

/*	general-animations END*/

/*	header ----------------------------------------------------*/
#navigation {

   display: flex;
   align-items: center;
   justify-content: center;
   width: 100%;
   padding: 0 20px;
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   color: var(--primary-color);
   background: #1a2046;
   border-bottom: 2px solid var(--line-color);
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   z-index: 201;
}

#navigation.sticky {
   position: fixed;
   top: 0;
   width: 100%;
   background: #1a2046;
   z-index: 999;
   will-change: transform, opacity;
   animation: movehead 0.7s 1 linear;
}

@keyframes movehead {
   from {
      top:-100px;
      animation-timing-function: ease-in;
  }
  /* 25% {top:-75px;animation-timing-function: ease-in;} */
  50% {
      top:-50px;
      animation-timing-function: ease-out;
  }
  /* 75% {top:-25px;animation-timing-function: ease-in;} */
  to {
      top:0;
      animation-timing-function: linear;
  }
}

.header__container {
   max-width: var(--desktop);
   display: flex;
   flex-direction: row;
   align-items: center;
   padding: 8px 0;
   gap: 20px;
}

.header__logo {
   display: flex;
   flex-direction: row;
   align-items: center;
   gap: var(--gap-medium);
}

.header__logo-img {
   width: 65px;
}

.header__logo-img img {
   width: 100%;
}

.header__logo-name {
   max-width: 120px;
   font-family: "Montserrat-Regular";
   font-size: 14px;
   letter-spacing: 0.01em;
   line-height: 1.12em;
}

.header__nav-menu-items ul {
   display: flex;
   flex-direction: row;
   gap: 20px;
   list-style: none;
   margin-bottom: 0;
}

.header__nav-menu-items li a {
   font-family: "Montserrat-Medium";
   font-size: 16px;
}

.header__nav-menu-items li a {
   color: var(--primary-color);
}

.header__nav-menu-items li:hover a {
   color: var(--accent-color);
   transition: var(--transition-hover);
}

.header__nav-menu-items li.menu-item.current-menu-item  a {
   color: var(--accent-color);
}

.menu-btn {
   display: none;
}
.open-menu {
   overflow: hidden;
}

.header__right-info {
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: space-between;
   gap: 30px;
}


.header__basket-img {
   display: flex;
   position: relative;
   align-items: center;
   justify-content: center;
   width: 45px;
   height: 45px;
   border-radius: 45px;
   background: linear-gradient(to bottom right,
      var(--left-gradient),
      var(--right-gradient));
   box-shadow: 0 0 10px 5px rgba(221, 221, 221, 0.25);
   cursor: pointer;
}

.header__basket-img img {
   height: 25px;
   padding-left: 1px;
   padding-bottom: 1px;
}

.header__basket-counter {}

.header__telephone-items {
   display: flex;
   gap: 20px;
}

.header__telephone-item {
   display: flex;
   flex-direction: column;
   font-family: "Montserrat-Medium";
   font-size: 100%;
   justify-content: center;
   align-items: flex-start;
   flex-wrap: wrap;
}
span.free__call {
    font-size: 14px;
    line-height: 1;
    font-family: 'Montserrat-Medium';
    color: #fff;
}
.header__telephone-item a {
   font-family: "Montserrat-Medium";
   font-size: 18px;
   color: #fff;
}

.header__telephone-item a:hover {
   color: var(--accent-color);
   transition: var(--transition-hover);
}
.header__telephone-item a small {
   font-size: 18px;
}

.whatsapp_social_img {
   width: 45px;
   height: auto;
}

.whatsapp_social_img img {
   border-radius: 50%;
   border: 1px solid #fff;
   padding: 2px;
   background: #fff;
   transition: all .3s;
}

.whatsapp_social_img img:hover {
   transform: scale(1.2);
}

/*	header END  -------------------------------------------------------*/

/*  content post single -----------------------------------------------*/

.wave-footer {
   display:  block;
   position: relative;
   width: 100%;
   height: 200px;
   background-image: url("../img/wave-footer.png");
   background-repeat: no-repeat;
   background-size: cover;
   background-position: bottom;
}

.waves {
   position: relative;
   width: 100%;
   height: 15vh;
   margin-bottom: -7px;
   min-height: 100px;
   max-height: 150px;
   z-index: 1;
}

.parallax>use {
   will-change: transform;
   animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
   will-change: transform;
   animation-delay: -2s;
   animation-duration: 7s;
}

.parallax>use:nth-child(2) {
   will-change: transform;
   animation-delay: -3s;
   animation-duration: 10s;
}

.parallax>use:nth-child(3) {
   will-change: transform;
   animation-delay: -4s;
   animation-duration: 13s;
}

.parallax>use:nth-child(4) {
   will-change: transform;
   animation-delay: -5s;
   animation-duration: 20s;
}

@keyframes move-forever {
   0% {
      transform: translate3d(-90px, 0, 0);
  }

  100% {
      transform: translate3d(85px, 0, 0);
  }
}

/*Shrinking for mobile*/
@media screen and (max-width: 768px), screen and (max-device-width: 768px) {
   .waves {
      height: 40px;
      min-height: 40px;
  }
}

@keyframes timing {
   100% {
      left: 100%;
      margin-left: -9.6em;
  }
}

.single article.post-conteiner {
   width: 100%;
   max-width: 1140px;
   margin: 0 auto;
   padding: 0 20px 30px;
}

.single-post .content-area {
   padding: 0;
}

.single-post .entry-content p {
   margin-bottom: 16px;
   font-style: normal;
   font-weight: 500;
   font-size: 20px;
   line-height: 120%;
   color: #37474F;
}

.single-post .entry-content figure.wp-block-image {
   margin: 30px 0;
   -webkit-box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.2);
   box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.2);
}

.single-post .entry-content ul li {
   margin-bottom: 10px;
   font-style: normal;
   font-weight: 500;
   font-size: 20px;
   line-height: 120%;
   color: #37474F;
}

/*  content post single End -------------------------------------------*/
/*  single post Start -------------------------------------------------*/
/* top heading block */
.single-post .title-wrapper {
   width: 100%;
   display: block;
   margin-top: 30px;
   padding: 30px 0;
   border-top: 1px solid #E2F1F8;
   animation: title 0.8s 1 linear;
}

.single-post .entry-meta-info {
   display: flex;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-between;
   align-items: stretch;
}

.single-post .entry-author {
   display: flex;
   height: 52px;
   gap: 10px;
   padding: 10px;
}

.single-post .author-block {
   display: flex;
   flex-direction: column;
   justify-content: flex-start;
   flex-wrap: wrap;
   align-items: flex-start;
   align-content: flex-start;
}

.single-post .author-avatar img {
   border-radius: 50%;
}

.single-post .author-block .author-name a {
   font-style: normal;
   font-weight: 600;
   font-size: 14px;
   line-height: 115%;
   color: #263238;
}

.single-post .author-block span.author-proff {
   font-style: normal;
   font-weight: 400;
   font-size: 12px;
   line-height: 100%;
   color: #90A4AE;
}

.single-post .entry-category {
   padding: 10px;
}

.single-post .entry-category span {
   padding-left: 10px;
   margin-right: -10px;
   color: #448AFF;
   font-size: 20px;
   vertical-align: middle;
   font-weight: 100;
}

.single-post .entry-category a {
   padding: 8px 16px;
   font-style: normal;
   font-weight: 500;
   font-size: 16px;
   line-height: 200%;
   color: #448AFF;
}

.single article.post-conteiner .entry-content {
   animation: content 0.7s 1 ease-in;
}

.single-post .post-thumbnail {
   width: 100%;
   margin-bottom: 32px;
   -webkit-box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.2);
   box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.2);
   animation: content 0.7s 1 ease-in;
}

.single-post .entry-content p a:not(.button) {
   display: inline-block;
   color: #448AFF;
   font-style: normal;
   font-weight: 500;
   font-size: 20px;
   line-height: 120%;
   background-image: linear-gradient(to top, #448AFF 0, #448AFF), linear-gradient(to top, rgba(0, 0, 0, .1)0, rgba(0, 0, 0, .1)0) !important;
}

/*  post-title */
.post-title-wrapper {
   text-align: center;
   margin-bottom: 16px;
}

h1.post-title.entry-title {
   font-style: normal;
   font-weight: 600;
   font-size: 40px;
   line-height: 120%;
   color: #263238;
   background: transparent;
   -webkit-background-clip: inherit;
   -webkit-text-fill-color: inherit;
}

/*  meta-list */
.single-post ul.entry-meta-list {
   list-style-type: none;
   margin: 0;
   display: flex;
   justify-content: space-between;
   align-items: center;
   flex-direction: row;
   flex-wrap: nowrap;
}

.single-post .entry-meta-list li {
   display: flex;
   flex-direction: row;
   gap: 10px;
   align-items: center;
}

.single-post .entry-meta-list .material-symbols-outlined {
   font-size: 16px;
   color: #90A4AE;
}

.single-post .entry-meta-list .entry-block {
   display: flex;
   flex-direction: column;
   align-items: stretch;
   font-style: normal;
   font-weight: 400;
   font-size: 14px;
   line-height: 115%;
   color: #90A4AE;
}

/* yandex share */
ul.ya-share2__list.ya-share2__list_direction_horizontal {
   display: flex;
   flex-direction: row;
   flex-wrap: nowrap;
   align-items: center;
   justify-content: center;
   gap: 10px;
}

.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
   height: 30px !important;
   width: 30px !important;
   background-repeat: no-repeat !important;
   background-size: 23px 23px !important;
}

/* reading time */
/*  single post End --------------------------------------------------*/
/*  post-navigation Start -------------------------------------------*/
nav.navigation.post-navigation {
   width: 100%;
   max-width: 1460px;
   margin: 0 auto;
   padding: 0 40px;
}

.post-navigation .nav-links {
   display: flex;
   padding: 40px 0;
   border-top: 1px solid #eee;
   justify-content: space-between;
   align-items: flex-start;
   align-content: flex-start;
   flex-direction: row;
   flex-wrap: wrap;
}

.nav-links span.nav-subtitle {
   display: inline-block;
   font-weight: 700;
   line-height: 132%;
   margin-bottom: 0.625rem;
   font-size: .75rem;
   text-transform: uppercase;
   letter-spacing: 2px;
   color: #999;
}

.nav-links>div {
   width: 50%;
}

.post-navigation .nav-previous,
.post-navigation .nav-previous a {
   text-align: left;
   margin-right: auto;
}

.post-navigation .nav-next,
.post-navigation .nav-next a {
   text-align: right;
   margin-left: auto;
}

.nav-next .nav-subtitle:after {
   content: '\e5c4';
   transform: rotate(180deg);
   display: inline-block;
   margin-left: 10px;
   font-family: 'Material Icons';
   font-size: 14px;
   font-variation-settings: 'FILL' 0, 'wght' 500, 'GRAD' 0, 'opsz' 48;
   color: #999;
   vertical-align: baseline;
   transition-delay: .1s;
}

.nav-previous .nav-subtitle:before {
   content: '\e5c4';
   display: inline-block;
   margin-right: 10px;
   font-family: 'Material Icons';
   font-size: 14px;
   font-variation-settings: 'FILL' 0, 'wght' 500, 'GRAD' 0, 'opsz' 48;
   color: #999;
   vertical-align: middle;
   transition-delay: .1s;
}

.nav-previous .nav-subtitle:hover:before {
   margin-right: 5px;
}

.nav-next .nav-subtitle:hover:after {
   margin-left: 5px;
}

.nav-links .nav-title {
   display: block;
   font-weight: 600;
   font-size: 20px;
   line-height: 132%;
   color: #263238;
}

.quote-card {
    display: block;
    margin: 30px 0;
    padding: 16px 32px;
    border-radius: 8px;
    background-image: url('../img/paper.webp');
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(41, 41, 41, 0.2);
    -moz-box-shadow: 0px 4px 8px 0px rgba(41, 41, 41, 0.2);
    box-shadow: 0px 4px 8px 0px rgba(41, 41, 41, 0.2);
}

.quote-card .entry-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.quote-block {
    width: 100%;
}

.expert-image {
    display: block;
}

.expert-image figure {
    width: 128px;
    border-radius: 50%;
    box-shadow: 0px 0px 12px 4px rgb(41 41 41 / 40%);
    overflow: hidden;
}

h2.quote-title {
    display: flex;
    margin: 0;
    justify-content: center;
    font-size: initial;
    text-align: initial;
    font-weight: initial;
    line-height: initial;
}

h2.quote-title a {
    padding: 4px 10px;
    margin-bottom: 0;
    font-size: 24px;
    color: #23292e;
    font-family: 'Montserrat-Medium';
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 3px;
    background-image: linear-gradient(to top, #263238 0, #263238), linear-gradient(to top, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .1) 0) !important;
    background-position: left bottom, left bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 0 1px, 100% 1px;
    transition: none 300ms ease-in-out;
    transition-property: background-size, color;
    z-index: 1;
}

h2.quote-title a:hover {
    background-size: 100% 1px, 100% 1px;
}

blockquote.quote-content {
    position: relative;
    padding: 10px 10px 0;
    margin: 0;
    color: #23292e;
    border-radius: 6px;
}

blockquote.quote-content p:first-letter {
    font-size: 28px;
    font-weight: bold;
}

cite.author-name a {
    display: block;
    text-align: right;
    font-size: 28px;
    font-weight: 600;
    font-style: normal;
}
body.single .post footer.entry-meta.quote-author {
    margin-top: .75rem;
}


@media (min-width: 551px) and (max-width: 1024px) {
cite.author-name a {
    font-size: 24px;
}
}

@media (max-width: 550px) {
.quote-card .entry-content {
    flex-direction: column;
    gap: 10px;
}
.quote-block {
    text-align: center;
}
cite.author-name a {
    font-size: 18px;
}
}

/*  entry-meta */
body.single .post footer.entry-meta {
   margin-top: 3.75rem;
   padding: 0;
}

body.single .post footer.entry-meta .post_tags {
   text-align: center;
}

body.single .post footer.entry-meta .post_tags a {
   color: #000;
   background-color: #fff;
   border: 2px solid #e1e1e1;
   padding: 0.5rem 0.75rem 0.375rem 0.625rem;
   margin: 0 0.625rem 0.625rem 0;
   display: inline-block;
   font-size: .8125rem !important;
   line-height: 1.2;
   font-weight: 400;
   transition: all .3s ease;
}

body.single .post footer.entry-meta .post_tags a:before {
   background-color: #e1e1e1;
   content: "";
   width: 5px;
   height: 5px;
   margin-right: 0.5rem;
   margin-bottom: 0.05rem;
   display: inline-block;
   border-radius: 50%;
}

body.single .post footer.entry-meta .post_tags a:hover {
   border-color: #263238;
   color: #fff;
   background-color: #263238;
}

/*  entry-meta END */
/*  post-navigation End -------------------------------------------*/
/*  content  ----------------------------------------------------------*/
.site-content-inner {
   height: auto;
   width: 100%;
   padding: 0;
   margin: 0;
   display: block;

}

.full-width-page.content-area {
   padding: 100px 0;
}

.full-width-page .entry-content {
   padding-top: 0;
}

/* content conteiner Start */
article.page {
   width: 100%;
   max-width: 1024px;
   margin: 0 auto;
}

.page-boxed article.page {
   width: 100%;
   max-width: 1440px;
   margin: 0 auto;
}

.page-boxed-text article.page {
   width: 100%;
   max-width: 1024px;
   margin: 0 auto;
}

.full-width-page article.page {
   max-width: 100%;
}

article.page>.entry-content {
   display: block;
   margin: 0 auto;
   width: 100%;
   will-change: transform, opacity;
   animation: content 0.7s 1 ease-in; 
}

@keyframes content {
   from {
      opacity: 0.1;
      transform: translateY(100px);
      animation-timing-function: ease-in;
  }
  /* 25% {top:-75px;animation-timing-function: ease-in;} */
  50% {
      opacity: 0.5;
      transform: translateY(50px);
      animation-timing-function: ease-out;
  }
  /* 75% {top:-25px;animation-timing-function: ease-in;} */
  to {
      opacity: 1;
      transform: translateY(0);
      animation-timing-function: ease-out;
  }
}

/* content conteiner END */
/* shop content  ----------------------------------------------------------*/
.main-shop-container article.page {
  width: 100%;
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 20px;
}
/* shop content end -------------------------------------------------------*/
.page-boxed-text header.entry-header {
   margin-bottom: 32px;
}

article.page>.entry-header {
   padding: 25px 0 15px;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   flex-wrap: wrap;
   box-sizing: inherit;
   text-align: center;
   will-change: transform, opacity;
   animation: heading 0.8s 1 linear;
   animation-fill-mode: forwards;
}

@keyframes heading {
   from {
      opacity: 0.1;
      transform: translateY(-100px);
      animation-timing-function: ease-in;
      border-bottom: none;
  }
  /* 25% {top:-75px;animation-timing-function: ease-in;} */
  50% {
      opacity: 0.5;
      transform: translateY(-50px);
      animation-timing-function: ease-out;
  }
  /* 75% {top:-25px;animation-timing-function: ease-in;} */
  to {
      opacity: 1;
      transform: translateY(0);
      animation-timing-function: ease-out;
      border-bottom: 1px solid #cbdae8;
  }
}

article.page>.entry-header>.entry-title {
   font-style: normal;
   font-weight: 700;
   font-size: 48px;
   line-height: 125%;
   letter-spacing: -.04em;
   background: linear-gradient(109.24deg, #24d2aa 0%, #448aff 80%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}

article .entry-content p {
   font-family: 'Exo2-Regular', sans-serif;
   font-size: 20px;
   line-height: 1.25;
   font-weight: normal;
   letter-spacing: normal;
   margin-bottom: 10px;
}

article .entry-content ol li {
   margin: 10px 0 10px 20px;
   font-weight: 600;
   color: inherit;
   text-rendering: optimizeLegibility;
   font-size: 18px;
   line-height: 1.5;
   list-style-type: decimal;
   list-style-position: outside;

}
.single-post article .entry-content ol {
   margin-left: 15px;
}
.single-post article .entry-content ol li {
   font-style: normal;
   font-weight: 500;
   font-size: 20px;
   line-height: 120%;
   color: #37474F;
}
.entry-content ul {
   padding-left: 1.5rem;
   margin-left: 1.5rem;
   line-height: 1.6;
   margin-bottom: 1rem;
}

.entry-content ul li {
   font-size: 20px;
   line-height: 1.5;
   list-style-type: disc;
   list-style-position: outside;
}

.entry-content p a:not(.button) {
   display: inline-block;
   color: var(--text-color);
   background-image: linear-gradient(to top, #263238 0px, #263238 0px), linear-gradient(to top, rgba(38, 50, 56, 0.1) 0px, rgba(38, 50, 56, 0.1) 0px);
   font-weight: 400;
   font-size: 20px;
   text-align: center;
   background-position: left bottom, left bottom;
   background-repeat: no-repeat, no-repeat;
   background-size: 0 1px, 100% 1px;
   transition: none 300ms ease-in-out;
   transition-property: background-size, color;
}

.entry-content p a:not(.button):hover {
   background-size: 100% 1px, 100% 1px;
}

.entry-content li a:not(.button, .one-click-button) {
   display: inline-block;
   color: var(--text-color);
   background-image: linear-gradient(to top, #263238 0px, #263238 0px), linear-gradient(to top, rgba(38, 50, 56, 0.1) 0px, rgba(38, 50, 56, 0.1) 0px);
   font-weight: 400;
   font-size: 16px;
   background-position: left bottom, left bottom;
   background-repeat: no-repeat, no-repeat;
   background-size: 0 1px, 100% 1px;
   transition: none 300ms ease-in-out;
   transition-property: background-size, color;
   word-wrap: break-word;
}

.page-template-page-boxed-text .entry-content li a:not(.button) {
   font-size: 20px;
}

.entry-content ol li a:not(.button) {
   font-size: 18px;
}

.entry-content li a:not(.button, .one-click-button):hover {
   background-size: 100% 1px, 100% 1px;
}

.entry-content .number-list li {
   list-style-type: decimal;
   padding-left: 5px;
}

.has-text-align-center {
   text-align: center;
   margin: 10px 0;
}

.wp-block-heading {
   margin: 15px 0;
}

.table-img table {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
}

.table-img tr {
   display: flex;
   justify-content: center;
   align-items: center;
   gap: 40px;
}

/*  Клинические исследования */
#post-17 .entry-header {
   display: none;
}

.file-atth object.wp-block-file__embed {
   margin-bottom: 50px;
}

.file-atth {
   text-align: center;
}

.file-atth a {
   display: inline-flex;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   text-align: center;
   margin-right: 20px;
   padding: 12px;
   font-size: 24px;
   font-weight: 500;
}

.file-atth a.wp-block-file__button.wp-element-button {
   padding: 10px 20px;
   max-height: 48px;
   text-align: center;
   font-family: 'Exo 2';
   font-style: normal;
   font-weight: 700;
   font-size: 16px;
   line-height: 128%;
   color: #ffffff;
   background: linear-gradient(109.24deg, #24D2AA 0%, #448AFF 80%);
   border: 1px solid #FFFFFF;
   border-radius: 8px;
}

/*  content END -------------------------------------------------------*/

/*	footer ------------------------------------------------------------*/

footer.footer-site {
   position: relative;
   padding-top: 180px;
   overflow: hidden;
}

.footer-wrapper {
   background-color: var(--primary-color);
   position: relative;
   z-index: 11;
   width: 100%;
   padding-bottom: 20px;
}

.home .footer-wrapper {
   background-color: var(--main-color);
   position: relative;
   z-index: 11;
}

.footer-wrapper>svg {
   position: absolute;
   bottom: 0;
}

.footer__container {
   max-width: 1570px;
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   margin: 0 auto;
   height: 100%;
   padding: 20px 0;
   position: relative;
   z-index: 10;
   flex-wrap: wrap;
}

.footer-svg {
   width: 100%;
}

.viewBox {
   width: 100%;
}

.footer-site .gooey-animations {
   position: absolute;
   width: 100%;
   height: 100%;
   bottom: 0;
   filter: url("#goo");
   top: 0px;
}

.footer-site .gooey-animations::after {
   content: "";
   position: absolute;
   left: 0;
   bottom: -1px;
   width: 100%;
   height: 490px;
   clip-path: url("#wave");
   background-color: #151a3b;
}

.footer-site .ball {
   width: 100px;
   height: 100px;
   border-radius: 50%;
   background-color: #42307c;
   position: absolute;
   animation: up 5s cubic-bezier(0.18, 0.89, 0.32, 1.28) infinite;
}

@keyframes up {
   0% {
      bottom: 0px;
      width: 100px;
      height: 100px;
  }

  50% {
      bottom: 480px;
  }

  100% {
      bottom: 0px;
      width: 0px;
      height: 0px;
  }
}

@keyframes up-small {
   0% {
      bottom: 0px;
      width: 100px;
      height: 100px;
  }

  50% {
      bottom: 150px;
  }

  100% {
      bottom: 0px;
      width: 0px;
      height: 0px;
  }
}
#menu-footer li a {
   font-family: 'Exo2-Regular';
   font-size: 18px;
   color: var(--accent-color);
   line-height: 30px;
}

#menu-footer li a:hover {
    text-decoration: underline;
    color: var(--primary-color);
}

#menu-footer li.current-menu-item a {
    color: var(--primary-color);
}

#menu-footer li.menu-item.current-menu-item a:hover {
   text-decoration: inherit;
}

body .footer__container-center-content {
   padding-top: 90px;
   margin: 0;
}

body .footer__container-center-content ul {
   list-style: none;
   display: grid;
   grid-template-columns: auto auto;
   grid-template-rows: repeat(1, 1fr);
   grid-gap: 10px 20px;
   margin: 0 auto;
}

body .footer-site .right-content__input {
   width: 100%;
   height: 60px;
   border: none;
   border-radius: 15px;
   font-family: "Roboto-Light";
   font-size: 18px;
   color: #9da0b8;
   padding-left: 18px;
   margin: 0 0 10px !important;
}

.wpcf7 .wpcf7-submit:not(disabled) {
    cursor: pointer;
}

.footer__container-right-content .wpcf7-list-item {
   margin: 0 0 0 5px;
}

body .footer__container-right-content .wpcf7-list-item label {
   display: flex;
   flex-direction: row;
   flex-wrap: nowrap;
   align-items: flex-start;
   margin-top: 10px;
}

body .footer__container-right-content .wpcf7-list-item-label {
   margin-left: 10px;
   line-height: 100%;
   font-family: "Roboto-Light";
   font-size: 18px;
   color: #3c4165;
}

body .footer__container-right-content .wpcf7-list-item-label a {
   font-family: "Roboto-Light";
   font-size: 18px;
   line-height: 100%;
   color: #3c4165;
}

.footer__container-left-content {
   width: 345px;
   padding: 0 10px;
}

.footer__container time {
   display: block;
}

.left-content__logo {
   padding-bottom: 10px;
}

.left-content__name-company {
   font-family: "Roboto-Light";
   font-size: 18px;
   color: var(--primary-color);
   padding-bottom: 10px;
}

.left-content__contacts {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    font-family: "Roboto-Medium";
    font-size: 28px;
    height: auto;
}

.left-content__contacts a {
   display: block;
   font-size: 26px;
   font-weight: 600;
   color: var(--accent-color);
}

.left-content__email {
   font-family: "Roboto-Light";
   font-size: 18px;
   padding-left: 4px;
   margin-bottom: 24px;
}

.left-content__email a {
   font-size: 24px;
   color: var(--accent-color);
}

.left-content__social {
   display: flex;
   flex-direction: row;
   gap: 20px;
   align-items: center;
   justify-content: space-between;
   max-width: 325px;
   min-width: 220px;
}
.left-content__social-img img {
   border-radius: 50%;
   border: 1px solid #fff;
   padding: 2px;
   background: #fff;
}
.footer__container-right-content {
   display: flex;
   flex-direction: column;
   max-width: 420px;
   padding: 93px 10px 10px;
}

.right-content__description {
   font-family: "Roboto-Light";
   font-size: 18px;
   color: var(--primary-color);
   margin-bottom: 25px;
}

.right-content__input {
   width: 98%;
   height: 60px;
   border: none;
   border-radius: 15px;
   font-family: "Roboto-Light";
   font-size: 18px;
   color: #9da0b8;
   padding-left: 18px;
   margin-bottom: 10px;
}

.right-content__form-checkbox {
   margin-bottom: 31px;
}

.right-content__checkbox-label {
   font-family: "Roboto-Light";
   font-size: 18px;
   color: #3c4165;
   display: flex;
   align-items: center;
   gap: 8px;
   border-radius: 8px;
   transform: scale(1.7);
   -ms-transform: scale(1.7);
   -moz-transform: scale(1.7);
   -webkit-transform: scale(1.7);
   -o-transform: scale(1.7);

}

.right-content__checkbox-input {
   width: 25px;
   height: 40px;
   display: block;
}

body .footer__container-right-content .right-content__btn {
   margin-top: 30px;
   background: linear-gradient(to bottom right,
      var(--left-gradient),
      var(--right-gradient));
   border: none;
   width: 230px;
   height: 60px;
   border-radius: 10px;
   font-family: "Montserrat-Bold";
   font-size: 20px;
   color: var(--primary-color);
}
/*	footer END*/

/* questions */
.questions__container {
   width: 100%;
   margin: 40px 0 20px;
   padding: 0;
   display: flex;
   flex-direction: column;
   flex-wrap: wrap;
   justify-content: space-between;
   align-content: flex-start;
   gap: 40px;
}

@media (max-width: 1385px) {
   .questions__container {
      flex-direction: column;
  }
  .questions__container .faq {
      flex: none;
      width: 100%;
  }
}

.questions__tabs {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: center;
   gap: 40px;
}

.questions__tabs .tab-button {
   padding: 6px;
   background: #F3F7FB;
   border-radius: 8px;
   cursor: pointer;
}

.questions__tabs .tab-button span {
   display: block;
   line-height: 18px;
   padding: 10px 16px;
   font-size: 16px;
   font-family: 'Exo2-SemiBold';
}

.questions__tabs .tab-button.active span {
   background: #fff;
}

.tab-button.active {
   color: #24d2aa;
}



#tab2 .gradient-text {
   background: linear-gradient(109.24deg, #2983EC 0%, #2BD195 100%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   background-clip: text;
   text-fill-color: transparent;
}

.questions__header h2 {
   font-family: "Exo2-Bold";
   font-size: 48px;
   font-weight: 700;
   line-height: 48px;
   letter-spacing: normal;
   text-align: center;
   margin: 0 auto;
   min-height: 112px;
   max-width: 928px;
   border-bottom: 1px solid #c1d5e0;
}

.questions__content {
   display: none;
}

.questions__content.active {
   display: block;
}

.questions__container .faq {
   flex: 1;
}

.accordion {
   width: 100%;
   margin: 0 auto;
   padding: 0 10px;
}

.accordion-item {
   margin: 0 0 10px;
   background: none;
   border-bottom: 1px solid #ccc;
   overflow: hidden;
}

.accordion-item__title {
   display: block;
   position: relative;
   padding: 20px 30px 10px 10px;
   cursor: pointer;
   font-family: "Exo2-SemiBold";
   font-size: 24px;
   font-weight: 600;
   line-height: 32px;
   letter-spacing: 0.01em;
   text-align: left;
}

.accordion-item__content {
   max-height: 0;
   overflow: hidden;
   transition: max-height 0.75s ease-out;
}

.accordion-item__content p {
   transition: max-height 0.75s ease-out;
}

.page .accordion-item__content p,
.page .questions__text-wrapper-item2 {
   font-family: "Exo2-Regular";
   padding: 20px 15px 20px 30px;
   text-align: left;
   font-weight: 400;
   font-size: 20px;
   line-height: 125%;
   letter-spacing: 0.5px;
   color: #23292E;
}

.questions__text-wrapper-item2 {
   display: flex;
   flex-direction: column;
   gap: 10px;
}

input[type="checkbox"]:checked+.accordion-item__title+.accordion-item__content {
   max-height: 1000px;
   transition: max-height 1s ease-in;
}

.questions__text-wrapper-item2 {
   font-family: "Exo2-Regular";
   font-size: 18px;
   line-height: 1.5;
}

.line-item2__number {
   margin-right: 10px;
}

.item-3__btn {
   width: 100%;
   max-width: 250px;
   border-radius: 8px;
   padding: 12px 0;
   font-family: "Exo2-Regular";
   font-style: normal;
   font-weight: 700;
   font-size: 16px;
   border: 2px solid skyblue;
   background: none;
   margin: 10px auto;
   display: block;
   cursor: pointer;
   color: black;
}

.item-4__link {
   display: block;
   text-align: center;
}

.accordion-item__title::after {
   content: '';
   position: absolute;
   box-sizing: border-box;
   display: inline-block;
   vertical-align: middle;
   height: 12px;
   width: 12px;
   font-size: inherit;
   right: 10px;
   top: 50%;
   z-index: 9;
   bottom: 2px;
   border-style: solid;
   border-width: 0 2px 2px 0;
   -webkit-transform: rotate(45deg) translate(-25%, -25%);
   transform: rotate(45deg);
   transition: all 1s ease-in-out;
   border-color: #666;
}

input[type="checkbox"]:checked+.accordion-item__title::after {
   transition: 1s;
   transform: rotate(225deg);
}

.accordion-item__animation {
   opacity: 0;
   transform: translateX(20px);
}

.accordion-item__animation.show-accordion {
   opacity: 1;
   transition: all 1s;
   transform: translateX(0%);
}

.accordion-btn__animation {
   opacity: 0;
   transform: translateY(20px);
}

.item-3__btn.accordion-btn__animation {
   display: flex;
   flex-direction: row;
   flex-wrap: nowrap;
   align-items: center;
   justify-content: center;
}

.accordion-btn__animation.show-accordion-btn {
   margin-bottom: 30px;
   opacity: 1;
   transition: all 1s;
   transform: translateY(0%);
}

.accordion-item__reverse-animation {
   opacity: 0;
   transform: translateX(-20px);
}

.accordion-item__reverse-animation.show-reverse-accordion {
   opacity: 1;
   transition: all 1s;
   transform: translateX(0%);
}

.line-item2 {
   display: inline-flex;
   flex-direction: row;
   flex-wrap: wrap;
}

.page .questions__text-wrapper-item2 .line-item2 p {
   padding: 0;
   margin: 0;
}

/* Контакты */
.contacts {
   display: grid;
   align-items: start;
   gap: 24px;
}

.contacts__block {
   display: grid;
   align-items: start;
   gap: 64px;
   margin-bottom: 56px;
}

.stores-city h3 {
   font-size: 24px;
   color: #23292e;
   text-align: left;
   font-style: normal;
   font-weight: 600;
   line-height: 120%;
   margin-bottom: 15px;
}

.stores__div {
   display: grid;
   grid-template-columns: 288px 1fr;
   gap: 60px;
   margin-bottom: 32px;
}
.stores__div .stores__img {
   display: flex;
   flex-direction: column;
   justify-content: center;
}
.stores__img img {
   border-radius: 12px;
}

body.page .stores-adress p {
   display: block;
   margin-bottom: 8px;
}

.stores-tel a[href^="tel:"] {
   color: var(--text-color);
   background-image: linear-gradient(to top, #263238 0px, #263238 0px), linear-gradient(to top, rgba(38, 50, 56, 0.1) 0px, rgba(38, 50, 56, 0.1) 0px);
   font-weight: 400;
   font-size: 20px;
   letter-spacing: 0.5px;
   line-height: 1.5;
   background-position: left bottom, left bottom;
   background-repeat: no-repeat, no-repeat;
   background-size: 0 1px, 100% 1px;
   transition: none 300ms ease-in-out;
   transition-property: background-size, color;
   word-wrap: break-word;
}

.stores-tel a[href^="tel:"]:hover {
   background-size: 100% 1px, 100% 1px;
}
.entry-content .contact-form p a:not(.button) {
   font-size: 17px;
}
.stores-map {
   display: block;
   width: 100%;
   min-height: 400px;
   background-image: url('/wp-content/themes/aquator/assets/img/road-yandex-map.webp');
   background-size: contain;
   background-repeat: no-repeat;
   overflow: hidden;
   position: relative;
}

.requisites__block {
   display: grid;
   grid-template-columns: 525px 1fr;
   gap: 60px;
}

.requisites h2 {
   margin-bottom: 32px;
}

body.page .requisites p {
   margin-bottom: 5px;
}

.requisites>p:nth-child(13) {
   margin-bottom: 20px !important;
}

.wpcf7-list-item label {
   cursor: pointer;
}

.contact-form input[type="submit"]:not(disable) {
   cursor: pointer;
}

/*  contact form */
.contact-form label {
   display: block;
   padding: 0.25rem 0 0.5rem;
   font-family: 'Exo2-Regular';
   font-style: normal;
   font-weight: 600;
   font-size: 18px;
   line-height: 132%;
   color: #63686D;
}

.wpcf7-form-control-wrap {
   display: block;
}

.contact-form input {
   outline: none;
   width: 100%;
   margin: 4px 0 0 !important;
   padding: 12px 12px 12px 8px;
   max-height: 40px;
   background: #FFFFFF;
   border-radius: 8px;
   color: #23292E;
   font-weight: 300;
   font-size: 18px;
   line-height: 115%;
   border: 1px solid rgba(203, 218, 232, 1);
}

select.wpcf7-form-control.wpcf7-select {
   outline: none;
   width: 100%;
   margin: 4px 0 0 !important;
   padding: 7px 12px 8px 8px;
   max-height: 40px;
   background: #FFFFFF;
   border-radius: 8px;
   color: #23292E;
   font-weight: 300;
   font-size: 18px;
   line-height: 115%;
   border: 1px solid rgba(203, 218, 232, 1);
}

.contact-form textarea {
   width: 100%;
   max-height: 90px;
   margin: 4px 0 0 !important;
   padding: 12px 12px 12px 8px;
   resize: none;
   outline: none;
   background: #FFFFFF;
   border-radius: 8px;
   color: #23292E;
   font-weight: 300;
   font-size: 18px;
   line-height: 115%;
   border: 1px solid rgba(203, 218, 232, 1);
}

.contact-form .wpcf7-list-item {
   margin: 0;
}

.contact-form input[type="submit"] {
   outline: none;
   display: block;
   width: 100%;
   font-size: 18px;
   text-transform: none;
   font-weight: 300;
   background: #FFFFFF;
   padding: 14px;
   max-height: 48px;
   border-radius: 8px;
   border: 1px solid rgba(204, 204, 204, 0.5);
   -webkit-box-shadow: 0px 4px 15px 0px rgba(204, 204, 204, 0.8);
   -moz-box-shadow: 0px 4px 15px 0px rgba(204, 204, 204, 0.8);
   box-shadow: 0px 4px 15px 0px rgba(204, 204, 204, 0.8);
}

.contact-form input[type="checkbox"] {
   width: inherit;
}

.contact-form .wpcf7-list-item-label {
   margin-left: 10px;
   font-family: 'Exo2-Regular';
   font-weight: 400;
   font-size: 18px;
   line-height: 100%;
   color: #23292E;
}

/*  input    */
.contact-form input[placeholder]::-webkit-input-placeholder {
   /* WebKit, Blink, Edge */
   color: #9DB1C4;
}

.contact-form input[placeholder]:-moz-placeholder {
   /* Mozilla Firefox 4 to 18 */
   color: #9DB1C4;
   opacity: 1;
}

.contact-form input[placeholder]::-moz-placeholder {
   /* Mozilla Firefox 19+ */
   color: #9DB1C4;
   opacity: 1;
}

.contact-form input[placeholder]:-ms-input-placeholder {
   /* Internet Explorer 10-11 */
   color: #9DB1C4;
}

.contact-form input[placeholder]::-ms-input-placeholder {
   /* Microsoft Edge */
   color: #9DB1C4;
}

.contact-form input[placeholder]::placeholder {
   color: #9DB1C4;
}

/*  textarea    */
.contact-form textarea[placeholder]::-webkit-input-placeholder {
   /* WebKit, Blink, Edge */
   color: #9DB1C4;
}

.contact-form textarea[placeholder]:-moz-placeholder {
   /* Mozilla Firefox 4 to 18 */
   color: #9DB1C4;
   opacity: 1;
}

.contact-form textarea[placeholder]::-moz-placeholder {
   /* Mozilla Firefox 19+ */
   color: #9DB1C4;
   opacity: 1;
}

.contact-form textarea[placeholder]:-ms-input-placeholder {
   /* Internet Explorer 10-11 */
   color: #9DB1C4;
}

.contact-form textarea[placeholder]::-ms-input-placeholder {
   /* Microsoft Edge */
   color: #9DB1C4;
}

.contact-form textarea[placeholder]::placeholder {
   color: #9DB1C4;
}

.contact-form input:hover,
.contact-form select:hover,
.contact-form textarea:hover {
   border: 1px solid rgba(43, 209, 149, 0.5);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
   border: 1px solid rgba(43, 209, 149, 0.5);
}

.contact-form input:target,
.contact-form select:target,
.contact-form textarea:target {
   border: 1px solid rgba(43, 209, 149, 0.5);
}

.contact-form input:active,
.contact-form select:active,
.contact-form textarea:active {
   border: 1px solid rgba(43, 209, 149, 0.5);
}

.contact-form input:focus-visible,
.contact-form select:focus-visible,
.contact-form textarea:focus-visible {
   border: 1px solid rgba(43, 209, 149, 0.5);
}

/* База знаний - blog */
.blog-listing>.entry-header {
   padding: 25px 0 15px;
   margin-bottom: 10px;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-flow: column wrap;
   box-sizing: inherit;
   border-bottom: 1px solid #cbdae8;
   text-align: center;
   animation: heading 0.8s 1 linear;
}

.blog-listing>.entry-header>.entry-title {
   font-style: normal;
   font-weight: 700;
   font-size: 48px;
   line-height: 125%;
   letter-spacing: -.04em;
   background: linear-gradient(109.24deg, #24d2aa 0%, #448aff 80%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}

.archive-description img.emoji {
    display: inline-block;
    max-width: 16px;
    margin-bottom: -3px;
}

.blog-listing>.entry-header>.entry-title span {
   margin-left: 5px;
}

ul#menu-sidebar-nav {
    display: flex;
    margin-top: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    gap: 40px;
    list-style-type: none;
}
ul#menu-sidebar-nav li {
    padding: 6px;
    background: #F3F7FB;
    border-radius: 8px;
    cursor: pointer;
}
ul#menu-sidebar-nav li a {
    display: block;
    line-height: 18px;
    padding: 10px 16px;
    font-size: 16px;
    font-family: 'Exo2-SemiBold';
}
ul#menu-sidebar-nav li.current-menu-item a {
    background: #fff;
    color: #24d2aa;
}

.grid-x.grid-margin-x {
   width: 100%;
   padding: 42px 0;
   margin: 0;
}

.cell {
   display: grid;
   margin: 0;
   padding: 0;
}

.blog-articles {
   display: grid;
   gap: 80px;
   justify-items: start;
   align-items: start;
   justify-content: start;
}

.blog-articles span.entry-date {
   display: none;
}

.blog-listing {
   padding: 0 130px;
}

.blog-wrapper {
   display: flex;
   flex-direction: row;
   gap: 70px;
   justify-content: space-between;
   align-items: flex-start;
   animation: content 0.7s 1 ease-in;
}

.large-9.site-main-content-wrapper {
   width: 75%;
}

.large-3.right-sidebar-wrapper {
   width: 25%;
   max-width: 390px;
}

.blog-articles article.post {
   display: flex;
   flex-direction: row;
   justify-content: flex-start;
   align-items: stretch;
   opacity: 1;
   transition: opacity 1.6s cubic-bezier(0.5, 0, 0, 1) 0s;
   -webkit-box-shadow: 4px 16px 40px 0px rgba(193, 193, 193, 0.35);
   -moz-box-shadow: 4px 16px 40px 0px rgba(193, 193, 193, 0.35);
   box-shadow: 4px 16px 40px 0px rgba(193, 193, 193, 0.35);
}

.blog-articles .entry-thumbnail {
   width: 60%;
   align-self: flex-start;
   vertical-align: middle;
}

.blog-articles .entry-content-wrap {
   width: 40%;
}

.blog-articles .entry-thumbnail a {
   overflow: hidden;
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.entry-thumbnail figure {
   width: 100%;
   height: 100%;
   object-fit: cover;
   object-position: center center;
}

.blog-articles .entry-thumbnail .image-holder {
   position: relative;
}

.blog-articles .entry-thumbnail .image-holder img {
   display: block;
   width: 100%;
   height: auto;
   -webkit-transform: none;
   transform: none;
   transition: opacity 1s;
}

.blog-articles .entry-content-wrap {
   display: flex;
   padding: 8px 24px 12px;
   flex-direction: column;
   justify-content: space-between;
}

.blog-listing .blog-articles .meta-categories {
   font-style: normal;
   font-weight: 500;
   font-size: 14px !important;
   line-height: 115%;
   color: #448AFF;
}

.blog-listing .blog-articles .entry-title {
   margin: 8px 0;
   font-style: normal;
   font-weight: 600;
   font-size: 20px;
   line-height: 132%;
}

.blog-listing .blog-articles .entry-title a {
   font-style: normal;
   font-weight: 600;
   font-size: 20px;
   line-height: 132%;
}

.blog-listing .blog-articles .post .entry-content {
   margin-bottom: auto;
}

.blog-listing .blog-articles .post .entry-content p {
   font-style: normal;
   font-weight: 500;
   font-size: 16px;
   line-height: 145%;
   color: #37474F;
   opacity: 0.8;
}

.blog-listing .blog-articles .post .entry-content p a {
   display: inline-block;
   margin-left: 10px;
   font-style: normal;
   font-weight: 600;
   font-size: 16px;
   line-height: 125%;
   color: #37474F;
   opacity: 1;
}

.blog-listing .blog-articles .post .entry-content-bottom {
   display: flex;
   justify-content: flex-start;
   align-items: center;
   padding-top: 14px;
   border-top: 1px solid #E2F1F8;
}

.blog-listing .author-avatar img {
   border-radius: 50%;
   margin-right: 8px;
}

.blog-listing .author-block span {
   display: block;
   margin-right: auto;
}

.blog-listing .entry-content-bottom .author-name a {
   font-style: normal;
   font-weight: 600;
   font-size: 14px;
   line-height: 115%;
   color: #263238;
}

.blog-listing .author-proff {
   font-style: normal;
   font-weight: 400;
   font-size: 12px;
   line-height: 100%;
   color: #90A4AE;
}

.blog-listing .post-time {
   margin-left: auto;
   width: 100px;
   text-align: right;
}

.blog-listing .post-time ul.entry-meta-list {
   list-style-type: none;
   margin: 0;
}

.blog-listing .post-time ul.entry-meta-list li.entry-time {
   display: flex;
   flex-direction: row;
   justify-content: flex-end;
   align-items: flex-start;
}

.blog-listing .post-time .entry-meta-list .entry-block span {
   display: block;
   font-style: normal;
   font-weight: 400;
   font-size: 12px;
   line-height: 100%;
   color: #90A4AE;
}

.blog-listing .post-time ul.entry-meta-list li.entry-time>span {
   font-size: 14px;
   margin-right: 5px;
   color: #90A4AE;
}

/* pagination blog */
nav.navigation.pagination {
   margin-top: 50px;
   display: flex;
   justify-content: center;
}
.page-numbers {
   padding: 5px 15px;
   margin: 0 2px 0 0;
   border: 1px solid #eee;
   line-height: 125%;
   font-size: 18px;
   color: #1a2046;
   text-decoration: none;
   border-radius: 2px;
   font-weight: 600;
}
.page-numbers.current, a.page-numbers:hover {
   background: #efefef;
}
/*  sidebar */
aside#secondary {
   padding: 0 10px;
   margin: 0 10px;
}

#ajaxsearchlitewidget-2 {
   margin-bottom: 20px;
}

#sidebar .widget_categories h2.widget-title {
   margin-bottom: 16px;
   font-style: normal;
   font-weight: 600;
   font-size: 36px;
   line-height: 100%;
   display: flex;
   align-items: center;
   color: #263238;
}

#sidebar .widget_categories ul {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   gap: 20px 10px;
   list-style: none;
   padding: 0;
   margin: 0;
}

#sidebar .widget_categories ul li {
   background: #FFFFFF;
   border-radius: 4px;
   margin: 0 8px;
   -webkit-box-shadow: 2px 2px 8px 0px rgba(197, 197, 197, 0.3);
   -moz-box-shadow: 2px 2px 8px 0px rgba(197, 197, 197, 0.3);
   box-shadow: 2px 2px 8px 0px rgba(197, 197, 197, 0.3);
}

#sidebar .widget_categories ul li a {
   padding: 8px 10px;
   font-style: normal;
   font-weight: 600;
   font-size: 14px;
   line-height: 115%;
   display: flex;
   align-items: center;
}

#sidebar .widget_categories ul li:hover a {
    background: linear-gradient(109.24deg, #24D2AA 0%, #448AFF 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

#sidebar .widget_categories ul li.current-cat a {
   font-weight: 700;
   background: linear-gradient(109.24deg, #24D2AA 0%, #448AFF 80%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   background-clip: text;
   text-fill-color: transparent;
}

/* .no-results not-found */
.no-results.not-found {
   width: 100%;
   max-width: 800px;
   margin: 0 auto 30px;
}

.no-results header.entry-header {
   padding: 25px 0 15px;
   margin-bottom: 10px;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-flow: column wrap;
   box-sizing: inherit;
   border-bottom: 1px solid #cbdae8;
   text-align: center;
   animation: heading 0.8s 1 linear;
}

.no-results .entry-title {
   font-style: normal;
   font-weight: 700;
   font-size: 48px;
   line-height: 125%;
   letter-spacing: -.04em;
   background: linear-gradient(109.24deg, #24d2aa 0%, #448aff 80%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}

p.no-results-text {
   width: 100%;
   max-width: 650px;
   font-size: 20px;
   text-align: center;
   margin: 30px auto;
}

.blog-articles .entry-thumbnail {
   align-self: auto;
}
.blog-articles .entry-thumbnail a {
   height: 100%;
}
.blog-articles .entry-thumbnail a img {
   height: 100%;
   object-fit: cover;
}
.products-wrapper.col-2 {
   gap: 20px;
}
.cart-empty-text {
   width: 45%;
}
.cart-empty-img {
   width: 50%;
}
body.logged-in.woocommerce-wishlist .account-nav-top .woocommerce-MyAccount-navigation ul li a:before, body.woocommerce-account .account-nav-top .woocommerce-MyAccount-navigation ul li a:before, body.woocommerce-order-received .account-nav-top .woocommerce-MyAccount-navigation ul li a:before {
   position: absolute;
   left: 0;
   top: calc(50% - 14px);
   font-size: 22px;
}
body.logged-in.woocommerce-wishlist .account-nav-top .woocommerce-MyAccount-navigation ul li a, body.woocommerce-account .account-nav-top .woocommerce-MyAccount-navigation ul li a, body.woocommerce-order-received .account-nav-top .woocommerce-MyAccount-navigation ul li a {
   position: relative;
   padding: 10px 0 10px 40px;
   font-size: 22px;
   font-weight: 400;
   background-image: none!important;
   transition: opacity .3s!important;
}
.headerAcc__title {
   font-family: "Montserrat-Medium";
   font-size: 20px;
   margin-top: 30px;
   position: relative;
   cursor: pointer;
   color: var(--accent-color);
}
.headerAcc__title a {
   color: var(--accent-color);
   font-family: "Montserrat-Medium";
   font-size: 20px;
}
.headerAcc__title::before {
   content: '\e853';
   font-family: 'Material Icons'!important;
   font-size: 26px;
   position: relative;
   top: 4px;
}
.headerAcc__title-log::before {
   content: '\ea77';
   font-family: 'Material Icons'!important;
   font-size: 26px;
   position: relative;
   top: 6px;
}
.headerAcc__title::after {
   content: '\e5cc';
   font-family: 'Material Icons'!important;
   font-size: 29px;
   position: absolute;
   top: 6px;
   right: 10px;
}
.headerAcc__title-log::after {
   display: none;
}
.headerAcc__menu {
   display: none;
   margin-bottom: 20px;
}
.header__nav-menu-items .headerAcc__menu ul {
   gap: 12px;
}
.headerAcc__menu ul li a {
   font-size: 16px;
}
.headerAcc__menu-footer {
   margin-top: -10px;
}
.headerAcc__menu-footer a {
   font-family: "Montserrat-Medium";
   color: #ffa5a5;
   font-size: 16px;
}
.headerInfo, .header__navMob-logo, .headerAcc {
   display: none;
}
.headerInfo a {
   color: #fff;
   font-family: "Montserrat-Medium";
   display: block;
   font-size: 18px;
   margin-bottom: 5px;
}
.headerInfo__block {
   margin-bottom: 20px;
}
.headerInfo__title {
   font-size: 20px;
   color: #ccc;
   margin-bottom: 10px;
   font-family: "Montserrat-Medium";
}
.headerInfo {
   border-top: 2px solid #4fedc6;
   padding-top: 20px;
}
.header__navMob-logo img {
   width: 60px;
   margin: 0 auto;
}
.grecaptcha-badge {
   display: none;
}

.anketaCont .wpcf7-form-control-wrap .wpcf7-list-item:not(:last-child) {
   margin-right: 20px;
}
.anketaCont .wpcf7-form-control-wrap .wpcf7-list-item input {
   margin-right: 5px;
}
.profile-form h2 {
   display: inline-block;
   margin: 8px 0 10px;
   font-style: normal;
   font-weight: 600;
   font-size: 24px;
   line-height: 132%;
   background: linear-gradient(109.24deg, #24D2AA 0%, #448AFF 80%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   background-clip: text;
   text-fill-color: transparent;
}
.wpcf7 .profile-form p .wpcf7-form-control-wrap {
   margin-top: 4px;
}
.row-checkbox span#know, .row-checkbox span#promote, .anketaCont .row-checkbox span.wpcf7-form-control {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
}
.row-checkbox span .wpcf7-list-item, .row-checkbox span#promote .wpcf7-list-item, 
.anketaCont .row-checkbox span.wpcf7-form-control .wpcf7-list-item {
   width: 33%;
   margin: 0px 0px 20px;
}
.profile-form label {
   position: relative;
   padding: 0;
   font-weight: 700;
   font-size: 16px;
   line-height: 115%;
   color: #4B636E;
   display: block;
}
.profile-form input[type="checkbox"] {
   position: absolute;
   display: inline-block;
   visibility: hidden;
   margin: 0;
}
.profile-form .row-checkbox .wpcf7-list-item-label:before,
.profile-form .row-checkbox .wpcf7-list-item-label:before {
   position: absolute;
   top: 2px;
   left: 0;
   display: block;
   content: " ";
   width: 16px;
   height: 16px;
   background: #FFFFFF;
   border: 1px solid #C1D5E0;
   border-radius: 2px;
   cursor: pointer;
}
#company .row-checkbox span.wpcf7-list-item-label, #promote span.wpcf7-list-item-label, .row-checkbox span#know span.wpcf7-list-item-label {
   padding-left: 25px;
}
.profile-form .wpcf7-acceptance .wpcf7-list-item-label:before {
   position: absolute;
   top: 0;
   left: 0;
   display: block;
   content: " ";
   width: 16px;
   height: 16px;
   background: #FFFFFF;
   border: 1px solid #C1D5E0;
   border-radius: 2px;
   cursor: pointer;
}
.profile-form .row-checkbox input[type="checkbox"]:checked + span:before,
.profile-form .wpcf7-acceptance input[type="checkbox"]:checked + span:before {
   content: "\e5ca";
   position: absolute;
   font-family: 'Material Icons'!important;
   speak: none;
   text-transform: none;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   font-size: 16px;
   font-style: normal;
   font-weight: normal;
   text-align: center;
   color: #448AFF;
   border-radius: 2px;
   border: 1px solid #448AFF;
   line-height: 15px;

}
.profile-form .checkbox-know .wpcf7-list-item-label,
.profile-form .checkbox-promo .wpcf7-list-item-label {
   padding-left: 30px;
   font-family: 'Exo2-Regular';
   font-style: normal;
   font-weight: 500;
   font-size: 16px;
   line-height: 125%;
   color: #263238;
}
.profile-form .checkbox-know .wpcf7-list-item:after,
.profile-form .checkbox-promo .wpcf7-list-item:after {
   display: block;
   max-width: 300px;
   margin-left: 30px;
   font-family: 'Exo2-Regular';
   font-style: normal;
   font-weight: 500;
   font-size: 14px;
   line-height: 115%;
   color: #90A4AE;
}
.wpcf7 .profile-form p .wpcf7-form-control-wrap {
   margin-top: 4px;
}
.profile-form input {
   margin-top: 4px;
   margin-bottom: 12px;
   padding: 14px 12px;
   background: #FFFFFF;
   border: 1px solid #C1D5E0!important;
   border-radius: 8px;
   font-family: 'Exo2-Regular';
   font-style: normal;
   font-weight: 500;
   font-size: 16px;
   line-height: 125%;
   color: #263238;
   max-height: 46px;
}
.profile-form .row-3, .profile-form .row-2 {
   display: flex;
   flex-direction: row;
   align-items: flex-start;
   padding: 0px;
   gap: 15px;
   margin-bottom: 10px;
}
.profile-form .row-3 label {
   width: 33%;
}
.profile-form textarea {
   padding: 14px 12px;
   background: #FFFFFF;
   border: 1px solid #C1D5E0;
   border-radius: 8px;
   max-height: initial;
   margin-top: 5px;
   margin-bottom: 10px;
}
.anketaCont input.wpcf7-form-control.wpcf7-submit.sub-btn {
   display: block;
   padding: 12px 0;
   margin: 12px 0 0;
   width: 100%;
   border: none;
   text-transform: none;
   font-style: normal;
   font-weight: 700;
   font-size: 16px;
   line-height: 128%;
   background: linear-gradient(109.24deg, #24D2AA 0%, #448AFF 80%)!important;
   border-radius: 8px!important;
   color: #FFFFFF;
}
.form-terms span.wpcf7-list-item-label, .form-terms span.wpcf7-list-item-label a {
   margin-left: 30px;
   font-style: normal;
   font-weight: 500;
   font-size: 16px;
   line-height: 125%;
   color: #263238;
}
.form-terms span.wpcf7-list-item-label a {
   margin-left: 0;
}
article .entry-content p.form-privacy, article .entry-content p.form-privacy a {
   font-style: normal;
   font-weight: 500;
   font-size: 16px;
   line-height: 125%;
   color: #263238;
}
.profile-form .row-2 label {
   width: 50%;
}
.anketaTabs {
   text-align: center;
   margin-bottom: 40px;
}
.anketaTabs ul {
   list-style-type: none;
   padding: 4px;
   background: #F3F7FB;
   border-radius: 8px;
   margin: 0;
   display: inline-block;
}
.anketaTabs ul li {
   list-style-type: none;
   display: inline-block;
}
.entry-content .anketaTabs ul li a {
   background-image: none;
   padding: 10px 16px;
   font-size: 16px;
}
.anketaTabs ul li.active {
   background: #FFFFFF;
   border-radius: 4px;
}
.anketaTabs ul li.active a {
   background: linear-gradient(109.24deg, #24D2AA 0%, #448AFF 80%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   font-weight: 700;
}
.anketaCont__block {
   display: none;
}
.anketaCont .wpcf7-form-control.wpcf7-radio {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
}
.anketaCont .wpcf7-not-valid-tip {
   color: #ff1818;
   margin-top: -10px;
   display: block;
}
.anketaCont .screen-reader-response {
   display: none !important;
}
@media(max-width: 767px) {
   .row-checkbox span .wpcf7-list-item, .row-checkbox span#promote .wpcf7-list-item, .anketaCont .row-checkbox span.wpcf7-form-control .wpcf7-list-item {
      width: 50%;
  }
}
@media(max-width: 500px) {
   .row-checkbox span .wpcf7-list-item, .row-checkbox span#promote .wpcf7-list-item, .anketaCont .row-checkbox span.wpcf7-form-control .wpcf7-list-item {
      width: 100%;
  }
  .profile-form .row-3 label {
      width: 100%;
  }
  .profile-form .row-3, .profile-form .row-2 {
      flex-wrap: wrap;
  }
  .profile-form .row-2 label {
      width: 100%;
  }	
}
@media(max-width:1700px) and (min-width: 1470px) {
   .left-content__social {
      margin-left: 55px;
  }
}
footer.footer-site .screen-reader-response,
footer.footer-site .wpcf7-response-output {
   display: none !important;
}
footer.footer-site .wpcf7-not-valid-tip {
   color: #ff5e5e;
}

.button.go-to-dashboard {
   display: block;
   margin-top: 20px;
   background: linear-gradient( to bottom right, var(--left-gradient), var(--right-gradient) );
   border: none;
   font-family: "Montserrat-Bold";
   font-size: 14px;
   color: var(--primary-color);
   letter-spacing: 0;
   border-radius: 10px;
   padding: 20px;
}
.already-an-affiliate {
   line-height: 200%;
   hyphens: none;
}
/*[data-class="wpcf7cf_group"], .wpcf7cf_remove, .wpcf7cf_add {
display: none;
}*/
.subscr__thanks {
    display: none;
    color: #9cdda3;
    font-size: 18px;
    text-align: center;
}

.header__right-soc {
    display: inline-flex;
    position: absolute;
    right: 20px;
    bottom: -16px;
}

.header__right-soc .left-content__social {
    display: flex;
    flex-direction: row;
    gap: 18px;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    max-width: 282px;
    width: 100%;
}

.header__right-soc .left-content__social-img {
    width: 32px;
    height: auto;
}

.headerTop .left-content__social-img a {
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}
.header__right-soc .left-content__social-img img {
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 2px;
    background: #fff;
    transition: all .3s;
}
.left-content__social-img img:hover {
    transform: scale(1.2);

}
.headerTop .left-content__social-img a:hover {
    transform: scale(1.2);
}
.headerTop .left-content__social-img a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.headerTop {
    padding: 10px;
    display: none;
    background-color: #1b2046;
}
.headerTop__container {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(max-width: 1660px) {
    .home #navigation, #navigation {
       justify-content: flex-start;
   }
}

@media(max-width: 1720px) {
    .header__right-soc  .left-content__social {
       margin-left: 0;
   }
}
@media(max-width: 1564px) {
    .header__right-info {
       margin-top: -28px;
   }
}

@media(max-width: 1454px) {
    .header__logo-name {
       display: none;
   }
}

@media(max-width: 1306px) {
    .header__container {
       max-width: 100%;
       gap: 10px;
   }
}
@media(min-width: 782px) {
.page-template-page-evgeny-danko article.page>.entry-content {
    will-change: initial;
}
.panel-left > .sticky-group {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    width: 30%;
}
}

@media(max-width: 781px) {
.page-template-page-evgeny-danko .panel-right {
    padding: 5px 20px 50px;
}
.page-template-page-evgeny-danko #page {
    padding: 65px 0 0 0;
}
.page-template-page-evgeny-danko .footer-wrapper {
    background-color: var(--primary-color);
}
.page-template-page-evgeny-danko #content {
    padding: 0;
}
.page-template-page-evgeny-danko footer.footer-site {
    padding-top: 20px;
    margin-top: 0;
}
}

@media(max-width: 580px) {
.soc-pero {
    position: relative;
    flex-direction: column-reverse;
}
.soc-pero figure.wp-block-image {
    position: absolute;
    width: 50%;
    height: auto;
    bottom: -90px;
    right: 0;
    z-index: -1;
}
}

/*
 * Стили для Рецептов
*/

.single-recipes .title-wrapper {
    width: 100%;
    display: block;
    margin-top: 30px;
    padding: 20px 0 30px;
    border-top: 1px solid #E2F1F8;
    animation: title 0.8s 1 linear;
}
.single-recipes .entry-category {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}
.single-recipes .entry-category span {
    padding-left: 10px;
    margin-bottom: -3px;
    color: #448AFF;
    font-size: 20px;
    vertical-align: middle;
    font-weight: 100;
}
.single-recipes .entry-category a {
    padding: 8px 16px 8px 8px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 200%;
    color: #448AFF;
}
body.single-recipes footer.entry-meta {
    margin-top: 3.75rem;
    padding: 0;
}
body.single-recipes footer.entry-meta .post_tags {
    text-align: center;
}
body.single-recipes footer.entry-meta .post_tags a {
    color: #000;
    background-color: #fff;
    border: 2px solid #e1e1e1;
    padding: 0.5rem 0.75rem 0.375rem 0.625rem;
    margin: 0 0.625rem 0.625rem 0;
    display: inline-block;
    font-size: .8125rem !important;
    line-height: 1.2;
    font-weight: 400;
    transition: all .3s ease;
}
body.single-recipes footer.entry-meta .post_tags a:hover {
    border-color: #263238;
    color: #fff;
    background-color: #263238;
}
body.single-recipes footer.entry-meta .post_tags a:before {
    background-color: #e1e1e1;
    content: "";
    width: 5px;
    height: 5px;
    margin-right: 0.5rem;
    margin-bottom: 0.05rem;
    display: inline-block;
    border-radius: 50%;
}
.single-recipes ul.entry-meta-list {
    list-style-type: none;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
.single-recipes .entry-meta-list li {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}
.single-recipes .entry-meta-list .material-symbols-outlined {
    font-size: 16px;
    color: #90A4AE;
}
.single-recipes .entry-meta-list .entry-block {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 115%;
    color: #90A4AE;
}
.single-recipes .entry-meta-list li {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}
.single-recipes .entry-meta-list li {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.single-recipes .woocommerce.columns-3 {
    width: 1230px;
    margin-left: -65px;
}

.single-recipes ul.products.columns-3 {
    padding: 0;
    margin: 60px 0 0;
}
@media (max-width: 1230px) {
.single-recipes .woocommerce.columns-3 {
  width: 100%;
  margin-left: inherit;
}
}
@media (max-width: 1024px) {
.single-recipes ul.products.columns-3 {
    justify-content: center;
}
.single-recipes ul.products li.product {
  width: calc(50% - 30px);
}
.single-recipes ul.products li.product {
  max-width: 375px;

}
}
@media (max-width: 710px) {
.single-recipes ul.products li.product {
    width: 100%;
}
}
@media (max-width: 660px) {
    .single-recipes ul.entry-meta-list {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        align-content: center;
        gap: 16px;
    }
  .single-post .entry-meta-list .entry-block {
    gap: 10px;
  }
  .single-recipes .entry-meta-list .entry-block {
    gap: 10px;
    flex-direction: row;
  }
  .single-recipes .entry-category {
    justify-content: center;
  }
}