/*!
Theme Name: nikjke
Theme URI: http://underscores.me/
Author: nikjke
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nikjke
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

nikjke is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
:root {
  --dark: #28282a;
  --red: #ff0035;
  --blue: #0075ff;
  --white: #fff;
  --dblue: #dee8f4;
  --lblue: #edf3fa;
  --gray: #a5a5a5;
}
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*, *::before, *::after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
html {
  font-size: 16px;
}
body, button, input, select, optgroup, textarea {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--dark);
}
@media (max-width: 575px) {
  body {
    font-size: 0.875rem;
  }
}
h1, h2, h3, h4, h5, h6, .main-title, .section-title {
  clear: both;
  margin: 0 0 2rem;
  font-weight: 600;
}
h1, .main-title {
  font-size: clamp(1.5rem, 5vw, 4.375rem);
  line-height: 1.14;
}
h2, .section-title {
  font-size: 3rem;
  font-size: clamp(1.25rem, 3vw, 3rem);
  line-height: 1.17;
}
h3 {
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  line-height: 1.25;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  h1, h2, .main-title, .section-title {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 575px) {
  h1, h2, .main-title, .section-title {
    margin-bottom: 1rem;
  }
}
p {
  margin-bottom: 1.5em;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/* Elements
--------------------------------------------- */
:root {
  color-scheme: light only;
}
body {
  background: #f8f8f8;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul, ol {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0 0 1.5rem;
  padding-left: 1.125rem;
}
ul li::marker, ol li::marker {
  color: var(--red);
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/* Links
--------------------------------------------- */
a {
  transition: 0.4s ease;
  text-decoration: none;
  color: var(--gray);
}
a:visited {
  color: var(--gray);
}
a:hover, a:focus, a:active {
  color: var(--blue);
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}
/* Forms
--------------------------------------------- */
.button, button, input[type="button"], input[type="reset"], input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease;
  border: 2px solid;
  border-color: var(--red);
  border-radius: 20px;
  min-width: 196px;
  padding: 0.875rem 1.375rem;
  background: var(--red);
  font-weight: 700;
  line-height: 1.5;
  color: var(--white);
}
.button:visited, button:visited, input[type="button"]:visited, input[type="reset"]:visited, input[type="submit"]:visited {
  color: var(--white);
}
.button:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  border-color: var(--blue);
  background-color: var(--blue);
}
.button:active, .button:focus, button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
  border-color: var(--blue);
  border-color: var(--red);
}
.button--secondary {
  background-color: transparent;
  color: var(--red);
}
.button--secondary:visited {
  color: var(--red);
}
.button--secondary:hover {
  border-color: var(--red);
  background-color: var(--red);
  color: var(--white);
}
.button--tertiary {
  border-color: var(--blue);
  background-color: var(--blue);
}
.wpcf7-spinner {
  display: none;
}
.thanks-btn {
  position: absolute;
  z-index: -10;
  left: -200%;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 575px) {
  .button, button, input[type="button"], input[type="reset"], input[type="submit"] {
    min-width: 100%;
  }
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  border: 2px solid var(--lblue);
  border-radius: 20px;
  padding: 0.875rem 1.375rem;
  background-color: var(--lblue);
  color: var(--dark);
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  color: var(--dark);
}
input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="url"]::placeholder, input[type="password"]::placeholder, input[type="search"]::placeholder, input[type="number"]::placeholder, input[type="tel"]::placeholder, input[type="range"]::placeholder, input[type="date"]::placeholder, input[type="month"]::placeholder, input[type="week"]::placeholder, input[type="time"]::placeholder, input[type="datetime"]::placeholder, input[type="datetime-local"]::placeholder, input[type="color"]::placeholder, textarea::placeholder {
  color: var(--gray);
}
select {
  border: 1px solid var(--lblue);
}
textarea {
  width: 100%;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site-header {
  position: relative;
  z-index: 9;
  padding-top: 1.5rem;
  background-color: var(--lblue);
}
.site-header__wrapper {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.site-header__contacts {
  display: flex;
  gap: 3rem;
  margin-left: auto;
}
.site-header__contacts-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
}
.site-header__phone, .site-header__time, .site-header__address {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  color: var(--dark);
}
.site-header__phone::before, .site-header__time::before, .site-header__address::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
}
.site-header__phone::before {
  background: url("/wp-content/uploads/2025/07/phone-20-blue.svg");
}
.site-header__time::before {
  background: url("/wp-content/uploads/2025/07/time-20-blue.svg");
}
.site-header__address::before {
  background: url("/wp-content/uploads/2025/07/map-20-blue.svg");
}
.site-header__phone-details, .site-header__email, .site-header__address-details {
  font-size: 0.875rem;
  line-height: 1.43;
  padding-left: 1.75rem;
  color: var(--gray);
}
.site-header__mobile-menu-btn {
  display: none;
  border: 0;
  min-width: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  background: url("/wp-content/uploads/2025/07/menu-24-red.svg");
}
.site-header__mobile-menu-btn:hover {
  transform: scale(1.1);
  background-color: transparent;
}
.header-bottom {
  position: sticky;
  z-index: 9;
  top: 0;
  padding: 1.5rem 0;
  background-color: var(--lblue);
}
.header-bottom__wrapper {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  border-radius: 1.25rem;
  padding: 1rem 3rem;
  background-color: var(--dblue);
}
@media (max-width: 1399px) {
  .site-header__wrapper {
    gap: 2rem;
  }
  .site-header__contacts {
    gap: 1rem;
  }
}
@media (max-width: 1199px) {
  .site-header__contacts-item:nth-child(3) {
    display: none;
  }
  .header-bottom__wrapper {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .site-header {
    padding-bottom: 1.5rem;
  }
  .site-header__order-btn {
    display: none;
  }
  .site-header__mobile-menu-btn {
    display: inline-flex;
  }
  .header-bottom {
    display: none;
  }
}
@media (max-width: 767px) {
  .site-header__contacts-item:nth-child(2) {
    display: none;
  }
}
@media (max-width: 575px) {
  .site-header {
    padding: 1rem 0;
  }
  .site-header .custom-logo {
    max-width: 6rem;
  }
}
#page {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}
#content {
  flex: 1;
}
.site-footer {
  padding: 6rem 0 3rem;
  background: url("/wp-content/uploads/2025/07/footer-bg.png") center/cover no-repeat;
}
.site-footer__title {
  margin-bottom: 1rem;
  font-weight: 700;
}
.site-footer .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer .menu a {
  font-size: 0.875rem;
  line-height: 1.43;
  font-weight: 500;
  color: var(--dark);
}
.site-footer .menu#footer-services {
  flex-wrap: wrap;
  max-height: 325px;
}
.site-footer .menu#footer-services .menu-item {
  width: calc(50% - .5rem);
}
.site-footer__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.site-footer__phone, .site-footer__email, .site-footer__time, .site-footer__address {
  font-size: 0.875rem;
  line-height: 1.43;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  color: var(--dark);
}
.site-footer__phone::before, .site-footer__email::before, .site-footer__time::before, .site-footer__address::before {
  content: "";
  min-width: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.site-footer__phone::before {
  background: url("/wp-content/uploads/2025/07/phone-20-blue.svg");
}
.site-footer__email::before {
  background: url("/wp-content/uploads/2025/07/email-20-blue.svg");
}
.site-footer__time::before {
  background: url("/wp-content/uploads/2025/07/time-20-blue.svg");
}
.site-footer__address::before {
  background: url("/wp-content/uploads/2025/07/map-20-blue.svg");
}
.footer-bottom {
  padding: 1rem 0;
  background-color: var(--dblue);
}
.footer-bottom__development a {
  color: var(--dark);
}
.footer-bottom__development a:hover {
  color: var(--blue);
}
.footer-bottom__privacy-policy {
  color: var(--dark);
}
.footer-bottom__privacy-policy:visited {
  color: var(--dark);
}
@media (max-width: 767px) {
  .site-footer {
    padding: 3rem 0;
  }
}
@media (max-width: 575px) {
  .site-footer__title {
    margin-bottom: 0.5rem;
  }
  .site-footer .menu {
    gap: 0.5rem;
  }
  .site-footer .menu#footer-services {
    max-height: 100%;
  }
  .site-footer .menu#footer-services .menu-item {
    width: 100%;
  }
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  display: none;
}
/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}
/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
.pt-96 {
  padding-top: 6rem;
}
.pb-96 {
  padding-bottom: 6rem;
}
.ptb-96 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (max-width: 767px) {
  .pt-96 {
    padding-top: 3rem;
  }
  .pb-96 {
    padding-bottom: 3rem;
  }
  .ptb-96 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.text-blue {
  color: var(--blue);
}
.text-red {
  color: var(--red);
}
.fw-600 {
  font-weight: 600;
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: flex;
  flex-direction: row;
  gap: 3rem;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.main-navigation ul ul {
  position: absolute;
  z-index: 99999;
  top: 100%;
  left: -999em;
  flex-direction: column;
  gap: 1rem;
  box-shadow: 0 4px 45px -1px rgba(121, 121, 121, 0.12);
  border-radius: 20px;
  padding: 1.5rem;
  background-color: var(--white);
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 305px;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation li.menu-item-has-children {
  padding-right: 20px;
}
.main-navigation li.menu-item-has-children::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url("/wp-content/uploads/2025/07/chevron-down-12-red.svg");
}
.main-navigation a {
  display: block;
  font-weight: 600;
  text-decoration: none;
  color: var(--dark);
}
.main-navigation a:hover {
  color: var(--red);
}
@media (max-width: 1199px) {
  .main-navigation ul {
    gap: 1rem;
  }
}
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}
.post {
  margin: 0 0 1.5em;
}
.updated:not(.published) {
  display: none;
}
.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
/* Media
--------------------------------------------- */
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
  display: block;
}
.breadcrumbs {
  font-size: 0.875rem;
  line-height: 1.43;
  position: relative;
  z-index: 2;
  padding: 24px 0;
  color: var(--red);
}
.breadcrumbs a {
  color: var(--red);
}
.breadcrumbs a:hover {
  color: var(--gray);
}
.breadcrumbs .current-item {
  color: var(--gray);
}
.search-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 104px;
  display: none;
}
.search-box.active {
  display: block;
}
.search-box__wrapper {
  padding: 1rem 1.5rem;
  box-shadow: 0 4px 45px -1px rgba(121, 121, 121, 0.12);
  background: var(--white);
  border-radius: 20px;
}
.search-box__wrapper .search-form {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
.search-box__wrapper .search-form label {
  flex-grow: 1;
}
.search-box__wrapper .search-field {
  padding-left: 3rem;
  background-image: url(/wp-content/themes/nikjke/sass/../img/icon_search.svg);
  background-position: left 1.5rem center;
  background-repeat: no-repeat;
  width: 100%;
}
.search-box__wrapper .search-submit {
  border-color: var(--blue);
  background: var(--blue);
}
@media (max-width: 991px) {
  .mobile-menu__search {
    margin: 1rem 0;
  }
  .mobile-menu__search.search-box__wrapper {
    padding: 0;
    background: transparent;
    box-shadow: none;
  }
  .mobile-menu__search.search-box__wrapper .search-form {
    position: relative;
  }
  .mobile-menu__search.search-box__wrapper .search-field {
    background-image: none;
    padding-left: 1.5rem;
    padding-right: 72px;
  }
  .mobile-menu__search.search-box__wrapper .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
    min-width: auto;
    width: 56px;
    background-image: url(/wp-content/themes/nikjke/sass/../img/icon_search_white.svg);
    background-position: center;
    background-repeat: no-repeat;
  }
}
.button-search {
  border: none;
  min-width: inherit;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  padding: 0;
  background: var(--lblue);
}
.button-search:hover {
  background: inherit;
}
.first-screen {
  margin-top: -4.25rem;
}
.first-screen__wrapper {
  min-height: 446px;
  background: url("/wp-content/uploads/2025/07/first-screen-bg.png") center/cover no-repeat;
}
.first-screen__content {
  padding-top: 4.25rem;
}
.first-screen__text {
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  line-height: 1.67;
  font-weight: 600;
}
.first-screen__text p:last-child {
  margin-bottom: 0;
}
.first-screen__text--certificate {
  margin-top: 68px;
}
.first-screen__link {
  margin-top: 1.5rem;
}
.first-screen__content-btn {
  margin-top: 1.5rem;
}
.first-screen__img {
  margin: auto 0 0 auto;
  padding-top: 3rem;
}
.first-screen__price-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.5rem;
  box-shadow: 0 4px 45px -1px rgba(121, 121, 121, 0.12);
  border-radius: 1.25rem;
  padding: 1.5rem 2rem;
  background-color: var(--white);
}
.first-screen__price-left {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding-right: 2rem;
}
.first-screen__price-title {
  font-weight: 700;
}
.first-screen__price {
  color: var(--red);
}
.first-screen__price-right {
  position: relative;
  padding-left: 2rem;
}
.first-screen__price-right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: var(--dblue);
}
.first-screen__price-btn {
  padding-inline: 1.25rem;
}
.home .first-screen {
  margin-top: 0;
}
.home .first-screen .first-screen__content {
  padding-top: 6rem;
}
.tax-medical-certificates_cat .first-screen .first-screen__img {
  padding-bottom: 6rem;
}
.page-template-page-about .first-screen, .single-medical-certificates .first-screen {
  background-color: var(--white);
}
@media (max-width: 1399px) {
  .first-screen__price-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .first-screen__price-right {
    margin-top: 1.5rem;
    padding-left: 0;
  }
  .first-screen__price-right::before {
    content: none;
  }
}
@media (max-width: 991px) {
  .first-screen__text br {
    display: none;
  }
  .first-screen__text--certificate {
    margin-top: 0;
  }
  .first-screen__img {
    margin: auto auto 0;
  }
  .first-screen__price-wrapper {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .first-screen__price-right {
    margin-top: 0;
    padding-left: 2rem;
  }
  .first-screen__price-right::before {
    content: "";
  }
}
@media (max-width: 767px) {
  .first-screen {
    margin-top: -5.5rem;
  }
  .first-screen__content {
    padding-top: 5.5rem;
  }
  .first-screen__img {
    max-height: 450px;
  }
  .home .first-screen .first-screen__content {
    padding-top: 3rem;
  }
}
@media (max-width: 575px) {
  .first-screen__img {
    max-height: 375px;
  }
  .first-screen__price-wrapper {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .first-screen__price-right {
    margin-top: 1.5rem;
    width: 100%;
    padding-left: 0;
  }
  .first-screen__price-right::before {
    content: none;
  }
}
.home-about {
  background-color: var(--lblue);
}
.home-about__title {
  position: relative;
  z-index: 2;
}
.home-about__title::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 372px;
  height: 381px;
  background: url("/wp-content/uploads/2025/07/home-about-bg.png") center/contain no-repeat;
}
.home-about__content {
  position: relative;
  z-index: 2;
}
.advantages {
  position: relative;
  padding-bottom: 24px;
  background-color: var(--lblue);
}
.advantages::before {
  content: "";
  position: absolute;
  top: 99%;
  left: 0;
  width: 100%;
  aspect-ratio: 22.5882352941;
  background: url("/wp-content/uploads/2025/07/advantages-bottom.svg") center/contain no-repeat;
}
.advantages__wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 1rem;
  box-shadow: 0 4px 45px -1px rgba(121, 121, 121, 0.12);
  border-radius: 20px;
  height: 100%;
  padding: 1rem 1.5rem;
  background-color: var(--white);
}
.tax-medical-certificates_cat .advantages, .page-template-page-about .advantages {
  padding-bottom: 72px;
  background-color: #f8f8f8;
}
.tax-medical-certificates_cat .advantages::before, .page-template-page-about .advantages::before {
  content: none;
}
.single-medical-certificates .advantages {
  padding-bottom: 72px;
  background-color: var(--white);
}
.single-medical-certificates .advantages::before {
  content: none;
}
@media (max-width: 767px) {
  .advantages__wrapper {
    padding: 1rem;
  }
}
@media (max-width: 575px) {
  .advantages::before {
    content: none;
  }
}
.main-form {
  padding: 130px 0 76px;
  background-color: var(--blue);
}
.main-form__img {
  width: 100%;
}
.main-form__content {
  margin: auto 0 1.25rem 0;
  border-radius: 20px;
  padding: 3rem;
  background-color: var(--white);
}
.main-form__title {
  margin-bottom: 1rem;
}
.main-form__text {
  margin-bottom: 1rem;
}
.main-form__policy {
  font-size: 0.75rem;
  line-height: 1.5;
  color: var(--gray);
}
.main-form__policy a {
  color: var(--red);
}
.page-template-page-payment-and-delivery .main-form, .page-template-page-medical-certificates .main-form, .tax-medical-certificates_cat .main-form, .page-template-page-about .main-form, .page-template-page-prices .main-form, .single-medical-certificates .main-form {
  margin-bottom: -84px;
  padding: 96px 0 180px;
}
@media (max-width: 575px) {
  .main-form {
    padding: 3rem 0;
  }
  .main-form__content {
    padding: 1.5rem;
  }
}
.faq-block__text {
  margin-bottom: 1.5rem;
  max-width: 306px;
}
.single-medical-certificates .faq-block {
  background-color: var(--white);
}
.accordion {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.accordion-item {
  border: 0 !important;
  border-radius: 20px !important;
}
.accordion-item:has(.accordion-button:not(.collapsed)) {
  box-shadow: 0 4px 45px -1px rgba(121, 121, 121, 0.12);
}
.accordion-button {
  box-shadow: 0 4px 45px -1px rgba(121, 121, 121, 0.12);
  border: none;
  border-radius: 20px !important;
  padding: 1.5rem;
  background-color: var(--white);
  font-weight: 700;
  text-transform: none;
  color: var(--dark);
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button::after {
  transition: 0.4s ease;
  width: 1.5rem;
  height: 1.5rem;
  background: url("/wp-content/uploads/2025/07/plus.svg");
}
.accordion-button:hover {
  color: var(--white);
}
.accordion-button:not(.collapsed) {
  border-radius: 20px 20px 0 0 !important;
  background-color: var(--blue);
  color: var(--white);
}
.accordion-button:not(.collapsed)::after {
  background: url("/wp-content/uploads/2025/07/minus.svg");
}
.accordion-body {
  border-radius: 0 0 20px 20px;
  padding: 1.5rem;
}
.accordion-body p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .accordion-button {
    padding: 1rem;
  }
  .accordion-body {
    padding: 1rem;
  }
}
.seo-block__text p:last-child {
  margin-bottom: 0;
}
.blog-page__item:first-child {
  margin-bottom: 3rem;
}
.blog-page__item:first-child .blog-page__item-content {
  padding: 6rem 3rem;
}
.blog-page__item:first-child .blog-page__item-title {
  font-size: 3rem;
  font-size: clamp(1.25rem, 3vw, 3rem);
  line-height: 1.17;
}
.blog-page__item-wrapper {
  position: relative;
  display: block;
  border-radius: 20px;
  min-height: 274px;
  height: 100%;
}
.blog-page__item-wrapper::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  transition: 0.4s ease;
  border-radius: 20px;
  background-color: rgba(40, 40, 42, 0.7);
}
.blog-page__item-wrapper:hover .blog-page__item-btn {
  opacity: 1;
}
.blog-page__item-thumbnail {
  position: absolute;
  z-index: 1;
  inset: 0;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-page__item-content {
  position: relative;
  z-index: 3;
  padding: 2rem;
}
.blog-page__item-date {
  font-size: 0.875rem;
  line-height: 1.43;
  display: inline-block;
  margin-bottom: 1rem;
  border-radius: 8px;
  padding: 0.25rem 0.5rem;
  background-color: var(--white);
  font-weight: 500;
  color: var(--dark);
}
.blog-page__item-title {
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  line-height: 1.67;
  margin-bottom: 1rem;
  text-wrap: balance;
  color: var(--white);
}
.blog-page__item-excerpt {
  margin-bottom: 1.5rem;
  color: var(--white);
}
.blog-page__item-btn {
  opacity: 0;
}
@media (max-width: 767px) {
  .blog-page__item:first-child .blog-page__item-content {
    padding: 3rem 2rem;
  }
}
@media (max-width: 575px) {
  .blog-page__item:first-child {
    margin-bottom: 1.5rem;
  }
  .blog-page__item:first-child .blog-page__item-content {
    padding: 1.5rem;
  }
  .blog-page__item-content {
    padding: 1.5rem;
  }
}
.not-found__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.districts__left {
  box-shadow: 0 4px 12px -1px rgba(121, 121, 121, 0.12);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 3rem 3rem 0;
  background-color: var(--white);
}
.districts__img {
  margin: auto auto 0;
}
.districts__right {
  box-shadow: 0 4px 12px -1px rgba(121, 121, 121, 0.12);
  border-radius: 20px;
  height: 100%;
  padding: 3rem;
  background-color: var(--white);
}
.districts__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.districts__item {
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  line-height: 1.67;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  width: calc(33.33% - 1rem);
  font-weight: 600;
}
.districts__item::before {
  content: "";
  min-width: 16px;
  width: 16px;
  height: 16px;
  background: url("/wp-content/uploads/2025/07/map-20-blue.svg") center/contain no-repeat;
}
.single-medical-certificates .districts {
  background-color: var(--white);
}
@media (max-width: 1399px) {
  .districts__item {
    width: calc(50% - .75rem);
  }
}
@media (max-width: 575px) {
  .districts__left {
    padding: 1.5rem 1.5rem 0;
  }
  .districts__right {
    padding: 1.5rem;
  }
  .districts__list {
    gap: 0.5rem;
  }
  .districts__item {
    width: 100%;
  }
}
.services-block__item-wrapper {
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 45px -1px rgba(121, 121, 121, 0.12);
  border-radius: 20px;
  min-height: 241px;
  height: 100%;
  padding: 1rem 1.5rem 1.5rem;
  background-color: var(--white);
}
.services-block__item-wrapper:hover .services-block__item-link::before {
  opacity: 1;
}
.services-block__item-thumbnail {
  margin-bottom: 0.5rem;
}
.services-block__item-title {
  margin-bottom: 1rem;
  font-weight: 600;
  color: var(--dark);
}
.services-block__item-price {
  margin: auto 0 1.5rem;
  font-weight: 700;
  color: var(--red);
}
.services-block__item-link {
  position: relative;
  margin: auto 0 0 auto;
  font-weight: 700;
}
.services-block__item-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.5rem;
  opacity: 0;
  transform: translateY(-50%);
  transition: 0.4s ease;
  width: 3.875rem;
  height: 3.625rem;
  background: url("/wp-content/uploads/2025/07/certificates-item-link.svg") center/contain no-repeat;
}
@media (max-width: 575px) {
  .services-block__item-wrapper {
    min-height: 0;
  }
}
.contacts-page__content {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.contacts-page__item {
  width: calc(50% - .75rem);
}
.contacts-page__item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 4px 45px -1px rgba(121, 121, 121, 0.12);
  border-radius: 20px;
  min-height: 184px;
  height: 100%;
  padding: 1.5rem;
  background-color: var(--white);
}
.contacts-page__item-icon {
  margin-bottom: 0.5rem;
}
.contacts-page__item-title {
  text-align: center;
  color: var(--gray);
}
.contacts-page__item-link {
  font-weight: 600;
  text-align: center;
  color: var(--blue);
}
.contacts-page__item-text {
  font-weight: 600;
  text-align: center;
  color: var(--blue);
}
.contacts-page__item-subtext {
  font-size: 0.75rem;
  line-height: 1.5;
  margin-top: 0.25rem;
  text-align: center;
  color: var(--gray);
}
.contacts-page__bottom {
  display: flex;
  align-items: center;
  gap: 1.5rem 3rem;
  box-shadow: 0 4px 45px -1px rgba(121, 121, 121, 0.12);
  border-radius: 20px;
  padding: 3rem;
  background-color: var(--white);
}
.contacts-page__bottom-text {
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  line-height: 1.67;
  font-weight: 600;
}
.contacts-page__map {
  overflow: hidden;
  border-radius: 20px;
  min-height: 100%;
}
@media (max-width: 575px) {
  .contacts-page__content {
    gap: 1rem;
    margin-bottom: 1rem;
  }
  .contacts-page__item {
    width: 100%;
  }
  .contacts-page__item-wrapper {
    min-height: 0;
  }
  .contacts-page__bottom {
    flex-direction: column;
    gap: 1rem 3rem;
    padding: 1.5rem;
  }
  .contacts-page__map {
    height: 400px !important;
  }
}
.reviews-page__item.hidden {
  display: none;
}
.reviews-page__item-wrapper {
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 0 4px 45px -1px rgba(121, 121, 121, 0.12);
  border: none;
  min-width: 100%;
  padding: 1.5rem;
  background-color: var(--white);
  text-align: left;
}
.reviews-page__item-wrapper:hover {
  background-color: transparent;
}
.reviews-page__item-wrapper:hover .reviews-page__item-link {
  color: var(--blue);
}
.reviews-page__item-name {
  margin-bottom: 1.5rem;
  font-weight: 700;
  color: var(--dark);
}
.reviews-page__item-excerpt {
  margin-bottom: 1rem;
  font-weight: 400;
  color: var(--dark);
}
.reviews-page__item-excerpt p:last-child {
  margin-bottom: 0;
}
.reviews-page__item-link {
  transition: 0.4s ease;
  font-weight: 700;
  color: var(--gray);
}
.reviews-page__btn {
  display: none;
}
.reviews-page__btn.visible {
  display: inline-flex;
}
.modal.fade {
  background: rgba(40, 40, 42, 0.7);
}
.mobile-menu .modal-dialog {
  margin: 0;
  min-width: 100vw;
  height: 100vh;
}
.reviews-modal .modal-dialog {
  min-width: 1296px;
}
.order-certificate-modal .modal-dialog {
  min-width: 540px;
}
.modal-dialog > * {
  position: relative;
  pointer-events: auto;
}
.modal-wrapper {
  position: relative;
  overflow-y: auto;
  border-radius: 20px;
  padding: 4.5rem 3rem 3rem;
  background-color: var(--white);
}
.mobile-menu .modal-wrapper {
  border-radius: 0;
  height: 100%;
}
.reviews-modal .modal-wrapper {
  padding: 3rem;
}
.thanks-modal .modal-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.modal-close-btn {
  position: absolute;
  z-index: 2;
  top: 1.5rem;
  right: 1.5rem;
  border: 0;
  border-radius: 0;
  min-width: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  background: url("/wp-content/uploads/2025/07/close-24-blue.svg");
}
.modal-close-btn:hover {
  background: url("/wp-content/uploads/2025/07/close-24-blue.svg");
}
.modal-title {
  font-size: 3rem;
  font-size: clamp(1.25rem, 3vw, 3rem);
  line-height: 1.17;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.thanks-modal .modal-text {
  margin-bottom: 3rem;
  text-align: center;
}
.modal-policy {
  font-size: 0.75rem;
  line-height: 1.5;
  color: var(--gray);
}
.modal-policy a {
  color: var(--red);
}
.reviews-modal__text p:last-child {
  margin-bottom: 0;
}
.order-certificate-modal__service-wrapper {
  margin-bottom: 1.5rem;
  font-weight: 600;
}
.order-certificate-modal__service-title {
  color: var(--gray);
}
.order-certificate-modal__service-name {
  color: var(--red);
}
@media (max-width: 1399px) {
  .reviews-modal .modal-dialog {
    min-width: 0;
  }
}
@media (max-width: 575px) {
  .order-certificate-modal .modal-dialog {
    min-width: 0;
  }
  .modal-wrapper {
    padding: 3rem 2rem 1.5rem;
  }
  .reviews-modal .modal-wrapper {
    padding: 2rem;
  }
}
.about-work {
  background-color: var(--white);
}
.about-work__text p:last-child {
  margin-bottom: 0;
}
.about-work__img-wrapper {
  position: relative;
  display: flex;
}
.about-work__img-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 2.2vw;
  width: 1px;
  height: 100%;
  background-color: var(--dblue);
}
.about-work__img {
  margin-left: auto;
}
@media (max-width: 1199px) {
  .about-work__img-wrapper::before {
    left: 0;
  }
}
@media (max-width: 991px) {
  .about-work__text {
    margin-bottom: 3rem;
  }
  .about-work__img-wrapper::before {
    content: none;
  }
  .about-work__img {
    margin-left: 0;
  }
}
.about-values__text p:last-child {
  margin-bottom: 0;
}
.about-reviews {
  position: relative;
}
.about-reviews::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  aspect-ratio: 2.9675425039;
  background: url("/wp-content/uploads/2025/07/about-reviews-bg.png") center/cover no-repeat;
}
.about-reviews__wrapper {
  position: relative;
  z-index: 2;
}
.about-reviews__link {
  font-weight: 700;
  color: var(--blue);
}
.about-reviews__link:visited {
  color: var(--blue);
}
.about-reviews__link:hover {
  color: var(--gray);
}
.about-reviews__link--desktop {
  margin: 0 0 2rem auto;
}
.about-reviews__link--mobile {
  display: none;
  margin-top: 1.5rem;
}
.about-reviews__item {
  margin-bottom: 1.5rem;
}
.about-reviews__item-wrapper {
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 0 4px 12px -1px rgba(121, 121, 121, 0.12);
  border: none;
  min-width: 100%;
  padding: 1.5rem;
  background-color: var(--white);
  text-align: left;
}
.about-reviews__item-wrapper:hover {
  background-color: transparent;
}
.about-reviews__item-wrapper:hover .about-reviews__item-link {
  color: var(--blue);
}
.about-reviews__item-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  width: 100%;
}
.about-reviews__item-icon {
  border-radius: 50%;
  min-width: 2.875rem;
  width: 2.875rem;
  height: 2.875rem;
}
.about-reviews__item-name {
  font-weight: 700;
  color: var(--dark);
}
.about-reviews__item-stars {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin-left: auto;
}
.about-reviews__item-stars .star {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.about-reviews__item-stars .star.full {
  background-image: url("/wp-content/uploads/2025/07/star-fill.svg");
}
.about-reviews__item-stars .star.empty {
  background-image: url("/wp-content/uploads/2025/07/star-empty.svg");
}
.about-reviews__item-excerpt {
  margin-bottom: 1rem;
  font-weight: 400;
  color: var(--dark);
}
.about-reviews__item-excerpt p:last-child {
  margin-bottom: 0;
}
.about-reviews__item-link {
  transition: 0.4s ease;
  font-weight: 700;
  color: var(--gray);
}
.about-reviews__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .about-reviews__link--mobile {
    display: inline-block;
  }
}
.slick-slider {
  margin: 0 -12px;
}
.about-reviews .slick-slider, .about-articles .slick-slider, .certificates-block .slick-slider {
  display: flex !important;
  flex-direction: column;
}
.about-reviews .slick-track, .about-articles .slick-track, .certificates-block .slick-track {
  display: flex;
}
.slick-slide {
  padding: 0 12px;
}
.about-reviews .slick-slide, .about-articles .slick-slide, .certificates-block .slick-slide {
  display: flex !important;
  flex-direction: column;
  flex: 1;
  height: auto;
}
.slick-dots {
  display: flex;
  flex-direction: row;
  align-items: center;
  order: 2;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.slick-dots li {
  display: flex;
  height: 0.5rem;
}
.slick-dots li.slick-active button {
  width: 0.5rem;
  height: 0.5rem;
  background-color: var(--blue);
}
.slick-dots button {
  border: 0;
  border-radius: 50%;
  min-width: 0;
  width: 0.375rem;
  height: 0.375rem;
  padding: 0;
  background-color: var(--gray);
  font-size: 0;
}
.slick-arrow {
  border: 0;
  min-width: 0;
  padding: 0;
  background-color: transparent;
}
.slick-arrow:focus {
  background: transparent;
}
.slick-arrow:hover {
  background: transparent;
}
.slick-arrow.slick-prev {
  order: 1;
}
.slick-arrow.slick-next {
  order: 3;
}
@media (max-width: 575px) {
  .slick-dots {
    gap: 0.5rem;
  }
}
.about-articles__item {
  margin-bottom: 1.5rem;
}
.about-articles__item-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
  box-shadow: 0 4px 12px -1px rgba(121, 121, 121, 0.12);
  border-radius: 20px;
}
.about-articles__item-wrapper:hover .about-articles__item-link {
  color: var(--red);
}
.about-articles__item-thumbnail {
  border-radius: 20px 20px 0 0;
  width: 100%;
  height: 254px;
  object-fit: cover;
}
.about-articles__item-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  border-radius: 0 0 20px 20px;
  padding: 1.5rem;
  background-color: var(--white);
}
.about-articles__item-date {
  font-size: 0.75rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  color: var(--gray);
}
.about-articles__item-title {
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  line-height: 1.67;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: var(--dark);
}
.about-articles__item-excerpt {
  margin-bottom: 0.5rem;
  color: var(--dark);
}
.about-articles__item-link {
  transition: 0.4s ease;
  margin-top: auto;
  font-weight: 700;
  color: var(--blue);
}
.about-articles__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .about-articles__item {
    margin-bottom: 1rem;
  }
  .about-articles__item-thumbnail {
    height: 220px;
  }
  .about-articles__item-content {
    padding: 1rem;
  }
}
.prices-page .nav-tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 3rem;
  border: 0;
}
.prices-page .nav-link {
  border: 0.125rem solid var(--dblue);
  border-radius: 0.5rem;
  min-width: 0;
  padding: 0.375rem 0.875rem;
  background-color: transparent;
  font-weight: 600;
  color: var(--dark);
}
.prices-page .nav-link.active {
  border-color: var(--blue);
  background-color: var(--blue);
  color: var(--white);
}
.prices-page__list {
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.prices-page__item:nth-child(odd) .prices-page__item-wrapper {
  background-color: var(--lblue);
}
.prices-page__item.hidden {
  display: none;
}
.prices-page__item-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem 6rem;
  border-radius: 20px;
  padding: 1rem 3rem;
}
.prices-page__item-title {
  font-weight: 600;
}
.prices-page__item-price {
  margin-left: auto;
  font-weight: 700;
  white-space: nowrap;
}
.prices-page__item-btn {
  border: 0;
  min-width: 77px;
  padding: 0;
  background-color: transparent;
  color: var(--blue);
}
.prices-page__item-btn:hover {
  background-color: transparent;
  color: var(--red);
}
.prices-page__btn {
  display: none;
  margin: 1.5rem auto 0;
}
.prices-page__btn.visible {
  display: inline-flex;
}
@media (max-width: 991px) {
  .prices-page__item-wrapper {
    gap: 0.5rem 3rem;
  }
}
@media (max-width: 575px) {
  .prices-page .nav-tabs {
    gap: 0.5rem;
  }
  .prices-page .nav-link {
    padding: 0.375rem 0.5rem;
  }
  .prices-page__item-wrapper {
    gap: 0.5rem 1rem;
    padding: 1rem;
  }
}
.example-certificate {
  background-color: var(--white);
}
.example-certificate__wrapper {
  display: flex;
  gap: 3rem;
  border-radius: 20px;
  padding: 3rem;
  background-color: var(--lblue);
}
.example-certificate__img-wrapper {
  position: relative;
  min-width: 258px;
  width: 258px;
}
.example-certificate__img-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: 0.4s ease;
  border-radius: 10px;
  background-color: rgba(0, 39, 86, 0.6);
}
.example-certificate__img-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: 0.4s ease;
  width: 1.5rem;
  height: 1.5rem;
  background: url("/wp-content/uploads/2025/07/search-24-white.svg") center/contain no-repeat;
}
.example-certificate__img-wrapper:hover::before, .example-certificate__img-wrapper:hover::after {
  opacity: 1;
}
.example-certificate__img {
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
}
.example-certificate__title {
  margin-bottom: 1rem;
  text-wrap: balance;
}
.example-certificate__text {
  max-width: 722px;
}
.example-certificate__text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .example-certificate__wrapper {
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .example-certificate__wrapper {
    flex-direction: column;
  }
  .example-certificate__img-wrapper {
    order: 2;
  }
  .example-certificate__content {
    order: 1;
  }
}
@media (max-width: 575px) {
  .example-certificate__wrapper {
    padding: 1.5rem;
  }
  .example-certificate__img-wrapper {
    width: 100%;
  }
}
.modal.lightbox .btn-close {
  top: -1.5rem !important;
  min-width: auto;
  width: 1.5rem !important;
  height: 1.5rem !important;
  padding: 0 !important;
  background: url("/wp-content/uploads/2025/07/close-16-red.svg") center/contain no-repeat !important;
  filter: brightness(0) invert(1);
}
.modal.lightbox .btn-close:hover {
  box-shadow: none;
  background-color: transparent !important;
}
.modal.lightbox .btn-close svg {
  display: none;
}
.modal.lightbox .carousel-control {
  min-width: auto;
}
.modal.lightbox .carousel-control:hover, .modal.lightbox .carousel-control:focus {
  box-shadow: none;
  border-color: transparent;
  background-color: transparent;
}
.modal.lightbox .carousel-item .ratio {
  background: transparent !important;
}
.modal.lightbox .spinner-border {
  display: none;
}
.other-articles__title {
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  line-height: 1.25;
  margin-bottom: 1rem;
  font-weight: 500;
}
.other-articles__list {
  gap: 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.other-articles__item-wrapper {
  position: relative;
  display: block;
  border-radius: 20px;
  min-height: 274px;
  height: 100%;
}
.other-articles__item-wrapper::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  transition: 0.4s ease;
  border-radius: 20px;
  background-color: rgba(40, 40, 42, 0.7);
}
.other-articles__item-wrapper:hover .other-articles__item-btn {
  opacity: 1;
}
.other-articles__item-thumbnail {
  position: absolute;
  z-index: 1;
  inset: 0;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.other-articles__item-content {
  position: relative;
  z-index: 3;
  padding: 2rem;
}
.other-articles__item-date {
  font-size: 0.875rem;
  line-height: 1.43;
  display: inline-block;
  margin-bottom: 1rem;
  border-radius: 8px;
  padding: 0.25rem 0.5rem;
  background-color: var(--white);
  font-weight: 500;
  color: var(--dark);
}
.other-articles__item-title {
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  line-height: 1.67;
  margin-bottom: 1rem;
  color: var(--white);
}
.other-articles__item-btn {
  opacity: 0;
}
@media (max-width: 575px) {
  .other-articles__item-content {
    padding: 1.5rem;
  }
}
.article-page__date {
  margin-bottom: 1rem;
  color: var(--gray);
}
.article-page__content h2 {
  margin-bottom: 1rem;
}
.article-page__content p:last-child {
  margin-bottom: 0;
}
.certificate-cats__item-wrapper {
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 45px -1px rgba(121, 121, 121, 0.12);
  border-radius: 20px;
  min-height: 184px;
  height: 100%;
  padding: 2rem;
  background-color: var(--white);
}
.certificate-cats__item-wrapper:hover .certificate-cats__item-link::before {
  opacity: 1;
}
.certificate-cats__item-title {
  margin-bottom: 1rem;
  font-weight: 600;
  color: var(--dark);
}
.certificate-cats__item-price {
  margin-bottom: 2rem;
  font-weight: 700;
  color: var(--red);
}
.certificate-cats__item-link {
  position: relative;
  margin: auto 0 0 auto;
  font-weight: 700;
}
.certificate-cats__item-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.5rem;
  opacity: 0;
  transform: translateY(-50%);
  transition: 0.4s ease;
  width: 3.875rem;
  height: 3.625rem;
  background: url("/wp-content/uploads/2025/07/certificates-item-link.svg") center/contain no-repeat;
}
.certificate-cats__link {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  background-color: var(--dblue);
  font-weight: 700;
  color: var(--blue);
}
.certificate-cats__link:visited {
  color: var(--blue);
}
@media (max-width: 767px) {
  .certificate-cats__item-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 575px) {
  .certificate-cats__item-wrapper {
    min-height: 0;
  }
  .certificate-cats__item-price {
    margin-bottom: 1.5rem;
  }
  .certificate-cats__link {
    height: 106px;
  }
}
.reviews-block {
  background-color: var(--dblue);
}
.reviews-block__link {
  font-weight: 700;
  color: var(--blue);
}
.reviews-block__link:visited {
  color: var(--blue);
}
.reviews-block__link:hover {
  color: var(--red);
}
.reviews-block__link--desktop {
  margin: 0 0 2rem auto;
}
.reviews-block__link--mobile {
  display: none;
  margin-top: 1.5rem;
}
.reviews-block__img {
  margin-top: auto;
}
.reviews-block__item-wrapper {
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 0 4px 12px -1px rgba(121, 121, 121, 0.12);
  border: none;
  min-width: 100%;
  padding: 1.5rem;
  background-color: var(--white);
  text-align: left;
}
.reviews-block__item-wrapper:hover {
  background-color: transparent;
}
.reviews-block__item-wrapper:hover .reviews-block__item-link {
  color: var(--blue);
}
.reviews-block__item-name {
  margin-bottom: 1.5rem;
  font-weight: 700;
  color: var(--dark);
}
.reviews-block__item-excerpt {
  margin-bottom: 1rem;
  font-weight: 400;
  color: var(--dark);
}
.reviews-block__item-excerpt p:last-child {
  margin-bottom: 0;
}
.reviews-block__item-link {
  transition: 0.4s ease;
  font-weight: 700;
  color: var(--gray);
}
.reviews-block__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .reviews-block__link--mobile {
    display: inline-block;
  }
}
.messengers {
  display: flex;
  gap: 1.5rem;
}
.messengers__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-width: 2rem;
  height: 2rem;
  background-color: var(--lblue);
}
.messengers__item:hover {
  background-color: var(--white);
}
.site-footer .messengers {
  margin-top: 1.5rem;
}
.site-footer .messengers__item {
  background-color: var(--dblue);
}
.site-footer .messengers__item:hover {
  background-color: var(--white);
}
.contacts-page .messengers {
  gap: 1rem;
  margin-top: 1rem;
}
.certificates-block__item-wrapper {
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 12px -1px rgba(121, 121, 121, 0.12);
  border-radius: 20px;
  min-height: 241px;
  height: 100%;
  padding: 1rem 1.5rem 1.5rem;
  background-color: var(--white);
}
.certificates-block__item-wrapper:hover .certificates-block__item-link::before {
  opacity: 1;
}
.certificates-block__item-thumbnail {
  margin-bottom: 0.5rem;
}
.certificates-block__item-title {
  margin-bottom: 1rem;
  font-weight: 600;
  color: var(--dark);
}
.certificates-block__item-price {
  margin: auto 0 1.5rem;
  font-weight: 700;
  color: var(--red);
}
.certificates-block__item-link {
  position: relative;
  margin: auto 0 0 auto;
  font-weight: 700;
}
.certificates-block__item-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.5rem;
  opacity: 0;
  transform: translateY(-50%);
  transition: 0.4s ease;
  width: 3.875rem;
  height: 3.625rem;
  background: url("/wp-content/uploads/2025/07/certificates-item-link.svg") center/contain no-repeat;
}
.certificates-block__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .certificates-block__item-wrapper {
    min-height: 0;
    padding: 1rem;
  }
  .certificates-block__item-title {
    margin-bottom: 0.5rem;
  }
}
.mobile-menu__logo-wrapper {
  margin-bottom: 1.5rem;
}
.mobile-menu__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.mobile-menu__phone, .mobile-menu__email, .mobile-menu__time, .mobile-menu__address {
  font-size: 0.875rem;
  line-height: 1.43;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  color: var(--dark);
}
.mobile-menu__phone::before, .mobile-menu__email::before, .mobile-menu__time::before, .mobile-menu__address::before {
  content: "";
  min-width: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.mobile-menu__phone::before {
  background: url("/wp-content/uploads/2025/07/phone-20-blue.svg");
}
.mobile-menu__email::before {
  background: url("/wp-content/uploads/2025/07/email-20-blue.svg");
}
.mobile-menu__time::before {
  background: url("/wp-content/uploads/2025/07/time-20-blue.svg");
}
.mobile-menu__address::before {
  background: url("/wp-content/uploads/2025/07/map-20-blue.svg");
}
#mobile-menu {
  display: flex;
  flex-direction: column;
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
}
#mobile-menu .menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  border-bottom: 1px solid var(--dblue);
}
#mobile-menu .menu-item:last-child {
  border-bottom: 0;
}
#mobile-menu .menu-item.menu-item-has-children > .menu-item__arrow {
  transform: rotate(-90deg);
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: url("/wp-content/uploads/2025/07/chevron-down-12-red.svg") center/contain no-repeat;
  cursor: pointer;
}
#mobile-menu .menu-item a {
  display: inline-block;
  padding: 0.75rem 0;
  color: var(--black);
}
#mobile-menu .menu-item a:hover {
  color: var(--dark-red);
}
#mobile-menu .sub-menu {
  display: flex;
  flex-direction: column;
  padding-right: 0.5rem;
}
#mobile-menu .sub-menu__wrapper {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  transition: 0.4s ease;
  width: 100vw;
  height: 100%;
  background-color: var(--white);
}
#mobile-menu .sub-menu__wrapper.active {
  transform: translateX(0%);
}
#mobile-menu .sub-menu__header {
  position: relative;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
}
#mobile-menu .sub-menu__back {
  position: absolute;
  top: 50%;
  left: 1.5rem;
  transform: translateY(-50%) rotate(90deg);
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: url("/wp-content/uploads/2025/07/chevron-down-12-red.svg") center/contain no-repeat;
  cursor: pointer;
}
#mobile-menu .sub-menu__title {
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  line-height: 1.67;
  text-align: center;
}
/*# sourceMappingURL=https://chelclinic.ru/wp-content/build/scss_library/88592a2161798cc1bd1ba67be893b9398882a955.css.map */