@charset "UTF-8";
/*!
Theme Name: chop3
Theme URI: https://chop.moscow/
Author: CHOP.MOSCOW
Author URI: https://chop.moscow/
Description: Информационный портал по охране и безопасности
Version: 1.0.0
License: License
License URI: LICENSE
Text Domain: chop3
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Navigation and BG
	## Menus
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation and BG
--------------------------------------------------------------*/
/*@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600&display=swap&subset=cyrillic-ext');*/

body {
    font-family: 'Open Sans', sans-serif;
    color: #212529;
}

.site-branding a img {
    height: 65px;
    /* text-align: center; */
    margin: auto;
    display: flex;
}

@media (min-width: 1280px) {
.container {
    max-width: 1260px;
}
}

@media (min-width: 992px) {
.content-area.col-lg-9 {
    max-width: calc(75% - 30px);
	flex: auto;
}
.widget-area.col-lg-3 {
    max-width: calc(25% + 30px);
    flex: auto;
}
}

.site {
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
    max-width: max-content;
    margin: 0 auto;
}

#top-header {
    padding-top: 30px;
    padding-bottom: 30px;
}

#page-content {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #fff;
    margin-bottom: 40px;
}

.skip-link {
    z-index: 9999;
    background: #0098ac;
    margin: 10px;
    padding: 12px;
    color: #ffffff;
    right: 0;
    bottom: 0;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    position: fixed !important;
    opacity: .6;
}

.skip-link:hover {
    background: #b23030;
    color: #ffffff;
	opacity: 1;
}

@media (min-width: 1000px) { 
.io-menu-button {
    display: none !important;
}
}

a {
    color: #0098ac;
    text-decoration: none;
}

a:hover {
	color: #b23030;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Montserrat', sans-serif;
}

h1, .h1 {
    font-size: 2rem;
}

h2, .h2 {
    font-size: 1.5rem;
	margin: 0.5em 0 1em;
}

/* Карточки ЧОПа и детектива: воздух над заголовками секций (Лицензии, Реквизиты и т.д.) */
.single-catalog h2,
.single-detective h2 {
    margin-top: 0.8em;
}

h3, .h3 {
    font-size: 1.2rem;
	margin: 0.5em 0 1em;
}

h2.list-title {
    margin: 0 0 0.5rem;
}

.footer-top {
    background: #eaeaea;
}

.footer-bottom {
    background: #dddddd;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
@keyframes io-fadein {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes io-fadedown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.io-fadein-mobile {
  -webkit-animation: io-fadein 0.3s;
  animation: io-fadein 0.3s;
}

@keyframes io-fadein-frame {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.main-navigation {
    padding: 0;
}

.io-menu-desktop {
    display: block;
}

.io-menu-desktop span.io-menu-dot-mobile {
  display: none;
}
.io-menu-desktop a {
  display: block;
  -o-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
}
.io-menu-desktop a.io-menu-dot-desktop:after {
    content: "";
    display: inline-block;
    width: 13px;
    height: 15px;
    margin-top: 17px;
    background-color: currentColor;
    -webkit-mask: var(--icon-chevron-down) no-repeat center / contain;
            mask: var(--icon-chevron-down) no-repeat center / contain;
    float: right;
    margin-left: 5px;
    font-size: 15px;
}
.io-menu-desktop span.io-menu-button-span {
  display: none;
}
.io-menu-desktop > ul > li.current-menu-item > a, .io-menu-desktop > div > ul > li.current-menu-item > a {
  background: rgba(0, 0, 0, 0.01);
}
.io-menu-desktop ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
}

.io-menu-desktop ul > li {
    display: inline-block;
    position: relative;
}

.io-menu-desktop ul > li > a {
    line-height: 50px;
    padding: 0 20px;
    color: #b23030;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.io-menu-desktop ul > li > a:hover, .io-menu-desktop ul > li > a:focus {
  color: #0098ac;
}

.io-menu-desktop > ul > li.current-menu-item > a, .io-menu-desktop > div > ul > li.current-menu-item > a {
    color: #0098ac;
}

.io-menu-desktop ul > li ul {
    text-align: left;
    display: block;
    left: -999em;
    position: absolute;
    width: 330px;
    background: white;
    z-index: 99999;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.io-menu-desktop ul > li > ul {
  top: 100%;
}
.io-menu-desktop ul > li > ul li {
  margin-right: 0;
  position: relative;
  display: block;
  height: auto;
  color: #212529;
  font-size: 16px;
  text-transform: none;
  text-shadow: none;
  font-weight: normal;
}
.io-menu-desktop ul > li > ul li a.io-menu-dot-desktop:after {
  content: " »";
  float: right;
}
.io-menu-desktop ul > li > ul li a {
    line-height: initial;
    padding: 10px 15px;
    color: #000000;
    font-size: 16px;
    text-transform: none;
    /* text-shadow: none; */
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
}
.io-menu-desktop ul > li > ul li a:visited {
  color: #212529;
}
.io-menu-desktop ul > li > ul li a:hover, .io-menu-desktop ul > li > ul li a:focus {
  color: #0098ac;
}
.io-menu-desktop ul > li > ul li:nth-child(even) a {
    background: rgba(0, 0, 0, 0.03);
}
.io-menu-desktop ul > li > ul li ul {
  top: 0;
  left: -999em;
}
.io-menu-desktop ul > li > ul li:hover > ul {
  left: 100%;
  -webkit-animation: io-fadedown 0.5s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: io-fadedown 0.5s;
  /* Firefox < 16 */
  -o-animation: io-fadedown 0.5s;
  /* Opera < 12.1 */
  animation: io-fadedown 0.5s;
}
.io-menu-desktop ul > li:hover > ul {
  left: 0;
  -webkit-animation: io-fadedown 0.3s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: io-fadedown 0.5s;
  /* Firefox < 16 */
  -o-animation: io-fadedown 0.5s;
  /* Opera < 12.1 */
  animation: io-fadedown 0.5s;
}
.io-menu-desktop.io-menu-desktop-vl {
  width: 100%;
  text-align: left;
}
.io-menu-desktop.io-menu-desktop-vl a.io-menu-dot-desktop:after {
  float: right;
}
.io-menu-desktop.io-menu-desktop-vl ul > li {
  margin-right: 0;
  display: block;
}
.io-menu-desktop.io-menu-desktop-vl ul > li > ul {
  text-align: left;
  left: -999em;
  top: 0;
}
.io-menu-desktop.io-menu-desktop-vl ul > li > ul a.io-menu-dot-desktop:after {
  content: " »";
  float: right;
}
.io-menu-desktop.io-menu-desktop-vl ul > li:hover > ul {
  left: 100%;
}
.io-menu-desktop.io-menu-desktop-vr {
  width: 100%;
  text-align: right;
}
.io-menu-desktop.io-menu-desktop-vr a.io-menu-dot-desktop:after {
  float: left;
}
.io-menu-desktop.io-menu-desktop-vr ul > li {
  margin-right: 0;
  display: block;
}
.io-menu-desktop.io-menu-desktop-vr ul > li > ul {
  text-align: right;
  left: -999em;
  top: 0;
}
.io-menu-desktop.io-menu-desktop-vr ul > li > ul a.io-menu-dot-desktop:after {
  content: " «";
  float: left;
}
.io-menu-desktop.io-menu-desktop-vr ul > li:hover > ul {
  left: unset;
  right: 100%;
}

.io-menu-mobile {
  position: relative;
  background: transparent;
  display: block;
  text-align: right;
}
.io-menu-mobile a {
  -o-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
}
.io-menu-mobile.io-menu-mobile-active > ul, .io-menu-mobile.io-menu-mobile-active > div > ul {
  -webkit-animation: io-fadein-frame 0.5s;
  animation: io-fadein-frame 0.5s;
  left: 0;
}
.io-menu-mobile .io-menu-button-li {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: right;
  background: rgba(0, 0, 0, 0.01);
}
.io-menu-mobile .io-menu-button-li a {
  width: unset;
  line-height: 56px;
  max-height: 56px;
  font-size: 40px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: bold;
}
.io-menu-mobile span.io-menu-button-span {
    cursor: pointer;
    line-height: 30px;
    background: transparent;
    color: #b23030;
    z-index: 1;
    right: 0;
    top: 0;
    content: "+";
    display: inline-block;
    font-size: 20px;
    border: 2px solid;
    padding: 5px 12px;
    margin: 0 15px;
    width: calc(100% - 30px);
    text-align: center;
}
.io-menu-mobile ul {
  padding: 0;
  margin: 0;
}
.io-menu-mobile > ul, .io-menu-mobile > div > ul {
  padding-top: 56px;
  overflow-y: auto;
  position: fixed;
  height: 100%;
  width: 250px;
  left: -250px;
  top: 0;
  background: #fff;
  z-index: 99999999;
}
.io-menu-mobile .io-mobile-ul-show {
  left: 0;
  max-height: 8888px;
}
.io-menu-mobile .io-mobile-ul-hide {
  left: -9999px;
  max-height: 0;
}
.io-menu-mobile a {
  display: block;
  padding: 20px 20px;
  width: calc(100% - 20px * 2);
  color: #212529;
  font-size: 14px;
}
.io-menu-mobile a:visited {
  color: #212529;
}
.io-menu-mobile a:hover, .io-menu-mobile a:focus {
  color: #212529;
}
.io-menu-mobile ul {
  text-align: left;
  width: 100%;
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.05);
  list-style: none;
}
.io-menu-mobile ul li {
  position: relative;
  display: block;
  color: #212529;
}
.io-menu-mobile ul li span.io-menu-dot-mobile {
  position: absolute;
  background: white;
  color: #212529;
  z-index: 1;
  right: 0;
  top: 0;
  content: "+";
  display: block;
  text-align: center;
  width: 70px;
  cursor: pointer;
}
.io-menu-mobile ul li:nth-child(even) {
  background: rgba(0, 0, 0, 0.01);
}

.io-get-width-menu {
  position: absolute !important;
  right: 0 !important;
  width: 999px !important;
}

.iot-menu-bg-black {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 99999998;
  left: -100%;
  background-color: rgba(0, 0, 0, 0.68);
}

.iot-menu-bg-black-active {
  -webkit-animation: io-fadein-frame 0.5s;
  animation: io-fadein-frame 0.5s;
  left: 0;
}


.comment-navigation,
.posts-navigation,
.post-navigation {
  width: 100%;
  content: "";
  display: table;
  table-layout: fixed;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 3em;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-previous a,
.posts-navigation .nav-previous a,
.post-navigation .nav-previous a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.comment-navigation .nav-previous a:before,
.posts-navigation .nav-previous a:before,
.post-navigation .nav-previous a:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask: var(--icon-arrow-left) no-repeat center / contain;
          mask: var(--icon-arrow-left) no-repeat center / contain;
  display: inline-block;
  padding-right: 10px;
  vertical-align: bottom;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-navigation .nav-next a,
.posts-navigation .nav-next a,
.post-navigation .nav-next a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.comment-navigation .nav-next a:after,
.posts-navigation .nav-next a:after,
.post-navigation .nav-next a:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask: var(--icon-arrow-right) no-repeat center / contain;
          mask: var(--icon-arrow-right) no-repeat center / contain;
  display: inline-block;
  padding-left: 10px;
  vertical-align: bottom;
}

.io-menu-button-li {
  position: relative;
}
.io-menu-button-li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
  left: 0;
  top: 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
--------------------------------------------------------------*/
#secondary ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
#secondary .widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
#secondary .widget select {
  max-width: 100%;
}
#secondary .widget > h2 {
  position: relative;
  font-size: 1.25rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  /*padding: 0 30px 0 30px;*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#secondary .widget.widget_recent_entries > ul > li, #secondary .widget.widget_recent_comments > ul > li, #secondary .widget.widget_archive > ul > li, #secondary .widget.widget_categories > ul > li, #secondary .widget.widget_meta > ul > li {
  padding: 3px 0 3px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#secondary .widget.widget_recent_entries > ul > li:before, #secondary .widget.widget_recent_comments > ul > li:before, #secondary .widget.widget_archive > ul > li:before, #secondary .widget.widget_categories > ul > li:before, #secondary .widget.widget_meta > ul > li:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask: var(--icon-arrow-right) no-repeat center / contain;
          mask: var(--icon-arrow-right) no-repeat center / contain;
  vertical-align: bottom;
  padding-right: 3px;
}

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

.sticky {
  -webkit-transform: none;
  transform: none;
}

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

#content {
    margin: 0 0 0px;
}


#content #primary #main article {
  margin-bottom: 60px;
}

.archive article.type-post {
    margin: 0;
    border-top: 1px solid #e3e3e3;
    padding: 30px 0;
    margin-bottom: 0 !important;
}

#content #primary #main article.type-post:nth-child(2) {
    border-top: 0;
    padding-top: 0;
}

#content #primary #main article.type-post:nth-child(2) {
    border-top: 0;
    padding-top: 0;
}


#content #primary #main article .entry-header {
  padding-bottom: 10px;
}
#content #primary #main article .entry-header .entry-title {
    margin-top: 0;
}

#content #primary #main article .entry-header .entry-meta {
    font-size: 14px;
    /* letter-spacing: 2px; */
}

#content #primary #main article .entry-header .entry-meta .posted-on, #content #primary #main article .entry-header .entry-meta .byline {
  padding-right: 10px;
}

#content #primary #main article .entry-header .entry-meta .posted-on:before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 10px;
    background-color: currentColor;
    -webkit-mask: var(--icon-clock) no-repeat center / contain;
            mask: var(--icon-clock) no-repeat center / contain;
    vertical-align: -0.125em;
    font-size: 1em;
}

#content #primary #main article .entry-header .entry-meta .posted-visibility:before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 10px;
    background-color: currentColor;
    -webkit-mask: var(--icon-eye) no-repeat center / contain;
            mask: var(--icon-eye) no-repeat center / contain;
    vertical-align: -0.125em;
    font-size: 1em;
}



#content #primary #main article .entry-header .entry-meta .byline:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 1px;
  background-color: currentColor;
  -webkit-mask: var(--icon-user) no-repeat center / contain;
          mask: var(--icon-user) no-repeat center / contain;
  vertical-align: -0.125em;
  font-size: 0.9em;
}
#content #primary #main article .post-thumbnail {
  display: block;
  margin-top: 20px;
}

#content #primary #main article .post-thumbnail img {
    width: 100%;
}

#content #primary #main article .entry-footer {
    font-size: 14px;
    /* text-transform: uppercase; */
    /* letter-spacing: 2px; */
    padding-top: 20px;
}
#content #primary #main article .entry-footer .cat-links, #content #primary #main article .entry-footer .tags-links, #content #primary #main article .entry-footer .edit-link, #content #primary #main article .entry-footer .comments-link {
  padding-right: 10px;
}
#content #primary #main article .entry-footer .cat-links:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 10px;
  background-color: currentColor;
  -webkit-mask: var(--icon-folder) no-repeat center / contain;
          mask: var(--icon-folder) no-repeat center / contain;
  vertical-align: -0.125em;
  font-size: 1em;
}
#content #primary #main article .entry-footer .tags-links:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 10px;
  background-color: currentColor;
  -webkit-mask: var(--icon-tag) no-repeat center / contain;
          mask: var(--icon-tag) no-repeat center / contain;
  vertical-align: -0.125em;
  font-size: 0.9em;
}
#content #primary #main article .entry-footer .edit-link:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 10px;
  background-color: currentColor;
  -webkit-mask: var(--icon-edit) no-repeat center / contain;
          mask: var(--icon-edit) no-repeat center / contain;
  vertical-align: -0.125em;
  font-size: 1em;
}
#content #primary #main article .entry-footer .comments-link:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 10px;
  background-color: #0098ac;
  -webkit-mask: var(--icon-comment) no-repeat center / contain;
          mask: var(--icon-comment) no-repeat center / contain;
  vertical-align: -0.125em;
  font-size: 1em;
}
#content #primary #main article > *:last-child {
  /*border-radius: 0 0 5px 5px;*/
}
#content #primary #main .page-header {
  margin-bottom: 30px;
}


#content #primary #main .page-header .page-title {
    margin-top: 0;
    /* letter-spacing: -0.03em; */
}
#content #primary #main .posts-navigation .nav-previous a:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask: var(--icon-arrow-left) no-repeat center / contain;
          mask: var(--icon-arrow-left) no-repeat center / contain;
  display: inline-block;
  padding-right: 10px;
  vertical-align: bottom;
}
#content #primary #main .posts-navigation .nav-next a:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask: var(--icon-arrow-right) no-repeat center / contain;
          mask: var(--icon-arrow-right) no-repeat center / contain;
  display: inline-block;
  padding-left: 10px;
  vertical-align: bottom;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comments-area .comments-title, .comments-area .comment-respond .comment-reply-title {
    word-wrap: break-word;
    font-size: 24px;
    /* text-transform: uppercase; */
}
.comments-area .comment-list {
  list-style: none;
  padding-left: 0;
}
.comments-area .comment-list .comment-body {
  padding: 30px;
  background: #f8f8f8;
  margin-bottom: 30px !important;
}
.comments-area .comment-list .comment-body .comment-meta .comment-author .avatar.photo {
  border-radius: 50%;
  margin-right: 10px;
}
.comments-area .comment-list .comment-body .comment-metadata {
  font-size: 11px;
  text-transform: uppercase;
  padding: 10px 0;
}
.comments-area .comment-list .comment-body .comment-metadata:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 3px;
  background-color: currentColor;
  -webkit-mask: var(--icon-clock) no-repeat center / contain;
          mask: var(--icon-clock) no-repeat center / contain;
  vertical-align: -0.125em;
  font-size: 14px;
}
.comments-area .comment-list .comment-body .reply:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 3px;
  background-color: currentColor;
  -webkit-mask: var(--icon-edit) no-repeat center / contain;
          mask: var(--icon-edit) no-repeat center / contain;
  vertical-align: -0.125em;
  font-size: 14px;
}
.comments-area .comment-list .comment-body .reply .comment-reply-link {
  font-size: 11px;
  text-transform: uppercase;
  padding: 10px 0;
}
.comments-area .comment-list .children {
    list-style: none;
    margin-left: 30px;
    padding: 0;
}

.comments-area .comment-respond .comment-form textarea[name=comment] {
  width: 100%;
}
.comments-area .comment-respond .comment-form input[name=author],
.comments-area .comment-respond .comment-form input[name=email],
.comments-area .comment-respond .comment-form input[name=url] {
  width: 100%;
}
.comments-area .comment-respond .comment-form .comment-form-cookies-consent, .comments-area .comment-respond .comment-form .form-submit {
  padding: 5px;
}

/*--------------------------------------------------------------
## Main and Fix some CSS
--------------------------------------------------------------*/
body {
    background: #f5f5f5;
}

a:hover {
  text-decoration: none;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

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 {
  padding: 0.375rem 0.75rem;
  outline: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.fittext {
  text-align: center;
}
.fittext a {
  -o-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
}

.spanst, .spannd {
  background: transparent;
  display: inline;
  padding-right: 1px;
  opacity: 0;
}

.io-get-width-textfit {
  -o-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 99999999px;
  opacity: 0;
}




/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

dfn, cite, em, i {
  font-style: italic;
  color: inherit;
}

blockquote {
    margin: 0 1.5em;
    border-left: 3px solid #b23030;
    color: inherit;
    padding: 0 1.25rem 0 1.1875rem;
}

blockquote p {
  color: inherit;
}

address {
  margin: 0 0 1.5em;
}

pre {
  color: inherit;
  background: rgba(0, 0, 0, 0.08);
  padding: 2rem;
}

code, kbd, tt, var {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.06);
  color: inherit;
}

abbr, acronym {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.6);
  cursor: help;
}

mark, ins {
  background: rgba(255, 231, 0, 0.2);
  text-decoration: none;
}

big {
  font-size: 125%;
}

.inform {
    padding: 30px;
    margin: 30px 0;
    display: flex;
    align-items: center;
    border: 1px solid #0098ac;
    background: #0098ac21;
}

.infoicon  {
    width: 50px;
    height: 50px;
    background: url(../img/information.svg) no-repeat;
	flex-basis: 50px;
	flex-grow: 0;
    flex-shrink: 0;
}

.waring {
    padding: 30px;
    margin: 30px 0;
    display: flex;
    align-items: center;
    border: 1px solid #b23030;
    background: #b2303021;
}

.waringicon {
    width: 50px;
    height: 50px;
    background: url(../img/danger.svg) no-repeat;
    flex-basis: 50px;
	flex-grow: 0;
    flex-shrink: 0;
}

.cont-box {
    margin-left: 30px;
}

.gogleblock {
    margin: 30px 0;
}
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
#masthead {
    /* margin-top: 40px; */
    background: #fff;
}

#masthead .site-branding {
    /* margin-bottom: 70px; */
}
#masthead .site-branding a {
    width: 100%;
    height: 100%;
    display: flex;
}
#masthead .site-branding .site-title {
  font-size: 3rem;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 0.5rem;
}
#masthead .site-branding .site-title a {
  display: inline-block;
}
#masthead .site-branding .site-description {
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0rem;
}
#masthead #site-navigation {
    /* margin-bottom: 30px; */
    display: block;
    text-align: center;
    background: #ffffff;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

#top-header-info {
    margin: 15px 0 15px;
}

.link-add {
    text-align: right;
}

.link-add a:last-child {
    margin-left: 15px;
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#colophon {
  margin-bottom: 30px;
}
#colophon .site-info {
  text-align: center;
}

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

.s-control, .btn {
    border-radius: 0 !important;
}

.s-btn {
    color: #fff;
    background-color: #b23030;
    border-color: #b23030;
}

.archive article .post-thumbnail {
    margin-top: 0 !important;
}

.archive article h2.entry-title {
    margin-top: 0;
    /**/
    margin-bottom: 10px;
}

.archive article .entry-content  {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #f2f2f2;
}

.archive article .thumbnailblock {
    padding-left: 0;
}

/**/
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #0098ac;
    border-color: #0098ac;
}

.page-link:hover {
    z-index: 2;
    color: #b23030;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #b23030;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.beautiful-taxonomy-filters-select-wrap {
    width: 80%;
	float: left;
}

.beautiful-taxonomy-filters-button {
    width: 20%;
    float: left;
    display: block;
    height: 50px;
    background: #0098ac;
    border: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.beautiful-taxonomy-filters-button:hover {
    background: #b23030;
    color: #fff;
}

.beautiful-taxonomy-filters-tax {
    width: 49%;
    float: left;
}

.beautiful-taxonomy-filters-tax:nth-child(1) {
    padding-right: 2%;
}

.beautiful-taxonomy-filters-tax label {
    display: none;
}

.beautiful-taxonomy-filters-tax .select2-container {
    width: 100% !important;
}

.beautiful-taxonomy-filters-tax .select2-selection {
    width: 100%;
    height: 50px !important;
    font-size: 18px;
    border-radius: 0 !important;
    border: 1px solid #0098ac !important;
}

.beautiful-taxonomy-filters-tax .select2-selection__rendered {
    line-height: 48px !important;
    color: #0098ac !important;
    font-weight: 500 !important;
}

.beautiful-taxonomy-filters-tax .select2-selection__arrow {
    height: 48px !important;
    right: 10px !important;
    width: 25px !important;
}

.beautiful-taxonomy-filters-tax .select2-selection__arrow b {
    border-width: 10px 8px 0 8px !important;
    margin-left: -8px !important;
    margin-top: -4px !important;
    border-color: #0098ac transparent transparent !important;
}

.section-filters {
    padding-top: 30px;
}

.list-img {
    /* padding: 15px; */
    /* border: 1px solid #dee2e6; */
    height: 100%;
}

.list-img img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
    max-height: 150px;
}

.archive article.catalog {
    margin: 0;
    border-top: 1px solid #e3e3e3;
    padding: 30px 0;
    margin-bottom: 0 !important;
}

.archive article.catalog:first-child {
    border-top: 0;
}

#content #primary #main article.catalog:nth-child(5) {
    border-top: 0;
}


.site-reviews-summary .glsr-summary {
    line-height: 16px !important;
}


.site-reviews-summary .glsr-summary-rating {
    font-size: 13px !important;
    margin-right: 5px;
    line-height: 16px !important;
    font-weight: normal !important;
    /* float: left; */
    display: inline-block;
}

.site-reviews-summary .glsr-review-rating {
    line-height: 16px;
    font-size: 16px;
}

.site-reviews-summary .glsr-default .glsr-summary-stars .glsr-star {
    width: 10px;
    height: 10px;
    background-size: 10px;
    background-position: bottom;
    margin-right: 2px;
}

.site-reviews-summary .glsr-default .glsr-summary-stars {
    margin-right: 0px;
}

.site-reviews-summary .glsr-summary-text {
    display: inline-block;
    font-size: 13px;
}

.glsr-review-author::before {
    display: none !important;
}

.single-catalog .glsr-default .glsr-review {
    margin-bottom: 30px !important;
    padding: 30px;
    /* border-bottom: 1px solid #e3e3e3; */
    background: #f8f8f8;
}

.single-catalog .glsr-default .glsr-review:last-child  {
    margin-bottom: 15px !important;
    padding-bottom: 30px;
    border-bottom: 1px solid #e3e3e3;
}

.single-catalog .glsr-pagination {
    padding-bottom: 15px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 15px;
}

.single-catalog .glsr-star {
    font-size: inherit;
    background-size: 15px;
    height: 15px;
    width: 15px;
}

.single-catalog .glsr-default .glsr-review-author {
    /* font-size: 18px; */
    font-weight: 600;
}

.single-catalog form.glsr-form .glsr-field-choice input {
    min-height: auto;
}

.paginat {
    margin-top: 10px;
}

.info-chop-arhive p:last-child {
    margin-bottom: 0;
}

.btnaddreviews {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 5px;
    border: 1px solid;
    margin-top: 10px;
}

.reviews-section h2.glsr-title {
    margin: 0 0 10px;
    font-size: 1.25rem;
}

.info-cont i {
    font-size: 30px;
    display: inline-block;
    padding-right: 10px;
    color: #b23030;
    margin: auto 0;
}

.info-cont .icon {
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
    align-self: center;
    margin-right: 10px;
    color: #b23030;
}

.telch {
    margin: auto 0;
    font-size: 25px;
    font-family: 'Open Sans', sans-serif;
}

.sitech {
    font-size: 19px;
    margin: auto 0;
}

.adresch  {
    align-content: center;
    display: flex;
}

.adresch .adresch2 {
    /* line-height: 20px; */
    display: inline-block;
    max-width: 210px;
    vertical-align: sub;
}

.adresch .adresch2 span {
    line-height: 20px;
}

.info-cont {
    margin-bottom: 30px;
}


.info-cont .col-sm-4 {
    padding: 15px 0;
    justify-content: center;
    display: flex;
	border-bottom: 1px solid #e3e3e3;
}

.info-cont .col-sm-4:nth-child(even) {
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
}

.statiname {
    font-size: 1.1em;
    margin: 10px 0 20px;
}

.linktag h2 {
    display: inline-block;
    margin-bottom: 20px;
}

.linktag a  {
    display: inline-block;
    padding: 0px 5px;
    font-size: 1.2em;
	margin-bottom: 20px;
}


.dop-info p:last-child {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e4e4e4;
}
.chop-p {
    margin-bottom: 30px;
    /* border-top: 1px solid #e4e4e4; */
    /* padding-top: 30px; */
}

.chop-p i {
    line-height: 30px;
    font-size: 25px;
	vertical-align: middle;
}

.chop-p .icon {
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

.chop-p .icon-envelope {
    color: #b23030;
}

.soc-block {
    display: inline;
}

.chop-p .soc .icon {
    margin: 0 10px;
}

.emailchop {
    font-size: 18px;
    line-height: 30px;
    vertical-align: middle;
    margin-right: 10px;
}

.list-service {
    padding: 0 15px;
}

.service-comp {
    display: flex;
    padding: 0 15px 15px 0;
}

.service-block {
    background: #f8f8f8;
    height: 100%;
    min-height: 60px;
    width: 100%;
    display: flex;
}

.service-block a,
.service-block span {
    margin: auto;
    padding: 10px 15px;
    text-align: center;
    width: 100%;
}


.single-catalog .entry-header {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 30px !important;
}

.title-section {
    display: flex;
    overflow: hidden;
    text-align: left;
}

.title-section h1 {
    margin: auto 0;
    margin-top: auto !important;
}

.logo-section {
    /* padding: 0 15px 0 0; */
    text-align: center;
    display: flex;
    overflow: hidden;
}

.logo-section img {
    margin: auto;
    width: auto;
    max-width: 270px;
    height: auto;
    max-height: 150px;
}

.map-section #map {
    width: 100%;
    height: 285px;
}

/**/

.gallery-columns-6 .gallery-item {
    max-width: 15.5%;
}

.gallery-columns-6 .gallery-item:nth-child(2), .gallery-columns-6 .gallery-item:nth-child(4), .gallery-columns-6 .gallery-item:nth-child(8), .gallery-columns-6 .gallery-item:nth-child(10) {
    margin: 0 1.4%;
}

.gallery-columns-6 .gallery-item:nth-child(5), .gallery-columns-6 .gallery-item:nth-child(11) {
    margin: 0 1.4% 0 0;
}

.gallery-columns-5 .gallery-item {
    max-width: 19%;
}

.gallery-columns-5 .gallery-item:nth-child(2), .gallery-columns-5 .gallery-item:nth-child(4), .gallery-columns-5 .gallery-item:nth-child(7), .gallery-columns-5 .gallery-item:nth-child(9) {
    margin: 0 1.25%;
}

.gallery-columns-4 .gallery-item {
    max-width: 24%;
}

.gallery-columns-4 .gallery-item:nth-child(2) {
    margin: 0 1.33%;
}

.gallery-columns-4 .gallery-item:nth-child(3) {
    margin: 0 1.33% 0 0;
}

.gallery-columns-3 .gallery-item {
    max-width: 32.33%;
}

.gallery-columns-3 .gallery-item:nth-child(3n+2) {
    margin: 0 1.5%;
}

.gallery-columns-2 .gallery-item:nth-child(1) {
    max-width: 49%;
	margin: 0 1% 0 0;
}
.gallery-columns-2 .gallery-item:nth-child(2) {
    max-width: 49%;
	margin: 0 0 0 1%;
}

.btn-primary {
    color: #fff;
    background-color: #b23030;
    border-color: #b23030;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0098ac;
    border-color: #0098ac;
}

#content form.glsr-form textarea.glsr-textarea {
    min-height: 120px !important;
}

form.glsr-form [type=submit] {
    color: #fff;
    background-color: #b23030;
    border-color: #b23030;
    border-radius: 0;
    padding: 7px 20px;
    border: none;
}

form.glsr-form [type=submit]:hover {
    color: #fff;
    background-color: #0098ac;
    border-color: #0098ac;
} 

.glsr-form-message {
    display: block;
    padding: 10px;
}
/* Вакансии */

.archive article.vacancy {
    margin: 0;
    border-top: 1px solid #e3e3e3;
    padding: 30px 0;
    margin-bottom: 0 !important;
}

#content #primary #main article.vacancy:nth-child(2) {
    border-top: 0;
}

.vakmetablock {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e3e3e3;
}

.vacp {
    display: block;
    text-align: center;
    line-height: 32px;
    border: 1px solid;
}

.workschedule {
    line-height: 32px;
    border: 1px solid transparent;
    display: block;
}

.vak-meta {
    /* margin: 15px; */
    display: block;

}

.info-meta-vak {
    border: 1px solid #e3e3e3;
    font-family: 'Open Sans', sans-serif;
    margin: 30px 0;
}

.info-meta-vak .meta-vak-block {
    border: 1px solid #e3e3e3;
    padding: 15px;
	text-align: center;
}

.logo-vak img {
    max-height: 30px;
    width: auto;
    margin-right: 10px;
}

.chop-vak {
    font-size: 18px;
	font-family: 'Montserrat', sans-serif;
}

.title-section-vak {
    display: flex;
    overflow: hidden;
    text-align: left;
    flex-direction: column;
}

.title-section-vak h1 {
    /* margin-bottom: 15px; */
    margin-top: auto !important;
    margin: auto 0;
    /* text-align: left; */
}

.title-section-vak a {
    margin-bottom: auto;
}

.vacancy .list-img img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
    max-height: 120px;
}

.vacancy .logo-section-vak img {
    margin: auto;
    width: auto;
    /* max-width: 270px; */
    height: auto;
    /* max-height: 150px; */
    display: block;
}

.dop-info-rek p {
    margin-bottom: 0.5rem;
}

.vak-p {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.vak-block {
    border: 1px solid #e3e3e3;
    padding: 30px;
    height: 100%;
}

.vak-img {
    height: 100px;
    text-align: center;
    overflow: hidden;
}

.vak-img img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
}

.vak-title {
    margin-top: 20px;
	text-align: center;
}

.cloze {
    line-height: 30px;
    text-align: center;
    background: #d8b3b0;
    margin-bottom: 30px;
}

.cloze-chop {
    background: #fef8f8;
}

.archive .cloze-chop {
    padding-bottom: 10px;
}

.cloze-chop .cloze {
    margin-top: 10px;
    margin-bottom: 10px;
}

.cloze-perhaps {
    line-height: 30px;
    text-align: center;
    background: #b0bcd8;
    margin-bottom: 30px;
}

.archive .cloze-chop-perhaps {
    padding-bottom: 10px;
}

.cloze-chop-perhaps {
    background: #f1f5ff;
}

.cloze-chop-perhaps .cloze-perhaps {
    margin-top: 10px;
    margin-bottom: 10px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#0098ac !important;color:white}
.select2-container--classic .select2-selection--single:focus{border:1px solid #0098ac !important}
.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #0098ac !important}
.select2-container--classic .select2-selection--multiple:focus{border:1px solid #0098ac !important}
.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #0098ac !important}
.select2-container--classic.select2-container--open .select2-dropdown{border-color:#0098ac !important}


.dop-info-block {
    border: 1px solid #e3e3e3;
    margin: 0 0 30px;
}

.dop-info-block .meta-dop-block {
    border: 1px solid #e3e3e3;
    padding: 15px;
    text-align: center;
    background: #f8f8f8;
}

.dop-info-metro {
    margin-bottom: 30px;
}


.forma label {
    width: 100%;
}

.forma input {
    width: 100%;
    margin-bottom: 15px;
}

.forma textarea {
    width: 100%;
    margin-bottom: 15px;
}

.forma select {
    padding: 0.375rem 0.75rem;
    outline: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 100%;
    color: #8a807b;
    height: 40px;
}

.forma select option {
    color: #8a807b;
}

.forma select option:hover {
    background-color:#0098ac !important;
	color: #fff;
}

.forma input[type="radio"], .forma input[type="checkbox"] {
    width: auto;
}

.forma .accept-politik .wpcf7-list-item {
    margin: 0;
}

.metro-color {
    width: 10px;
    height: 10px;
    margin: 0px 5px;
    display: inline-block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.info-metro a  {
    padding-left: 10px;
}

.reviews form.glsr-form {
    display: flex !important;
    flex-wrap: wrap;
}

.reviews form.glsr-form .glsr-field {
    width: 100%;
}

form.glsr-form .glsr-field-choice {
    margin-top: 20px;
    display: inline-block !important;
}

form.glsr-form .column-name {
    display: inline-block;
    width: 49% !important;
    margin-right: 2%;
}

form.glsr-form .column-email {
    display: inline-block;
    width: 49% !important;
}

form.glsr-form .glsr-has-errors {
    width: 100%;
    margin-bottom: 15px;
}

.chop-content {
    margin-top: 1.5em;
}

.single-catalog .reviews {
    margin-bottom: 30px;
}

.vakancy-chop-block .owl-carousel {
    margin-bottom: 30px;
}

.owl-carousel .owl-stage {
    display: flex;
}
.owl-theme .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-nav [class*='owl-'] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px; }
.owl-theme .owl-nav [class*='owl-']:hover {
	background: #869791;
	color: #FFF;
	text-decoration: none; }
.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px; }

.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline; }
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #e3e3e3;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #212529; }

.home h1.page-title {
    text-align: center;
}

.home #page-content {
    padding-left: 0;
    padding-right: 0;
}

.home #page-content .row {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30px;
}

.home #page-content .row .row {
    padding-left: 0;
    padding-right: 0;
    margin-right: -15px;
    margin-left: -15px;
}

.section-top-news {
    margin-bottom: 0 !important;
}

.news-trailer {
    position: absolute;
    top: 15px;
    right: 0px;
    padding: 5px 10px 5px 10px;
    background: #0098ac;
    color: #fff;
    margin-right: 15px;
}

.news-trailer a {
    color: #fff;
}

.top-news-block {
    width: 100%;
    height: 100%;
    min-height: 350px;
    background-position: center;
    background-size: cover;
    display: block;
    position: relative;
}

a.top-news {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    display: flex;
    flex-direction: column;
    padding: 30px;
}

a.top-news h3 {
    font-size: 23px;
    margin-top: auto;
    text-align: left;
    margin-bottom: 15px;
}

.one-top-news a.top-news h3 {
    font-size: 30px;
}

a.top-news p {
    font-size: 16px;
    margin-bottom: 0;
    text-align: left;
}

.three-news, .one-top-news, .hot-news {
    margin-bottom: 30px;
}

.three-news .top-news-block {
	min-height: 250px;
}

.home blockquote {
    margin: 1em 0;
    border-left: 4px solid #760101;
    color: inherit;
    padding: 15px;
}

.home blockquote p {
    margin: 0;
    font-size: 20px;
}

#mapall {
    width: 100%;
    height: 400px;
    padding: 0;
    margin: 0;
}

.home article {
    padding-top: 40px;
    padding-bottom: 30px;
    background: #f8f8f8;
}

.home .section-news {
    margin-bottom: 0 !important;
}

.reytitem {
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3;
}

.fotimg2 img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
    max-height: 60px;
    max-width: 150px;
    margin: 0 auto;
    display: flex;
}

.reytname {
    display: flex;
    overflow: hidden;
    text-align: left;
}

.reytname a {
    font-size: 20px;
    margin: auto 0;
}

.reytitem:nth-child(1) {
    background: linear-gradient(to bottom left, #fe9d00, #f6f1bd);
}

.reytitem:nth-child(2) {
    background: linear-gradient(to bottom left, #808689, #f5f6f8);
}

.reytitem:nth-child(3) {
    background: linear-gradient(to bottom left, #c77977, #faddd1);
}

.reytitem:nth-child(1) .reytname a, .reytitem:nth-child(2) .reytname a, .reytitem:nth-child(3) .reytname a {
    color: #000;
}

.reytitem:nth-child(1) .reytname a:hover, .reytitem:nth-child(2) .reytname a:hover, .reytitem:nth-child(3) .reytname a:hover {
    color: #b23030;
}

.mestoreyt {
    text-align: center;
    font-size: 30px;
    color: #b23030;
    display: block;
}

.mestoreyt2 {
    display: block;
    font-size: 15px;
    text-align: center;
}

.wchitem {
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3;
}

.wchimg {
    min-height: 60px;
}

.wchimg img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
    max-height: 60px;
    max-width: 150px;
    margin: 0 auto;
    display: flex;
}

.wchname {
    display: flex;
    overflow: hidden;
    text-align: left;
}

.wchname a {
    font-size: 20px;
    margin: auto 0;
}

.rev_widget .owl-stage-outer{
    border: 1px solid #e3e3e3;
}


.rev-block .glsr-shortcode {
    padding: 30px;
}

.rev-block .glsr-default .glsr-review-assigned_to {
    font-style: normal;
}

.rev-block .glsr-default .glsr-review-author {
    font-weight: bold;
}

.rev_widget .glsr-reviews-wrap {
    height: max-content;
    display: inline-block;
}

.rev_widget .glsr-default .glsr-review {
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: none !important;
    background: transparent;
}

.rev-block .glsr-star-rating {
    display: flex;
    align-items: center;
}

.rev-block .glsr-star {
    font-size: inherit;
    background-size: 15px;
    height: 15px;
    width: 15px;
}

.post-widget .media {
    display: flex;
    align-items: stretch;
    margin-bottom: 15px;
}

.post-widget .media .pull-left {
    float: none;
    flex: 0 0 100px;
    padding-right: 0;
}

.post-widget .media .pull-left .thumb,
.post-widget .media .pull-left .thumb a {
    display: block;
    height: 100%;
}

.post-widget .media .pull-left img {
    display: block;
    width: 100px;
    height: 100%;
    object-fit: cover;
}

.post-widget .media .media-body {
    font-size: 14px;
    margin-top: 0;
    line-height: 17px;
    margin-left: 15px;
}

.post-widget .media .media-body .entry-meta {
    margin-top: 10px;
}

/* */

.footer-navigation {
    padding: 10px 0;
}

.footer-navigation .io-menu-desktop ul > li > a {
    padding: 0 20px 0 0;
    color: #494949;
    font-weight: 400;
}

.footer-navigation .io-menu-desktop ul > li > a:hover {
    color: #0098ac;
}

.site-footer {
    padding: 30px 0;
}

.cop {
    display: block;
    color: #797979;
}

.cop2 {
    font-size: 12px;
	color: #797979;
}

.chgoogcat {
    margin: 0 0 30px;
    max-height: 300px;
}

.doblink {
    padding: 15px;
}

.btnfooter {
    display: block;
    text-align: right;
}
.obr-link {
    display: flex;
    overflow: hidden;
}
.obr {
    padding: 7px 10px;
    border: 1px solid #636363;
    color: #636363;
    font-size: 15px;
    line-height: 15px;
    font-family: 'Montserrat', sans-serif;
    margin: auto 0 auto auto;
}
.obr:hover {
    border: 1px solid #b23030;
    color: #b23030;
}

/**/

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

.link-block {
    text-align: center;
    font-size: 200%;
}

.link-before {
    text-align: center;
    font-size: 120%;
}

.epouvi img {
    width: 100%;
    margin-bottom: 15px;
    border: 30px solid #d6d5d1;
}

.videowrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  overflow: hidden;
}
.videowrapper iframe, .videowrapper object, .videowrapper embed, .videowrapper video  {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ads-content {
    padding-right: 10px;
}

#content #primary #main article .entry-footer .ads-content:before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 10px;
    background-color: currentColor;
    -webkit-mask: var(--icon-carrot) no-repeat center / contain;
            mask: var(--icon-carrot) no-repeat center / contain;
    vertical-align: -0.125em;
    font-size: 1em;
}

.type-post table tr td {
    padding: 10px;
    border: 1px solid #e3e3e3;
    
}

.type-post table tr:nth-child(1) {
    background: #fff3f3 !important;
    border-bottom: 3px solid #b23030;
    font-weight: bold;
    text-align: center;
}

.type-post table tr:nth-child(odd) {
    background: #f7f7f7;
}

.type-post table tr:nth-child(1):hover {
    background: #edf3ff;
}

.type-post table tr:hover {
    background: #e9f6f8;
}


/**/
@media (max-width: 600px) {
.chgoogcat {
    max-height: 400px;
}

#masthead #site-navigation {
    border: none;
}
#top-header-info {
    margin: 5px 0;
}
.link-add {
    display: none;
}
.site-branding a img {
    height: 40px;
}
.title-section h1, h1, .h1 {
    font-size: 1.6em;
}
h2, .h2 {
    font-size: 1.3em;
}
h3, .h3 {
    font-size: 1.2em;
}
.archive article h2.entry-title, h2.list-title, h3.glsr-shortcode-title {
    margin: 0.5rem 0;
}
.archive article .thumbnailblock, .archive article .col-xl-8 {
    padding: 0;
}
.archive article.type-post, .archive article.vacancy {
    padding: 15px 0;
}
.archive article.type-post .entry-content p {
    margin-bottom: 0;
}
.entry-meta {
    font-size: 14px;
}
.site-footer {
    padding: 30px;
}
.reytname a, .wchname a {
    margin: auto;
    text-align: center;
}
.info-cont .col-sm-4:nth-child(even) {
    border-left: none;
    border-right: none;
}
.map-section #map {
    height: 200px;
}
.service-block {
    height: auto;
}
.reviews form.glsr-form .glsr-field, form.glsr-form .column-email {
    width: 100% !important;
    margin-right: 0;
}
.archive article.vacancy .img-chop-arhive, .archive article.vacancy .info-chop-arhive {
    padding: 0;
}
.vakmetablock {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.workschedule {
    line-height: normal;
    margin-bottom: 10px;
}
.logo-section img, .logo-section-vak img {
    max-width: 100px;
}
.info-meta-vak {
    margin: 15px 0 0;
}
#content #primary #main article .entry-footer {
    display: none;
}
.soc-block {
    display: block;
}
.chop-p .soc .icon {
    margin: 10px;
}
.info-cont .col-sm-4 {
    justify-content: left;
    margin-left: 15px;
}
.beautiful-taxonomy-filters-select-wrap {
    width: 100%;
}
.beautiful-taxonomy-filters-tax {
    width: 100%;
    margin-bottom: 15px;
}
.beautiful-taxonomy-filters-tax:nth-child(1) {
    padding-right: 0;
}
.beautiful-taxonomy-filters-button {
    width: 100%;
}
.obr {
    margin: 10px 0 0;
}
.btnfooter {
    text-align: center;
}
.epouvi img  {
    margin: 15px 0;
    border-width: 3px;
}

.type-post table {
    overflow-y: scroll;
    display: block;
}

.info-chopop {
    text-align: center;
    justify-content: center;
}

}

.glsr-has-success {
    display: block;
    width: 100%;
    color: #008000;
    font-weight: 600;
    margin-bottom: 15px;
}

/**/
.item-reytclick {
    margin: 0;
    border-bottom: 1px solid #e3e3e3;
    padding: 30px 0;
    margin-bottom: 0 !important;
}

.zakazclick {
    padding: 5px 15px;
    border: 1px solid;
}

.section-click {
    margin-bottom: 30px;
}

.greyfon {
    background: #f8f8f8;
}

.contclick {
    font-size: 1.5em;
}

.rekl {
    color: #0098ac;
    border: 2px solid #0098ac;
    background: #fff;
    font-size: 18px;
    width: 100%;
    padding: 10px 20px;
    font-weight: 600;
    display: block;
    text-align: center;
}

.rekl:hover {
    color: #ffffff;
    background-color: #b23030;
	border: 2px solid #b23030;
}

/* Формы */
#addclick {
    width: 370px;
    margin: 0 auto;
    background: #fff;
    padding: 35px 35px 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    text-align: center;
	position: relative;
}

.forma input, .forma textarea, .forma select {
    width: 100%;
    font-size: 16px;
}

button.mfp-close {
    display: none;
}

.mfp-close2 {
    /* font-size: 20px; */
    border: 1px solid #0098ac;
    color: #fff;
    position: absolute !important;
    right: -15px;
    top: -15px;
    width: 30px;
    height: 30px;
    /* padding: 0; */
    float: right;
    background: #0098ac;
    border-radius: 50%;
}
.mfp-close2:hover {
	background: #b23030;
	border: 1px solid #b23030;
}
.forma [type="submit"] {
    color: #0098ac;
    border: 2px solid #0098ac;
    background: #fff;
    font-size: 18px;
    width: auto;
    padding: 10px 20px;
    font-weight: 600;
}

.forma [type="submit"]:hover {
    color: #ffffff;
    background-color: #b23030;
	border: 2px solid #b23030;
}

.forma h3 {
    font-size: 20px;
    letter-spacing: normal;
    text-align: center;
}
/**/

.reytgod {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #e4e4e4;
    width: 100%;
}

.reytgod i,
.reytgod .icon {
	color: #b23030;
}

/**/
.adscat {
    background: #fef8f8;
    margin-top: 30px !important;
}

.adsznak {
    font-size: 11px;
    text-align: right;
    display: block;
    color: #ababab;
}

.adsznak:before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: var(--icon-star) no-repeat center / contain;
            mask: var(--icon-star) no-repeat center / contain;
    vertical-align: middle;
    padding-right: 5px;
    font-size: 1em;
}

.chopop {
    margin-bottom: 15px;
}

.info-chopop {
    display: flex;
    align-items: center;
}
/**/

.reviewscloze {
    border: 3px dashed #b23030;
    padding: 30px 30px 10px;
    text-align: center;
}

#context {
    text-align: center;
    margin-top: 30px;
}

.b1n {
    display: block;
    cursor: pointer;
    position: relative;
    text-align: center;
}

.b1n a {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 3;
    position: absolute;
    top: 0;
}

@media screen and (max-width: 1000px) {
.b1n {
    display: none;
}
}


.htqnbyu {
    --angle: 0deg;
    padding: 10px;
    border: 3px solid;
    border-image: linear-gradient(var(--angle), #b23030, #0098ac) 1;
    animation: 1s rotate linear infinite;
    text-align: center;
}

@keyframes rotate {
	to {
		--angle: 360deg;
	}
}

@property --angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}

.zagreyt span {
    display: block;
    font-size: 12px;
}

.counter-box__day {
    color: #b23030;
    font-size: 30px;
}

.counter-box__hour {
    color: #b23030;
    font-size: 30px;
}

.counter-box__min {
    color: #b23030;
    font-size: 30px;
}

.counter-box__sec {
    color: #b23030;
    font-size: 30px;
}

@media screen and (max-width: 580px) {

.htqnbyu {
	margin-top: 30px;
}
	
.single-catalog .reviews-section, .single-catalog .logo-section {
	margin-top: 15px;
}
.gallery-columns-6 .gallery-item {
    max-width: 32%;
}

.gallery-columns-6 .gallery-item:nth-child(1), .gallery-columns-6 .gallery-item:nth-child(3), .gallery-columns-6 .gallery-item:nth-child(4), .gallery-columns-6 .gallery-item:nth-child(6), .gallery-columns-6 .gallery-item:nth-child(7), .gallery-columns-6 .gallery-item:nth-child(9), .gallery-columns-6 .gallery-item:nth-child(10), .gallery-columns-6 .gallery-item:nth-child(12) {
    margin: 0 0 2%;
}
.gallery-columns-6 .gallery-item:nth-child(2), .gallery-columns-6 .gallery-item:nth-child(5), .gallery-columns-6 .gallery-item:nth-child(8), .gallery-columns-6 .gallery-item:nth-child(11) {
    margin: 0 2% 2%;
}

}

.agree, .polit_tota, .wpcf7-acceptance.invert {
    display: none;
}

.polit_tota {
    display: none !important;
}

.reytads .mestoreyt {
    color: #ccc !important;
}
.reytads .mestoreyt:before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: var(--icon-star) no-repeat center / contain;
            mask: var(--icon-star) no-repeat center / contain;
    vertical-align: middle;
}
.reytads .mestoreyt2 {
    font-size: 11px !important;
    margin-bottom: 5px;
}

.reytads .reytitem:nth-child(1) {
    background: transparent !important;
}

#addclick.mfp-hide {
    display: none;
}

.chop-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(11, 12, 12, 0.8);
    z-index: 100000;
    overflow-y: auto;
}

body.chop-modal-open {
    overflow: hidden;
}

body.chop-modal-open .chop-modal-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
}

body.chop-modal-open #addclick {
    display: block;
    position: relative;
    z-index: 100001;
    margin: auto;
    max-width: 95vw;
    max-height: none;
}


/* =========== */

*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; }
input, button, select, optgroup, textarea { margin: 0; font-family: inherit; font-size: inherit; line-height: inherit; color: inherit; }
button { cursor: pointer; }
img, svg { vertical-align: middle; }
label { display: inline-block; margin-bottom: .5rem; }
h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: .5rem; font-weight: 500; line-height: 1.2; }
p { margin-top: 0; margin-bottom: 1rem; }
ul, ol { margin-top: 0; margin-bottom: 1rem; padding-left: 2rem; }
blockquote, figure { margin: 0 0 1rem; }
address { margin-bottom: 1rem; font-style: normal; line-height: inherit; }
small { font-size: .875em; }
strong, b { font-weight: bolder; }
fieldset { min-width: 0; padding: 0; margin: 0; border: 0; }

/* Формы */
.form-group { margin-bottom: 15px; }
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	appearance: none;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-control:focus {
	color: #555;
	background-color: #fff;
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::placeholder { color: #6c757d; opacity: 1; }
.form-control:disabled { background-color: #e9ecef; opacity: 1; }
textarea.form-control { height: auto; min-height: calc(1.5em + .75rem + 2px); }
.form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; }

.btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	border: 1px solid transparent;
	padding: 6px 12px;
	font-size: 14px;
	border-radius: 4px;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn:disabled { pointer-events: none; opacity: .65; }

.btn-secondary {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
.btn-secondary:hover, .btn-secondary:focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.wpcf7-submit {
	color: #fff;
	background-color: #b23030;
	border: none;
	border-radius: 0;
	padding: 7px 20px;
	cursor: pointer;
}
.wpcf7-submit:hover {
	color: #fff;
	background-color: #0098ac;
}

.btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px;
}

.pagination { display: flex; padding-left: 0; list-style: none; }
.page-item.disabled .page-link { color: #6c757d; pointer-events: none; background-color: #fff; border-color: #dee2e6; }

.input-group { position: relative; display: flex; flex-wrap: wrap; align-items: stretch; width: 100%; }
.input-group > .form-control { position: relative; flex: 1 1 auto; width: 1%; min-width: 0; border-top-right-radius: 0; border-bottom-right-radius: 0; }
.input-group > .btn { position: relative; z-index: 2; margin-left: -1px; border-top-left-radius: 0; border-bottom-left-radius: 0; }

.img-responsive { display: block; max-width: 100%; height: auto; }
.pull-left { float: left; }
.pull-right { float: right; }

/**/

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  vertical-align: -0.125em;
}

/**/
:root {
  --icon-chevron-down: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/%3E%3C/svg%3E");
  --icon-arrow-left: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M257.5 445.1l-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6 216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24H136.6l120.5 114.8c9.8 9.3 10 24.8.4 34.3z'/%3E%3C/svg%3E");
  --icon-arrow-right: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z'/%3E%3C/svg%3E");
  --icon-clock: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z'/%3E%3C/svg%3E");
  --icon-eye: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath d='M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z'/%3E%3C/svg%3E");
  --icon-user: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z'/%3E%3C/svg%3E");
  --icon-folder: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M464 128H272l-64-64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V176c0-26.51-21.49-48-48-48z'/%3E%3C/svg%3E");
  --icon-tag: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M0 252.118V48C0 21.49 21.49 0 48 0h204.118a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882L293.823 497.941c-18.745 18.745-49.137 18.745-67.882 0L14.059 286.059A48 48 0 0 1 0 252.118zM112 64c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48z'/%3E%3C/svg%3E");
  --icon-carrot: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M2 18.43c1.51 1.36 11.64-4.67 13.14-7.21.72-1.22-.13-3.01-1.52-4.44C15.2 5.73 16.59 9 17.91 8.31c.6-.32.99-1.31.7-1.92-.52-1.08-2.25-1.08-3.42-1.21.83-.2 2.82-1.05 2.86-2.25.04-.92-1.13-1.97-2.05-1.86-1.21.14-1.65 1.88-2.06 3-.05-.71-.2-2.27-.98-2.95-1.04-.91-2.29-.05-2.32 1.05-.04 1.33 2.82 2.07 1.92 3.67C11.04 4.67 9.25 4.03 8.1 4.7c-.49.31-1.05.91-1.63 1.69.89.94 2.12 2.07 3.09 2.72.2.14.26.42.11.62-.14.21-.42.26-.62.12-.99-.67-2.2-1.78-3.1-2.71-.45.67-.91 1.43-1.34 2.23.85.86 1.93 1.83 2.79 2.41.2.14.25.42.11.62-.14.21-.42.26-.63.12-.85-.58-1.86-1.48-2.71-2.32C2.4 13.69 1.1 17.63 2 18.43z'/%3E%3C/svg%3E");
  --icon-edit: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath d='M402.6 83.2l90.2 90.2c3.8 3.8 3.8 10 0 13.8L274.4 405.6l-92.8 10.3c-12.4 1.4-22.9-9.1-21.5-21.5l10.3-92.8L388.8 83.2c3.8-3.8 10-3.8 13.8 0zm162-22.9l-48.8-48.8c-15.2-15.2-39.9-15.2-55.2 0l-35.4 35.4c-3.8 3.8-3.8 10 0 13.8l90.2 90.2c3.8 3.8 10 3.8 13.8 0l35.4-35.4c15.2-15.3 15.2-40 0-55.2zM384 346.2V448H64V128h229.8c3.2 0 6.2-1.3 8.5-3.5l40-40c7.6-7.6 2.2-20.5-8.5-20.5H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V306.2c0-10.7-12.9-16-20.5-8.5l-40 40c-2.2 2.3-3.5 5.3-3.5 8.5z'/%3E%3C/svg%3E");
  --icon-comment: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 32C114.6 32 0 125.1 0 240c0 49.6 21.4 95 57 130.7C44.5 421.1 2.7 466 2.2 466.5c-2.2 2.3-2.8 5.7-1.5 8.7S4.8 480 8 480c66.3 0 116-31.8 140.6-51.4 32.7 12.3 69 19.4 107.4 19.4 141.4 0 256-93.1 256-208S397.4 32 256 32z'/%3E%3C/svg%3E");
  --icon-star: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath d='M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z'/%3E%3C/svg%3E");
}

/**/

.chop-map-host {
  position: relative;
}

/**/
.ymaps3--map-copyrights__logo {
  display: none !important;
}

.chop-map-pin {
  width: 28px;
  height: 37px;
  transform: translate(-50%, -100%);
  cursor: pointer;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.35));
}

.chop-map-pin svg {
  display: block;
  width: 100%;
  height: 100%;
}

.chop-map-pin:hover {
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.55));
}

.chop-map-cluster {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  transform: translate(-50%, -50%);
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: rgba(178, 48, 48, 0.9);
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.chop-map-cluster:hover {
  background: #b23030;
}

.chop-map-popup {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1000;
  width: 300px;
  max-width: calc(100% - 24px);
  overflow-y: auto;
  padding: 14px 16px;
  border: 1px solid #e3d9db;
  border-top: 3px solid #b23030;
  background: #ffffff;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
}

.chop-map-popup-close {
  position: absolute;
  top: 4px;
  right: 8px;
  padding: 0;
  border: 0;
  background: none;
  color: #999;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.chop-map-popup-close:hover {
  color: #b23030;
}

.chop-map-popup-img img {
  max-width: 100%;
  max-height: 120px;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto 8px;
}

.chop-map-popup-title {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  line-height: 1.3;
}

.chop-map-popup-addr {
  display: block;
  margin-bottom: 8px;
  color: #666;
  font-size: 13px;
}

.chop-map-popup-more {
  font-size: 14px;
}

.chop-map-popup-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.chop-map-popup-list li {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #f0e9eb;
}

.chop-map-popup-list li:last-child {
  border-bottom: 0;
}

.chop-map-popup-list img {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  object-fit: cover;
}

.chop-map-popup-list a {
  display: block;
  font-weight: 600;
  line-height: 1.3;
}

.chop-map-popup-list small {
  display: block;
  color: #666;
  font-size: 12px;
}

/**/

.det-schedule {
  display: flex;
  gap: 8px;
  margin-bottom: 15px;
}

.det-day {
  flex: 1 1 0;
  padding: 10px 6px;
  border: 1px solid;
  text-align: center;
  font-size: 13px;
  line-height: 1.35;
}

.det-day.open {
  background: #0098ac15;
  border-color: #0098ac;
}

.det-day.off {
  background: #b2303015;
  border-color: #b23030;
}

.det-day-name {
  display: block;
  margin-bottom: 4px;
  font-weight: 600;
}

.det-day.today.open .det-day-name {
  color: #0098ac;
}

.det-day.today.off .det-day-name {
  color: #b23030;
}

.det-day-time {
  display: block;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .det-schedule {
    flex-direction: column;
  }

  .det-day {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 14px;
  }

  .det-day-name {
    margin-bottom: 0;
  }
}

.det-arhive-gorod {
  color: #777;
  font-size: 13px;
  margin-bottom: 8px;
}

/* Хлебные крошки */
.breadcrumbs {
  margin-bottom: 15px;
  color: #999;
  font-size: 13px;
}

.breadcrumbs a {
  color: #0098ac;
}

.breadcrumbs a:hover {
  color: #b23030;
}
