@charset "UTF-8";
/*
Theme Name: Xundart
Author: Anonymous
Author URI:
Version: 1.0.0
Description: Xundart theme for Wordpress with ACF block.json support
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: xundart
Tags: one-column, two-columns
Theme URI:
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    box-sizing: content-box;
    /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.listreset,
#header .primary-nav-wrapper ul,
#footer ul:not(.social-links),
#footer ul.social-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after {
    content: "";
    display: block;
    clear: both;
}

.section.comments input[type="submit"],
.section.respond input[type="submit"],
.section.comments a,
.section.respond a,
.btn {
    transition: all 0.3s ease-in-out;
}

.ellipsis {
    white-space: nowrap;
    /* 1 */
    text-overflow: ellipsis;
    /* 2 */
    overflow: hidden;
}

.btn {
    display: inline-block;
    vertical-align: top;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

* {
    max-height: 1000000px;
}

body {
    color: #000;
    background: #fff;
    font:
        18px/1.2 "Roboto",
        "Arial",
        "Helvetica Neue",
        "Helvetica",
        sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

.gm-style img {
    max-width: none;
}

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

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
    margin: 0 0 1.2em;
}

blockquote {
    border-left: 4px solid #999;
    padding-left: 0.5em;
    margin-left: 1.2em;
}

th,
td {
    border: 1px solid #999;
    padding: 0.5em;
    text-align: left;
    vertical-align: top;
}

th {
    text-align: center;
    vertical-align: middle;
}

ul,
ol {
    padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
    padding-left: 3em;
    margin: 0;
}

ul {
    list-style-type: disc;
}

dl dt {
    float: left;
    clear: left;
    padding-right: 0.3em;
    font-weight: bold;
}

dl dd {
    overflow: hidden;
}

pre {
    max-width: 100%;
}

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    border: 1px solid #999;
    padding: 0.4em 0.7em;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
    border-color: #000;
}
input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
}
input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #999;
}
input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999;
}
input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999;
}
input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
    color: #999;
}

select {
    -webkit-border-radius: 0;
}

textarea {
    resize: vertical;
    vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
}

input[type="search"]:-webkit-autofill {
    background-color: transparent !important;
    box-shadow: 0 0 0px 1000px white inset !important;
    /* Прозрачный фон */
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    color: inherit !important;
}

@font-face {
    font-family: "icomoon";
    src: url("fonts/icomoon.eot?qcgwav");
    src:
        url("fonts/icomoon.eot?qcgwav#iefix") format("embedded-opentype"),
        url("fonts/icomoon.ttf?qcgwav") format("truetype"),
        url("fonts/icomoon.woff?qcgwav") format("woff"),
        url("fonts/icomoon.svg?qcgwav#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-user:before {
    content: "\e908";
}

.icon-check:before {
    content: "\e901";
}

.icon-arrow-light:before {
    content: "\e909";
}

.icon-arrow-left:before {
    content: "\e902";
}

.icon-arrow-down:before {
    content: "\e903";
}

.icon-arrow-right:before {
    content: "\e904";
}

.icon-close:before {
    content: "\e905";
}

.icon-minus:before {
    content: "\e906";
}

.icon-plus:before {
    content: "\e907";
}

.icon-search:before {
    content: "\e900";
}

.icon-arrow-down-thin:before {
    content: "\e918";
}

#wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#main {
    flex-grow: 1;
}

.widget {
    margin-bottom: 1.2em;
}
.widget ul {
    padding-left: 2em;
}
.widget select {
    min-width: 150px;
}

.nav-links {
    padding: 60px 0 20px;
    text-align: center;
}

.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 {
    margin-bottom: 15px;
}
.search-form input {
    float: left;
    height: 2em;
}
.search-form input[type="search"] {
    margin: 0 4px 0 0;
    width: 150px;
}

.post-password-form input {
    float: left;
    height: 2em;
}
.post-password-form input[type="password"] {
    width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
    background: #000;
    color: #fff;
    height: 2em;
    border: none;
    padding: 0 0.5em;
}
.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
    opacity: 0.8;
}

.commentlist {
    margin: 0 0 1.2em;
}
.commentlist .edit-link {
    margin: 0;
}
.commentlist .avatar-holder {
    margin: 0 1.2em 4px 0;
    float: left;
}

.commentlist-item .commentlist-item {
    padding: 0;
}
@media (min-width: 768px) {
    .commentlist-item .commentlist-item {
        padding: 0 0 0 2em;
    }
}

.comment,
.commentlist-holder {
    overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
    padding-top: 1.2em;
}

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

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

.navigation,
.navigation-comments {
    margin-bottom: 1.2em;
    position: relative;
    vertical-align: middle;
}
.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 0.4em;
}
@media (max-width: 767px) {
    .navigation .page-numbers,
    .navigation-comments .page-numbers {
        padding: 0 3px;
    }
}
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
    background: #000;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    max-width: 48%;
    padding: 0.4em;
    text-decoration: none;
}
@media (max-width: 767px) {
    .navigation .next,
    .navigation .prev,
    .navigation-comments .next,
    .navigation-comments .prev {
        padding: 0.2em;
    }
}
.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
    opacity: 0.8;
}

.navigation-single {
    margin-bottom: 1.2em;
}
.navigation-single .next,
.navigation-single .prev {
    background: #000;
    color: #fff;
    float: left;
    vertical-align: middle;
    max-width: 48%;
    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: 0.4em;
    display: block;
}
@media (max-width: 767px) {
    .navigation-single .next a,
    .navigation-single .prev a {
        padding: 0.2em;
    }
}
.navigation-single .next {
    float: right;
}

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

div.aligncenter {
    margin: 0 auto 1.2em;
}

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

.alignleft {
    float: left;
    margin: 0 1.2em 4px 0;
}

.alignright {
    float: right;
    margin: 0 0 4px 1.2em;
}

.mejs-container {
    margin-bottom: 1.2em;
}

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

iframe {
    max-width: 100%;
}

.navigation-single .next,
.navigation-single .prev,
.page-numbers,
.title {
    word-break: break-word;
}

#wp-calendar tbody td {
    text-align: center;
}

#wp-calendar td,
#wp-calendar th {
    border: 1px solid #999;
}

.section.comments,
.section.respond {
    max-width: 730px;
}
.section.comments .comment-form textarea,
.section.respond .comment-form textarea {
    max-width: 100%;
}
.section.comments input[type="text"],
.section.comments input[type="email"],
.section.comments input[type="url"],
.section.comments textarea,
.section.respond input[type="text"],
.section.respond input[type="email"],
.section.respond input[type="url"],
.section.respond textarea {
    border: 1px solid #000;
    width: 100%;
    max-width: 100%;
    padding: 10px 15px;
}
.section.comments input[type="submit"],
.section.respond input[type="submit"] {
    padding: 13px 25px;
    display: inline-block;
    height: auto;
}
.section.comments input[type="submit"]:hover,
.section.respond input[type="submit"]:hover {
    opacity: 0.7;
}
.section.comments a,
.section.respond a {
    text-decoration: none;
}
.section.comments a:hover,
.section.respond a:hover {
    opacity: 0.7;
}
.section.comments .comment-form-cookies-consent,
.section.respond .comment-form-cookies-consent {
    display: flex;
    align-items: center;
}
.section.comments .comment-form-cookies-consent input,
.section.respond .comment-form-cookies-consent input {
    margin-right: 10px;
}
.section.comments .comment-form-cookies-consent label,
.section.respond .comment-form-cookies-consent label {
    padding-bottom: 0;
}
.section.comments .comment-reply-title small,
.section.respond .comment-reply-title small {
    margin-left: 5px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
    font-family: inherit;
    font-weight: bold;
    margin: 0 0 0.5em;
    color: inherit;
}

h1,
.h1 {
    font-size: 30px;
    font-weight: 300;
    line-height: 1.333;
}
@media (min-width: 768px) {
    h1,
    .h1 {
        font-size: 45px;
    }
}
@media (min-width: 1024px) {
    h1,
    .h1 {
        font-size: 55px;
    }
}
@media (min-width: 1200px) {
    h1,
    .h1 {
        font-size: 65px;
        line-height: 1;
    }
}

h2,
.h2 {
    font-size: 30px;
    line-height: 1.333;
    font-weight: 300;
}
@media (min-width: 768px) {
    h2,
    .h2 {
        font-size: 40px;
    }
}
@media (min-width: 1024px) {
    h2,
    .h2 {
        font-size: 50px;
    }
}
@media (min-width: 1200px) {
    h2,
    .h2 {
        font-size: 60px;
        line-height: 1;
    }
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 21px;
}

h5,
.h5 {
    font-size: 17px;
}

h6,
.h6 {
    font-size: 15px;
}

p {
    margin: 0 0 1em;
}

a {
    color: #d2e3f1;
    transition: all 0.3s;
}
a:hover,
a:focus {
    text-decoration: none;
}

.home #header .search-toggle,
.home #header .account-link,
.single.has-image #header .search-toggle,
.single.has-image #header .account-link {
    color: #fff;
}
.home #header .search-toggle:hover,
.home #header .account-link:hover,
.single.has-image #header .search-toggle:hover,
.single.has-image #header .account-link:hover {
    color: rgba(0, 0, 0, 0.5);
}

.home #header .nav-toggle svg line,
.single.has-image #header .nav-toggle svg line {
    stroke: #fff;
}

.home #header .nav-toggle:hover svg line,
.single.has-image #header .nav-toggle:hover svg line {
    stroke: rgba(0, 0, 0, 0.5);
}

.single.has-image.nav-active #header .search-toggle,
.single.has-image.nav-active #header .account-link,
.single.has-image.search-active #header .search-toggle,
.single.has-image.search-active #header .account-link {
    color: #000;
}

.single.no-image #header .search-toggle:hover,
.single.no-image #header .account-link:hover {
    color: rgba(0, 0, 0, 0.5);
}

.single.no-image .nav-toggle:hover svg line {
    stroke: rgba(0, 0, 0, 0.5);
}

.single.has-image.nav-active #header .search-toggle:hover,
.single.has-image.nav-active #header .account-link:hover,
.single.has-image.search-active #header .search-toggle:hover,
.single.has-image.search-active #header .account-link:hover {
    color: rgba(0, 0, 0, 0.5);
}

.no-image #header {
    padding: 14px 0;
}

.nav-active {
    overflow: hidden;
}
.nav-active.slideOutUp #header .menu-holder {
    height: calc(100vh - 122px);
}
@media (min-width: 768px) {
    .nav-active.slideOutUp #header .menu-holder {
        height: calc(100vh - 122px);
    }
}
.nav-active #header .menu-holder {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 600px;
    background: #fff;
    height: calc(100vh - 140px);
    overflow: auto;
}
@media (min-width: 768px) {
    .nav-active #header .menu-holder {
        height: calc(100vh - 170px);
    }
}

.search-active {
    overflow: hidden;
}
.search-active #header .search-holder {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 600px;
    background: #fff;
    height: calc(100vh - 140px);
    overflow: auto;
    overflow: hidden;
}
@media (min-width: 768px) {
    .search-active #header .search-holder {
        height: calc(100vh - 170px);
    }
}

.search-active,
.nav-active {
    overflow: hidden;
}
.search-active #header,
.nav-active #header {
    background: #fff !important;
}
.search-active #header .header-logo,
.nav-active #header .header-logo {
    opacity: 0;
    position: relative;
    z-index: -1;
}
.search-active #header .search-toggle,
.search-active #header .account-link,
.nav-active #header .search-toggle,
.nav-active #header .account-link {
    color: #000;
    display: block;
}
.search-active #header .search-toggle:hover,
.search-active #header .account-link:hover,
.nav-active #header .search-toggle:hover,
.nav-active #header .account-link:hover {
    color: rgba(0, 0, 0, 0.5);
}
.search-active #header .nav-toggle,
.nav-active #header .nav-toggle {
    position: relative;
}
.search-active #header .nav-toggle:before,
.nav-active #header .nav-toggle:before {
    position: absolute;
    left: 5px;
    right: 5px;
    top: 50%;
    content: "";
    height: 3px;
    transform: translateY(-50%) rotate(45deg);
    background: #000;
}
.search-active #header .nav-toggle:after,
.nav-active #header .nav-toggle:after {
    position: absolute;
    left: 5px;
    right: 5px;
    top: 50%;
    content: "";
    height: 3px;
    transform: translateY(-50%) rotate(-45deg);
    background: #000;
}
.search-active #header .nav-toggle svg,
.nav-active #header .nav-toggle svg {
    opacity: 0;
}
.search-active #header .nav-toggle svg line,
.nav-active #header .nav-toggle svg line {
    stroke: #000;
}
.search-active #header .nav-toggle:hover svg line,
.nav-active #header .nav-toggle:hover svg line {
    stroke: rgba(0, 0, 0, 0.5);
}

.admin-bar #header {
    top: 46px;
}
@media (min-width: 768px) {
    .admin-bar #header {
        top: 32px;
    }
}

.slideOutUp #header {
    background: rgba(125, 175, 215, 0.95);
    padding: 5px 0;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}
.slideOutUp #header .header-logo {
    width: 268px;
    margin-left: -10px;
}
.slideOutUp #header .over-links {
    width: calc(100% - 258px);
}

.single.no-image.slideOutUp #header,
.single-vacancy.no-image.slideOutUp #header {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.07);
}

#header {
    padding: 15px 0 20px;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.3s;
}
@media (min-width: 1024px) {
    #header {
        padding: 46px 0 40px;
    }
}
#header .container {
    max-width: 1360px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#header .header-logo {
    width: 268px;
    margin-left: -10px;
    transition: all 0.3s;
}
@media (min-width: 1024px) {
    #header .header-logo {
        width: 448px;
    }
}
#header .over-links {
    width: calc(100% - 258px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: -5px;
    transition: all 0.3s;
}
@media (min-width: 1024px) {
    #header .over-links {
        width: calc(100% - 448px);
        padding-right: 89px;
        padding-top: 0;
        margin-top: 0;
    }
}
#header .search-toggle {
    border: 0;
    padding: 0;
    background: none;
    font-size: 24px;
    margin-top: 6px;
    display: none;
    margin-left: 55px;
}
@media (min-width: 768px) {
    #header .search-toggle {
        order: 0;
        margin-left: 0;
        display: block;
    }
}
#header .nav-toggle {
    height: 23px;
    border: 0;
    padding: 0;
    background: none;
    margin-left: 45px;
}
@media (min-width: 768px) {
    #header .nav-toggle {
        margin-top: 2px;
        order: 1;
    }
}
#header .account-link {
    text-decoration: none;
    color: #000;
    font-size: 31px;
    line-height: 0;
    margin-top: 3px;
    display: none;
}
@media (min-width: 768px) {
    #header .account-link {
        margin-left: 45px;
        display: block;
        order: 2;
    }
}
#header .primary-nav-wrapper {
    width: 100%;
    padding: 5px 16px;
}
@media (min-width: 768px) {
    #header .primary-nav-wrapper {
        width: 56%;
    }
}
#header .primary-nav-wrapper ul li {
    margin: 0 0 22px;
}
#header .primary-nav-wrapper ul a {
    color: #000;
    font-weight: 300;
    font-size: 30px;
    line-height: 42px;
    text-decoration: none;
    position: relative;
}
@media (min-width: 768px) {
    #header .primary-nav-wrapper ul a {
        font-size: 48px;
        line-height: 50px;
    }
}
#header .primary-nav-wrapper ul a:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 2px;
    content: "";
    background: #000;
    display: none;
}
#header .primary-nav-wrapper ul a:hover:after {
    display: block;
}
#header .menu-holder {
    display: none;
}
#header .search-holder {
    display: none;
}
#header .search-holder .container {
    align-items: flex-start;
    max-width: 986px;
}
#header .search-form {
    width: 100%;
    padding-top: 75px;
}
#header .search-form input[type="search"] {
    width: 100%;
    border: 0;
    font-weight: 300;
    line-height: 1;
    padding-bottom: 0;
    border-bottom: 2px solid #000;
    font-size: 30px;
}
@media (min-width: 768px) {
    #header .search-form input[type="search"] {
        font-size: 48px;
    }
}
#header .search-form input[type="search"]::-webkit-input-placeholder {
    text-align: center;
    color: #000;
}
#header .search-form input[type="search"]::-moz-placeholder {
    opacity: 1;
    text-align: center;
    color: #000;
}
#header .search-form input[type="search"]:-moz-placeholder {
    text-align: center;
    color: #000;
}
#header .search-form input[type="search"]:-ms-input-placeholder {
    text-align: center;
    color: #000;
}
#header .search-form input[type="search"].placeholder {
    text-align: center;
    color: #000;
}
#header .search-form input[type="submit"] {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 100%;
    bottom: 0;
}

#footer {
    padding: 73px 0 63px;
    background: #4680b8;
    color: #fff;
    font-size: 20px;
    line-height: 1.6;
}
@media (min-width: 768px) {
    #footer {
        padding: 73px 0;
    }
}
#footer .container {
    max-width: 1184px;
}
#footer a {
    color: inherit;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}
#footer .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
#footer .row .col {
    width: 100%;
}
@media (min-width: 768px) {
    #footer .row .col {
        width: 50%;
    }
}
@media (min-width: 1024px) {
    #footer .row .col {
        width: 33.333%;
    }
}
#footer .row .col.footer-contacts {
    margin: 0 0 64px;
}
@media (min-width: 768px) {
    #footer .row .col.footer-contacts {
        margin: 0;
    }
}
@media (min-width: 768px) {
    #footer .row .col.footer-menu-col {
        padding: 0 0 0 30px;
    }
}
@media (min-width: 1200px) {
    #footer .row .col.footer-menu-col {
        padding: 0 0 0 68px;
    }
}
#footer h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    margin: 4px 0;
}
#footer p {
    margin: 0 0 32px;
}
#footer .footer-nav-wrapper {
    margin: 0 0 32px;
}
@media (min-width: 768px) {
    #footer ul:not(.social-links) {
        margin-left: 38px;
    }
}
#footer ul:not(.social-links) li {
    position: relative;
}
#footer ul:not(.social-links) li:before {
    content: ">";
    margin: 0 4px 0 0;
}
#footer ul.social-links {
    display: flex;
}
#footer ul.social-links li {
    margin: 0 8px 0 0;
}
#footer ul.social-links a {
    border-radius: 7px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: 2px solid #fff;
}
#footer ul.social-links a:hover {
    border-color: #000;
    color: #000;
}
#footer .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    padding-top: 48px;
}
@media (min-width: 768px) {
    #footer .footer-bottom {
        padding-top: 63px;
    }
}
#footer .footer-logo {
    display: block;
    margin-bottom: -8px;
    margin-right: -4px;
}
#footer .footer-logo a {
    display: block;
    line-height: 1;
    position: relative;
    display: inline-block;
}
#footer .footer-logo a:hover img.logo-hover {
    opacity: 1;
}
#footer .footer-logo a:hover img.logo-normal {
    opacity: 0;
}
#footer .footer-logo img {
    transition: all 0.3s;
}
#footer .footer-logo img.logo-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}

#wrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.container {
    width: 100%;
    max-width: 1184px;
    padding: 0 16px;
    margin: 0 auto;
}
.container:after {
    content: "";
    display: block;
    clear: both;
}
.container > p.alignfull,
.container > h1.alignfull,
.container > h2.alignfull,
.container > h3.alignfull,
.container > h4.alignfull,
.container > h5.alignfull,
.container > h6.alignfull {
    padding: 0 16px;
}
.container > p.alignwide,
.container > h1.alignwide,
.container > h2.alignwide,
.container > h3.alignwide,
.container > h4.alignwide,
.container > h5.alignwide,
.container > h6.alignwide {
    padding: 0 16px;
    width: calc(120% + 40px);
}

section {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.alignfull {
    position: relative;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
}

.alignwide {
    position: relative;
    width: 120%;
    max-width: 100vw;
    left: 50%;
    transform: translate3D(-50%, 0, 0);
}

.vacancies + .link {
    margin-top: 50px;
}

.tabs-next:not(.hero-section) {
    padding-bottom: 150px;
}

.single article.container {
    padding-top: 54px;
    padding-bottom: 98px;
    font:
        300 18px/1.333 "Roboto",
        "Arial",
        "Helvetica Neue",
        "Helvetica",
        sans-serif;
}
.single article.container .holder {
    max-width: 858px;
}
.single article.container .value {
    margin: 0 0 18px;
}
.single article.container .meta-info {
    color: #000;
    margin: 0 0 23px;
}
.single article.container .meta-info a {
    color: inherit;
    text-decoration: none;
}
.single article.container .meta-info a:hover {
    color: #999;
}
.single article.container p a {
    color: inherit;
    text-decoration: none;
}
.single article.container p a:hover {
    color: #999;
}
.single article.container p a[href^="mailto:"] {
    text-decoration: underline;
}
.single article.container p a[href^="mailto:"]:hover {
    text-decoration: none;
}
.single article.container h2 {
    font:
        300 24px/1.5 "Roboto",
        "Arial",
        "Helvetica Neue",
        "Helvetica",
        sans-serif;
    margin: 0 0 65px;
}
.single article.container .btn-wrapper {
    padding-top: 70px;
}

.archive #main,
.no-image:not(.home) #main {
    padding-top: 140px;
}
@media (min-width: 1024px) {
    .archive #main,
    .no-image:not(.home) #main {
        padding-top: 184px;
    }
}
@media (min-width: 1200px) {
    .archive #main,
    .no-image:not(.home) #main {
        padding-top: 212px;
    }
}

.archive #content,
.no-image:not(.home) #content {
    padding-top: 50px;
}

.search-no-results #content {
    padding: 50px 0;
}

.single.single-vacancy article.container {
    padding-top: 24px;
}
.single.single-vacancy article.container h1 {
    margin: 0 0 40px;
}
@media (min-width: 1024px) {
    .single.single-vacancy article.container h1 {
        margin: 0 0 92px;
    }
}
.single.single-vacancy article.container h2 {
    margin: 0 0 36px;
}

.archive .row,
.search .row,
.search-results .row,
.blog .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
}
.archive .row .col,
.search .row .col,
.search-results .row .col,
.blog .row .col {
    width: 100%;
    padding: 16px;
}
@media (min-width: 768px) {
    .archive .row .col,
    .search .row .col,
    .search-results .row .col,
    .blog .row .col {
        width: 50%;
    }
}
@media (min-width: 1024px) {
    .archive .row .col,
    .search .row .col,
    .search-results .row .col,
    .blog .row .col {
        width: 33.333%;
    }
}

.archive .post-block,
.search .post-block,
.search-results .post-block,
.blog .post-block {
    height: 100%;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.archive .post-block img,
.search .post-block img,
.search-results .post-block img,
.blog .post-block img {
    width: 100%;
}
.archive .post-block .text-holder,
.search .post-block .text-holder,
.search-results .post-block .text-holder,
.blog .post-block .text-holder {
    padding: 33px 14px 70px;
}
.archive .post-block .btn,
.search .post-block .btn,
.search-results .post-block .btn,
.blog .post-block .btn {
    position: absolute;
    bottom: 45px;
    left: 14px;
}
.archive .post-block .meta-info,
.search .post-block .meta-info,
.search-results .post-block .meta-info,
.blog .post-block .meta-info {
    margin: 0 0 4px;
    font:
        300 18px/1 "Roboto",
        "Arial",
        "Helvetica Neue",
        "Helvetica",
        sans-serif;
    color: #000;
}
.archive .post-block .meta-info a,
.search .post-block .meta-info a,
.search-results .post-block .meta-info a,
.blog .post-block .meta-info a {
    text-decoration: none;
    color: inherit;
}
.archive .post-block .meta-info a:hover,
.search .post-block .meta-info a:hover,
.search-results .post-block .meta-info a:hover,
.blog .post-block .meta-info a:hover {
    color: #999;
}
.archive .post-block .title,
.search .post-block .title,
.search-results .post-block .title,
.blog .post-block .title {
    color: #000;
    font:
        700 24px/1.333 "Roboto",
        "Arial",
        "Helvetica Neue",
        "Helvetica",
        sans-serif;
    margin: 0 0 6px;
}
.archive .post-block .title a,
.search .post-block .title a,
.search-results .post-block .title a,
.blog .post-block .title a {
    text-decoration: none;
    color: inherit;
}
.archive .post-block .excerpt,
.search .post-block .excerpt,
.search-results .post-block .excerpt,
.blog .post-block .excerpt {
    font:
        300 18px/1.333 "Roboto",
        "Arial",
        "Helvetica Neue",
        "Helvetica",
        sans-serif;
}

.archive .post-item,
.search .post-item,
.search-results .post-item,
.blog .post-item {
    height: 100%;
    background: #fff;
    overflow: hidden;
    position: relative;
}
.archive .post-item img,
.search .post-item img,
.search-results .post-item img,
.blog .post-item img {
    width: 100%;
}
.archive .post-item .text-holder,
.search .post-item .text-holder,
.search-results .post-item .text-holder,
.blog .post-item .text-holder {
    padding: 33px 14px 70px;
}
.archive .post-item .btn,
.search .post-item .btn,
.search-results .post-item .btn,
.blog .post-item .btn {
    position: absolute;
    bottom: 45px;
    left: 14px;
}
.archive .post-item .meta-info,
.search .post-item .meta-info,
.search-results .post-item .meta-info,
.blog .post-item .meta-info {
    margin: 0 0 4px;
    font:
        300 18px/1 "Roboto",
        "Arial",
        "Helvetica Neue",
        "Helvetica",
        sans-serif;
    color: #000;
}
.archive .post-item .meta-info a,
.search .post-item .meta-info a,
.search-results .post-item .meta-info a,
.blog .post-item .meta-info a {
    text-decoration: none;
    color: inherit;
}
.archive .post-item .meta-info a:hover,
.search .post-item .meta-info a:hover,
.search-results .post-item .meta-info a:hover,
.blog .post-item .meta-info a:hover {
    color: #999;
}
.archive .post-item .title,
.search .post-item .title,
.search-results .post-item .title,
.blog .post-item .title {
    color: #000;
    font:
        700 24px/1.333 "Roboto",
        "Arial",
        "Helvetica Neue",
        "Helvetica",
        sans-serif;
    margin: 0 0 6px;
}
.archive .post-item .title h2,
.search .post-item .title h2,
.search-results .post-item .title h2,
.blog .post-item .title h2 {
    font:
        700 24px/1.333 "Roboto",
        "Arial",
        "Helvetica Neue",
        "Helvetica",
        sans-serif;
}
.archive .post-item .title a,
.search .post-item .title a,
.search-results .post-item .title a,
.blog .post-item .title a {
    text-decoration: none;
    color: inherit;
}
.archive .post-item .excerpt,
.search .post-item .excerpt,
.search-results .post-item .excerpt,
.blog .post-item .excerpt {
    font:
        300 18px/1.333 "Roboto",
        "Arial",
        "Helvetica Neue",
        "Helvetica",
        sans-serif;
}

.color-theme-green #footer {
    background: #87a74d;
}

.color-theme-green .hero-section .bg-image:after {
    background: #b7c4a3;
}

.color-theme-green.slideOutUp #header {
    background: rgba(135, 167, 77, 0.95);
}

.page-banner {
    position: relative;
    display: flex;
    align-items: flex-end;
    color: #fff;
    min-height: 408px;
    height: 408px;
    padding: 130px 0 40px;
}
@media (min-width: 768px) {
    .page-banner {
        padding: 208px 0 40px;
        min-height: 600px;
        height: 600px;
    }
}
@media (min-width: 1024px) {
    .page-banner {
        height: 700px;
    }
}
@media (min-width: 1200px) {
    .page-banner {
        height: 100vh;
    }
}
.page-banner .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50% 50%;
}
.page-banner .bg-image:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: #7dafd7;
    mix-blend-mode: multiply;
}
.page-banner .container {
    position: relative;
    z-index: 1;
}
.page-banner .title-post {
    letter-spacing: 1px;
}
@media (min-width: 768px) {
    .page-banner .title-post {
        letter-spacing: 2px;
    }
}

.btn {
    background: transparent;
    color: #000;
    border-radius: 0;
    padding: 0;
    padding-left: 60px;
    text-decoration: none;
    border: 0;
    position: relative;
    font-size: 18px;
    font-weight: 700;
}
.btn.inner:before {
    content: "\e901";
}
.btn.back:before {
    content: "\e902";
}
.btn.btn-more:before {
    content: "\e907";
    font-weight: 300;
}
.btn:before {
    transition: all 0.3s;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border: 2px solid #000;
    content: "\e904";
    font-family: "icomoon";
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: normal;
}
.btn:hover {
    color: #000;
    text-decoration: none !important;
}
.btn:hover:before {
    border-color: #b3402b;
    background: #b3402b;
    color: #fff;
}

.link {
    display: inline-block;
    position: relative;
    padding-left: 35px;
}
@media (min-width: 1024px) {
    .link {
        padding-left: 50px;
    }
}
.link:before {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    font-family: "icomoon";
    content: "\e909";
    font-weight: 300;
    font-size: 24px;
    line-height: 0;
}
@media (min-width: 1024px) {
    .link:before {
        font-size: 35px;
    }
}

@media print {
    body {
        background: #fff;
        color: #000;
        overflow: visible;
    }
    * {
        color: #000 !important;
        background: none !important;
    }
    .search-form,
    .navigation,
    .navigation-single,
    #header,
    #footer {
        display: none !important;
    }
}

.doctor-info-popup {
    border-radius: 20px;
    padding: 40px 30px 55px;
    color: #000;
    font:
        24px/1.5 "Roboto",
        "Arial",
        "Helvetica Neue",
        "Helvetica",
        sans-serif;
}
@media (min-width: 1024px) {
    .doctor-info-popup {
        width: 612px;
    }
}
.doctor-info-popup a {
    text-decoration: underline;
    color: inherit;
}
.doctor-info-popup a:hover {
    color: #999;
}
.doctor-info-popup h3 {
    margin: 0 0 22px;
}
.doctor-info-popup .location {
    margin: 0 0 35px;
}
.doctor-info-popup .email {
    margin: 0 0 35px;
}
.doctor-info-popup .website {
    margin: 0 0 35px;
}

.f-button.is-close-btn {
    width: 46px;
    height: 46px;
    border: 2px solid #000;
    background: #fff;
    color: #000;
    border-radius: 50%;
    opacity: 1 !important;
}
@media (min-width: 768px) {
    .f-button.is-close-btn {
        right: -22px !important;
        top: -22px !important;
    }
}
.f-button.is-close-btn:hover {
    border-color: #b3402b;
    background: #b3402b;
    color: #fff;
}
.f-button.is-close-btn:focus,
.f-button.is-close-btn:focus-within {
    outline: auto;
}

.fancybox__backdrop {
    background: rgba(70, 128, 184, 0.6);
}

.gm-style-iw {
    padding-top: 10px !important;
    position: relative;
}
.gm-style-iw .gm-ui-hover-effect {
    width: 25px !important;
    height: 25px !important;
    position: absolute !important;
    top: 0;
    right: 0;
}
.gm-style-iw .gm-ui-hover-effect span {
    margin: 0 !important;
}
.gm-style-iw .gmap-popup-title {
    font-weight: 700;
    margin: 0 0 5px;
}
.gm-style-iw .gmap-popup-email,
.gm-style-iw .gmap-popup-phone,
.gm-style-iw .gmap-popup-address {
    margin: 0 0 5px;
}
.gm-style-iw a {
    color: #000;
}

.resize-active * {
    transition: none !important;
}

/*# sourceMappingURL=style.css.map */
