/*!
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

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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
--------------------------------------------- */
body, button, input, select, optgroup, textarea {
  color: #282828;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.625;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  margin: 0 0 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
}
h1, .main-title {
  font-size: 4rem;
  line-height: 1.3125;
}
h2, .section-title {
  font-size: 3rem;
  line-height: 1.375;
}
.subtitle {
  font-weight: 700;
  color: #FD7400;
}
@media (max-width: 767px) {
  h1, .main-title {
    font-size: 2.25rem;
  }
  h2, .section-title {
    font-size: 2rem;
  }
}
@media (max-width: 575px) {
  h1, .main-title {
    font-size: 1.75rem;
  }
  h2, .section-title {
    font-size: 1.5rem;
  }
}
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%;
}
@media (max-width: 575px) {
  body {
    font-size: 0.875rem;
  }
}
/* Elements
--------------------------------------------- */
body {
  background: #fff;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul, ol {
  margin: 0 0 1.5em 0;
}
ul li, ol li {
  margin-bottom: 1rem;
}
ul {
  padding-left: 1.5rem;
  list-style: disc;
}
ul li::marker {
  color: #FD7400;
}
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 {
  color: #FD7400;
  text-decoration: none;
  transition: 0.4s ease;
}
a:visited {
  color: #FD7400;
}
a:hover, a:focus, a:active {
  color: #777777;
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline: 0;
}
/* Forms
--------------------------------------------- */
.btn, button, input[type="button"], input[type="reset"], input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 2.125rem;
  line-height: 1.625;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #FD7400;
  border: none;
  border-radius: 0.375rem;
  transition: 0.4s ease;
}
.btn:visited, .btn:active, .btn:focus, button:visited, button:active, button:focus, input[type="button"]:visited, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:visited, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:visited, input[type="submit"]:active, input[type="submit"]:focus {
  color: #FFFFFF;
}
.btn:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  color: #FFFFFF;
  background-color: #DF7318;
}
.btn:focus, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
  box-shadow: none;
}
.btn--gray {
  color: #FD7400;
  background-color: #F6F4F1;
}
.btn--gray:visited {
  color: #FD7400;
}
.btn--gray:hover {
  color: #FFFFFF;
  background-color: #FD7400;
}
.btn--callback {
  padding: 8px 24px;
  white-space: nowrap;
}
.wpcf7-spinner {
  display: none;
}
body.page-template-page-contacts .wpcf7-submit {
  min-width: 275px;
}
.qbutton {
  padding: 0 0 0 32px !important;
  font-weight: 400 !important;
  color: #FFFFFF !important;
  background: transparent !important;
  border: none;
}
.zl-form-control-wrap {
  position: relative;
}
.zl-form-control-wrap::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 24px;
  height: 24px;
  background: url("/wp-content/themes/nikjke/img/attachment.svg") center/cover no-repeat;
}
@media (max-width: 1855px) {
  .btn--callback {
    padding: 8px 14px;
  }
}
@media (max-width: 575px) {
  .btn, button, input[type="button"], input[type="reset"], input[type="submit"] {
    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 {
  width: 100%;
  padding: 11px 15px;
  color: #777777;
  border: 1px solid #EAEAEA;
  border-radius: 6px;
}
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: #282828;
  border-color: #FD7400;
}
select {
  border: 1px solid #EAEAEA;
}
textarea {
  display: block;
  width: 100%;
  height: 120px;
}
.contacts-form .wpcf7-not-valid {
  border: 1px solid red;
}
.contacts-form .wpcf7-not-valid-tip {
  display: none;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  padding: 12px 0;
  background-color: #FFFFFF;
  transition: 0.4s ease;
}
.site-header.scrolled {
  background-color: #F6F4F1;
}
.site-header .contact {
  display: flex;
  align-items: center;
  color: #282828;
  white-space: nowrap;
}
.site-header .contact:hover {
  color: #FD7400;
}
.site-header .contact--phone .icon {
  background-image: url("/wp-content/themes/nikjke/img/phone-black.svg");
}
.site-header .contact--mail .icon {
  background-image: url("/wp-content/themes/nikjke/img/email-black.svg");
}
.site-header .contact .icon {
  min-width: 16px;
  height: 16px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.site-header .language .menu {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.site-header .language .menu .pll-parent-menu-item {
  position: relative;
  margin-bottom: 0;
  padding: 8px 34px 8px 16px;
  font-weight: 700;
  background: linear-gradient(126deg, #4D77AD 0%, #5E96D8 100%);
  border-radius: 6px;
}
.site-header .language .menu .pll-parent-menu-item::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("/wp-content/themes/nikjke/img/chevron-down.svg") center/cover no-repeat;
}
.site-header .language .menu .pll-parent-menu-item > a {
  color: #FFFFFF;
}
.site-header .language .menu .pll-parent-menu-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.site-header .language .sub-menu {
  position: absolute;
  top: calc(100% + 16px);
  left: 0;
  padding: 16px;
  margin: 0;
  list-style-type: none;
  background: #FFFFFF;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease;
}
.site-header .language .sub-menu .lang-item {
  margin-bottom: 16px;
  font-weight: 400;
}
.site-header .language .sub-menu .lang-item:last-child {
  margin-bottom: 0;
}
.site-header .language .sub-menu .lang-item a {
  color: #282828;
}
.site-header .language .sub-menu .lang-item a:hover {
  color: #FD7400;
}
.site-header .mobile-menu {
  display: none;
}
.site-header .mobile-menu .rmp-menu-title-image {
  margin: 0 0 24px !important;
}
.site-header .mobile-menu .rmp-menu .menu-item {
  margin-bottom: 8px !important;
}
.site-header .mobile-menu .rmp-menu .menu-item .rmp-menu-item-link:not([href^="#"]):hover {
  color: #FD7400 !important;
}
.site-header .mobile-menu .rmp-menu .menu-item .rmp-menu-item-link[href^="#"] {
  pointer-events: none;
}
.site-header .mobile-menu .rmp-menu .menu-item .rmp-menu-item-link[href^="#"]:hover {
  color: #2d2d2d !important;
  cursor: text;
}
.site-header .mobile-menu .rmp-menu .menu-item#rmp-menu-item-477 .rmp-menu-item-link, .site-header .mobile-menu .rmp-menu .menu-item#rmp-menu-item-476 .rmp-menu-item-link, .site-header .mobile-menu .rmp-menu .menu-item#rmp-menu-item-775 .rmp-menu-item-link, .site-header .mobile-menu .rmp-menu .menu-item#rmp-menu-item-776 .rmp-menu-item-link {
  font-weight: 700;
}
@media (min-width: 1600px) {
  .site-header .contacts-wrapper {
    display: block !important;
    font-size: 0.8rem !important;
  }
}
@media (min-width: 1400px) {
  .site-header .contacts-wrapper {
    display: none;
  }
}
@media (max-width: 1855px) {
  .site-header .container-fluid {
    padding-inline: 24px !important;
  }
  .site-header .col-xxl-6 {
    width: 55.66%;
  }
  .site-header .col-xxl-5 {
    width: 36%;
  }
  .mail-wrapper {
    display: none !important;
  }
}
@media (max-width: 1399px) {
  .site-header .col-xxl-5 {
    width: 83.33333333%;
  }
  .site-header .mobile-menu {
    display: block;
  }
  .mail-wrapper {
    display: flex !important;
  }
}
@media (max-width: 991px) {
  .mail-wrapper {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  .site-header .contacts-wrapper {
    display: none;
  }
}
@media (max-width: 767px) {
  .site-header .col-xxl-5 {
    width: 75%;
  }
  .site-header .btn--callback {
    display: none;
  }
}
@media (max-width: 575px) {
  .site-header .col-xxl-5 {
    width: 66.66%;
  }
  .site-header .contact--phone .icon {
    min-width: 24px;
    height: 24px;
    background-image: url("/wp-content/uploads/2023/09/phone-mobile.svg");
  }
}
#page {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}
#content {
  flex: 1;
  overflow: hidden;
}
.site-footer .menu {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.site-footer .menu .menu-item {
  margin-bottom: 16px;
}
.site-footer .menu .menu-item a {
  color: #FFFFFF;
}
.site-footer .menu .menu-item a:hover {
  color: #FD7400;
}
.site-footer .menu .menu-item:last-child {
  margin-bottom: 0;
}
.site-footer .menu#footer-menu {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 170px;
}
.site-footer .contacts-wrapper .contact {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  width: fit-content;
  color: #FFFFFF;
}
.site-footer .contacts-wrapper .contact:last-child {
  margin-bottom: 0;
}
.site-footer .contacts-wrapper .contact[href]:hover {
  color: #FD7400;
}
.site-footer .contacts-wrapper .contact--phone .icon {
  background-image: url("/wp-content/themes/nikjke/img/phone-white.svg");
}
.site-footer .contacts-wrapper .contact--mail .icon {
  background-image: url("/wp-content/themes/nikjke/img/email-white.svg");
}
.site-footer .contacts-wrapper .contact--time .icon {
  background-image: url("/wp-content/themes/nikjke/img/time.svg");
}
.site-footer .contacts-wrapper .contact--address .icon {
  background-image: url("/wp-content/themes/nikjke/img/map.svg");
}
.site-footer .contacts-wrapper .contact .icon {
  min-width: 16px;
  height: 16px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.site-footer .socials-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 18px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
}
.footer-bottom a {
  color: #282828;
}
.footer-bottom a:hover {
  color: #FD7400;
}
.grecaptcha-badge {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1399px) {
  .site-footer .menu#footer-menu {
    height: auto;
  }
}
@media (max-width: 575px) {
  .site-footer .socials-wrapper {
    padding: 16px;
  }
  .site-footer .socials-wrapper .footer-title {
    font-size: 0.875rem;
  }
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  padding: 16px 16px 0;
  background: #FFFFFF;
  border-radius: 6px;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li {
  margin: 0 0 16px;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 220px;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  left: 0;
}
.main-navigation li {
  position: relative;
  margin: 0 24px 0 0;
}
.main-navigation li:last-child {
  margin-right: 0;
}
.main-navigation li.menu-item-397, .main-navigation li.menu-item-745 {
  position: relative;
  padding: 10px 24px 10px 52px;
  background: linear-gradient(126deg, #5E96D8 0%, #4D77AD 100%);
  border-radius: 6px;
}
.main-navigation li.menu-item-397::before, .main-navigation li.menu-item-745::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("/wp-content/themes/nikjke/img/menu.svg") center/cover no-repeat;
  transition: 0.4s ease;
}
.main-navigation li.menu-item-397:hover::before, .main-navigation li.menu-item-745:hover::before {
  background: url("/wp-content/themes/nikjke/img/close.svg") center/cover no-repeat;
}
.main-navigation li.menu-item-397 > a, .main-navigation li.menu-item-745 > a {
  color: #FFFFFF;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: #282828;
}
.main-navigation a:hover {
  color: #FD7400;
}
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
    align-items: center;
  }
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}
@media (max-width: 1855px) {
  .main-navigation li {
    margin: 0 16px 0 0;
  }
  .main-navigation li.menu-item-397 {
    padding: 10px 16px 10px 42px;
  }
  .main-navigation li.menu-item-397::before {
    left: 16px;
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 1399px) {
  .main-navigation {
    display: none;
  }
}
/* 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
--------------------------------------------- */
.breadcrumbs {
  font-size: 0.875rem;
  color: #FD7400;
}
.breadcrumbs .current-item {
  color: #777777;
}
body.page-template-page-about .breadcrumbs, body.page-template-page-partners .breadcrumbs, body.single-partners .breadcrumbs, body.page-template-page-services .breadcrumbs, body.page-template-page-leasing .breadcrumbs, body.single-leasing .breadcrumbs {
  position: absolute;
  top: 107px;
  width: 100%;
}
body.page-template-page-about .breadcrumbs a:hover, body.page-template-page-partners .breadcrumbs a:hover, body.single-partners .breadcrumbs a:hover, body.page-template-page-services .breadcrumbs a:hover, body.page-template-page-leasing .breadcrumbs a:hover, body.single-leasing .breadcrumbs a:hover {
  color: #FFFFFF;
}
body.page-template-page-about .breadcrumbs .current-item, body.page-template-page-partners .breadcrumbs .current-item, body.single-partners .breadcrumbs .current-item, body.page-template-page-services .breadcrumbs .current-item, body.page-template-page-leasing .breadcrumbs .current-item, body.single-leasing .breadcrumbs .current-item {
  color: #FFFFFF;
}
@media (max-width: 512px) {
  body.page-template-page-about .breadcrumbs, body.page-template-page-partners .breadcrumbs, body.single-partners .breadcrumbs, body.page-template-page-services .breadcrumbs, body.page-template-page-leasing .breadcrumbs, body.single-leasing .breadcrumbs {
    top: 127px;
  }
}
/* Slick slider
--------------------------------------------- */
.slick-slider {
  margin: 0 -12px;
}
.slick-slider .slick-slide {
  padding: 0 12px;
}
.slick-arrow {
  cursor: pointer;
}
/* Popup
--------------------------------------------- */
#fancybox-wrap {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  max-width: calc(100vw - 48px);
  max-height: calc(100vh - 96px);
  height: auto !important;
  padding: 0 !important;
  overflow-y: auto;
}
#fancybox-content {
  border: none !important;
}
#fancybox-content .wpcf7-text, #fancybox-content .wpcf7-submit {
  width: 100%;
}
.popup {
  padding: 72px 48px 48px;
}
.popup--video {
  padding: 0;
}
.popup--video iframe {
  width: 100%;
  height: 100%;
}
.popup--callback {
  max-width: 530px;
}
.popup--submit-application {
  max-width: 500px;
}
.popup--thank-you {
  max-width: 500px;
}
.popup__title {
  font-size: 1.875rem;
  font-weight: 700;
}
.popup__img {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  background: url("/wp-content/themes/nikjke/img/popup-thanks.svg") center/cover no-repeat;
}
#fancybox-close {
  top: 24px !important;
  right: 24px !important;
  width: 24px;
  height: 24px;
  background: url("/wp-content/themes/nikjke/img/close-orange.svg") center/cover no-repeat;
}
#fancybox-close span {
  display: none;
}
#fancybox-next, #fancybox-prev {
  transform: translateY(-50%);
  margin-top: 0 !important;
}
#fancybox-next {
  width: 18px;
  height: 18px;
  right: 24px !important;
  background: url("/wp-content/themes/nikjke/img/arrow-right-white.svg") center/cover no-repeat;
}
#fancybox-next span {
  display: none;
}
#fancybox-prev {
  width: 18px;
  height: 18px;
  left: 24px !important;
  background: url("/wp-content/themes/nikjke/img/arrow-left-blue.svg") center/cover no-repeat;
}
#fancybox-prev span {
  display: none;
}
.modal.lightbox .btn-close {
  width: 48px;
  height: 48px;
  padding: 0 !important;
  background: url("/wp-content/themes/nikjke/img/close-orange.svg") center/cover no-repeat !important;
  opacity: 1;
}
.modal.lightbox .btn-close svg {
  display: none;
}
.modal.lightbox .carousel-control:hover, .modal.lightbox .carousel-control:focus {
  background: transparent;
}
.modal.lightbox .carousel-item .ratio {
  background: transparent !important;
}
.modal.lightbox .spinner-border {
  display: none;
}
@media (max-width: 575px) {
  #fancybox-wrap {
    max-width: calc(100vw - 24px);
  }
  .popup {
    padding: 48px 24px 24px;
  }
  .popup__title {
    font-size: 1.5rem;
  }
  #fancybox-next {
    right: 8px !important;
  }
  #fancybox-prev {
    left: 8px !important;
  }
  #fancybox-close {
    top: 12px !important;
    right: 12px !important;
  }
  .carousel-control {
    min-width: auto;
    width: inherit;
  }
}
/* Cookie
--------------------------------------------- */
.warning-cookie {
  display: none;
  position: fixed;
  bottom: 110px;
  right: 32px;
  width: 290px;
  z-index: 3;
}
.warning-cookie__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  text-align: center;
  background-color: #F6F4F1;
  border-radius: 12px;
}
.warning-cookie__text {
  font-size: 0.75rem;
}
.warning-cookie__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  width: 14px;
  height: 14px;
  background: url("/wp-content/themes/nikjke/img/close-orange.svg") center/cover no-repeat;
  cursor: pointer;
}
/* Main screen
--------------------------------------------- */
.main-screen .wrapper {
  padding: 120px 0 260px;
}
@media (max-width: 575px) {
  .main-screen .wrapper {
    padding: 96px 0 192px;
  }
}
/* Advantages
--------------------------------------------- */
body.home .advantages {
  margin-top: -72px;
}
.advantages-list .wrapper {
  width: 100%;
  padding: 24px;
  background-color: #F6F4F1;
  border-radius: 6px;
}
/* 404 page
--------------------------------------------- */
.error-404 .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 580px;
}
.error-404 .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.error-404 .main-title span {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
/* Map
--------------------------------------------- */
#map {
  position: absolute;
  left: 0;
  top: 120px;
  z-index: 1;
  width: 100%;
  min-height: 715px;
  height: calc(100% - 120px);
}
body.home #map {
  position: relative;
  top: 0;
  height: 500px;
  min-height: 500px;
}
@media (max-width: 991px) {
  body.page-template-page-contacts #map {
    position: relative;
    top: 0;
  }
}
@media (max-width: 575px) {
  body.page-template-page-contacts #map {
    min-height: 400px;
  }
}
/* Contacts
--------------------------------------------- */
.contacts {
  position: relative;
  z-index: 2;
  padding: 6rem 0;
}
.contacts .wrapper {
  display: inline-flex;
  flex-direction: column;
  max-width: 416px;
  padding: 48px;
  background-color: #FFFFFF;
  border-radius: 6px;
}
.contacts .wrapper a {
  color: #282828;
}
.contacts .wrapper a:hover {
  color: #FD7400;
}
.contacts .link {
  display: inline-block;
}
@media (max-width: 991px) {
  .contacts {
    padding-block: 0 3rem;
  }
  .contacts .wrapper {
    background-color: #F6F4F1;
  }
}
@media (max-width: 575px) {
  .contacts .wrapper {
    padding: 36px;
  }
}
/* Socials
--------------------------------------------- */
.socials {
  display: flex;
}
.socials .item {
  position: relative;
  display: block;
  min-width: 25px;
  height: 25px;
  margin-right: 16px;
}
.socials .item:last-child {
  margin-right: 0;
}
.socials .item .icon {
  position: absolute;
  inset: 0;
  transition: 0.4s ease;
}
.socials .item .icon--hover {
  opacity: 0;
  visibility: hidden;
}
.socials .item:hover .icon {
  opacity: 0;
  visibility: hidden;
}
.socials .item:hover .icon--hover {
  opacity: 1;
  visibility: visible;
}
/* First screen
--------------------------------------------- */
.first-screen .left {
  padding-block: 117px 96px;
  min-height: 465px;
}
.first-screen__content {
  position: relative;
  z-index: 2;
  height: 100%;
}
.first-screen__content img, .first-screen__content iframe {
  position: absolute;
  top: 0;
  left: 0;
  min-width: calc((100vw - 1296px) / 2 + 100%);
  height: 100%;
  margin-bottom: 0;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .first-screen img, .first-screen iframe {
    min-width: calc((100vw - 1116px) / 2 + 100%);
  }
}
@media (max-width: 1199px) {
  .first-screen .left {
    min-height: 100%;
  }
  .first-screen__content {
    height: 465px;
  }
  .first-screen__content img, .first-screen__content iframe {
    left: 50%;
    transform: translateX(-50%);
    min-width: 100vw;
  }
}
@media (max-width: 575px) {
  .first-screen .left {
    padding-block: 96px 48px;
  }
  .first-screen__conten {
    height: 180px;
  }
}
/* Tabs
--------------------------------------------- */
.nav-tabs {
  border-bottom: 0;
}
.nav-tabs .nav-item {
  margin: 0 24px 0 0;
}
.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.nav-tabs .nav-item:last-child .nav-link.active::after {
  right: 0;
  left: auto;
  width: calc(100% + 24px);
}
.nav-tabs .nav-item:last-child .nav-link.active .corner--right {
  display: none;
}
.nav-tabs .nav-item:first-child .nav-link.active::after {
  left: 0;
  width: calc(100% + 24px);
}
.nav-tabs .nav-item:first-child .nav-link.active .corner--left {
  display: none;
}
.nav-tabs .nav-link {
  min-width: 160px;
  margin-bottom: 0;
  padding: 9px 32px;
  font-weight: 700;
  color: #777777;
  background: #F6F4F1;
  border: 0;
  border-radius: 6px 6px 0 0;
}
.nav-tabs .nav-link.active {
  position: relative;
  color: #3664A0;
  background: #FFFFFF;
  box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.1);
}
.nav-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  left: -24px;
  bottom: -24px;
  z-index: 2;
  width: calc(100% + 48px);
  height: 24px;
  background-color: #FFFFFF;
}
.nav-tabs .nav-link.active .corner {
  position: absolute;
  bottom: 0;
  z-index: 3;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  transition: 0.4s ease;
}
.nav-tabs .nav-link.active .corner--left {
  left: -24px;
  box-shadow: 6px 6px 0 0 #FFFFFF;
}
.nav-tabs .nav-link.active .corner--right {
  right: -24px;
  box-shadow: -6px 6px 0 0 #FFFFFF;
}
.tab-content .tab-pane {
  padding: 48px;
  border-radius: 6px;
  box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.1);
}
.history .tab-pane .wrapper {
  padding: 48px;
}
.history .tab-pane .text {
  padding-right: 5vw;
}
.history .tab-pane .img-wrapper {
  position: relative;
  padding-left: 5vw;
}
.history .tab-pane .img-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: #EAEAEA;
}
@media (max-width: 991px) {
  .nav-tabs--history .nav-item {
    margin: 0 16px 0 0;
  }
  .nav-tabs--history .nav-link {
    padding: 9px 16px;
  }
}
@media (max-width: 767px) {
  .nav-tabs .nav-item {
    margin: 0 16px 0 0;
  }
  .nav-tabs .nav-link {
    padding: 9px 16px;
  }
  .history .nav-link {
    min-width: 115px;
  }
  .history .tab-pane .wrapper {
    padding: 0;
  }
  .history .tab-pane .text {
    margin-bottom: 24px;
    padding-right: 12px;
  }
  .history .tab-pane .img-wrapper {
    display: flex;
    justify-content: center;
    padding: 48px 0 0 12px;
  }
  .history .tab-pane .img-wrapper::after {
    top: 0;
    transform: none;
    width: 100%;
    height: 1px;
  }
}
@media (max-width: 575px) {
  .nav-tabs--history {
    border-radius: 6px 6px 0 0;
    overflow: hidden;
  }
  .nav-tabs .nav-item {
    margin: 0;
    width: 100%;
  }
  .nav-tabs--history .nav-item {
    width: 25%;
  }
  .nav-tabs--history .nav-link {
    min-width: auto;
    border-radius: 0;
  }
  .nav-tabs .nav-link.active::after {
    content: none;
  }
  .nav-tabs .corner {
    display: none;
  }
  .tab-content .tab-pane {
    padding: 24px;
  }
}
/* Partners list
--------------------------------------------- */
.partners-list .item {
  margin-bottom: 24px;
}
.partners-list .item .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 186px;
  padding: 48px;
  border-radius: 6px;
  background-color: #F6F4F1;
}
.partners-list .item .wrapper:hover .icon {
  opacity: 0;
  visibility: hidden;
}
.partners-list .item .wrapper:hover .icon--hover {
  opacity: 1;
  visibility: visible;
}
.partners-list .item .icon {
  position: absolute;
  transition: 0.4s ease;
}
.partners-list .item .icon--hover {
  opacity: 0;
  visibility: hidden;
}
.partners-list.partners-slider .item {
  margin-bottom: 0;
}
/* Employee
--------------------------------------------- */
.employee__photo {
  border-radius: 6px;
  overflow: hidden;
}
.employee__advantages .icon {
  min-width: 24px;
  width: 24px;
  height: 24px;
  background: url("/wp-content/themes/nikjke/img/check.svg") center/cover no-repeat;
}
.employee__contact a {
  color: #282828;
}
.employee__contact a:hover {
  color: #FD7400;
}
.employee__messengers .item {
  position: relative;
  display: block;
  min-width: 32px;
  height: 32px;
}
.employee__messengers .item:hover .icon {
  opacity: 0;
  visibility: hidden;
}
.employee__messengers .item:hover .icon--hover {
  opacity: 1;
  visibility: visible;
}
.employee__messengers .icon {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s ease;
}
.employee__messengers .icon--hover {
  opacity: 0;
  visibility: hidden;
}
/* Partner clients
--------------------------------------------- */
.partner-clients-slider .slick-list {
  overflow: visible;
}
.partner-clients-slider .slick-slide, .partner-clients-slider .slick-cloned {
  opacity: 0;
}
.partner-clients-slider .slick-active, .partner-clients-slider .slick-active ~ .slick-slide {
  opacity: 1;
}
.partner-clients-slider .item .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 186px;
  padding: 24px;
  border-radius: 6px;
  background-color: #F6F4F1;
}
.partner-clients-slider .item .wrapper img {
  transition: 0.4s ease;
}
.partner-clients-slider .item .wrapper:hover img {
  opacity: 0.2;
}
/* Partner photo
--------------------------------------------- */
.partner-photo-list .item {
  height: 305px;
}
.partner-photo-list .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Partner videos
--------------------------------------------- */
.partner-videos-list .item {
  height: 220px;
}
.partner-videos-list .item iframe {
  width: 100%;
  height: 100%;
}
/* Partner reviews
--------------------------------------------- */
.partner-reviews-slider .slick-track {
  display: flex;
}
.partner-reviews-slider .item {
  display: flex !important;
  height: auto;
}
.partner-reviews-slider .item .wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 48px;
  border-radius: 6px;
  background-color: #FFFFFF;
}
.partner-reviews-slider .item .avatar {
  width: 46px;
  height: 46px;
  object-fit: cover;
  border-radius: 50%;
}
.partner-reviews-slider .item .star {
  width: 16px;
  height: 16px;
  margin: 0 2px;
  background: url("/wp-content/themes/nikjke/img/star.svg") center/cover no-repeat;
}
.partner-reviews-slider .item .star--filled {
  background: url("/wp-content/themes/nikjke/img/star-filled.svg") center/cover no-repeat;
}
@media (max-width: 575px) {
  .partner-reviews-slider .item .wrapper {
    padding: 32px 24px;
  }
}
/* Certificates
--------------------------------------------- */
.certificates-slider .item .wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 306px;
  padding: 32px;
  border-radius: 6px;
  background-color: #F6F4F1;
}
.certificates-slider .item .wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 26px;
  height: 26px;
  background: url("/wp-content/themes/nikjke/img/zoom-in.svg") center/cover no-repeat;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease;
}
.certificates-slider .item .wrapper:hover::before {
  opacity: 1;
  visibility: visible;
}
.certificates-slider .item .wrapper img {
  transition: 0.4s ease;
}
.certificates-slider .item .wrapper:hover img {
  opacity: 0.2;
}
/* Services form
--------------------------------------------- */
.services-form__img {
  position: relative;
  z-index: 2;
  height: 100%;
}
.services-form__img img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: calc((100vw - 1296px) / 2 + 100%);
  height: 100%;
  margin-bottom: 0;
  object-fit: cover;
}
/* Videos page
--------------------------------------------- */
.videos-list .item .wrapper {
  display: block;
  height: 230px;
}
.videos-list .item img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
}
.videos-list--slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.videos-list--slider .slick-arrow.prev-slick {
  z-index: 1;
}
.videos-list--slider .slick-arrow.next-slick {
  right: 0;
}
@media (max-width: 767px) {
  .videos-list .item .wrapper {
    height: 280px;
  }
}
@media (max-width: 575px) {
  .videos-list .item .wrapper {
    height: 185px;
  }
}
/* Leasing conditions
--------------------------------------------- */
.leasing-conditions-list .item .wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 24px;
  border-radius: 6px;
  background: #F6F4F1;
}
/* Leasing partners
--------------------------------------------- */
.leasing-partners-slider .slick-list {
  overflow: visible;
}
.leasing-partners-slider .slick-slide, .leasing-partners-slider .slick-cloned {
  opacity: 0;
}
.leasing-partners-slider .slick-active, .leasing-partners-slider .slick-active ~ .slick-slide {
  opacity: 1;
}
.leasing-partners-slider .item .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 186px;
  padding: 24px;
  border-radius: 6px;
  background-color: #F6F4F1;
}
.leasing-partners-slider .item .wrapper img {
  transition: 0.4s ease;
}
.leasing-partners-slider .item .wrapper:hover img {
  opacity: 0.2;
}
.leasing-partners__left {
  position: relative;
  z-index: 1;
}
/* Equipments
--------------------------------------------- */
.equipments-list .item {
  height: 286px;
}
.equipments-list .item .wrapper {
  display: flex;
  height: 100%;
  padding: 55px 24px;
  border-radius: 6px;
}
.equipments-list .item .wrapper:hover .title::after {
  background-image: url("/wp-content/themes/nikjke/img/arrow-right-orange-square.svg");
}
.equipments-list .item .title {
  position: relative;
  width: 100%;
  margin-top: auto;
  padding-right: 69px;
  text-transform: uppercase;
}
.equipments-list .item .title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45px;
  height: 45px;
  background-image: url("/wp-content/themes/nikjke/img/arrow-right-white-square.svg");
  transition: 0.4s ease;
}
/* Equipments slider
--------------------------------------------- */
.single-equipments__sliders {
  position: relative;
  height: 100%;
  padding: 24px;
  border-radius: 6px 0 0 6px;
  border-top-width: 1px;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-style: solid;
  border-color: #EAEAEA;
}
.single-equipments__sliders::before, .single-equipments__sliders::after {
  content: "";
  position: absolute;
  right: -24px;
  width: 24px;
  height: 1px;
  background-color: #EAEAEA;
}
.single-equipments__sliders::before {
  top: -1px;
}
.single-equipments__sliders::after {
  bottom: 0;
}
.equipment-slider--for .item {
  height: 400px;
  padding: 8px 4px;
}
.equipment-slider--for .item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.equipment-slider--nav .item {
  cursor: pointer;
}
.equipment-slider--nav .item img {
  width: 70px;
  height: 70px;
  border: 1px solid #EAEAEA;
  object-fit: cover;
}
.equipment-slider--nav .item.slick-current img {
  border: 1px solid rgba(234, 234, 234, 0.3);
}
.equipment-slider--nav .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.equipment-slider--nav .slick-arrow.prev-slick {
  left: 0;
  z-index: 1;
  transform: translateY(-50%) rotate(180deg);
}
.equipment-slider--nav .slick-arrow.next-slick {
  right: 0;
}
.pp_pic_holder {
  left: 50% !important;
  transform: translateX(-50%);
  width: 90vw !important;
}
.pp_content {
  width: 100% !important;
}
div.light_clean #pp_full_res iframe {
  width: 100%;
}
.pp_details {
  position: absolute !important;
  right: 0;
  top: -36px;
}
@media (max-width: 575px) {
  .equipment-slider--for .item {
    height: 300px;
  }
}
/* Single equipments content
--------------------------------------------- */
.single-equipments__content {
  height: 100%;
  padding: 48px 48px 48px 110px;
  border-radius: 0px 6px 6px 0px;
  background: #F6F4F1;
}
.single-equipments__content .main-title {
  font-size: 3rem;
}
.main-specs-list {
  list-style-type: none;
}
.prices {
  margin-bottom: 1rem;
}
.current-price {
  font-size: 2rem;
  font-weight: 600;
}
.old-price {
  text-decoration: line-through;
  font-size: 1.5rem;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .single-equipments__content {
    padding: 48px;
  }
}
@media (max-width: 767px) {
  .single-equipments__content .main-title {
    font-size: 2rem;
  }
}
@media (max-width: 575px) {
  .single-equipments__content {
    padding: 24px;
  }
  .single-equipments__content .main-title {
    font-size: 1.5rem;
  }
  .single-equipments__content .current-price {
    font-size: 1.2rem;
  }
  .single-equipments__content .old-price {
    font-size: 1rem;
  }
}
/* Specs table
--------------------------------------------- */
.specs-table {
  overflow-x: auto;
}
.specs-table .item-row {
  display: flex;
}
.specs-table .item-row--thead .th {
  background: #EAEAEA;
}
.specs-table .item-row > * {
  min-width: 200px;
  width: 50%;
  padding: 16px 0;
  border-top: 1px solid #EAEAEA;
}
.specs-table .item-row > *:first-child {
  padding-inline: 48px 24px;
}
@media (max-width: 767px) {
  .specs-table .item-row > *:first-child {
    padding-inline: 24px 24px;
  }
}
/* Docs list
--------------------------------------------- */
.docs-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
.docs-list .item:last-child {
  margin-bottom: 0;
}
.docs-list .item .link {
  display: flex;
  align-items: center;
}
.docs-list .item .icon {
  min-width: 24px;
  height: 24px;
  background: url("/wp-content/themes/nikjke/img/file.svg") center/cover no-repeat;
}
/* Equipment seo
--------------------------------------------- */
.equipment-seo__text p:last-child {
  margin-bottom: 0;
}
.equipment-seo__media p {
  margin-bottom: 0;
  aspect-ratio: 1.77;
}
.equipment-seo__media iframe {
  width: 100%;
  height: 100%;
}
/* Similar products
--------------------------------------------- */
.similar-products-list .item .wrapper {
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  border: 1px solid #EAEAEA;
}
.similar-products-list .item .wrapper:hover {
  border-color: transparent;
  box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.1);
}
.similar-products-list .item .wrapper:hover .title {
  color: #FD7400;
}
.similar-products-list .item .wrapper:hover .btn {
  color: #FFFFFF;
  background: #FD7400;
}
.similar-products-list .item .content {
  padding: 24px;
}
.similar-products-list .item .title {
  color: #282828;
  transition: 0.4s ease;
}
/* Equipment category menu
--------------------------------------------- */
.equipment-category-menu .title {
  display: flex;
  align-items: center;
  padding: 12px 24px;
  border-radius: 6px 6px 0px 0px;
  background: linear-gradient(126deg, #4D77AD 0%, #5E96D8 100%);
  font-weight: 700;
  color: #FFFFFF;
}
.equipment-category-menu .title .icon {
  min-width: 16px;
  height: 16px;
  background: url("/wp-content/themes/nikjke/img/category-menu-burger.svg") center/cover no-repeat;
}
.equipment-category-menu .menu {
  margin-bottom: 0;
  padding: 4px 0;
  border-radius: 0px 0px 6px 6px;
  border: 1px solid #EAEAEA;
  list-style-type: none;
}
.equipment-category-menu .menu .menu-item {
  margin-bottom: 0;
  padding: 4px 24px;
}
.equipment-category-menu .menu .menu-item a {
  color: #282828;
  font-weight: 700;
}
.equipment-category-menu .menu .menu-item a:hover {
  color: #EAEAEA;
}
.equipment-category-menu .menu .menu-item.current-menu-item a {
  color: #EAEAEA;
}
@media (max-width: 1199px) {
  .equipment-category-menu {
    padding-bottom: 96px;
  }
}
@media (max-width: 575px) {
  .equipment-category-menu {
    padding-bottom: 48px;
  }
}
/* Equipment category list
--------------------------------------------- */
.equipment-category-list .item .wrapper {
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  border: 1px solid #EAEAEA;
}
.equipment-category-list .item .wrapper:hover {
  box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.1);
}
.equipment-category-list .item .wrapper:hover .title {
  color: #FD7400;
}
.equipment-category-list .item .wrapper:hover .btn {
  background: #FD7400;
  color: #FFFFFF;
}
.equipment-category-list .item .wp-post-image {
  width: 100%;
  height: 306px;
  object-fit: contain;
}
.equipment-category-list .item .content {
  padding: 24px;
}
/* Equipments pagination
--------------------------------------------- */
.equipments-pagination {
  display: flex;
}
.equipments-pagination .pagination {
  margin: 0 auto;
  padding-bottom: 96px;
}
.equipments-pagination .nav-links {
  display: flex;
  align-items: center;
}
.equipments-pagination .page-numbers {
  display: block;
  padding: 0 8px;
  color: #282828;
}
.equipments-pagination .page-numbers.current {
  color: #777;
}
.equipments-pagination .page-numbers.next {
  margin-left: 40px;
  width: 45px;
  height: 45px;
  background: url("/wp-content/themes/nikjke/img/pagination-next.svg");
  font-size: 0;
}
.equipments-pagination .page-numbers.prev {
  margin-right: 40px;
  width: 45px;
  height: 45px;
  background: url("/wp-content/themes/nikjke/img/pagination-prev.svg");
  font-size: 0;
}
.equipments-pagination .page-numbers:hover {
  color: #FD7400;
}
@media (max-width: 575px) {
  .equipments-pagination .pagination {
    padding-bottom: 48px;
  }
}
/* New products slider
--------------------------------------------- */
.new-products-slider .item .wrapper {
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  border: 1px solid #EAEAEA;
}
.new-products-slider .item .wrapper:hover {
  box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.1);
}
.new-products-slider .item .wrapper:hover .title {
  color: #FD7400;
}
.new-products-slider .item .wrapper:hover .btn {
  background: #FD7400;
  color: #FFFFFF;
}
.new-products-slider .item .wp-post-image {
  width: 100%;
  height: 306px;
  object-fit: contain;
}
.new-products-slider .item .content {
  padding: 24px;
}
@media (max-width: 767px) {
  .new-products-slider .item .wp-post-image {
    height: 250px;
  }
}
@media (max-width: 575px) {
  .new-products-slider .item .wp-post-image {
    height: 220px;
  }
}
/*--------------------------------------------------------------
# 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;
}
/* Text
--------------------------------------------- */
.fs-12 {
  font-size: 0.75rem;
}
.fs-14 {
  font-size: 0.875rem;
}
.fs-18 {
  font-size: 1.125rem;
}
.fs-20 {
  font-size: 1.25rem;
}
.fs-24 {
  font-size: 1.5rem;
}
.fs-30 {
  font-size: 1.875rem;
}
.fw-700 {
  font-weight: 700;
}
@media (max-width: 575px) {
  .fs-30 {
    font-size: 1.25rem;
  }
}
/* Colors
--------------------------------------------- */
.text-main {
  color: #282828;
}
.text-gray {
  color: #777777;
}
.text-lgray {
  color: #EAEAEA;
}
.text-orange {
  color: #FD7400;
}
.text-lorange, a.text-lorange:visited {
  color: #FFB800;
}
.bg-blue {
  background: #3664A0;
}
.bg-blue-gradient {
  background: linear-gradient(126deg, #4D77AD 0%, #5E96D8 100%);
}
/* Spacing
--------------------------------------------- */
.pt-96 {
  padding-top: 6rem;
}
.pb-96 {
  padding-bottom: 6rem;
}
.ptb-96 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (max-width: 575px) {
  .pt-96 {
    padding-top: 3rem;
  }
  .pb-96 {
    padding-bottom: 3rem;
  }
  .ptb-96 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
/*# sourceMappingURL=https://xn--e1ajmeg.xn--p1ai/wp-content/build/scss_library/88592a2161798cc1bd1ba67be893b9398882a955.css.map */