@charset "UTF-8";

*,
*::before,
*::after {
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizelegibility;
-webkit-text-size-adjust: none;
-moz-text-size-adjust: none;
text-size-adjust: none;
}
*:focus-visible {
border: 1px solid var(--primary-color);
outline: 1px solid var(--primary-color);
}
:where(ul, ol):where([class]) {
padding-left: 0;
}
:where(h1, h2, h3, h4, h5, h6, p, ul, ol, dl):where([class]) {
margin-block: 0;
}
:where(dd[class]) {
margin-left: 0;
}
:where(fieldset[class]) {
padding: 0;
margin-left: 0;
border: none;
}
:where(ul[class]) {
list-style: none;
}
p {
margin-block: 0;
}
img,
svg {
display: block;
max-width: 100%;
height: auto;
}
input,
textarea,
select,
button {
font: inherit;
}
html {
position: relative;
height: 100%;
overflow-x: hidden;
scroll-behavior: smooth;
}
body {
position: relative;
display: flex;
flex-direction: column;
min-width: 360px;
min-height: 100%;
margin: 0;
font-family: Mulish, sans-serif;
font-weight: 400;
line-height: 1.2;
color: var(--dark-color);
background-color: var(--white-color);
background-repeat: no-repeat;
background-position: top right;
background-size: cover;
}
@font-face {
font-family: "Mulish";
font-style: normal;
font-weight: 400;
src: url(//vetly.com.ua/wp-content/themes/veteo/assets/fonts/Mulish-Regular.woff2) format("woff2");
font-display: swap;
}
@font-face {
font-family: "Mulish";
font-style: normal;
font-weight: 700;
src: url(//vetly.com.ua/wp-content/themes/veteo/assets/fonts/Mulish-Bold.woff2) format("woff2");
font-display: swap;
}
@font-face {
font-family: "Mulish";
font-style: normal;
font-weight: 800;
src: url(//vetly.com.ua/wp-content/themes/veteo/assets/fonts/Mulish-ExtraBold.woff2) format("woff2");
font-display: swap;
}
@font-face {
font-family: "Mulish";
font-style: normal;
font-weight: 900;
src: url(//vetly.com.ua/wp-content/themes/veteo/assets/fonts/Mulish-Black.woff2) format("woff2");
font-display: swap;
}
a {
color: inherit;
-webkit-tap-highlight-color: transparent;
text-decoration: none;
color: var(--primary-color);
text-decoration: underline;
}
a:focus-visible {
outline: 0;
}
button {
padding: 0;
cursor: pointer;
background-color: transparent;
border: none;
-webkit-tap-highlight-color: transparent;
}
button:focus-visible {
outline: 0;
}
.container {
position: relative;
z-index: 1;
width: min(100% - 15px * 2, 1140px);
margin-inline: auto;
}
.container__inner {
display: grid;
grid-template-columns: 70% 30%;
gap: 20px;
}
.veteo {
padding-top: 76px;
}
.veteo-bg {
z-index: 0;
width: 100%;
height: 100%;
overflow: hidden;
position: absolute;
top: 50%;
left: 50%;
translate: -50% -50%;
}
.veteo-bg::before {
position: absolute;
width: 100%;
height: 100%;
content: "";
background: rgba(37, 61, 99, 0.2);
}
.veteo-bg img {
display: block;
width: 100%;
height: 100% !important;
line-height: 0;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}
.over-hidden {
overflow: hidden;
}
.archive main,
.single main {
padding-bottom: 60px;
}
.page-title {
margin-bottom: 34px;
font-size: 40px;
font-weight: 900;
color: var(--primary-color);
text-align: center;
}
.page-text {
display: flex;
flex-direction: column;
gap: 15px;
padding-bottom: 60px;
font-size: 18px;
color: var(--dark-color);
}
.page-text a {
color: var(--accent-color);
text-decoration: none;
transition: color 0.3s ease;
}
.page-text p {
font-size: 18px;
color: var(--dark-color);
}
.page-text ul {
list-style-type: disc;
}
.page-text ul li::marker {
color: var(--primary-color);
}
.page-text ul,
.page-text ol {
display: flex;
flex-direction: column;
gap: 10px;
margin-left: 20px;
}
.page-text table {
border-spacing: 3px;
border-collapse: separate;
}
.page-text table th,
.page-text table td {
padding: 8px 20px;
background: var(--light-color);
border: 0;
border-radius: 4px;
}
.page-text table thead {
border-spacing: 0;
border: 0;
}
.page-text table th {
font-size: 18px;
font-weight: 900;
text-align: left;
}
.slider-sw__image {
max-height: 100%;
}
.swiper-wrapper {
align-items: stretch;
}
.slider-sw__slide {
height: auto;
}
.slider-sw__image {
height: 100%;
} .alignnone {
margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
.alignright {
float: right;
margin: 5px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-right: auto;
margin-left: auto;
}
.wp-caption {
max-width: 96%; padding: 5px 3px 10px;
text-align: center;
background: #fff;
border: 1px solid #f0f0f0;
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
width: auto;
max-width: 98.5%;
height: auto;
padding: 0;
margin: 0;
border: 0 none;
}
.wp-caption p.wp-caption-text {
padding: 0 4px 5px;
margin: 0;
font-size: 11px;
line-height: 17px;
} .screen-reader-text {
position: absolute !important;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
word-wrap: normal !important; border: 0;
}
.screen-reader-text:focus {
top: 5px;
left: 5px;
z-index: 100000;
display: block;
width: auto;
height: auto;
padding: 15px 23px 14px;
clip: auto !important;
clip-path: none;
font-size: 1em;
line-height: normal;
color: #444;
text-decoration: none;
background-color: #eee;
}
blockquote:not([class]) {
position: relative;
width: min(100% - 80px, 800px);
padding: 40px;
margin: 40px auto;
margin-inline: auto;
background-color: #f6f7f7;
border-radius: 16px;
}
blockquote:not([class])::before {
position: absolute;
top: -10px;
left: -10px;
content: url("data:image/svg+xml,%3Csvg class='quote-svg' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M7.56863 4H4.43137C2.56863 4 1 5.6 1 7.5V10.8C1 12.7 2.56863 14.3 4.43137 14.3H6.78431C7.56863 14.3 8.35294 14 9.03922 13.6V15.7C9.03922 17 8.05882 18 6.78431 18H5.21569C4.62745 18 4.23529 18.4 4.23529 19C4.23529 19.6 4.62745 20 5.21569 20H6.78431C9.13725 20 11 18.1 11 15.7V10V7.5C11 5.6 9.43137 4 7.56863 4Z'%3E%3C/path%3E%3Cpath d='M19.6638 4H16.4299C14.5679 4 13 5.6 13 7.5V10.8C13 12.7 14.5679 14.3 16.4299 14.3H18.7818C19.5658 14.3 20.3497 14 21.0357 13.6V15.7C21.0357 17 20.0557 18 18.7818 18H17.2138C16.6259 18 16.2339 18.4 16.2339 19C16.2339 19.6 16.6259 20 17.2138 20H18.7818C21.1337 20 22.9956 18.1 22.9956 15.7V10V7.5C23.0936 5.6 21.5257 4 19.6638 4Z'%3E%3C/path%3E%3C/svg%3E");
opacity: 0.1;
transform: scale(2);
}
blockquote:not([class])::after {
position: absolute;
right: -10px;
bottom: -10px;
content: url("data:image/svg+xml,%3Csvg class='quote-svg' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M7.56863 4H4.43137C2.56863 4 1 5.6 1 7.5V10.8C1 12.7 2.56863 14.3 4.43137 14.3H6.78431C7.56863 14.3 8.35294 14 9.03922 13.6V15.7C9.03922 17 8.05882 18 6.78431 18H5.21569C4.62745 18 4.23529 18.4 4.23529 19C4.23529 19.6 4.62745 20 5.21569 20H6.78431C9.13725 20 11 18.1 11 15.7V10V7.5C11 5.6 9.43137 4 7.56863 4Z'%3E%3C/path%3E%3Cpath d='M19.6638 4H16.4299C14.5679 4 13 5.6 13 7.5V10.8C13 12.7 14.5679 14.3 16.4299 14.3H18.7818C19.5658 14.3 20.3497 14 21.0357 13.6V15.7C21.0357 17 20.0557 18 18.7818 18H17.2138C16.6259 18 16.2339 18.4 16.2339 19C16.2339 19.6 16.6259 20 17.2138 20H18.7818C21.1337 20 22.9956 18.1 22.9956 15.7V10V7.5C23.0936 5.6 21.5257 4 19.6638 4Z'%3E%3C/path%3E%3C/svg%3E");
opacity: 0.1;
transform: scale(2) rotate(180deg);
}
blockquote:not([class]) p {
font-size: calc(16px + 0.25vw);
}
blockquote:not([class]) p cite {
display: block;
margin-top: 20px;
font-weight: 700;
}
.pagination {
width: 100%;
margin: 50px 0;
}
.pagination .nav-links {
display: flex;
gap: 20px;
align-items: center;
justify-content: center;
}
.pagination .nav-links .current {
padding: 6px 10px;
line-height: normal;
color: var(--white-color);
background: var(--primary-color);
border: 1px solid #dcdde0;
border-radius: 4px;
}
.pagination .nav-links a.page-numbers {
padding: 6px 10px;
font-size: 16px;
line-height: normal;
color: var(--dark-color);
text-decoration: none;
border: 1px solid #dcdde0;
border-radius: 4px;
}
.veteo-button,
a.veteo-button {
display: block;
width: -moz-fit-content;
width: fit-content;
padding: 18px 43px;
font-size: 18px;
font-weight: 700;
text-decoration: none;
background: var(--accent-color);
border-radius: 100px;
transition: background 0.3s ease, color 0.3s ease;
}
.veteo-button--outline,
a.veteo-button--outline {
background: transparent;
border: 1px solid var(--accent-color);
}
.burger-btn {
padding: 0;
margin-top: 8px;
cursor: pointer;
background: transparent;
border: none;
}
.burger-btn span {
display: block;
height: 3px;
background-color: var(--primary-color);
border-radius: 100px;
transition: transform 0.6s ease, width 0.6s ease;
}
.burger-btn span:not(:last-child) {
margin-bottom: 7px;
}
.burger-btn span:first-child {
width: 32px;
transform-origin: 0 50%;
}
.burger-btn span:nth-child(2) {
width: 32px;
}
.burger-btn span:last-child {
width: 32px;
transform: scaleX(0.7);
transform-origin: 100% 50%;
}
.burger-btn.is-active span {
transition: transform 0.6s ease, width 0.6s ease;
}
.burger-btn.is-active span:first-child {
width: 16px;
transform: rotate(45deg) translate(3px, -5px);
}
.burger-btn.is-active span:nth-child(2) {
transform: rotate(-45deg);
}
.burger-btn.is-active span:last-child {
width: 17px;
margin-left: 0;
transform: rotate(45deg) translate(9px, -7px);
}
.protection-popup {
position: fixed;
bottom: 20px;
right: 20px;
background-color: rgba(0, 0, 0, 0.8);
color: #fff;
padding: 10px 15px;
border-radius: 5px;
font-size: 14px;
display: none; z-index: 1000;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
animation: fadeInOut 3s ease-in-out;
} @keyframes fadeInOut {
0% {
opacity: 0;
transform: translateY(20px);
}
20%, 80% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(20px);
}
}
.fav-category__list {
align-items: stretch;
}
.article__body {
height: 100%;
padding: 15px 20px 30px;
background: var(--light-color);
}
.article.post {
display: flex;
flex-direction: column;
}
.article-date {
font-size: 14px;
color: var(--gray-color);
}
.article__title a {
font-size: 20px;
font-weight: 900;
color: var(--dark-color);
text-decoration: none;
transition: color 0.3s ease;
}
.article__image {
max-height: 200px;
}
.article__image img {
width: 100%;
max-height: 200px;
-o-object-fit: cover;
object-fit: cover;
}
.article__excerpt {
margin-top: 10px;
}
.article__excerpt p {
font-size: 17px;
}
.site-header {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 999;
width: 100%;
background: var(--white-color);
box-shadow: 0 4px 20px 0 rgba(15, 23, 93, 0.1);
}
.site-header .container {
z-index: 2;
}
.site-header__inner {
display: flex;
justify-content: space-between;
height: 76px;
}
.site-header__left {
display: flex;
gap: clamp(1px, -26.2307692308px + 0.0756410256 * 100vw, 60px);
align-items: center;
}
.site-header__right {
display: flex;
align-items: center;
gap: 30px;
}
.site-header__right .socials-list {
height: 100%;
}
.site-header__right .lang img {
width: 22px !important;
height: 15px !important;
}
.site-header .custom-logo-link {
flex-shrink: 0;
max-height: clamp(27px, 13.6153846154px + 0.0371794872 * 100vw, 56px);
}
.site-header .custom-logo-link img {
width: clamp(88px, 73.2307692308px + 0.041025641 * 100vw, 120px);
height: clamp(27px, 13.6153846154px + 0.0371794872 * 100vw, 56px);
-o-object-fit: contain;
object-fit: contain;
}
.site-header .burger-btn {
display: none;
}
.header-nav .menu {
display: flex;
gap: clamp(1px, -26.2307692308px + 0.0756410256 * 100vw, 60px);
margin: 0;
list-style: none;
}
.header-nav .menu .menu-button {
height: 17px;
padding: 0;
padding-left: 10px;
}
.header-nav .menu .menu-button svg {
width: 14px;
height: 9px;
}
.header-nav .menu .menu-button svg path {
stroke: var(--dark-color);
}
.header-nav .menu .menu-button-icon--right {
width: 5px;
height: 10px;
transform: rotate(-90deg);
}
.header-nav .menu .menu-button-icon--down {
transform: rotate(0);
}
.header-nav .menu > .menu-item {
display: flex;
margin: 0;
}
.header-nav .menu > .menu-item > a {
display: flex;
align-items: center;
justify-content: space-between;
font-size: 19px;
font-weight: 700;
line-height: normal;
color: var(--dark-color);
text-decoration: none;
border-bottom: none;
transition: color 0.3s ease;
}
.header-nav .menu > .menu-item:hover a > .menu-button svg path {
stroke: var(--accent-color);
}
.header-nav .menu > .menu-item:hover a, .header-nav .menu > .menu-item.open > a {
color: var(--accent-color);
background: transparent;
}
.header-nav .menu > .menu-item > .sub-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 10;
display: none;
width: 100%;
margin: 0;
list-style: none;
background: #fff;
border-top: 4px solid #f4f4f7;
box-shadow: 0 10px 20px 0 rgba(15, 23, 93, 0.1);
}
.header-nav .menu > .menu-item > .sub-menu::before {
position: absolute;
top: -4px;
bottom: 0;
left: -100%;
z-index: 0;
width: 100%;
content: "";
background: #fff;
border-top: 4px solid #f4f4f7;
box-shadow: -17px 10px 20px 0 rgba(15, 23, 93, 0.1);
}
.header-nav .menu > .menu-item > .sub-menu::after {
position: absolute;
top: -4px;
right: -100%;
bottom: 0;
width: 100%;
content: "";
background: #fff;
border-top: 4px solid #f4f4f7;
box-shadow: 17px 10px 20px 0 rgba(15, 23, 93, 0.1);
}
.header-nav .menu > .menu-item:not(.mega) .sub-menu .sub-menu {
position: absolute;
display: none;
min-width: 200px;
margin: 0;
font-size: 100%;
list-style: none;
box-shadow: 0 4px 20px 0 rgba(15, 23, 93, 0.1);
}
.header-nav .menu > .menu-item:not(.mega) .sub-menu .menu-item {
position: relative;
padding: 20px 0;
margin: 0;
}
.header-nav .menu > .menu-item:not(.mega) .sub-menu .menu-item a {
display: block;
font-size: 18px;
color: var(--dark-color);
text-decoration: none;
}
.header-nav .menu > .menu-item:not(.mega) .sub-menu .menu-item a:hover {
color: var(--accent-color);
background: transparent;
}
.header-nav .menu .menu-item:not(.mega).open > .sub-menu {
display: flex !important;
gap: 37px;
}
.header-nav .menu .menu-item.mega.open > .sub-menu {
display: flex !important;
}
.header-nav .menu > .menu-item.mega {
margin: 0;
}
.header-nav .menu > .menu-item.mega > .sub-menu {
left: 0;
flex-wrap: wrap;
width: 100%;
border: 1px solid #efefef;
border-top-color: #fff;
}
.header-nav .menu > .menu-item.mega > .sub-menu > .menu-item > a {
display: inline-block;
margin-bottom: 5;
font-size: 16px;
font-weight: 600;
color: #000;
border-bottom: none;
}
.header-nav .menu > .menu-item.mega > .sub-menu > .menu-item > a button {
display: none;
}
.header-nav .menu > .menu-item.mega > .sub-menu > .menu-item > .sub-menu {
margin: 0;
}
.header-nav .menu > .menu-item.mega > .sub-menu > .menu-item > .sub-menu a {
font-size: 14px;
color: #50575e;
border-bottom: none;
}
.header-nav .menu > .menu-item.mega > .sub-menu > .menu-item > .sub-menu a:hover {
color: #3582c4;
}
.header-nav .menu > .menu-item.mega.cols-1 > .sub-menu > .menu-item {
width: 100%;
padding: 1.25rem;
}
.header-nav .menu > .menu-item.mega.cols-2 > .sub-menu > .menu-item {
width: 50%;
padding: 1.25rem;
}
.header-nav .menu > .menu-item.mega.cols-3 > .sub-menu > .menu-item {
width: 33.3333333333%;
padding: 1.25rem;
}
.header-nav .menu > .menu-item.mega.cols-4 > .sub-menu > .menu-item {
width: 25%;
padding: 1.25rem;
}
.header-nav .menu > .menu-item.mega.cols-5 > .sub-menu > .menu-item {
width: 20%;
padding: 1.25rem;
}
.header-nav .menu > .menu-item.mega.cols-6 > .sub-menu > .menu-item {
width: 16.6666666667%;
padding: 1.25rem;
}
.socials-list {
display: flex;
gap: 30px;
align-items: center;
}
.socials-list__link {
width: 20px;
height: 20px;
}
.socials-list__link svg path {
fill: var(--primary-color);
transition: fill 0.3s ease;
}
.breadcrumbs {
gap: 9px;
align-items: center;
padding-top: 15px;
margin-bottom: 20px;
overflow: hidden;
font-size: 16px;
color: var(--dark-color);
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.breadcrumbs .br_spacer {
margin: 0 4px;
}
.breadcrumbs a {
font-size: 16px;
color: var(--dark-color);
text-decoration: none;
transition: color 0.3s ease;
}
.breadcrumbs .current {
color: var(--gray-color);
}
.footer {
padding: 25px 0;
margin-top: auto;
background: var(--footer-bg-color);
}
.footer__inner {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.footer__logo {
width: clamp(108px, 97.8461538462px + 0.0282051282 * 100vw, 130px);
}
.footer__nav {
margin-top: 10px;
margin-left: clamp(1px, -40.0769230769px + 0.1141025641 * 100vw, 90px);
}
.footer__nav .menu {
display: flex;
gap: 30px;
align-items: center;
}
.footer__nav .menu-item a {
font-size: 18px;
color: var(--footer-link-color);
text-decoration: none;
transition: color 0.3s ease;
}
.footer__socials {
padding-top: 8px;
margin-left: clamp(1px, -40.0769230769px + 0.1141025641 * 100vw, 90px);
}
.footer__socials .socials-list__link svg path {
fill: var(--footer-link-color);
}
.footer .copyright {
margin-left: auto;
font-size: 18px;
color: var(--footer-link-color);
opacity: 0.5;
}
.related__head {
display: flex;
gap: 10px;
align-items: center;
justify-content: space-between;
margin-bottom: 30px;
}
.related h2.related__title {
margin-bottom: 0;
font-size: 40px;
color: var(--primary-color);
}
.related__list {
display: grid;
grid-template-columns: 1fr;
gap: 10px;
margin-left: 0;
}
.related__item {
display: grid;
grid-template-columns: 1fr 1fr;
}
.related__item-image img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.related__item-content {
padding: 20px 20px 40px 30px;
background: var(--light-color);
}
.related__item-title a {
font-size: 20px;
font-weight: 900;
color: var(--dark-color);
text-decoration: none;
transition: color 0.3s ease;
}
.related__item-excerpt p {
font-size: 18px;
color: var(--dark-color);
}
.cookie-bg {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 99;
background: rgba(0, 0, 0, 0.1);
}
.veteo-cookies {
position: fixed;
right: 0;
bottom: clamp(30px, 16.1538461538px + 0.0384615385 * 100vw, 60px);
left: 0;
z-index: 999;
width: min(100% - 30px, 754px);
padding: 40px;
margin: 0 auto;
overflow-y: scroll;
overscroll-behavior: contain;
background: var(--white-color);
box-shadow: 0 -6px 44px 0 rgba(23, 35, 145, 0.3);
}
.veteo-cookies h5 {
font-size: 18px;
font-weight: 900;
color: var(--accent-color);
text-align: center;
}
.veteo-cookies ul {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
font-size: 18px;
list-style: none;
}
.veteo-cookies ul li,
.veteo-cookies ul label {
cursor: pointer;
}
.veteo-cookies__text {
margin-bottom: 20px;
font-size: 18px;
text-align: center;
}
.veteo-cookies__footer {
display: flex;
gap: 11px;
align-items: center;
justify-content: center;
}
.veteo-cookies .veteo-button {
color: #fff;
}
.veteo-cookies .veteo-button--outline {
color: var(--accent-color);
}
.error404-wrap {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
padding-top: 50px;
padding-bottom: clamp(120px, 36.9230769231px + 0.2307692308 * 100vw, 300px);
}
.error404-title {
margin-bottom: 10px;
font-size: 40px;
font-weight: 900;
color: var(--primary-color);
}
.error404-msg {
margin-bottom: 30px;
font-size: 18px;
color: var(--dark-color);
text-align: center;
}
.error404-image {
max-width: 560px;
}
.error404-image img {
width: 100%;
height: auto;
-o-object-fit: contain;
object-fit: contain;
}
.error404-btn {
padding: 6px 10px;
margin-top: -27px;
color: var(--white-color);
transition: color 0.3s ease, background 0.3s ease;
}
.archive-title {
margin-bottom: 20px;
font-size: 40px;
font-weight: 900;
color: var(--primary-color);
}
.archive-content {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 20px;
}
.archive-content-search {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 20px;
}
.archive .article {
overflow: hidden;
}
.search-results .archive-content {
margin-bottom: 60px;
}
.search-results .br_spacer {
display: none;
}
.search-no-results .br_spacer {
display: none;
}
.page-single__head {
background: var(--primary-color);
}
.page-single__head-inner {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 30px;
}
.page-single__image img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.page-single__info {
display: flex;
flex-direction: column;
max-width: 528px;
min-height: 400px;
padding-top: 32px;
padding-bottom: 40px;
}
.page-single__read {
font-size: 14px;
color: var(--white-color);
}
.page-single__title {
margin-top: 14px;
font-size: clamp(28px, 25.2307692308px + 0.0076923077 * 100vw, 34px);
font-weight: 900;
color: var(--white-color);
}
.page-single__excerpt {
margin-top: 11px;
}
.page-single__excerpt p {
font-size: 17px;
color: var(--white-color);
}
.page-single__meta {
margin-top: auto;
color: var(--white-color);
}
.page-single__meta a {
font-weight: 700;
color: var(--accent-color);
}
.page-single__author, .page-single__date {
display: flex;
gap: 10px;
align-items: center;
font-size: 15px;
}
.page-single__date {
margin-top: 8px;
}
.page-single__inner {
display: grid;
grid-template-columns: 270px 0.9fr;
gap: clamp(10px, -8.4615384615px + 0.0512820513 * 100vw, 50px);
padding-top: 40px;
}
.page-single__contects {
position: relative;
}
.page-single__contects #ez-toc-container {
position: sticky;
top: 76px;
left: 0;
padding: 0;
margin-bottom: 0;
background: var(--light-color);
border: 0;
border-radius: 0;
}
.page-single__contects #ez-toc-container .ez-toc-cssicon-toggle-label {
display: flex;
align-items: center;
justify-content: space-between;
padding: 20px;
color: var(--dark-color);
text-transform: uppercase;
background: var(--light-color);
}
.page-single__contects #ez-toc-container .ez-toc-cssicon-toggle-label.hide .ez-toc-cssicon {
transform: rotate(0deg);
}
.page-single__contects #ez-toc-container .ez-toc-cssicon-toggle-label .ez-toc-title {
display: block;
width: 100%;
font-size: 20px;
font-weight: 800;
text-align: center;
}
.page-single__contects #ez-toc-container .ez-toc-cssicon-toggle-label .ez-toc-cssicon {
position: static;
display: none;
align-items: center;
float: none;
width: 22px;
height: 22px;
padding: 0;
border: 0;
border-radius: 0;
transform: rotate(-180deg);
}
.page-single__contects #ez-toc-container .ez-toc-cssicon-toggle-label .ez-toc-cssicon path {
stroke: var(--dark-color);
}
.page-single__contects #ez-toc-container .ez-toc-list {
padding: 30px 20px;
}
.page-single__contects #ez-toc-container .ez-toc-list li {
margin-bottom: 10px;
}
.page-single__contects #ez-toc-container .ez-toc-list .ez-toc-link {
font-size: 17px;
line-height: normal;
color: var(--dark-color);
position: relative;
padding-left: 15px;
}
.page-single__contects #ez-toc-container .ez-toc-list .ez-toc-link.active {
color: var(--primary-color);
}
.page-single__contects #ez-toc-container .ez-toc-list .ez-toc-link::before {
content: "- ";
margin-right: 0.2em;
counter-increment: item;
flex-grow: 0;
flex-shrink: 0;
min-width: 15px;
width: auto;
top: 0;
left: 0;
position: absolute;
}
.page-single__content {
display: flex;
flex-direction: column;
gap: 15px;
padding-bottom: 60px;
font-size: 18px;
color: var(--dark-color);
}
.page-single__content p {
font-size: 18px;
line-height: 23px;
}
.page-single__content h2 {
font-size: 30px;
font-weight: 800;
color: var(--primary-color);
}
.page-single__content a {
color: var(--accent-color);
text-decoration: underline;
transition: color 0.3s ease;
}
.page-single__content ul {
list-style-type: disc;
}
.page-single__content ul li::marker {
color: var(--primary-color);
}
.page-single__content ul,
.page-single__content ol {
display: flex;
flex-direction: column;
gap: 10px;
margin-left: 20px;
}
.page-single__content table {
border-spacing: 3px;
border-collapse: separate;
}
.page-single__content table th,
.page-single__content table td {
padding: 8px 20px;
background: var(--light-color);
border: 0;
border-radius: 4px;
}
.page-single__content table thead {
border-spacing: 0;
border: 0;
}
.page-single__content table th {
font-size: 18px;
font-weight: 900;
text-align: left;
}
.page-single__content .faqs {
margin-top: 40px;
}
.page-single__content .wp-block-image .wp-element-caption {
font-size: 17px;
text-align: center;
color: grey;
}
.page-single-pre__title {
font-size: 38px;
font-weight: 900;
color: #222222;
}
.page-single-pre__info {
margin-bottom: 40px;
display: grid;
grid-template-columns: 1fr 260px;
align-items: center;
gap: 56px;
margin-right: -100px;
}
.page-single-pre__list {
width: 100%;
margin: 20px 0 0 0 !important;
padding: 0;
font-size: 18px;
}
.page-single-pre__list li {
list-style: none;
display: grid;
grid-template-columns: 200px 1fr;
}
.page-single-pre__list li span {
color: #676767;
}
.single-preparat h2 {
font-size: 20px;
color: #222222;
}
.single-preparat ul li::marker {
color: #222222;
}
.single-preparat .page-single__inner {
padding-top: 0;
}
.single-preparat figure.wp-block-table {
margin: 0;
padding: 0;
display: grid;
width: 100%;
overflow: auto;
}
.single-preparat figure.wp-block-table table {
display: block;
width: 100%;
overflow: auto;
background: linear-gradient(to right, #fff 30%, rgba(255, 255, 255, 0)), linear-gradient(to right, rgba(255, 255, 255, 0), #fff 70%) 0 100%, radial-gradient(farthest-side at 0% 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
background-repeat: no-repeat;
background-color: #fff;
background-size: 40px 100%, 40px 100%, 14px 100%, 14px 100%;
background-position: 0 0, 100%, 0 0, 100%;
background-attachment: local, local, scroll, scroll;
}
.single-preparat figure.wp-block-table:focus {
outline: 0.1em solid rgba(0, 0, 0, 0.1);
}
.az-listing {
padding-top: 36px;
}
.az-listing .az-letters ul.az-links {
display: flex;
gap: 13.5px;
align-items: center;
font-size: 20px;
font-weight: 700;
}
.az-listing .az-letters ul.az-links > li {
width: -moz-fit-content;
width: fit-content;
height: -moz-fit-content;
height: fit-content;
padding: 0;
margin: 0;
color: var(--gray-color);
background: transparent;
border: 0;
}
.az-listing .az-letters ul.az-links > li a {
color: var(--accent-color);
transition: color 0.3s ease;
}
.items-outer {
padding-top: 41px;
}
.items-outer .items-inner {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
}
.items-outer .items-inner .letter-section .letter-title {
padding-bottom: 15px;
margin-bottom: 20px;
font-size: 40px;
font-weight: 900;
color: var(--primary-color);
border-bottom: 1px solid #d4dbe7;
}
.items-outer .items-inner .letter-section .az-columns {
display: flex;
flex-direction: column;
gap: 6px;
}
.items-outer .items-inner .letter-section .az-columns.max-1-columns {
max-width: -moz-fit-content;
max-width: fit-content;
}
.items-outer .items-inner .letter-section .az-columns li {
margin: 0;
}
.items-outer .items-inner .letter-section .az-columns li a {
font-size: 18px;
color: var(--dark-color);
text-decoration: none;
transition: color 0.3s ease;
}
.items-outer .items-inner .letter-section div.back-to-top {
display: none;
}
.search-title {
margin-bottom: 20px;
font-size: 40px;
font-weight: 900;
color: var(--primary-color);
}
.search-head {
max-width: 740px;
padding-top: 12px;
margin: 0 auto;
}
.search-block {
max-width: 757px;
margin: 0 auto;
}
.search-block__icon {
width: 60px;
height: 60px;
margin: 0 auto 20px;
}
.search-block__title {
font-size: 20px;
font-weight: 900;
color: var(--primary-color);
text-align: center;
}
.search-block__form {
position: relative;
display: flex;
justify-content: center;
margin-top: 30px;
}
.search-block__form input {
width: 100%;
padding: 18px 30px;
font-size: 18px;
color: var(--dark-color);
background: var(--light-color);
border: 0;
border-radius: 100px;
}
.search-block__form input::-moz-placeholder {
font-size: 18px;
color: var(--gray-color);
}
.search-block__form input::placeholder {
font-size: 18px;
color: var(--gray-color);
}
.search-block__form .veteo-button {
position: absolute;
top: 3px;
right: 3px;
padding: 16px;
}
.search-no-results .search-title {
display: none;
}
@media (min-width: 768px){
.ez-toc-cssicon-toggle-label {
display: none !important;
}
.site-header__nav,
.site-header .navigation,
.site-header .header-nav,
.site-header .menu {
height: 100%;
}
}
@media (max-width: 1180px){
.page-single-pre__info {
margin-right: 0;
}
}
@media (max-width: 1170px){
.page-single__image {
margin-right: -15px;
}
.page-single__inner {
grid-template-columns: 270px 1fr;
}
}
@media (max-width: 1140px){
.footer__nav {
margin-left: clamp(1px, -12.3846153846px + 0.0371794872 * 100vw, 30px);
}
.footer__nav .menu {
gap: 15px;
}
.footer__socials {
margin-left: clamp(1px, -12.3846153846px + 0.0371794872 * 100vw, 30px);
}
}
@media (max-width: 1070px){
.page-single-pre__info {
grid-template-columns: 1fr;
gap: 40px;
}
.page-single-pre__image {
order: -1;
}
}
@media (max-width: 960px){
.items-outer .items-inner {
grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 900px){
.footer__inner {
justify-content: space-between;
}
.footer .copyright {
width: 100%;
margin-top: 30px;
margin-left: 0;
text-align: center;
}
.footer .copyright br {
display: none;
}
}
@media (max-width: 870px){
.page-single__inner {
grid-template-columns: 1fr;
}
.page-single__contects #ez-toc-container .ez-toc-cssicon-toggle-label .ez-toc-cssicon {
display: flex;
}
}
@media (max-width: 800px){
.veteo-cookies {
top: clamp(30px, 16.1538461538px + 0.0384615385 * 100vw, 60px);
height: calc(100svh - clamp(60px, 32.3076923077px + 0.0769230769 * 100vw, 120px));
max-height: -moz-fit-content;
max-height: fit-content;
}
}
@media (max-width: 767px){
.veteo {
padding-top: 54px;
}
.page-text table th,
.page-text table td {
padding: 8px 10px;
}
.slider-sw,
.page-single__contects {
margin-right: -15px;
margin-left: -15px;
}
.slider-sw__excerpt {
display: none;
}
.slider-sw__image {
height: 300px;
margin-top: auto;
}
.site-header__inner {
height: 54px;
}
.site-header__left {
justify-content: space-between;
width: 100%;
}
.site-header__right {
display: none;
}
.site-header .burger-btn {
display: block;
}
.header-nav .menu .menu-button {
position: relative;
z-index: 20;
display: flex;
align-items: center;
justify-content: center;
width: 32px;
height: 32px;
padding-left: 0;
margin-right: -32px;
border: 1px solid rgba(255, 255, 255, 0.2);
}
.header-nav .menu .menu-button svg {
transition: transform 0.1s ease;
}
.header-nav .menu .menu-button svg path {
stroke: var(--white-color);
}
.header-nav .menu > .menu-item {
display: block;
}
.header-nav .menu > .menu-item > a {
width: calc(100% - 32px);
}
.header-nav .menu > .menu-item > .sub-menu {
position: static;
width: calc(100% - 32px);
padding-left: 20px;
background: var(--primary-color);
border: 0;
}
.header-nav .menu > .menu-item > .sub-menu::before {
display: none;
}
.header-nav .menu > .menu-item > .sub-menu::after {
display: none;
}
.header-nav .menu > .menu-item:not(.mega) .sub-menu .menu-item {
padding: 15px 0 0 0;
}
.header-nav .menu > .menu-item:not(.mega) .sub-menu .menu-item a {
color: var(--white-color);
}
.header-nav .menu .menu-item:not(.mega).open > .sub-menu {
display: block !important;
gap: 15px;
}
.navigation {
position: absolute;
top: clamp(50px, 45.3846153846px + 0.0128205128 * 100vw, 60px);
right: -15px;
left: -15px;
display: block;
height: calc(100svh - clamp(50px, 45.3846153846px + 0.0128205128 * 100vw, 60px));
padding-top: 0;
background: var(--primary-color);
transition: transform 0.3s ease;
transform: translateX(-100%);
}
.navigation--open {
transform: translateX(0);
}
.navigation .menu {
flex-direction: column;
gap: 0;
padding: 0 15px;
}
.navigation .menu > .menu-item {
padding: 19px 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.navigation .menu > .menu-item > a {
font-size: 20px;
font-weight: 700;
color: var(--white-color);
}
.menu .menu-item.open .menu-button svg {
transform: rotate(-180deg);
}
.single .breadcrumbs .current {
display: none;
}
.footer {
padding: 30px 0;
}
.footer__inner {
flex-direction: column;
gap: 20px;
}
.footer__nav {
margin-left: 0;
}
.footer__nav .menu {
flex-direction: column;
}
.footer__socials {
margin-left: 0;
}
.related__item {
grid-template-columns: 1fr;
}
.related__item-content {
padding: 15px 20px 30px;
}
.veteo-cookies__footer {
flex-direction: column;
}
.archive-content {
grid-template-columns: 1fr;
}
.archive-content-search {
grid-template-columns: 1fr;
}
.page-single__head-inner {
grid-template-columns: 1fr;
gap: 0;
}
.page-single__image {
margin-left: -15px;
}
.page-single__info {
max-width: 100%;
min-height: auto;
}
.page-single__meta {
margin-top: 40px;
}
.page-single__author, .page-single__date {
font-size: 14px;
}
.page-single__contects {
margin-top: -40px;
}
.page-single__contects #ez-toc-container {
top: 30px;
}
.page-single__content table th,
.page-single__content table td {
padding: 8px 10px;
}
.page-single-pre__title {
font-size: 28px;
}
.page-single-pre__list {
font-size: 16px;
}
.page-single-pre__list li {
grid-template-columns: 160px 1fr;
}
.single-preparat .page-single__contects {
margin-top: -10px;
}
.az-listing {
display: grid;
grid-template-columns: 1fr 20px;
gap: 30px;
padding-bottom: 40px;
}
.az-listing .az-letters {
position: static;
top: 20px;
right: 0;
}
.az-listing .az-letters ul.az-links {
display: grid;
grid-template-columns: 1fr;
}
.items-outer {
order: -1;
padding-top: 0;
}
.items-outer .items-inner {
grid-template-columns: repeat(2, 1fr);
}
.items-outer .items-inner .letter-section div.back-to-top {
display: block;
margin-top: 20px;
text-align: left;
}
.items-outer .items-inner .letter-section div.back-to-top a {
color: var(--accent-color);
text-decoration: none;
transition: color 0.3s ease;
}
}
@media (max-width: 767px) and (hover: hover){
.navigation .menu > .menu-item > a:hover {
background: transparent;
}
.items-outer .items-inner .letter-section div.back-to-top a:hover {
color: var(--primary-color);
}
}
@media (max-width: 767px) and (hover: none){
.navigation .menu > .menu-item > a:active {
background: transparent;
}
.items-outer .items-inner .letter-section div.back-to-top a:active {
color: var(--primary-color);
}
}
@media (max-width: 766px){
.hide-mobile,
.back-to-top {
position: absolute !important;
display: none !important;
width: 0 !important;
height: 0 !important;
padding: 0 !important;
margin: 0 !important;
overflow: hidden !important;
clip: rect(0 0 0 0) !important;
clip-path: inset(100%) !important;
white-space: nowrap !important;
visibility: hidden !important;
border: 0 !important;
}
}
@media (max-width: 600px){
html {
margin: 0 !important;
}
#wpadminbar {
position: static;
}
}
@media (max-width: 540px){
.items-outer .items-inner {
grid-template-columns: 1fr;
}
}
@media (max-width: 480px){
.related__head {
flex-wrap: wrap;
}
}
@media (hover: hover){
.page-text a:hover {
color: var(--primary-color);
}
.pagination .nav-links a.page-numbers:hover {
color: var(--white-color);
background: var(--primary-color);
}
.veteo-button:hover,
a.veteo-button:hover {
background: var(--accent-color-lighter);
}
.veteo-button:active,
a.veteo-button:active {
background: var(--accent-color-darker);
}
.article__title a:hover {
color: var(--primary-color);
}
.header-nav .menu > .menu-item > a:hover {
color: var(--accent-color);
}
.socials-list__link:hover svg path {
fill: var(--accent-color);
}
.breadcrumbs a:hover {
color: var(--primary-color);
}
.footer__nav .menu-item a:hover {
color: var(--accent-color);
}
.related__item-title a:hover {
color: var(--primary-color);
}
.veteo-cookies .veteo-button--outline:hover {
color: var(--white-color);
}
.error404-btn:hover {
color: #fff;
background: #000;
}
.page-single__meta a:hover {
text-decoration: none;
}
.page-single__contects #ez-toc-container .ez-toc-list .ez-toc-link:hover {
font-weight: 700;
color: var(--primary-color);
text-decoration: none;
}
.page-single__content a:hover {
text-decoration: none;
color: var(--primary-color);
}
.az-listing .az-letters ul.az-links > li a:hover {
color: var(--primary-color);
}
.items-outer .items-inner .letter-section .az-columns li a:hover {
color: var(--accent-color);
}
}
@media (hover: none){
.page-text a:active {
color: var(--primary-color);
}
.pagination .nav-links a.page-numbers:active {
color: var(--white-color);
background: var(--primary-color);
}
.veteo-button:active,
a.veteo-button:active {
background: var(--accent-color-darker);
}
.article__title a:active {
color: var(--primary-color);
}
.header-nav .menu > .menu-item > a:active {
color: var(--accent-color);
}
.socials-list__link:active svg path {
fill: var(--accent-color);
}
.breadcrumbs a:active {
color: var(--primary-color);
}
.footer__nav .menu-item a:active {
color: var(--accent-color);
}
.related__item-title a:active {
color: var(--primary-color);
}
.veteo-cookies .veteo-button--outline:active {
color: var(--white-color);
}
.error404-btn:active {
color: #fff;
background: #000;
}
.page-single__meta a:active {
text-decoration: none;
}
.page-single__contects #ez-toc-container .ez-toc-list .ez-toc-link:active {
font-weight: 700;
color: var(--primary-color);
text-decoration: none;
}
.page-single__content a:active {
text-decoration: none;
color: var(--primary-color);
}
.az-listing .az-letters ul.az-links > li a:active {
color: var(--primary-color);
}
.items-outer .items-inner .letter-section .az-columns li a:active {
color: var(--accent-color);
}
}