@charset 'UTF-8';
/*!
Theme Name: new-wecan-theme
Theme URI: http://underscores.me/
Author: wecan.by
Author URI: https://wecan.by/buldov-maksim/
Description: Demo theme for site
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: new-wecan-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

new-wecan-theme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
.glu {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}
div#page {
}
body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
.slick-loading .slick-list{background:#fff url(//dentologia.by/wp-content/themes/wecan-theme/slick/./ajax-loader.gif) center center no-repeat}@font-face{font-family:'slick';font-weight:400;font-style:normal;src:url(//dentologia.by/wp-content/themes/wecan-theme/slick/./fonts/slick.eot);src:url(//dentologia.by/wp-content/themes/wecan-theme/slick/./fonts/slick.eot?#iefix) format('embedded-opentype'),url(//dentologia.by/wp-content/themes/wecan-theme/slick/./fonts/slick.woff) format('woff'),url(//dentologia.by/wp-content/themes/wecan-theme/slick/./fonts/slick.ttf) format('truetype'),url(//dentologia.by/wp-content/themes/wecan-theme/slick/./fonts/slick.svg#slick) format('svg')}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:transparent;border:none;outline:none;background:0 0}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:'slick';font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:'←'}[dir=rtl] .slick-prev:before{content:'→'}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:'→'}[dir=rtl] .slick-next:before{content:'←'}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:0 0}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:'slick';font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}
img.wp-smiley,img.emoji{display:inline !important;border:none !important;box-shadow:none !important;height:1em !important;width:1em !important;margin:0 .07em !important;vertical-align:-.1em !important;background:0 0 !important;padding:0 !important}
.wp-block-audio figcaption{margin-top:.5em;margin-bottom:1em;color:#555d66;text-align:center;font-size:13px}.wp-block-audio audio{width:100%;min-width:300px}.block-editor-block-list__layout .reusable-block-edit-panel{align-items:center;background:#f8f9f9;color:#555d66;display:flex;flex-wrap:wrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;top:-14px;margin:0 -14px;padding:8px 14px;position:relative;border:1px dashed rgba(145,151,162,.25);border-bottom:none}.block-editor-block-list__layout .block-editor-block-list__layout .reusable-block-edit-panel{margin:0 -14px;padding:8px 14px}.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__spinner{margin:0 5px}.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__info{margin-right:auto}.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__label{margin-right:8px;white-space:nowrap;font-weight:600}.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title{flex:1 1 100%;font-size:14px;height:30px;margin:4px 0 8px}.block-editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button{flex-shrink:0}@media (min-width:960px){.block-editor-block-list__layout .reusable-block-edit-panel{flex-wrap:nowrap}.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title{margin:0}.block-editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button{margin:0 0 0 5px}}.editor-block-list__layout .is-selected .reusable-block-edit-panel{border-color:rgba(66,88,99,.4) rgba(66,88,99,.4) rgba(66,88,99,.4) transparent}.is-dark-theme .editor-block-list__layout .is-selected .reusable-block-edit-panel{border-color:hsla(0,0%,100%,.45) hsla(0,0%,100%,.45) hsla(0,0%,100%,.45) transparent}.block-editor-block-list__layout .reusable-block-indicator{background:#fff;border:1px dashed #e2e4e7;color:#555d66;top:-14px;height:30px;padding:4px;position:absolute;z-index:1;width:30px;right:-14px}.wp-block-button{color:#fff;margin-bottom:1.5em}.wp-block-button.aligncenter{text-align:center}.wp-block-button.alignright{text-align:right}.wp-block-button__link{background-color:#32373c;border:none;border-radius:28px;box-shadow:none;color:inherit;cursor:pointer;display:inline-block;font-size:18px;margin:0;padding:12px 24px;text-align:center;text-decoration:none;overflow-wrap:break-word}.wp-block-button__link:active,.wp-block-button__link:focus,.wp-block-button__link:hover,.wp-block-button__link:visited{color:inherit}.is-style-squared .wp-block-button__link{border-radius:0}.is-style-outline{color:#32373c}.is-style-outline .wp-block-button__link{background-color:transparent;border:2px solid}.wp-block-calendar{text-align:center}.wp-block-calendar tbody td,.wp-block-calendar th{padding:4px;border:1px solid #e2e4e7}.wp-block-calendar tfoot td{border:none}.wp-block-calendar table{width:100%;border-collapse:collapse;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.wp-block-calendar table th{font-weight:440;background:#edeff0}.wp-block-calendar a{text-decoration:underline}.wp-block-calendar tfoot a{color:#00739c}.wp-block-calendar table caption,.wp-block-calendar table tbody{color:#40464d}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-columns{display:flex;flex-wrap:wrap}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap}}.wp-block-column{flex-grow:1;margin-bottom:1em;flex-basis:100%;min-width:0;word-break:break-word;overflow-wrap:break-word}@media (min-width:600px){.wp-block-column{flex-basis:calc(50% - 16px);flex-grow:0}.wp-block-column:nth-child(2n){margin-left:32px}}@media (min-width:782px){.wp-block-column:not(:first-child){margin-left:32px}}.wp-block-cover,.wp-block-cover-image{position:relative;background-color:#000;background-size:cover;background-position:50%;min-height:430px;width:100%;margin:0 0 1.5em;display:flex;justify-content:center;align-items:center;overflow:hidden}.wp-block-cover-image.has-left-content,.wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover-image.has-left-content .wp-block-cover-text,.wp-block-cover-image.has-left-content h2,.wp-block-cover.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,.wp-block-cover.has-left-content h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content,.wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover-image.has-right-content .wp-block-cover-text,.wp-block-cover-image.has-right-content h2,.wp-block-cover.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,.wp-block-cover.has-right-content h2{margin-right:0;text-align:right}.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover-image .wp-block-cover-text,.wp-block-cover-image h2,.wp-block-cover .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,.wp-block-cover h2{color:#fff;font-size:2em;line-height:1.25;z-index:1;margin-bottom:0;max-width:610px;padding:14px;text-align:center}.wp-block-cover-image .wp-block-cover-image-text a,.wp-block-cover-image .wp-block-cover-image-text a:active,.wp-block-cover-image .wp-block-cover-image-text a:focus,.wp-block-cover-image .wp-block-cover-image-text a:hover,.wp-block-cover-image .wp-block-cover-text a,.wp-block-cover-image .wp-block-cover-text a:active,.wp-block-cover-image .wp-block-cover-text a:focus,.wp-block-cover-image .wp-block-cover-text a:hover,.wp-block-cover-image h2 a,.wp-block-cover-image h2 a:active,.wp-block-cover-image h2 a:focus,.wp-block-cover-image h2 a:hover,.wp-block-cover .wp-block-cover-image-text a,.wp-block-cover .wp-block-cover-image-text a:active,.wp-block-cover .wp-block-cover-image-text a:focus,.wp-block-cover .wp-block-cover-image-text a:hover,.wp-block-cover .wp-block-cover-text a,.wp-block-cover .wp-block-cover-text a:active,.wp-block-cover .wp-block-cover-text a:focus,.wp-block-cover .wp-block-cover-text a:hover,.wp-block-cover h2 a,.wp-block-cover h2 a:active,.wp-block-cover h2 a:focus,.wp-block-cover h2 a:hover{color:#fff}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:fixed}@supports (-webkit-overflow-scrolling:touch){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-color:inherit;opacity:.5;z-index:1}.wp-block-cover-image.has-background-dim.has-background-dim-10:before,.wp-block-cover.has-background-dim.has-background-dim-10:before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20:before,.wp-block-cover.has-background-dim.has-background-dim-20:before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30:before,.wp-block-cover.has-background-dim.has-background-dim-30:before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40:before,.wp-block-cover.has-background-dim.has-background-dim-40:before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50:before,.wp-block-cover.has-background-dim.has-background-dim-50:before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60:before,.wp-block-cover.has-background-dim.has-background-dim-60:before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70:before,.wp-block-cover.has-background-dim.has-background-dim-70:before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80:before,.wp-block-cover.has-background-dim.has-background-dim-80:before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90:before,.wp-block-cover.has-background-dim.has-background-dim-90:before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100:before,.wp-block-cover.has-background-dim.has-background-dim-100:before{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:305px;width:100%}.wp-block-cover-image:after,.wp-block-cover:after{display:block;content:"";font-size:0;min-height:inherit}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-cover-image:after,.wp-block-cover:after{content:none}}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{width:calc(100% - 70px);z-index:1;color:#f8f9f9}.wp-block-cover-image .wp-block-subhead,.wp-block-cover-image h1,.wp-block-cover-image h2,.wp-block-cover-image h3,.wp-block-cover-image h4,.wp-block-cover-image h5,.wp-block-cover-image h6,.wp-block-cover-image p,.wp-block-cover .wp-block-subhead,.wp-block-cover h1,.wp-block-cover h2,.wp-block-cover h3,.wp-block-cover h4,.wp-block-cover h5,.wp-block-cover h6,.wp-block-cover p{color:inherit}.wp-block-cover__video-background{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);width:100%;height:100%;z-index:0;-o-object-fit:cover;object-fit:cover}.block-editor-block-list__block[data-type="core/embed"][data-align=left] .block-editor-block-list__block-edit,.block-editor-block-list__block[data-type="core/embed"][data-align=right] .block-editor-block-list__block-edit,.wp-block-embed.alignleft,.wp-block-embed.alignright{max-width:360px;width:100%}.wp-block-embed{margin-bottom:1em}.wp-block-embed figcaption{margin-top:.5em;margin-bottom:1em;color:#555d66;text-align:center;font-size:13px}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-6 .wp-block-embed__wrapper:before{padding-top:66.66%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{margin-bottom:1.5em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file .wp-block-file__button{background:#32373c;border-radius:2em;color:#fff;font-size:13px;padding:.5em 1em}.wp-block-file a.wp-block-file__button{text-decoration:none}.wp-block-file a.wp-block-file__button:active,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__button:hover,.wp-block-file a.wp-block-file__button:visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-file *+.wp-block-file__button{margin-left:.75em}.wp-block-gallery{display:flex;flex-wrap:wrap;list-style-type:none;padding:0}.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{margin:0 16px 16px 0;display:flex;flex-grow:1;flex-direction:column;justify-content:center;position:relative}.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{margin:0;height:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{display:flex;align-items:flex-end;justify-content:flex-start}}.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{display:block;max-width:100%;height:auto;width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{width:auto}}.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{position:absolute;bottom:0;width:100%;max-height:100%;overflow:auto;padding:40px 10px 9px;color:#fff;text-align:center;font-size:13px;background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent)}.wp-block-gallery .blocks-gallery-image figcaption img,.wp-block-gallery .blocks-gallery-item figcaption img{display:inline}.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{height:100%;flex:1;-o-object-fit:cover;object-fit:cover}}.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{width:calc(50% - 8px)}.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery .blocks-gallery-item:nth-of-type(2n){margin-right:0}.wp-block-gallery.columns-1 .blocks-gallery-image,.wp-block-gallery.columns-1 .blocks-gallery-item{width:100%;margin-right:0}@media (min-width:600px){.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{width:calc(33.33333% - 10.66667px);margin-right:16px}@supports (-ms-ime-align:auto){.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{width:calc(33.33333% - 11.66667px)}}.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item{width:calc(25% - 12px);margin-right:16px}@supports (-ms-ime-align:auto){.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item{width:calc(25% - 13px)}}.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item{width:calc(20% - 12.8px);margin-right:16px}@supports (-ms-ime-align:auto){.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item{width:calc(20% - 13.8px)}}.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item{width:calc(16.66667% - 13.33333px);margin-right:16px}@supports (-ms-ime-align:auto){.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item{width:calc(16.66667% - 14.33333px)}}.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item{width:calc(14.28571% - 13.71429px);margin-right:16px}@supports (-ms-ime-align:auto){.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item{width:calc(14.28571% - 14.71429px)}}.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item{width:calc(12.5% - 14px);margin-right:16px}@supports (-ms-ime-align:auto){.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item{width:calc(12.5% - 15px)}}.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.wp-block-gallery .blocks-gallery-image:last-child,.wp-block-gallery .blocks-gallery-item:last-child{margin-right:0}.wp-block-gallery .blocks-gallery-item.has-add-item-button{width:100%}.wp-block-gallery.alignleft,.wp-block-gallery.alignright{max-width:305px;width:100%}.wp-block-gallery.aligncenter,.wp-block-gallery.alignleft,.wp-block-gallery.alignright{display:flex}.wp-block-gallery.aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-image{max-width:100%;margin-bottom:1em;margin-left:0;margin-right:0}.wp-block-image img{max-width:100%}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.is-resized{display:table;margin-left:0;margin-right:0}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.is-resized>figcaption{display:table-caption;caption-side:bottom}.wp-block-image .alignleft{float:left;margin-right:1em}.wp-block-image .alignright{float:right;margin-left:1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-top:.5em;margin-bottom:1em;color:#555d66;text-align:center;font-size:13px}.wp-block-latest-comments__comment{font-size:15px;line-height:1.1;list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{min-height:36px;list-style:none}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:52px}.has-dates .wp-block-latest-comments__comment,.has-excerpts .wp-block-latest-comments__comment{line-height:1.5}.wp-block-latest-comments__comment-excerpt p{font-size:14px;line-height:1.8;margin:5px 0 20px}.wp-block-latest-comments__comment-date{color:#8f98a1;display:block;font-size:12px}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:24px;display:block;float:left;height:40px;margin-right:12px;width:40px}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap;padding:0;list-style:none}.wp-block-latest-posts.is-grid li{margin:0 16px 16px 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - 16px)}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - 16px)}.wp-block-latest-posts.columns-4 li{width:calc(25% - 16px)}.wp-block-latest-posts.columns-5 li{width:calc(20% - 16px)}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 16px)}}.wp-block-latest-posts__post-date{display:block;color:#6c7781;font-size:13px}.wp-block-media-text{display:grid;grid-template-rows:auto;align-items:center;grid-template-areas:"media-text-media media-text-content";grid-template-columns:50% auto}.wp-block-media-text.has-media-on-the-right{grid-template-areas:"media-text-content media-text-media";grid-template-columns:auto 50%}.wp-block-media-text .wp-block-media-text__media{grid-area:media-text-media;margin:0}.wp-block-media-text .wp-block-media-text__content{word-break:break-word;grid-area:media-text-content;padding:0 8%}.wp-block-media-text>figure>img,.wp-block-media-text>figure>video{max-width:unset;width:100%;vertical-align:middle}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important;grid-template-areas:"media-text-media" "media-text-content"}.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right{grid-template-areas:"media-text-content" "media-text-media"}}.is-small-text{font-size:14px}.is-regular-text{font-size:16px}.is-large-text{font-size:36px}.is-larger-text{font-size:48px}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;line-height:.68;font-weight:100;margin:.05em .1em 0 0;text-transform:uppercase;font-style:normal}.has-drop-cap:not(:focus):after{content:"";display:table;clear:both;padding-top:14px}p.has-background{padding:20px 30px}p.has-text-color a{color:inherit}.wp-block-pullquote{padding:3em 0;margin-left:0;margin-right:0;text-align:center}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:305px}.wp-block-pullquote.alignleft p,.wp-block-pullquote.alignright p{font-size:20px}.wp-block-pullquote p{font-size:28px;line-height:1.6}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote:not(.is-style-solid-color){background:none}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;text-align:left;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{margin-top:0;margin-bottom:0;font-size:32px}.wp-block-pullquote.is-style-solid-color blockquote cite{text-transform:none;font-style:normal}.wp-block-pullquote cite{color:inherit}.wp-block-quote.is-large,.wp-block-quote.is-style-large{margin:0 0 16px;padding:0 1em}.wp-block-quote.is-large p,.wp-block-quote.is-style-large p{font-size:24px;font-style:italic;line-height:1.6}.wp-block-quote.is-large cite,.wp-block-quote.is-large footer,.wp-block-quote.is-style-large cite,.wp-block-quote.is-style-large footer{font-size:18px;text-align:right}.wp-block-rss.alignleft{margin-right:2em}.wp-block-rss.alignright{margin-left:2em}.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0;list-style:none}.wp-block-rss.is-grid li{margin:0 16px 16px 0;width:100%}@media (min-width:600px){.wp-block-rss.columns-2 li{width:calc(50% - 16px)}.wp-block-rss.columns-3 li{width:calc(33.33333% - 16px)}.wp-block-rss.columns-4 li{width:calc(25% - 16px)}.wp-block-rss.columns-5 li{width:calc(20% - 16px)}.wp-block-rss.columns-6 li{width:calc(16.66667% - 16px)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{color:#6c7781;font-size:13px}.wp-block-search{display:flex;flex-wrap:wrap}.wp-block-search .wp-block-search__label{width:100%}.wp-block-search .wp-block-search__input{flex-grow:1}.wp-block-search .wp-block-search__button{margin-left:10px}.wp-block-separator.is-style-wide{border-bottom-width:1px}.wp-block-separator.is-style-dots{background:none;border:none;text-align:center;max-width:none;line-height:1;height:auto}.wp-block-separator.is-style-dots:before{content:"\00b7 \00b7 \00b7";color:#191e23;font-size:20px;letter-spacing:2em;padding-left:2em;font-family:serif}p.wp-block-subhead{font-size:1.1em;font-style:italic;opacity:.75}.wp-block-table.has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table.has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table.has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table.has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{border-spacing:0;border-collapse:inherit;background-color:transparent;border-bottom:1px solid #f3f4f5}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tr:nth-child(odd),.wp-block-table.is-style-stripes tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td{border-color:transparent}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 16px;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.33333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{white-space:nowrap;overflow:auto}.wp-block-video{margin-left:0;margin-right:0}.wp-block-video video{max-width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-video [poster]{-o-object-fit:cover;object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video figcaption{margin-top:.5em;margin-bottom:1em;color:#555d66;text-align:center;font-size:13px}.has-pale-pink-background-color.has-pale-pink-background-color{background-color:#f78da7}.has-vivid-red-background-color.has-vivid-red-background-color{background-color:#cf2e2e}.has-luminous-vivid-orange-background-color.has-luminous-vivid-orange-background-color{background-color:#ff6900}.has-luminous-vivid-amber-background-color.has-luminous-vivid-amber-background-color{background-color:#fcb900}.has-light-green-cyan-background-color.has-light-green-cyan-background-color{background-color:#7bdcb5}.has-vivid-green-cyan-background-color.has-vivid-green-cyan-background-color{background-color:#00d084}.has-pale-cyan-blue-background-color.has-pale-cyan-blue-background-color{background-color:#8ed1fc}.has-vivid-cyan-blue-background-color.has-vivid-cyan-blue-background-color{background-color:#0693e3}.has-very-light-gray-background-color.has-very-light-gray-background-color{background-color:#eee}.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color{background-color:#abb8c3}.has-very-dark-gray-background-color.has-very-dark-gray-background-color{background-color:#313131}.has-pale-pink-color.has-pale-pink-color{color:#f78da7}.has-vivid-red-color.has-vivid-red-color{color:#cf2e2e}.has-luminous-vivid-orange-color.has-luminous-vivid-orange-color{color:#ff6900}.has-luminous-vivid-amber-color.has-luminous-vivid-amber-color{color:#fcb900}.has-light-green-cyan-color.has-light-green-cyan-color{color:#7bdcb5}.has-vivid-green-cyan-color.has-vivid-green-cyan-color{color:#00d084}.has-pale-cyan-blue-color.has-pale-cyan-blue-color{color:#8ed1fc}.has-vivid-cyan-blue-color.has-vivid-cyan-blue-color{color:#0693e3}.has-very-light-gray-color.has-very-light-gray-color{color:#eee}.has-cyan-bluish-gray-color.has-cyan-bluish-gray-color{color:#abb8c3}.has-very-dark-gray-color.has-very-dark-gray-color{color:#313131}.has-small-font-size{font-size:13px}.has-normal-font-size,.has-regular-font-size{font-size:16px}.has-medium-font-size{font-size:20px}.has-large-font-size{font-size:36px}.has-huge-font-size,.has-larger-font-size{font-size:42px}
div.wpcf7{margin:0;padding:0}div.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);height:1px;width:1px;margin:0;padding:0;border:0}div.wpcf7-response-output{margin:2em .5em 1em;padding:.2em 1em;border:2px solid red}div.wpcf7-mail-sent-ok{border:2px solid #398f14}div.wpcf7-mail-sent-ng,div.wpcf7-aborted{border:2px solid red}div.wpcf7-spam-blocked{border:2px solid orange}div.wpcf7-validation-errors,div.wpcf7-acceptance-missing{border:2px solid #f7e700}.wpcf7-form-control-wrap{position:relative}span.wpcf7-not-valid-tip{color:red;font-size:1em;font-weight:400;display:block}.use-floating-validation-tip span.wpcf7-not-valid-tip{position:absolute;top:20%;left:20%;z-index:100;border:1px solid red;background:#fff;padding:.2em .8em}span.wpcf7-list-item{display:inline-block;margin:0 0 0 1em}span.wpcf7-list-item-label:before,span.wpcf7-list-item-label:after{content:" "}.wpcf7-display-none{display:none}div.wpcf7 .ajax-loader{visibility:hidden;display:inline-block;background-image:url(//dentologia.by/wp-content/plugins/contact-form-7/includes/css/../../images/ajax-loader.gif);width:16px;height:16px;border:none;padding:0;margin:0 0 0 4px;vertical-align:middle}div.wpcf7 .ajax-loader.is-active{visibility:visible}div.wpcf7 div.ajax-error{display:none}div.wpcf7 .placeheld{color:#888}div.wpcf7 input[type=file]{cursor:pointer}div.wpcf7 input[type=file]:disabled{cursor:default}div.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed}
@font-face{font-family:medium;src:url(//dentologia.by/wp-content/themes/wecan-theme/fonts/Roboto-Medium.ttf)}@font-face{font-family:light;src:url(//dentologia.by/wp-content/themes/wecan-theme/fonts/8234.ttf)}@font-face{font-family:regular;src:url(//dentologia.by/wp-content/themes/wecan-theme/fonts/Roboto-Regular.ttf)}@font-face{font-family:black;src:url(//dentologia.by/wp-content/themes/wecan-theme/fonts/Roboto-Black.ttf)}@font-face{font-family:bold;src:url(//dentologia.by/wp-content/themes/wecan-theme/fonts/Roboto-Bold.ttf)}@font-face{font-family:ubold;src:url(//dentologia.by/wp-content/themes/wecan-theme/fonts/Ubuntu-Bold.ttf)}@font-face{font-family:uboldI;src:url(//dentologia.by/wp-content/themes/wecan-theme/fonts/Ubuntu-BoldItalic.ttf)}@font-face{font-family:uI;src:url(//dentologia.by/wp-content/themes/wecan-theme/fonts/Ubuntu-Italic.ttf)}@font-face{font-family:ulight;src:url(//dentologia.by/wp-content/themes/wecan-theme/fonts/Ubuntu-Light.ttf)}@font-face{font-family:ulightI;src:url(//dentologia.by/wp-content/themes/wecan-theme/fonts/Ubuntu-LightItalic.ttf)}@font-face{font-family:umedium;src:url(//dentologia.by/wp-content/themes/wecan-theme/fonts/Ubuntu-Medium.ttf)}@font-face{font-family:umediumI;src:url(//dentologia.by/wp-content/themes/wecan-theme/fonts/Ubuntu-MediumItalic.ttf)}@font-face{font-family:uregular;src:url(//dentologia.by/wp-content/themes/wecan-theme/fonts/Ubuntu-Regular.ttf)}@font-face{font-family:ftext;src:url(//dentologia.by/wp-content/themes/wecan-theme/fonts/text.ttf)}nav.navigation.post-navigation{display:none}.comments-area{display:none}a{text-decoration:none}p{margin:0}div{color:#000}.text p{font-family:regular}.back_all{background:url(//dentologia.by/wp-content/uploads/fon_dentologi02tststs.jpg);background-size:contain;background-repeat-x:no-repeat;background-repeat-y:repeat;max-width:1440px;margin:auto}.wrap{width:90%;max-width:1200px;margin:auto}header#masthead{margin-bottom:3%}.head_flex a{color:#000}.head_flex{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;margin:1% 0}.head1{width:30%;display:flex;flex-wrap:wrap;justify-content:space-around;margin:auto;margin-right:3%}.head2{width:34%}.head3{width:30%;display:flex;flex-wrap:wrap;margin-left:3%;justify-content:space-between}.mn1{width:80%}.head_tel{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;width:40%}.head_mest{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;width:40%}.head_vrem{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;width:100%;margin-bottom:5%}.head_mail{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;width:100%}.head_kont{display:flex;flex-wrap:wrap;justify-content:left;align-items:center;width:20%}.head_img{width:3vw;text-align:center;margin-right:5%;height:3vw;max-height:43px;max-width:43px}.head_text{width:80%;font-size:14px;font-family:regular}.head_logo{text-align:center;height:15vw;max-height:216px}.head_img img{width:100%;height:100%;object-fit:contain}.head_logo img{object-fit:contain;width:100%;height:100%}.head_kont a{margin-right:10%}.kont_img{width:100%;height:4vw}.kont_img img{width:100%;height:100%;object-fit:contain}.head1 .head_tel{width:80%;margin-bottom:5%;margin-left:auto}.head1 .head_mest{width:80%;margin-left:auto}nav#site-navigation{background:#f9ff00}nav#site-navigation ul{display:flex;flex-wrap:wrap;justify-content:space-between}nav#site-navigation ul a{font-family:regular;font-size:18px;color:#000;padding:.5vw}nav#site-navigation ul li:hover a{color:#fff;transition:.3s}nav#site-navigation ul li:hover{background:#5aa500;transition:.3s}.s1_block1 .zag{font-family:regular;font-size:40px;margin-bottom:3%;background:0 0;line-height:initial;font-style:italic}.s1_block1 .zag p{margin-bottom:2%}.zapis a{display:block;background:#00b312;width:20%;text-align:center;font-family:regular;font-size:14px;color:#fff;padding:1% 0;border-radius:50px}.s1_block1{background-size:cover !important;max-width:1440px;padding:8% 0 22%;margin:auto;margin-bottom:3%;max-height:750px}.zapis a span{margin-left:1vw;font-size:14px}.block2_b1{display:flex;flex-wrap:wrap;justify-content:space-between}.block2_b1_r{width:60%}.block2_b1_l{width:35%;height:25vw;max-height:360px}.block2_b1_l img{width:100%;height:100%;object-fit:cover}.zag{font-family:regular;font-size:40px;text-transform:uppercase;margin-bottom:5%;position:relative;display:table;padding:0 1%;color:#00b312;font-style:italic}.zag:before{content:'';position:absolute;height:3px;width:4vw;background:#00b312;right:0;bottom:-10%;max-width:60px}.text{font-family:light;font-size:14px;text-align:justify}.s1_block2{margin-bottom:3%}.s1_block3{background-size:cover !important;max-width:1440px;padding:3% 0;margin:auto;margin-bottom:3%}.s1_block3 .zag{margin:auto;margin-bottom:5%}.s1_block3 .zag:before{left:45%}.block3_b1{display:flex;flex-wrap:wrap;justify-content:space-between}.block3_block{width:24%;background:#ffffffad;margin-bottom:1%;box-shadow:0px 0px 5px 0px #0000004a;text-align:center;padding:2%}.block3_b1_img{margin-bottom:5%;width:100%;height:8vw;max-height:130px}.block3_b1_text{font-family:regular;font-size:15px}.block3_b1_img img{width:40%;height:100%;object-fit:contain}.block4_b1{display:flex;flex-wrap:wrap;justify-content:space-between}.block4_b1 .zag:before{right:0}.block4_b1 .zag{margin-bottom:3%}.block4_b1 .zapis{width:50%}.block4_b1 .zapis a{margin-left:auto;width:35%;padding:2% 0}.block4_b2{display:flex;flex-wrap:wrap;justify-content:space-between}.block4_b2_block{width:49%;margin-bottom:2%}.s1_block4{margin-bottom:3%}.zag2{text-transform:uppercase;font-family:bold;font-size:18px;margin-bottom:1%;display:flex;align-items:center}.block4_b2_img{margin-bottom:3%;width:100%;height:20vw;max-height:290px}.block4_b2_img img{object-fit:cover;width:100%;height:100%}.zag2 img{margin-right:1%}.block1_b1 .zag:before{display:none}img.img_hov{display:none}.s1_block5{background-size:cover !important;max-width:1440px;padding:3% 0;margin:auto;margin-bottom:3%}.s1_block5 .block3_block{width:15%;margin-bottom:2%;padding:2% 1%}.s1_block5 .block3_b1_text{font-size:14px}.s1_block5 .block3_b1_img img{height:4vw;max-height:58px}.s1_block5 .block3_block:hover img.img_hov{display:inline;transition:.3s}.s1_block5 .block3_block:hover img.hov_img{display:none;transition:.3s}.s1_block5 .block3_block:hover{background:#5aa500;transition:.3s}.s1_block5 .block3_block:hover .block3_b1_text.hov{color:#fff;transition:.3s}.s1_block5 .zapis a{margin:auto}.s1_block5 .block3_b1{margin:auto;margin-bottom:3%}.s1_block5 .zag{margin:auto;margin-bottom:5%}.s1_block5 .zag:before{left:45%}.slid_n_img{width:5vw;margin:auto;height:5vw;max-width:72px;max-height:72px}.slid_n_img img{border-radius:50%;width:100%;height:100%;object-fit:cover}.slick-current .slid_n_img{width:7vw;height:7vw;max-width:101px;max-height:101px}.slick-track{display:flex;align-items:center}.slid_f_flex{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:3%}.slid_f_img{width:15%}.slid_f_text{width:70%;text-align:center;font-family:regular;font-size:16px}.slid_f_img img{margin:auto;width:3vw;max-width:45px}.slid_f_im{text-align:center;font-family:medium;font-size:22px}.slider1{width:35%;margin:auto;margin-bottom:3%}.s1_block6{margin-bottom:3%}.slider2{width:75%;margin:auto;margin-bottom:3%}.s1_block6 .zapis a{margin:auto}.slick-prev:before,.slick-next:before{display:none !important}button.slick-prev.slick-arrow{background:url(//dentologia.by/wp-content/uploads/Right01.png) no-repeat;left:-5%;background-position-x:right;background-position-y:center;z-index:9999999999}button.slick-next.slick-arrow{background:url(//dentologia.by/wp-content/uploads/Right02.png) no-repeat;right:-5%;background-position-x:left;background-position-y:center;z-index:9999999999}.foo_back{background:#f9f9f9;padding:1% 0}.foo_back .head_flex{margin:0}.page-id-149 .s1_block5{background:#f5f5f5;padding-bottom:.1%}.block3_b1 a{display:contents}.s2_block2{margin-bottom:3%}.s2_block2 .zag{text-transform:none;margin-bottom:3%}.s2_block2 .text{text-align:start;margin-bottom:3%}.s2_block2_f{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:3%}.s2_block2_img{width:49%;height:20vw;max-height:290px}.s2_block2_img img{width:100%;height:100%;object-fit:cover}.s2_block2 .zag2{font-size:24px;text-transform:none}.s2_block2 p{margin-bottom:3%}.s2_block2 .zag:nth-child(2n){font-size:30px}.cen_usl_f{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;border-top:1px solid #dcdcdc;padding:1% 0}.cen_usl_naz{font-size:15px;font-family:regular}.cen_usl_cen{font-size:20px;font-family:bold;color:#5aa500}.cen_usl_f:nth-child(1){border-top:none}.s2_block2 .zag:before{left:0}.s3_block1{margin-bottom:3%}.s3_block_f{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:3%}.s3_block_img{width:49%;height:20vw;max-height:290px}.s3_block_r{width:49%}.s3_block1 p{margin-bottom:3%}.s3_block_zag{font-family:bold;font-size:24px;text-transform:uppercase;color:#5aa500;margin-bottom:2%}.s3_block_img img{width:100%;height:100%;object-fit:cover}.s3_block1 .zag{margin-bottom:3%}.s4_block1{margin-bottom:3%}.s4_block1 .zag{margin-bottom:3%}.s4_block1_f{display:flex;flex-wrap:wrap;justify-content:flex-start}.s4_block_b{width:24%;background:#f2f2f2;padding:1.5%;margin-bottom:1%;margin-right:1%}.s4_block_img{width:100%;height:17vw;max-height:250px;margin-bottom:5%}.s4_block_img img{width:100%;height:100%;object-fit:cover}.s4_block_zag{font-size:18px;font-family:bold;display:flex;align-items:center;margin-bottom:3%}.s4_block_zag img{margin-right:5px}.s4_block1 .text{text-align:left;margin-bottom:3%}.s4_block1 a{display:block;color:#000;text-align:right;font-family:regular;font-size:14px}.post_block1{margin-bottom:3%}.post_block1 .zag{margin-bottom:3%}.post_block1 p{margin-bottom:3%}.post_f{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:3%}.post_img{width:49%;height:22vw;max-height:350px}.post_img img{width:100%;height:100%;object-fit:cover}.post_foto{width:100%;height:22vw;max-height:350px;margin-bottom:3%}.post_foto img{width:100%;height:100%;object-fit:cover}.s6_block1{margin-bottom:3%}.s6_block1 .zag{margin-bottom:3%}.s6_block1 .text{margin-bottom:1%}.prise{margin-bottom:.5%}.s6_b{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;background:#f2f2f2;padding:10px 35px 10px 15px}.s6_b_zag{font-size:22px;font-family:bold;display:flex;align-items:center}.s6_b_zag img{margin-right:16px}.s6_b_cen{font-size:20px;font-family:bold;color:#5aa500}.s6_b2{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:10px 35px;border-top:1px solid #f2f2f2}.s6_b2_zag{font-family:regular;font-size:15px}.s6_b2_cen{font-size:20px;font-family:bold;color:#5aa500}.s7_block1{margin-bottom:3%}.s7_block1 .zag{margin-bottom:3%}.s7_block{display:flex;flex-wrap:wrap;justify-content:space-between;background:#f2f2f2;padding:1.5%;margin-bottom:3%}.s7_block_img{width:24%;height:19vw;max-height:275px}.s7_block_r{width:75%;margin-top:1%}.s7_block_img img{width:100%;height:100%;object-fit:cover;object-position:top}.s7_block_r_zag{font-size:20px;font-family:bold;margin-bottom:1%}.s7_block_r_text{font-family:regular;font-size:14px}.s7_block_r_text p{margin-bottom:3%}.s7_block_r_butt{display:flex;flex-wrap:wrap;justify-content:flex-end}.s7_block_r_butt a{display:block;border:1px solid #00b312;border-radius:50px;color:#00b312;width:25%;font-family:regular;font-size:14px;text-align:center;padding:1.5% 0;margin-left:5%}.s7_block_r_butt a span{margin-left:1vw}.s7_block_r_butt a.butt2{background:#00b312;color:#fff}.s9_block1{margin-bottom:3%}.s9_block1 .zag{margin-bottom:3%}.s9_block_k{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}.s9_block_kont{width:24%;display:flex;flex-wrap:wrap;justify-content:center;align-items:center}.s9_block_kont_img{width:20%;height:3.5vw;max-height:56px;margin-right:5%}.s9_block_kont_img img{width:100%;height:100%;object-fit:contain}.s9_block_kont_text{width:75%;font-family:regular;font-size:14px}.karta{margin-bottom:3%}.s9_block_zag{font-family:bold;font-size:20px;margin-bottom:1%}.s9_block_text{font-family:regular;font-size:14px}.s9_block_text p{margin-bottom:3%}.s9_block_serc{display:flex;flex-wrap:wrap;justify-content:space-between}.s9_block_serc_foto{width:24%;height:24vw;max-height:385px;margin-bottom:1%;background:url(//dentologia.by/wp-content/uploads/4555.png) no-repeat;background-size:cover}.s9_block_serc_foto img{width:100%;height:100%;object-fit:cover}.s9_block2{margin-bottom:3%}img.hover_foto:hover{opacity:.4;transition:.5s}.post_block2 .zag{margin-bottom:3%}.post_block2_f{display:flex;flex-wrap:wrap;justify-content:space-between}.post_block2_f_img{width:24%;height:21vw;max-height:336px}.post_block2_f_img img{width:100%;height:100%;object-fit:cover}.post_block2_f_text{width:75%}.post_block2_f_imy{font-family:bold;font-size:20px;margin-bottom:3%}.post_block2_f_text2 p{margin-bottom:3%}.post_block2_f_text2{font-family:regular;font-size:14px}.post_block2_f a{display:table;margin-left:auto;background:#00b312;color:#fff;border-radius:50px;width:17.5%;padding:1% 0;text-align:center}.post_block2{margin-bottom:3%}.s10_b_f{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:3%}.s10_b_f_img{width:15%;height:13vw;max-height:180px}.s10_b_f_img img{border-radius:50%;width:100%;height:100%;object-fit:cover}.s10_b_f_block{width:80%}.s10_block1{margin-bottom:3%}.s10_block1 .zag{margin-bottom:3%}.s10_b_zag{font-family:bold;font-size:20px;margin-bottom:3%}.s10_b_text{font-family:regular;font-size:14px;width:90%}.s10_b_verh{margin-bottom:3%}.s10_b_niz{border-top:1px solid #e2e2e2}.s10_b_zag.m2{margin-bottom:1%;margin-top:2%}.m_f{display:flex;flex-wrap:wrap;justify-content:left;align-items:center}.m_f_zag{margin-right:1%;text-transform:none}.m_f_img{margin-right:1%}.m_f_s{margin-right:1%}.menu_m div,.menu_m a{font-size:14px;font-family:regular;color:#b3b3b3}.m_f_img img{width:21px;height:21px;object-fit:contain}.page-id-11 header#masthead{margin-bottom:0}.menu_m{margin-bottom:1%}.m_f_zag a{font-size:14px;font-family:regular;color:#b3b3b3}.s1_block5 .block3_b1_img{height:6vw;display:flex;justify-content:center;align-items:center}div#fancybox-overlay{background:#0000 !important}.single-vrach div#fancybox-outer,.page-id-227 div#fancybox-outer,.page-id-11 div#fancybox-outer{box-shadow:0 0 20px #1111115e !important;-moz-box-shadow:0 0 20px #1111115e !important;-webkit-box-shadow:0 0 20px #1111115e !important;width:100% !important}.zayv_zag{font-family:bold;font-size:24px;width:85%;margin:auto;margin-top:5%;margin-bottom:5%;text-align:center}.zayv_cf{width:85%;margin:auto}input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required{width:100%;margin-bottom:3%;border-radius:0;box-sizing:border-box;padding:3% 5%}input.wpcf7-form-control.wpcf7mf-mask.wpcf7-mask.wpcf7-validates-as-required{width:100%;margin-bottom:3%;border-radius:0;box-sizing:border-box;padding:3% 5%}textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required{border-radius:0;height:6vw;box-sizing:border-box;padding:3% 5%;width:100%;margin-bottom:5%}.b13 input.wpcf7-form-control.wpcf7-submit{display:block;margin:auto;background:#5aa500;color:#fff;font-family:regular;width:50%;border-radius:50px;padding:4% 0}.single-vrach div#fancybox-wrap,.page-id-227 div#fancybox-wrap,.page-id-11 div#fancybox-wrap{width:40% !important}.single-vrach div#fancybox-content,.page-id-227 div#fancybox-content,.page-id-11 div#fancybox-content{width:100% !important}.single-vrach a#fancybox-close,.page-id-227 a#fancybox-close,.page-id-11 a#fancybox-close{right:-6%}div#responsive-menu-title-image img{width:50%;margin:0 25%}div#responsive-menu-title-image{width:100%}a.responsive-menu-item-link{font-family:regular;font-size:16px !important}.page404{font-family:bold;font-size:18px;text-align:center;margin-bottom:1%}.page404.g{margin-bottom:3%}.page404 a{color:#4ab14f}.error404 div#primary{min-height:45vh}.kont_img{width:100%;height:4vw;max-height:30px}.tel-num a{display:flex;flex-wrap:wrap;justify-content:space-between}.v2 a{display:flex;flex-wrap:wrap;justify-content:space-between}.img-tel{width:15%;max-width:23px;max-height:23px}.tel-num a p{display:none}.tel-num p{display:none}.v2 p{display:none}.v1{display:flex;flex-wrap:wrap;justify-content:left;align-items:center;position:relative;max-height:23px}.v2{width:65%;max-height:23px}.v3{width:8%;max-height:17px}.v3 img{width:100%;height:100%}.tel-num{position:absolute;left:-2%;top:20px;background:#fff;border:1px solid #0000005e;padding:2%;opacity:0;visibility:hidden;width:70%}.tel{position:relative}.v1:hover .tel-num{transition:.5s;opacity:1;visibility:visible}button.slick-prev.slick-arrow{left:.5%;width:5vw;height:5vw;border-radius:20%;max-width:72px;max-height:72px;background:0 0}button.slick-next.slick-arrow{right:.5%;width:5vw;height:5vw;border-radius:20%;max-width:72px;max-height:72px;background:0 0}.autoplay:hover button.slick-next.slick-arrow{background:#0000003d;background-image:url(//dentologia.by/wp-content/uploads/right-arrow.png);background-size:contain;transition:.5s}.autoplay:hover button.slick-prev.slick-arrow{background:#0000003d;background-image:url(//dentologia.by/wp-content/uploads/right-arrow2-e1561731493264.png);background-size:contain;transition:.5s}ul.slick-dots{bottom:7%}.autoplay:hover .slick-dots li{background:#0000003d;border-radius:20%;transition:.5s}.autoplay:hover li.slick-active{background:#fff}.wrap.s1{width:100%;max-width:1440px;margin:auto}.slick-dots li button:before{display:none}img.tel_img{width:100%;height:100%;object-fit:contain}.block3_b1 a:nth-child(4) .hov_img,.block3_b1 a:nth-child(9) .hov_img,.block3_b1 a:nth-child(11) .hov_img{height:6vw;max-height:90px;width:70%}.block3_b1 a:nth-child(4) .img_hov,.block3_b1 a:nth-child(9) .img_hov,.block3_b1 a:nth-child(11) .img_hov{height:6vw;max-height:90px;width:70%}div{font-weight:700}.wecan{width:80%;height:auto;margin:auto;display:flex;flex-wrap:wrap;justify-content:center;align-items:center}.wecan a{height:8vw;max-height:60px;display:flex;align-items:center}.wecan a:hover,.wecan a:focus,.wecan a:active,.wecan a:visited{color:#000}svg#wecan-logo{fill:#000}@media (max-width:1280px){.v2 a,.tel-num a{justify-content:flex-start}.tel-img{display:flex;align-items:center;margin-right:3%}.tel-num{width:auto}.s9_block_kont_text{font-size:12px}.post_block2_f a{width:25.5%}.head_text{font-size:12px}.block2_b1_l{height:32vw}.block3_b1_img{height:5vw}}@media (max-width:1024px){.single-vrach div#fancybox-wrap,.page-id-227 div#fancybox-wrap,.page-id-11 div#fancybox-wrap{width:85% !important}.s4_block_b{width:32%}.s6_b_cen{text-align:right}.s6_b2_cen{text-align:right}.head1 .head_tel{width:100%}.head1 .head_mest{width:100%}nav#site-navigation ul a{font-size:16px}button.slick-prev.slick-arrow,button.slick-next.slick-arrow{width:4vw;height:4vw}.s1_block1{padding:8% 0 12%}.s1_block1 .zag{font-size:35px}.zapis a{width:25%}.zag{font-size:35px}.text{font-size:12px}.block2_b1_l{height:40vw}.s1_block3 .block3_block{width:32.5%;margin-right:.7%}.s1_block3 .block3_b1{justify-content:start}}@media (max-width:900px){.block3_b1 a:nth-child(4) .hov_img,.block3_b1 a:nth-child(9) .hov_img,.block3_b1 a:nth-child(11) .hov_img{height:10vw}textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required{height:15vw}.s9_block_kont_img{height:5vw}.s9_block_k{justify-content:center}.s9_block_kont_text{font-size:14px}.s9_block_kont{width:49%;margin-bottom:3%}.s3_block_img{width:100%;height:50vw;max-height:290px;margin-bottom:1%}.s3_block_r{width:100%}.s7_block_r_butt a{width:30%}.s1_block5 .block3_b1_img{height:8vw}.s1_block5 .block3_b1_img img{height:6vw}.block2_b1_l{height:50vw}.s1_block5 .block3_block{width:23.5%}.slider1{margin-bottom:0}}@media (max-width:768px){.block3_b1 a:nth-child(4) .hov_img,.block3_b1 a:nth-child(9) .hov_img,.block3_b1 a:nth-child(11) .hov_img{height:30vw}.s1_block5 .block3_b1_img img{height:10vw}.kont_img{height:5vw;max-height:38px}.s9_block_kont_img{height:7vw}.s9_block_serc_foto{width:49%;height:57vw}.s4_block_img{height:50vw}.s4_block_b{width:49%}.post_block2_f_img{width:35%;height:30vw}.post_block2_f_text{width:100%}.post_block2_f a{width:40.5%;padding:3% 0}.s7_block_r{width:100%}.s7_block_img{margin-right:76%}.s10_b_f_img{width:35%;height:31vw;max-height:236px;margin-bottom:3%}.s10_b_f_block{width:100%}.s10_b_text{width:95%}.s6_b_cen{width:100%}nav#site-navigation{display:none}.head2{width:100%;margin-bottom:3%}.head1{width:49%;margin-bottom:3%;order:2;margin:0}.v3{height:2.2vw !important}.head_img{width:5vw;height:5vw}.head3{width:49%;margin:0;order:3}.block2_b1_l{width:100%;height:70vw;max-height:450px}.s1_block3 .block3_block{width:49%;margin-right:1%}.zapis a{width:35%;padding:2% 0}.s1_block1 .zag{font-size:35px}.text{font-size:14px;margin-bottom:3%}.block4_b1 .zapis a{width:45%;padding:4% 0}.block4_b2_block{width:100%;margin-bottom:3%}.block4_b2_img{margin-bottom:3%;height:50vw;max-height:350px}.s1_block5 .block3_block{width:49%}.block2_b1_r{width:100%}.slider2 .slick-slide.slick-current.slick-active{width:85vw !important;max-width:585px}.slider2{width:90%}.slider1{width:50%}.slick-current .slid_n_img{width:12vw;height:12vw}.slid_n_img{width:8vw;height:8vw}.slider1 .slick-slide{width:85vw !important;margin-right:1vw;margin-left:1vw}}@media (max-width:643px){.s1_block1 .zag{font-size:30px}.s7_block_r_butt a{width:40%}.s7_block_r_text{font-size:12px}.s6_b_zag{font-size:18px}.s6_b_cen{font-size:18px}.s6_b2_zag{font-size:14px}.s6_b2_cen{font-size:16px}.head_logo{height:15vw}.s1_block1 .zag{font-size:30px}.zapis a{width:45%;padding:3% 0}.block2_b1_l{height:90vw}.block3_b1_img{height:8vw}.block4_b1 .zapis{width:100%}.block4_b1 .zapis a{width:40%;padding:3% 0;margin-right:auto;margin-bottom:3%}.s1_block5 .block3_b1_img img{height:20vw;max-height:58px}.slid_n_img{width:13vw;height:13vw}.slick-current .slid_n_img{width:18vw;height:18vw}.slider1{width:80%}.slider2 .slick-slide.slick-current.slick-active{width:80vw !important}.slid_f_text{width:80%;font-size:14px}.slid_f_img{width:10%}.slid_f_im{font-size:18px}.head_text{font-size:11px}.zapis a{width:50%}.s1_block1 .zag{font-size:25px}.zag{font-size:30px}.zag:before{width:10vw}.tel-num{top:15px !important}}@media (max-width:450px){.head_logo{height:35vw}.head_img{width:7vw;margin-right:0;height:7vw}.v2{width:80% !important}.kont_img{height:7vw}.s1_block1{padding:8% 0 8%}.s1_block1 .zag{font-size:18px;text-align:left}div#fancybox-wrap{width:80% !important}textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required{height:25vw}.s9_block_kont{width:70%}.s9_block_serc_foto{width:100%;height:115vw;max-height:520px}.post_img{width:100%;height:50vw;margin-bottom:3%}.s4_block_b{width:100%}.s4_block_img{height:70vw}.post_block2_f_img{width:50%;height:40vw;max-height:336px}.post_block2_f a{width:100%}.s7_block_r_butt a{width:45%}.s7_block_img{width:35%;height:30vw;margin-right:65%}.s10_b_text{font-size:12px}.cen_usl_cen{width:100%;text-align:right}.cen_usl_naz{width:100%;margin-bottom:1%}.s2_block2 .zag:before{left:45%}.cen_usl_naz{font-size:13px}.cen_usl_cen{font-size:16px}.s2_block2_img{width:100%;height:50vw;margin-bottom:3%}.s1_block5 .block3_b1_img{height:15vw}.block3_b1_img{height:15vw}.block3_b1_text{font-size:12px}}@media (max-width:414px){.s9_block_kont{width:90%}.post_block2_f_img{width:100%;height:100vw;max-height:336px}.s6_b2_zag{width:100%}.zapis a{font-size:12px}.zag{text-align:center}.slid_f_text{font-size:12px}.s1_block3 .block3_block{width:100%;margin-right:0;margin-bottom:3%}.text{font-size:12px}.s1_block5 .block3_b1_text{font-size:12px}.s7_block_img{width:40%;height:35vw;margin-right:60%}.s7_block_r_butt a{width:50%;margin-left:0}.head1{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:3%}.head1 .head_tel{width:100%;margin:auto;margin-bottom:3%}.v3{height:4.2vw !important;width:10%}.head1 .head_mest{width:100%;margin:auto}.img-tel{width:20%;max-width:30px}.head3{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%;margin:auto}.head_img{width:13vw;margin-right:0;height:13vw}.head_text{font-size:16px}.head_vrem{width:100%;margin-bottom:3%}.head_mail{width:100%}.head_kont{width:60%;justify-content:space-between;margin:auto;margin-bottom:3%}.kont_img{height:12vw;max-height:100px}.tel-num{width:80%;left:-6%;top:25px !important}.tel-num a{padding:5%}.head_kont a{margin:0;width:30%}.mn1{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:3%}}@media (max-width:340px){.tel-num{width:100%;left:-6%;top:25px !important}.v2{width:90% !important}}._orinationRight_25 .button_1O{margin-right:20px}.button_1O{width:50px!important;height:50px!important}.bottom-toggle{position:relative;z-index:200;display:none}.bottom-toggle input{display:none;visibility:hidden}.bottom-toggle label{display:block;text-align:center;color:#666;cursor:pointer;width:50px;height:50px;position:fixed;bottom:20px;right:20px;border-radius:50%;background:#0b93e1;border-radius:50%;animation:launcher-button infinite 3s}.bottom-toggle label img{max-width:55%;margin:11px auto 0;background:0 0}.bottom-toggle label:hover{color:#000}.bottom-toggle a{overflow:hidden;text-indent:-9999px;position:relative;display:block;margin:0 auto;margin-bottom:0;border-radius:50%;background:no-repeat center center;background-color:none;background-image:none;background-size:auto auto;transition:all .6s;margin-bottom:4px;width:50px;height:50px;box-shadow:0 0 3px rgba(0,0,0,.2)}.bottom-toggle a.jivo{background-color:red;background-size:55% 55%;background-image:url(//dentologia.by/wp-content/themes/wecan-theme/images/mail.png)}.bottom-toggle a.viber{background:url(//dentologia.by/wp-content/uploads/viber-1.png);background-size:contain}.bottom-toggle a.what{background:url(//dentologia.by/wp-content/uploads/whatsapp-1.png);background-size:contain}.bottom-toggle a.in{background:url(//dentologia.by/wp-content/themes/wecan-theme/images/in.png) center center no-repeat,radial-gradient(circle at 30% 107%,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%)}#expand-icons{overflow:hidden;position:fixed;bottom:100px;right:20px;height:0}#toggle:checked~#expand-icons{height:auto;width:50px;opacity:1;bottom:140px;animation-name:pullDown;animation-duration:.2s;animation-timing-function:ease-out;transform-origin:50% 0%;-ms-transform-origin:50% 0%}#toggle~#expand-icons{width:50px;bottom:50px;animation-name:pullUp;animation-duration:.2s;animation-timing-function:ease-out;transform-origin:50% 0%;-ms-transform-origin:50% 0%}#toggle:checked~label{background:red;border-radius:50%;animation:launcher-button-no infinite 3s}@keyframes pullDown{0%{bottom:125px;opacity:0}40%{bottom:130px;opacity:.2}60%{bottom:130px;opacity:.4}80%{bottom:140px;opacity:.6}100%{bottom:140px;opacity:1}}@keyframes pullUp{0%{bottom:140px;opacity:1}40%{bottom:140px;opacity:.6}60%{bottom:130px;opacity:.4}80%{bottom:130px;opacity:.2}100%{bottom:125px;opacity:0}}@keyframes launcher-button{0%{transform:rotate(0deg)}40%{transform:rotate(0deg)}60%{transform:rotate(0deg)}83%{transform:scale(1.2)}90%{transform:rotate(0deg)}92%{transform:rotate(0deg)}95%{transform:rotate(15deg)}98%{transform:rotate(-15deg)}100%{transform:rotate(0deg)}}@keyframes launcher-button-no{0%{transform:rotate(0deg)}100%{transform:rotate(0deg)}}.seologic-link{margin:0 0 15px;text-align:center}.seologic-link a{color:#00b312}.seologic-link a:hover{text-decoration:underline}.v1 .tel-num{width:100%;display:flex;flex-wrap:wrap}.v1:hover .tel-num>.tel-img{width:58%}@media screen and (max-width:1200px){.head_text .v2{width:100%}.head_text .v3{position:absolute;left:140px}}@media screen and (max-width:620px){.head_text .v3{left:105px}}@media screen and (max-width:410px){.head_text .v3{left:145px}}.zag h1{margin:0}.zag{font-size:20px !important}.main-page-title{display:none}@media screen and (min-width:769px){.s1_block5 .block3_b1{justify-content:center}.s1_block5 .block3_b1 .block3_block{margin:0 10px 2%}}.zapis-akcii-usl{width:50%}.zapis-akcii-usl a{margin-left:auto;width:35%;padding:2% 0}@media screen and (max-width:643px){.zapis-akcii-usl{width:100%}.zapis-akcii-usl a{width:40%;padding:3% 0;margin-right:auto;margin-bottom:3%}}.main-menu-has-child-arrow{position:absolute;top:40%;right:10px;background-image:url(//dentologia.by/wp-content/uploads/down-arrow-e1561721806767.png);transform:rotate(-90deg);background-repeat:no-repeat;background-size:contain;height:20px;width:20px}nav#site-navigation .menu-menu-1-container .menu .menu-item .sub-menu .menu-item:hover .main-menu-has-child-arrow{filter:brightness(0) invert(1)}@media screen and (max-width:1024px){.main-menu-has-child-arrow{top:30%;right:3px;height:15px;width:15px}}.price-table{font-weight:400;width:50% !important;font-family:regular}.table-bordered{border:1px solid #45474b}.table{width:100%;max-width:100%;margin-bottom:1rem;background-color:transparent;border-collapse:collapse}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table thead th{vertical-align:bottom;border-bottom:2px solid #45474b}.table-bordered td,.table-bordered th{border:1px solid #45474b}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #45474b}.s1_block4{display:none}header .zapis{width:100%}header .zapis a{width:100%;padding:3%;margin:10px 0 0}.block-medic-cart{display:flex;justify-content:space-evenly;flex-wrap:wrap}.elem-medic-cart{max-width:30%;display:flex;flex-direction:column;align-items:center;padding:10px;background:#ffffffad;box-shadow:0px 0px 5px 0px #0000004a}.name-medic,.descr_medic{max-width:75%;margin-top:7px}.descr_medic{font-weight:500}.img-medic-cart{max-width:75%;width:100%;height:275px;object-fit:cover;object-position:top}.custom-zag{margin:0 auto;margin-bottom:20px}@media(max-width:768px){.elem-medic-cart{max-width:50%;margin:5px}}@media(max-width:425px){.elem-medic-cart{max-width:85%;margin:5px}}.slide-review p{font-weight:500}p.name-interview,p.answer_{font-weight:800}.page-template-page-contacts .s9_block_k .s9_block_kont{margin-bottom:15px}.foo_back .head1 .head_mest{margin-bottom:5%}.foo_back .head1 .head_mest.footer-legal-address{margin-bottom:0}
.site-title,.site-description{position:absolute;clip:rect(1px,1px,1px,1px)}
button#responsive-menu-button,#responsive-menu-container{display:none;-webkit-text-size-adjust:100%}@media screen and (max-width:768px){#responsive-menu-container{display:block;position:fixed;top:0;bottom:0;z-index:99998;padding-bottom:5px;margin-bottom:-5px;outline:1px solid transparent;overflow-y:auto;overflow-x:hidden}#responsive-menu-container .responsive-menu-search-box{width:100%;padding:0 2%;border-radius:2px;height:50px;-webkit-appearance:none}#responsive-menu-container.push-left,#responsive-menu-container.slide-left{transform:translateX(-100%);-ms-transform:translateX(-100%);-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%)}.responsive-menu-open #responsive-menu-container.push-left,.responsive-menu-open #responsive-menu-container.slide-left{transform:translateX(0);-ms-transform:translateX(0);-webkit-transform:translateX(0);-moz-transform:translateX(0)}#responsive-menu-container.push-top,#responsive-menu-container.slide-top{transform:translateY(-100%);-ms-transform:translateY(-100%);-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%)}.responsive-menu-open #responsive-menu-container.push-top,.responsive-menu-open #responsive-menu-container.slide-top{transform:translateY(0);-ms-transform:translateY(0);-webkit-transform:translateY(0);-moz-transform:translateY(0)}#responsive-menu-container.push-right,#responsive-menu-container.slide-right{transform:translateX(100%);-ms-transform:translateX(100%);-webkit-transform:translateX(100%);-moz-transform:translateX(100%)}.responsive-menu-open #responsive-menu-container.push-right,.responsive-menu-open #responsive-menu-container.slide-right{transform:translateX(0);-ms-transform:translateX(0);-webkit-transform:translateX(0);-moz-transform:translateX(0)}#responsive-menu-container.push-bottom,#responsive-menu-container.slide-bottom{transform:translateY(100%);-ms-transform:translateY(100%);-webkit-transform:translateY(100%);-moz-transform:translateY(100%)}.responsive-menu-open #responsive-menu-container.push-bottom,.responsive-menu-open #responsive-menu-container.slide-bottom{transform:translateY(0);-ms-transform:translateY(0);-webkit-transform:translateY(0);-moz-transform:translateY(0)}#responsive-menu-container,#responsive-menu-container:before,#responsive-menu-container:after,#responsive-menu-container *,#responsive-menu-container *:before,#responsive-menu-container *:after{box-sizing:border-box;margin:0;padding:0}#responsive-menu-container #responsive-menu-search-box,#responsive-menu-container #responsive-menu-additional-content,#responsive-menu-container #responsive-menu-title{padding:25px 5%}#responsive-menu-container #responsive-menu,#responsive-menu-container #responsive-menu ul{width:100%}#responsive-menu-container #responsive-menu ul.responsive-menu-submenu{display:none}#responsive-menu-container #responsive-menu ul.responsive-menu-submenu.responsive-menu-submenu-open{display:block}#responsive-menu-container #responsive-menu ul.responsive-menu-submenu-depth-1 a.responsive-menu-item-link{padding-left:10%}#responsive-menu-container #responsive-menu ul.responsive-menu-submenu-depth-2 a.responsive-menu-item-link{padding-left:15%}#responsive-menu-container #responsive-menu ul.responsive-menu-submenu-depth-3 a.responsive-menu-item-link{padding-left:20%}#responsive-menu-container #responsive-menu ul.responsive-menu-submenu-depth-4 a.responsive-menu-item-link{padding-left:25%}#responsive-menu-container #responsive-menu ul.responsive-menu-submenu-depth-5 a.responsive-menu-item-link{padding-left:30%}#responsive-menu-container li.responsive-menu-item{width:100%;list-style:none}#responsive-menu-container li.responsive-menu-item a{width:100%;display:block;text-decoration:none;padding:0 5%;position:relative}#responsive-menu-container li.responsive-menu-item a .fa{margin-right:15px}#responsive-menu-container li.responsive-menu-item a .responsive-menu-subarrow{position:absolute;top:0;bottom:0;text-align:center;overflow:hidden}#responsive-menu-container li.responsive-menu-item a .responsive-menu-subarrow .fa{margin-right:0}button#responsive-menu-button .responsive-menu-button-icon-inactive{display:none}button#responsive-menu-button{z-index:99999;display:none;overflow:hidden;outline:none}button#responsive-menu-button img{max-width:100%}.responsive-menu-label{display:inline-block;font-weight:600;margin:0 5px;vertical-align:middle}.responsive-menu-label .responsive-menu-button-text-open{display:none}.responsive-menu-accessible{display:inline-block}.responsive-menu-accessible .responsive-menu-box{display:inline-block;vertical-align:middle}.responsive-menu-label.responsive-menu-label-top,.responsive-menu-label.responsive-menu-label-bottom{display:block;margin:0 auto}button#responsive-menu-button{padding:0;display:inline-block;cursor:pointer;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.responsive-menu-box{width:25px;height:19px;display:inline-block;position:relative}.responsive-menu-inner{display:block;top:50%;margin-top:-1.5px}.responsive-menu-inner,.responsive-menu-inner:before,.responsive-menu-inner:after{width:25px;height:3px;background-color:#fff;border-radius:4px;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}.responsive-menu-open .responsive-menu-inner,.responsive-menu-open .responsive-menu-inner:before,.responsive-menu-open .responsive-menu-inner:after{background-color:#fff}button#responsive-menu-button:hover .responsive-menu-inner,button#responsive-menu-button:hover .responsive-menu-inner:before,button#responsive-menu-button:hover .responsive-menu-inner:after,button#responsive-menu-button:hover .responsive-menu-open .responsive-menu-inner,button#responsive-menu-button:hover .responsive-menu-open .responsive-menu-inner:before,button#responsive-menu-button:hover .responsive-menu-open .responsive-menu-inner:after,button#responsive-menu-button:focus .responsive-menu-inner,button#responsive-menu-button:focus .responsive-menu-inner:before,button#responsive-menu-button:focus .responsive-menu-inner:after,button#responsive-menu-button:focus .responsive-menu-open .responsive-menu-inner,button#responsive-menu-button:focus .responsive-menu-open .responsive-menu-inner:before,button#responsive-menu-button:focus .responsive-menu-open .responsive-menu-inner:after{background-color:#fff}.responsive-menu-inner:before,.responsive-menu-inner:after{content:"";display:block}.responsive-menu-inner:before{top:-8px}.responsive-menu-inner:after{bottom:-8px}.responsive-menu-boring .responsive-menu-inner,.responsive-menu-boring .responsive-menu-inner:before,.responsive-menu-boring .responsive-menu-inner:after{transition-property:none}.responsive-menu-boring.is-active .responsive-menu-inner{transform:rotate(45deg)}.responsive-menu-boring.is-active .responsive-menu-inner:before{top:0;opacity:0}.responsive-menu-boring.is-active .responsive-menu-inner:after{bottom:0;transform:rotate(-90deg)}button#responsive-menu-button{width:55px;height:55px;position:fixed;top:15px;right:5%;background:#000}.responsive-menu-open button#responsive-menu-button{background:#000}.responsive-menu-open button#responsive-menu-button:hover,.responsive-menu-open button#responsive-menu-button:focus,button#responsive-menu-button:hover,button#responsive-menu-button:focus{background:#000}button#responsive-menu-button .responsive-menu-box{color:#fff}.responsive-menu-open button#responsive-menu-button .responsive-menu-box{color:#fff}.responsive-menu-label{color:#fff;font-size:14px;line-height:13px}button#responsive-menu-button{display:inline-block;transition:transform .5s,background-color .5s}#responsive-menu-container{width:60%;left:0;transition:transform .5s;text-align:left;background:#212121}#responsive-menu-container #responsive-menu-wrapper{background:#212121}#responsive-menu-container #responsive-menu-additional-content{color:#fff}#responsive-menu-container .responsive-menu-search-box{background:#fff;border:2px solid #dadada;color:#333}#responsive-menu-container .responsive-menu-search-box:-ms-input-placeholder{color:#c7c7cd}#responsive-menu-container .responsive-menu-search-box::-webkit-input-placeholder{color:#c7c7cd}#responsive-menu-container .responsive-menu-search-box:-moz-placeholder{color:#c7c7cd;opacity:1}#responsive-menu-container .responsive-menu-search-box::-moz-placeholder{color:#c7c7cd;opacity:1}#responsive-menu-container .responsive-menu-item-link,#responsive-menu-container #responsive-menu-title,#responsive-menu-container .responsive-menu-subarrow{transition:background-color .5s,border-color .5s,color .5s}#responsive-menu-container #responsive-menu-title{background-color:#212121;color:#fff;font-size:13px;text-align:left}#responsive-menu-container #responsive-menu-title a{color:#fff;font-size:13px;text-decoration:none}#responsive-menu-container #responsive-menu-title a:hover{color:#fff}#responsive-menu-container #responsive-menu-title:hover{background-color:#212121;color:#fff}#responsive-menu-container #responsive-menu-title:hover a{color:#fff}#responsive-menu-container #responsive-menu-title #responsive-menu-title-image{display:inline-block;vertical-align:middle;max-width:100%;margin-bottom:15px}#responsive-menu-container #responsive-menu-title #responsive-menu-title-image img{max-width:100%}#responsive-menu-container #responsive-menu>li.responsive-menu-item:first-child>a{border-top:1px solid #212121}#responsive-menu-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link{font-size:13px}#responsive-menu-container #responsive-menu li.responsive-menu-item a{line-height:40px;border-bottom:1px solid #212121;color:#fff;background-color:#212121;height:40px}#responsive-menu-container #responsive-menu li.responsive-menu-item a:hover{color:#fff;background-color:#3f3f3f;border-color:#212121}#responsive-menu-container #responsive-menu li.responsive-menu-item a:hover .responsive-menu-subarrow{color:#fff;border-color:#3f3f3f;background-color:#3f3f3f}#responsive-menu-container #responsive-menu li.responsive-menu-item a:hover .responsive-menu-subarrow.responsive-menu-subarrow-active{color:#fff;border-color:#3f3f3f;background-color:#3f3f3f}#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow{right:0;height:39px;line-height:39px;width:40px;color:#fff;border-left:1px solid #212121;background-color:#212121}#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow.responsive-menu-subarrow-active{color:#fff;border-color:#212121;background-color:#212121}#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow.responsive-menu-subarrow-active:hover{color:#fff;border-color:#3f3f3f;background-color:#3f3f3f}#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow:hover{color:#fff;border-color:#3f3f3f;background-color:#3f3f3f}#responsive-menu-container #responsive-menu li.responsive-menu-current-item>.responsive-menu-item-link{background-color:#212121;color:#fff;border-color:#212121}#responsive-menu-container #responsive-menu li.responsive-menu-current-item>.responsive-menu-item-link:hover{background-color:#3f3f3f;color:#fff;border-color:#3f3f3f}#responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item .responsive-menu-item-link{font-size:13px}#responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item a{height:40px;line-height:40px;border-bottom:1px solid #212121;color:#fff;background-color:#212121}#responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item a:hover{color:#fff;background-color:#3f3f3f;border-color:#212121}#responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item a:hover .responsive-menu-subarrow{color:#fff;border-color:#3f3f3f;background-color:#3f3f3f}#responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item a:hover .responsive-menu-subarrow.responsive-menu-subarrow-active{color:#fff;border-color:#3f3f3f;background-color:#3f3f3f}#responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item a .responsive-menu-subarrow{right:0;height:39px;line-height:39px;width:40px;color:#fff;border-left:1px solid #212121;background-color:#212121}#responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item a .responsive-menu-subarrow.responsive-menu-subarrow-active{color:#fff;border-color:#212121;background-color:#212121}#responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item a .responsive-menu-subarrow.responsive-menu-subarrow-active:hover{color:#fff;border-color:#3f3f3f;background-color:#3f3f3f}#responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item a .responsive-menu-subarrow:hover{color:#fff;border-color:#3f3f3f;background-color:#3f3f3f}#responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-current-item>.responsive-menu-item-link{background-color:#212121;color:#fff;border-color:#212121}#responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-current-item>.responsive-menu-item-link:hover{background-color:#3f3f3f;color:#fff;border-color:#3f3f3f}}
.sub-menu{background:#f9ff00}nav#site-navigation ul li:hover .sub-menu .menu-item a{color:#000}nav#site-navigation ul li .sub-menu .menu-item:hover a{color:#fff}nav#site-navigation ul li:hover .sub-menu .menu-item .sub-menu .menu-item a{color:#000}nav#site-navigation ul li .sub-menu .menu-item .sub-menu .menu-item:hover a{color:#fff}