/*!
  Theme Name: jj
  Author: Anonymous
  Author URI:
  Version: 1
  Description: jj theme for Wordpress
  License: GNU General Public License v2 or later
  License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
  Text Domain: jj
  Tags: one-column, two-columns
  Theme URI:
*/
/* stylelint-disable-line */
/*! 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}

/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 2px solid var(--base-theme-color);
  background: #fff;
  margin: 0 0 12px;
  min-width: 150px;
  height: 42px;
  border-radius: 4px;
}

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 18px;
  line-height: 38px;
  margin: 0 35px 0 8px;
}

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  background: #fff;
  width: 12px;
  height: 12px;
  top: 11px;
  right: 13px;
  border-style: solid;
  border-color: var(--base-theme-color);
  border-width: 0 0 3px 3px;
  transform: rotate(-45deg);
}

body > .jcf-select-drop {
  position: absolute;
  z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px;
}

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 16px;
  width: 100%;
}

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.jcf-list ul li {
  overflow: hidden;
  display: block;
}

.jcf-list .jcf-overflow {
  overflow: auto;
}

.jcf-list .jcf-option {
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px 9px;
  color: #000;
  height: 1%;
}

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: var(--body-bg-dark);
  color: #000;
}

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important;
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

.side-links-list, .post-info-list, ul.pagination, .title-tabset, .tick-list, .social-networks, .office-block .features-li, .links-list, .side-nav ul, .side-nav, .magazine-events-list, .footer-links ul, .footer .copyright-block ul, .footer .site-links ul, .post-tags-list, .accordion, .top-links, .radio-list, .checkbox-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

blockquote {
  padding-left: 1rem;
  margin-bottom: 1rem;
}
blockquote p {
  margin-bottom: calc(1rem / 2);
}

.wp-block-quote,
.wp-block-pullquote {
  box-sizing: border-box;
  overflow-wrap: break-word;
  border-width: 0 0 0 2px;
  border-style: solid;
  padding-left: 1rem;
  margin-bottom: 1rem;
}
.wp-block-quote p,
.wp-block-pullquote p {
  margin-bottom: calc(1rem / 2);
}

.wp-block-pullquote blockquote {
  padding: 0;
  margin: 0;
}

.comment-form label {
  display: block;
  padding-bottom: 4px;
}
.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px;
}
.comment-form textarea,
.comment-form input[type=text] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%;
}
.comment-form input[type=submit] {
  display: block;
  float: none;
}

.post-password-form label {
  display: block;
  margin-bottom: 4px;
}
.post-password-form input[type=password] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%;
}

.search-form {
  display: flex;
  margin-bottom: 15px;
}
.search-form input {
  height: 32px;
  display: inline-flex;
}
.search-form input[type=search] {
  margin: 0 4px 0 0;
  width: 150px;
}
.search-form input[type=submit] {
  flex-shrink: 0;
}

.post-password-form input {
  display: inline-flex;
  height: 32px;
}
.post-password-form input[type=password] {
  width: 150px;
}

.comment-form fieldset,
.post-password-form fieldset,
.search-form fieldset {
  padding: 0;
  border: 0;
}
.comment-form input[type=submit],
.post-password-form input[type=submit],
.search-form input[type=submit] {
  background: #000;
  color: #fff;
  height: 32px;
  border: 0;
  padding: 0 8px;
}
.comment-form input[type=submit]:hover,
.post-password-form input[type=submit]:hover,
.search-form input[type=submit]:hover {
  opacity: 0.8;
}

.wp-block-post-comments-form .comment-form-cookies-consent {
  display: flex;
  gap: 0.5em;
}
.wp-block-post-comments-form .comment-form-cookies-consent label {
  padding: 0;
}

.wp-block-comment-template {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}
.wp-block-comment-template .wp-block-comment-edit-link p {
  margin: 0;
}
.wp-block-comment-template .wp-block-columns {
  margin-bottom: calc(1rem * 2);
}
.wp-block-comment-template .wp-block-comment-content p {
  margin: 1rem 0;
}
.wp-block-comment-template ol {
  list-style: none;
  margin-bottom: 0;
  max-width: 100%;
  padding-left: 2rem;
}

.wpcf7-form input[type=text].wpcf7-not-valid,
.wpcf7-form input[type=email].wpcf7-not-valid,
.wpcf7-form input[type=tel].wpcf7-not-valid,
.wpcf7-form textarea.wpcf7-not-valid {
  border-color: #f00;
}
.wpcf7-form input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.wpcf7-form input[type=checkbox] + .wpcf7-list-item-label {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 0 0 0 30px;
}
.wpcf7-form input[type=checkbox] + .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #000;
}
.wpcf7-form input[type=checkbox] + .wpcf7-list-item-label::after {
  transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  content: "";
  position: absolute;
  left: 6px;
  top: 1px;
  width: 8px;
  height: 14px;
  border-style: solid;
  border-color: #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) skewX(10deg);
  opacity: 0;
}
.wpcf7-form input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}
.wpcf7-form input[type=checkbox]:disabled + .wpcf7-list-item-label {
  color: #ccc;
  cursor: auto;
}
.wpcf7-form input[type=checkbox]:disabled + .wpcf7-list-item-label::before {
  box-shadow: none;
  background: #ccc;
}
.wpcf7-form input[type=file]::file-selector-button {
  transition: background 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  border: 2px solid #000;
  padding: 1em 1.5em;
  background-color: #000;
  transition: 1s;
  color: #fff;
}
.wpcf7-form input[type=file]::file-selector-button:hover {
  opacity: 0.5;
}

.form-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: calc(1rem * 2);
}

.is-layout-flex {
  display: flex;
  gap: 1.5rem;
}

.form-area {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .form-area.w-50 {
    width: calc(50% - 0.75rem);
  }
}

.form-row {
  margin-bottom: calc(1rem * 2);
}

.label-name {
  display: block;
  margin-bottom: 1rem;
}

.select-area .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.select-area .wpcf7-form-control-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 1em;
  height: 0.8em;
  margin-top: -0.4em;
  z-index: 1;
  background-color: #000;
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
}

.wpcf7-select {
  display: block;
  width: 100%;
  padding: 0.625rem 2.4rem 0.625rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: #000;
  background-color: #fff;
  border: 1px solid;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
  z-index: 1;
}

.wpcf7-submit {
  width: 150px;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  padding: 10px;
  margin-bottom: calc(1rem * 2);
}

.widget_calendar #next {
  text-align: right;
}

.gallery-item dt {
  float: none;
  padding: 0;
}

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1rem;
}
.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
  position: absolute;
  left: -99999px;
}
.navigation .page-numbers,
.navigation-comments .page-numbers {
  display: inline-block;
  vertical-align: middle;
  padding: 0 6px;
}
@media (max-width: 767px) {
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    padding: 0 3px;
  }
}
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
  display: inline-block;
  vertical-align: middle;
  max-width: 48%;
  background: #000;
  color: #fff;
  padding: 10px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    padding: 4px;
  }
}
.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
  opacity: 0.8;
}

.navigation-single {
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
}
.navigation-single .next,
.navigation-single .prev {
  display: inline-flex;
  align-items: center;
  max-width: 48%;
  background: #000;
  color: #fff;
  text-decoration: none;
}
.navigation-single .next:hover,
.navigation-single .prev:hover {
  opacity: 0.8;
}
.navigation-single .next a,
.navigation-single .prev a {
  color: inherit;
  text-decoration: none;
  padding: 10px;
  display: block;
}
@media (max-width: 767px) {
  .navigation-single .next a,
  .navigation-single .prev a {
    padding: 4px;
  }
}
.navigation-single .next a {
  margin-left: auto;
}

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 1rem;
}
.wp-caption img {
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}
.wp-caption p {
  margin: 10px 0 0;
}

div.aligncenter {
  margin: 0 auto 1rem;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin: 0 1rem 4px 0;
}

.alignright {
  float: right;
  margin: 0 0 4px 1rem;
}

.mejs-container {
  margin-bottom: 1rem;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto;
}

@media (max-width: 1023px) {
  iframe {
    width: 100%;
  }
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}
.wp-block-table table td,
.wp-block-table table th {
  border: 1px solid;
  padding: 0.5em;
}
.wp-block-table table thead {
  border-bottom: 3px solid;
}
.wp-block-table table tfoot {
  border-top: 3px solid;
}

#wp-calendar tbody td {
  text-align: center;
}
#wp-calendar td,
#wp-calendar th {
  border: 1px solid #ccc;
}

.share-this .st-btn {
  width: 3em;
  height: 3em;
  background: #999;
  border-radius: 50%;
  font-size: 2em;
  line-height: 3em;
  text-align: center;
}
.share-this .st-btn img {
  display: inline-block;
  vertical-align: middle;
  width: 2em;
  height: auto;
}

/*
  Basic typography style for copy text
*/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--body-color);
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}

/*
  Basic styles for links
*/
a {
  color: var(--base-theme-color);
  text-decoration: underline;
  transition: color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), border 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), background 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), box-shadow 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), visibility 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
}
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
}

ul,
ol,
dl,
p {
  margin: 0 0 1.5em;
}

ul {
  padding-left: 31px;
}
ul li {
  margin-bottom: 10px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 700;
  color: var(--base-theme-color);
  margin: 0 0 1em;
}

h1, .h1 {
  font-size: 32px;
  line-height: 1.11;
  font-weight: 900;
}
@media (min-width: 1024px) {
  h1, .h1 {
    font-size: 38px;
  }
}

h2, .h2 {
  font-size: 28px;
  line-height: 1.12;
  font-weight: 900;
  margin: 0 0 0.69em;
}
@media (min-width: 1024px) {
  h2, .h2 {
    font-size: 34px;
  }
}

h3, .h3 {
  font-size: 24px;
  line-height: 1.14;
  font-weight: 800;
  margin: 0 0 0.65em;
}
@media (min-width: 1024px) {
  h3, .h3 {
    font-size: 28px;
  }
}

h4, .h4 {
  font-size: 22px;
  line-height: 1.17;
  margin: 0 0 0.4em;
}
@media (min-width: 1024px) {
  h4, .h4 {
    font-size: 24px;
  }
}

h5, .h5 {
  font-size: 20px;
  line-height: 1.35;
}
h5 + ul, .h5 + ul {
  margin-top: -2px;
}

p {
  margin: 0 0 0.7em;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=date],
input[type=search],
input[type=number],
textarea {
  transition: border-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  border: 2px solid var(--base-theme-color);
  background-color: #fff;
  border-radius: 4px;
  width: 100%;
  min-width: 0;
  height: 42px;
  padding: 0.2rem 0.4rem;
  font-size: 18px;
  line-height: 1;
  -webkit-appearance: none;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=date]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
textarea::placeholder {
  color: inherit;
  opacity: 1;
}
input[type=text]:focus, input[type=text]:hover,
input[type=email]:focus,
input[type=email]:hover,
input[type=tel]:focus,
input[type=tel]:hover,
input[type=date]:focus,
input[type=date]:hover,
input[type=search]:focus,
input[type=search]:hover,
input[type=number]:focus,
input[type=number]:hover,
textarea:focus,
textarea:hover {
  box-shadow: none;
  outline: none;
}

textarea {
  height: auto;
}

.submit-form {
  background: var(--body-bg);
  padding: 24px 30px 31px;
  margin-bottom: 53px;
}
.submit-form p {
  font-size: 15px;
  max-width: 540px;
  margin-bottom: 17px !important;
}
@media (min-width: 1024px) {
  .submit-form p {
    font-size: 17px;
    line-height: 1.41;
  }
}
.submit-form .jcf-select {
  width: 100%;
  max-width: 264px;
  margin-bottom: 38px;
}
.submit-form .search-input-hold {
  max-width: 473px;
}
.submit-form input[type=submit] {
  margin-right: 30px;
}
.submit-form .form-clear {
  margin-top: 22px;
}
@media (min-width: 768px) {
  .submit-form .form-clear {
    margin: 0 0 4px 0;
  }
}

.search-input-hold {
  position: relative;
  margin-bottom: 56px;
}
.search-input-hold input[type=search] {
  padding: 6px 10px 4px 37px;
}
.search-input-hold .icon-search {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 14px;
  left: 12px;
  fill: var(--base-theme-color);
}

.checkbox-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 28px -32px;
}
.checkbox-list li {
  margin: 0 0 10px 32px;
}

.custom-checkbox {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 30px;
}
.custom-checkbox .fake-input {
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 2px solid var(--base-theme-color);
  background: #fff;
}
.custom-checkbox .fake-input:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  border-style: solid;
  border-color: #fff;
  width: 11px;
  height: 7px;
  border-width: 0 0 2px 2px;
  transform: rotate(-52deg) skew(-10deg);
}
.custom-checkbox input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.custom-checkbox input[type=checkbox]:checked + .fake-input {
  background: var(--base-theme-color);
}

input[type=submit] {
  border-radius: 4px;
  background: var(--base-theme-color);
  font-weight: 800;
  color: #fff;
  border: 0;
  text-align: center;
  padding: 10px;
  font-size: 20px;
  min-width: 84px;
  cursor: pointer;
  transition: background 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
}
input[type=submit]:hover {
  background: var(--base-theme-color-dark);
}

.form-clear {
  font-size: 18px;
  padding: 0 0 0 24px;
  border: 0;
  background: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.form-clear:hover {
  opacity: 0.8;
}
.form-clear::before, .form-clear::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  background: var(--body-color);
  width: 14px;
  height: 2px;
  transform: rotate(45deg);
}
.form-clear:after {
  width: 2px;
  height: 14px;
  top: 3px;
  left: 6px;
}

.application-form {
  text-align: left;
}
.application-form h4 {
  margin-bottom: 20px;
}
.application-form .form-group {
  margin-bottom: 25px;
}
.application-form .form-group label {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
}
.application-form .check-hold {
  margin-top: 42px;
}
.application-form input {
  height: 53px;
  border-radius: 6px;
}
.application-form .btn {
  display: block;
  margin: 47px auto 0;
}

.radio-list {
  margin-bottom: 31px;
}
.radio-list li {
  margin-bottom: 8px;
}

.custom-radio {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 33px;
}
.custom-radio .fake-input {
  position: absolute;
  top: 5px;
  left: 2px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 2px solid var(--base-theme-color);
}
.custom-radio .fake-input::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  bottom: 3px;
  right: 3px;
  background: var(--base-theme-color);
  border-radius: 50%;
  opacity: 0;
}
.custom-radio input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.custom-radio input[type=radio]:checked + .fake-input:after {
  opacity: 1;
}

button[type=submit] {
  border: 0;
  cursor: pointer;
}

button {
  transition: background 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  cursor: pointer;
}

.header {
  background: #fff;
  position: relative;
  padding: 10px 0;
}
@media (min-width: 1024px) {
  .header {
    padding: 0;
  }
}
.header ul {
  list-style: none;
  padding: 0;
}
.header a {
  text-decoration: none;
}
@media (min-width: 1024px) {
  .header .container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    position: relative;
    padding-top: 80px;
    padding-bottom: 8px;
  }
}
@media (min-width: 1342px) {
  .header .container {
    padding-top: 98px;
    padding-bottom: 14px;
  }
}

.logo {
  width: 170px;
}
@media (min-width: 1024px) {
  .logo {
    display: flex;
    flex-wrap: wrap;
    min-height: 96px;
    margin-bottom: 17px;
  }
}
@media (min-width: 1342px) {
  .logo {
    width: 294px;
    min-height: 110px;
    margin-bottom: 20px;
  }
}
.logo .text {
  display: block;
  font-weight: 900;
  font-size: 0.86em;
  padding-top: 5px;
}
@media (min-width: 1024px) {
  .logo .text {
    padding-top: 0.5em;
    font-size: 1.1em;
  }
}
@media (min-width: 1342px) {
  .logo .text {
    font-size: 1.28em;
  }
}
.verkkokauppa .logo a {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 0 1 0;
  max-height: 110px;
}
@media (min-width: 1024px) {
  .verkkokauppa .logo {
    width: 300px;
  }
}
@media (min-width: 1342px) {
  .verkkokauppa .logo {
    width: 354px;
  }
}

.nav-opener {
  width: 45px;
  height: 45px;
  display: block;
  position: absolute;
  top: 14px;
  right: 10px;
}
@media (min-width: 1024px) {
  .nav-opener {
    display: none;
  }
}
.nav-opener:hover::before, .nav-opener:hover::after,
.nav-opener:hover span {
  background: #000;
}
.nav-opener::before, .nav-opener::after,
.nav-opener span {
  width: 20px;
  height: 2px;
  background: var(--base-theme-color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.nav-active .nav-opener::before, .nav-active .nav-opener::after,
.nav-active .nav-opener span {
  background: var(--base-theme-color);
}
.nav-opener::before, .nav-opener::after {
  content: "";
}
.nav-opener::before {
  top: 35%;
}
.nav-active .nav-opener::before {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.nav-opener::after {
  top: 67%;
}
.nav-active .nav-opener::after {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.nav-opener span {
  font-size: 0;
  line-height: 0;
}
.nav-active .nav-opener span {
  opacity: 0;
}

@media (max-width: 1023px) {
  .nav-drop {
    padding: 40px 20px 0;
    background: #fff;
    position: fixed;
    top: 73px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
  }
  .nav-active .nav-drop {
    transition: opacity 0.4s linear, visibility 0.4s linear;
  }
  .nav-active .nav-drop {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1024px) {
  .nav-drop {
    width: calc(100% - 170px);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
@media (min-width: 1342px) {
  .nav-drop {
    width: calc(100% - 294px);
  }
}
@media (min-width: 1024px) {
  .verkkokauppa .nav-drop {
    width: calc(100% - 300px);
  }
}
@media (min-width: 1342px) {
  .verkkokauppa .nav-drop {
    width: calc(100% - 354px);
  }
}

.top-links {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  margin: 0 -20px 40px;
  border-top: 2px solid var(--menu-hover-bg);
  padding-top: 20px !important;
}
@media (min-width: 1024px) {
  .top-links {
    border-top: 0;
    padding: 0 !important;
    margin: 0;
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
  }
}
@media (min-width: 1342px) {
  .top-links {
    font-size: 19px;
  }
}
.top-links li {
  width: 100%;
}
@media (min-width: 1024px) {
  .top-links li {
    width: auto;
    flex-grow: 1;
  }
}
@media (min-width: 1342px) {
  .top-links li {
    width: 25%;
  }
}
.top-links li + li {
  border-top: 2px solid #fff;
}
@media (min-width: 1024px) {
  .top-links li + li {
    border-top: 0;
    border-left: 2px solid #fff;
  }
}
.top-links a {
  background: var(--menu-bg);
  color: var(--body-color);
  width: 100%;
  display: block;
  padding: 14px 8px;
}
@media (min-width: 1024px) {
  .top-links a {
    padding: 15px 8px;
  }
}
.top-links a:hover {
  background: var(--menu-hover-bg);
}
.top-links a.active {
  background: var(--base-theme-color) !important;
  color: #fff !important;
}

.header-links {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .header-links {
    order: -1;
    font-size: 18px;
    width: 100%;
    justify-content: flex-end;
    margin: 0 0 24px;
  }
}
@media (min-width: 1342px) {
  .header-links {
    font-size: 22px;
    margin: 0 0 40px;
  }
}
.header-links li {
  margin: 0 20px 10px 0;
}
@media (min-width: 1024px) {
  .header-links li {
    margin: 0 0 10px 29px;
  }
}
@media (max-width: 1023px) {
  .header-links li:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
}
.header-links li:first-child a {
  color: #E96B02;
}
.header-links a:hover {
  opacity: 0.8;
}
.header-links a .count {
  font-weight: 400;
}
.header-links .icon-arrow-right {
  width: 15px;
  height: 16px;
  margin: 0 0 -1px 2px;
  fill: #E96B02;
}
.header-links .icon-search {
  width: 20px;
  height: 20px;
  margin-bottom: -4px;
  fill: var(--base-theme-color);
}
.header-links .icon-cart {
  width: 22px;
  height: 19px;
  fill: var(--base-theme-color);
}

.main-nav-hold {
  width: 100%;
}

.main-nav {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .main-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    font-size: 18px;
    margin: 0;
    width: 100%;
  }
}
@media (min-width: 1342px) {
  .main-nav {
    font-size: 24px;
  }
}
.main-nav > li {
  margin: 0 -20px 16px 0;
}
@media (min-width: 1024px) {
  .main-nav > li {
    position: relative;
    margin: 0 0 10px 31px;
  }
}
.main-nav > li.active > a .link-wrap::after, .main-nav > li.submenu-active > a .link-wrap::after, .main-nav > li.current-menu-item > a .link-wrap::after, .main-nav > li.current-menu-parent > a .link-wrap::after, .main-nav > li.current-menu-ancestor > a .link-wrap::after, .main-nav > li.current-page-ancestor > a .link-wrap::after {
  opacity: 1;
}
.main-nav > li.submenu-active > a.has-drop-down-a:after {
  display: none;
}
@media (min-width: 1024px) {
  .main-nav > li:hover > .submenu, .main-nav > li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
  }
}
.main-nav > li > a {
  display: block;
  position: relative;
  color: var(--base-theme-color);
  padding-bottom: 4px;
  padding-right: 60px;
}
@media (min-width: 1024px) {
  .main-nav > li > a {
    padding-right: 0;
  }
}
.main-nav > li > a .link-wrap {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.main-nav > li > a .link-wrap::after {
  transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 7px;
  background: var(--theme-border-color);
  opacity: 0;
  margin-top: 5px;
}
@media (min-width: 1024px) {
  .main-nav > li > a .link-wrap::after {
    margin-top: 15px;
  }
}
@media (min-width: 1342px) {
  .main-nav > li > a .link-wrap::after {
    margin-top: 21px;
  }
}
.main-nav > li > a:hover .link-wrap:after {
  opacity: 1;
}
@media (min-width: 1024px) {
  .main-nav li:last-child .submenu, .main-nav li:last-child .sub-menu {
    left: auto;
    right: 0;
  }
}
@media (max-width: 1023px) {
  .main-nav a.has-drop-down-a {
    position: relative;
  }
  .main-nav a.has-drop-down-a:after, .main-nav a.has-drop-down-a:before {
    content: "";
    background: var(--base-theme-color);
    position: absolute;
    top: 14px;
    right: 22px;
    height: 4px;
    width: 20px;
  }
  .main-nav a.has-drop-down-a:after {
    width: 4px;
    height: 20px;
    top: 6px;
    right: 30px;
  }
}
.main-nav .submenu, .main-nav .sub-menu {
  font-size: 19px;
  font-weight: 400;
  padding: 8px 0 10px;
}
@media (min-width: 1024px) {
  .main-nav .submenu, .main-nav .sub-menu {
    transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), visibility 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    font-size: 16px;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 18px 0 0;
    width: 190px;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.5));
  }
}
@media (min-width: 1342px) {
  .main-nav .submenu, .main-nav .sub-menu {
    font-size: 19px;
    padding-top: 24px;
    width: 286px;
  }
}
.main-nav .submenu ul, .main-nav .sub-menu ul {
  margin: 0;
}
.main-nav .submenu li, .main-nav .sub-menu li {
  margin: 0;
}
.main-nav .submenu li.active a, .main-nav .sub-menu li.active a {
  background: var(--menu-hover-bg);
}
.main-nav .submenu li.submenu-active a.has-drop-down-a:after, .main-nav .sub-menu li.submenu-active a.has-drop-down-a:after {
  display: none;
}
.main-nav .submenu a, .main-nav .sub-menu a {
  color: var(--body-color);
  display: block;
  background: var(--body-bg);
  border-bottom: 1px solid var(--base-theme-color);
  padding: 12px 14px;
}
@media (min-width: 1024px) {
  .main-nav .submenu a, .main-nav .sub-menu a {
    padding: 8px 12px;
  }
}
@media (min-width: 1342px) {
  .main-nav .submenu a, .main-nav .sub-menu a {
    padding: 12px 13px;
  }
}
.main-nav .submenu a:hover, .main-nav .sub-menu a:hover {
  background: var(--menu-hover-bg);
}
.main-nav .submenu a.has-drop-down-a:after, .main-nav .sub-menu a.has-drop-down-a:after {
  top: 14px;
}
.main-nav .submenu a.has-drop-down-a:before, .main-nav .sub-menu a.has-drop-down-a:before {
  top: 22px;
}
.main-nav .submenu .submenu, .main-nav .submenu .sub-menu, .main-nav .sub-menu .submenu, .main-nav .sub-menu .sub-menu {
  padding: 0;
}
@media (min-width: 1024px) {
  .main-nav .submenu .submenu ul, .main-nav .submenu .sub-menu ul, .main-nav .sub-menu .submenu ul, .main-nav .sub-menu .sub-menu ul {
    display: none;
  }
}
.main-nav .submenu .submenu ul a, .main-nav .submenu .sub-menu ul a, .main-nav .sub-menu .submenu ul a, .main-nav .sub-menu .sub-menu ul a {
  background: #fff !important;
  padding-left: 40px;
}
.main-nav .submenu .submenu ul a:hover, .main-nav .submenu .sub-menu ul a:hover, .main-nav .sub-menu .submenu ul a:hover, .main-nav .sub-menu .sub-menu ul a:hover {
  background: #e6e6e6 !important;
}

@media (max-width: 1024px) {
  .main-nav .menu-item-has-children {
    position: relative;
  }
  .main-nav .submenu-opener {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: transparent;
    width: 60px;
    height: 100%;
  }
  .main-nav .submenu-opener:after, .main-nav .submenu-opener:before {
    content: "";
    background: var(--base-theme-color);
    position: absolute;
    top: 14px;
    right: 22px;
    height: 4px;
    width: 20px;
  }
  .main-nav .submenu-opener:after {
    width: 4px;
    height: 20px;
    top: 6px;
    right: 30px;
  }
}
body {
  background-color: var(--body-bg);
  font-size: 17px;
  line-height: 1.35;
  font-weight: 400;
  min-width: 360px;
}
@media (min-width: 1024px) {
  body {
    font-size: 20px;
  }
}
body.nav-active {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.accessibility:focus {
  position: static;
  width: auto;
  height: auto;
}

.container {
  width: 100%;
  max-width: 1342px;
  padding: 0 20px;
  margin: 0 auto;
}

.img-cover {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.breadcrumb {
  font-size: 17px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--base-theme-color);
  padding: 15px 0 13px;
}
.breadcrumb ul {
  list-style: none;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb li {
  position: relative;
  padding-left: 26px;
  margin: 3px 22px 3px 0;
}
.breadcrumb li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: ">";
  font-weight: 400;
}
.breadcrumb li:first-child {
  padding-left: 0;
}
.breadcrumb li:first-child:before {
  display: none;
}
.breadcrumb a {
  font-weight: 400;
}

.bg-white {
  background: #fff;
}

.columns {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.columns .col {
  width: 100%;
  padding: 0 15px 30px;
}
@media (min-width: 768px) {
  .columns .col {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .columns .col {
    width: 33.33%;
  }
}
@media (min-width: 1024px) {
  .columns.two-col .col {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .columns.four-col .col {
    width: 25%;
  }
}

.video-hold {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 31px;
  margin-bottom: 36px;
}
.video-hold iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

iframe {
  border: 0;
}

.img-caption {
  font-size: 15px;
}
@media (min-width: 1024px) {
  .img-caption {
    font-size: 17px;
  }
}
.img-caption p {
  margin: 0;
}

.img-caption {
  margin-bottom: 43px;
}

img + .img-caption {
  margin-top: -13px;
}

.accordion {
  padding: 15px 0 39px;
}
.accordion li {
  margin-bottom: 6px;
}
.accordion li.active .opener:after {
  display: none;
}
.accordion .opener {
  display: block;
  background: var(--body-bg-dark);
  color: var(--body-color);
  font-weight: 700;
  position: relative;
  padding: 23px 60px 24px 33px;
  text-decoration: none;
}
.accordion .opener::before, .accordion .opener::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 27px;
  width: 18px;
  height: 2px;
  background: var(--body-color);
}
.accordion .opener:after {
  width: 2px;
  height: 18px;
  right: 35px;
}
.accordion .opener:hover {
  background: var(--menu-hover-bg);
}
.accordion .slide {
  background: var(--body-bg);
  padding: 26px 33px 4px;
  margin-bottom: 2px;
}
.accordion .slide p {
  margin-bottom: 27px;
}

table {
  padding: 8px 0 0;
  margin: 0 0 2.3em;
  table-layout: fixed;
  width: 100%;
  border: 0;
  border-collapse: inherit;
  border-spacing: 0;
  text-align: left;
}
table colgroup col {
  width: 27%;
}
table colgroup col:first-child {
  width: 46%;
}
table td, table th {
  border: 0;
  padding: 11px 17px;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
}
table td:first-child, table th:first-child {
  border-left: 0;
}
table td {
  background: var(--body-bg);
}
table th {
  background: var(--body-bg-dark);
}

.member-box {
  background: var(--body-bg);
  padding: 35px 28px;
}
@media (min-width: 768px) {
  .member-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 35px 45px;
  }
}
.member-box .pp-wrap {
  width: 141px;
  height: 141px;
  border-radius: 50%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .member-box .pp-wrap {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .member-box .pp-wrap + .text-wrap {
    width: calc(100% - 141px);
    padding: 6px 0 0 41px;
  }
}
.member-box .name {
  display: block;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 4px;
}
.member-box .text-wrap p {
  margin-bottom: 4px;
}
.member-box a {
  color: var(--body-color);
  text-decoration: none;
}
.member-box a:hover {
  color: var(--base-theme-color);
}

.site-card-wrap {
  border-radius: 10px;
  border: 2px solid var(--base-theme-color);
  height: 100%;
}
.site-card-wrap .heading-wrap {
  border-radius: 10px 10px 0 0;
  background: var(--body-bg);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
@media (min-width: 768px) {
  .site-card-wrap .heading-wrap {
    height: 137px;
  }
}
.site-card-wrap .heading-wrap img {
  margin: 0 !important;
}
.site-card-wrap .heading-wrap .sky-logo-img {
  width: 206px;
}
.site-card-wrap .heading-wrap .skll-logo-img {
  width: 194px;
}
.site-card-wrap .heading-wrap.sky {
  background: var(--body-bg);
}
.site-card-wrap .body-hold {
  padding: 21px 25px 26px;
  text-align: center;
}
@media (max-width: 767px) {
  .site-card-wrap .body-hold {
    height: auto !important;
  }
}
.site-card-wrap .body-hold .text {
  text-align: left;
  padding-bottom: 18px;
}
.site-card-wrap p {
  margin-bottom: 20px;
}
.site-card-wrap.lg .heading-wrap {
  height: auto;
}
@media (min-width: 1024px) {
  .site-card-wrap.lg .heading-wrap {
    padding: 39px;
  }
}
@media (min-width: 1024px) {
  .site-card-wrap.lg .sky-logo-img {
    width: 267px;
  }
}
@media (min-width: 1024px) {
  .site-card-wrap .application-form {
    padding: 17px 20px 10px;
  }
}

.ad-banner {
  margin: 23px 0 0;
}
.ad-banner .wrap {
  display: block;
  max-width: 1210px;
  margin: 0 auto;
  padding: 5px;
  background: #fff;
}
.ad-banner .wrap:hover {
  opacity: 0.8;
}

.columns + .ad-block {
  margin-top: 16px;
}

.ad-block {
  text-align: center;
  border-bottom: 3px solid #CDCDCD;
  padding-bottom: 35px;
  max-width: 890px;
  margin: 0 auto 54px;
}
.ad-block .img-hold {
  max-width: 506px;
  margin: 0 auto;
  border: 5px solid #fff;
}
.ad-block .img-hold img {
  margin: 0;
}
.ad-block .title {
  margin: 0 0 25px;
  overflow: hidden;
}
.ad-block .title span {
  position: relative;
  z-index: 1;
}
.ad-block .title span::after, .ad-block .title span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 3px;
  background: #CDCDCD;
  left: calc(100% + 8px);
  right: -999px;
}
@media (min-width: 1024px) {
  .ad-block .title span::after, .ad-block .title span::before {
    left: calc(100% + 20px);
  }
}
.ad-block .title span:after {
  left: -999px;
  right: calc(100% + 8px);
}
@media (min-width: 1024px) {
  .ad-block .title span:after {
    left: -999px;
    right: calc(100% + 20px);
  }
}

.posts-heading-block {
  text-align: center;
  padding: 51px 0 56px;
}
.posts-heading-block .container {
  max-width: 800px;
  margin: 0 auto;
}
.posts-heading-block h2 {
  margin-bottom: 33px;
}

.post-tags-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.post-tags-list li {
  margin: 0 9px 18px;
  position: relative;
}
.post-tags-list li input:checked ~ .btn {
  background: var(--base-theme-color) !important;
  color: #fff !important;
}
.post-tags-list .btn {
  font-weight: 600;
  color: var(--body-color) !important;
  background: #fff !important;
  padding: 8px 10px 9px;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .post-tags-list .btn {
    font-size: 18px;
  }
}
.post-tags-list .btn:hover {
  background: #DADDEC !important;
}

[data-content] {
  transition: opacity 0.3s;
}
[data-content].loading {
  opacity: 0.5;
}

.footer {
  background: var(--footer-bg);
  color: #fff;
  padding: 45px 0 25px;
  text-align: center;
}
@media (min-width: 768px) {
  .footer {
    text-align: left;
  }
}
.footer a {
  color: inherit;
  text-decoration: none;
}
.footer a:hover {
  color: var(--footer-link-hover);
}
.footer .site-links {
  margin-bottom: 34px;
}
@media (min-width: 768px) {
  .footer .site-links {
    margin: 0;
  }
}
.footer .site-links .title {
  display: block;
  text-transform: uppercase;
  margin-bottom: 14px;
}
@media (min-width: 1024px) {
  .footer .site-links ul {
    font-size: 19px;
  }
}
.footer .site-links ul a {
  text-decoration: underline;
}
.footer .copyright-block {
  border-top: 1px solid #fff;
  margin-top: 40px;
  padding-top: 25px;
  text-align: center;
}
@media (min-width: 768px) {
  .footer .copyright-block {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .footer .copyright-block ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .footer .copyright-block ul li::before {
    content: "|";
    display: inline-block;
    vertical-align: top;
    margin: 0 21px;
  }
}
.footer .copyright-block ul li:first-child::before {
  display: none;
}
.footer address {
  font-style: normal;
  margin: 0 0 27px;
  padding-top: 8px;
}

.footer-logo {
  width: 170px;
}
@media (min-width: 1024px) {
  .footer-logo {
    display: flex;
    flex-wrap: wrap;
    min-height: 96px;
    margin-bottom: 17px;
  }
}
@media (min-width: 1342px) {
  .footer-logo {
    width: 294px;
    min-height: 110px;
    margin-bottom: 20px;
  }
}
.footer-logo .text {
  display: block;
  font-weight: 900;
  color: #fff;
  font-size: 19px;
  padding-top: 8px;
}
@media (min-width: 1342px) {
  .footer-logo .text {
    font-size: 26px;
    padding-top: 13px;
  }
}
.verkkokauppa .footer-logo a {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 0 1 0;
  max-height: 110px;
}
@media (min-width: 1024px) {
  .verkkokauppa .footer-logo {
    width: 300px;
  }
}
@media (min-width: 1342px) {
  .verkkokauppa .footer-logo {
    width: 354px;
  }
}

@media (min-width: 768px) {
  .footer-cols {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
}
@media (min-width: 768px) {
  .footer-cols .col {
    width: 33.33%;
    padding: 0 15px;
  }
}

.footer-links {
  font-size: 20px;
  font-weight: 900;
}
@media (min-width: 1024px) {
  .footer-links {
    font-size: 24px;
  }
}
.footer-links li {
  margin-bottom: 0.94em;
}

.theme-sky .event-text-card::before,
.theme-sky .home-banner .text-block::after,
.theme-sky .mini-banner h1::after {
  background: var(--theme-border-color);
}
.theme-sky .img-text-section.bg-gray h2 {
  color: var(--base-theme-color);
}
.theme-sky .event-wrap.green-light-bg {
  background: var(--body-bg-light);
}
.theme-sky .event-text-card {
  color: inherit;
}
.theme-sky .upcoming-event-section .left-title {
  color: var(--body-color);
}
.theme-sky .btn.btn-orange,
.theme-sky input[type=submit].btn-orange {
  color: var(--body-color);
}
.theme-sky .btn.btn-orange svg,
.theme-sky input[type=submit].btn-orange svg {
  fill: var(--body-color);
}
.theme-sky .btn.btn-orange:hover,
.theme-sky input[type=submit].btn-orange:hover {
  background: #C45D00;
  color: #fff;
}
.theme-sky .btn.btn-orange:hover svg,
.theme-sky input[type=submit].btn-orange:hover svg {
  fill: #fff;
}
@media (max-width: 1023px) {
  .theme-sky .logo {
    width: 144px;
  }
}

@media (min-width: 1024px) {
  .theme-ke .main-nav > li {
    margin-left: 50px;
  }
}
@media (min-width: 1342px) {
  .theme-ke .main-nav > li {
    margin-left: 72px;
  }
}
.theme-ke .event-wrap .title {
  color: inherit;
}
.theme-ke .event-wrap.orange-bg .title {
  color: var(--body-color);
}
.theme-ke .event-wrap.blue-bg .title {
  color: #fff;
}
.theme-ke .mini-banner h1::after {
  background: var(--theme-border-color);
}
@media (max-width: 1023px) {
  .theme-ke .logo {
    width: 94px;
  }
}
.theme-ke .home-banner .text-block::after {
  background: var(--base-theme-color);
}

@media (max-width: 1023px) {
  .theme-ke.verkkokauppa .logo {
    width: 200px;
  }
}
@media (max-width: 1023px) {
  .theme-ke.verkkokauppa .article-content-section .container > .bg-white {
    padding-left: 0;
    padding-right: 0;
  }
}
.theme-ke.verkkokauppa .article-content-section .mid-holder {
  padding: 0;
}
@media (min-width: 1342px) {
  .theme-ke.verkkokauppa .article-content-section .mid-holder {
    padding: 0 34px;
  }
}
.theme-ke.verkkokauppa .article-content-section .mid-holder .reccommend-product-section h3 {
  text-align: left;
  margin-bottom: 30px;
}
@media (min-width: 1342px) {
  .theme-ke.verkkokauppa .article-content-section .mid-holder .reccommend-product-section h3 {
    margin-bottom: 44px;
  }
}
@media (min-width: 768px) {
  .theme-ke.verkkokauppa .two-col-section .content {
    padding-right: 0;
  }
}

.btn {
  display: inline-block;
  vertical-align: top;
  background: var(--base-theme-color);
  color: #fff;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 800;
  border-radius: 4px;
  padding: 11px 32px 14px 12px;
  text-decoration: none;
  position: relative;
}
@media (min-width: 1342px) {
  .btn {
    font-size: 20px;
    padding: 11px 39px 12px 17px;
  }
}
.btn svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  line-height: 0;
  width: 16px;
  height: 16px;
  fill: #fff;
  transition: fill 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
}
@media (min-width: 1342px) {
  .btn svg {
    right: 14px;
  }
}
.btn:hover {
  background: var(--base-theme-color-dark);
  color: #fff;
}
.btn.btn-orange {
  background: var(--btn-orange-bg);
}
.btn.btn-orange:hover {
  background: var(--btn-orange-bg-hover);
}
.btn.btn-orange.text-white {
  background: var(--warning) !important;
  color: #fff !important;
}
.btn.btn-orange.text-white svg {
  fill: #fff !important;
}
.btn.btn-orange.text-white:hover {
  background: var(--btn-orange-bg-hover) !important;
}
.btn.btn-white {
  background: var(--btn-white-bg);
  color: var(--base-theme-color);
}
.btn.btn-white svg {
  fill: var(--base-theme-color);
}
.btn.btn-white:hover {
  background: var(--btn-white-bg-hover);
}
.btn.lg {
  font-weight: 900;
}
@media (min-width: 1342px) {
  .btn.lg {
    font-size: 22px;
    padding: 14px 46px 14px 20px;
  }
}
@media (min-width: 1342px) {
  .btn.lg svg {
    right: 17px;
  }
}
.btn.sm {
  font-size: 17px;
  padding: 9px 33px 10px 14px;
}
.btn.sm svg {
  right: 11px;
}

.woocommerce div.product .button.single_add_to_cart_button, .btn.add_to_cart_button, .somdn-download-wrap .button, .woocommerce .somdn-download-wrap .button {
  font-size: 17px;
  padding: 9px 33px 10px 14px;
  display: inline-block;
  vertical-align: top;
  background: var(--base-theme-color);
  color: #fff;
  font-size: 17px;
  line-height: 1;
  font-weight: 800;
  border-radius: 4px;
  padding: 11px 32px 14px 12px;
  text-decoration: none;
  position: relative;
}
.woocommerce div.product .button.single_add_to_cart_button:after, .btn.add_to_cart_button:after, .somdn-download-wrap .button:after, .woocommerce .somdn-download-wrap .button:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff'%3E%3Cg stroke='%23ffffff00'%3E%3Cpath d='M1 7C0.447715 7 4.65541e-08 7.44772 0 8C-4.65541e-08 8.55228 0.447715 9 1 9L1 7ZM14.435 8.70711C14.8256 8.31658 14.8256 7.68342 14.435 7.29289L8.07107 0.928933C7.68054 0.538408 7.04738 0.538408 6.65686 0.928933C6.26633 1.31946 6.26633 1.95262 6.65686 2.34315L12.3137 8L6.65685 13.6569C6.26633 14.0474 6.26633 14.6805 6.65685 15.0711C7.04738 15.4616 7.68054 15.4616 8.07107 15.0711L14.435 8.70711ZM1 9L13.7279 9L13.7279 7L1 7L1 9Z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  line-height: 0;
  width: 16px;
  height: 16px;
  fill: #fff;
  color: #fff;
  -webkit-transition: fill 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  transition: fill 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  right: 11px;
}
.woocommerce div.product .button.single_add_to_cart_button:hover, .btn.add_to_cart_button:hover, .somdn-download-wrap .button:hover, .woocommerce .somdn-download-wrap .button:hover {
  background: var(--base-theme-color-dark);
  color: #fff;
}

.woocommerce ul.products li.product a.add_to_cart_button:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff'%3E%3Cg stroke='%23ffffff00'%3E%3Cpath d='M1 7C0.447715 7 4.65541e-08 7.44772 0 8C-4.65541e-08 8.55228 0.447715 9 1 9L1 7ZM14.435 8.70711C14.8256 8.31658 14.8256 7.68342 14.435 7.29289L8.07107 0.928933C7.68054 0.538408 7.04738 0.538408 6.65686 0.928933C6.26633 1.31946 6.26633 1.95262 6.65686 2.34315L12.3137 8L6.65685 13.6569C6.26633 14.0474 6.26633 14.6805 6.65685 15.0711C7.04738 15.4616 7.68054 15.4616 8.07107 15.0711L14.435 8.70711ZM1 9L13.7279 9L13.7279 7L1 7L1 9Z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  line-height: 0;
  width: 16px;
  height: 16px;
  fill: #fff;
  color: #fff;
  -webkit-transition: fill 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  transition: fill 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  right: 11px;
}

.mini-banner {
  position: relative;
  padding: 54px 0 55px;
  text-align: center;
}
.mini-banner .img-cover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.mini-banner h1 {
  background: #fff;
  max-width: 619px;
  margin: 0 auto;
  position: relative;
  padding: 20px 10px;
}
@media (min-width: 768px) {
  .mini-banner h1 {
    padding: 23px;
  }
}
.mini-banner h1::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  bottom: -8px;
  right: -8px;
  background: var(--base-theme-color);
  z-index: -1;
}
.mini-banner + .breadcrumb {
  padding-top: 6px;
}

.home-banner {
  position: relative;
  padding: 124px 0 117px;
  text-align: center;
}
.home-banner .img-cover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.home-banner .text-block {
  max-width: 820px;
  margin: 0 auto;
  background: #fff;
  position: relative;
  padding: 41px 0 39px;
}
.home-banner .text-block::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  bottom: -8px;
  right: -8px;
  background: var(--base-theme-color);
  z-index: -1;
}
.home-banner .text-block .in-wrap {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px;
}
.home-banner h1 {
  margin-bottom: 19px;
}
@media (min-width: 1024px) {
  .home-banner h1 {
    font-size: 42px;
    line-height: 1.19;
  }
}
.home-banner p {
  margin-bottom: 25px;
}

.event-cards-section {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .event-cards-section .event-wrap {
    padding-top: 26px;
  }
}
@media (min-width: 1024px) {
  .event-cards-section .event-wrap .text-wrap {
    margin-bottom: 114px;
  }
}
@media (min-width: 1342px) {
  .event-cards-section .event-wrap .title {
    font-size: 34px;
  }
}

.topical-section {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .topical-section {
    padding-bottom: 94px;
  }
}
.topical-section h2 {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .topical-section h2 {
    margin-bottom: 45px;
  }
}
.topical-section .columns {
  margin-bottom: 12px;
}
.topical-section .btn-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.upcoming-event-section {
  position: relative;
  padding: 77px 0 56px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .upcoming-event-section {
    margin-bottom: 67px;
  }
}
.upcoming-event-section .img-cover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.upcoming-event-section .left-title {
  background: var(--warning);
  color: #fff;
  max-width: 265px;
  padding: 13px 10px 14px 25px;
}
.upcoming-event-section .left-title h2 {
  color: inherit;
  margin: 0;
}
@media (min-width: 1342px) {
  .upcoming-event-section .left-title h2 {
    font-size: 36px;
    line-height: 1.11;
  }
}
.upcoming-event-section .btn-row {
  padding-top: 18px;
}
@media (min-width: 768px) {
  .upcoming-event-section .btn-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}

.magazine-section {
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .magazine-section .container {
    display: flex;
    flex-wrap: wrap;
  }
}
.magazine-section .img-block {
  text-align: center;
}
@media (min-width: 768px) {
  .magazine-section .img-block {
    width: 33.33%;
    padding-right: 18px;
  }
}
@media (min-width: 768px) {
  .magazine-section .img-block + .text-block {
    width: 66.67%;
    padding-left: 6px;
  }
}
.magazine-section h2 {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .magazine-section h2 {
    margin-left: 4px;
  }
}

.magazine-events-list {
  margin-bottom: 42px;
}
.magazine-events-list > li {
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--base-theme-color);
  border-bottom-color: rgb(from var(--base-theme-color) r g b/50%);
}
.magazine-events-list .post-info-list .btn-tag {
  background: var(--jasenille);
}
@media (min-width: 768px) {
  .magazine-events-list .post-info-list li {
    margin-bottom: 8px;
  }
}
@media (min-width: 1024px) {
  .magazine-events-list .post-info-list li {
    margin-right: 20px;
  }
}
.magazine-events-list .title {
  font-weight: 700;
}
@media (min-width: 1024px) {
  .magazine-events-list .title {
    font-size: 26px;
  }
}
.magazine-events-list .title a {
  text-decoration: none;
}
.magazine-events-list .title a:hover {
  color: #002B6B;
}

.inner-img-text-block {
  margin-top: 23px;
  margin-bottom: 60px;
}
@media (min-width: 1024px) {
  .inner-img-text-block {
    margin-bottom: 87px;
  }
}
.inner-img-text-block .row {
  position: relative;
}
@media (min-width: 768px) {
  .inner-img-text-block .row {
    display: flex;
    flex-wrap: wrap;
  }
}
.inner-img-text-block .row:hover img {
  transform: scale(1.08);
}
.inner-img-text-block .row:hover h2 {
  text-decoration: underline;
}
.inner-img-text-block .row .post-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.inner-img-text-block .img-hold {
  display: block;
  overflow: hidden;
  cursor: pointer;
}
@media (min-width: 768px) {
  .inner-img-text-block .img-hold {
    width: 50%;
  }
}
.inner-img-text-block .img-hold img {
  transition: transform 0.8s cubic-bezier(0.3, 0.86, 0.36, 0.95);
}
.inner-img-text-block .text-hold {
  background: #fff;
  padding: 30px 20px 36px;
  border-left: 11px solid var(--theme-border-color);
}
@media (min-width: 768px) {
  .inner-img-text-block .text-hold {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .inner-img-text-block .text-hold {
    padding: 54px 58px;
  }
}
.inner-img-text-block .post-info-list {
  margin-bottom: 2px;
}
.inner-img-text-block h2 {
  margin: 0 0 18px;
}
@media (min-width: 1342px) {
  .inner-img-text-block h2 {
    font-size: 38px;
    line-height: 1.11;
  }
}
.inner-img-text-block p {
  margin-bottom: 22px;
}
.inner-img-text-block .btn,
.inner-img-text-block .btn-tag {
  position: relative;
  z-index: 1;
}

.product-categories-section {
  text-align: center;
  padding: 60px 0 0;
  margin-bottom: 26px;
}
@media (min-width: 768px) {
  .product-categories-section {
    margin-bottom: 53px;
  }
}
.product-categories-section h2 {
  margin-bottom: 39px;
}
.product-categories-section .columns .col {
  padding-bottom: 45px;
}
.product-categories-section .wrap {
  display: block;
  text-decoration: none;
}
.product-categories-section .wrap .img-hold {
  position: relative;
  max-width: 420px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .product-categories-section .wrap .img-hold {
    padding-top: 104%;
  }
}
@media (min-width: 768px) {
  .product-categories-section .wrap .img-hold .img-cover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
}
.product-categories-section .wrap .img-hold::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--base-theme-color);
  opacity: 0;
  transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
}
.product-categories-section .wrap .text {
  display: block;
  padding-top: 18px;
}
@media (min-width: 1342px) {
  .product-categories-section .wrap .text {
    font-size: 24px;
    line-height: 1.17;
  }
}
.product-categories-section .wrap .text .num {
  font-weight: 700;
}
.product-categories-section .wrap:hover .img-hold:after {
  opacity: 0.3;
}

.reccommend-product-section {
  text-align: center;
}
@media (max-width: 767px) {
  .reccommend-product-section .columns {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .reccommend-product-section .columns .col {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .reccommend-product-section .columns.lg-spaced {
    margin: 0 -42px;
  }
}
.reccommend-product-section .columns.lg-spaced .col:not(.normal-recommended-col) {
  margin: 0;
  width: 33.3333%;
}
@media (min-width: 1200px) {
  .reccommend-product-section .columns.lg-spaced .col:not(.normal-recommended-col) {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.reccommend-product-section h2 {
  margin-bottom: 40px;
}
.woocommerce .reccommend-product-section .products .product .woocommerce-loop-product__title {
  padding: 0;
  margin-bottom: 8px;
  font-weight: 500;
  color: var(--body-color);
}
.woocommerce .reccommend-product-section .products .product .price {
  color: var(--body-color);
}
.woocommerce .reccommend-product-section .products .product .price span {
  font-size: 20px;
}
.reccommend-product-section .wrap {
  max-width: 230px;
  margin: 0 auto;
}
.reccommend-product-section .img-hold {
  margin-bottom: 17px;
  position: relative;
  display: block;
  padding-top: 134%;
}
.reccommend-product-section .img-hold .img-cover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.reccommend-product-section .img-hold::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--base-theme-color);
  opacity: 0;
  transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
}
.reccommend-product-section .img-hold:hover:after {
  opacity: 0.3;
}
.reccommend-product-section p, .reccommend-product-section .somdn-download-wrap {
  margin: 0 0 17px;
}
.reccommend-product-section a:not(.btn, .button) {
  text-decoration: none;
}
.reccommend-product-section a:not(.btn, .button):hover {
  text-decoration: underline;
}

.two-col-section .reccommend-product-section .columns .col {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .two-col-section .reccommend-product-section .columns .col {
    padding-bottom: 66px;
  }
}

.product-select-row {
  padding: 5px 0 22px;
}
@media (min-width: 768px) {
  .product-select-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.product-select-row .jcf-select {
  width: 100%;
  min-width: 190px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .product-select-row .jcf-select {
    max-width: 190px;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .product-select-row ul.pagination {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .product-select-row ul.pagination li {
    margin-right: 0;
  }
}
.product-select-row ul.pagination li.active a {
  background: #E2E2E2;
  color: #141414;
}
.product-select-row ul.pagination a,
.product-select-row ul.pagination a.prev,
.product-select-row ul.pagination a.next {
  border: 0;
  background: #F9F9F9;
  color: #737373;
  width: 44px;
  height: 42px;
  font-weight: 600;
}
.product-select-row ul.pagination a svg,
.product-select-row ul.pagination a.prev svg,
.product-select-row ul.pagination a.next svg {
  fill: var(--base-theme-color);
  width: 10px;
  height: 16px;
}
.product-select-row ul.pagination a:hover,
.product-select-row ul.pagination a.prev:hover,
.product-select-row ul.pagination a.next:hover {
  background: #E2E2E2;
  color: #737373;
}

.product-description-block {
  padding: 3px 0;
  margin-bottom: 75px;
}
@media (min-width: 768px) {
  .product-description-block {
    display: flex;
    flex-wrap: wrap;
  }
}
.product-description-block .img-hold {
  display: block;
  max-width: 320px;
  min-height: 600px;
  margin: 0 auto 40px;
}
.woocommerce .product-description-block .img-hold .images {
  float: none;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.woocommerce .product-description-block .img-hold .images .flex-viewport {
  margin: auto;
  background-color: #f6f6f6;
}
@media (min-width: 768px) {
  .product-description-block .img-hold {
    width: 318px;
    margin: 0;
  }
}
.product-description-block .img-hold img {
  width: 100%;
  margin: 0 !important;
}
@media (min-width: 768px) {
  .product-description-block .img-hold + .text-block {
    width: calc(100% - 318px);
    padding-left: 41px;
    margin-top: -6px;
  }
}
.woocommerce .product-description-block .text-block .summary {
  float: none;
  width: 100%;
}
.woocommerce .product .product-description-block .price {
  display: block;
  color: var(--base-theme-color);
  font-size: 22px;
  margin-bottom: 30px !important;
}
@media (min-width: 1024px) {
  .woocommerce .product .product-description-block .price {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .woocommerce .product .product-description-block .price {
    padding-top: 23px;
    margin-bottom: 42px !important;
  }
}
@media (min-width: 1024px) {
  .product-description-block p {
    margin-bottom: 12px !important;
  }
}
.product-description-block .small-text {
  font-size: 16px;
  border-top: 1px solid #d7d7d7;
  margin-top: 45px;
  padding-top: 24px;
}
@media (min-width: 1024px) {
  .product-description-block .small-text {
    font-size: 18px;
  }
}
.product-description-block .small-text a {
  color: inherit;
  text-decoration: underline;
}
.product-description-block .small-text a:hover {
  text-decoration: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.two-col-section {
  padding: 32px 0 164px;
}
@media (min-width: 1024px) {
  .two-col-section .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .two-col-section .sidebar {
    width: 280px;
    padding: 5px 0 0;
  }
}
.two-col-section .sidebar .title a {
  text-decoration: none;
}
@media (min-width: 1024px) {
  .two-col-section .content {
    width: calc(100% - 280px);
    padding: 0 0 0 6%;
  }
}
@media (min-width: 1342px) {
  .two-col-section .content {
    padding: 0 9.8% 0 12.6%;
  }
}
.two-col-section .content img {
  width: 100%;
  margin: 0 0 1.15em;
}

.sidebar {
  margin-bottom: 40px;
}
.sidebar .title {
  display: block;
  font-weight: 900;
  margin: 0 0 16px 14px;
}
@media (min-width: 1024px) {
  .sidebar .title {
    font-size: 21px;
  }
}

.side-nav {
  font-size: 19px;
  line-height: 1.32;
}
@media (min-width: 1024px) {
  .side-nav {
    max-width: 480px;
  }
}
.side-nav li {
  margin: 0;
}
.side-nav li.current_page_item > a, .side-nav li.active > a {
  font-weight: 700;
  background: var(--body-bg-dark);
}
.side-nav a {
  display: block;
  background: var(--body-bg);
  color: var(--body-color);
  border-bottom: 1px solid var(--base-theme-color);
  padding: 11px 6px 12px 14px;
  text-decoration: none;
}
.side-nav a:hover {
  background: var(--body-bg-dark);
}
.side-nav ul a {
  background: #fff;
  padding: 12px 37px 10px;
}

.info-text {
  color: var(--base-theme-color);
  font-weight: 700;
  line-height: 1.38;
  font-size: 18px;
  margin: 0 0 2.05em;
}
@media (min-width: 1024px) {
  .info-text {
    font-size: 21px;
  }
}

.list-block {
  padding: 26px 0 28px;
}
.list-block h3 {
  margin-bottom: 27px;
}

.links-list {
  font-weight: 700;
}
.links-list li {
  position: relative;
  padding-left: 41px;
  margin-bottom: 17px;
}
.links-list .icon-download {
  position: absolute;
  top: 4px;
  left: 0;
  width: 22px;
  height: 20px;
  fill: var(--base-theme-color);
}

@media (min-width: 768px) {
  .article-content-section.contractor-search {
    margin-bottom: 165px;
  }
}
.article-content-section.contractor-search .container > .bg-white {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .article-content-section.contractor-search .container > .bg-white {
    padding-bottom: 102px;
  }
}
.article-content-section.contractor-search .mid-holder {
  max-width: 780px;
}
.article-content-section.contractor-search h1 {
  margin-bottom: 28px;
}
.article-content-section.contractor-search p {
  margin-bottom: 36px;
}
.article-content-section.contractor-search h4 {
  margin-bottom: 14px;
}

.office-block {
  margin-bottom: 60px;
}
.office-block h3 {
  background: var(--body-bg);
  border-top: 2px solid var(--base-theme-color);
  font-weight: 700;
  padding: 23px 24px;
  margin: 0 0 33px;
}
.office-block .content-wrap {
  padding: 0 0 10px;
}
@media (min-width: 768px) {
  .office-block .content-wrap {
    padding: 0 4px;
  }
}
.office-block .content-wrap + .content-wrap {
  border-top: 2px dotted var(--base-theme-color);
  margin-top: 40px;
  padding-top: 39px;
}
.office-block .content-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(auto, 1fr));
  grid-auto-rows: auto;
  gap: 20px 20px;
}
@media (min-width: 768px) {
  .office-block .content-row {
    gap: 20px 30px;
    grid-template-columns: 40% repeat(2, minmax(auto, 1fr));
  }
}
@media (min-width: 768px) {
  .office-block .content-row .col:nth-child(2) {
    grid-column: 2/span 2;
  }
}
.office-block .content-row .col p {
  margin-bottom: 0;
}
.office-block .content-row .col.w-100 {
  grid-column: 1/span 2;
}
@media (min-width: 768px) {
  .office-block .content-row .col.w-100 {
    grid-column: 1/span 3;
  }
}
.office-block .content-row span {
  display: block;
}
.office-block .content-row .title {
  color: var(--base-theme-color);
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media (min-width: 1024px) {
  .office-block .content-row .title {
    font-size: 17px;
  }
}
.office-block .content-row .title .icon-location-pin {
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 17px;
  margin: 3px 2px 0 0;
  fill: var(--base-theme-color);
}
.office-block .content-row a {
  color: inherit;
  text-decoration: none;
}
.office-block .content-row a:hover {
  opacity: 0.75;
}
.office-block .features-li {
  display: flex;
  flex-wrap: wrap;
}
.office-block .features-li li {
  margin-right: 33px;
}
.office-block .features-li .icon-setting {
  display: inline-block;
  vertical-align: top;
  height: 20px;
  width: 25px;
  margin: 4px 0 0;
  fill: var(--base-theme-color);
}
.office-block .contractor-office-zone li {
  margin-left: 24px;
  list-style-type: disc;
}

.classification-specific-fields fieldset {
  padding: 0;
  border: none;
}
.classification-specific-fields fieldset:disabled {
  display: none;
}

.container > div:has(.return-to-top) {
  position: relative;
}

.return-to-top {
  position: absolute;
  top: 0;
  bottom: 20px;
  right: 20px;
}
.return-to-top .btn {
  position: sticky;
  top: calc(100vh - 100px);
  margin-top: 100vh;
}
.return-to-top .btn:after {
  content: "";
  mask: url("../img/reshot-icon-stick-head-up.svg") no-repeat 50% 50%;
  mask-size: cover;
  background-color: currentColor;
  width: 32px;
  height: 32px;
  color: #fff;
  display: block;
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
}

.article-content-section.events {
  margin-bottom: 62px;
}
.article-content-section.events .container > .bg-white {
  padding-bottom: 58px;
}
@media (min-width: 768px) {
  .article-content-section.events .container > .bg-white {
    padding-top: 40px;
  }
}
.article-content-section.events .mid-holder {
  max-width: 784px;
}
.article-content-section.events h1 {
  margin-bottom: 23px;
}
.article-content-section.events .img-caption {
  margin-bottom: 31px;
}
.article-content-section.events p {
  margin-bottom: 29px;
}

.social-block {
  background: var(--body-bg);
  padding: 30px;
}
@media (min-width: 768px) {
  .social-block {
    margin-top: 42px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
.social-block .title {
  display: block;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .social-block .title {
    max-width: 40%;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .social-block .social-networks {
    max-width: 40%;
  }
}

.social-networks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -17px;
}
.social-networks li {
  margin: 0 17px;
  line-height: 0;
}
.social-networks .icon-facebook {
  width: 13px;
  height: 25px;
  fill: var(--warning);
}
.social-networks .icon-twitter {
  width: 21px;
  height: 22px;
  fill: var(--base-theme-color);
}
.social-networks .icon-linkedin {
  width: 27px;
  height: 25px;
  fill: var(--base-theme-color);
}
.social-networks a:hover {
  opacity: 0.8;
}

.event-wrap {
  background: var(--menu-bg);
  position: relative;
  text-align: left;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .event-wrap {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (min-width: 1342px) {
  .event-wrap {
    padding: 31px 26px 25px 34px;
  }
}
.event-wrap.light-bg {
  background: var(--body-bg);
}
.event-wrap.green-bg {
  background: var(--success) !important;
}
.event-wrap.green-bg .title {
  color: #fff;
}
.event-wrap.green-light-bg {
  background: var(--body-bg-light);
}
.event-wrap.blue-bg {
  background: var(--base-theme-color) !important;
  color: #fff;
}
.event-wrap.blue-bg .title {
  color: inherit;
}
.event-wrap.orange-bg {
  background: var(--warning) !important;
}
.event-wrap.orange-bg .title {
  color: #fff;
}
.event-wrap.white-bg {
  background: #fff !important;
}
.event-wrap.white-bg .post-info-list .btn-tag {
  background: var(--menu-bg);
}
.event-wrap.white-bg .post-info-list .btn-tag.jasenille {
  background: var(--jasenille);
}
.event-wrap.white-bg .post-info-list .btn-tag.jasenille:hover:not(.no-hover) {
  background: var(--menu-hover-bg);
}
.event-wrap .text-wrap {
  width: 100%;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .event-wrap .text-wrap {
    margin-bottom: 48px;
  }
}
.event-wrap .post-info-list {
  display: block;
}
@media (min-width: 1024px) {
  .event-wrap .post-info-list {
    font-size: 26px;
  }
}
.event-wrap .post-info-list li {
  margin-bottom: 13px;
}
.event-wrap .post-info-list .btn-tag {
  background: var(--event-tag-bg);
}
.event-wrap .post-info-list .btn-tag:hover:not(.no-hover) {
  background: var(--event-tag-bg-hover);
}
.event-wrap .title {
  display: block;
  font-weight: 900;
  line-height: 1.13;
  color: var(--base-theme-color);
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .event-wrap .title {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  .event-wrap .title {
    font-size: 28px;
  }
}
@media (min-width: 1342px) {
  .event-wrap .title {
    font-size: 32px;
  }
}
.event-wrap .title a {
  color: inherit;
  text-decoration: none;
}
.event-wrap .title a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .event-wrap .btn-wrap {
    width: 100%;
    text-align: right;
  }
}
.event-wrap .btn-wrap .btn {
  text-align: left;
}

.img-text-section {
  background: #fdf0e6;
  position: relative;
  margin-bottom: 42px;
}
@media (min-width: 768px) {
  .img-text-section {
    margin-bottom: 58px;
  }
}
.img-text-section .bg-hold {
  margin: 0 -20px;
}
@media (min-width: 768px) {
  .img-text-section .bg-hold {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 50%;
  }
}
.img-text-section .text-block {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .img-text-section .text-block {
    width: 50%;
    margin-left: auto;
    padding: 60px 0 60px 40px;
  }
}
@media (min-width: 1024px) {
  .img-text-section .text-block {
    padding: 98px 40px 98px 69px;
  }
}
.img-text-section .icon-calendar {
  display: block;
  width: 34px;
  height: 31px;
  margin-bottom: 28px;
}
.img-text-section h2 {
  color: inherit;
}
@media (min-width: 1024px) {
  .img-text-section h2 {
    margin-bottom: 13px;
  }
}
.img-text-section h2.lg {
  margin-bottom: 11px;
}
@media (min-width: 1024px) {
  .img-text-section h2.lg {
    font-size: 36px;
  }
}
.img-text-section p {
  margin-bottom: 24px;
}
.img-text-section p + p {
  padding-top: 6px;
}
.img-text-section p + .btn {
  margin-top: 20px;
}
.img-text-section.bg-gray {
  background: var(--body-bg);
}
.img-text-section.bg-blue {
  background: var(--base-theme-color);
  color: #fff;
}
@media (min-width: 768px) {
  .img-text-section.img_at_right .bg-hold {
    left: 50%;
    right: 0;
  }
}
@media (min-width: 768px) {
  .img-text-section.img_at_right .text-block {
    margin: 0 auto 0 0;
    padding: 80px 11% 88px 0;
  }
}
@media (min-width: 1024px) {
  .img-text-section.img_at_right h2:not(.lg) {
    margin-bottom: 22px;
  }
}
.img-text-section.img_at_right p {
  margin-bottom: 21px;
}

.tick-list {
  margin-bottom: 34px;
}
.tick-list li {
  position: relative;
  padding-left: 38px;
  margin-bottom: 8px;
}
.tick-list .icon-tick {
  width: 23px;
  height: 17px;
  position: absolute;
  top: 7px;
  left: 0;
  fill: var(--warning);
}

.pager-section {
  padding: 51px 0 100px;
}
@media (min-width: 768px) {
  .pager-section {
    padding-bottom: 165px;
  }
}
.pager-section .columns {
  /*+.columns {
    position: relative;
    padding-top: 34px;

    &:before {
      content: "";
      position: absolute;
      top: 0;
      left: 15px;
      right: 15px;
      background: rgba(33, 94, 158, 0.30);
      height: 2px;
    }
  }*/
}
@media (min-width: 768px) {
  .pager-section .columns .col:nth-child(n+3) {
    padding-top: 34px;
    border-top: solid 2px rgba(33, 94, 158, 0.3);
  }
}
@media (min-width: 1024px) {
  .pager-section .columns .col:nth-child(n+3) {
    padding-top: unset;
    border-top: unset;
  }
  .pager-section .columns .col:nth-child(n+4) {
    padding-top: 34px;
    border-top: solid 2px rgba(33, 94, 158, 0.3);
  }
}
.pager-section .columns + .pagination {
  margin-top: 66px;
}
.pager-section .event-wrap {
  background: var(--body-bg);
}
.pager-section .event-wrap.green-light-bg {
  background: var(--body-bg-light);
}

.title-tabset {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-weight: 900;
  font-size: 18px;
  line-height: 1;
  text-transform: capitalize;
  max-width: 643px;
  border-bottom: 2px solid var(--base-theme-color);
  margin: 0 auto 60px;
  padding-bottom: 7px;
}
@media (min-width: 1024px) {
  .title-tabset {
    font-size: 24px;
  }
}
.title-tabset li {
  margin: 0 4px;
}
@media (min-width: 768px) {
  .title-tabset li {
    margin: 0 30px;
  }
}
@media (min-width: 1024px) {
  .title-tabset li {
    margin: 0 47px;
  }
}
.title-tabset li.active a:after {
  opacity: 1;
}
.title-tabset a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-decoration: none;
  padding: 0 7px 14px;
}
@media (min-width: 768px) {
  .title-tabset a {
    padding: 0 14px 14px;
  }
}
.title-tabset a:after {
  position: absolute;
  height: 7px;
  top: 100%;
  left: 0;
  right: 0;
  content: "";
  background: var(--theme-border-color);
  opacity: 0;
}
.title-tabset a:hover:after {
  opacity: 1;
}

ul.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  margin: 0 -3px;
}
@media (min-width: 768px) {
  ul.pagination {
    margin: 0 -10px;
  }
}
@media (min-width: 1024px) {
  ul.pagination {
    font-size: 20px;
  }
}
ul.pagination li {
  margin: 0 3px;
}
@media (min-width: 768px) {
  ul.pagination li {
    margin: 0 10px;
  }
}
ul.pagination li.active a {
  color: #fff;
  background: var(--base-theme-color);
  border-color: var(--base-theme-color);
}
ul.pagination a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 36px;
  border-radius: 4px;
  border: 2px solid #737373;
  color: #737373;
  font-weight: 800;
  text-decoration: none;
}
@media (min-width: 768px) {
  ul.pagination a {
    width: 44px;
    height: 42px;
  }
}
ul.pagination a:hover {
  border-color: var(--base-theme-color);
  color: var(--base-theme-color);
}
ul.pagination a.prev, ul.pagination a.next {
  background: none;
  border: 0;
}
@media (min-width: 1024px) {
  ul.pagination a.prev, ul.pagination a.next {
    width: 62px;
  }
}
ul.pagination a.prev svg, ul.pagination a.next svg {
  width: 20px;
  height: 20px;
}
@media (min-width: 768px) {
  ul.pagination a.prev svg, ul.pagination a.next svg {
    width: 30px;
    height: 30px;
  }
}

.event-text-card {
  text-decoration: none;
  color: inherit;
  position: relative;
  padding: 0 20px 0 33px;
  display: block;
  margin: 20px 0;
}
@media (min-width: 768px) {
  .event-text-card {
    min-height: 110px;
  }
}
.event-text-card:before {
  position: absolute;
  top: 3px;
  bottom: 2px;
  left: 0;
  background: var(--theme-border-color);
  content: "";
  width: 11px;
}
@media (min-width: 768px) {
  .event-text-card:before {
    bottom: 6px;
  }
}
.event-text-card .post-info-list {
  font-size: 17px;
  margin: 0;
}
@media (min-width: 1024px) {
  .event-text-card .post-info-list {
    font-size: 20px;
  }
}
.event-text-card .post-info-list li {
  margin: 0 5px 13px 0;
}
.event-text-card:hover .title {
  text-decoration: underline;
  color: var(--base-theme-color);
}

.article-content-section {
  margin-bottom: 92px;
}
.article-content-section .container > .bg-white {
  padding: 24px 12px 60px;
}
@media (min-width: 768px) {
  .article-content-section .container > .bg-white {
    padding: 33px 33px 86px;
  }
}
.article-content-section .mid-holder {
  max-width: 798px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .article-content-section .mid-holder {
    padding: 0 30px;
  }
}
.article-content-section .mid-holder.lg {
  max-width: 1084px;
}
.article-content-section .mid-holder .two-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1342px) {
  .article-content-section .mid-holder .two-col {
    margin-right: -80px;
  }
}
.article-content-section .mid-holder .two-col .side-col {
  width: 100%;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .article-content-section .mid-holder .two-col .side-col {
    order: 2;
    width: 260px;
    padding-top: 65px;
    margin-top: unset;
  }
}
@media (min-width: 1342px) {
  .article-content-section .mid-holder .two-col .side-col {
    width: 295px;
    margin-top: unset;
  }
}
.article-content-section .mid-holder .two-col .side-col h4 {
  margin-bottom: 28px;
}
.article-content-section .mid-holder .two-col .content-col {
  width: 100%;
}
@media (min-width: 1024px) {
  .article-content-section .mid-holder .two-col .content-col {
    order: 1;
    width: calc(100% - 290px);
  }
}
@media (min-width: 1342px) {
  .article-content-section .mid-holder .two-col .content-col {
    width: calc(100% - 374px);
  }
}
.article-content-section .mid-holder .two-col .content-col:only-child {
  width: 100%;
}
.article-content-section .section-title {
  display: block;
  margin-bottom: 32px;
}
.article-content-section h1 {
  margin-bottom: 12px;
}
.article-content-section .info-text {
  margin-bottom: 18px;
}
.article-content-section p {
  margin-bottom: 19px;
}
.article-content-section img {
  margin-bottom: 25px;
  width: 100%;
}
.article-content-section .img-caption {
  margin-bottom: 49px;
}
@media (min-width: 1024px) {
  .article-content-section .img-caption {
    font-size: 18px;
  }
}
.article-content-section .block-wrap {
  margin-bottom: 35px;
}
.article-content-section h2 {
  margin-bottom: 16px;
}
.article-content-section table {
  margin-bottom: 39px;
}
.article-content-section h3 {
  margin-bottom: 20px;
}
.article-content-section .video-hold {
  margin-bottom: 50px;
}

.post-info-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: var(--base-theme-color);
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
}
.post-info-list li {
  margin: 0 17px 17px 0;
}
.post-info-list .btn-tag {
  display: inline-block;
  vertical-align: top;
  border-radius: 4px;
  background: var(--body-bg-dark);
  padding: 9px 10px;
  color: #000;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
}
.post-info-list .btn-tag:hover:not(.no-hover) {
  background: var(--menu-hover-bg);
}
.post-info-list .btn-tag.light {
  background: var(--tag-light) !important;
}
.post-info-list .btn-tag.light:hover:not(.no-hover) {
  background: var(--menu-hover-bg) !important;
}
.post-info-list .btn-tag--light {
  background: var(--event-tag-light-bg) !important;
}
.post-info-list .btn-tag--light:hover:not(.no-hover) {
  background: var(--event-tag-light-bg-hover) !important;
}
.post-info-list.lg {
  display: block;
}
@media (min-width: 1024px) {
  .post-info-list.lg {
    font-size: 24px;
    line-height: 1.17;
    margin-bottom: 29px;
  }
}
@media (min-width: 1024px) {
  .post-info-list.lg li {
    margin-bottom: 20px;
  }
}

.bg-box {
  background: var(--body-bg);
  padding: 22px 16px;
}
@media (min-width: 768px) {
  .bg-box {
    padding: 27px 35px;
  }
}
.bg-box h4 {
  margin-bottom: 18px;
}
.bg-box ul {
  margin: 0;
}
.bg-box ul a {
  color: inherit;
}

.posts-section {
  text-align: center;
  margin-bottom: 77px;
}
.posts-section h2 {
  margin-bottom: 48px;
}
.posts-section .btn-row {
  padding-top: 32px;
}
@media (min-width: 768px) {
  .posts-section .btn-row {
    text-align: right;
  }
}

.post-wrap {
  position: relative;
}
@media (min-width: 768px) {
  .post-wrap {
    height: 100%;
  }
}
.post-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  border-left: 11px solid var(--theme-border-color);
  z-index: -1;
}
.post-wrap .post-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.post-wrap:hover .img-cover {
  transform: scale(1.08);
}
.post-wrap:hover .title {
  color: var(--base-theme-color);
}
.post-wrap .img-wrap {
  position: relative;
  padding-top: 54.5%;
  cursor: pointer;
  overflow: hidden;
}
.post-wrap .img-wrap .img-cover {
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: transform 0.8s cubic-bezier(0.3, 0.86, 0.36, 0.95);
}
.post-wrap .text-wrap {
  text-align: left;
  padding: 15px 13px 7px 24px;
}
@media (min-width: 1024px) {
  .post-wrap .text-wrap {
    padding: 15px 18px 7px 34px;
  }
}
.post-wrap .title {
  transition: color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
}
.post-wrap .post-info-list {
  font-weight: 600;
  font-size: 20px;
  margin: 0;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .post-wrap .post-info-list {
    font-size: 20px;
  }
}
.post-wrap .post-info-list li {
  margin-bottom: 4px;
  margin-right: 8px;
}
@media (min-width: 1024px) {
  .post-wrap .post-info-list li {
    margin-right: 17px;
  }
}
.post-wrap .post-info-list .btn-tag {
  background: var(--body-bg);
  position: relative;
  z-index: 1;
  font-size: 15px;
}
@media (min-width: 1024px) {
  .post-wrap .post-info-list .btn-tag {
    font-size: 18px;
  }
}
.post-wrap .post-info-list .btn-tag:hover:not(.no-hover) {
  background: var(--body-bg-dark);
}

.side-links-list li {
  border-bottom: 1px solid #919AC5;
  margin-bottom: 14px;
}
.side-links-list li.active > a {
  font-weight: 700;
}
.side-links-list a {
  text-decoration: none;
  display: block;
  padding-bottom: 15px;
}
.side-links-list a:hover {
  text-decoration: underline;
}

.last-section, .frontpage main > section:last-of-type {
  margin-bottom: 90px;
}
@media (min-width: 768px) {
  .last-section, .frontpage main > section:last-of-type {
    margin-bottom: 135px;
  }
}

.additional-info {
  text-align: center;
}

.content-block:not(:last-child).fact-box, .content-block:not(:last-child).personnel-card {
  margin-bottom: 25px;
}

.content-block.image {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.content-block.image figure {
  width: fit-content;
}
.content-block.image img {
  width: var(--width);
}
.content-block.image figcaption {
  text-align: start;
}

.personnel-card .pp-wrap img {
  border-radius: 50%;
}

.reservation-list {
  margin: 40px 0;
}
.reservation-list .spots {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  gap: 60px 20px;
  padding: 0;
  margin: 0;
  margin-top: 50px;
}
.reservation-list .spots > li {
  flex: 0 0 calc(33.3333333333% - 13.3333333333px);
  min-width: 130px;
  text-align: center;
}
.reservation-list .spots > li .reservation-logo-container {
  background-image: var(--bg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 125px;
  display: grid;
  place-items: center center;
  margin-bottom: 15px;
}
.reservation-list .spots > li .reservation-logo-container span {
  color: #FFF;
  text-align: center;
  font-size: 34px;
  font-style: normal;
  font-weight: 900;
  line-height: 42px; /* 123.529% */
}
.reservation-list .spots > li > span {
  display: block;
}
.reservation-list .spots > li .name {
  color: var(--base-theme-color);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px; /* 135% */
}
.reservation-list .spots > li .state {
  color: var(--base-theme-color);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

.schedule {
  background: transparent;
}
.schedule th, .schedule td {
  background: transparent;
  vertical-align: baseline;
  padding-left: 0;
}
.schedule th, .schedule strong {
  color: var(--base-theme-color);
}
.schedule .schedule-time {
  width: 140px;
}
.schedule .schedule-description {
  width: auto;
}

table.tablepress {
  padding: 8px 0 0;
  margin: 0 0 2.3em;
  table-layout: fixed;
  width: 100%;
  border: 0;
  border-collapse: inherit;
  border-spacing: 0;
  text-align: left;
}
table.tablepress colgroup col {
  width: 27%;
}
table.tablepress colgroup col:first-child {
  width: 46%;
}
table.tablepress td, table.tablepress th {
  border: 0;
  padding: 11px 17px;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
}
table.tablepress td:first-child, table.tablepress th:first-child {
  border-left: 0;
}
table.tablepress .even, table.tablepress td {
  background: var(--body-bg);
}
table.tablepress .even td, table.tablepress td td {
  background: var(--body-bg);
}
table.tablepress .odd {
  background-color: hsl(from var(--body-bg) h s calc(l * 1.06));
}
table.tablepress .odd td {
  background-color: hsl(from var(--body-bg) h s calc(l * 1.06));
}
table.tablepress th {
  background: var(--body-bg-dark);
}

.add-to-cart-form, form.cart {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce .add-to-cart-form input[type=number], .woocommerce form.cart input[type=number] {
  width: 56px;
  height: 36px;
  min-width: 0;
  padding: 3px 3px 3px 13px;
  margin-right: 28px;
  text-align: initial;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: none;
}

.more-description .woocommerce-Tabs-panel--description {
  margin-bottom: 47px;
}
@media (min-width: 768px) {
  .more-description .woocommerce-Tabs-panel--description {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.more-description .woocommerce-Tabs-panel--description .h5, .more-description .woocommerce-Tabs-panel--description h2 {
  display: block;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding: 17px 0;
  margin-top: 5px;
  font-size: 20px;
  line-height: 1.35;
}
@media (min-width: 768px) {
  .more-description .woocommerce-Tabs-panel--description .h5, .more-description .woocommerce-Tabs-panel--description h2 {
    width: 236px;
  }
}
@media (min-width: 768px) {
  .more-description .woocommerce-Tabs-panel--description .h5 + p, .more-description .woocommerce-Tabs-panel--description h2 + p {
    width: calc(100% - 236px);
    padding-left: 49px;
  }
}

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
  float: right;
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
  float: left;
}

.woocommerce ul.products li.product a img {
  margin-bottom: 17px;
  object-fit: cover;
  height: 250px;
  width: 100%;
}

.woocommerce ul.products li.product {
  display: flex;
  flex-direction: column;
}

.woocommerce ul.products li.product .wrap {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.woocommerce ul.products li.product .wrap .woocommerce-loop-product__link {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.woocommerce .reccommend-product-section .products .product .price {
  margin-top: auto;
}

.woocommerce ul.products li.product .wrap :last-child {
  margin-top: auto;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  padding: 0 15px 30px;
}

.reccommend-product-section.on-single-page h2 {
  margin-bottom: 44px;
  text-align: left;
}

@media (min-width: 1200px) {
  .woocommerce ul.products.columns-3 li.product, .woocommerce-page .reccomend-product-section.on-single-page ul.products.columns-3 {
    padding-left: 0;
    padding-right: 0;
  }
}

.woocommerce ul.products.columns-3 li.product, .woocommerce-page .reccomend-product-section.on-single-page ul.products.columns-3 li.product {
  width: 33.3333%;
}
@media (max-width: 767px) {
  .woocommerce ul.products.columns-3 li.product, .woocommerce-page .reccomend-product-section.on-single-page ul.products.columns-3 li.product {
    width: auto;
  }
}

.reccommend-product-section .normal-recommended-col .wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
}
.reccommend-product-section .normal-recommended-col .img-hold {
  width: 100%;
}
.reccommend-product-section .normal-recommended-col .price-container {
  margin-top: auto;
}

.woocommerce div.product .img-hold div.images .flex-control-thumbs {
  padding-top: 12px;
  background-color: #fff;
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}
.woocommerce div.product .img-hold div.images .flex-control-thumbs li {
  width: 100%;
}

.woocommerce span.onsale {
  background-color: var(--base-theme-color);
}

.woocommerce ul.products li.product .onsale {
  right: 30px;
}

.woocommerce-product-gallery__wrapper {
  background-color: #f6f6f6;
  display: flex;
  align-items: center;
  height: 424px;
}
:not(.flex-viewport) > .woocommerce-product-gallery__wrapper {
  justify-content: center;
}
.woocommerce-product-gallery__wrapper a {
  max-height: 100%;
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  height: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
  object-fit: contain;
  max-height: 424px;
}

.woocommerce .product-description-block .img-hold {
  min-height: unset;
}
.woocommerce .product-description-block .img-hold .images {
  margin-bottom: 0;
}
.woocommerce .product-description-block .img-hold .images .flex-viewport {
  margin: 0;
}

.reccommend-product-section {
  container: recommend/inline-size;
  width: 100%;
}
.woocommerce .reccommend-product-section .products ul, .woocommerce .reccommend-product-section ul.products.columns {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(1, minmax(100px, 1fr));
  grid-auto-rows: 1fr;
  gap: 40px 20px;
}
.woocommerce .reccommend-product-section .products ul:before, .woocommerce .reccommend-product-section .products ul:after, .woocommerce .reccommend-product-section ul.products.columns:before, .woocommerce .reccommend-product-section ul.products.columns:after {
  content: none;
}
@container recommend (min-width:425px) {
  .woocommerce .reccommend-product-section .products ul, .woocommerce .reccommend-product-section ul.products.columns {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
}
@container recommend (min-width:600px) {
  .woocommerce .reccommend-product-section .products ul, .woocommerce .reccommend-product-section ul.products.columns {
    grid-template-columns: repeat(3, minmax(100px, 1fr));
  }
}
@container recommend (min-width:660px) {
  .woocommerce .reccommend-product-section .products ul, .woocommerce .reccommend-product-section ul.products.columns {
    column-gap: 40px;
  }
}
@container recommend (min-width:810px) {
  .woocommerce .reccommend-product-section .products ul, .woocommerce .reccommend-product-section ul.products.columns {
    column-gap: 60px;
  }
}
.reccommend-product-section .columns.lg-spaced .col:not(.normal-recommended-col) {
  width: 100%;
  padding: 0;
}
.reccommend-product-section .columns.lg-spaced .col:not(.normal-recommended-col) .wrap {
  margin: 0;
  max-width: unset;
}

.woocommerce .woocommerce-ordering {
  margin-bottom: 2em;
}

.woocommerce nav.woocommerce-pagination {
  margin-top: 2em;
}

td.product-name .variation-Vendor {
  display: none !important;
}

body.woocommerce-cart .woocommerce-shipping-destination {
  display: none;
}

.woocommerce-cart table.cart {
  border: 0;
  table-layout: auto;
}
.woocommerce-cart table.cart td, .woocommerce-cart table.cart th {
  border-left: 0;
  white-space: nowrap;
}
.woocommerce-cart table.cart .product-remove {
  width: 0;
}
.woocommerce-cart table.cart .product-thumbnail {
  width: 10%;
}
.woocommerce-cart table.cart .product-thumbnail img {
  margin: 0;
}
.woocommerce-cart table.cart .product-name {
  width: 99%;
}
.woocommerce-cart table.cart .product-subtotal {
  text-align: right;
}
.woocommerce-cart table.cart #coupon_code {
  min-width: 200px;
}
.woocommerce-cart table.cart button {
  background: var(--base-theme-color);
  color: #fff;
  font-weight: 800;
  border-radius: 4px;
  text-decoration: none;
  position: relative;
}
.woocommerce-cart table.cart button:hover {
  background: var(--base-theme-color-dark);
  color: #fff;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background: var(--base-theme-color);
  color: #fff;
  font-weight: 800;
  border-radius: 4px;
  text-decoration: none;
  position: relative;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background: var(--base-theme-color-dark);
  color: #fff;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled:hover:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled]:hover:hover {
  background: var(--base-theme-color-dark);
  color: #fff;
}

.woocommerce-checkout .woocommerce form .form-row textarea {
  height: 135px;
}
.woocommerce-checkout #customer_details {
  margin-bottom: 40px;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .product-total {
  width: 200px;
}
.woocommerce-checkout #place_order {
  background: var(--base-theme-color);
  color: #fff;
  font-weight: 800;
  border-radius: 4px;
  text-decoration: none;
  position: relative;
}
.woocommerce-checkout #place_order:hover {
  background: var(--base-theme-color-dark);
  color: #fff;
}
.woocommerce-checkout #payment {
  background: var(--body-bg);
}

@media (min-width: 1024px) {
  .magazines .columns .col {
    width: 25%;
  }
}
.magazines .post-wrap .img-wrap {
  position: initial;
  padding-top: 0;
}
.magazines .post-wrap .img-wrap .img-cover {
  position: initial;
  width: 100%;
  height: auto;
}
/*# sourceMappingURL=style.css.map */
