@charset "UTF-8";
/*!
Theme Name: chop2
Theme URI: https://chop.moscow/
Author: CHOP.MOSCOW
Author URI: https://chop.moscow/
Description: Информационный портал по охране и безопасности
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: chop2
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.

chop 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:
----------------------------------------------------------------
# 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;
}

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

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: " \f078";
    float: right;
    font-family: "Font Awesome 5 Free";
    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;
  padding-right: 10px;
  font-family: Dashicons;
  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;
  padding-left: 10px;
  font-family: Dashicons;
  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: "";
  font-family: Dashicons;
  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: "\f469";
    /* content: ""; */
    font-family: Dashicons;
    vertical-align: middle;
    padding-right: 1px;
    font-size: 1em;
    padding-right: 10px;
}

#content #primary #main article .entry-header .entry-meta .posted-visibility:before {
    content: "\f177";
    font-family: Dashicons;
    vertical-align: middle;
    padding-right: 1px;
    font-size: 1em;
    padding-right: 10px;
}



#content #primary #main article .entry-header .entry-meta .byline:before {
  content: "";
  font-family: Dashicons;
  vertical-align: middle;
  padding-right: 1px;
  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: "";
  font-family: Dashicons;
  vertical-align: middle;
  padding-right: 10px;
  font-size: 1em;
}
#content #primary #main article .entry-footer .tags-links:before {
  content: "";
  font-family: Dashicons;
  vertical-align: middle;
  padding-right: 10px;
  font-size: 0.9em;
}
#content #primary #main article .entry-footer .edit-link:before {
  content: "";
  font-family: Dashicons;
  vertical-align: middle;
  padding-right: 10px;
  font-size: 1em;
}
#content #primary #main article .entry-footer .comments-link:before {
  content: "";
  font-family: Dashicons;
  vertical-align: middle;
  padding-right: 10px;
  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;
  padding-right: 10px;
  font-family: Dashicons;
  vertical-align: bottom;
}
#content #primary #main .posts-navigation .nav-next a:after {
  content: "";
  display: inline-block;
  padding-left: 10px;
  font-family: Dashicons;
  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: "";
  font-family: Dashicons;
  vertical-align: middle;
  padding-right: 3px;
  font-size: 14px;
}
.comments-area .comment-list .comment-body .reply:before {
  content: "";
  font-family: Dashicons;
  vertical-align: middle;
  padding-right: 3px;
  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%;
}

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

.dashicons, .dashicons-before:before {
  display: inherit;
  width: inherit;
  height: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: dashicons;
  text-decoration: inherit;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: inherit;
  text-align: inherit;
}



/* 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(/wp-content/themes/chop2/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(/wp-content/themes/chop2/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;
}

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

.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;
    /* font-weight: 600; */
    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;
    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;
    /* fborder-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;
}

.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 i.fa-envelope {
    color: #b23030;
}

.soc-block {
    display: inline;
}

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

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

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

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

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

.service-block a {
    margin: auto;
    padding: 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 */

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

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

form.glsr-form [type=submit]:hover {
    color: #fff;
    background-color: #0098ac;
    border-color: #0098ac;
} 
/* Вакансии */

.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: 100%;
    min-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;
}
/*
 * 	 виджет gjcnjd
 */
.post-widget .media {
    margin-bottom: 15px;
}

.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: "";
    font-family: Dashicons;
    vertical-align: middle;
    padding-right: 10px;
    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;
}


/*--------------------------------------------------------------
# Мобильная версия до 600 рх
--------------------------------------------------------------*/
@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 i {
    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;
}

}


/*--------------------------------------------------------------
# 
.epouvi img {
    width: 100%;
    margin-bottom: 15px;
    border: 5px solid #745893;
}
--------------------------------------------------------------*/

.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 {
	color: #b23030;
}

/*--------------------------------------------------------------
# Реклама
--------------------------------------------------------------*/
.adscat {
    background: #fef8f8;
    margin-top: 30px !important;
}

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

.adsznak:before {
    content: "";
    font-family: Dashicons;
    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;
}

.post-widget .media .pull-left {
    float: left;
    padding-right: 15px;
}