/*!
Theme Name: Fseano
Author: Danielov D.D.
Description: Тема для сайтов АНО ФСЭ
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fseano
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.

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

/*----- IF NEEDED -----*/
@import "unique-style.css" screen;

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

p {
  margin: 0 0 1em;
}

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;
  font-size: 62.5%;
}

*,
*: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 1em;
}

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: 0.6em 1em 0.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: 6px 10px;
  width: 100%;
  font-size: 14px;
}

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: inherit;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  outline: 0;
  text-decoration: none;
}

a:visited {
  color: inherit;
}

a:hover,
a:focus,
a:active {
  color: inherit;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
  text-decoration: none;
  color: rgba(221, 56, 57, 1);
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  border-top: 1px solid #c2c8c9;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0 auto;
  padding-left: 0;
  max-width: 900px;
}

.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;
  width: 25%;
  text-align: center;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  padding: 15px 14px;
  letter-spacing: 1px;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.2;
}

.main-navigation a:hover {
  background: rgba(0, 0, 0, 0.1);
}

/* 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;
  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 2.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.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;
}

/*--------------------------------------------------------------
## MY CODE
--------------------------------------------------------------*/

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media (min-width: 1600px) {
  .container {
    width: 1600px;
  }
}

.site-branding {
  margin-bottom: 21.8rem;
  background-color: rgba(60, 71, 84, 0.7);
  padding: 15px 0;
}

.site-header {
  background: url(/wp-content/themes/fseano/img/header-bg.jpg) no-repeat center
    center/cover;
}

.site-logo {
  display: block;
  float: left;
}

.site-headings {
  margin-left: 5rem;
}

.site-headings p {
  color: #fff;
  letter-spacing: -0.5px;
  line-height: 1;
  font-weight: 400;
}

#header-block {
  float: right;
  font-weight: 400;
  width: 30%;
  color: #fff;
  text-align: center;
  margin-left: auto;
}

.header-container {
  display: flex;
  align-items: center;
}

.site-title {
  font-size: 4rem;
  margin-bottom: 1rem;
}

.site-description {
  font-size: 2.6rem;
  margin: 0;
}

.geo p {
  margin: 0;
  font-size: 2.4rem;
  line-height: 1.2;
}

/* .geo.tel {
	min-height: 100px;
} */

.order-button > a {
  color: #fff;
  font-size: 2rem;
  background: #d92e23 none repeat scroll 0 0;
  display: inline-block;
  padding: 0.4rem 1rem;
  margin-top: 1rem;
}

.order-button > a:hover {
  background: #c12c24 none repeat scroll 0 0;
}

.nice-box {
  background: #f8f8f8;
  border-top: 2px solid #d92e23;
  padding: 30px 10px 0;
  margin: 0 0 30px 0;
  max-width: 270px;
  text-align: center;
  border-bottom: 2px solid #d92e23;
  border-radius: 30px;
}

.main-navigation {
  background-color: rgba(255, 255, 255, 0.9);
  margin-bottom: 10px;
}

#page {
  background-color: #d5d3cc;
}

#content .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  margin-bottom: 60px;
}

#primary {
  -webkit-order: 2;
  -moz-order: 2;
  -ms-order: 2;
  -o-order: 2;
  order: 2;
  min-width: 990px;
  padding: 20px 20px 60px;
  background-color: #fff;
  border-bottom: 1px solid #bfbeb7;
}

#secondary {
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  -o-order: 1;
  order: 1;
  min-width: 290px;
  padding: 20px;
  background-color: #f0f0f0;
  border-bottom: 1px solid #bfbeb7;
}

#third {
  -webkit-order: 3;
  -moz-order: 3;
  -ms-order: 3;
  -o-order: 3;
  order: 3;
  min-width: 290px;
  padding: 20px;
  background-color: #f0f0f0;
  border-bottom: 1px solid #bfbeb7;
}

.footer-info {
  padding: 30px;
}
#colophon {
  background-color: #4e4e56;
  color: #a7a7ab;
  font-size: 15px;
}

input.search {
  color: #999;
  padding: 8px 8px 8px 32px;
  width: 100%;
  font-size: 13px;
  max-width: 400px;
  background: url("/wp-content/themes/fseano/img/search-solid.png") no-repeat
    8px center;
  background-color: #fff;
}

.widget {
  font-size: 15px;
}

.widget-title {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
  word-wrap: break-word;
  color: #777;
  text-align: center;
}

.rek-eggs {
  text-align: center;
  min-height: 187px;
}

.widget_categories ul {
  padding: 0 0 0 10px;
  list-style: circle;
  list-style-position: inside;
}
.widget_categories ul li:not(:last-child) {
  padding: 0;
  border-bottom: 1px solid #e4e4e4;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition:
    opacity 0.25s ease,
    visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition:
    opacity 0.25s ease 0s,
    visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
.fancybox-caption {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.85) 0,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    transparent
  );
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right))
      max(25px, env(safe-area-inset-bottom))
      max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}
@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

.js-modal-btn {
  width: 100%;
  display: block;
  min-height: 270px;
  text-indent: -9999px;
  cursor: pointer;
  background: #000 url(/wp-content/themes/fseano/img/yt.jpg) no-repeat center;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}

.js-modal-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 75px;
  background: url(/wp-content/themes/fseano/img/youtube-brands.svg) no-repeat
    center center;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 0.5;
}

.js-modal-btn:hover::after {
  opacity: 1;
}

.order-headline {
  color: #fff;
  display: block;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}

.order-headline a {
  background: #d92e23 none repeat scroll 0 0;
  display: block;
  padding: 4px 10px;
}

.order-headline a:hover {
  color: #fff;
  opacity: 0.7;
}

.rek-eggs a {
  display: block;
}
.rek-eggs a img {
  margin-bottom: 10px;
}

.rek-eggs .cityname,
.rek-eggs .mskonly {
  font-size: 18px;
  font-weight: 700;
  color: #4caf50;
  text-transform: uppercase;
}

.rek-eggs .cityphone {
  font-size: 18px;
  font-weight: 400;
  color: #777;
}

.sidebar-form textarea {
  resize: none;
  height: 160px;
}

.comment-form input[type="submit"],
.wpcf7 input[type="submit"] {
  min-width: 200px;
  padding: 10px 0;
  font-size: 18px;
  background-color: #3b8dbd;
  color: #fff;
  font-weight: 400;
  margin-top: 10px;
  cursor: pointer;
}
.comment-form input[type="submit"]:hover,
.sidebar-form input[type="submit"]:hover {
  background: #444;
}

.sidebar-form input[type="submit"] {
  width: 100%;
}

.wpcf7 span.wpcf7-not-valid-tip {
  background: #f2dede;
  border-color: #e3bfbf;
  color: #b94a48;
  padding: 0px 14px 2px 14px;
  font-size: 0.75em;
  line-height: 1.666em;
  width: auto;
  display: block;
}

.wpcf7 div.wpcf7-response-output {
  border: 1px solid #b94a48;
  color: #b94a48;
  font-weight: 600;
  margin: 0;
  padding: 10px;
  text-align: center;
}

div.wpcf7 {
  margin: 0;
  padding: 12px;
  background: #f9f9f9;
}

.license {
  text-align: center;
}

.license a {
  font-weight: 400;
  color: #777;
}

.comment-list {
  margin: 30px 0 0 10px;
  padding: 0;
  list-style: none;
}

.comment-author {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #008b8b;
  border-bottom: 1px dotted #008b8b;
}

.comment-metadata time,
.comment-list .edit-link {
  font-size: 11px;
}

.comment-content {
  font-size: 16px;
}

.comment-form {
  background: #f1f1f1;
  padding: 20px;
}

.widget .policy {
  font-size: 10px;
  text-align: center;
  margin-top: 10px;
}

.policy {
  font-size: 12px;
  margin-top: 10px;
}

.children {
  border-left: 1px dotted #008b8b;
  padding: 0 0 0 25px;
  margin: 0 0 0 10px;
}

.page-numbers {
  margin: 0 5px;
}
.page-numbers.current {
  color: rgba(221, 56, 57, 1);
  font-weight: 400;
}

#grat {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.excerpt-thumb {
  min-width: 200px;
  height: 200px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #eee;
  margin-right: 35px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  border-radius: 15px;
  border-radius: 15px;
}

.archive article {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row;
  margin: 30px 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  align-items: center;
  position: relative;
}

.archive.list-emqa-question article {
  flex-direction: column;
  align-items: stretch;
}

.archive article .entry-title a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.archive article:hover .excerpt-thumb {
  opacity: 0.7;
}

.archive .page-title,
.page .entry-title,
.dwqa-breadcrumbs .qa-back,
.single-branch .entry-title {
  margin: 0;
  border-bottom: 1px solid #eeeeee;
  font-size: 20px;
  padding: 0 0 10px;
}

.list-dwqa-question article {
  display: block !important;
}

.bread {
  text-transform: uppercase;
  font-size: 14px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 14px;
  font-weight: 400;
}

.post-navigation {
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
  text-align: center;
}

.post-navigation .nav-previous {
  -webkit-box-shadow:
    1px 0 0 #eee,
    inset -1px 0 0 #eee;
  box-shadow:
    1px 0 0 #eee,
    inset -1px 0 0 #eee;
}

.post-navigation .nav-next {
  -webkit-box-shadow:
    -1px 0 0 #eee,
    inset 1px 0 0 #eee;
  box-shadow:
    -1px 0 0 #eee,
    inset 1px 0 0 #eee;
}

.post-navigation .nav-next a,
.post-navigation .nav-previous a {
  padding: 20px 10px;
  display: block;
  font-size: 15px;
}

.post-navigation .nav-previous a::before,
.post-navigation .nav-next a::before {
  display: block;
  font-size: 12px;
  color: #aaa;
  letter-spacing: 0.5px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.post-navigation .nav-previous a::before {
  content: "← Предыдущая статья";
}

.post-navigation .nav-next a::before {
  content: "Следующая статья →";
}

article.post,
article.page {
  margin: 0 0 1.5em;
}

.related-posts {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 0 1.5em;
  border-bottom: 2px solid #eee;
  padding: 0 0 1em;
}

.related-item {
  width: 33%;
  margin: 0 2px;
  position: relative;
  transition: all 0.4s ease-in-out;
  float: left;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}

.related-thumb {
  display: block;
  height: 147px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #eee;
  border-radius: 15px;
}

.related-item a {
  display: block;
  padding: 10px 10px 0 0;
  font-size: 1em;
}

.related-item a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.related-item:hover {
  opacity: 0.7;
}

.mb-fm,
.mb-line,
.mb-skype,
.mb-telegram,
.mb-viber,
.mb-wu {
  display: inline-block;
  background: url("/wp-content/themes/fseano/img/mobile-sprite.png") no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}

.mb-viber {
  background-position: -5px -380px;
  width: 66px;
  height: 71px;
}

.mb-telegram {
  background-position: -5px -304px;
  width: 66px;
  height: 71px;
}

.akc {
  background: #f5f5f5 none repeat scroll 0 0;
  color: #a32533;
  line-height: 1.3;
  margin-bottom: 20px;
  padding: 20px 10px;
  text-align: center;
  border-bottom: 1px solid #a32533;
  border-top: 3px solid #a32533;
}

.akc p:nth-of-type(1) {
  font-size: 47px;
  margin: 0;
}

.akc p:nth-of-type(2) {
  font-size: 26px;
  margin-bottom: 10px;
}

.akc a {
  color: #a32533;
}
.license a:hover,
.akc a:hover {
  text-decoration: underline;
}

.wp-pagenavi .pages {
  display: block;
}
.wp-pagenavi .current {
  padding: 0 5px;
  color: rgb(221, 56, 57);
  font-weight: 400;
}

.wp-pagenavi .page {
  padding: 0 5px;
}

.wp-pagenavi .first,
.wp-pagenavi .last {
  padding: 0 5px;
}

.cityul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  margin: 0 auto;
  list-style: inside none circle;
  padding: 0;
}

.cityul li {
  font-size: 16px;
  padding: 1px;
}

.city-list-inner {
  height: 390px;
  margin: 20px 0;
  overflow-x: hidden;
  overflow-y: scroll;
}

#city-list h2 {
  margin: 0;
}

.cityname::after {
  content: "\25BC";
  display: inline-block;
  font-size: 14px;
  padding-left: 3px;
  position: relative;
  top: -1px;
}

.testimonials-field {
  background: #ebebe2;
  text-align: center;
  padding: 15px 0;
  margin-bottom: 15px;
}
.testimonials-field a {
  display: inline-block;
}

.all-testimonials-link {
  font-size: 15px;
  font-weight: 400;
  color: #777;
}

.all-testimonials-link a:hover {
  text-decoration: underline;
  color: #777;
}

#license a img,
#grat a img,
.testimonials-field a img {
  height: 200px;
  width: 140px;
  border: 3px solid #ffe4c4;
  margin: 0 2px;
}
.page-header {
  margin-bottom: 10px;
}

.site-main {
  position: relative;
}

.soc_sht {
  position: absolute;
  right: 0;
}

.archive-description {
  background: #f0f0f0;
  position: relative;
  padding: 12px 15px;
  color: #888;
  margin-bottom: 30px;
}

.archive-description::before {
  content: "";
  display: inline-block;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #f1f1f1;
  position: absolute;
  top: -8px;
  left: 13px;
}

.archive-description > p {
  color: #333;
  margin: 0 0 12px;
  font-size: 16px;
}

.msktime span {
  font-size: 18px;
}

.msknote {
  color: #777;
  font-weight: 400;
}

.dwqa-question-item svg {
  position: absolute;
  top: 4px;
  left: 4px;
}

.dwqa-question-item .dwqa-question-title a {
  font-weight: 400;
  letter-spacing: 0.5px;
}

.dwqa-questions-list .dwqa-question-item {
  border-bottom: 1px solid #ddd;
  padding: 15px 15px 15px 90px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

input.emqa-btn,
.dwqa-ask-question a,
.dwqa-questions-footer .dwqa-ask-question a {
  display: inline-block;
  padding: 7px 15px;
  border: 1px solid #ddd;
  margin-bottom: 17px;
  background: #4caf50;
  color: #fff;
  font-weight: 400;
  margin-top: 15px;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 15px;
  cursor: pointer;
  line-height: 1;
}

input.emqa-btn:hover,
.dwqa-ask-question a:hover {
  background: #444;
}

.dwqa-popular-questions {
  background: #f9f9f9;
  padding: 10px 15px;
}

.dwqa-latest-questions .widget-title {
  color: #4caf50;
}

.single-dwqa-question .entry-content {
  margin: 0;
}

.qa-back a {
  font-size: 14px;
}

.single-dwqa-question .dwqa-question-item {
  min-height: inherit;
  background: #fffafa;
  padding: 25px 25px 5px 25px;
  border: 1px solid #e8e8e8;
  margin-top: 20px;
  border-radius: 8px;
}

.dwqa-single-question .cq-admin svg,
.dwqa-single-question .cq-author svg {
  border: 1px solid #e8e8e8;
  float: left;
  height: 60px;
  margin-right: 15px;
  position: relative;
  top: -5px;
  width: 60px;
  border-radius: 10px;
  left: 0;
}

.single-dwqa-question .cq-author {
  background: #4caf50;
  color: #fff;
  padding: 0px 5px 1px 4px;
  font-weight: 400;
  font-size: 1.2em;
  border-radius: 3px;
}
.cq-date {
  font-style: italic;
  color: #888;
  margin-right: 5px;
}

.dwqa-answer-item .dwqa-answer-meta,
.dwqa-question-item .dwqa-question-meta {
  margin-bottom: 30px;
}

.cq-admin {
  background: #a43e3d;
  color: #fff;
  padding: 0px 5px 1px 4px;
  font-weight: 400;
  font-size: 1.2em;
  border-radius: 3px;
}

.dwqa-staff {
  margin: 0;
}

.dwqa-answer-item {
  padding: 25px;
  position: relative;
  border: 1px solid #ddd;
  background: #f5f5f5;
  margin-left: 60px;
  min-height: inherit;
  margin-bottom: 40px;
  border-radius: 8px;
}

.ask-question a {
  background: #4caf50;
  color: #fff;
  padding: 6px 12px;
  display: inline-block;
  font-size: 1.1em;
  border-radius: 5px;
  margin-bottom: 25px;
}

.ask-question a:hover {
  background: #444;
}

.dwqa-page-numbers.dwqa-current {
  font-weight: 400;
}

.dwqa-question-template-default .kk-star-ratings,
.dwqa-comments {
  display: none;
}

.qa-comment-block {
  padding: 25px 25px 20px 25px;
  margin-bottom: 5px;
  border: 1px solid #e8e8e8;
  background: #fffafa;
  position: relative;
  border-radius: 8px;
}

.qa-comment-block-link {
  display: block;
  text-indent: -9999px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cq-author {
  font-weight: 400;
  color: #444;
}

.cq-author svg {
  width: 25px;
  vertical-align: middle;
  margin-right: 5px;
}

.cq-date {
  font-style: italic;
  color: #888;
  margin-right: 5px;
}

.qa-comment-block::before {
  content: "отвечен";
  display: block;
  position: absolute;
  right: 5px;
  top: 6px;
  font-size: 11px;
  background: antiquewhite;
  padding: 7px;
  line-height: 1;
  color: #777;
  border-radius: 13px;
}

.qa-comment-block:hover {
  background: #f5f5f5;
}

.qa-comment-form {
  margin: 20px 0;
}

.qa-comment-form .dwqa-container {
  padding: 25px;
  border: 1px solid #ccc;
  background: lavenderblush;
  border-radius: 8px;
}

.dwqa-popular-questions ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dwqa-popular-questions ul li {
  margin-bottom: 15px;
}

.dwqa-popular-questions ul li + li {
  border-top: 1px dotted #a32533;
  padding-top: 15px;
}

.lq-title {
  color: #555 !important;
  font-weight: 400;
  display: block;
  background-color: #e6e9ee;
  border-radius: 0px 15px 15px 15px;
  padding: 10px 5px 10px 15px;
  font-size: 12px;
}

.lq-title:hover {
  background-color: #d5d8dd;
}

.lq-author {
  background: #4caf50;
  color: #fff;
  padding: 1px 5px 1px 4px;
  font-weight: 400;
  border-radius: 3px;
  font-size: 12px;
}

.lq-date {
  font-size: 11px;
  color: #777;
  text-align: right;
}

@media (max-width: 1599px) {
  html {
    font-size: 55.5%;
  }

  #primary {
    min-width: 560px;
  }

  .akc p:nth-of-type(1) {
    font-size: 40px;
  }

  .akc p:nth-of-type(2) {
    font-size: 19px;
  }
} /*1600px*/

@media (max-width: 1199px) {
  html {
    font-size: 50%;
  }

  #content .container {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #primary {
    width: 650px;
  }

  #secondary {
    width: 290px;
  }

  #third {
    width: 100%;
  }

  .msktime span {
    font-size: 17px;
  }
} /*1200px*/

@media (max-width: 991px) {
  #content .container {
    display: block;
  }

  #secondary,
  #primary {
    width: 100%;
  }

  .site-logo {
    display: none;
  }

  .site-branding {
    margin-bottom: 1rem;
  }

  .site-headings {
    width: 100%;
    text-align: center;
    margin-left: 0;
  }

  #header-block {
    text-align: center;
    width: 100%;
    font-weight: 400;
  }

  .geo p {
    font-size: 20px;
  }
} /*992px*/

@media (max-width: 767px) {
  .soc_sht {
    display: none;
  }

  h1 {
    font-size: 1.2em;
  }

  .lq-title,
  .widget,
  .widget-title,
  .main-navigation a,
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 25px;
    line-height: 1.5;
  }

  .dwqa-answer-item {
    margin-left: 0;
  }

  .widget_categories ul li:not(:last-child) {
    margin-bottom: 10px;
  }
} /*768px*/

@media (max-width: 599px) {
  .main-navigation li {
    width: 100%;
    text-align: left;
    background: #fff;
  }

  .main-navigation {
    border-top: 0px;
  }

  .menu-toggle {
    float: right;
    font-size: 19px;
    text-transform: uppercase;
    border: 0;
    cursor: pointer;
    background: none;
    border-left: 2px solid #ccc;
    border-radius: 0;
    padding: 14px;
    font-weight: 400;
  }

  .site-header {
    background-position: center top;
    -webkit-background-size: auto;
    background-size: auto;
  }

  .excerpt-thumb {
    display: none;
  }

  article.post,
  article.page {
    margin: 0;
  }

  .archive article {
    padding-bottom: 0;
  }

  #primary {
    min-width: auto;
  }

  .container {
    padding-right: 0;
    padding-left: 0;
  }

  .wp-pagenavi {
    font-size: 13px;
    margin-top: 15px;
  }

  .cityul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .related-posts div:nth-child(3) {
    display: none;
  }

  .related-item {
    width: 50%;
  }

  .site-title {
    font-size: 3rem;
    margin-bottom: 1rem;
  }

  .site-description {
    font-size: 1.8rem;
  }

  .site-footer {
    padding-bottom: 45px;
  }
} /*599px*/

/*----- Accordion -----*/
.accordion > li {
  color: #00628f;
  list-style: outside none none;
  font-size: 17px;
}

.accordion div {
  cursor: pointer;
  display: table;
  font-weight: 700;
  height: 33px;
  margin-bottom: 2px;
  padding: 1px;
  width: 100%;
}

.fo {
  padding: 0;
}

.mosc a {
  color: #00628f !important;
}

.arrow_catr {
  background: transparent url("/wp-content/themes/fseano/img/arrow_list.png")
    no-repeat scroll center -5px;
  height: 11px;
  width: 10px;
  float: right;
  margin-top: 8px;
}

.collapsed .arrow_catr {
  background-position: center 5px;
}

.accordion div span {
  display: table-cell;
  vertical-align: middle;
}
.accordion ul {
  margin: 0 0 20px 15px;
  padding-left: 15px;
}

.leftbar_crim {
  background-image: url(/wp-content/themes/fseano/img/list_1.png);
  height: 33px;
  width: 35px;
  background-repeat: no-repeat;
}
.leftbar_str {
  background-image: url(/wp-content/themes/fseano/img/list_2.png);
  height: 33px;
  width: 35px;
  background-repeat: no-repeat;
}
.leftbar_zem {
  background-image: url(/wp-content/themes/fseano/img/list_3.png);
  height: 33px;
  width: 35px;
  background-repeat: no-repeat;
}
.leftbar_inj {
  background-image: url(/wp-content/themes/fseano/img/list_4.png);
  height: 33px;
  width: 35px;
  background-repeat: no-repeat;
}
.leftbar_comp {
  background-image: url(/wp-content/themes/fseano/img/list_4k.png);
  height: 33px;
  width: 35px;
  background-repeat: no-repeat;
}
.leftbar_inja {
  background-image: url(/wp-content/themes/fseano/img/list_4a.png);
  height: 33px;
  width: 35px;
  background-repeat: no-repeat;
}
.leftbar_med {
  background-image: url(/wp-content/themes/fseano/img/list_5.png);
  height: 33px;
  width: 35px;
  background-repeat: no-repeat;
}
.leftbar_gen {
  background-image: url(/wp-content/themes/fseano/img/list_6.png);
  height: 33px;
  width: 35px;
  background-repeat: no-repeat;
}
.leftbar_psih {
  background-image: url(/wp-content/themes/fseano/img/list_7.png);
  height: 33px;
  width: 35px;
  background-repeat: no-repeat;
}
.leftbar_psihof {
  background-image: url(/wp-content/themes/fseano/img/list_8.png);
  height: 33px;
  width: 35px;
  background-repeat: no-repeat;
}
.leftbar_at {
  background-image: url(/wp-content/themes/fseano/img/list_9.png);
  height: 33px;
  width: 35px;
  background-repeat: no-repeat;
}
.leftbar_oc {
  background-image: url(/wp-content/themes/fseano/img/list_10.png);
  height: 33px;
  width: 35px;
  background-repeat: no-repeat;
}
.leftbar_ek {
  background-image: url(/wp-content/themes/fseano/img/list_11.png);
  height: 33px;
  width: 35px;
  background-repeat: no-repeat;
}
.leftbar_rv {
  background-image: url(/wp-content/themes/fseano/img/list_12.png);
  height: 33px;
  width: 35px;
  background-repeat: no-repeat;
}
.leftbar_avz {
  background-image: url(/wp-content/themes/fseano/img/list_13.png);
  height: 33px;
  width: 35px;
  background-repeat: no-repeat;
}
.leftbar_gem {
  background-image: url(/wp-content/themes/fseano/img/list_14.png);
  height: 33px;
  width: 35px;
  background-repeat: no-repeat;
}
.leftbar_him {
  background-image: url(/wp-content/themes/fseano/img/list_15.png);
  height: 33px;
  width: 35px;
  background-repeat: no-repeat;
}
.leftbar_iv {
  background-image: url(/wp-content/themes/fseano/img/list_16.png);
  height: 33px;
  width: 35px;
  background-repeat: no-repeat;
}
.leftbar_pat {
  background-image: url(/wp-content/themes/fseano/img/list_17.png);
  height: 33px;
  width: 35px;
  background-repeat: no-repeat;
}
.leftbar_ekol {
  background-image: url(/wp-content/themes/fseano/img/list_18.png);
  height: 33px;
  width: 35px;
  background-repeat: no-repeat;
}
.leftbar_selhoz {
  background-image: url(/wp-content/themes/fseano/img/list_19.png);
  height: 33px;
  width: 35px;
  background-repeat: no-repeat;
}
.leftbar_tovar {
  background-image: url(/wp-content/themes/fseano/img/list_20.png);
  height: 33px;
  width: 35px;
  background-repeat: no-repeat;
}
.leftbar_eb {
  background-image: url(/wp-content/themes/fseano/img/list_21.png);
  height: 33px;
  width: 35px;
  background-repeat: no-repeat;
}
.leftbar_bio {
  background-image: url(/wp-content/themes/fseano/img/list_22.png);
  height: 33px;
  width: 35px;
  background-repeat: no-repeat;
}
.leftbar_pozh {
  background-image: url(/wp-content/themes/fseano/img/list_23.png);
  height: 33px;
  width: 35px;
  background-repeat: no-repeat;
}
.leftbar_ekoljp {
  background-image: url(/wp-content/themes/fseano/img/list_24.png);
  height: 33px;
  width: 35px;
  background-repeat: no-repeat;
}
.leftbar_tooth {
  background-image: url(/wp-content/themes/fseano/img/list_26.png);
  height: 33px;
  width: 35px;
  background-repeat: no-repeat;
}
.leftbar_psihiatr {
  background-image: url(/wp-content/themes/fseano/img/list_25.png);
  height: 33px;
  width: 35px;
  background-repeat: no-repeat;
}

.accordion ul li {
  background: transparent url("/wp-content/themes/fseano/img/list-img.png")
    no-repeat scroll left 6px;
  line-height: 22px;
  list-style: outside none none;
  padding: 0 0 0 15px;
}

#mosc_ul {
  height: 215px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.fo ul {
  display: none;
}

.list_expertiz span + span {
  padding: 0 0 0 12px;
}

/* Branches */

.branch-sidebar__title {
  background-color: #d92e23;
  color: #fff;
  display: block;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 4px 30px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 37.5px;
}

.branch {
  display: flex;
  margin-top: 32px;
  flex-wrap: wrap;
}

.branch__photo-box {
  flex: 0 0 165px;
  padding-left: 15px;
}

.branch__text-box {
  padding-left: 40px;
  max-width: 784px;
  flex: 1 1 100%;
}

.branch__manager-name {
  margin: 0;
  font-size: 24px;
}

.branch__manager-photo {
  -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  border-radius: 15px;
  margin-bottom: 1rem;
}

@media screen and (max-width: 1600px) {
  .branch__photo-box,
  .branch__text-box {
    padding-left: 0;
  }
}

/* Mobile Menu */
@media screen and (min-width: 600px) {
  .mobile-item-menu {
    display: none;
  }
}

/* Sidebar List of Services  */
.services-list {
  padding: 0 0 0 10px;
  list-style: none;
}

.services-list li {
  padding: 10px 0;
}

.services-list li:not(:last-child) {
  border-bottom: 1px solid #e4e4e4;
}

.services-list li a {
  background-image: url("/wp-content/themes/fseano/img/list-img.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  padding: 0 0 0 15px;
}

.services-list ul {
  padding: 0 0 0 10px;
  margin: 0 0 0 10px;
  list-style: none;
  border-left: 1px dotted #008b8b;
}

/* Footer Mobile Menu */
.mobile-footer-contacts {
  display: none;
}

@media screen and (max-width: 719px) {
  .mobile-footer-contacts {
    display: flex;
    background-color: #000;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 100;
    align-items: center;
    padding: 9px 20px 3px;
  }

  .mobile-footer-contacts__email {
    flex: 0 0 50%;
  }

  .mobile-footer-contacts__email a {
    color: #fff;
    font-size: 20px;
  }

  .mobile-footer-contacts__buttons {
    flex: 0 0 50%;
    display: flex;
    justify-content: flex-end;
  }

  .mobile-footer-contacts__buttons > div:not(:last-child) {
    margin-right: 10px;
  }
}

/* Table */
tr:nth-of-type(2n + 1) {
  background-color: #f1f1f1;
}

th,
td {
  padding: 0.5em 1em;
  border: 0;
}

/* Editor fix */

#wp-content-wrap .wp-editor-area,
#wp-dwqa-custom-content-editor-editor-container .wp-editor-area {
  font-family: "Ubuntu", sans-serif !important;
  font-size: 18px !important;
  line-height: 1.5 !important;
  color: #000;
}

#wp-dwqa-custom-content-editor-editor-container textarea.wp-editor-area {
  min-height: 400px;
}

.dwqa-answer-content,
.dwqa-question-content {
  overflow: auto;
}

/*Image border*/
.alignnone,
.alignleft,
.alignright,
.aligncenter {
  border-radius: 15px;
}

.current-cat {
  font-weight: 500;
}

/*Floating contact buttons*/

.contact-buttons {
  position: fixed;
  right: 20px;
  bottom: 20px;
  user-select: none;
  z-index: 2147483646;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  justify-self: end;
  transition-property: transform, opacity;
  transition-duration: 0.2s;
  margin: 5px 10px;
}

a.contact-buttons__link {
  margin-top: 10px;
  animation-name: widget-chat-message-animation;
  animation-duration: 0.2s;
  animation-timing-function: ease-in-out;
  display: flex;
  justify-content: center;
  align-self: center;
}

a.contact-buttons__link:hover {
  transform: scale(1.1);
}

.contact-buttons__icon {
  width: 50px;
  height: 50px;
  transition: transform 0.3s;
}

@media screen and (max-width: 719px) {
  .contact-buttons {
    display: none;
  }
}

* {
  -ms-user-select: none; /* IE 10+ */
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  user-select: none;
}

input,
textarea,
select,
option {
  -ms-user-select: auto; /* IE 10+ */
  -moz-user-select: auto;
  -khtml-user-select: auto;
  -webkit-user-select: auto;
  user-select: auto;
}

.personal-data-consent input[type="checkbox"]:hover {
  cursor: pointer;
}

.personal-data-consent span {
  margin-left: 10px;
  font-size: 12px;
}

.personal-data-consent a {
  color: rgba(221, 56, 57, 1);
}

.personal-data-consent a:hover {
  text-decoration: underline;
}
.personal-data-consent label {
  display: flex;
  align-items: center;
}

.personal-data-consent input[type="checkbox"]:hover {
  cursor: pointer;
}

.personal-data-consent span {
  margin-left: 10px;
  font-size: 12px;
  font-weight: 400;
}

.personal-data-consent a {
  color: rgba(221, 56, 57, 1);
}

.personal-data-consent a:hover {
  text-decoration: underline;
}

.cookie-consent {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.98);
  padding: 15px;
  border-radius: 5px;
  display: none;
  width: 90%;
  max-width: 500px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  text-align: center;
}
.cookie-consent p {
  margin: 0 0 10px;
  font-size: 0.7em;
}
.cookie-consent h4 {
  margin: 0;
}
.cookie-consent a {
  text-decoration: underline;
}
.cookie-consent .btn {
  background-color: #d92e23;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
}
.cookie-consent .btn:hover {
  background-color: #218838;
}
.cookie-consent {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.98);
  padding: 15px;
  border-radius: 5px;
  display: none;
  width: 90%;
  max-width: 500px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  text-align: center;
}
.cookie-consent p {
  margin: 0 0 10px;
  font-size: 0.7em;
}
.cookie-consent h4 {
  margin: 0;
}
.cookie-consent a {
  text-decoration: underline;
}
.cookie-consent .btn {
  background-color: #d92e23;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
}
.cookie-consent .btn:hover {
  background-color: #218838;
}

.latest-posts {
  margin: 0 0 1.5em;
  border-bottom: 2px solid #eee;
}

.latest-post__item {
  display: flex;
  gap: 20px;
  margin-bottom: 5px;
  padding: 0 0 1em;
  align-items: center;
}

.latest-post__thumb {
  min-width: 50px;
  width: 50px;
  height: 50px;
  background-color: #eeeeee;
  overflow: hidden;
  border-radius: 15px;
}

.latest-post__thumb img {
  object-fit: cover;
  width: 50px;
  height: 50px;
}

.latest-post__heading {
  margin: 0 0 7px;
  line-height: 1;
}

.latest-post__excerpt {
  font-size: 15px;
}

@media (max-width: 767px) {
  .latest-post__thumb {
    display: none;
  }

  .entry-content img.alignleft,
  .entry-content img.alignright {
    margin: 0 auto 20px;
    float: none;
    display: flex;
    width: 100%;
  }
}

.submit-emqa-question .emqa-flex-row {
  display: block;
  margin: 0;
}

/* EMQA Latest Questions widget */
.widget.emqa-latest-questions {
  padding: 15px;
  background-color: #fff;
}

.emqa-latest-questions .widget-title {
  display: none;
}

.emqa-latest-questions .emqa-popular-questions,
.emqa-latest-questions .emqa-popular-questions ul {
  margin: 0;
  padding: 0;
}

.emqa-latest-questions .emqa-popular-questions ul {
  list-style: none;
}

.emqa-latest-questions .emqa-popular-questions li {
  display: flex;
  flex-direction: column;
  margin: 0 0 20px;
  padding: 0 0 15px;
  border-bottom: 1px dotted #dd7777;
  color: transparent;
  font-size: 0;
}

.emqa-latest-questions .emqa-popular-questions li:last-child {
  margin-bottom: 10px;
  padding-bottom: 0;
  border-bottom: 0;
}

.emqa-latest-questions .emqa-popular-questions .question-title {
  display: -webkit-box;
  order: 2;
  padding: 10px 15px;
  border-radius: 0 17px 17px 17px;
  background-color: #e6e9ee;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
  -webkit-box-orient: vertical;
}

.emqa-latest-questions .emqa-popular-questions .question-title:hover,
.emqa-latest-questions .emqa-popular-questions .question-title:focus {
  background-color: #dce1e9;
}

.emqa-latest-questions .emqa-popular-questions li > span {
  order: 1;
  align-self: flex-start;
  font-size: 0;
  line-height: 0;
}

.emqa-latest-questions .emqa-popular-questions li > span > a {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 1px 3px;
  border-radius: 2px;
  background-color: #43b255;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 13px;
  text-decoration: none;
}

.emqa-latest-questions .emqa-popular-questions li > span > a:hover,
.emqa-latest-questions .emqa-popular-questions li > span > a:focus {
  background-color: #369a47;
  color: #fff;
}

.single-emqa-question .bread {
  display: none;
}

.single-emqa-question.wp-theme-fseano .emqa-question {
  border: none;
  padding: 10px 0 0;
}

.wp-theme-fseano .emqa-search .searchicon {
  height: auto;
  top: 12px;
}

.wp-theme-fseano .emqa-questions-list .emqa-question-item {
  background: #fffafa;
}

.emqa-meta-top__avatar {
  min-width: 25px;
}

.emqa-meta-top {
  display: flex;
  gap: 5px;
}

.wp-theme-fseano .emqa-question-title a {
  font-size: inherit;
}

.emqa-userinfo {
  display: flex;
  gap: 10px;
}
.qa-avatar {
  min-width: 50px;
}

.wp-theme-fseano .emqa-question-item {
  padding-left: 0;
}

.qa_author {
  font-weight: 600;
  color: #000;
}
